Changeset 10700 for trunk/ippScripts/scripts
- Timestamp:
- Dec 13, 2006, 3:34:19 PM (20 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 12 edited
-
detrend_norm_apply.pl (modified) (1 diff)
-
detrend_norm_calc.pl (modified) (1 diff)
-
detrend_norm_exp.pl (modified) (1 diff)
-
detrend_process_exp.pl (modified) (1 diff)
-
detrend_process_imfile.pl (modified) (1 diff)
-
detrend_reject_exp.pl (modified) (1 diff)
-
detrend_reject_imfile.pl (modified) (1 diff)
-
detrend_stack.pl (modified) (1 diff)
-
inject.pl (modified) (1 diff)
-
mdc2list.pl (modified) (1 diff)
-
phase2.pl (modified) (1 diff)
-
phase3.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_norm_apply.pl
r10534 r10700 123 123 } 124 124 125 END { system("sync") == 0 or die "failed to execute sync: $!" } 125 END { 126 my $status = $?; 127 system("sync") == 0 128 or die "failed to execute sync: $!" ; 129 $? = $status; 130 } -
trunk/ippScripts/scripts/detrend_norm_calc.pl
r10297 r10700 158 158 } 159 159 160 END { system("sync") == 0 or die "failed to execute sync: $!" } 160 END { 161 my $status = $?; 162 system("sync") == 0 163 or die "failed to execute sync: $!" ; 164 $? = $status; 165 } -
trunk/ippScripts/scripts/detrend_norm_exp.pl
r10534 r10700 147 147 } 148 148 149 END { system("sync") == 0 or die "failed to execute sync: $!" } 149 END { 150 my $status = $?; 151 system("sync") == 0 152 or die "failed to execute sync: $!" ; 153 $? = $status; 154 } 150 155 151 156 __END__ -
trunk/ippScripts/scripts/detrend_process_exp.pl
r10534 r10700 147 147 } 148 148 149 END { system("sync") == 0 or die "failed to execute sync: $!" } 149 END { 150 my $status = $?; 151 system("sync") == 0 152 or die "failed to execute sync: $!" ; 153 $? = $status; 154 } 150 155 151 156 __END__ -
trunk/ippScripts/scripts/detrend_process_imfile.pl
r10534 r10700 128 128 } 129 129 130 END { system("sync") == 0 or die "failed to execute sync: $!" } 130 END { 131 my $status = $?; 132 system("sync") == 0 133 or die "failed to execute sync: $!" ; 134 $? = $status; 135 } 131 136 132 137 __END__ -
trunk/ippScripts/scripts/detrend_reject_exp.pl
r10537 r10700 215 215 } 216 216 217 END { system("sync") == 0 or die "failed to execute sync: $!" } 217 END { 218 my $status = $?; 219 system("sync") == 0 220 or die "failed to execute sync: $!" ; 221 $? = $status; 222 } 218 223 219 224 # Retrieve the requested rejection limit, dying if not extant -
trunk/ippScripts/scripts/detrend_reject_imfile.pl
r10538 r10700 247 247 } 248 248 249 END { system("sync") == 0 or die "failed to execute sync: $!" } 249 END { 250 my $status = $?; 251 system("sync") == 0 252 or die "failed to execute sync: $!" ; 253 $? = $status; 254 } 250 255 251 256 -
trunk/ippScripts/scripts/detrend_stack.pl
r10534 r10700 133 133 } 134 134 135 END { system("sync") == 0 or die "failed to execute sync: $!" } 135 END { 136 my $status = $?; 137 system("sync") == 0 138 or die "failed to execute sync: $!" ; 139 $? = $status; 140 } 136 141 137 142 __END__ -
trunk/ippScripts/scripts/inject.pl
r10519 r10700 128 128 } 129 129 130 END { 131 my $status = $?; 132 system("sync") == 0 133 or die "failed to execute sync: $!" ; 134 $? = $status; 135 } 136 130 137 131 138 __END__ -
trunk/ippScripts/scripts/mdc2list.pl
r9446 r10700 70 70 } 71 71 72 END { system("sync") == 0 or die "failed to execute sync: $!" } 72 END { 73 my $status = $?; 74 system("sync") == 0 75 or die "failed to execute sync: $!" ; 76 $? = $status; 77 } -
trunk/ippScripts/scripts/phase2.pl
r10534 r10700 112 112 } 113 113 114 END { system("sync") == 0 or die "failed to execute sync: $!" } 114 END { 115 my $status = $?; 116 system("sync") == 0 117 or die "failed to execute sync: $!" ; 118 $? = $status; 119 } 115 120 116 121 __END__ -
trunk/ippScripts/scripts/phase3.pl
r10534 r10700 152 152 } 153 153 154 END { system("sync") == 0 or die "failed to execute sync: $!" } 154 END { 155 my $status = $?; 156 system("sync") == 0 157 or die "failed to execute sync: $!" ; 158 $? = $status; 159 } 155 160 156 161 __END__
Note:
See TracChangeset
for help on using the changeset viewer.
