IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 2, 2011, 3:42:39 PM (15 years ago)
Author:
eugene
Message:

create specpairfit for spectral matching

File:
1 edited

Legend:

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

    r32632 r32862  
    4545int sexigesimal             PROTO((int, char **));
    4646int spec                    PROTO((int, char **));
     47int specpairfit             PROTO((int, char **));
    4748int star                    PROTO((int, char **));
    4849int times                   PROTO((int, char **));
     
    9394  {1, "sexigesimal", sexigesimal,  "convert to/from sexigesimal/decimal"},
    9495  {1, "spec",        spec,         "extract a spectrum"},
     96  {1, "specpairfit", specpairfit,  "fit spectrum to another spectrum"},
    9597  {1, "star",        star,         "star stats at rough coords"},
    9698  {1, "transform",   transform,    "geometric transformation of image"},
Note: See TracChangeset for help on using the changeset viewer.