IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 19, 2005, 5:22:00 PM (21 years ago)
Author:
eugene
Message:

added support for CATMODE and CATFORMAT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/extract.c

    r3462 r4834  
    3434  if (!InitPhotcodes ()) return (FALSE);
    3535
     36  VarConfig ("GSCDIR", "%s", gscdir);
    3637  VarConfig ("CATDIR", "%s", catdir);
    37   VarConfig ("GSCDIR", "%s", gscdir);
     38  if (VarConfig ("CATMODE", "%s", catalog.catmode) == NULL)
     39    strcpy (catalog.catmode, "RAW");
    3840
    3941  regions = (RegionFile *) NULL;
Note: See TracChangeset for help on using the changeset viewer.