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/dmt.c

    r4800 r4834  
    1717  Vector *vec1, *vec2, *vec3, *vec4, *vec5;
    1818
     19  if (!InitPhotcodes ()) return (FALSE);
     20
    1921  VarConfig ("CATDIR", "%s", catdir);
    20   if (!InitPhotcodes ()) return (FALSE);
     22  if (VarConfig ("CATMODE", "%s", catalog.catmode) == NULL)
     23    strcpy (catalog.catmode, "RAW");
    2124
    2225  vec1 = vec2 = vec3 = vec4 = vec5 = NULL;
Note: See TracChangeset for help on using the changeset viewer.