Changeset 25757 for trunk/Ohana/src/getstar
- Timestamp:
- Oct 2, 2009, 3:15:42 PM (17 years ago)
- Location:
- trunk/Ohana/src/getstar/src
- Files:
-
- 5 edited
-
ConfigInit.c (modified) (1 diff)
-
ConfigInit_coords.c (modified) (1 diff)
-
ConfigInit_extract.c (modified) (1 diff)
-
ConfigInit_overlaps.c (modified) (1 diff)
-
getstar.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/getstar/src/ConfigInit.c
r15543 r25757 34 34 /* XXX this does not yet write out the master photcode table */ 35 35 sprintf (CatdirPhotcodeFile, "%s/Photcodes.dat", CATDIR); 36 if (!LoadPhotcodes (CatdirPhotcodeFile, MasterPhotcodeFile )) {36 if (!LoadPhotcodes (CatdirPhotcodeFile, MasterPhotcodeFile, TRUE)) { 37 37 fprintf (stderr, "error loading photcode table %s or master file %s\n", CatdirPhotcodeFile, MasterPhotcodeFile); 38 38 exit (1); -
trunk/Ohana/src/getstar/src/ConfigInit_coords.c
r24914 r25757 35 35 /* XXX this does not yet write out the master photcode table */ 36 36 sprintf (CatdirPhotcodeFile, "%s/Photcodes.dat", CATDIR); 37 if (!LoadPhotcodes (CatdirPhotcodeFile, MasterPhotcodeFile )) {37 if (!LoadPhotcodes (CatdirPhotcodeFile, MasterPhotcodeFile, TRUE)) { 38 38 fprintf (stderr, "error loading photcode table %s or master file %s\n", CatdirPhotcodeFile, MasterPhotcodeFile); 39 39 exit (1); -
trunk/Ohana/src/getstar/src/ConfigInit_extract.c
r12840 r25757 35 35 /* XXX this does not yet write out the master photcode table */ 36 36 sprintf (CatdirPhotcodeFile, "%s/Photcodes.dat", CATDIR); 37 if (!LoadPhotcodes (CatdirPhotcodeFile, MasterPhotcodeFile )) {37 if (!LoadPhotcodes (CatdirPhotcodeFile, MasterPhotcodeFile, TRUE)) { 38 38 fprintf (stderr, "error loading photcode table %s or master file %s\n", CatdirPhotcodeFile, MasterPhotcodeFile); 39 39 exit (1); -
trunk/Ohana/src/getstar/src/ConfigInit_overlaps.c
r12774 r25757 35 35 /* XXX this does not yet write out the master photcode table */ 36 36 sprintf (CatdirPhotcodeFile, "%s/Photcodes.dat", CATDIR); 37 if (!LoadPhotcodes (CatdirPhotcodeFile, MasterPhotcodeFile )) {37 if (!LoadPhotcodes (CatdirPhotcodeFile, MasterPhotcodeFile, FALSE)) { 38 38 fprintf (stderr, "error loading photcode table %s or master file %s\n", CatdirPhotcodeFile, MasterPhotcodeFile); 39 39 exit (1); -
trunk/Ohana/src/getstar/src/getstar.c
r20984 r25757 13 13 set_db (&db); 14 14 15 sky = SkyTableLoadOptimal (CATDIR, SKY_TABLE, GSCFILE, SKY_DEPTH, VERBOSE);15 sky = SkyTableLoadOptimal (CATDIR, SKY_TABLE, GSCFILE, TRUE, SKY_DEPTH, VERBOSE); 16 16 if (!sky) exit (1); 17 17
Note:
See TracChangeset
for help on using the changeset viewer.
