0                 # 0 for MCMC, 1 for EM
1                 # 1 to fit a scale parameter to background
20                # number of draws/iterations
1                 # 0 for ML (Richardson Lucy if EM), 1 for MS, 2 for MRF
128 128           # size of data
3 4 5 6 7 8 10    # starting values for alpha. should be 7 numbers for 128 x 128
1 0.05            # gamma prior on total cnt from MS component
100               # MS smoothing parameter

NOTE. 
FOR ML fitting, the last three lines are ignored
for MRF fitting there is a single smoothing parameter that should appear on line six.
