Changeset 9337 for trunk/ippScripts/scripts/detrend_reject_imfile.pl
- Timestamp:
- Oct 5, 2006, 5:17:26 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_reject_imfile.pl (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_reject_imfile.pl
r9286 r9337 45 45 'bias' => 0, # Bias should be zero 46 46 'dark' => 0, # Dark should be zero 47 'shutter' => undef, # Shutter could be anything (depends on exposure level) 47 48 'flat' => undef # Flat could be anything (depends on exposure level) 48 49 }; … … 53 54 'bias' => 5, # Should be fairly flat; some CRs 54 55 'dark' => 10, # Lots of CRs 56 'shutter' => undef, # Can't define expected value (depends on exposure level) 55 57 'flat' => undef # Can't define expected value (depends on exposure level) 56 58 }; … … 61 63 'bias' => 10, # Should be fairly flat; some CRs 62 64 'dark' => 100, # Lots of CRs 65 'shutter' => undef, # Can be significant structure 63 66 'flat' => 1000 # Stars and galaxies 64 67 }; … … 69 72 'bias' => 10, # Should be little variation between chips 70 73 'dark' => 100, # Could be some glow on some chips 74 'shutter' => undef, # Can't define expected value (depends on exposure level) 71 75 'flat' => undef # Can't define expected value (depends on exposure level) 72 76 }; … … 77 81 'bias' => 10, # Should be little variation between chips 78 82 'dark' => 100, # Could be some glow on some chips 83 'shutter' => undef, # Can be significant structure 79 84 'flat' => 500 # Could be features on some chips, but all should be about the same 80 85 };
Note:
See TracChangeset
for help on using the changeset viewer.
