IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28342


Ignore:
Timestamp:
Jun 15, 2010, 3:20:09 PM (16 years ago)
Author:
eugene
Message:

create new directory and generate photcode table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/dvomerge/src/dvomergeUpdate.c

    r28330 r28342  
    2626      exit (1);
    2727    }
     28    if (!check_dir_access (output, VERBOSE)) {
     29      fprintf (stderr, "error creating output database directory %s\n", output);
     30      exit (1);
     31    }   
     32    sprintf (filename, "%s/Photcodes.dat", output);
     33    if (!SavePhotcodesFITS (filename)) {
     34      fprintf (stderr, "error saving photcode table in %s/Photcodes.dat\n", output);
     35      exit (1);
     36    }   
    2837  }
    2938
Note: See TracChangeset for help on using the changeset viewer.