IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 8, 2011, 2:54:20 PM (15 years ago)
Author:
eugene
Message:

add nice ability to pantasks/pcontrol/pclient; add ports to pantasks_server; minor updates to dvo skycoverage, etc

Location:
trunk/Ohana/src/opihi/cmd.astro
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.astro/Makefile

    r31635 r32632  
    4343$(SRC)/galprofiles.$(ARCH).o       \
    4444$(SRC)/elliprofile.$(ARCH).o       \
     45$(SRC)/ringflux.$(ARCH).o          \
    4546$(SRC)/petrosian.$(ARCH).o         \
    4647$(SRC)/multifit.$(ARCH).o          \
  • trunk/Ohana/src/opihi/cmd.astro/init.c

    r30972 r32632  
    2929int galradbins              PROTO((int, char **));
    3030int elliprofile             PROTO((int, char **));
     31int ringflux                PROTO((int, char **));
    3132int petrosian               PROTO((int, char **));
    3233int mkgauss                 PROTO((int, char **));
     
    7879  {1, "galradbins",  galradbins,   "generate radial vectors with interpolation along paths"},
    7980  {1, "elliprofile", elliprofile,  "generate radial vectors with interpolation along paths"},
     81  {1, "ringflux",    ringflux,     "mean flux in a ring"},
    8082  {1, "petrosian",   petrosian,    "petrosian parameters given radial bins"},
    8183  {1, "multifit",    multifit,     "fit multi-order spectrum"},
Note: See TracChangeset for help on using the changeset viewer.