IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 24, 2006, 3:17:36 PM (20 years ago)
Author:
eugene
Message:

added LST function

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

Legend:

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

    r6642 r7964  
    3333$(SDIR)/gauss.$(ARCH).o            \
    3434$(SDIR)/getvel.$(ARCH).o           \
     35$(SDIR)/getlst.$(ARCH).o           \
    3536$(SDIR)/medianmap.$(ARCH).o        \
    3637$(SDIR)/mkgauss.$(ARCH).o          \
  • trunk/Ohana/src/opihi/cmd.astro/init.c

    r6642 r7964  
    1515int gaussfit                PROTO((int, char **));
    1616int getvel                  PROTO((int, char **));
     17int getlst                  PROTO((int, char **));
    1718int imfit                   PROTO((int, char **));
    1819int imsub                   PROTO((int, char **));
     
    4849  {"gauss",       gauss,        "get statistics on a star, assuming gaussian profile"},
    4950  {"getvel",      getvel,       "rotcurve to velocities"},
     51  {"getlst",      getlst,       "return LST given time and longitude"},
    5052  {"imfit",       imfit,        "fit function"},
    5153  {"imsub",       imsub,        "subtract function"},
Note: See TracChangeset for help on using the changeset viewer.