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

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

Legend:

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

    r32862 r32867  
    5858$(SRC)/spec.$(ARCH).o              \
    5959$(SRC)/specpairfit.$(ARCH).o       \
     60$(SRC)/mkclusters.$(ARCH).o        \
    6061$(SRC)/star.$(ARCH).o              \
    6162$(SRC)/transform.$(ARCH).o         \
  • 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"},
  • branches/eam_branches/ipp-20111122/Ohana/src/opihi/cmd.astro/specpairfit.c

    r32865 r32867  
    1414  if ((window = SelectVector (argv[5], OLDVECTOR, TRUE)) == NULL) goto escape;
    1515 
     16  // XXX enforce matching lengths on the 6 vectors
     17
    1618  int mask = atoi (argv[6]);
    1719  CastVector (window, OPIHI_INT);
Note: See TracChangeset for help on using the changeset viewer.