IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 10, 2006, 9:16:22 AM (20 years ago)
Author:
eugene
Message:

test values for REJECT_IMFILE_STDEV, REJECT_EXPOSURE_STDEV

File:
1 edited

Legend:

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

    r9457 r9458  
    6464# This measures how much variation there is in each imfile
    6565use constant REJECT_IMFILE_STDEV => {
    66     'bias' => 0,                # Should be fairly flat; some CRs
     66    'bias' => 15,               # Should be fairly flat; some CRs
    6767    'dark' => 0,                # Lots of CRs
    6868    'shutter' => undef,         # Can be significant structure
     
    8282# This measures how much variation there is across the imfiles
    8383use constant REJECT_EXPOSURE_STDEV => {
    84     'bias' => 0,                # Should be little variation between chips
     84    'bias' => 15,               # Should be little variation between chips
    8585    'dark' => 0,                # Could be some glow on some chips
    8686    'shutter' => undef,         # Can be significant structure
Note: See TracChangeset for help on using the changeset viewer.