IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 1, 2006, 4:16:05 PM (20 years ago)
Author:
Paul Price
Message:

Restoring pmMaskBadPixels to the build (it has different functionality than pmReadoutSetMask, which only sets the mask on the basis of the image pixels, not on the basis of an independent bad pixel mask). Moved pmMaskValue to pmFPAMaskWeight.h, since it's related to the camera more than the detrend step. Changed a whole heap of #include statements to point to the new location.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/Makefile.am

    r7275 r7283  
    77        pmFlatNormalize.c \
    88        pmFringeStats.c \
     9        pmMaskBadPixels.c \
    910        pmNonLinear.c \
    1011        pmSubtractBias.c
    1112#       pmSubtractSky.c
    12 #       pmMaskBadPixels.c
    1313
    1414psmoduleincludedir = $(includedir)
     
    1818        pmFlatNormalize.h \
    1919        pmFringeStats.h \
     20        pmMaskBadPixelsErrors.h \
     21        pmMaskBadPixels.h \
    2022        pmNonLinear.h \
    2123        pmSubtractBias.h
    2224#       pmSubtractSky.c
    23 #       pmMaskBadPixelsErrors.h
    24 #       pmMaskBadPixels.h
    2525
    2626EXTRA_DIST = \
Note: See TracChangeset for help on using the changeset viewer.