IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2006, 5:08:08 PM (20 years ago)
Author:
Paul Price
Message:

Broad changes to introduce pmHDU, and allow read/write at any level. Modified the camera configuration to use camera config (components of the camera) and format descriptions (FITS file layout).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/astrom/Makefile.am

    r6521 r6552  
    55libpsmoduleastrom_la_SOURCES  = \
    66        pmFPA.c \
    7         pmFPAAstrometry.c \
    8         pmAstrometryObjects.c \
    97        pmFPAConstruct.c \
    108        pmFPARead.c \
    11         pmFPAWrite.c \
    12         pmFPAfile.c \
    13         pmFPAview.c \
     9        pmHDU.c \
    1410        pmReadout.c \
    15         psAdditionals.c \
    1611        pmConcepts.c \
    1712        pmConceptsRead.c \
    1813        pmConceptsWrite.c \
    19         pmConceptsStandard.c \
    20         pmChipMosaic.c
     14        pmConceptsStandard.c
     15#       pmChipMosaic.c
     16#       pmFPAfile.c
     17#       pmFPAview.c
     18#       pmFPAWrite.c
     19#       pmFPAAstrometry.c
     20#       pmAstrometryObjects.c
    2121
    2222psmoduleincludedir = $(includedir)
    2323psmoduleinclude_HEADERS = \
    2424        pmFPA.h \
    25         pmFPAAstrometry.h \
    26         pmAstrometryObjects.h \
    2725        pmFPAConstruct.h \
    2826        pmFPARead.h \
    29         pmFPAWrite.h \
    30         pmFPAfile.c \
    31         pmFPAview.c \
     27        pmHDU.h \
    3228        pmReadout.h \
    3329        psAdditionals.h \
     
    3531        pmConceptsRead.h \
    3632        pmConceptsWrite.h \
    37         pmConceptsStandard.h \
    38         pmChipMosaic.h
     33        pmConceptsStandard.h
     34#       pmChipMosaic.h
     35#       pmFPAfile.c
     36#       pmFPAview.c
     37#       pmFPAWrite.h
     38#       pmFPAAstrometry.h
     39#       pmAstrometryObjects.h
Note: See TracChangeset for help on using the changeset viewer.