Changeset 18196 for trunk/www


Ignore:
Timestamp:
06/10/15 15:45:42 (9 years ago)
Author:
dneise
Message:
added comments about humidity plot.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/dch/quality.php

    r17600 r18196  
    5757echo "ELEVATION: <br>\n ";
    5858echo "&nbsp;&nbsp;&nbsp;elevation (DRIVE_CONTROL_POINTING_POSITION.fits 90-Zd)<br>\n";
    59 echo "TEMP: <br>\n ";
     59echo "TEMPERATURE: <br>\n ";
    6060echo "&nbsp;&nbsp;&nbsp;black: sensor temperature (FSC_CONTROL_TEMPERATURE.fits T_sens)<br>\n";
    6161echo "&nbsp;&nbsp;&nbsp;blue: outside temperature (MAGIC_WEATHER_DATA.fits T)<br>\n";
     
    6464echo "<br>\n";
    6565
     66echo "HUMIDITY: <br>\n ";
     67echo "&nbsp;&nbsp;&nbsp;green: PFmini rel. hum sensor (most trusted sensor) <br>\n";
     68echo "&nbsp;&nbsp;&nbsp;azure: 4 rel. hum. sensors of the FSC board. <br>\n";
     69echo "&nbsp;&nbsp;&nbsp;orange line: if humidity crosses this line, please note it in the logbook. <br>\n";
     70echo "&nbsp;&nbsp;&nbsp;red line: if humidity crosses this line, please write a mail about it to fact-online. <br>\n";
     71echo "These limits are not carved in stone. If we find, the humidity never crosses the 37% limit, we might lower the red line substantially. <br>\n";
     72echo "<br>\n";
     73
    6674echo "</body>\n";
    6775echo "</html>\n";
Note: See TracChangeset for help on using the changeset viewer.