# # This is the input file for cresprep.in # see http://sail.zpf.fer.hr/cres/ # # begin with EXCLUDE statements # EXCLUDE 0 4998.33 # this one forbids loading data points # with wavelength below 4998.33 EXCLUDE 5010.00 10000 # this forbids loading data points with wavelength above 5010.00 # (since in no files we have data with wavelength above 10000) EXCLUDE 5003.33 5006.67 # this forbids loading data in in the wavelength range 5003.33 to 5006.67 # # effectively, the above EXCLUDES leave only two spectral windows open: # window 1: 4998.33 -- 5003.33 # window 2: 5006.67 -- 5010.00 # i.e. we well be loading data with a fairly wide gap. # # proceed with INCLUDE statements # # files c1.obs ... c9.obs contain artificial data INCLUDE c1.obs C1 0 6000 0.666667 43.7948 0.333333 -70.0716 # load observed spectrum data points from file "c1.obs", # labeling the points with "C1" when passing them to output. # Load only data points with wavelength in the range 0 -- 6000 # (this puts no restriction since all data points in c1.obs # are within this range). # Assign LF=0.666667 and RV=43.7948 to spectral component 1 # and LF=0.333333 and RV=-70.0716 to spectral component 2. # continue with other observed spectra: INCLUDE c2.obs C2 0 6000 0.666667 119.76 0.333333 -191.616 INCLUDE c3.obs C3 0 6000 0.666667 124.844 0.333333 -199.751 INCLUDE c4.obs C4 0 6000 0.666667 94.8048 0.333333 -151.688 INCLUDE c5.obs C5 0 6000 0.666667 -17.8685 0.333333 28.5896 INCLUDE c6.obs C6 0 6000 0.666667 -59.7014 0.333333 95.5223 INCLUDE c7.obs C7 0 6000 0.666667 -124.763 0.333333 199.62 INCLUDE c8.obs C8 0 6000 0.666667 -103.567 0.333333 165.707 INCLUDE c9.obs C9 0 6000 0.666667 -48.587 0.333333 77.7392 # # # end of script #