; ----------------------- ; factor.bat ; uses casm.bat to get 3 factor maps of ; all combinations of the first 3 factors ; ---------------------- ;----- input files ---------- FR G control ; prefix of CA S files ; ----------- END BATCH HEADER --------------- x21 = 1 ; plot factors 1,2 x22 = 2 @casm[x21,x22] ; prefix of xxx_IMC file from CA S map{**x21}_{**x22} ; name of the output postscript file x21 = 1 ; plot factors 1,3 x22 = 3 @casm[x21,x22] map{**x21}_{**x22} x21 = 2 ; plot factors 2,3 x22 = 3 @casm[x21,x22] map{**x21}_{**x22} EN D