IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 13, 2004, 6:31:12 PM (22 years ago)
Author:
Paul Price
Message:

Seems to be working well. Writing up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/src/Makefile

    r2670 r2711  
    11SHELL = /bin/sh
    22CC = gcc
    3 CFLAGS += -O2 -g -std=c99 -I/home/mithrandir/price/psLib3/psLib/include -DCRFLUX
     3CFLAGS += -O2 -g -std=c99 -I/home/mithrandir/price/psLib3/psLib/include -DCRFLUX -DTESTING
    44PSLIB += -L/home/mithrandir/price/psLib3/psLib/lib/ -lpslib -lgsl -lgslcblas -lfftw3f -lsla -lcfitsio -lm
    55LDFLAGS += $(PSLIB)
     
    2424                $(CC) $(CFLAGS) -o $@ median.o $(LDFLAGS) $(OPTFLAGS)
    2525
     26getPixels:      getPixels.o
     27                $(CC) $(CFLAGS) -o $@ getPixels.o $(LDFLAGS) $(OPTFLAGS)
     28
    2629
    2730clean:
     
    4144                -$(RM) test_[0-3].fits.shifterr.*
    4245                -$(RM) leaks.dat
    43                 ./stac -v -k 3 -f 0.7 -G 0.77 testout.fits test_0.fits test_1.fits test_2.fits test_3.fits
     46                ./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
    4447
    4548# Run profiling.
Note: See TracChangeset for help on using the changeset viewer.