IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 28, 2010, 8:11:04 PM (16 years ago)
Author:
Paul Price
Message:

Merging trunk in preparation for merging branch to trunk.

Location:
branches/pap
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/pap

  • branches/pap/ippToPsps/src/ippToPsps.h

    r28249 r28534  
    1515#include <dvo_util.h>
    1616#include "ippToPspsConfig.h"
     17#include <libxml/parser.h>
     18#include <libxml/tree.h>
    1719
    1820#define MAXDETECT 30000 //TODO limit ok?
     
    2022typedef struct {
    2123
    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
     24    uint32_t expId;             // the exposure ID to be used
     25    psString expName;           // the exposure name
     26    psString surveyType;        // the survey type, eg 3PI, MD01, STS, SSS
     27    uint8_t batchType;          // PSPS batch type
     28    psString fitsInPath;        // path to FITS input
     29    psString resultsPath;       // path to results file
     30    xmlDocPtr resultsXmlDoc;    // pointer to XML document for results
     31    uint16_t numOfInputFiles;   // number of input files
     32    char** inputFiles;          // array of input file names
     33    psString fitsOutPath;       // path to FITS output
     34    fitsfile *fitsOut;          // output FITS file
     35    psString configsDir;        // path to IPP/PSPS mapping file
     36    pmConfig* pmconfig;         // pmConfig
     37    dvoConfig* dvoConfig;       // dvo database
     38    IppToPspsConfig* config;    // config structure
     39    int exitCode;               // ps exit code
    3840
    3941    int (*run)();
Note: See TracChangeset for help on using the changeset viewer.