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/dvosplit/src
Files:
2 edited

Legend:

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

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

    r15746 r25757  
    1818
    1919  // 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);
    2121  SkyTableSetFilenames (sky, CATDIR, "cpt");
    2222
     
    7979  // save sky table copy
    8080  sprintf (filename, "%s/SkyTable.fits", CATDIR);
    81   check_file_access (filename, TRUE, VERBOSE);
     81  check_file_access (filename, TRUE, TRUE, VERBOSE);
    8282  if (!SkyTableSave (sky, filename)) {
    8383    fprintf (stderr, "ERROR: failed to save sky table for %s\n", CATDIR);
Note: See TracChangeset for help on using the changeset viewer.