IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 1, 2016, 10:09:40 AM (10 years ago)
Author:
eugene
Message:

add code to repair broken stack-to-image links; carefully check the chip, warp, stack measurement and image consistency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relastro/Makefile

    r39612 r39619  
    2525
    2626RELASTRO = \
     27$(SRC)/CheckMeasureToImage.$(ARCH).o \
     28$(SRC)/RepairStackMeasures.$(ARCH).o \
     29$(SRC)/StackImageMaps.$(ARCH).o \
    2730$(SRC)/RepairWarps.$(ARCH).o \
    2831$(SRC)/RepairWarpMeasures.$(ARCH).o \
     
    110113
    111114RELASTRO_CLIENT = \
     115$(SRC)/CheckMeasureToImage.$(ARCH).o \
     116$(SRC)/RepairStackMeasures.$(ARCH).o \
     117$(SRC)/StackImageMaps.$(ARCH).o \
    112118$(SRC)/RepairWarps.$(ARCH).o \
    113119$(SRC)/RepairWarpMeasures.$(ARCH).o \
Note: See TracChangeset for help on using the changeset viewer.