Changeset 16014 for trunk/psastro/src/psastroConvert.c
- Timestamp:
- Jan 6, 2008, 1:57:15 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroConvert.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroConvert.c
r15941 r16014 68 68 int n = index->data.S32[i]; 69 69 pmSource *source = sources->data[n]; 70 // XXX this needs to be flexible 70 71 if (source->mode & PM_SOURCE_MODE_SATSTAR) continue; 72 if (source->mode & PM_SOURCE_MODE_BLEND) continue; 71 73 if ((iMagMax != 0.0) && (source->psfMag > iMagMax)) continue; 72 74 if ((iMagMin != 0.0) && (source->psfMag < iMagMin)) continue;
Note:
See TracChangeset
for help on using the changeset viewer.
