IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28532


Ignore:
Timestamp:
Jun 28, 2010, 4:39:20 PM (16 years ago)
Author:
watersc1
Message:

Add dettool -use_begin and -use_end options to specify the range of dates used in the nightly detrend verify process.

File:
1 edited

Legend:

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

    r28444 r28532  
    766766    $cmd .= " -workdir $workdir ";
    767767    $cmd .= " -label $label ";
     768    $cmd .= " -use_begin ${date}T00:00:00 -use_end ${date}T23:59:59 ";
    768769    if ($maxN > 0) {
    769770        $cmd .= " -random_subset -random_limit $maxN ";
Note: See TracChangeset for help on using the changeset viewer.