Changeset 40393 for trunk/ippScripts/scripts/nightly_science.pl
- Timestamp:
- Apr 12, 2018, 2:48:59 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/nightly_science.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/nightly_science.pl
r39926 r40393 95 95 --verbose 96 96 --force_stack_count Force the chip/warp counts. 97 --force_diff_count Force the chip/warp counts. 97 --force_diff_count Force the chip/warp counts. 98 --force_registration Force registration counts. 98 99 --this_target_only Process only a single target. 99 100 --this_filter_only Process only a single filter. … … 2142 2143 } 2143 2144 } 2145 if ($force_registration) { 2146 return("END_OF_NIGHT"); 2147 } 2144 2148 # print "$datetime $eon_dt\n"; 2145 2149 if (DateTime->compare($datetime,$eon_dt) < 1) {
Note:
See TracChangeset
for help on using the changeset viewer.
