IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3688


Ignore:
Timestamp:
Apr 8, 2005, 10:07:09 AM (21 years ago)
Author:
eugene
Message:

added fitcolors: a function to measure chip-to-chip color terms

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

Legend:

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

    r3525 r3688  
    5757$(SDIR)/dmt.$(ARCH).o                   \
    5858$(SDIR)/elixir.$(ARCH).o                \
     59$(SDIR)/fitcolors.$(ARCH).o             \
    5960$(SDIR)/gcat.$(ARCH).o                  \
    6061$(SDIR)/gimages.$(ARCH).o               \
  • trunk/Ohana/src/opihi/dvo/init.c

    r3461 r3688  
    1818int dmt             PROTO((int, char **));
    1919int elixir          PROTO((int, char **));
     20int fitcolors       PROTO((int, char **));
    2021int gcat            PROTO((int, char **));
    2122int getxtra         PROTO((int, char **));
     
    6970  {"dmt",         dmt,          "plot mag scatter"},
    7071  {"elixir",      elixir,       "talk to elixir"},
     72  {"fitcolors",   fitcolors,    "fit chip-to-chip color terms"},
    7173  {"gcat",        gcat,         "get catalog at location"},
    7274  {"gimages",     gimages,      "get images at location"},
Note: See TracChangeset for help on using the changeset viewer.