IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 6, 2008, 10:47:50 AM (18 years ago)
Author:
Paul Price
Message:

Adding multi-darks --- fitting dark current with multi-dimensional polynomial. This allows the dark current to be a function of temperature, or time since PON. To do this, added new file type, DARK. A DARK file is just like an IMAGE, except that it has a table per FITS file that contains the parameters to use in applying the dark. It's kinda like a FRINGE, but there's only one table per file, instead of one table per extension.

File:
1 edited

Legend:

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

    r14505 r16841  
    1313        pmDetrendDB.c \
    1414        pmShutterCorrection.c \
    15         pmShifts.c
     15        pmShifts.c \
     16        pmDark.c
    1617
    1718#       pmSkySubtract.c
     
    2728        pmDetrendDB.h \
    2829        pmShutterCorrection.h \
    29         pmShifts.h
     30        pmShifts.h \
     31        pmDark.h
    3032
    3133#       pmSkySubtract.h
Note: See TracChangeset for help on using the changeset viewer.