# default parameters for image # Marcus N. Cannava # %int debug 0 # are we in debug mode? print_the_params 1 # params built-in; do I print? grvtr 10 # graph vertical translation grhtr 10 # graph horizontal translation %float grhscl 3.0 # graph horizontal scale grvscl 2.0 # graph vertical scale %int grey_thresh 30 # threshhold when converting grey-scale await_user 1 # do I wait for user to end program? ticlen 5 # length of tics, in pixels A 349 # fibonacci numbers used in B 421 # randomization method FALSE 0 # defines FALSE TRUE 1 # defines TRUE; must be != FALSE SAMP_W 3 # width of sampling element SAMP_H 3 # height of sampling element morph 1 # Which morphology? (Described below) image 1 # 1 = normal, 0 = invert pause_at 200 # number of compares in one 'time unit' cutoff 10 # I'll stop at this point and ask to go on # # Morpology choices: # # 1 = Straight sampling element applied to normal image #