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/simplePlotStaticskyImage.d

    r34434 r34436  
    1 TABLE staticskyRun, staticskyInput, stackRun, skycell
     1TABLE staticskyRun, staticskyResult, staticskyInput, stackRun, skycell
    22TITLE New sky plot - staticsky
    33FILE  simplePlotStaticskyImage.php
     
    55
    66WHERE staticskyRun.state != 'new'
     7WHERE staticskyRun.sky_id = staticskyResult.sky_id
    78WHERE staticskyRun.sky_id = staticskyInput.sky_id
    89WHERE staticskyInput.stack_id = stackRun.stack_id
     
    1314FIELD staticskyRun.sky_id,        5, %d,     Staticsky ID,    restrict
    1415FIELD stackRun.stack_id,          5, %d,     Stack ID,        restrict
    15 FIELD staticskyRun.label,         10, %s,     Label,          restrict
    16 FIELD skycell.radeg,              8, %C,     RA,              restrict
    17 FIELD skycell.decdeg,             8, %C,     DEC,             restrict
     16FIELD staticskyRun.label,        10, %s,     Label,           restrict
     17FIELD skycell.radeg,             10, %.6f,   RA (deg),        restrict
     18FIELD skycell.decdeg,            10, %.6f,   DEC (deg),       restrict
    1819FIELD stackRun.filter,           10, %s,     FILTER,          restrict
     20FIELD staticskyResult.num_inputs, 5, %d,     num_inputs,      restrict
     21FIELD staticskyResult.quality,    5, %d,     quality,         restrict
    1922
    2023# What to plot
Note: See TracChangeset for help on using the changeset viewer.