diff --git a/www/archives/archives.shtml b/www/archives/archives.shtml index cbd20ff..a37c128 100644 --- a/www/archives/archives.shtml +++ b/www/archives/archives.shtml @@ -105,21 +105,42 @@

Thumbnails


- -
Two example plots. The left plot shows a poor session, with cloud cover and overexpsure, while the right plot shows a good session with a mostly-clear sky.
+ +
+ Four example plots. The left two plots show a low visibility session, with cloud coverage + and overexposure, while the right two plots show a high visibility seassion with a mostly-clear sky. +

Folders containing nightly FITS files are summarized by a thumbnail. This allows for at-a-glance evaluation of a session's quality.

- The thumbnails are radial plots, where r represents the "visibility" and the angle represents the hour of the night. - The visibility v is computed as the average intensity I in the center of every frame, subtracted from the maximum possible intensity: + The thumbnails are radial plots, where r for the green/left plot represents the "visibility,"and r + for the orange/right plot represents the exposure time, and the angle represents the hour of the night. + The visibility v is computed as the average intensity I in the center of every frame, + subtracted from the maximum possible intensity:

v = 65535 - I

-

Low visibility may indicate the presence of clouds, moonlight, or overexposure.

+

+ The exposure is the exposure length at a given time with the edge being the maximum exposure + time for each night. This means that the each exposure graph is scaled differently. The longer + for a night, the less images taken. +

+

+ We also added a moon visualizaiton along with the name of the moon on that night. + An important note is that the moon illumination will have an effect on exposure time. +

+

+ Low visibility and/or low exposure may indicate the presence of clouds, moonlight, or overexposure. + A way to identify a low visibility session is to look at the exposure graph during variable + exposure (which we currently use, before around June 2019, fixed exposure was used. Look at the brightness graph for clarity indication). + High variance in exposure typically implies low visibility, but constant + high exposure often means high visibility +

+
diff --git a/www/webdings/help/thumbinfo.png b/www/webdings/help/thumbinfo.png deleted file mode 100644 index a746da0..0000000 Binary files a/www/webdings/help/thumbinfo.png and /dev/null differ diff --git a/www/webdings/help/thumbnail.png b/www/webdings/help/thumbnail.png new file mode 100644 index 0000000..6950e0a Binary files /dev/null and b/www/webdings/help/thumbnail.png differ