IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 26, 2006, 1:14:47 PM (20 years ago)
Author:
eugene
Message:

removed IMAGE_CATALOG from config, finished proper-motion additions, minor fixes in graphing

File:
1 edited

Legend:

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

    r6675 r6684  
    6060  ScanConfig (config, "TYCHO_DIR",             "%s",  0, TYCHO_DIR);
    6161
    62   ScanConfig (config, "IMAGE_CATALOG",          "%s",  0, ImageCat);
    6362  ScanConfig (config, "GSCFILE",                "%s",  0, GSCFILE);
    6463  ScanConfig (config, "CATDIR",                 "%s",  0, CATDIR);
     
    7271    SKY_TABLE[0] = 0;
    7372  }
     73  sprintf (ImageCat, "%s/Images.dat", CATDIR);
     74
     75  /* dropped: ScanConfig (config, "IMAGE_CATALOG",          "%s",  0, ImageCat); */
     76
    7477
    7578  /* used by client/server setup */
Note: See TracChangeset for help on using the changeset viewer.