IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 19, 2007, 4:22:26 PM (19 years ago)
Author:
Paul Price
Message:

Extensive changes to APIs to allow use of a nominated value to mask
against (the maskVal). Previously, the mask values were either
hard-coded (e.g., PM_MASK_SAT) or taken as anything non-zero. The
code is tested under psphot (which has similar changes) and does not
crash, but neither is it successful in marking all bad pixels (EAM
will investigate). For this reason, I have left the "gutter" pixels
(cell gaps) set to 0 instead of NAN in pmFPAMosaic.

File:
1 edited

Legend:

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

    r13810 r13898  
    2626        pmFPALevel.c \
    2727        pmFPAExtent.c \
    28         pmCellSquish.c
     28        pmCellSquish.c \
     29        pmReadoutStack.c
    2930
    3031pkginclude_HEADERS = \
     
    5152        pmFPALevel.h \
    5253        pmFPAExtent.h \
    53         pmCellSquish.h
     54        pmCellSquish.h \
     55        pmReadoutStack.h
    5456
    5557CLEANFILES = *~
Note: See TracChangeset for help on using the changeset viewer.