Changeset 14487
- Timestamp:
- Aug 14, 2007, 11:25:23 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/register_exp.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/register_exp.pl
r14486 r14487 139 139 140 140 # Add the detrend flag, if needed 141 foreach my $scienceType (@SCIENCE) { 142 if (lc($exp_type) =~ /$scienceType/) { 143 last; 144 } 145 $command .= " $DETREND_FLAG"; 141 { 142 my $object = 0; # Is it an object exposure? 143 foreach my $scienceType (@SCIENCE) { 144 if (lc($exp_type) =~ /$scienceType/) { 145 $object = 1; 146 last; 147 } 148 } 149 $command .= " $DETREND_FLAG" unless $object; 146 150 } 147 151
Note:
See TracChangeset
for help on using the changeset viewer.
