IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40393


Ignore:
Timestamp:
Apr 12, 2018, 2:48:59 PM (8 years ago)
Author:
watersc1
Message:

Add --force_registration into -h help. Allow --force_registration to force END_OF_NIGHT as well, allowing desperate diffs to be manually triggered.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/nightly_science.pl

    r39926 r40393  
    9595           --verbose
    9696           --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.
    9899           --this_target_only     Process only a single target.
    99100           --this_filter_only     Process only a single filter.
     
    21422143        }
    21432144    }   
     2145    if ($force_registration) {
     2146        return("END_OF_NIGHT");
     2147    }
    21442148#    print "$datetime $eon_dt\n";
    21452149    if (DateTime->compare($datetime,$eon_dt) < 1) {
Note: See TracChangeset for help on using the changeset viewer.