Changeset 34844 for trunk/Ohana/src/relphot/include/relphot.h
- Timestamp:
- Dec 18, 2012, 10:04:35 AM (14 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/relphot/include/relphot.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20121130/Ohana (added) merged: 34818-34822,34825-34827,34830-34831,34835-34837,34841
- Property svn:mergeinfo changed
-
trunk/Ohana/src/relphot/include/relphot.h
r34642 r34844 63 63 64 64 typedef struct { 65 int Nfew; 66 int Ncode; 67 int Nsys; 68 int Nbad; 69 int Ncal; 70 int Nmos; 71 int Ngrid; 72 73 // NOTE: the following arrays are (possibly) pre-allocated and carried down to each 74 // thread. The first 3 (list, dlist, wlist) are used in all relphot analyses; the 75 // others are only used on the final output steps. 76 77 double *list; // list of measure.mag values for a given star 78 double *dlist; // mag errors for a star 79 double *wlist; // weights to use for mean mags 80 double *aplist; // ap mags for a star 81 double *kronlist; // kron mags for a star 82 double *dkronlist; // kron mag errors 83 84 double *psfqf_list; // psfqf for all filters 85 double *psfqfperf_list; // psfqfperf for all filters 86 double *stargal_list; // stargal for all filters 87 88 StatType stats; 89 StatType apstats; 90 StatType kronstats; 91 } SetMrelInfo; 92 93 typedef struct { 65 94 AverageTiny *average; // array of (minimal) average data 66 95 MeasureTiny *measure; // array of (minimal) measure data … … 113 142 114 143 char *BOUNDARY_TREE; 144 145 int SET_MREL_VERSION; 115 146 116 147 double MAG_LIM; … … 239 270 Coords *getCoords PROTO((off_t meas, int cat)); 240 271 off_t getImageEntry PROTO((off_t meas, int cat)); 272 273 float getMcal_alt PROTO((off_t meas, int cat, FlatCorrectionTable *flatcorr, float Xccd, float Yccd)); 241 274 float getMcal PROTO((off_t meas, int cat, FlatCorrectionTable *flatcorr, Catalog *catalog)); 242 275 float getMflat PROTO((off_t meas, int cat, FlatCorrectionTable *flatcorr, Catalog *catalog)); … … 348 381 int load_tree (char *treefile); 349 382 int BoundaryTreePrimaryCell (char *primaryCellName, double ra, double dec); 383 384 int print_measure_set_alt (Average *average, SecFilt *secfilt, Measure *measure); 385 int setMrel_catalog_alt (Catalog *catalog, int Nc, int pass, FlatCorrectionTable *flatcorr, SetMrelInfo *results, int Nsecfilt); 386 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); 387 int setMrelAverageStack (off_t meas, int cat, FlatCorrectionTable *flatcorr, SetMrelInfo *results, Average *average, SecFilt *secfilt, Measure *measure, char *primaryCell); 388 int setGlobalObjStats (Average *average, Measure *measure); 389 390 void SetMrelInfoInit (SetMrelInfo *results, int allocLists);
Note:
See TracChangeset
for help on using the changeset viewer.
