;------------------------------- ; casra.spi ; PURPOSE: Create virtual images using 'CA SRA' ; ASSUMES: Did not use PCA ;--- INPUTS ---- FR L [caspre]data/control ; Prefix from 'CA S' [f1] = 1 ; First continuous factor [f2] = 3 ; Last factor [fc1] = -0.05 ; Create as many of these as factors [fc2] = 0 [fc3] = 0 ;--- OUTPUTS ---- FR L [fakeimage]data/eig1v-p2 ; Name of created image ;---- END BATCH HEADER ----- VM echo " Running 'CA SRA' Factors: {**[f1]}-{**[f2]} xxxxxxxxxxxxxxxxxxx" CA SRA [caspre] ; Input prefix [f1]-[f2] ; Factors, assumed no PCA [fc1],[fc2],[fc3] ; Factor coordinate, as many as needed [fakeimage] ; Output VM echo " " EN