IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 7, 2008, 2:35:28 PM (17 years ago)
Author:
eugene
Message:

adding chip_imfile_id, warp_skyfile_id, diff_skyfile_id

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/diff.pro

    r19545 r20932  
    136136    book setword diffSkyfile $pageName pantaskState RUN
    137137    book getword diffSkyfile $pageName diff_id -var DIFF_ID
     138    book getword diffSkyfile $pageName diff_skyfile_id -var DIFF_SKYFILE_ID
    138139    book getword diffSkyfile $pageName tess_id -var TESS_DIR
    139140    book getword diffSkyfile $pageName skycell_id -var SKYCELL_ID
     
    156157    stderr $LOGDIR/diff.skycell.log
    157158
    158     $run = diff_skycell.pl --threads @MAX_THREADS@ --diff_id $DIFF_ID --outroot $outroot --redirect-output
     159    $run = diff_skycell.pl --threads @MAX_THREADS@ --diff_id $DIFF_ID --diff_skyfile_id $DIFF_SKYFILE_ID --outroot $outroot --redirect-output
    159160    add_standard_args run
    160161
Note: See TracChangeset for help on using the changeset viewer.