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/Makefile

    r32632 r33662  
    3232$(SRC)/fixwrap.$(ARCH).o           \
    3333$(SRC)/fixcols.$(ARCH).o           \
     34$(SRC)/fiximage.$(ARCH).o          \
    3435$(SRC)/gauss.$(ARCH).o             \
    35 $(SRC)/getvel.$(ARCH).o    \
    36 $(SRC)/getlst.$(ARCH).o    \
     36$(SRC)/getvel.$(ARCH).o            \
     37$(SRC)/getlst.$(ARCH).o            \
    3738$(SRC)/medianmap.$(ARCH).o         \
    3839$(SRC)/mkgauss.$(ARCH).o           \
     
    5152$(SRC)/precess.$(ARCH).o           \
    5253$(SRC)/profile.$(ARCH).o           \
    53 $(SRC)/radec.$(ARCH).o     \
    54 $(SRC)/region.$(ARCH).o    \
     54$(SRC)/radec.$(ARCH).o             \
     55$(SRC)/region.$(ARCH).o            \
    5556$(SRC)/rotcurve.$(ARCH).o          \
    5657$(SRC)/scale.$(ARCH).o             \
    5758$(SRC)/sexigesimal.$(ARCH).o       \
    5859$(SRC)/spec.$(ARCH).o              \
     60$(SRC)/specpairfit.$(ARCH).o       \
     61$(SRC)/spexseq.$(ARCH).o           \
     62$(SRC)/spex1dgas.$(ARCH).o         \
     63$(SRC)/spex2dgas.$(ARCH).o         \
     64$(SRC)/mkclusters.$(ARCH).o        \
    5965$(SRC)/star.$(ARCH).o              \
    60 $(SRC)/transform.$(ARCH).o        \
     66$(SRC)/transform.$(ARCH).o         \
    6167$(SRC)/imsub.$(ARCH).o             \
    6268$(SRC)/imfit.$(ARCH).o             \
Note: See TracChangeset for help on using the changeset viewer.