IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 19, 2011, 3:14:36 PM (15 years ago)
Author:
watersc1
Message:

Deprecate unneeded database query for FPA.TEMP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/gpc1/format_20090120.config

    r31411 r32411  
    185185        FPA.ALT         STR     ALT
    186186        FPA.AZ          STR     AZ
    187         # FPA.TEMP        STR     DETTEM
     187        FPA.TEMP        STR     DETTEM
    188188        FPA.M1X         STR     M1X
    189189        FPA.M1Y         STR     M1Y   
     
    505505DATABASE        METADATA
    506506        # this rule is fragile : does not match the camera
    507         FPA.TEMP        STR     SELECT ccd_temp FROM rawExp WHERE dateobs >= '{FPA.DATE}' and abs(timediff(dateobs, cast('{FPA.TIME}' as datetime))) < 2
     507#        FPA.TEMP        STR     SELECT ccd_temp FROM rawExp WHERE dateobs >= '{FPA.DATE}' and abs(timediff(dateobs, cast('{FPA.TIME}' as datetime))) < 2
    508508END
    509509
Note: See TracChangeset for help on using the changeset viewer.