[[StandardReport]]
# See the customizing guide to change the units, plot types and line
# colors, modify the fonts, display additional sensor data, and other
# customizations. Many of those changes can be made here by overriding
# parameters, or by modifying templates within the skin itself.
# The StandardReport uses the 'Standard' skin, which contains the
# images, templates and plots for the report.
skin = Standard
[[[Units]]]
[[[[Groups]]]]
group_pressure = mbar
[[BigReport]]
skin = Standard
HTML_ROOT = public_html/big
[[[ImageGenerator]]]
image_width = 619
image_height = 413
<td class="data">$almanac.moon_phase<br/>($almanac.moon_fullness% full)</td>
</tr>
</table>
#end if
</div> <!-- end class "celestial_group" -->
</div> <!-- end id "almanac" -->
<div id="plots">
<a href="big/daytempdew.png"> <img src="daytempdew.png" alt="temperatures" /></a>
<a href="big/daytempchill.png"> <img src="daytempchill.png" alt="heatchill" /></a>
<a href="big/dayrain.png"> <img src="dayrain.png" alt="rain" /></a>
<a href="big/daywind.png"> <img src="daywind.png" alt="wind" /></a>
<a href="big/daybarometer.png"> <img src="daybarometer.png" alt="barometer"/></a>
<a href="big/daywinddir.png"> <img src="daywinddir.png" alt="Hi Wind" /></a>
<a href="big/dayinside.png"> <img src="dayinside.png" alt="Inside" /></a>
<a href="big/daywindvec.png"> <img src="daywindvec.png" alt="Wind Vector" /></a>
#if $day.radiation.has_data
<img src="dayradiation.png" alt="Radiation" />
#end if
#if $day.rxCheckPercent.has_data
<a href="big/dayrx.png"> <img src="dayrx.png" alt="day rx percent"/></a>
#end if
#if $day.extraTemp1.has_data
<img src="daypond.png" alt="Pond Temperatures" />
Dave-KB1PVH