IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 5, 2011, 6:41:13 AM (15 years ago)
Author:
eugene
Message:

clustering code

File:
1 edited

Legend:

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

    r32862 r32867  
    4646int spec                    PROTO((int, char **));
    4747int specpairfit             PROTO((int, char **));
     48int mkclusters              PROTO((int, char **));
    4849int star                    PROTO((int, char **));
    4950int times                   PROTO((int, char **));
     
    9596  {1, "spec",        spec,         "extract a spectrum"},
    9697  {1, "specpairfit", specpairfit,  "fit spectrum to another spectrum"},
     98  {1, "mkclusters",  mkclusters,   "group spectra by distance"},
    9799  {1, "star",        star,         "star stats at rough coords"},
    98100  {1, "transform",   transform,    "geometric transformation of image"},
Note: See TracChangeset for help on using the changeset viewer.