Changeset 36528 for trunk/Ohana/src/relphot/include/relphot.h
- Timestamp:
- Feb 18, 2014, 2:42:32 PM (12 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/relphot/include/relphot.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
- Property svn:mergeinfo deleted
-
trunk/Ohana/src/relphot/include/relphot.h
r36491 r36528 86 86 // others are only used on the final output steps. 87 87 88 double *list; // list of measure.mag values for a given star 89 double *dlist; // mag errors for a star 90 double *wlist; // weights to use for mean mags 91 double *aplist; // ap mags for a star 92 double *kronlist; // kron mags for a star 88 double *Mpsflist; // list of measure.mag values for a given star 89 double *dpsflist; // mag errors for a star 90 double *wpsflist; // weights to use for mean mags 91 92 double *Maplist; // ap mags for a star 93 double *daplist; // ap mags for a star 94 double *waplist; // ap mags for a star 95 96 double *Mkronlist; // kron mags for a star 93 97 double *dkronlist; // kron mag errors 98 double *wkronlist; // kron mag errors 94 99 95 100 double *psfqf_list; // psfqf for all filters … … 97 102 double *stargal_list; // stargal for all filters 98 103 99 StatType stats;104 StatType psfstats; 100 105 StatType apstats; 101 106 StatType kronstats;
Note:
See TracChangeset
for help on using the changeset viewer.
