IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 12, 2012, 11:31:10 AM (14 years ago)
Author:
mhuber
Message:

(MEH) fixing simple plot bugs

File:
1 edited

Legend:

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

    r34432 r34436  
    1 TABLE stackRun, skycell
     1TABLE stackRun, stackSumSkyfile, skycell
    22TITLE New sky plot - stack
    33FILE  simplePlotStackImage.php
     
    55
    66WHERE stackRun.state != 'new'
     7WHERE stackRun.stack_id = stackSumSkyfile.stack_id
    78WHERE stackRun.skycell_id = skycell.skycell_id
    89WHERE stackRun.tess_id = skycell.tess_id
     
    1112FIELD stackRun.stack_id,          5, %d,     Stack ID,        restrict
    1213FIELD stackRun.label,            10, %s,     Label,           restrict
    13 FIELD skycell.radeg,              8, %C,     RA,              restrict
    14 FIELD skycell.decdeg,             8, %C,     DEC,             restrict
     14FIELD skycell.radeg,             10, %.6f,   RA (deg),        restrict
     15FIELD skycell.decdeg,            10, %.6f,   DEC (deg),       restrict
    1516FIELD stackRun.filter,           10, %s,     FILTER,          restrict
     17FIELD stackSumSkyfile.bg,         5, %.2f,   BG,              restrict
     18FIELD stackSumSkyfile.bg_stdev,   5, %.2f,   BG STDEV,        restrict
     19FIELD stackSumSkyfile.good_frac,  5, %.2f,   good_frac,       restrict
     20FIELD stackSumSkyfile.quality,    5, %d,     quality,         restrict
     21
    1622
    1723# What to plot
Note: See TracChangeset for help on using the changeset viewer.