IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 22, 2007, 5:23:49 PM (19 years ago)
Author:
Paul Price
Message:

When we went to process TC3 images, we found that our camera formats
didn't handle its case (PHU=CHIP, EXT=CELL) properly. In order to
accomodate it, I've reworked the camera formats (including adding a
source to an FPA, and generating mosaic camera configurations). Now,
the particular format of the camera format file is *very* dependent
upon the FITS file:

Case PHU EXTENSIONS Description

  1. FPA CHIP CONTENTS(METADATA) has a list of extensions, each with a chip type.

CHIPS(METADATA) has a list of chip types, each with cell:type

  1. FPA CELL CONTENTS(METADATA) has a list of extensions, each with chip:cell:type

No need for CHIPS.

  1. FPA NONE CONTENTS(STRING) has a list of extensions, chip:cell:type

No need for CHIPS

  1. CHIP CELL CONTENTS(METADATA) is a menu, each with a chip type

CHIPS(METADATA) has a list of chip types(METADATA), containing a list of
extensions.

  1. CHIP NONE CONTENTS(METADATA) is a menu, each with a chip type

CHIPS(METADATA) has a list of chip types(STRING) with cell:type

  1. CELL NONE CONTENTS(METADATA) is a menu, each with a cell type.

No need for CHIPS.

In addition, Gene recently pulled out several extraneous fields in the
file rules, so I've propagated this removal to the camera
configuration files.

Added TC3 to the list of cameras to install.

Location:
trunk/ippconfig/tc3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/tc3

    • Property svn:ignore set to
      Makefile
      Makefile.in
  • trunk/ippconfig/tc3/Makefile.am

    r12514 r12565  
    11
    2 installdir = $(datadir)/ippconfig/megacam
     2installdir = $(datadir)/ippconfig/tc3
    33
    44install_files = \
    55        camera.config \
    6         format_mef.config \
    7         format_split.config \
    8         ppImage.config \
    9         ppMerge.config \
    10         ppStats.config \
    11         psastro.config \
    12         psphot.config
     6        format.config \
     7        dvo.config
     8
     9#       ppImage.config \
     10#       ppMerge.config \
     11#       ppStats.config \
     12#       psastro.config \
     13#       psphot.config
    1314
    1415install_DATA = $(install_files)
Note: See TracChangeset for help on using the changeset viewer.