IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 28, 2010, 4:26:47 PM (16 years ago)
Author:
rhenders
Message:

Now storing results in XML format

File:
1 edited

Legend:

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

    r28249 r28529  
    2020typedef struct {
    2121
    22     uint32_t expId;            // the exposure ID to be used
    23     psString expName;          // the exposure name
    24     psString surveyType;       // the survey type, eg 3PI, MD01, STS, SSS
    25     uint8_t batchType;         // PSPS batch type
    26     psString fitsInPath;       // path to FITS input
    27     psString resultsPath;      // path to results file
    28     FILE* resultsFile;         // file for results 
    29     uint16_t numOfInputFiles;  // number of input files
    30     char** inputFiles;         // array of input file names
    31     psString fitsOutPath;      // path to FITS output
    32     fitsfile *fitsOut;         // output FITS file
    33     psString configsDir;       // path to IPP/PSPS mapping file
    34     pmConfig* pmconfig;        // pmConfig
    35     dvoConfig* dvoConfig;      // dvo database
    36     IppToPspsConfig* config;   // config structure
    37     int exitCode;              // ps exit code
     22    uint32_t expId;             // the exposure ID to be used
     23    psString expName;           // the exposure name
     24    psString surveyType;        // the survey type, eg 3PI, MD01, STS, SSS
     25    uint8_t batchType;          // PSPS batch type
     26    psString fitsInPath;        // path to FITS input
     27    psString resultsPath;       // path to results file
     28    xmlDocPtr resultsXmlDoc;    // pointer to XML document for results
     29    uint16_t numOfInputFiles;   // number of input files
     30    char** inputFiles;          // array of input file names
     31    psString fitsOutPath;       // path to FITS output
     32    fitsfile *fitsOut;          // output FITS file
     33    psString configsDir;        // path to IPP/PSPS mapping file
     34    pmConfig* pmconfig;         // pmConfig
     35    dvoConfig* dvoConfig;       // dvo database
     36    IppToPspsConfig* config;    // config structure
     37    int exitCode;               // ps exit code
    3838
    3939    int (*run)();
Note: See TracChangeset for help on using the changeset viewer.