IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34719


Ignore:
Timestamp:
Nov 27, 2012, 12:19:21 PM (13 years ago)
Author:
bills
Message:

add ra and dec to listing for staticskytool -result

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/staticskytool_result.sql

    r33919 r34719  
    77    stackRun.skycell_id,
    88    count(stackRun.filter) AS num_filters,
     9    TRUNCATE(skycell.radeg/15., 4) AS rahours,
     10    skycell.radeg,
     11    skycell.decdeg,
    912    skycell.glong,
    1013    skycell.glat
Note: See TracChangeset for help on using the changeset viewer.