Changeset 23650
- Timestamp:
- Mar 31, 2009, 8:44:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301/Ohana/src/relastro/src/relastro_objects.c
r23649 r23650 9 9 Catalog catalog; 10 10 11 //CNB 12 fprintf(stderr, "beginning relastro objects\n"); 13 11 14 // load the current sky table (layout of all SkyRegions) 12 15 sky = SkyTableLoadOptimal (CATDIR, SKY_TABLE, GSCFILE, SKY_DEPTH, VERBOSE); … … 16 19 skylist = SkyListByPatch (sky, -1, &UserPatch); 17 20 21 //CNB 22 fprintf(stder, "looping over skylist regions\n"); 18 23 // load data from each region file, only use bright stars 19 24 for (i = 0; i < skylist[0].Nregions; i++) { … … 52 57 } 53 58 59 //CNB 60 fprintf(stderr, "updating objects\n"); 54 61 UpdateObjects (&catalog, 1); 55 62
Note:
See TracChangeset
for help on using the changeset viewer.
