# spidetfit Version 1.0 # Display and fitting of ON and OFF (spihist) count spectra # A. Strong, MPE, Oct 2002 counts_ON_input_file, s,h,"spi/evts_det_spec.fits[1]",,, "input ON count file" counts_OFF_input_file,s,ql,"../GRB030501_background_5/spi/evts_det_spec.fits[1]",,,"input OFF count file" ebounds_input_file, s,h,"spi/energy_boundaries.fits[1]",,, "input energy bounds file" deadtime-dol,s,ql,"spi/dead_time.fits[1]",,,"input deadtimes file" back_output_file, s,h,"spioffback.fits(SPI.-BMOD-DSP.tpl)",,, "output background file" exclude_energy_min, r,h,1790,,, "minimum exclusion data energy used for ON/OFF fit (keV)" exclude_energy_max, r,h,1810,,, "maximum exclusion data energy used for ON/OFF fit (keV)" line_energy_init,r,h,1790,,, "initial line energy for fit (keV)" fit_energy_min, r,h,1700,,, "minimum data energy used for line fit (keV)" fit_energy_max, r,h,1900,,, "maximum data energy used for line fit (keV)" debug ,i,h,0 ,0,10,"0=silent,1,2 gives more verbose output" title ,s,h,"spidetfit v1.0 ",,,"title to write as comment to FITS header" rogroup,s,h,"",,,"Input group of Observation Groups" rwgroup,s,h,"",,,"R/W Group: leave blank"