IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7096


Ignore:
Timestamp:
May 9, 2006, 10:43:01 AM (20 years ago)
Author:
Paul Price
Message:

Adding spectroscopy format for LRIS red camera. Updating formats to match current implementation. Adding recipe to camera.

Location:
trunk/ippconfig/lris_red
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/lris_red/camera.config

    r6870 r7096  
    44FORMATS         METADATA
    55        RAW     STR     lris_red/format_raw.config
     6        SPEC    STR     lris_red/format_spec.config
    67END
    78 
     
    1314
    1415
     16# Recipes to use when processing this camera
     17RECIPES         METADATA
     18        PPMERGE         STR     ppMerge.config          # Recipe to use for ppMerge
     19END
  • trunk/ippconfig/lris_red/format_raw.config

    r6818 r7096  
    3939
    4040# What's in the FITS file?
    41 CONTENTS        METADATA
    42         # chip identifier, chip name: component cells
    43         LRIS            STR     RedChip:left RedChip:right
     41CONTENTS        STR     RedChip:LeftSide:left RedChip:RightSide:right
    4442END
    4543
     
    4745CELLS   METADATA
    4846        left    METADATA
    49                 CELL.NAME       STR     LeftSide
    5047                CELL.BIASSEC    STR     VALUE:[1:20,1:2048];[2089:2168,1:2048]
    5148                CELL.TRIMSEC    STR     VALUE:[41:1064,1:2048]
     
    5552
    5653        right   METADATA
    57                 CELL.NAME       STR     RightSide
    5854                CELL.BIASSEC    STR     VALUE:[21:40,1:2048];[2169:2248,1:2048]
    5955                CELL.TRIMSEC    STR     VALUE:[1065:2088,1:2048]
Note: See TracChangeset for help on using the changeset viewer.