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/PS-IPP-PStamp/lib/PS/IPP/PStamp/RequestFile.pm

    r25794 r26242  
    2222                    $PSTAMP_SELECT_MASK
    2323                    $PSTAMP_SELECT_WEIGHT
     24                    $PSTAMP_SELECT_CMF
     25                    $PSTAMP_SELECT_PSF
     26                    $PSTAMP_SELECT_BACKMDL
    2427                    $PSTAMP_SELECT_INVERSE
    2528                    $PSTAMP_WAIT_FOR_UPDATE
     
    4851our $PSTAMP_SELECT_MASK      = 2;
    4952our $PSTAMP_SELECT_WEIGHT    = 4;
     53our $PSTAMP_SELECT_CMF       = 8;
     54our $PSTAMP_SELECT_PSF       = 16;
     55our $PSTAMP_SELECT_BACKMDL   = 32;
     56our $PSTAMP_SELECT_INVERSE   = 1024;
    5057
    51 our $PSTAMP_SELECT_INVERSE   = 1024;
    5258our $PSTAMP_WAIT_FOR_UPDATE  = 2048;
    5359
Note: See TracChangeset for help on using the changeset viewer.