IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 26, 2012, 5:21:00 AM (15 years ago)
Author:
eugene
Message:

relphot runs with ubercal & flatcorr, signs seem right

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/relphot/include/relphot.h

    r33117 r33157  
    7979int    FREEZE_MOSAICS;
    8080int    USE_GRID;
     81int    KEEP_UBERCAL;
    8182char  *OUTROOT;
    8283int    PLOTDELAY;
     
    157158off_t         getImageEntry       PROTO((off_t meas, int cat));
    158159float         getMcal             PROTO((off_t meas, int cat, FlatCorrectionTable *flatcorr, Catalog *catalog));
     160float         getMflat            PROTO((off_t meas, int cat, FlatCorrectionTable *flatcorr, Catalog *catalog));
    159161float         getMgrid            PROTO((off_t meas, int cat));
    160162float         getMmos             PROTO((off_t meas, int cat));
     
    196198int           reload_images       PROTO((FITS_DB *db));
    197199int           setExclusions       PROTO((Catalog *catalog, int Ncatalog));
    198 void          setMcal             PROTO((Catalog *catalog, int Poor));
     200void          setMcal             PROTO((Catalog *catalog, int Poor, FlatCorrectionTable *flatcorr));
    199201void          setMcalFinal        PROTO((void));
    200202int           setMcalOutput       PROTO((Catalog *catalog, int Ncatalog, FlatCorrectionTable *flatcorr));
Note: See TracChangeset for help on using the changeset viewer.