IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 13, 2017, 10:53:48 AM (9 years ago)
Author:
eugene
Message:

merge EAM development branch changes for DR2 into trunk (add PS1_V6 dvo format; change Mcal to McalPSF, McalAPER; change opihi int vectors to 64bit)

Location:
trunk/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana

  • trunk/Ohana/src/relphot/include/relphot.h

    r39926 r40291  
    7777  unsigned int stop;
    7878  short photcode;
    79   float Mcal;
     79  float McalPSF;
     80  float McalAPER;
    8081  float dMcal;
    8182  float dMsys;
    82   unsigned short nFitPhotom;
    83   short Xm;
     83  float McalChiSq;
    8484  float secz;
    8585  float ubercalDist;
     86  unsigned short nFitPhotom;
    8687  unsigned int flags;
    8788  char skipCal;               // if TRUE, this mosaic is incomplete and should not be calibrated
     
    201202
    202203typedef struct {
    203   float Mcal;
     204  float McalPSF;
     205  float McalAPER;
    204206  float dMcal;
    205207  float dMagSys;
    206   short Xm;
     208  float McalChiSq;
    207209  int nFitPhotom;
    208210  int flags;
     
    220222
    221223typedef struct {
    222   float Mcal;
     224  float McalPSF;
     225  float McalAPER;
    223226  float dMcal;
    224227  unsigned int imageID;
     
    336339int    SyntheticPhotometry;
    337340
     341int    USE_MCAL_PSF_FOR_STACK_APER;
     342
    338343char  *PhotcodeList;
    339344
     
    404409int           findMosaics         PROTO((Catalog *catalog, int Ncatalog, int doMosaicList));
    405410
     411void clearImages (void);
     412void checkImages (char *name);
     413int dumpMags (FILE *fout, Catalog *catalog, int Ncatalog);
     414
    406415void makeMosaics (Image *image, off_t Nimage, int mergeMcal);
    407416Mosaic *getMosaicForImage (off_t im);
     
    422431off_t         getImageEntry       PROTO((off_t meas, int cat));
    423432
    424 float         getMcal_alt         PROTO((off_t meas, int cat, FlatCorrectionTable *flatcorr, float Xccd, float Yccd));
    425 float         getMcal             PROTO((off_t meas, int cat, FlatCorrectionTable *flatcorr, Catalog *catalog));
     433float         getMcal             PROTO((off_t meas, int cat, dvoMagClassType class));
    426434float         getMflat            PROTO((off_t meas, int cat, FlatCorrectionTable *flatcorr, Catalog *catalog));
    427435float         getMgrid            PROTO((off_t meas, int cat));
    428436float         getMmos             PROTO((off_t meas, int cat));
    429 float         getMrel             PROTO((Catalog *catalog, off_t meas, int cat));
     437float         getMrel             PROTO((Catalog *catalog, off_t meas, int cat, dvoMagClassType class, dvoMagSourceType source));
    430438short         getUbercalDist      PROTO((off_t meas, int cat));
    431439float         getCenterOffset     PROTO((off_t meas, int cat, Measure *measure, unsigned int *myID));
Note: See TracChangeset for help on using the changeset viewer.