Changeset 16834
- Timestamp:
- Mar 5, 2008, 12:30:58 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackMatch.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackMatch.c
r16605 r16834 10 10 11 11 #define ARRAY_BUFFER 16 // Number to add to array at a time 12 12 #define MAG_IGNORE 99.0 // Ignore these magnitudes --- they're not real! 13 13 14 14 //#define TESTING … … 71 71 for (int i = 0; i < sources->n; i++) { 72 72 pmSource *source = sources->data[i]; // Source of interest 73 if (source->psfMag > maxMag ) {73 if (source->psfMag > maxMag && source->psfMag != MAG_IGNORE) { 74 74 maxMag = source->psfMag; 75 75 }
Note:
See TracChangeset
for help on using the changeset viewer.
