IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19118


Ignore:
Timestamp:
Aug 17, 2008, 3:51:19 PM (18 years ago)
Author:
eugene
Message:

if-out the stacktool updaterun command

File:
1 edited

Legend:

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

    r19109 r19118  
    153153my $outputMask = $ipprc->filename("PPSTACK.OUTPUT.MASK", $outroot);
    154154my $outputWeight = $ipprc->filename("PPSTACK.OUTPUT.WEIGHT", $outroot);
    155 my $outputSources = $ipprc->filename("PSPHOT.OUTPUT", $outroot, "none");
     155my $outputSources = $ipprc->filename("PSPHOT.OUT.CMF.MEF", $outroot);
    156156#my $bin1Name =  $ipprc->filename("PPSTACK.BIN1", $outroot);
    157157#my $bin2Name =  $ipprc->filename("PPSTACK.BIN2", $outroot);
     
    215215
    216216    # Register the run as completed
    217     {
    218         my $command = "$stacktool -updaterun -stack_id $stack_id -state stop"; # Command to run stacktool
     217    # XXX why is this needed?  the stackRun is set to 'full' by the stacktool -addsumskyfile command...
     218    if (0) {
     219        my $command = "$stacktool -updaterun -stack_id $stack_id -state full"; # Command to run stacktool
    219220        $command .= " -dbname $dbname" if defined $dbname;
    220221
Note: See TracChangeset for help on using the changeset viewer.