Changeset 9458 for trunk/ippScripts/scripts/detrend_reject_imfile.pl
- Timestamp:
- Oct 10, 2006, 9:16:22 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_reject_imfile.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_reject_imfile.pl
r9457 r9458 64 64 # This measures how much variation there is in each imfile 65 65 use constant REJECT_IMFILE_STDEV => { 66 'bias' => 0, # Should be fairly flat; some CRs66 'bias' => 15, # Should be fairly flat; some CRs 67 67 'dark' => 0, # Lots of CRs 68 68 'shutter' => undef, # Can be significant structure … … 82 82 # This measures how much variation there is across the imfiles 83 83 use constant REJECT_EXPOSURE_STDEV => { 84 'bias' => 0, # Should be little variation between chips84 'bias' => 15, # Should be little variation between chips 85 85 'dark' => 0, # Could be some glow on some chips 86 86 'shutter' => undef, # Can be significant structure
Note:
See TracChangeset
for help on using the changeset viewer.
