IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 23, 2011, 11:42:31 AM (15 years ago)
Author:
rhenders
Message:

Config class now renamed to FitsGenerator

File:
1 edited

Legend:

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

    r31015 r31025  
    1818#include <dvo_util.h>
    1919
    20 #include "Config.h"
     20#include "FitsGenerator.h"
    2121#include "Fits.h"
    2222#include "InitData.h"
     
    3434
    3535    // fields
    36     char surveyType[10];        // the survey type, eg 3PI, MD01, STS, SSS
    37     int8_t surveyID;            // survey ID
    38     char fitsInPath[1000];      // path to FITS input
    39     char resultsPath[1000];     // path to results file
    40     xmlDocPtr resultsXmlDoc;    // pointer to XML document for results
    41     uint16_t numOfInputFiles;   // number of input files
    42     char** inputFiles;          // array of input file names
    43     Fits *fitsOut;              // output FITS file
    44     pmConfig* pmconfig;         // pmConfig
    45     dvoConfig* dvoConfig;       // dvo database
    46     Config* config;             // Config object
    47     InitData* initData;         // InitData object
    48     char todaysDate[20];        // today's date
    49     int exitCode;               // ps exit code
    50     bool testMode;              // test mode boolean
     36    char surveyType[10];           // the survey type, eg 3PI, MD01, STS, SSS
     37    int8_t surveyID;               // survey ID
     38    char fitsInPath[1000];         // path to FITS input
     39    char resultsPath[1000];        // path to results file
     40    xmlDocPtr resultsXmlDoc;       // pointer to XML document for results
     41    uint16_t numOfInputFiles;      // number of input files
     42    char** inputFiles;             // array of input file names
     43    Fits *fitsOut;                 // output FITS file
     44    pmConfig* pmconfig;            // pmConfig
     45    dvoConfig* dvoConfig;          // dvo database
     46    FitsGenerator* fitsGenerator;  // FitsGenerator object
     47    InitData* initData;            // InitData object
     48    char todaysDate[20];           // today's date
     49    int exitCode;                  // ps exit code
     50    bool testMode;                 // test mode boolean
    5151
    5252    // methods
Note: See TracChangeset for help on using the changeset viewer.