Changeset 25757 for trunk/Ohana/src/relastro
- Timestamp:
- Oct 2, 2009, 3:15:42 PM (17 years ago)
- Location:
- trunk/Ohana/src/relastro/src
- Files:
-
- 3 edited
-
ConfigInit.c (modified) (1 diff)
-
load_images.c (modified) (1 diff)
-
relastro_objects.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relastro/src/ConfigInit.c
r24308 r25757 60 60 /* update master photcode table if not defined */ 61 61 sprintf (CatdirPhotcodeFile, "%s/Photcodes.dat", CATDIR); 62 if (!LoadPhotcodes (CatdirPhotcodeFile, MasterPhotcodeFile )) {62 if (!LoadPhotcodes (CatdirPhotcodeFile, MasterPhotcodeFile, TRUE)) { 63 63 fprintf (stderr, "error loading photcode table %s or master file %s\n", CatdirPhotcodeFile, MasterPhotcodeFile); 64 64 exit (1); -
trunk/Ohana/src/relastro/src/load_images.c
r12332 r25757 11 11 12 12 // load the current sky table (layout of all SkyRegions) 13 sky = SkyTableLoadOptimal (CATDIR, SKY_TABLE, GSCFILE, SKY_DEPTH, VERBOSE);13 sky = SkyTableLoadOptimal (CATDIR, SKY_TABLE, GSCFILE, TRUE, SKY_DEPTH, VERBOSE); 14 14 SkyTableSetFilenames (sky, CATDIR, "cpt"); 15 15 -
trunk/Ohana/src/relastro/src/relastro_objects.c
r24308 r25757 11 11 12 12 // load the current sky table (layout of all SkyRegions) 13 sky = SkyTableLoadOptimal (CATDIR, SKY_TABLE, GSCFILE, SKY_DEPTH, VERBOSE);13 sky = SkyTableLoadOptimal (CATDIR, SKY_TABLE, GSCFILE, TRUE, SKY_DEPTH, VERBOSE); 14 14 SkyTableSetFilenames (sky, CATDIR, "cpt"); 15 15
Note:
See TracChangeset
for help on using the changeset viewer.
