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

    r4800 r4834  
    1515
    1616  VarConfig ("CATDIR", "%s", catdir);
     17  if (VarConfig ("CATMODE", "%s", catalog.catmode) == NULL)
     18    strcpy (catalog.catmode, "RAW");
     19
    1720  if (!InitPhotcodes ()) return (FALSE);
    1821  Nsec = GetPhotcodeNsecfilt ();
Note: See TracChangeset for help on using the changeset viewer.