Often when I am looking at a particular APOD, I like to get a feel for how big the field angle is. I have found the best way for me is to compare it to a picture of a full Moon.
I wrote a tool that adds a scaled picture to the background of APOD pages, a watermark photo of the Moon. I am hoping you will take a look. There are instructions and example links here:
http://foundationdotjs.org/ApodMoon/Default.htm
I am sure you all fight to keep the pages simple, and I am all for that. The site is beautiful because of that. No scripts, no flashing, except the occasional mouseover image. I think that is great, one of the few islands of sanity on the web.
However, I hope you will consider incorporating this reference tool directly into the pages. It would be simple to do, and I would lend whatever help necessary.
Obviously, not every page would benefit from the reference Moon (terrestrial shots, where the Moon would be too big, etc). But for those that would, it would be great to see it automatically show.
To get the watermark to show automatically, all you would need do is add one line to the page, like so:
Code: Select all
<script defer src="http://foundationdotjs.org/ApodMoon/ApodMoon.js" degrees="2.6"></script>
Code: Select all
<script defer src="http://foundationdotjs.org/ApodMoon/ApodMoon.js" degrees="2.6" auto="false"></script>
Code: Select all
... this picture spans <a href="#" onclick="return ApodMoon.show();">2.6 degrees</a> of the sky...
Of course in the end, the files should all be hosted on the APOD server (and will also work in CD form). If the files were put directly into the apod folder the line would be something like:
Code: Select all
<script defer src="ApodMoon.js" degrees="2.6"></script>
http://foundationdotjs.org/ApodMoon/ApodMoon.js
http://foundationdotjs.org/ApodMoon/ApodMoon1610.gif
http://foundationdotjs.org/ApodMoon/ApodMoon800.gif
http://foundationdotjs.org/ApodMoon/ApodMoon400.gif
http://foundationdotjs.org/ApodMoon/ApodMoon50.gif
All should all be kept in the same directory. There are no copyright issues with the script or the pictures. I wrote the entire script, and I have released it unconditionally into the public domain, hoping you will take me up on this. A friend named Ron Waters took the photo I made the watermarks from, and he has released those as well, also hoping something comes of this.
I appreciate your consideration in this matter. I think it would make a low-impact, unintrusive but beneficial addition to your great site.
Thank you for the time and effort you already put in,
Scott