IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 5, 2006, 5:17:26 PM (20 years ago)
Author:
Paul Price
Message:

Adding shutter measurement.

File:
1 edited

Legend:

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

    r9286 r9337  
    4545    'bias' => 0,                # Bias should be zero
    4646    'dark' => 0,                # Dark should be zero
     47    'shutter' => undef,         # Shutter could be anything (depends on exposure level)
    4748    'flat' => undef             # Flat could be anything (depends on exposure level)
    4849    };
     
    5354    'bias' => 5,                # Should be fairly flat; some CRs
    5455    'dark' => 10,               # Lots of CRs
     56    'shutter' => undef,         # Can't define expected value (depends on exposure level)
    5557    'flat' => undef             # Can't define expected value (depends on exposure level)
    5658    };
     
    6163    'bias' => 10,               # Should be fairly flat; some CRs
    6264    'dark' => 100,              # Lots of CRs
     65    'shutter' => undef,         # Can be significant structure
    6366    'flat' => 1000              # Stars and galaxies
    6467    };
     
    6972    'bias' => 10,               # Should be little variation between chips
    7073    'dark' => 100,              # Could be some glow on some chips
     74    'shutter' => undef,         # Can't define expected value (depends on exposure level)
    7175    'flat' => undef             # Can't define expected value (depends on exposure level)
    7276    };
     
    7781    'bias' => 10,               # Should be little variation between chips
    7882    'dark' => 100,              # Could be some glow on some chips
     83    'shutter' => undef,         # Can be significant structure
    7984    'flat' => 500               # Could be features on some chips, but all should be about the same
    8085    };
Note: See TracChangeset for help on using the changeset viewer.