IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19180


Ignore:
Timestamp:
Aug 23, 2008, 9:28:36 AM (18 years ago)
Author:
eugene
Message:

adding notes on flatcorr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/notes.txt

    r16195 r19180  
     1
     22008.08.22
     3
     4  issues related to creating and applying the flat-field correction in a simtest context
     5
     6  * generating the fake data:
     7    * ppSim must be called with a recipe in which the SCATTER.FRACTION is non-zero     
     8    * simtest thus needs to accept a ppsim_recipe and supply it to ppSimSequence
     9    * ppSimSequence needs to accept the ppsim_recipe and supply it to the generated ppSim calls
     10
     11  * first stage processing:
     12    * we need to build flats which are not corrected (use the standard 'flat' type?)
     13    * we need to apply flats which are not corrected
     14    ** these can both be accomplished with the current DEFAULT reduction class
     15
     16  * second stage processing:
     17    * we need to apply flats which are corrected
     18    ** define a reduction class of type FLATCORR which:
     19       * modifies ppImage.config:DETREND.CONTRAINTS:FLAT:DETTYPE = FLAT_CORRECT
     20
     21  ** adding a new detrend type:
     22
     23   * add an entry to detrend_stack.pl FILERULES
     24   * add an entry to detrend_stack.pl STATRECIPES
     25   * add an entry to ppMerge/src/ppMergeArguments.c
     26   * add an entry to ippconfig/recipes/ppMerge.config
     27   * add an entry to ippconfig/recipes/rejections.config
     28   
     29  * need a block in simtest.auto (or equiv) to check for when the chip processing / cam processing is complete
     30
     31  * need to modify the detselect -inst arguments in simtest.auto (use @INST@ or equiv)
     32
     332008.01.22
    134
    235  proposal to clean scripts/tasks up somewhat wrt names:
Note: See TracChangeset for help on using the changeset viewer.