IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 22, 2006, 2:23:08 PM (20 years ago)
Author:
Paul Price
Message:

Adding pmHDUGenerate to make an HDU (image) from the cells contained below. Altered pmFPACopy to use pmHDUGenerate functions. The motivation for pmHDUGenerate is that when we go through an FPA bit by bit, creating an output FPA, we don't know the size of the resultant output images until we're done with the whole lot. So we simply create the cells, and call pmHDUGenerateFromFPA (etc) to generate the HDU image which is then written out. It takes care of the TRIMSEC, BIASSEC, etc.

File:
1 edited

Legend:

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

    r7017 r7168  
    1313        pmHDU.c \
    1414        pmHDUUtils.c \
     15        pmHDUGenerate.c \
    1516        pmReadout.c \
    1617        pmChipMosaic.c \
     
    3334        pmHDU.h \
    3435        pmHDUUtils.h \
     36        pmHDUGenerate.h \
    3537        pmReadout.h \
    3638        pmChipMosaic.h \
Note: See TracChangeset for help on using the changeset viewer.