IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 21 and Version 22 of GPC1_Detrend_Documentation


Ignore:
Timestamp:
Feb 20, 2014, 6:23:04 PM (12 years ago)
Author:
watersc1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GPC1_Detrend_Documentation

    v21 v22  
    9393   data_state       STR       full           
    9494   fault            S16       0             
     95END
     96}}}
     97
     98Without the -class_id option, the valid detrends for the full exposure will be returned.  Note here that the filename of the DARK model is a DARKTEST with a different det_id.  This detrend was originally constructed as a TEST, and then registered into a new detRun once being validated.
     99
     100== -show ==
     101
     102Similar to dettool -search, -show finds all valid and active detrends of a given type with the set of constraints that they are restricted to:
     103{{{
     104> dettool -show -det_type NOISEMAP -inst GPC1 -telescope PS1
     105
     106detRun MULTI
     107
     108detRun  METADATA 
     109   det_id           S64       965           
     110   iteration        S32       0             
     111   filelevel        STR       chip           
     112   det_type         STR       NOISEMAP       
     113   mode             STR       register       
     114   registered       TAI       2012-07-07T03:16:54.000000
     115   filter           STR       NULL           
     116   time_begin       TAI       2011-05-01T00:00:00.000000
     117   time_end         TAI       NULL           
     118END
     119
     120detRun  METADATA 
     121   det_id           S64       964           
     122   iteration        S32       0             
     123   filelevel        STR       chip           
     124   det_type         STR       NOISEMAP       
     125   mode             STR       register       
     126   registered       TAI       2012-07-07T03:16:46.000000
     127   filter           STR       NULL           
     128   time_begin       TAI       2010-09-01T00:00:00.000000
     129   time_end         TAI       2011-05-01T00:00:00.000000
     130END
     131
     132detRun  METADATA 
     133   det_id           S64       963           
     134   iteration        S32       0             
     135   filelevel        STR       chip           
     136   det_type         STR       NOISEMAP       
     137   mode             STR       register       
     138   registered       TAI       2012-07-07T03:16:37.000000
     139   filter           STR       NULL           
     140   time_begin       TAI       2008-01-01T00:00:00.000000
     141   time_end         TAI       2010-09-01T00:00:00.000000
    95142END
    96143}}}