Changeset 25757 for trunk/Ohana/src/relphot
- Timestamp:
- Oct 2, 2009, 3:15:42 PM (17 years ago)
- Location:
- trunk/Ohana/src/relphot/src
- Files:
-
- 3 edited
-
ConfigInit.c (modified) (1 diff)
-
load_images.c (modified) (1 diff)
-
relphot_objects.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relphot/src/ConfigInit.c
r20323 r25757 58 58 /* XXX this does not yet write out the master photcode table */ 59 59 sprintf (CatdirPhotcodeFile, "%s/Photcodes.dat", CATDIR); 60 if (!LoadPhotcodes (CatdirPhotcodeFile, MasterPhotcodeFile )) {60 if (!LoadPhotcodes (CatdirPhotcodeFile, MasterPhotcodeFile, TRUE)) { 61 61 fprintf (stderr, "error loading photcode table %s or master file %s\n", CatdirPhotcodeFile, MasterPhotcodeFile); 62 62 exit (1); -
trunk/Ohana/src/relphot/src/load_images.c
r10506 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/relphot/src/relphot_objects.c
r25733 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.
