Finding the target

 

Several factors have led to improvements in my own astrophotography over the past decade. The most important ones were the following.

The last of those, Hopper, is the subject of this page. It has saved me enormous amounts of time in finding targets over the past year. Indeed it has stopped me photographing the wrong field altogether in cases where the target is too faint to be seen by eye through the telescope. I had done that quite a few times before I wrote Hopper.

Like GRIP, it is a stand-alone desktop application written purely in Java. That means it will run on most PC platforms (Linux, MacOS, Windows, etc). I use it on my Windows laptop.

Hopper assists me to find faint objects by navigating (star-hopping) from an easily found starting point, typically a naked-eye star. It is designed for use at the telescope by presenting a very dark, mostly red, full screen. Thus the observer's eyes remain dark-adapted for both viewing through the telescope and looking at the computer screen.

When Hopper starts it loads data for 1.05 million stars down to magnitude 12 and nearly 8,000 deep sky objects (the entire M and NGC lists). The data are organised in a special way for real-time speed when plotting on the screen.

Hopper first displays its main window which completely covers the screen and is mainly black, masking the desk-top and all other windows. It then presents a dialogue for setting a target position.

If the coordinates of the target object are known they can be typed into the RA and Dec fields. Any reasonable format can be used (eg, sexagesimal with or without unit separators, or decimal hours/degrees) and Hopper will interpret it. If the coordinates are unknown the name of the object may be typed in the top field and the "Get data" button clicked. If the object is then found in the loaded data its coordinates appear in the RA and Dec fields (in the standard format shown in the picture above). If the object is not found and the computer is connected to the Internet the user will be asked whether to try finding the object online (using Simbad at the University of Strasbourg). If the object is then found its coordinates go in the fields as before and also the complete response (a VOTABLE) from Simbad is shown in the text area at the bottom, so the user can verify what was found.

Clicking the OK button closes the dialogue and shows a view similar to what would be seen through a low power eyepiece on the telescope, with the target object centred. Stars are shown as realistically as possible at their different magnitudes; going down to magnitude 12 they match pretty well what I can see in my 10" Newtonian. Deep sky objects are shown by small red squares. In the pictured example below there are two adjacent NGC objects: 2403 and 2404. The target object has a red cross over it.

This is the main window, covering the whole screen. As the mouse moves over it the nearest star is highlighted with a small red cross (the star below the target in this example) and its data are listed in the bottom right hand corner. Clicking near a star moves it to the centre but we are not ready for that yet.

The red circle has a radius of 1 degree. One of the buttons on the right toggles between this and a wider 3 degree view (more like a finder scope).

The view is rotatable. If you have ever looked through a telescope on an equatorial mount, particularly a Newtonian, where one stands at the side, you will know that it is not obvious which direction is north in the view. So buttons on the right rotate the view to match the star pattern you really see. There are 30 degree increments or a half turn.

The next important step is to define a starting position, generally a naked eye star, easy to find, not many degrees away from the target.

In our example the target is a galaxy in Camelopardalis, quite a long way from any bright star. Perhaps that is why this galaxy is rarely seen in photos, but it is quite a good one for amateurs to photograph:

Canon EOS 5D MkII ISO6400 54x32s
254mm Newtonian f=1200mm f/4.8
HEQ5 equatorial mount, driven but not guided
2012 Jan 23 19:38:34-20:15:01 UT
From Rookhope 54.8N 2.1W 330m asl. Rural, almost no light pollution (3 Bortles)

A possible starting star is Omicron Ursae Majoris (magnitude 3.35). So we click the "New starting point" button to get the position dialogue again, this time for a starting point:

The first three letters of the Bayer letter name and the IAU constellation abbreviation are needed to identify the star. Letter case does not matter, so just type "omi uma" and click "Get data". The OK button then leads to the view from the starting point:

Notice that the view has been rotated as described earlier. The starting star is centred and now there is a line showing the direction to the target. It is 7.7 degrees away.

The observer can then operate the drive controls on the telescope to move the eyepiece view in that direction. While doing that, clicking with the mouse (or touch-pad on a laptop) near a star which has been moved to the centre of the view, brings that star to the centre of Hopper's display, updating the direction and distance indicators. By repeating this it is quite simple to drive the telescope to the target.

The faintest of targets can be lined up for photography by reference to surrounding stars, even if the target cannot be seen at all by eye. I have done this myself many times now.

There are other features, notably an observing list. This is a table that can be set up before the observing session (or during it, if necessary) and target/starting point pairs selected from it when required, rather than entering positions at observing time.

This list is held on disc as a comma-separated value (CSV) file so it may, with care, also be edited in a text editor or a spreadsheet. Such applications are not dark-adapted of course.

Making Hopper dark-adapted (all windows, buttons, etc, in shades of red) was done by using the Pluggable Look-And-Feel capabilities of Java.
Explained in detail here.

Next page