Changeset 9337 for trunk/ippScripts/scripts/detrend_reject_exp.pl
- Timestamp:
- Oct 5, 2006, 5:17:26 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_reject_exp.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_reject_exp.pl
r9288 r9337 36 36 'bias' => 10, # Should be fairly flat; some CRs 37 37 'dark' => 100, # Lots of CRs 38 'shutter' => 10, # Should be less than 10 sec 38 39 'flat' => undef # Can't define expected value (depends on exposure level) 39 40 }; … … 44 45 'bias' => 10, # Components should have the same degree of variation 45 46 'dark' => 10, # Components should have the same degree of variation 47 'shutter' => undef, # Might be significant variation 46 48 'flat' => 10 # Components should have the same degree of variation 47 49 }; … … 52 54 'bias' => 5, # All images should be equally structured 53 55 'dark' => 5, # All images should be equally structured 56 'shutter' => 5, # All images should be equally structured 54 57 'flat' => 5 # All images should be equally structured 55 58 };
Note:
See TracChangeset
for help on using the changeset viewer.
