IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10793


Ignore:
Timestamp:
Dec 16, 2006, 11:57:39 PM (20 years ago)
Author:
eugene
Message:

added paverage

Location:
trunk/Ohana/src/opihi/dvo
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/Makefile

    r10509 r10793  
    6767$(SDIR)/photcodes.$(ARCH).o             \
    6868$(SDIR)/pmeasure.$(ARCH).o              \
     69$(SDIR)/paverage.$(ARCH).o              \
    6970$(SDIR)/procks.$(ARCH).o                \
    7071$(SDIR)/skycoverage.$(ARCH).o           \
  • trunk/Ohana/src/opihi/dvo/init.c

    r7680 r10793  
    4343int photcodes       PROTO((int, char **));
    4444int pmeasure        PROTO((int, char **));
     45int paverage        PROTO((int, char **));
    4546int procks          PROTO((int, char **));
    4647int showtile        PROTO((int, char **));
     
    9899  {"photcodes",   photcodes,    "list photometry codes"},
    99100  {"pmeasure",    pmeasure,     "plot individual measurements"},
     101  {"paverage",    paverage,     "plot average magnitude"},
    100102  {"procks",      procks,       "plot rocks"},
    101103  {"showtile",    showtile,     "plot tile pattern"},
Note: See TracChangeset for help on using the changeset viewer.