IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 30, 2008, 2:10:51 PM (18 years ago)
Author:
Paul Price
Message:

Updating how concepts are derived from the database.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/megacam/format_mef.config

    r16644 r17866  
    296296# How to translation PS concepts into database lookups
    297297DATABASE        METADATA
    298         TYPE            dbEntry         TABLE           COLUMN          GIVENDBCOL      GIVENPS
    299 #       CELL.GAIN       dbEntry         Camera          gain            chipId,cellId   CHIP.NAME,CELL.NAME
    300 #       CELL.READNOISE  dbEntry         Camera          readNoise       chipId,cellId   CHIP.NAME,CELL.NAME
    301 
    302 # A database entry refers to a particular column (COLUMN) in a
    303 # particular table (TABLE), given certain PS concepts (GIVENPS) that
    304 # match certain database columns (GIVENDBCOL).
     298#       CELL.GAIN       STR     SELECT gain FROM camera where chip_id = {CHIP.NAME} AND cell_id = {CELL.NAME}
    305299END             
    306300
Note: See TracChangeset for help on using the changeset viewer.