IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15613


Ignore:
Timestamp:
Nov 13, 2007, 3:24:09 PM (18 years ago)
Author:
Paul Price
Message:

Can't use detrend types DARKMASK and FLATMASK because ppImage just wants a MASK and it doesn't care how it was generated. Changed tack to having masks (all of type MASK) generated from flats by default; they may be generated from darks by specifying a different REDUCTION class (namely, DARKMASK).

Location:
trunk/ippScripts/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/detrend_norm_calc.pl

    r15473 r15613  
    6262    'skyflat'  => 1,
    6363    'fringe'   => 0,
    64     'darkmask' => 0,
    65     'flatmask' => 0,
    6664    'mask'     => 0,
    6765    };
  • trunk/ippScripts/scripts/detrend_resid.pl

    r15473 r15613  
    112112    'skyflat'  => '-flat',      # Specify the flat frame
    113113    'fringe'   => '-fringe',    # Specify the fringe frame
    114     'darkmask' => '-mask',      # Specify the mask frame
    115     'flatmask' => '-mask',      # Specify the mask frame
    116114    'mask'     => '-mask',      # Specify the mask frame
    117115};
Note: See TracChangeset for help on using the changeset viewer.