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

    r31635 r33662  
    2323$(SRC)/compare.$(ARCH).o                \
    2424$(SRC)/dvomisc.$(ARCH).o                \
     25$(SRC)/dvo_host_utils.$(ARCH).o         \
    2526$(SRC)/region_list.$(ARCH).o            \
    2627$(SRC)/find_matches.$(ARCH).o           \
    27 $(SRC)/photometry.$(ARCH).o             \
    28 $(SRC)/dvo.$(ARCH).o
     28$(SRC)/photometry.$(ARCH).o             
    2929
    3030cmds = \
     
    5050$(SRC)/fitsed.$(ARCH).o                \
    5151$(SRC)/gcat.$(ARCH).o                   \
     52$(SRC)/catlist.$(ARCH).o                        \
    5253$(SRC)/gimages.$(ARCH).o                \
    5354$(SRC)/gstar.$(ARCH).o                  \
     55$(SRC)/hosts.$(ARCH).o          \
    5456$(SRC)/images.$(ARCH).o         \
    5557$(SRC)/imbox.$(ARCH).o                  \
     
    7173$(SRC)/paverage.$(ARCH).o               \
    7274$(SRC)/procks.$(ARCH).o         \
     75$(SRC)/remote.$(ARCH).o         \
    7376$(SRC)/skycat.$(ARCH).o         \
    7477$(SRC)/skycoverage.$(ARCH).o            \
     
    8891dvo: $(BIN)/dvo.$(ARCH)
    8992$(SRC)/dvo.$(ARCH).o : $(libs)
    90 $(BIN)/dvo.$(ARCH)   : $(funcs) $(cmds)
     93$(BIN)/dvo.$(ARCH)   : $(funcs) $(cmds) $(SRC)/dvo.$(ARCH).o
     94
     95dvo_client: $(BIN)/dvo_client.$(ARCH)
     96$(SRC)/dvo_client.$(ARCH).o : $(libs)
     97$(BIN)/dvo_client.$(ARCH)   : $(funcs) $(cmds) $(SRC)/dvo_client.$(ARCH).o
     98
     99dvo.install: $(DESTBIN)/dvo
     100dvo_client.install: $(DESTBIN)/dvo_client
    91101
    92102install: $(DESTBIN)/dvo help modules
     
    98108modules: dvo.modules
    99109
    100 .PHONY: dvo
     110.PHONY: dvo dvo_client
    101111
    102112# deprecated functions: verify & delete
Note: See TracChangeset for help on using the changeset viewer.