- Timestamp:
- May 21, 2015, 6:02:59 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150419/Ohana/src/relphot/include/relphot.h
r38292 r38293 99 99 double *errlist; // mag errors for a star 100 100 double *wgtlist; // weights to use for mean mags 101 int *ranking; // weights to use for mean mags 102 int *measSeq; // weights to use for mean mags 103 int Nlist; 101 104 } StatDataSet; 102 105 … … 114 117 // the final output steps. 115 118 119 int Nsecfilt; 120 116 121 StatDataSet *psfData; // one is allocated for each primary (average) photcode 117 122 StatDataSet *aperData; … … 121 126 double *psfqfperf_list; // psfqfperf for all filters 122 127 double *stargal_list; // stargal for all filters 128 129 int *havePS1; // this secfilt has synthetic mags 130 int *haveSYN; // this secfilt has synthetic mags 131 int *measSYN; // this measurement is the synthetic mag for this secfilt 132 int *needSYN; // this secfilt mag should use synthetic mags 133 float *minSYN; // minimum synthetic mag below which synthetic should be forced 134 135 float *psfQfMax; // max psfQf value for this secfilt 136 float *psfQfPerfMax; // max psfQfperf value for this secfilt 137 138 int *Next; // count of PS1 exposure (chip) measurements for this secfilt 139 int *NexpPS1; // count of PS1 exposure (chip) measurements for this secfilt 140 int *haveUbercal; // does this secfilt have any ubercal data? 141 142 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 123 146 124 147 StatType psfstats; … … 473 496 int print_measure_set_alt (Average *average, SecFilt *secfilt, Measure *measure); 474 497 int setMrel_catalog_alt (Catalog *catalog, int Nc, int pass, FlatCorrectionTable *flatcorr, SetMrelInfo *results, int Nsecfilt); 475 int setMrelAverageExposure (off_t meas , int cat, int pass, FlatCorrectionTable *flatcorr, SetMrelInfo *results, Average *average, AverageTiny *averageT, SecFilt *secfilt, Measure *measure, MeasureTiny *measureT, off_t *found);498 int setMrelAverageExposure (off_t measureOffset, int cat, int isSetMrelFinal, FlatCorrectionTable *flatcorr, SetMrelInfo *results, Average *average, AverageTiny *averageT, SecFilt *secfilt, Measure *measure, MeasureTiny *measureT); 476 499 int setMrelAverageStack (off_t measureOffset, int cat, FlatCorrectionTable *flatcorr, SetMrelInfo *results, Average *average, SecFilt *secfilt, Measure *measure, off_t Nmeasure); 477 500 int setMrelAverageForcedWarp (off_t measureOffset, int cat, int pass, SetMrelInfo *results, Average *average, SecFilt *secfilt, Measure *measure, off_t *found, off_t Nmeasure); … … 480 503 481 504 void SetMrelInfoInit (SetMrelInfo *results, int allocLists); 505 void SetMrelInfoFree (SetMrelInfo *results); 506 void SetMrelInfoReset (SetMrelInfo *results); 507 void SetMrelInfoResetObject (SetMrelInfo *results); 508 509 void StatDataSetFree (StatDataSet *dataset, int Nsecfilt); 510 StatDataSet *StatDataSetAlloc (int Nsecfilt, int Nmax); 482 511 483 512 int init_synthetic_mags (); … … 532 561 int isGPC1synth (int photcode); 533 562 int whichGPC1filter (int photcode); 534 563 int is2MASS (int photcode); 535 564 536 565 SynthZeroPoints *SynthZeroPointsLoad (char *filename);
Note:
See TracChangeset
for help on using the changeset viewer.
