Changeset 38044 for branches/eam_branches/ipp-20150112/Ohana/src
- Timestamp:
- Mar 28, 2015, 8:14:21 PM (11 years ago)
- Location:
- branches/eam_branches/ipp-20150112/Ohana/src/photdbc/src
- Files:
-
- 2 edited
-
photdbc.c (modified) (1 diff)
-
photdbc_client.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150112/Ohana/src/photdbc/src/photdbc.c
r37807 r38044 10 10 11 11 // the output catalog needs to inherit the SKY_DEPTH of the input catalog 12 sky = SkyTableLoadOptimal (CATDIR, NULL, NULL, TRUE, 0, VERBOSE); 12 sky = SkyTableLoadOptimal (CATDIR, NULL, NULL, FALSE, 0, VERBOSE); 13 if (!sky) { 14 fprintf (stderr, "ERROR loading sky table from %s\n", CATDIR); 15 exit (2); 16 } 17 13 18 SkyTableSetFilenames (sky, CATDIR, "cpt"); 14 19 skylist = SkyListByPatch (sky, -1, ®ION); -
branches/eam_branches/ipp-20150112/Ohana/src/photdbc/src/photdbc_client.c
r33655 r38044 6 6 7 7 // load the current sky table (layout of all SkyRegions) 8 SkyTable *sky = SkyTableLoadOptimal (CATDIR, NULL, NULL, TRUE, -1, VERBOSE);8 SkyTable *sky = SkyTableLoadOptimal (CATDIR, NULL, NULL, FALSE, -1, VERBOSE); 9 9 if (!sky) { 10 fprintf (stderr, "ERROR runningloading sky table from %s\n", CATDIR);10 fprintf (stderr, "ERROR loading sky table from %s\n", CATDIR); 11 11 exit (2); 12 12 }
Note:
See TracChangeset
for help on using the changeset viewer.
