IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 2, 2009, 3:15:42 PM (17 years ago)
Author:
eugene
Message:

various dvo and other improvements from gene@dev branch

Location:
trunk/Ohana/src/getstar/src
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/getstar/src/ConfigInit.c

    r15543 r25757  
    3434  /* XXX this does not yet write out the master photcode table */
    3535  sprintf (CatdirPhotcodeFile, "%s/Photcodes.dat", CATDIR);
    36   if (!LoadPhotcodes (CatdirPhotcodeFile, MasterPhotcodeFile)) {
     36  if (!LoadPhotcodes (CatdirPhotcodeFile, MasterPhotcodeFile, TRUE)) {
    3737    fprintf (stderr, "error loading photcode table %s or master file %s\n", CatdirPhotcodeFile, MasterPhotcodeFile);
    3838    exit (1);
  • trunk/Ohana/src/getstar/src/ConfigInit_coords.c

    r24914 r25757  
    3535  /* XXX this does not yet write out the master photcode table */
    3636  sprintf (CatdirPhotcodeFile, "%s/Photcodes.dat", CATDIR);
    37   if (!LoadPhotcodes (CatdirPhotcodeFile, MasterPhotcodeFile)) {
     37  if (!LoadPhotcodes (CatdirPhotcodeFile, MasterPhotcodeFile, TRUE)) {
    3838    fprintf (stderr, "error loading photcode table %s or master file %s\n", CatdirPhotcodeFile, MasterPhotcodeFile);
    3939    exit (1);
  • trunk/Ohana/src/getstar/src/ConfigInit_extract.c

    r12840 r25757  
    3535  /* XXX this does not yet write out the master photcode table */
    3636  sprintf (CatdirPhotcodeFile, "%s/Photcodes.dat", CATDIR);
    37   if (!LoadPhotcodes (CatdirPhotcodeFile, MasterPhotcodeFile)) {
     37  if (!LoadPhotcodes (CatdirPhotcodeFile, MasterPhotcodeFile, TRUE)) {
    3838    fprintf (stderr, "error loading photcode table %s or master file %s\n", CatdirPhotcodeFile, MasterPhotcodeFile);
    3939    exit (1);
  • trunk/Ohana/src/getstar/src/ConfigInit_overlaps.c

    r12774 r25757  
    3535  /* XXX this does not yet write out the master photcode table */
    3636  sprintf (CatdirPhotcodeFile, "%s/Photcodes.dat", CATDIR);
    37   if (!LoadPhotcodes (CatdirPhotcodeFile, MasterPhotcodeFile)) {
     37  if (!LoadPhotcodes (CatdirPhotcodeFile, MasterPhotcodeFile, FALSE)) {
    3838    fprintf (stderr, "error loading photcode table %s or master file %s\n", CatdirPhotcodeFile, MasterPhotcodeFile);
    3939    exit (1);
  • trunk/Ohana/src/getstar/src/getstar.c

    r20984 r25757  
    1313  set_db (&db);
    1414
    15   sky = SkyTableLoadOptimal (CATDIR, SKY_TABLE, GSCFILE, SKY_DEPTH, VERBOSE);
     15  sky = SkyTableLoadOptimal (CATDIR, SKY_TABLE, GSCFILE, TRUE, SKY_DEPTH, VERBOSE);
    1616  if (!sky) exit (1);
    1717   
Note: See TracChangeset for help on using the changeset viewer.