;----- ;casramontage.bat will create a montage of one varying factor ;for X factors ;----- ;--- inputs ---- FR L control2 ;prefix from CA S x11=3 ;how many factors x13=9 ;how many/row also loop value ;--- output ----- FR L 18fade ;name of final montage FR L adsfqwerty ;name of garbage files to be deleted ;----- END BATCH HEADER x12=1 ;image counter, use this in garbage files DO LB1 x20=1,x11 ;loop for each factor, also # of rows x30=-0.2 ;lowest value per row, repeats each row, coordinate DO LB2 x21=1,x13 ;loop each coordinate/vector, # of columns CA SRA ;input prefix x20 ;which factor x30 ;factor coordinate {**x12} x30=x30 + 0.05 ;increase coordinate by 0.25 x12=x12+1 LB2 LB1 ;---montage them all MN S ** 1-27 9,5 2 ;---remove garbage VM rm -f **.$DATEXT EN