IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 7 and Version 8 of GPC1_Detrend_Documentation


Ignore:
Timestamp:
May 15, 2012, 11:23:36 AM (14 years ago)
Author:
watersc1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GPC1_Detrend_Documentation

    v7 v8  
    5252== -search ==
    5353
     54The 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
     58detExp MULTI
     59
     60detExp  METADATA 
     61   det_id           S64       866           
     62   iteration        S32       0             
     63   filelevel        STR       chip           
     64END
     65}}}
     66
     67This 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.
    5468== -select ==
    5569