IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24891 for trunk/psModules


Ignore:
Timestamp:
Jul 22, 2009, 9:28:22 AM (17 years ago)
Author:
Paul Price
Message:

Adding code to fit and subtraction pattern noise; intended to replace tiltystreaks.

Location:
trunk/psModules/src
Files:
2 added
2 edited

Legend:

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

    r20617 r24891  
    1616        pmShifts.c \
    1717        pmDark.c \
    18         pmRemnance.c
     18        pmRemnance.c \
     19        pmPattern.c
    1920
    2021#       pmSkySubtract.c
     
    3334        pmShifts.h \
    3435        pmDark.h \
    35         pmRemnance.h
     36        pmRemnance.h \
     37        pmPattern.h
    3638
    3739#       pmSkySubtract.h
  • trunk/psModules/src/psmodules.h

    r24836 r24891  
    7777#include <pmDark.h>
    7878#include <pmRemnance.h>
     79#include <pmPattern.h>
    7980
    8081// the following headers are from psModule:astrom
Note: See TracChangeset for help on using the changeset viewer.