IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33957


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

Location:
trunk
Files:
2 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;
  • trunk/ippTasks/staticsky.pro

    r33723 r33957  
    159159    basename $TESS_DIR -var TESS_ID
    160160    if ("$PATH_BASE" == "NULL")
    161         sprintf outroot "%s/%s/%s/%s.%s.stk.%s" $WORKDIR $TESS_ID $SKYCELL_ID $TESS_ID $SKYCELL_ID $SKY_ID
     161        sprintf outroot "%s/%s/%s/%s.%s.sky.%s" $WORKDIR $TESS_ID $SKYCELL_ID $TESS_ID $SKYCELL_ID $SKY_ID
    162162    else
    163163        $outroot = $PATH_BASE
Note: See TracChangeset for help on using the changeset viewer.