IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 5, 2007, 6:48:48 PM (19 years ago)
Author:
Paul Price
Message:

Adding first cut of function to squish (combine all readouts of) a cell, optionally using the orthogonal transfer shifts. Not sure that the sense of the shifts is correct (lack testing data). The squish is accomplished by a simple sum; no rejection is performed. Also need to think more about the masking of the output.

File:
1 edited

Legend:

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

    r11124 r12265  
    2525        pmFPAFlags.c \
    2626        pmFPALevel.c \
    27         pmFPAExtent.c
     27        pmFPAExtent.c \
     28        pmCellSquish.c
    2829
    2930pkginclude_HEADERS = \
     
    4950        pmFPAFlags.h \
    5051        pmFPALevel.h \
    51         pmFPAExtent.h
     52        pmFPAExtent.h \
     53        pmCellSquish.h
    5254
    5355CLEANFILES = *~
Note: See TracChangeset for help on using the changeset viewer.