rowlesmr Hi Is the a keyword to go over all xo_Is phases in an xdd? (a la for strs , for hklis ) I'm putting together a bunch of input files for surface refinements and refining would be much easier with the ability to go over all the xo_Is phases I have.
alancoelho There isn't; however send me your TA.DXX file and I will send you are new RTTEM9.DXX that will make it possible.
rowlesmr Bump. I can't find how you did it Alan. xdd --> xdds str --> strs hkl_Is --> hklis xo_Is --> ?? d_Is --> ?? xois doesn't work for me. Matthew
alancoelho Hi Matthew To iterate over xo_Is phases use: for xo_Iss {} To iterate over d_Is phases use: for d_Iss {} cheers alan
rowlesmr Thanks Alan. I had also defined the for before the xo, so that didn't work even with the correct keyword. Matthew
rowlesmr To make this easier to search for (these aren't documented in the Tech ref) for xdds for strs for hklis ' for hkl_Iss is incorrect for xo_Iss for d_Iss