Changeset 23303 for trunk/psastro/src/psastroConvert.c
- Timestamp:
- Mar 12, 2009, 2:24:55 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroConvert.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroConvert.c
r21409 r23303 99 99 int n = index->data.S32[i]; 100 100 pmSource *source = sources->data[n]; 101 // XXX this needs to be flexible 101 102 psTrace ("psastro", 6, "mag: %f +/- %f, mode: %x, skip: %x\n", source->psfMag, source->errMag, source->mode, skip); 103 102 104 if (source->mode & skip) { 103 105 nModeSkip ++; 104 106 continue; 105 107 } 108 106 109 if ((iMagMax != 0.0) && (source->psfMag > iMagMax)) { 107 110 nFaintSkip ++;
Note:
See TracChangeset
for help on using the changeset viewer.
