IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2131


Ignore:
Timestamp:
Oct 14, 2004, 11:49:58 AM (22 years ago)
Author:
gusciora
Message:

First (non-working_ version of the subtract bias test.

Location:
trunk/psModules/test
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/Makefile.am

    r2118 r2131  
    1 bin_PROGRAMS = tst_pmFlatField tst_pmMaskBadPixels tst_pmNonLinear
     1bin_PROGRAMS = tst_pmFlatField tst_pmMaskBadPixels tst_pmNonLinear tst_pmSubtractBias
    22
    33tst_pmFlatField_SOURCES = tst_pmFlatField.c
     
    99tst_pmNonLinear_SOURCES = tst_pmNonLinear.c
    1010tst_pmNonLinear_LDFLAGS = -L../src -lpsmodule
     11
     12tst_pmSubtractBias_SOURCES = tst_pmSubtractBias.c
     13tst_pmSubtractBias_LDFLAGS = -L../src -lpsmodule
     14
  • trunk/psModules/test/Makefile_NonLinear

    r2120 r2131  
    33#       tst_pmNonLinear.c test program.  Usage
    44#               make -f Makefile_NonLinear
    5 #
    65
    76CFLAGS = -g -O2 -g2 -Wall -std=c99 -D_GNU_SOURCE
Note: See TracChangeset for help on using the changeset viewer.