IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 12, 2006, 1:50:45 PM (20 years ago)
Author:
Paul Price
Message:

pmFringeStats stuff compiles; separated pmFringeStats into pmFringeRegions and pmFringeStats --- the regions are common to all the images, while the stats are measured per image.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/detrend/Makefile.am

    r5170 r6842  
    33libpsmoduledetrend_la_CPPFLAGS = $(SRCINC) $(PSMODULE_CFLAGS)
    44libpsmoduledetrend_la_LDFLAGS  = -release $(PACKAGE_VERSION)
    5 libpsmoduledetrend_la_SOURCES  = pmFlatField.c \
    6     pmMaskBadPixels.c \
    7     pmNonLinear.c
     5libpsmoduledetrend_la_SOURCES  = \
     6        pmFlatField.c \
     7        pmFringeStats.c \
     8        pmMaskBadPixels.c \
     9        pmNonLinear.c
    810
    911psmoduleincludedir = $(includedir)
    1012psmoduleinclude_HEADERS = \
    11   pmFlatField.h \
    12   pmFlatFieldErrors.h \
    13   pmMaskBadPixelsErrors.h \
    14   pmMaskBadPixels.h \
    15   pmNonLinear.h
     13        pmFlatField.h \
     14        pmFlatFieldErrors.h \
     15        pmFringeStats.h \
     16        pmMaskBadPixelsErrors.h \
     17        pmMaskBadPixels.h \
     18        pmNonLinear.h
    1619
    1720EXTRA_DIST = pmFlatFieldErrors.dat pmMaskBadPixelsErrors.dat
Note: See TracChangeset for help on using the changeset viewer.