Changeset 9446
- Timestamp:
- Oct 9, 2006, 4:48:33 PM (20 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 14 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_resid.pl (modified) (1 diff)
-
detrend_stack.pl (modified) (1 diff)
-
mdc2list.pl (modified) (1 diff)
-
phase0_exp.pl (modified) (1 diff)
-
phase0_imfile.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
r9445 r9446 117 117 } 118 118 119 END { system("sync") or die "failed to execute sync: $!" }119 END { system("sync") == 0 or die "failed to execute sync: $!" } -
trunk/ippScripts/scripts/detrend_norm_calc.pl
r9445 r9446 147 147 } 148 148 149 END { system("sync") or die "failed to execute sync: $!" }149 END { system("sync") == 0 or die "failed to execute sync: $!" } -
trunk/ippScripts/scripts/detrend_norm_exp.pl
r9445 r9446 148 148 } 149 149 150 END { system("sync") or die "failed to execute sync: $!" }150 END { system("sync") == 0 or die "failed to execute sync: $!" } 151 151 152 152 __END__ -
trunk/ippScripts/scripts/detrend_process_exp.pl
r9445 r9446 146 146 } 147 147 148 END { system("sync") or die "failed to execute sync: $!" }148 END { system("sync") == 0 or die "failed to execute sync: $!" } 149 149 150 150 __END__ -
trunk/ippScripts/scripts/detrend_process_imfile.pl
r9445 r9446 120 120 } 121 121 122 END { system("sync") or die "failed to execute sync: $!" }122 END { system("sync") == 0 or die "failed to execute sync: $!" } 123 123 124 124 __END__ -
trunk/ippScripts/scripts/detrend_reject_exp.pl
r9445 r9446 205 205 } 206 206 207 END { system("sync") or die "failed to execute sync: $!" }207 END { system("sync") == 0 or die "failed to execute sync: $!" } 208 208 209 209 __END__ -
trunk/ippScripts/scripts/detrend_reject_imfile.pl
r9445 r9446 222 222 } 223 223 224 END { system("sync") or die "failed to execute sync: $!" }224 END { system("sync") == 0 or die "failed to execute sync: $!" } 225 225 226 226 __END__ -
trunk/ippScripts/scripts/detrend_resid.pl
r9445 r9446 139 139 } 140 140 141 END { system("sync") or die "failed to execute sync: $!" }141 END { system("sync") == 0 or die "failed to execute sync: $!" } 142 142 143 143 __END__ -
trunk/ippScripts/scripts/detrend_stack.pl
r9445 r9446 131 131 } 132 132 133 END { system("sync") or die "failed to execute sync: $!" }133 END { system("sync") == 0 or die "failed to execute sync: $!" } 134 134 135 135 __END__ -
trunk/ippScripts/scripts/mdc2list.pl
r9445 r9446 70 70 } 71 71 72 END { system("sync") or die "failed to execute sync: $!" }72 END { system("sync") == 0 or die "failed to execute sync: $!" } -
trunk/ippScripts/scripts/phase0_exp.pl
r9445 r9446 176 176 } 177 177 178 END { system("sync") or die "failed to execute sync: $!" }178 END { system("sync") == 0 or die "failed to execute sync: $!" } -
trunk/ippScripts/scripts/phase0_imfile.pl
r9445 r9446 124 124 # Pau. 125 125 126 END { system("sync") or die "failed to execute sync: $!" }126 END { system("sync") == 0 or die "failed to execute sync: $!" } 127 127 128 128 __END__ -
trunk/ippScripts/scripts/phase2.pl
r9445 r9446 106 106 } 107 107 108 END { system("sync") or die "failed to execute sync: $!" }108 END { system("sync") == 0 or die "failed to execute sync: $!" } 109 109 110 110 __END__ -
trunk/ippScripts/scripts/phase3.pl
r9445 r9446 151 151 } 152 152 153 END { system("sync") or die "failed to execute sync: $!" }153 END { system("sync") == 0 or die "failed to execute sync: $!" } 154 154 155 155 __END__
Note:
See TracChangeset
for help on using the changeset viewer.
