IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 16, 2011, 11:18:00 AM (15 years ago)
Author:
bills
Message:

move the functions that implement the dvo "database lookups" (avextract, mextract, imextract) etc from opihi to libdvo so that they can be used in relastro -high-speed. Restructure relastro -high-speed to use configuration variables for the cuts on the two sets of photcodes. Default to ps1 versus 2mass as was previoulsy hard coded

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/Makefile

    r31450 r31635  
    2020funcs = \
    2121$(SRC)/init.$(ARCH).o                   \
    22 $(SRC)/ImageOps.$(ARCH).o               \
    23 $(SRC)/ImageSelection.$(ARCH).o         \
    24 $(SRC)/LoadImages.$(ARCH).o             \
    2522$(SRC)/cmpReadFile.$(ARCH).o            \
    2623$(SRC)/compare.$(ARCH).o                \
    27 $(SRC)/match_image.$(ARCH).o            \
    2824$(SRC)/dvomisc.$(ARCH).o                \
    2925$(SRC)/region_list.$(ARCH).o            \
    3026$(SRC)/find_matches.$(ARCH).o           \
    3127$(SRC)/photometry.$(ARCH).o             \
    32 $(SRC)/dbBooleanCond.$(ARCH).o          \
    33 $(SRC)/dbCheckStack.$(ARCH).o           \
    34 $(SRC)/dbCmdlineFields.$(ARCH).o        \
    35 $(SRC)/dbExtractAverages.$(ARCH).o      \
    36 $(SRC)/dbExtractMeasures.$(ARCH).o      \
    37 $(SRC)/dbExtractImages.$(ARCH).o        \
    38 $(SRC)/dbFields.$(ARCH).o               \
    39 $(SRC)/dbRPN.$(ARCH).o                  \
    40 $(SRC)/dbStackMath.$(ARCH).o            \
    41 $(SRC)/dbStackOps.$(ARCH).o             \
    4228$(SRC)/dvo.$(ARCH).o
    4329
Note: See TracChangeset for help on using the changeset viewer.