IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19993


Ignore:
Timestamp:
Oct 8, 2008, 11:23:59 AM (18 years ago)
Author:
Paul Price
Message:

Working towards controlling formats in an operational mode. Renamed format_raw.config to format_orig.config. Renamed format_new.config to format_20080929.config. From now on, will name formats by the date (around) when they cut on. The actual cut on is implemented by the RULEs. The original format now contains a correction to the temperature search for OTA24: the search is based on the date, but the dates were off by 1 month due to a bug in the shutter controller; the database was fixed but the headers have not been, so need to account for this when searching. The new format is intended for use after the shutter controller bug was fixed.

Location:
trunk/ippconfig/gpc1
Files:
2 added
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/gpc1/Makefile.am

    r19983 r19993  
    66        dvo.layout \
    77        camera.config \
    8         format_raw.config \
    9         format_new.config \
     8        format_20080929.config \
     9        format_orig.config \
    1010        format_mef.config \
    1111        ppImage.config \
  • trunk/ippconfig/gpc1/camera.config

    r19981 r19993  
    33# File formats that we know about
    44FORMATS         METADATA
    5         MEF     STR     gpc1/format_mef.config
    6 #       NEW     STR     gpc1/format_new.config
    7         RAW     STR     gpc1/format_raw.config
     5        MEF             STR     gpc1/format_mef.config
     6        RAW_20080929    STR     gpc1/format_20080929.config
     7        ORIG            STR     gpc1/format_orig.config
    88END
    99
  • trunk/ippconfig/gpc1/format_mef.config

    r19498 r19993  
    168168        FPA.RA          STR     RA
    169169        FPA.DEC         STR     DEC
    170         # FPA.RA          STR     CRVAL1
    171         # FPA.DEC         STR     CRVAL2
    172170        FPA.RADECSYS    STR     RADECSYS
    173171        FPA.OBSTYPE     STR     OBSTYPE
     
    460458        CELL.READDIR    S32     1
    461459        CELL.BAD        S32     0
    462         CELL.XSIZE              S32     590
    463         CELL.YSIZE              S32     598
     460        CELL.XSIZE      S32     590
     461        CELL.YSIZE      S32     598
    464462#       CELL.TIME       STR     MJD-OBS
    465463#       CELL.TIMESYS    STR     TIMESYS
     
    469467# How to translation PS concepts into database lookups
    470468DATABASE        METADATA
    471         TYPE            dbEntry         TABLE           COLUMN          GIVENDBCOL      GIVENPS
    472 #       CELL.GAIN       dbEntry         Camera          gain            chipId,cellId   CHIP,CELL
    473 #       CELL.READNOISE  dbEntry         Camera          readNoise       chipId,cellId   CHIP,CELL
    474 
    475 # A database entry refers to a particular column (COLUMN) in a
    476 # particular table (TABLE), given certain PS concepts (GIVENPS) that
    477 # match certain database columns (GIVENDBCOL).
    478 
    479469END
    480470
     
    491481END
    492482 
    493 # Recipe options
    494 RECIPES         METADATA
    495 END
    496  
    497 # How to get the supplementary stuff: mask and weight
    498 SUPPLEMENTARY   METADATA
    499         MASK.SOURCE     STR     FILE            # Source type for mask: EXT | FILE
    500         MASK.NAME       STR     %a_mask.fits    # Name for mask extension or filename
    501         WEIGHT.SOURCE   STR     FILE            # Source type for weight: EXT | FILE
    502         WEIGHT.NAME     STR     %a_weight.fits  # Name for weight extension or filename
    503 END
Note: See TracChangeset for help on using the changeset viewer.