IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28313


Ignore:
Timestamp:
Jun 14, 2010, 2:20:33 PM (16 years ago)
Author:
watersc1
Message:

Set STS to NOCLEAN as per Bill's request. Fix nightly detrend verification code to properly run the script, and turn off the extra -pretend that I had left in.

Location:
trunk
Files:
3 edited

Legend:

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

    r28222 r28313  
    674674
    675675    my $cmd = "$dettool";
    676     $cmd .= " -pretend ";
     676#    $cmd .= " -pretend ";
    677677    $cmd .= " -simple -dbname $dbname -definebyquery -det_type $det_type ";
    678678    $cmd .= " -mode verify -ref_det_id $ref_det_id -ref_iter $ref_iter ";
  • trunk/ippTasks/nightly_stacks.pro

    r28222 r28313  
    214214  periods         -exec $LOADEXEC
    215215  periods         -timeout 30
    216   trange          23:00:00 24:00:00 -nmax 1
     216  trange          23:00:00 23:59:59 -nmax 1
    217217  npending        1
     218  active          false
    218219
    219220  task.exec
  • trunk/ippconfig/recipes/nightly_science.config

    r28222 r28313  
    121121#  COMMENT STR Stellar Transit%
    122122  STACKABLE BOOL FALSE
     123  NOCLEAN BOOL TRUE
    123124END
    124125TARGETS METADATA
Note: See TracChangeset for help on using the changeset viewer.