IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 4, 2005, 6:15:21 PM (21 years ago)
Author:
Paul Price
Message:

Adding shiftSize to calculate (without doing the whole stac procedure) the size of the output image. Moving the help stuff out to separate files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/src/Makefile

    r3610 r3660  
    66
    77STAC = stac.o stacConfig.o stacRead.o stacErrorImages.o stacTransform.o stacCheckMemory.o \
    8         stacCombine.o stacInvertMaps.o stacRejection.o stacAreaOfInterest.o stacSize.o stacScales.o
     8        stacCombine.o stacInvertMaps.o stacRejection.o stacAreaOfInterest.o stacSize.o stacScales.o \
     9        stacHelp.o
    910
    10 SHIFT = shift.o stacConfig.o stacRead.o stacErrorImages.o stacTransform.o stacCheckMemory.o \
     11SHIFT = shift.o stacRead.o stacErrorImages.o stacTransform.o stacCheckMemory.o \
    1112        stacCombine.o stacInvertMaps.o stacSize.o
    1213
    13 FITTRANS = fitTrans.o fitTransConfig.o fitTransRead.o stacCheckMemory.o fitTransSolve.o
    14 
    15 TEST_SHIFT = testShift.o stacConfig.o stacRead.o stacErrorImages.o stacTransform.o stacCheckMemory.o \
    16         stacInvertMaps.o
    17 
    18 PHOTSCALE = photScale.o
     14SHIFTSIZE = shiftSize.o shiftSizeHelp.o stacWrite.o stacConfig.o stacRead.o stacCheckMemory.o stacSize.o
    1915
    2016.PHONY: tags clean empty test profile optimise
     
    2925                $(CC) $(CFLAGS) -o $@ $(SHIFT) $(LDFLAGS) $(OPTFLAGS)
    3026
    31 photScale:      $(PHOTSCALE)
    32                 $(CC) $(CFLAGS) -o $@ $(PHOTSCALE) $(LDFLAGS) $(OPTFLAGS)
    33 
    34 calcGrad:       calcGrad.o
    35                 $(CC) $(CFLAGS) -o $@ calcGrad.o $(LDFLAGS) $(OPTFLAGS)
    36 
    37 median:         median.o
    38                 $(CC) $(CFLAGS) -o $@ median.o $(LDFLAGS) $(OPTFLAGS)
    39 
    40 getPixels:      getPixels.o
    41                 $(CC) $(CFLAGS) -o $@ getPixels.o $(LDFLAGS) $(OPTFLAGS)
    42 
    43 fitTrans:       $(FITTRANS)
    44                 $(CC) $(CFLAGS) -o $@ $(FITTRANS) $(LDFLAGS) $(OPTFLAGS)
    45 
    46 testShift:      $(TEST_SHIFT)
    47                 $(CC) $(CFLAGS) -o $@ $(TEST_SHIFT) $(LDFLAGS) $(OPTFLAGS)
     27shiftSize:      $(SHIFTSIZE)
     28                $(CC) $(CFLAGS) -o $@ $(SHIFTSIZE) $(LDFLAGS) $(OPTFLAGS)
    4829
    4930clean:
     
    6647                -$(RM) test_[0-3].fits.rejmap
    6748                -$(RM) leaks.dat
    68 #               ./stac -v -k 2.5 -f 0.5 -G 0.96 testout.fits test_0.fits test_1.fits test_2.fits test_3.fits
    6949                ./stac -v testout.fits test_0.fits test_1.fits test_2.fits test_3.fits
    7050
Note: See TracChangeset for help on using the changeset viewer.