IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 21, 2015, 9:23:17 AM (11 years ago)
Author:
eugene
Message:

relphot rework compiles

File:
1 edited

Legend:

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

    r38293 r38297  
    136136  float *psfQfPerfMax;        // max psfQfperf value for this secfilt
    137137
     138  int *Nmeas;                 // count of PS1 exposure (chip) measurements for this secfilt
    138139  int *Next;                  // count of PS1 exposure (chip) measurements for this secfilt
    139140  int *NexpPS1;               // count of PS1 exposure (chip) measurements for this secfilt
     
    141142
    142143  float *minUbercalDist;
    143 
    144   int NextPS1;                // count of PS1 exposure (chip) measurements for this secfilt
    145   int NpsfPS1;                // count of PS1 exposure (chip) measurements for this secfilt
    146144
    147145  StatType psfstats;
     
    396394void          liststats_setmode   PROTO((StatType *stats, char *strmode));
    397395int           liststats           PROTO((double *value, double *dvalue, double *wvalue, int N, StatType *stats));
     396int           liststats_init      PROTO((StatType *stats));
    398397Catalog      *load_catalogs       PROTO((SkyList *skylist, int *Ncatalog, int hostID, char *hostpath, char *syncfile));
    399398Catalog      *load_catalogs_parallel PROTO((SkyList *sky, int *Ncatalog, char *syncfile));
     
    433432int           setMrel             PROTO((Catalog *catalog, int Ncatalog, FlatCorrectionTable *flatcorr));
    434433void          setMrelFinal        PROTO((Catalog *catalog, FlatCorrectionTable *flatcorr, int simpleAverage));
    435 int           setMrelOutput       PROTO((Catalog *catalog, int Ncatalog, int pass, FlatCorrectionTable *flatcorr));
     434int           setMrelOutput       PROTO((Catalog *catalog, int Ncatalog, FlatCorrectionTable *flatcorr));
    436435int           setMave             PROTO((Catalog *catalog, int Ncatalog));
    437436void          set_ZP              PROTO((double ZERO));
     
    495494
    496495int print_measure_set_alt (Average *average, SecFilt *secfilt, Measure *measure);
    497 int setMrel_catalog_alt (Catalog *catalog, int Nc, int pass, FlatCorrectionTable *flatcorr, SetMrelInfo *results, int Nsecfilt);
    498 int setMrelAverageExposure (off_t measureOffset, int cat, int isSetMrelFinal, FlatCorrectionTable *flatcorr, SetMrelInfo *results, Average *average, AverageTiny *averageT, SecFilt *secfilt, Measure *measure, MeasureTiny *measureT);
    499 int setMrelAverageStack (off_t measureOffset, int cat, FlatCorrectionTable *flatcorr, SetMrelInfo *results, Average *average, SecFilt *secfilt, Measure *measure, off_t Nmeasure);
    500 int setMrelAverageForcedWarp (off_t measureOffset, int cat, int pass, SetMrelInfo *results, Average *average, SecFilt *secfilt, Measure *measure, off_t *found, off_t Nmeasure);
     496int setMrel_catalog_alt (Catalog *catalog, int Nc, int isSetMrelFinal, FlatCorrectionTable *flatcorr, SetMrelInfo *results, int Nsecfilt);
     497int setMrelAverageExposure (Catalog *catalog, int cat, off_t ave, int Nsecfilt, int isSetMrelFinal, FlatCorrectionTable *flatcorr, SetMrelInfo *results);
     498int setMrelAverageStack (Catalog *catalog, int cat, off_t ave, int Nsecfilt, FlatCorrectionTable *flatcorr, SetMrelInfo *results);
     499int setMrelAverageForcedWarp (Catalog *catalog, int cat, off_t ave, int Nsecfilt, FlatCorrectionTable *flatcorr, SetMrelInfo *results);
    501500
    502501int setGlobalObjStats (Average *average, Measure *measure);
     
    562561int whichGPC1filter (int photcode);
    563562int is2MASS (int photcode);
     563int isTYCHO (int photcode);
     564
     565int magStatsByRanking (StatDataSet *dataset, StatType *stats);
    564566
    565567SynthZeroPoints *SynthZeroPointsLoad (char *filename);
     
    570572int relphot_synthphot_catalog (Catalog *catalog, SynthZeroPoints *zpts);
    571573int relphot_synthphot_average (Average *average, SecFilt *secfilt, Measure *measure, SynthZeroPoints *zpts);
     574
     575void setMeasureRank (Catalog *catalog);
     576int getImageFlags (off_t meas, int cat);
     577int getMosaicFlags (off_t meas, int cat);
     578
Note: See TracChangeset for help on using the changeset viewer.