IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 5, 2010, 10:16:10 AM (16 years ago)
Author:
Paul Price
Message:

Merging branches/pap_delete/ into trunk after successful testing. This provides automatic deletion of the convolved images from the diff stage.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/ippScripts/scripts/diff_skycell.pl

    r27215 r27596  
    102102my $camera;                     # Camera
    103103my ($inputMagic, $templateMagic); # Are the inputs been magicked?
     104my ($saveInConv, $saveRefConv);   # Save the input or reference convolved images?
    104105# Prescan to decide if this is or is not a stack stack diff. The check above confirms we only have two entries.
    105106if ((${ $files }[0]->{warp_id} == 0)&&
     
    140141            $templateSources = "PSWARP.OUTPUT.SOURCES";
    141142            $templateMagic = $file->{magicked};
     143            $saveRefConv = 1;
    142144        }
    143145    } else {
     
    162164            $inputVariance = "PSWARP.OUTPUT.VARIANCE";
    163165            $inputSources = "PSWARP.OUTPUT.SOURCES";
     166            $saveInConv = 1;
    164167        }
    165168    }
     
    284287        $command .= " -ipprc $configurationReal";
    285288    }
     289    $command .= " -save-inconv" if defined $saveInConv;
     290    $command .= " -save-refconv" if defined $saveRefConv;
    286291    $command .= " -recipe PPSUB $recipe_ppSub";
    287292    $command .= " -recipe PSPHOT $recipe_psphot";
Note: See TracChangeset for help on using the changeset viewer.