Changeset 8237 for trunk/ippScripts/scripts/phase0exp.pl
- Timestamp:
- Aug 8, 2006, 3:00:04 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/phase0exp.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/phase0exp.pl
r8236 r8237 23 23 24 24 # These values should be constant for all components 25 # The key is the name in the ppStats output; the value is the switch for "phase0 -updateexp" 25 26 use constant CONSTANTS => { 26 27 "FPA.FILTER" => "-filter", # Filter used … … 35 36 36 37 # These values may vary across components; we will take the average 38 # The key is the name in the ppStats output; the value is the switch for "phase0 -updateexp" 37 39 use constant VARIABLES => { 38 40 "CELL.EXPOSURE" => "-exp_time", # Exposure time … … 100 102 my $value = $values{$variable}->{value} / $values{$variable}->{num}; # Value of interest 101 103 $command .= " $switch $value"; 104 } 105 106 # Check if it's a detrend 107 if ($values{TYPE}) { 108 $command .= " " . DETREND_FLAG; 102 109 } 103 110
Note:
See TracChangeset
for help on using the changeset viewer.
