Changes between Version 7 and Version 8 of GPC1_Detrend_Documentation
- Timestamp:
- May 15, 2012, 11:23:36 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GPC1_Detrend_Documentation
v7 v8 52 52 == -search == 53 53 54 The first step of using detselect to determine the appropriate detrend is to use the -search option, which returns a det_id for the requested detrend type for a specific date: 55 {{{ 56 > detselect -search -det_type DARK -time 2012-05-15T02:02:02 57 58 detExp MULTI 59 60 detExp METADATA 61 det_id S64 866 62 iteration S32 0 63 filelevel STR chip 64 END 65 }}} 66 67 This example shows that for the given time (usually the dateobs value for the exposure of interest), the best DARK detrend is det_id 866. Note that unless otherwise needed, det_type should not be a TEST type (DARKTEST, FLATTEST). These are not generally used for science processing. 54 68 == -select == 55 69
