IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 1, 2012, 3:24:39 PM (14 years ago)
Author:
eugene
Message:

support for parallel dvo in mextract, avextract, avmerge, gstar, gcat; remove some if-def-ed out code already moved to libdvo; list -vectors and -buffers options (store names of vectors and buffers in lists); list -copy give error if missing source; catlist, hosts & remote functions to support parallel dvos; skyregion -save option; new skycoverage modes (-min-ubercal; -min-dmag-sys; -min-mcal; -max-mcal); gstar output formatting cleanups; add more average info to gstar output; functions for spectral similarity analysis; coords returns nans for projections off the sphere; fix cumulative function; add name:type option to opihi/read function (eg read a:float 2 b:time 3 c:int 4); line -frac option; vtype function to get vector types; threshold function; write -fits option; code for unfinished mtype function (matching vtype)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.astro/init.c

    r32632 r33662  
    1515int flux                    PROTO((int, char **));
    1616int fixwrap                 PROTO((int, char **));
     17int fiximage                PROTO((int, char **));
    1718int fixcols                 PROTO((int, char **));
    1819int fixrows                 PROTO((int, char **));
     
    4546int sexigesimal             PROTO((int, char **));
    4647int spec                    PROTO((int, char **));
     48int specpairfit             PROTO((int, char **));
     49int spexseq                 PROTO((int, char **));
     50int spex1dgas               PROTO((int, char **));
     51int spex2dgas               PROTO((int, char **));
     52int mkclusters              PROTO((int, char **));
    4753int star                    PROTO((int, char **));
    4854int times                   PROTO((int, char **));
     
    6470  {1, "flux",        flux,         "flux in a convex contour"},
    6571  {1, "fixwrap",     fixwrap,      "fix megacam over-wrapped pixels"},
     72  {1, "fiximage",    fiximage,     "fix pixels in an image by interpolation"},
    6673  {1, "fixcols",     fixcols,      "fix bad columns by comparing with others"},
    6774  {1, "fixrows",     fixrows,      "fix bad rows by comparing with others"},
     
    93100  {1, "sexigesimal", sexigesimal,  "convert to/from sexigesimal/decimal"},
    94101  {1, "spec",        spec,         "extract a spectrum"},
     102  {1, "specpairfit", specpairfit,  "fit spectrum to another spectrum"},
     103  {1, "spexseq",     spexseq,      "generate the spectral sequence"},
     104  {1, "spex1dgas",   spex1dgas,    "minimize distances in 1D"},
     105  {1, "spex2dgas",   spex2dgas,    "minimize distances in 2D"},
     106  {1, "mkclusters",  mkclusters,   "group spectra by distance"},
    95107  {1, "star",        star,         "star stats at rough coords"},
    96108  {1, "transform",   transform,    "geometric transformation of image"},
Note: See TracChangeset for help on using the changeset viewer.