; ----------------------- ; factor.spi ; PURPOSE: Uses casm.spi to get 3 factor maps of ; all combinations of the first 3 factors ;----- INPUT FILES ---------- FR G [prefix]data/control ; Prefix of 'CA S' files ; ----------- END BATCH HEADER --------------- [f1] = 1 ; plot factors 1,2 [f2] = 2 @factor_casm[[f1],[f2]] [prefix] ; Prefix of xxx_IMC file from 'CA S' data/casm_map{**[f1]}_{**[f2]} ; Name of the output postscript file [f1] = 1 ; Plot factors 1,3 [f2] = 3 @factor_casm[[f1],[f2]] [prefix] ; Prefix of xxx_IMC file from 'CA S' data/casm_map{**[f1]}_{**[f2]} ; Name of the output postscript file [f1] = 2 ; Plot factors 2,3 [f2] = 3 @factor_casm[[f1],[f2]] [prefix] ; Prefix of xxx_IMC file from 'CA S' data/casm_map{**[f1]}_{**[f2]} ; Name of the output postscript file EN