IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15473


Ignore:
Timestamp:
Nov 6, 2007, 11:56:58 AM (19 years ago)
Author:
Paul Price
Message:

Adding mask detrend types.

Location:
trunk/ippScripts/scripts
Files:
2 edited

Legend:

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

    r14067 r15473  
    6262    'skyflat'  => 1,
    6363    'fringe'   => 0,
     64    'darkmask' => 0,
     65    'flatmask' => 0,
     66    'mask'     => 0,
    6467    };
    6568
  • trunk/ippScripts/scripts/detrend_resid.pl

    r15466 r15473  
    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
     116    'mask'     => '-mask',      # Specify the mask frame
    114117};
    115118
Note: See TracChangeset for help on using the changeset viewer.