IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31326


Ignore:
Timestamp:
Apr 20, 2011, 10:35:11 AM (15 years ago)
Author:
eugene
Message:

add object coverage tool

Location:
branches/eam_branches/ipp-20110404/Ohana/src/opihi/dvo
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110404/Ohana/src/opihi/dvo/Makefile

    r27594 r31326  
    8080$(SRC)/mextract.$(ARCH).o               \
    8181$(SRC)/mmextract.$(ARCH).o              \
     82$(SRC)/objectcoverage.$(ARCH).o         \
    8283$(SRC)/photcodes.$(ARCH).o              \
    8384$(SRC)/pmeasure.$(ARCH).o               \
  • branches/eam_branches/ipp-20110404/Ohana/src/opihi/dvo/init.c

    r27594 r31326  
    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.