####################################################################### # # # Centre d'Etude Spatiale des Rayonnements # # (in collaboration with ISDC) # # # # SPI PSD sensitivity improvement estimation # # # # ------------------------------------------------------------------- # # # # File: spi_psd_si.par # # Version: 1.4.0 # # Component: osm # # # # Author: Juergen Knoedlseder # # knodlseder@cesr.fr # # CESR # # # # Purpose: Parameter file of the SPI PSD sensitivity improvement # # estimation 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)" lineDOL, s, ql, "${ISDC_TEST_DATA_DIR}/ic/spi/cfg/psd_si_lines.fits[SPI.-LINE-SCT]",,,"Line definition DOL" coeffDOL, s, ql, "${ISDC_TEST_DATA_DIR}/ic/spi/cal/spi_gain_coeff_idx.fits[1]",,,"Gain correction (File/IDX)" alertDOL, s, ql, "${ISDC_TEST_DATA_DIR}/ic/spi/lim/psd_limits_idx.fits[1]",,,"Alert Limit DOL (File/IDX)" # # Output DOL #=========== outDOL, s, ql, "si.fits",,,"Output DOL (HDU optional)" # # 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, 10800.0,,,"Constant ONTIME slice (seconds)" # # SPI mode and PSD discrimination #================================ onground, b, h, no,,, "Use onground discrimination ?" siThres, r, h, 4.0, 2.0, 99.0,"Required line detection significance" engtolRel, r, h, 1.0, 0.0, 99.0,"Required relative energy tolerance (keV)" # # Sensitivity improvement fit parameters #======================================= ignore, b, h, yes, , , "Ignore fit alerts ?" bgddop, i, h, 1, 0, 3, "Degree of background polynomial" maxlines, i, h, 1, 1, 3, "Maximum number of lines fit simultaneously" thres, r, h, 4.0, 2.0, 99.0, "Line search threshold (sigma)" engtol, r, h, 5.0, 0.0, 99.0, "Primary line energy tolerance (keV)" engtol2, r, h, 5.0, 0.0, 99.0, "Secondary lines energy tolerance (keV)" minSigma, r, h, 0.5, 0.5, 10.0, "Minimum line width sigma (keV)" maxSigma, r, h, 2.0, 0.5, 10.0, "Maximum line width sigma (keV)" # # Diagnostic parameters #====================== reportpar, b, h, no,,,"Report line fitting parameters ?" reportfit, b, h, no,,,"Report line fitting details ?" # # Limit checking definitions #=========================== limcheck, b, h, no,,, "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, 6000,,, "Minimum number of PE for limit checking" # # ISDC Standard Parameters #========================= clobber, b, h, no,,, "Overwrite existing data structures ?" mode, s, h, "ql",,, "Execution mode"