IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2011, 10:43:45 AM (15 years ago)
Author:
eugene
Message:

various improvements to relphot, related support

File:
1 edited

Legend:

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

    r27594 r31450  
    4040int lightcurve      PROTO((int, char **));
    4141int mextract        PROTO((int, char **));
    42 int mmextract        PROTO((int, char **));
     42int mmextract       PROTO((int, char **));
     43int objectcoverage  PROTO((int, char **));
    4344int pcat            PROTO((int, char **));
    4445int photcodes       PROTO((int, char **));
     
    9293  {1, "mextract",    mextract,     "extract measure data values"},
    9394  {1, "mmextract",   mmextract,    "extract joined measurements"},
     95  {1, "objectcoverage", objectcoverage, "plot catalog boundaries"},
    9496  {1, "pcat",        skycat,       "plot catalog boundaries"},
    9597  {1, "photcodes",   photcodes,    "list photometry codes"},
Note: See TracChangeset for help on using the changeset viewer.