IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Initial Version and Version 1 of AddingNewDetrendType


Ignore:
Timestamp:
Mar 18, 2009, 3:48:55 PM (17 years ago)
Author:
eugene
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AddingNewDetrendType

    v1 v1  
     1This page explains the steps needed to add a new detrend type to the system (CTE Mask as an example)
     2
     3* define the analysis needed to produce the 'processed' images:
     4  in this case, I have created a new ppImage recipe option 'CHECK.CTE', which replaces the image with a measurement of the variance in a superpixel divided by the cell median value.
     5
     6* add the new detrend type to the tables listed in
     7** detrend_process_imfile.pl -- $FILERULES
     8** detrend_stack.pl -- $FILERULES and $STATRECIPES
     9** detrend_resid_imfile.pl -- DETRENDS and $FILERULES
     10** detrend_norm_calc.pl -- NORMALIZE
     11** detrend_norm_apply.pl -- DETTYPE
     12
     13* add detrend type to reduction classes
     14
     15* create a ppMerge recipe for the detrend type (and modify ppMerge if needed!)
     16
     17* create a jpeg recipe as needed