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/imregister/base/ConfigInit.c

    r2823 r6684  
    66
    77  int i, NDB;
    8   char *config, *file, ElixirBase[80];
     8  char *config, *file, ElixirBase[80], catdir[256];
    99
    1010  /*** load configuration info ***/
     
    2323  WarnConfig (config, "PHOT_DATABASE",               "%s", 0, PhotDB);
    2424  WarnConfig (config, "TRANS_DATABASE",              "%s", 0, TransDB);
    25   WarnConfig (config, "IMAGE_CATALOG",               "%s", 0, ImPhotDB);
     25
     26  WarnConfig (config, "CATDIR",                      "%s", 0, catdir);
     27  sprintf (ImPhotDB, "%s/Images.dat", catdir);
    2628
    2729  /* small text databases: filters, camera defs */
Note: See TracChangeset for help on using the changeset viewer.