IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33026


Ignore:
Timestamp:
Dec 27, 2011, 8:33:37 AM (15 years ago)
Author:
eugene
Message:

new tool to get spectral sequence

Location:
branches/eam_branches/ipp-20111122/Ohana/src/opihi/cmd.astro
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/opihi/cmd.astro/Makefile

    r32951 r33026  
    5858$(SRC)/spec.$(ARCH).o              \
    5959$(SRC)/specpairfit.$(ARCH).o       \
     60$(SRC)/spexseq.$(ARCH).o           \
    6061$(SRC)/spex1dgas.$(ARCH).o         \
    6162$(SRC)/spex2dgas.$(ARCH).o         \
  • branches/eam_branches/ipp-20111122/Ohana/src/opihi/cmd.astro/init.c

    r32951 r33026  
    4646int spec                    PROTO((int, char **));
    4747int specpairfit             PROTO((int, char **));
     48int spexseq                 PROTO((int, char **));
    4849int spex1dgas               PROTO((int, char **));
    4950int spex2dgas               PROTO((int, char **));
     
    9899  {1, "spec",        spec,         "extract a spectrum"},
    99100  {1, "specpairfit", specpairfit,  "fit spectrum to another spectrum"},
     101  {1, "spexseq",     spexseq,      "generate the spectral sequence"},
    100102  {1, "spex1dgas",   spex1dgas,    "minimize distances in 1D"},
    101103  {1, "spex2dgas",   spex2dgas,    "minimize distances in 2D"},
Note: See TracChangeset for help on using the changeset viewer.