IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 21, 2009, 10:24:29 AM (17 years ago)
Author:
bills
Message:

Add interface and implemenation to allow the selection of cmf, psf, and background model
files to be added to the stamp output.
Output the parameters mdc file for stamp jobs as well as get_image jobs
use it to find "the other outputs".
Save ppstamp args in the mdc as well. This will allow the args file to be
eliminated but this commit doesn't do that.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/pstamp.pro

    r25837 r26242  
    421421        book getword pstampJob $pageName dbname -var DBNAME
    422422        book getword pstampJob $pageName outputBase -var OUTPUT_BASE
     423        book getword pstampJob $pageName options -var OPTIONS
    423424
    424425        if ($VERBOSE > 1)
     
    428429        host anyhost
    429430
    430         $run = pstamp_job_run.pl --job_id $JOB_ID --job_type $JOB_TYPE --rownum $ROWNUM --output_base $OUTPUT_BASE --redirect-output
     431        $run = pstamp_job_run.pl --job_id $JOB_ID --job_type $JOB_TYPE --rownum $ROWNUM --output_base $OUTPUT_BASE --options $OPTIONS --redirect-output
    431432        add_standard_args run
    432433
Note: See TracChangeset for help on using the changeset viewer.