IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 18, 2005, 4:38:35 PM (21 years ago)
Author:
eugene
Message:

added lightcurve.c

File:
1 edited

Legend:

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

    r2822 r3461  
    1 # include "dvo.h"
     1# include "dvo1.h"
    22
    33int avextract       PROTO((int, char **));
     
    3535int lcat            PROTO((int, char **));
    3636int lcurve          PROTO((int, char **));
     37int lightcurve      PROTO((int, char **));
    3738int mextract        PROTO((int, char **));
    3839int pcat            PROTO((int, char **));
     
    8384  {"lcat",        lcat,         "list catalogs in region"},
    8485  {"lcurve",      lcurve,       "plot lightcurve for a star"},
     86  {"lightcurve",  lightcurve,   "extract lightcurve for a star"},
    8587  {"mextract",    mextract,     "extract measure data values"},
    8688  {"pcat",        pcat,         "plot catalog boundaries"},
Note: See TracChangeset for help on using the changeset viewer.