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

    r4024 r6684  
    77
    88  int i, NDB;
    9   char *config, *file, ElixirBase[80];
     9  char *config, *file, ElixirBase[80], catdir[256];
    1010
    1111  /*** load configuration info ***/
     
    2020  success = TRUE;
    2121
    22   WarnConfig (config, "IMAGE_CATALOG",               "%s", 0, ImPhotDB);
     22  WarnConfig (config, "CATDIR",                      "%s", 0, catdir);
     23  sprintf (ImPhotDB, "%s/Images.dat", catdir);
    2324
    2425  /* small text databases: filters, camera defs */
Note: See TracChangeset for help on using the changeset viewer.