IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19722


Ignore:
Timestamp:
Sep 23, 2008, 3:07:22 PM (18 years ago)
Author:
eugene
Message:

add LONGITUDE, LATITUDE, ELEVATION

Location:
trunk/ippconfig
Files:
2 edited

Legend:

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

    r19590 r19722  
    292292        FPA.TELESCOPE   STR     PS1
    293293        FPA.INSTRUMENT  STR     GPC1
     294        FPA.LONGITUDE   STR     +10:25:01.417 # West Longitude in Hours 10.4170608521
     295        FPA.LATITUDE    STR     +20:42:25.558 # North Latitude in Degrees 20.7070999146
     296        # FPA.LONGITUDE   F32     10.4170608521 # West Longitude in Hours
     297        # FPA.LATITUDE    F32     20.7070999146 # North Latitude in Degrees
     298        FPA.ELEVATION   F32     3048.0 # altitude in meters
    294299        FPA.DETECTOR    STR     GPC1
    295300        FPA.TIMESYS     STR     UTC
     
    573578        FPA.RA          STR     DEGREES
    574579        FPA.DEC         STR     DEGREES
     580        FPA.LONGITUDE   STR     HOURS
     581        FPA.LATITUDE    STR     DEGREES
    575582        FPA.TIME        STR     MJD
    576583        CELL.TIME       STR     MJD
  • trunk/ippconfig/recipes/ppStats.config

    r19068 r19722  
    105105  CONCEPT       STR     FPA.RA FPA.DEC  # Telescope pointing
    106106
     107  CONCEPT       STR     FPA.LONGITUDE
     108  CONCEPT       STR     FPA.LATITUDE
     109  CONCEPT       STR     FPA.ELEVATION
     110
    107111  CONCEPT       STR     FPA.COMMENT     # Obs Comment
    108112
Note: See TracChangeset for help on using the changeset viewer.