Changeset 8390 for trunk/Ohana/src/relastro/src/bcatalog.c
- Timestamp:
- Aug 16, 2006, 11:17:15 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relastro/src/bcatalog.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relastro/src/bcatalog.c
r6808 r8390 1 1 # include "relphot.h" 2 2 3 int bcatalog (Catalog *subcatalog, Catalog *catalog , GSCRegion *fullregion) {3 int bcatalog (Catalog *subcatalog, Catalog *catalog) { 4 4 5 5 int i, j, offset, ecode; … … 18 18 for (i = 0; i < catalog[0].Naverage; i++) { 19 19 if (catalog[0].average[i].Nm < 2) continue; 20 21 /* XXX this limitation is absurd 20 22 if (catalog[0].average[i].R < fullregion[0].RA[0]) continue; 21 23 if (catalog[0].average[i].R > fullregion[0].RA[1]) continue; 22 24 if (catalog[0].average[i].D < fullregion[0].DEC[0]) continue; 23 25 if (catalog[0].average[i].D > fullregion[0].DEC[1]) continue; 26 */ 24 27 25 28 /* start with all stars good */
Note:
See TracChangeset
for help on using the changeset viewer.
