IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 21, 2010, 2:45:13 PM (16 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100823/ippToPsps/src/ippToPsps.h

    r28530 r29515  
    1818#include <libxml/tree.h>
    1919
    20 #define MAXDETECT 30000 //TODO limit ok?
     20#define MAXDETECT 60000 //TODO limit ok?
    2121
    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
     
    4547IppToPsps *ippToPsps_Constructor(int *argc, char **argv);
    4648void ippToPsps_VersionPrint(void);
     49bool ippToPsps_getFlux(
     50        const float exposureTime,
     51        const float magnitude,
     52        float* flux,
     53        const float magnitudeErr,
     54        float* fluxErr);
    4755
    4856# endif // IPPTOPSPS_H
Note: See TracChangeset for help on using the changeset viewer.