- Timestamp:
- Feb 10, 2016, 9:42:39 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relphot/src/bcatalog.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relphot/src/bcatalog.c
r38466 r39341 178 178 } 179 179 180 NmMin = MIN (Nm, NmMin); 181 NmMax = MAX (Nm, NmMax); 182 180 183 // XXXX test : what checks do I need to make elsewhere to avoid problems here? 181 184 if (Nm <= STAR_TOOFEW) { /* enough measurements total? */ … … 194 197 continue; 195 198 } 196 NmMin = MIN (Nm, NmMin);197 NmMax = MAX (Nm, NmMax);198 199 199 200 // for w-band photometry (& other cases?) convert gri photometry
Note:
See TracChangeset
for help on using the changeset viewer.
