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_exp.pl

    r9288 r9337  
    3636    'bias' => 10,               # Should be fairly flat; some CRs
    3737    'dark' => 100,              # Lots of CRs
     38    'shutter' => 10,            # Should be less than 10 sec
    3839    'flat' => undef             # Can't define expected value (depends on exposure level)
    3940    };
     
    4445    'bias' => 10, # Components should have the same degree of variation
    4546    'dark' => 10, # Components should have the same degree of variation
     47    'shutter' => undef,         # Might be significant variation
    4648    'flat' => 10 # Components should have the same degree of variation
    4749    };
     
    5254    'bias' => 5,                # All images should be equally structured
    5355    'dark' => 5,                # All images should be equally structured
     56    'shutter' => 5,             # All images should be equally structured
    5457    'flat' => 5                 # All images should be equally structured
    5558    };
Note: See TracChangeset for help on using the changeset viewer.