IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 24, 2005, 8:51:56 AM (21 years ago)
Author:
eugene
Message:

adding internal vs external formats for average, measure, secfilt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/include/relphot.h

    r4864 r4865  
    1515  unsigned int start;
    1616  unsigned int stop;
    17   short int Mcal;
    18   short int dMcal;
    19   short int Xm;
    20   short int secz;
     17  float Mcal;
     18  float dMcal;
     19  short Xm;
     20  float secz;
    2121  char code;
    2222  Coords coords;
     
    133133int           gcatalog            PROTO((Catalog *catalog, int FINAL));
    134134Coords       *getCoords           PROTO((int meas, int cat));
    135 short         getMcal             PROTO((int meas, int cat));
    136 short         getMgrid            PROTO((int meas, int cat));
    137 short         getMmos             PROTO((int meas, int cat));
    138 short         getMrel             PROTO((Catalog *catalog, int meas, int cat));
     135float         getMcal             PROTO((int meas, int cat));
     136float         getMgrid            PROTO((int meas, int cat));
     137float         getMmos             PROTO((int meas, int cat));
     138float         getMrel             PROTO((Catalog *catalog, int meas, int cat));
    139139GSCRegion    *get_regions         PROTO((double minRa, double maxRa, double minDec, double maxDec, int *Nregions));
    140140void          getfullregion       PROTO((Image *image, int Nimage, GSCRegion *fullregion));
Note: See TracChangeset for help on using the changeset viewer.