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
- 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
- FPA CELL CONTENTS(METADATA) has a list of extensions, each with chip:cell:type
No need for CHIPS.
- FPA NONE CONTENTS(STRING) has a list of extensions, chip:cell:type
No need for CHIPS
- 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.
- CHIP NONE CONTENTS(METADATA) is a menu, each with a chip type
CHIPS(METADATA) has a list of chip types(STRING) with cell:type
- 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.