IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 13, 2007, 4:03:29 PM (19 years ago)
Author:
Paul Price
Message:

Adding dark normalisation. The idea is that the dark current is not always linear with the darktime, but may be described by a polynomial function of the darktime. We introduce in the camera configuration DARK.NORM, which is a filename within the search path (or it may be a metadata, which removes the need to read a file, but clutters the configuration file). This file is read in the usual course of configuration setup. When required, DARK.NORM.KEY (which is resolved in the usual way, so try, e.g., '{CHIP.NAME}') points at a metadata within the DARK.NORM that provides the polynomial for correcting the darktime. This means that the view must be passed in to pmBiasSubtract, so that the appropriate polynomial can be identified.

File:
1 edited

Legend:

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

    r12454 r13810  
    55libpsmodulescamera_la_SOURCES  = \
    66        pmFPA.c \
     7        pmFPACalibration.c \
    78        pmFPAConstruct.c \
    89        pmFPACopy.c \
     
    2930pkginclude_HEADERS = \
    3031        pmFPA.h \
     32        pmFPACalibration.h \
    3133        pmFPAConstruct.h \
    3234        pmFPACopy.h \
Note: See TracChangeset for help on using the changeset viewer.