IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 4, 2010, 4:29:04 PM (16 years ago)
Author:
rhenders
Message:

Using more generic id rather than expid; storing surveyID and today's date

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/src/ippToPsps.h

    r29297 r29317  
    2222typedef struct {
    2323
    24     uint32_t expId;             // the exposure ID to be used
     24    uint32_t id;                 // ID: might be expId for detections, skycell ID etc
    2525    psString expName;           // the exposure name
    2626    psString surveyType;        // the survey type, eg 3PI, MD01, STS, SSS
     27    int8_t surveyID;            // survey ID
    2728    uint8_t batchType;          // PSPS batch type
    2829    psString fitsInPath;        // path to FITS input
     
    3738    dvoConfig* dvoConfig;       // dvo database
    3839    IppToPspsConfig* config;    // config structure
     40    char todaysDate[12];        // today's date
    3941    int exitCode;               // ps exit code
    4042
Note: See TracChangeset for help on using the changeset viewer.