Changeset 34405 for trunk/Ohana/src/relphot/src/bcatalog.c
- Timestamp:
- Sep 5, 2012, 4:25:56 PM (14 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/relphot/src/bcatalog.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
- Property svn:mergeinfo set to
-
trunk/Ohana/src/relphot/src/bcatalog.c
r33963 r34405 117 117 118 118 // skip garbage measurements 119 if (catalog[0].measure[offset].psfQ ual< 0.85) { Npsfqf ++; continue; }119 if (catalog[0].measure[offset].psfQF < 0.85) { Npsfqf ++; continue; } 120 120 if (isnan(catalog[0].measure[offset].M)) { Nnan ++; continue; } 121 121
Note:
See TracChangeset
for help on using the changeset viewer.
