IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27142


Ignore:
Timestamp:
Mar 2, 2010, 12:21:50 PM (16 years ago)
Author:
bills
Message:

dvoImagesAtCoords doesn't need Photcodes do don't load them

File:
1 edited

Legend:

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

    r25757 r27142  
    3333  if (*CATFORMAT == 0) strcpy (CATFORMAT, "ELIXIR");
    3434
    35   /* XXX this does not yet write out the master photcode table */
    36   sprintf (CatdirPhotcodeFile, "%s/Photcodes.dat", CATDIR);
    37   if (!LoadPhotcodes (CatdirPhotcodeFile, MasterPhotcodeFile, TRUE)) {
    38     fprintf (stderr, "error loading photcode table %s or master file %s\n", CatdirPhotcodeFile, MasterPhotcodeFile);
    39     exit (1);
    40   }
    41 
    4235  free (config);
    4336  free (file);
Note: See TracChangeset for help on using the changeset viewer.