johnsoevans thanks a lot for this! I'm getting there! I have as follows:
Rietveld_Tics_2th(phase1.tics)
Rietveld_Tics_2th(phase2.tics)
macro Rietveld_Tics_2th(filename) { Rietveld_Tics_2th(filename,0) }
macro Rietveld_Tics_2th(filename,-2000)
{
phase_out filename load out_record out_fmt out_eqn {
"%14.5f" = 2* ArcSin(Lam/(2D_spacing)) * (360/(2Pi));
" %9.2f" = -2000;
" %3.0f" = H;
" %3.0f" = K;
" %3.0f\n" = L;
}
}
when opening the text/tic files, they're identical - is this normal? are the text files just a combination of both phase tics?
Apologies for all the silly questions, I really appreciate the help!