Changeset 18881 for trunk/www/dch
- Timestamp:
- 06/17/17 14:06:40 (7 years ago)
- Location:
- trunk/www/dch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/dch/quality.php
r18257 r18881 64 64 echo "<br>\n"; 65 65 66 echo "HUMIDITY: <br>\n ";67 echo " green: PFmini rel. hum sensor (most trusted sensor) <br>\n";68 echo " azure: 4 rel. hum. sensors of the FSC board. <br>\n";69 echo " orange line: if humidity crosses this line, please note it in the logbook. <br>\n";70 echo " red line: if humidity crosses this line, please write a mail about it to fact-online. <br>\n";71 echo "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";72 echo "<br>\n";66 //echo "HUMIDITY: <br>\n "; 67 //echo " green: PFmini rel. hum sensor (most trusted sensor) <br>\n"; 68 //echo " azure: 4 rel. hum. sensors of the FSC board. <br>\n"; 69 //echo " orange line: if humidity crosses this line, please note it in the logbook. <br>\n"; 70 //echo " red line: if humidity crosses this line, please write a mail about it to fact-online. <br>\n"; 71 //echo "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"; 72 //echo "<br>\n"; 73 73 74 echo "SQM: <br>\n ";75 echo " black: magnitudesof the Unihedron SQM-LE, looking76 close to the FoV of the telescope <br>\n";77 echo "Magnitudescan be converted to photons per (s sr m^2) as: <br>\n";78 echo "photon flux = 4.4e20 * 10^(-0.4*mag) <br>\n";79 echo "<br>\n";74 //echo "SQM: <br>\n "; 75 //echo " black: 'mag' [magnitudes / (sq arcsec)] of the Unihedron SQM-LE, looking 76 // close to the FoV of the telescope <br>\n"; 77 //echo "magnitudes/ (sq arcsec) can be converted to photons per (s sr m^2) as: <br>\n"; 78 //echo "photon flux = 4.4e20 * 10^(-0.4*mag) <br>\n"; 79 //echo "<br>\n"; 80 80 81 81 echo "</body>\n"; -
trunk/www/dch/ratescans.php
r18206 r18881 43 43 echo "Black: Patch rates vs threshold<br>\n"; 44 44 echo "Gray: Ratescan with good conditions (1.1.2014, id=1388617563)<br>\n"; 45 echo "ΔU: offset to nominal setup voltage (reference changed on 15.9.2014) <br>\n"; 45 46 echo "</body>\n"; 46 47 echo "</html>\n";
Note:
See TracChangeset
for help on using the changeset viewer.