If I have a Topas input file with multiple phases and a peak profile refined against a standard, I set up code like this:
for strs {
TCHZ_Peak_Type(
!pku,-0.0108701655,
!pkv,0.132954669,
!pkw,0.00260735668,
!pkz,-0.0162646308,
!pky,0.000100830038,
!pkx,0.0101703901)
}
However, if I set one of these phases to refine in Pawley, the for loop does not cover it. Is there a way I can modify the for loop so that it covers the Pawley-refined phases too? Or alternatively, can I define another for loop such as for hkl_Iss
so that it will loop over phases refined by the Pawley approach?