IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 3, 2008, 1:08:21 AM (18 years ago)
Author:
eugene
Message:

adding links from raw,chip,cam to warp,stack; use degrees for RA,DEC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/def/rawExp_failed.d

    r15954 r15992  
    66# limit this table to non-OBJECT types of images
    77WHERE fault > 0
     8WHERE rawExp.exp_type = 'OBJECT'
    89
    910ARGS ARG1 exp_id=$exp_id
     11
     12OP   OP1  $ra * 57.295783
     13OP   OP2  $decl * 57.295783
    1014
    1115#        field        size  format  name       show     link to         extras
     
    1418FIELD    telescope,   10,   %s,     Telescope
    1519FIELD    camera,      10,   %s,     Camera
    16 FIELD    exp_type,    10,   %s,     Type   
     20FIELD    ra,           8,  %10.6f, RA,           op=OP1     
     21FIELD    decl,         8,  %10.6f, DEC,          op=OP2
    1722FIELD    filter,      10,   %s,     FILTER
    1823FIELD    dateobs,     20,   %s,     Date/Time
Note: See TracChangeset for help on using the changeset viewer.