####################################################################### # # # Centre d'Etude Spatiale des Rayonnements # # (in collaboration with ISDC) # # # # SPI PSD performance indicators derivation # # # # ------------------------------------------------------------------- # # # # File: spi_psd_performance.par # # Version: 1.5.0 # # Component: osm # # # # Author: Juergen Knoedlseder # # knodlseder@cesr.fr # # CESR # # # # Purpose: Parameter file of the SPI PSD performance indicators # # derivation executable # # # # History: 1.5.0 21-Aug-2002 First ISDC release (Rev. 5) # # # ####################################################################### # # Input DOLs #=========== inDOL, s, ql, "${ISDC_TEST_DATA_DIR}/idx/swg_prp_idx.fits[1]",,,"Input Group DOL (SWG/OG/IDX)" alertDOL, s, ql, "psd_limits_idx.fits[1]",,,"Alert Limit DOL (File/IDX)" # # Output DOL #=========== outDOL, s, ql, "performance.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, 10800.0,,,"Constant ONTIME slice (seconds)" # # 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, 2500,,, "Minimum number of PE for limit checking" minCRVE, i, h, 100,,, "Minimum number of CRVE for limit checking" # # ISDC Standard Parameters #========================= clobber, b, h, no,,, "Overwrite existing data structures ?" mode, s, h, "ql",,, "Execution mode"