IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 30, 2012, 8:04:27 AM (14 years ago)
Author:
bills
Message:

For staticsky jobs change the end of outroot from stk.$SKY_ID to sky.$SKY_ID and for mutli
sky runs change the output path passed to psphotStack to $outroot."stk" so that the cmf
files will be like RINGS.V3.skycell.1406.028.sky.189513.stk.889159.cmf since where
psphotStack has inserted the stack_id (889159) for each of the output cmfs

File:
1 edited

Legend:

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

    r33913 r33957  
    194194        # Perform stack photometry analysis
    195195        {
    196             my $command = "$psphotStack $outroot";
     196            my $command = "$psphotStack $outroot.stk";
    197197            $command .= " -input $listName";
    198198            $command .= " -threads $threads" if defined $threads;
Note: See TracChangeset for help on using the changeset viewer.