Changeset 17191
- Timestamp:
- Mar 28, 2008, 3:25:13 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/addstar/src/ReadStarsFITS.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/addstar/src/ReadStarsFITS.c
r16810 r17191 44 44 exit (1); 45 45 } 46 if (*nstars != Nstars) {47 fprintf (stderr, "WARNING: inconsistent number of stars? %d vs %d\n", *nstars, Nstars);48 }49 *nstars = Nstars; 46 // Nstars is not necessarily == *nstars (The former is the number of detections, the 47 // latter are the 'good' detections reported by the photometry system. 48 *nstars = Nstars; 49 50 50 return stars; 51 51 }
Note:
See TracChangeset
for help on using the changeset viewer.
