IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4701


Ignore:
Timestamp:
Aug 3, 2005, 5:47:10 PM (21 years ago)
Author:
eugene
Message:

added skycoverage function

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

Legend:

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

    r4691 r4701  
    8080$(SDIR)/pmeasure.$(ARCH).o              \
    8181$(SDIR)/procks.$(ARCH).o                \
     82$(SDIR)/skycoverage.$(ARCH).o           \
    8283$(SDIR)/showtile.$(ARCH).o              \
    8384$(SDIR)/simage.$(ARCH).o                \
  • trunk/Ohana/src/opihi/dvo/init.c

    r3688 r4701  
    4343int procks          PROTO((int, char **));
    4444int showtile        PROTO((int, char **));
     45int skycoverage     PROTO((int, char **));
    4546int simage          PROTO((int, char **));
    4647int subpix          PROTO((int, char **));
     
    9394  {"procks",      procks,       "plot rocks"},
    9495  {"showtile",    showtile,     "plot tile pattern"},
     96  {"skycoverage", skycoverage,  "measure image union on sky"},
    9597  {"simage",      simage,       "plot stars in an image"},
    9698  {"subpix",      subpix,       "get subpixel positions"},
Note: See TracChangeset for help on using the changeset viewer.