Changeset 25757 for trunk/Ohana/src/dvosplit
- Timestamp:
- Oct 2, 2009, 3:15:42 PM (17 years ago)
- Location:
- trunk/Ohana/src/dvosplit/src
- Files:
-
- 2 edited
-
ConfigInit.c (modified) (1 diff)
-
dvosplit.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/dvosplit/src/ConfigInit.c
r24753 r25757 33 33 /* XXX this does not yet write out the master photcode table */ 34 34 sprintf (CatdirPhotcodeFile, "%s/Photcodes.dat", CATDIR); 35 if (!LoadPhotcodes (CatdirPhotcodeFile, MasterPhotcodeFile )) {35 if (!LoadPhotcodes (CatdirPhotcodeFile, MasterPhotcodeFile, TRUE)) { 36 36 fprintf (stderr, "error loading photcode table %s or master file %s\n", CatdirPhotcodeFile, MasterPhotcodeFile); 37 37 exit (1); -
trunk/Ohana/src/dvosplit/src/dvosplit.c
r15746 r25757 18 18 19 19 // load the sky table for the existing database 20 sky = SkyTableLoadOptimal (CATDIR, NULL, NULL, SKY_DEPTH_HST, VERBOSE);20 sky = SkyTableLoadOptimal (CATDIR, NULL, NULL, TRUE, SKY_DEPTH_HST, VERBOSE); 21 21 SkyTableSetFilenames (sky, CATDIR, "cpt"); 22 22 … … 79 79 // save sky table copy 80 80 sprintf (filename, "%s/SkyTable.fits", CATDIR); 81 check_file_access (filename, TRUE, VERBOSE);81 check_file_access (filename, TRUE, TRUE, VERBOSE); 82 82 if (!SkyTableSave (sky, filename)) { 83 83 fprintf (stderr, "ERROR: failed to save sky table for %s\n", CATDIR);
Note:
See TracChangeset
for help on using the changeset viewer.
