-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
<HTML> | ||
<TITLE>AAVSO Target Tool</TITLE> | ||
|
||
<!--------------------------------------------> | ||
|
||
<BODY bgcolor=#777777> | ||
<FONT COLOR=white> | ||
|
||
<CENTER> | ||
<TABLE BORDER=1 BGCOLOR=BLACK> | ||
<TR> | ||
<TH width=700> | ||
<FONT COLOR=PURPLE> | ||
<H1>AlpacaPi</H1> | ||
<H1>AAVSO Target Tool</H1> | ||
</TH> | ||
</TR> | ||
</TABLE> | ||
</CENTER> | ||
<P> | ||
<!--------------------------------------------> | ||
<CENTER> | ||
<TABLE BORDER=1> | ||
</TR> | ||
<TH><A HREF=index.html>Home</A> </TH> | ||
<TH><A HREF=skytravel.html>SkyTravel</A> </TH> | ||
<TH><A HREF=drivers.html>Drivers</A> </TH> | ||
<TH><A HREF=clientapps.html>Client Apps</A> </TH> | ||
<TH><A HREF=moonphase.html>Moon Phase</A> </TH> | ||
<TH><A HREF=skyimage.html>SkyImage</A> </TH> | ||
<TH><A HREF=aavsoTargetTool.html>AAVSO</A> </TH> | ||
</TR> | ||
</TABLE> | ||
</CENTER> | ||
<!--------------------------------------------> | ||
<P> | ||
<HR> | ||
<H3>AAVSO Target Tool</H3> | ||
<A HREF=https://www.aavso.org/ TARGET=AAVSO">AAVSO</A> provides a list of | ||
objects of interest via a system called "Target tool". | ||
|
||
This list shows observations that professional astronomers would like assistance with in | ||
the form of additional observations, many of which can be accomplished by amateur astronomers. | ||
<P> | ||
In order to use the target tool, you must create an account. | ||
|
||
<CENTER> | ||
<IMG SRC=images/SkyTravel-SkyTravel-aavso1.jpg width=99%> | ||
<BR> | ||
The yellow text objects are the alerts from the target tool | ||
<P> | ||
<IMG SRC=images/SkyTravel-SkyTravel-aavso2.jpg width=99%> | ||
<BR> | ||
When zoomed in, the alert number appears as well. | ||
</CENTER> | ||
<UL> | ||
<LI><A HREF="https://filtergraph.com/aavso/default/" TARGET=AAVSO">AAVSO Target Tool</A> | ||
|
||
<LI><A HREF="https://filtergraph.com/aavso/api" TARGET=AAVSO">AAVSO Target Tool API</A> | ||
</UL> | ||
|
||
<HR> | ||
|
||
|
||
<H1>Time navigation</H1> | ||
SkyTravel allows you to change the time of the current view. | ||
<CENTER> | ||
<TABLE BORDER=1> | ||
<TR> | ||
<TD><FONT COLOR=white><CENTER>( / )</TD> <TD><FONT COLOR=white>-/+ year</TD> | ||
</TR> | ||
<TR> | ||
<TD><FONT COLOR=white><CENTER>{ / }</TD> <TD><FONT COLOR=white>-/+ month</TD> | ||
</TR> | ||
<TR> | ||
<TD><FONT COLOR=white><CENTER>[ / ]</TD> <TD><FONT COLOR=white>-/+ day</TD> | ||
</TR> | ||
<TR> | ||
<TD><FONT COLOR=white><CENTER>< / ></TD> <TD><FONT COLOR=white>-/+ hour</TD> | ||
</TR> | ||
<TR> | ||
<TD><FONT COLOR=white><CENTER>0 / 9</TD> <TD><FONT COLOR=white>-/+ minute</TD> | ||
</TR> | ||
<TR> | ||
<TD><FONT COLOR=white><CENTER>@</TD> <TD><FONT COLOR=white>Reset to current time</TD> | ||
</TR> | ||
</TABLE> | ||
</CENTER> |