####################################################################### # # # Centre d'Etude Spatiale des Rayonnements # # (in collaboration with ISDC) # # # # SPI PSD efficiency calculation # # # # ------------------------------------------------------------------- # # # # File: spi_psd_efficiency.par # # Version: 1.4.0 # # Component: osm # # # # Author: Juergen Knoedlseder # # knodlseder@cesr.fr # # CESR # # # # Purpose: Parameter file of the SPI PSD efficiency calculation # # executable # # # # History: 1.4.0 21-Aug-2002 First ISDC delivery (Rev. 4) # # # ####################################################################### # # Input DOLs #=========== inDOL, s, ql, "${ISDC_TEST_DATA_DIR}/idx/swg_prp_idx.fits[1]",,,"Input Group DOL (SWG/OG/IDX)" coeffDOL, s, ql, "${ISDC_TEST_DATA_DIR}/ic/spi/cal/spi_gain_coeff_idx.fits[1]",,,"Gain correction DOL (File/IDX)" alertDOL, s, ql, "psd_limits_idx.fits[1]",,,"Alert Limit DOL (File/IDX)" # # Output DOL #=========== outDOL, s, ql, "efficiency.fits",,,"Output DOL (HDU optionally)" # # OBT limits #=========== minOBT, s, ql, "",,,"Event usage minimum OBT" maxOBT, s, ql, "",,,"Event usage maximum OBT" append, b, ql, yes,,,"Append minimum OBT to last results ?" slice, b, ql, yes,,,"Split time interval in constant ONTIME intervals ?" nopart, b, ql, yes,,,"Skip partial time intervals ?" ontime, r, ql, 5400.0,,,"Constant ONTIME slice (seconds)" # # PSD discrimination #=================== onground, b, h, no,,,"Use onground discrimination ?" thresnoerr, b, h, yes,,,"Derive threshold from PE w/o errors ?" # # Efficiency fit parameters #========================== engmin, r, h, 50.0, 0.0, 8000.0, "Fit energy range minimum (keV)" engmax, r, h, 8000.0, 0.0, 8000.0, "Fit energy range maximum (keV)" engbin, r, h, 10.0, 0.0, 500.0, "Spectral bin size for fitting (keV)" ignore, b, h, yes,,, "Ignore fit alerts ?" # # Diagnostic parameters #====================== saveSpec, b, hl, no,,, "Save PE/(SE+PE) in OBS spectra ?" saveDOL, s, hl, "spec.fits",,, "DOL for spectra saving (HDU optionally)" reportfit, b, hl, no,,, "Report efficiency fitting details ?" # # Limit checking definitions #=========================== limcheck, b, h, yes,,, "Perform limit checking ?" alert0, b, h, yes,,, "Generate level 0 alerts ?" alert1, b, h, yes,,, "Generate level 1 alerts ?" alert2, b, h, yes,,, "Generate level 2 alerts ?" alert3, b, h, yes,,, "Generate level 3 alerts ?" minPE, i, h, 4000,,, "Minimum number of PSD events for limit checking" # # ISDC Standard Parameters #========================= clobber, b, h, no,,, "Overwrite existing data structures ?" mode, s, h, "ql",,, "Execution mode"