IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26242 for trunk/pstamp/src


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/pstamp/src/pstamp.h

    r25709 r26242  
    33
    44// error codes returned to users in results flie
    5 // These must match the values in  PS-IPP-PStamp/lib/PS/IPP/PStamp/RequestFile.pm
     5// PS-IPP-PStamp::RequestFile
     6// These must match the values in the perl module PS-IPP-PStamp::RequestFile
     7// i.e. PS-IPP-PStamp/lib/PS/IPP/PStamp/RequestFile.pm
     8
    69typedef enum {
    710        PSTAMP_SUCCESS          = 0,
     
    2124
    2225
    23 #define PSTAMP_SELECT_IMAGE  1
    24 #define PSTAMP_SELECT_MASK   2
    25 #define PSTAMP_SELECT_WEIGHT 4
     26// values for options mask.
     27#define PSTAMP_SELECT_IMAGE      1
     28#define PSTAMP_SELECT_MASK       2
     29#define PSTAMP_SELECT_WEIGHT     4
     30#define PSTAMP_SELECT_CMF        8
     31#define PSTAMP_SELECT_PSF       16
     32#define PSTAMP_SELECT_BACKMDL   32
    2633#define PSTAMP_SELECT_INVERSE 1024
     34
     35#define PSTAMP_WAIT_FOR_UPDATE 2048
    2736
    2837#define PSTAMP_CENTER_IN_PIXELS 1
     
    3544#define STAMP_RESULTS_VERSION "1"
    3645
     46// end of values tha must match PS-IPP-PStamp::RequestFile
     47
    3748#endif
Note: See TracChangeset for help on using the changeset viewer.