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/libdvo/src/dvo_image_raw.c

    r5386 r6684  
    2424    if (!strcmp (format, "ELIXIR")) db[0].format = DVO_FORMAT_ELIXIR;
    2525    if (!strcmp (format, "PANSTARRS")) db[0].format = DVO_FORMAT_PANSTARRS;
     26    if (!strcmp (format, "PMTEST")) db[0].format = DVO_FORMAT_PANSTARRS;
    2627    if (db[0].format != DVO_FORMAT_UNDEF) goto got_format;
    2728  }
Note: See TracChangeset for help on using the changeset viewer.