([f1],[f2]) ;------------------------ ; factor_casm.spi ; PURPOSE: Invokes 'CA SM' ; INPUTS: Inputs are either from factor.spi or ; the factors interested in. ; Assumes: image coords, ID on map, no flip ; USAGE: spider spi/dat @factor_casm ;----------------------- ;-------- INPUT FILES ------- FR ?Coran/PCA file?[prefix] ;-------- OUTPUT FILES ------- FR ?output map?[map] FR ?output doc file?[doc] ;------- END BATCH HEADER --------- VM echo " Creating correspondence map, factors: {*[f1]} vs {*[f2]} xxxxxxxxxx" CA SM I ; (I)mage or (p)ixel coordinates [prefix] ; Coordinate file prefix (input) 0 ; Number of horizontal patches [f1],[f2] ; Two factor numbers for map S ; (S)ymbol, (A)ssign symbol, (C)lass, (D)oc, (I)d + ; Symbol used for active image y ; Prepare postscript map? ; Number of sd or =2.3: 0 ; 1=flip #1/ 2=flip #2/ 3=flip 1+2/ =no flip: [map] ; Postscript output file (output) ; Text size for axis and data (use for default = 10,9): ; Enter x axis offset ; Enter new lower, upper axis bounds or : ; Enter new axis label unit and ticks / label or : ; Enter label no. to edit...or to continue: ; Enter y axis offset: ; Enter new lower, upper axis bounds or : ; Enter new axis label unit and ticks / label or : ; Enter label no. to edit... or to continue: VM echo " Displaying correspondence map, factors {*[f1]} vs {*[f2]} xxxxxxxxxx" VM evince [map].ps & VM echo " " RE