IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 9, 2011, 3:34:31 AM (15 years ago)
Author:
eugene
Message:

adding spex2dgas

File:
1 edited

Legend:

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

    r32867 r32909  
    4646int spec                    PROTO((int, char **));
    4747int specpairfit             PROTO((int, char **));
     48int spex2dgas               PROTO((int, char **));
    4849int mkclusters              PROTO((int, char **));
    4950int star                    PROTO((int, char **));
     
    9697  {1, "spec",        spec,         "extract a spectrum"},
    9798  {1, "specpairfit", specpairfit,  "fit spectrum to another spectrum"},
     99  {1, "spex2dgas",   spex2dgas,    "minimize distances in 2D"},
    98100  {1, "mkclusters",  mkclusters,   "group spectra by distance"},
    99101  {1, "star",        star,         "star stats at rough coords"},
Note: See TracChangeset for help on using the changeset viewer.