Senior Thesis. Automation of the Student Astronomy Laboratory Telescope. In Partial Fulfillment of the Requirements for

Size: px
Start display at page:

Download "Senior Thesis. Automation of the Student Astronomy Laboratory Telescope. In Partial Fulfillment of the Requirements for"

Transcription

1 Senior Thesis Automation of the Student Astronomy Laboratory Telescope In Partial Fulfillment of the Requirements for The University of Denver Bachelor of Science Degree in Physics Jason Matthew Dahl, Jr.

2 Table of Contents Introduction Page 3 Chapter 1: The Concept Page 4 Chapter 2: Construction Page 7 Chapter 3: Automation Page 9 Chapter 4: User s Manual Page 17 Chapter 5: Operational Checklist Page 33 Chapter 6: Conclusion and Acknowledgements Page 37 2

3 Introduction The Student Astronomy Laboratory (SAL) is a combination telescope-periscope that, upon automation, will allow for access to a large telescope without having to leave the comfort of the warm building. It is the main intent of this scope to be used as a teaching and research tool for the students and faculty of the University of Denver. The addition of the necessary parts and creation of the automation program spanned a period of nearly two years. The completion of this automation project will allow for the students and faculty of DU to have a flexible researchgrade telescope system that is outfitted for the 21 st century. Figure 1: SAL opened and pointed at the North Celestial Pole with Assistant to the Chairman Barbara Stephen standing in the foreground. 3

4 Chapter 1: The Concept SAL was designed primarily for teaching astronomical methods to undergraduate and graduate students at the University of Denver. Large optics combined with cutting-edge computer control allow for quality research to be done while among the city lights in Denver. Furthermore, allowing the light gathered by the rooftop scope to be reflected down to another focusing telescope in the room below has a two-fold purpose. First and foremost, it will keep observers warm on cold nights, exposing only the telescope to the elements. Second, it has the capability of becoming a handicap-accessible telescope. By having the focusing scope in the same position all the time and allowing the scope on the roof to do the navigation, handicapped individuals will now be able to experience the joy of astronomy as seen through a large telescope. The most important use for SAL, however, is its use by the DU students. SAL will allow for hands-on instruction in astronomical observational technique and data collection without requiring students to make the arduous trek up to the Mt. Evans Meyer-Womble observatory site during the school year. Also, because the telescope is located in a milder environment than the Meyer-Womble scope, it can be used all year round. Because of the nature of both the program and the telescope itself, students will be required to think diligently about the objects they wish to observe. Certain objects are unreachable at certain times of the year due to physical constraints. Also, because the telescope is mounted on a German-Equatorial mount, the order in which objects are observed is also important. A mount of this style has one axis always pointed at the North Celestial Pole and, thus to move from the Eastern side of the mount to the Western 4

5 side, or vice-versa, the telescope must travel through the pole. This can be a time consuming move and it is therefore important for the user to plan his or her observing night carefully so as to not waste time moving back and forth through the pole to each object, but rather start in the West and work their way East. SAL, therefore, will not only give students a chance to observe with a research grade telescope, but also will allow them the opportunity to experience the planning that goes into an observational session, and will help teach them about important observational basics such as coordinate systems and mechanical mount constraints. Of course, another use of SAL will be for advanced University research. Though built as a teaching instrument, SAL has the capability of becoming an invaluable research tool as well. The Right Ascension and Declination encoders on the telescope have resolutions of approximately 35,000 encoder counts per degree and 19,000 encoder counts per degree, respectively. These high-precision encoders allow for mechanical precision that is approximately within 0.2 arcseconds. This kind of precision has been realized in the Right Ascension axis of the telescope, however the Declination axis has only had a repeatable celestial accuracy in the range of approximately 30 arcminutes at the time of this writing. It is estimated that the issue with the Declination axis accuracy is due to an imbalance of the telescope on that axis. This hypothesis is going to be tested shortly to see if both the mechanical precision and the celestial accuracy on that axis can be improved. These high-precision encoders allow for the scope to be pointed accurately at faint objects, which can then be documented with a digital detector. The optical configuration of SAL is not one found in a common, everyday telescope store. SAL has an afocal Mersenne optical configuration, meaning that the light enters the 5

6 telescope, is collected into a collimated beam and is then sent down through the axes of the telescope 1. Several mirrors (known as figure-four mirrors) inside the axes of the scope bounce the light down to a second, beam-narrowing telescope in room 422 below which reduces the beam s size from 6 to 1 so that attached instruments can make use of the light coming in (see figure 2). Figure 2: Two different pictures of the optical layout for SAL. Both indicate how a collimated beam of light created by the primary and secondary mirrors is bounced to the figure-four mirrors, which are located in the axes of the telescope. The light travels to the condenser telescope (seen in the right image) where it can be sent off to an instrument (in this case, the FTS). The image just to the left with the words chop flat at the top is simply an enlargement of the condenser telescope ray trace. 1 see Jurgenson, Colby A. Doctoral Thesis University of Denver p

7 Chapter 2: The Construction D.U. was contracted with Equinox Interscience in the year 2000 and the telescope and enclosure were delivered to the rooftop in First light was obtained with the telescope in the spring of 2004 and the decision to upgrade to an automated system to be run from the floor below with the aid of LabVIEW was made in I began my work on the automation portion of this project in June Before any computer automation could begin on SAL, it was required that the telescope be outfitted with the appropriate stepper motors and encoders that would communicate with the computer. This was done in two steps. First, the encoders were attached to the telescope, followed by the stepper motors. To attach the encoders required the additional outfitting of two metal plates to the telescope base, one for the Right Ascension axis and a second for the Declination axis. On these plates were attached both the absolute and relative encoders, which were then connected to several gears and then connected to the gearing on the telescope. Thus, as the telescope axes turn, the encoders turn with them, relaying those rotations as information the computer downstairs can decode into a position. To attach the motors, the motor drivers were affixed to the end of the worm shaft that is connected to the worm gear. The motor drivers were then covered with empty plastic bottles that would create a weatherproof environment for the motors. The most difficult part of the outfitting came when the cables were attached to the motors and encoders. Because the telescope rotates about its two axes, there was concern about cable- 7

8 wrap a condition that occurs when the electronic cables running from the computer to the telescope get wrapped around the telescope, creating tension in the cable. Thus, several extra feet of cable needed to be left at the level of the telescope so that as the telescope moved, the cables would not bind the scope or, worse yet, break altogether. Once the cable-wrap situation was resolved, the cables were fed downstairs during the Spring of 2007 to the computer room where automation of the telescope control could begin. 8

9 Chapter 3: The Automation The encoders are integrated into the telescope computer system through the use of LabVIEW. This program has the ability to read the attached encoders, decode their values, and turn them into numbers corresponding to the celestial coordinate system. This gives the user an understanding of where the telescope is situated in the sky. The user can then interpret that data, input the coordinates for the object he or she wishes to observe and let LabVIEW communicate with the motors to move the telescope to that desired location. The user also has the ability to command the motors to track an object in the sky, sync with an object in the sky, and drive the telescope under manual control. All of this can be done from the main control panel for SAL. This control panel, however, does not do this all under one routine. Many subroutines are constantly running to make the program run smoothly. It was the compilation of these subroutines that made the main program possible, and that compilation had to be done in a certain order. After outfitting the telescope with the necessary hardware to become a remotely controlled telescope, it was time to create the program that would control it. It was decided that LabVIEW would be the controlling software. LabVIEW was chosen for three main reasons. First, it was already implemented on another telescope built by Equinox Interscience and that was a good jumping off point for me to see where to begin. Second, the motor control cards we used are designed by National Instruments (as is LabVIEW) and, thus, it seemed to be the most logical choice for compatibility. Third, LabVIEW is used in D.U. s intermediate laboratory classes, so students are becoming familiar with it through their course work. It was now my task 9

10 to create a LabVIEW program (known as a VI, or Virtual Instrument) that would control the telescope from the room below. The first step that was necessary was to have control of the telescope in the form of a hand-paddle and then other subroutines could be written from there. Fortunately, creating the hand-paddle control was easy. National Instruments (NI) has written in to the example codes (under the help menu of LabVIEW) a program written for just exactly what I needed. I simply copied the wiring diagram as shown in the help menu and applied it to the telescope control panel VI (see figure 3). After confirming that I had full control over the telescope, it became very apparent that I needed indicators on the screen depicting the position of the telescope (see figure 4). Again, this code had already been written, this time not by NI, but by Equinox Interscience s programmer Buddy Hahn (there are several subroutines in my program for which I owe gratitude to Mr. Hahn for getting them started). After implementing these indicators, the next most-obvious necessity was a subroutine that determined the local sidereal time. While this is a simple calculation, the subroutine had also already been written, and was thus added to the program (see figure 5). 10

11 Figure 3: The block diagram (coding) of the hand-paddle control. Here, the x-axis controls east-west movement and the y-axis controls north-south movement of the telescope. Figure 4: The indicators on the main panel of the VI. This give dials of degrees of HA and DEC, running from -180 to 180 and -90 to 90 degrees, respectively. The left indicator can be switched to indicate either Hour Angle or Right Ascension. Figure 5: The program written by Buddy Hahn that calculates, most importantly, the LST or Local Sidereal Time. The most important part of this program was the automatic control of the telescope. It was desired to be able to have the coordinates of an object, plug them into the program, have the program check to make sure the telescope would not hit anything, and then move the telescope to that object. This was the first full subroutine I needed to write. Using the aid of NI Motion (which is another program provided by National Instruments, used to write generic subvis for the NI motion cards), I created the simple code for providing the motion card with a given 11

12 encoder count and velocity and having the motor move the telescope to that specific location at that specific velocity (see figure 6). I then added that subroutine to the main program, making it work with the push of a switch. It was now possible to move the scope both manually and automatically by encoder count. The next crucial step was to convert those encoder counts into Hour Angle and Declination coordinates. Every star in the sky has been given a set of coordinates, known as Right Ascension and Declination, to distinguish them from other stars. Right Ascension increases to the East and is denoted in terms of hours, minutes, and seconds. Declination, however, has its zero mark at the celestial equator and increases to the North of that point and decreases to the South. Declination is denoted in terms of degrees, minutes, and seconds of arc. Right Ascension and Declination can be thought of as the longitude and latitude of the sky, respectively. Hour Angle and Right Ascension are related to the LST: HA = LST - RA. It was necessary for me to determine how many encoder counts fitted into one hour of Right Ascension and one degree of Figure 6: Two case structures (LabVIEW s version of if, then statements) allow for the separate automatic control of the HA and DEC axes. The squares containing the LabVIEW symbol in each case structure are the subroutines I created in NI Motion for the control of each axis. 12

13 Declination. In other words, I needed to determine the resolution of the encoders. This was done by, first, choosing a few bright stars, and then calculating the number of encoder counts it took to move in each axis between the two stars. Then, using predetermined Right Ascension and Declination values for those stars, we determined how many degrees we moved the telescope, how many counts we moved the telescope, divided the latter from the former, and obtained the resolution of the encoders (which, as stated above, was 35,213 counts/degree for Hour Angle and 19,196 counts/degree for Declination). The next necessary subroutine was one that would take an input of desired Right Ascension and Declination, turn them into decimal degree versions of that value, then pump it through and multiply by the computed resolution of the encoder to obtain a value (in counts) of where the telescope needed to move to view that object (see figure 7). With this addition, the telescope now was able to move to a desired location on the sky with the click of a button. One of the next important steps that was completed was the implementation of a position zero feature. Fortunately, again, Mr. Hahn had already written a routine for this feature. I only had to implement it into my overall program (see figure 8). It simply allows the user to move the scope to a desired zero point and set that zero point on the front panel of the LabVIEW VI. For example, with the use of the telescope, we wanted the Declination value to read 0 degrees, 0 minutes, 0 seconds when at the celestial equator. To do this, we pointed the telescope at the zenith and, using a bubble level, used the zero feature 13

14 Figure 7: One particular case for the calculation of the appropriate encoder counts to move the telescope. You will notice the two values noted above (35,213 for HA and 19,196 for DEC) as multiplication factors of the inputed decimal value for the desired coordinates of the move. Figure 8: The case structure that activates the zeroing subvi written by Buddy Hahn. on the VI to zero the readout, then brought the telescope back to the angle that equates to our latitude (at DU, this latitude is 39 degrees, 40 minutes, and 22 seconds) and then zeroed the Declination side again. This gave us zero at the celestial equator. For the zero mark at the meridian, we simply leveled the telescope with a bubble level on the Hour Angle axis and then zeroed the value. 14

15 As with any research-grade telescope, one must have a way to compensate for the earth s rotation. To do this, a simple tracking program was added to the main VI. This was a simple matter of adding a boolean on/off switch marked tracking and then, in the case the switch was on, having the scope move to the west at a given rate (see figure 9). The track rate (201 counts/ sec) was determined by watching a star in the field of view to make sure it did not move after several minutes. Figure 9: The case structure that, when true drives the Hour Angle motor in a west direct to track the object at which the telescope is pointed. Perhaps the most crucial step in creating the main VI was inputing the scope movement limitations. These were imperative to make sure that the user does not unintentionally command the telescope into the ground or into the north wall. The most difficult part of this entire task was creating a program that would check for clearances in all cases. The essence of how the telescope can move is based on a discontinuous function. Thus, we must use a device in LabVIEW that will check multiple ranges of values (see figure 10). It has clearance from the unstow position all the way around the western side of the meridian, up to the north celestial pole and clearance up to zenith if the Hour Angle axis is in the park position. We also have clearance past the north celestial pole along the east side of the meridian to the southeastern part of the sky. We cannot, however, view any part of the east side of the meridian without going through the pole first due to the placement of the scope on a German-Equatorial mount, as discussed earlier. Therefore, the program checks to see if where you are going is in an allowable 15

16 zone, then computes whether or not a trip through the pole first is necessary (see figure 11). After those computations are done, if the move is allowed, the telescope is ready to be moved to that position. Figure 10: This is an enlargement of the subvi that calculates the encoder count values necessary to make a move to a desired coordinate. The two symbols in the middle of the case structure with the values coming out the left side are range checkers. With this, LabVIEW checks to see if the incoming HA degree value is between 0-90 and then degrees. If it is in one of those ranges, the telescope is allowed to move. If not, the exceeds scope limitations light illuminates and the user should not move the telescope as it will crash. Figure 11: Here, the subvi is checking the relation of the desired Right Ascension versus the current LST, thus computing an HA (HA = LST - RA). From that calculation, it determines if the user is trying to go to the East or West side of the Mount and chooses the appropriate case. 16

17 Completion of the rough program occurred approximately around February However, it would be another month and a half of debugging and troubleshooting to make sure that all the components of the VI worked harmoniously with each other. This debugging consisted of redoing the limitation values until it worked in all cases, making sure the HA/DEC to encoder count calculation was correct for the east side of the mount, and the readout for Right Ascension was correct for the east side of the mount at all LST values, to name a few. On Saturday, March 15, 2008, the Student Astronomy Lab became a fully automated telescope. 17

18 Chapter 4: User s Manual The following several pages will outline, in detail, the necessary steps needed to run SAL from the computer in room 422 of the Physics Building at the University of Denver. These pages should cover everything necessary to make successful use of the telescope. This chapter will be broken up into different sections to make it easier for the user to find necessary information. These sections are as follows: Start Up and Initialization, Unstowing the Telescope, Moving to the Pole, Moving to a Desired Location (Automatically and Manually), Tracking and Syncing on an Object, Stowing the Telescope, and Appendix and Emergency Procedures. Start Up and Initialization: After opening the rooftop and removing the front covers of the main telescope and finder telescopes, the first step is to turn on the computer if it is not already powered on. Log in to the SAL username with the password SAL123. After the system has booted up, three programs need to be launched by the user in the following order: SKY6, Measurement and Automation Explorer (MAX), and LabVIEW 8.0. When SKY6 launches, minimize it and ignore it for now. It will be used later for determining coordinates. Also, minimize MAX for the time being. When LabVIEW opens, on the left hand side under recently opened, launch SAL Main Control. The user will be presented with the Main Control Panel (figure 12). Turn on the power strip that provides power to the motors. Now, maximize MAX and click on the plus sign next to devices and interfaces, then click on the plus sign next to NI motion devices. Finally, click on PCI-7340 and in the pane to the right at the top, click on the button that says initialize (see figure 13). Finally, bring up the main panel and in the upper-left hand corner there is an arrow pointing to the right. Click that button to run the program. The user should see needles indicate 18

19 the position of the telescope and the LST clock begin to count. The user should then enter the daytime air temperature into the appropriate box (below the DEC indicator) so the computer can calculate the fastest rate allowed for movement (below 60 degrees F, the rate should be less than counts per second to avoid binding of the gears). Figure 12: Main Control Panel for SAL. Figure 13: Top left corner of MAX. Notice the button that says initialize toward the middle of the screenshot. Push this to initialize the program. 19

20 Unstowing the Telescope: The first procedural move that the user will make is to take the telescope out of park position. This needs to be done before any other move is made. To unstow the telescope, go to the desired celestial coordinates tab and under desired RA HMS, enter a value close to the current LST, YET STILL LESS THAN THE CURRENT LST as this will prevent any confusion on the part of the program thinking you are trying to go to the East side of the sky (accuracy down to the second is not crucial). For example, if the LST is 1 hour, 30 minutes, enter 1 hour 29 minutes into the desired RA HMS box. Leave the desired DEC DMS box at 0h 0m 0s (see figure 14). This will bring the scope to the celestial equator along the meridian. Now click on the tab labeled AUTO GOTO control. In here, confirm that the desired dec counts reads somewhere in the vicinity of 950,000 (see figure 14a). DO NOT MOVE THE TELESCOPE IN HA AT THIS POINT! The telescope must be unstowed on the declination axis first. To do this, switch the GOTO switch to the on position and enter the desired velocity of the move (in cts/ sec; this velocity should not exceed 20,000) into the appropriate box. Click the goto dec button and the telescope should begin to rise out of the park position toward the celestial equator. When the move is complete, be sure to switch the GOTO switch to off. See figures 15 and 15a for what the telescope and program should look like at this point. 20

21 Figure 14: Screenshot of the inputed values for desired celestial coordinates to unstow the telescope. Notice the value of the desired RA. It is close to the current LST, but still less than the current LST. Figure 15: SAL in its unstow position at the celestial equator. 21

22 Figure 15a: Screenshot of the main control program when the telescope is unstowed. 22

23 Moving to the Pole: The next appropriate move is to take the telescope to the pole (unless all your observing is to be done on the western side of the sky, in which case, proceed directly to the next section of this manual). To move the telescope to the pole will require two moves from the unstow position. The first will require going to the western horizon in Hour Angle and the second to the pole in Declination. From the unstow position (celestial equator at the meridian), click on the desired celestial coordinates tab. From there, do not change the desired declination value, but under the desired RA HMS value, enter a value 5 hours and 30 minutes to the west of LST (that is, 5 hours and 50 minutes less than the current LST...remember, LST increases to the East; see figure 16). Now, click on the AUTO GOTO control tab and switch the GOTO switch to on. Next, enter the desired velocity for the RA axis in the appropriate box (remember, do not exceed 20,000 cts/sec) and click on the goto RA button and confirm the telescope is moving to the West. See figures 17 and 17a for images of what the telescope and program should look like at this stage. Figure 16: LST and the corresponding desired RA HMS entered to go to the west horizon. 23

24 Figure 17: SAL as it looks when pointed at the western horizon. Figure 17a: Screenshot of the main program when the telescope is at the western horizon. 24

25 After the telescope reaches the western horizon, the move in Declination to the pole is next. To do this, return to the desired celestial coordinates tab and, without changing the RA value, enter 90d 0m 0s into the desired DEC DMS box (see figure 18). Return to the Auto GOTO control and, if not already on, switch the GOTO switch to the on position and then click the goto dec button. The telescope should begin to move toward the pole. When the move is complete, switch the GOTO switch to the off position. The telescope is now pointed at the North Celestial Pole and the LabVIEW program reflects that case, as in figures 18a and 18b. Figure 18: Inputed desired DEC DMS to go to the pole. Figure 18a: SAL as it looks when it is pointed at the north celestial pole. 25

26 Figure 18b: Screenshot of the main control program when the telescope is pointed at the pole. Moving to a Desired Location (Automatically and Manually): Moving to a desired location in the sky is much like the three moves that the user has already completed. The first step is to bring up SKY6 from where it was minimized earlier. In SKY6, hit the f-button on the keyboard to bring up the find menu. Under that menu, type in the object that is to be observed. SKY6 will then bring up information on that object, including its published RA/DEC coordinates. Copy those coordinates into the desired RA HMS and desired DEC DMS boxes in the desired celestial coordinates tab in LabVIEW. The computer will then compute if that move is legal. Provided that the user does not get an illumination on the exceeds scope limitations light, the user can move on to the next step. Next, click on the AUTO GOTO control tab. Whenever possible (which, should be about 95% of the time), MOVE THE TELESCOPE IN DECLINATION FIRST! This will avoid many issues with the North wall. The user will have to use some common sense as to how to 26

27 move the telescope in the most efficient way possible, but that simply requires a little thought before haphazardly pressing the goto buttons. Once the move is double checked by the user to be an okay and legal move, switch the GOTO switch to on and press the goto dec or goto RA button, whichever is being moved first and allow the telescope to finish the move. Upon completion of the first move (which, again, should have been in DEC), press the other goto button to move the telescope on the other axis. Upon completion of that move, the telescope should be pointed at the desired location. Be sure to move the GOTO switch to the off position upon reaching the desired object. If any adjustments need to be made, or to simply move the telescope manually, click on the manual control tab (see figure 19). From this tab, the user can input both a slow and a fast rate of slew for the telescope (and toggle back and forth between them) and freely move the telescope in both axes. Each button is appropriately named for the direction it will move the telescope. Press the corresponding button to the direction you want to move the telescope. It is important to remember that the telescope will only move in manual mode if the GOTO switch in the AUTO GOTO control is in the off position. For small moves, it is recommended that the user move the telescope at a slow speed, roughly counts per second, whereas, for big moves, the user should move the telescope at a fast speed, roughly counts per second. 27

28 Figure 19: Screenshot of the Manual Control tab. Note that the DEC axis needs to remain as axis 2 and the HA axis needs to remain as axis 1. Changing this will cause the button control to switch (North would move the telescope East). Tracking and Syncing on an Object: To track an object, the user simply needs to point the telescope at that object (as described above) and click on the tracking tab. In that tab, the user simply needs to switch the Track switch to the on position (see figure 20). The user can verify the telescope is tracking by confirming the position HA 2 value is increasing. Again, the telescope will not track if the GOTO switch is in the on position, so be sure to switch it off upon reaching the desired destination. Figure 20: Screenshot of the Tracking tab. The track rate is variable by the user, but it should not deviate much from The sync function of the program is used to make corrections to the readouts given on the main panel. For example, if SKY6 claims that the object of interest is at 3 hours 32 minutes 12 28

29 seconds Right Ascension and the control panel, when the telescope is centered on the object, reads out 3 hours 33 minutes 12 seconds Right Ascension, the user can use the sync feature to bring the readout back to the correct value. All the user has to do is input the offset into the corresponding box to change the readout to the correct value (see figure 21). This same value must also be entered into the corresponding box on the desired celestial coordinates tab so that the computer can take the correction into account when moving to the next object (see figure 22). IMPORTANT: ZERO OUT ALL SYNC OFFSETS BEFORE PARKING THE TELESCOPE. IF THIS IS NOT DONE, THE USER RISKS CRASHING THE TELESCOPE! Figure 21: The sync tab of the main control panel. Note that the text indicates which sign (+/- or N/S) to use to move the reading in the correct direction. Figure 22: the desired celestial coordinates tab of the main control panel. Note the sync offset inputs that must be copied from the sync page. 29

30 Stowing the Telescope: To stow the telescope, the procedure is essentially the reverse of the unstowing procedure. First and foremost, GO TO THE POLE. It is easiest to park the telescope in a three step move from the pole. If the user is already on the western side of the pole, it may be easier to go to the park position without going back to the pole, but that is a decision to be made by the user. For the purposes of this manual, I will simply discuss how to park the telescope from the pole position. From the pole, input into the Declination box under the desired celestial coordinates tab 0 degrees, 0 minutes, 0 seconds. This will return the telescope to the western horizon. Under the AUTO GOTO control tab, switch the GOTO switch to the on position and press the goto DEC button to move the telescope. When the move is complete, the telescope and program should look as they do in figures 17 and 17a. Next, return to the desired celestial coordinates tab and input into the Right Ascension box a value that is very near the LST, YET LESS THAN THE LST. This will keep the telescope from going past the meridian when returning to the park position. Return to the AUTO GOTO control tab and press the goto RA to move the telescope back near the meridian. When the move completes, switch the GOTO switch to the off position and proceed to the manual control tab. Under the slow speed box, enter a speed of 500 and move the toggle switch to slow. Continue to move the telescope East until the position HA value reads less than 100. Then, lower the speed in the slow speed box to 16. This will allow the user to move the telescope in single count increments. Continue to move the telescope East until the Position HA value reads 0. The telescope is now on the meridian. 30

31 Return to the desired celestial coordinates tab and enter 47 degrees, 0 minutes, 0 seconds South into the Declination box. Return to the AUTO GOTO control tab and switch the GOTO switch to on. Press the goto DEC button to lower the telescope to near park position. When the move completes, return to the manual control tab. In the slow speed box, enter a value of 500 and proceed South until the Position DEC value reads less than 100. Again, change the slow speed value to 16 and continue South with the telescope until the Position DEC value reads 0. The telescope is now in the park position. Press the stop sign two buttons to the right of the run button in LabVIEW to stop the program and turn the power to the motors off by turning off the power strip. Return the front cover on the main telescope and finder telescopes and rack the focusers all the way in. Turn off the telrad, if used, and turn the finder eyepieces inward to face the telescope. Close the rooftop and the telescope is stowed. Appendix and Emergency Procedures: First, the user should be advised that while great care has been taken to keep the telescope from being able to be run into things, not every limitation could possibly be thought of. The artificial horizon drawn in SKY6 is not perfect and the limitations in LabVIEW are very conservative. When in doubt, the user should always make conservative movements and then use the manual control feature to approach a limit. Some thought is required with every move that is made with this telescope. Second, in the event of a telescope runaway, turn off the power to motors on the IMMEDIATELY! After the motion of the telescope stops, stop the program and return to MAX and click on the plus sign next to PCI-7340 and then the plus next to interactive and then click on 1-D interactive. Confirm the encoders have stopped counting on both axes 1 and 2 (if 31

32 they have not, simply press the kill button at the top of the screen). Reinitialize and restart the LabVIEW program and manually return the telescope to the park position (the park position of the telescope is written in between the two dials). Then, in MAX, click on the 1-D interactive section again and, on both axes 1 and 2, reset the encoder values to 0. The telescope has now been reset and the user can restart his or her observing session. 32

33 Chapter 5: Checklist Start Up and Initialization: Open the rooftop Remove all necessary covers Log In on the Computer, username = SAL, Password = sal123 Start SKY6 Start Measurement and Automation Explorer Start LabVIEW 8.0 (note: this program takes several minutes to boot) Open SAL Main Control Turn on the monitors with the power strip Turn on the encoders with the power strip Enter daytime air temperature Initialize the encoders in MAX by clicking on the plus sign next to devices and interfaces, then on the plus sign next to NI Motion devices, then on the words that say PCI Click the button at the top-middle of the screen that says initialize. Start the control program by clicking the arrow in the upper left-hand corner of the LabVIEW program Check for accurate clock time, then check and cross-reference the given LST in the main control program with SKY and confirm it is correct Unstowing the Telescope Enter a value close to the LST yet less than the LST in the desired RA HMS box Enter N 0d 0m 0s into the desired DEC DMS box 33

34 Enter the desired rates for the HA and DEC axes on the AUTO GOTO tab (note: do not exceed cts/sec) Switch the GOTO switch in the AUTO GOTO tab to on and press the goto dec button When the move has finished, switch the GOTO switch to off Slewing to the Pole Return to the desired celestial coordinates tab Enter a value 5 hours and 50 minutes West of the LST (less than LST) into the desired RA HMS box. Switch the GOTO switch in the AUTO GOTO tab to on and press the goto RA button. This will put the telescope at the Western horizon. Enter a value of N 90 degrees, 0 minutes, 0 seconds into the desired DEC DMS box press the goto dec button When the move completes, switch the GOTO switch to off. This will put the telescope at the pole. Moving to a Desired Location (Automatically and Manually) Switch the toggle switch next to the RA readout to Actual RA Determine the coordinates of the object the user wishes to observe in SKY6, and enter those coordinates into the desired RA HMS and desired DEC DMS boxes (note: use the Equatorial coordinates, not the Equatorial 2000 coordinates. Also, note that + = N, - = S.) Switch the GOTO switch in the AUTO GOTO tab to on. Verify the desired HA and DEC count values are less than any of the posted limits. 34

35 Determine which axes should be moved first to avoid collisions (95% of the time, it should be in DEC). Move in that axis by pressing the corresponding goto button When that move completes, move in the other axis by pressing its corresponding goto button Switch the GOTO switch to off when the telescope completes the move For manual movement or fine adjustments, open the Manual Control tab and use the corresponding buttons to move the telescope in the desired direction, controlling the speed with the two corresponding boxes and its toggle switch Tracking and Syncing on an Object To track an object, make sure the GOTO switch is off. Then, in the Tracking tab, switch the TRACK switch to on. Confirm tracking is on by seeing if the position HA 2 value is increasing. Proper Track Rate is 201. To Sync on an object, center on the object and then insert the offset values into the respective boxes in the SYNC tab as instructed on screen. Copy those offset values into the corresponding boxes in the desired celestial coordinates tab Stowing the Telescope ZERO ALL SYNC VALUES BEFORE PARKING THE TELESCOPE Return to the Pole (5 hours 50 minutes West of the LST on HA, N 90 degrees, 0 minutes on DEC) Return to the Western Horizon (5 hours 50 minutes West of the LST on HA, N 0 degrees 0 minutes on DEC) Return nearly to the Unstow Position (0 hours 10 minutes on HA (that is 10 minutes West of LST), N 0 degrees, 0 minutes on DEC). Switch the GOTO switch to off 35

36 Finish the move manually to 0 hours 0 minutes HA Move to the stow position (S 45 degrees, 0 minutes in DEC) Finish the move manually to the final park position listed on the program. Stop the LabVIEW program Close all open programs, don t save any changes to LabVIEW or SKY6 Turn off the encoders Turn off the monitors Replace all covers and close the rooftop Log off the computer 36

37 Chapter 6: Conclusion and Acknowledgements My experience on SAL has greatly improved my knowledge of both observational astrophysics and LabVIEW programming. To be able to write this program, it was necessary for me to have a comprehensive understanding of how a telescope on a German-Equatorial mount moves around the sky and, specifically, how SAL moves around its mount and with respect to its enclosure. The extensive amount of time that I spent writing this program has furthered my understanding of LabVIEW exponentially. I know this is knowledge that will carry me far in my chosen career. I would like to thank, first and foremost, Mr. Buddy Hahn, whose help was necessary to the creation of this program. Without Mr. Hahn, I would not have gained nearly as much knowledge about LabVIEW. Secondly, I would like to thank Russ Mellon and Equinox Interscience for their help in procuring the necessary parts to begin the automation process. Their help in the beginning stages of this project was invaluable. Finally, I would like to thank Dr. Robert Stencel and the University of Denver Physics and Astronomy program for providing me with the opportunity to learn so much and work in a field I find very interesting. SAL will, hopefully, one day be a very valuable tool. There are still many steps to complete before the telescope can be deemed finished. Mine is simply a small part among many. This telescope has the potential, I believe, to do great things and this program will help it get there. I sincerely hope to see SAL fully operational in the very near future. 37

Quick Start and Troubleshooting Guide

Quick Start and Troubleshooting Guide Quick Start and Troubleshooting Guide By RXDesign Copyright July 2003 Quick Start and Troubleshooting Guide Rev 2 Welcome... tto tthe worrl ld off tthe CAT. 1 Addendum - Quick Start Alright... it is installed!

More information

Mounts and Coordinate Systems

Mounts and Coordinate Systems Mounts and Coordinate Systems Part 3: Some Advanced Techniques For Mounts Last month we looked at the basic mount types and methods for aligning them. This month s article, and the last for this series

More information

INTRODUCTION TO THE TELESCOPE

INTRODUCTION TO THE TELESCOPE AST 113/114 Fall 2014 / Spring 2016 NAME: INTRODUCTION TO THE TELESCOPE What will you learn in this Lab? For a few of the labs this semester, you will be using an 8-inch Celestron telescope to take observations.

More information

INTRODUCTION TO THE TELESCOPE

INTRODUCTION TO THE TELESCOPE INTRODUCTION TO THE TELESCOPE What will you learn in this Lab? For a few of the labs this semester, you will be using an 8-inch Celestron telescope to take observations. This lab will introduce you to

More information

GERMAN TYPE EQUATORIAL MOUNT (FM 51/52 - FM 100/102 - FM150) USER MANUAL

GERMAN TYPE EQUATORIAL MOUNT (FM 51/52 - FM 100/102 - FM150) USER MANUAL GERMAN TYPE EQUATORIAL MOUNT (FM 51/52 - FM 100/102 - FM150) USER MANUAL NOMENCLATURE MANUAL KNOB WORM DRIVE TIGHTENING SCREW FIXING CLUTCH CONTROL PLUG POLAR SCOPE PEEP HOLE PLATFORM ALTITUDE MOUNTING

More information

Operating the Celestron 14 Telescope

Operating the Celestron 14 Telescope Operating the Celestron 14 Telescope 1. The Telescope and Its Controls The Celestron 14-inch telescope is located in the east bay of the observatory (Fig. 1). It is a Schmidt-Cassegrain type instrument;

More information

Polar Alignment of LX200R and Ultra Wedge For The Southern Hemisphere by Chris James

Polar Alignment of LX200R and Ultra Wedge For The Southern Hemisphere by Chris James Return To How To Menu Polar Alignment of LX200R and Ultra Wedge For The Southern Hemisphere by Chris James Overview This document goes thru the process required to Polar Align the LX200R using a Ultra

More information

Hubble's Law and the Age of the Universe

Hubble's Law and the Age of the Universe Hubble's Law and the Age of the Universe Procedure: Name: 1. Login into the network using your user ID and your password. 2. Double click on the Astronomy shortcuts folder on the desktop. 3. Double click

More information

Figure 3-1 The Advanced GT Hand Control

Figure 3-1 The Advanced GT Hand Control The following is a supplemental addendum to the included instruction manual that explains the new features of Celestron's Advanced Series Telescopes. Please refer to this addendum for information concerning

More information

Mees Observatory telescope checklist

Mees Observatory telescope checklist Mees Observatory telescope checklist Last revised 30 April 2003 DMW Startup 1. Turn on all circuit breakers in the breaker box by the front door. (Those with tape on them are always on; don t turn them

More information

Introduction to Telescopes Pre-lab

Introduction to Telescopes Pre-lab AST 114 Spring 2005 Introduction to Telescopes Introduction to Telescopes Pre-lab 1. Read through the "Parts of a Telescope" section of the lab. You may be asked to point out the different parts of the

More information

3. When you enter the dome the telescope should be in its parked position.

3. When you enter the dome the telescope should be in its parked position. Chow Telescope Operation (JLW 6-10-16) 1. The green key is located in the large cabinet in the NE area of dome one (16-inch dome). It should be sitting on top of a black pelican case on the third shelf.

More information

10 - Celestron Telescope II: Operation

10 - Celestron Telescope II: Operation 10 - Celestron Telescope II: Operation Purpose: Gain more experience setting up a 6 Celestron telescope, familiarize yourself with the software interface, and acquire an image with the CCD camera. Due:

More information

Observing Procedure for C11 GPS

Observing Procedure for C11 GPS Observing Procedure for C11 GPS By T. W. Fuller Preparation Customize observing list You can install a list of up to 25 custom objects in the telescope database ahead of time, so that you will have them

More information

Appendix 2: Disassembling and Assembling the Telescopes and the Celestron Equatorial Mounts

Appendix 2: Disassembling and Assembling the Telescopes and the Celestron Equatorial Mounts Appendix 2: Disassembling and Assembling the Telescopes and the Celestron Equatorial Mounts Disassembling (classroom) 1. The mount must be locked with the telescope situated horizontally. Note the telescope

More information

a) Set the declination to trace the winter Sun's path and rising and setting points in

a) Set the declination to trace the winter Sun's path and rising and setting points in Astronomy 3130 Spring 2017 Observation Lab 1 (Beta Version) Getting around the sky and observing with the 6 doghouse telescope As an observer, a primary skill is getting your telescope pointed to an appropriate

More information

THE HAVERFORD UNIVERSITY S STRAWBRIDGE OBSERVATORY S OF THE 16 MEADE. A quick guide to using the 16 Meade Schmidt-Cassegrain Telescope

THE HAVERFORD UNIVERSITY S STRAWBRIDGE OBSERVATORY S OF THE 16 MEADE. A quick guide to using the 16 Meade Schmidt-Cassegrain Telescope THE S OF THE 16 MEADE HAVERFORD UNIVERSITY S STRAWBRIDGE OBSERVATORY A quick guide to using the 16 Meade Schmidt-Cassegrain Telescope First draft: Scott Engle, Fall 2010; Update: Steve Boughn, Fall 2012

More information

SimpleDreamEQ2. Upgrade kit equatorial mounts Synta EQ2, Celestron CG3. User guide. Micro GoTo system. Micro GoTo system

SimpleDreamEQ2. Upgrade kit equatorial mounts Synta EQ2, Celestron CG3. User guide. Micro GoTo system. Micro GoTo system SimpleDreamEQ2 Upgrade kit equatorial mounts Synta EQ2, Celestron CG3 User guide Micro GoTo system Micro GoTo system AstroGadget 2017 1. DESCRIPTION The kit consists of a control unit and a set of drives

More information

Addendum For NexStar GT Hand Control Section Of The Owner's Manual.

Addendum For NexStar GT Hand Control Section Of The Owner's Manual. Addendum For NexStar GT Hand Control Section Of The Owner's Manual. The following is an addendum to the NexStar GT section of the owner's manual that explains the current operation and added features to

More information

Quick Start Guide. The ieq45 GoTo German Equatorial Mount # 8000C

Quick Start Guide. The ieq45 GoTo German Equatorial Mount # 8000C Quick Start Guide The ieq45 GoTo German Equatorial Mount # 8000C PACKAGE CONTENTS Telescope Mount (with built-in GPS) 3.5 Vixen type dovetail saddle (installed on the mount) 8 Losmandy-D type dovetail

More information

Calibration Routine. Store in HDD. Switch "Program Control" Ref 1/ Ref 2 Manual Automatic

Calibration Routine. Store in HDD. Switch Program Control Ref 1/ Ref 2 Manual Automatic 4.2 IMPLEMENTATION LABVIEW 4.2.1 LabVIEW features LabVIEW (short for Laboratory Virtual Instrument Engineering Workbench) originally released for the Apple Macintosh in 1986. It is a highly productive

More information

Photoelectric Photometry of the Pleiades Student Manual

Photoelectric Photometry of the Pleiades Student Manual Name: Lab Partner: Photoelectric Photometry of the Pleiades Student Manual A Manual to Accompany Software for the Introductory Astronomy Lab Exercise Edited by Lucy Kulbago, John Carroll University 11/24/2008

More information

Guide to Polar Alignment of a Meade LX200GPS Telescope

Guide to Polar Alignment of a Meade LX200GPS Telescope Guide to Polar Alignment of a Meade By Dale A. Chamberlain dale@dchamberlain.net April 18, 2006 Page 1 of 11 1 Why Polar Align? After making an investment in a telescope such as the Meade LX200GPS, you

More information

USING YOUR FIELD GUIDE AND STAR CHARTS PRELAB

USING YOUR FIELD GUIDE AND STAR CHARTS PRELAB USING YOUR FIELD GUIDE AND STAR CHARTS PRELAB 1. Explain the main differences between using a star wheel and a star chart to find things in the night sky. 2. Explain the terms Hour Angle, Meridian and

More information

Controlling a Three Meter Mirror Array Reflector to Track Stars

Controlling a Three Meter Mirror Array Reflector to Track Stars Controlling a Three Meter Mirror Array Reflector to Track Stars Benjamin Adams University of Utah Department of Physics and Astronomy August, 2009 Abstract The University of Utah Gamma Ray Group and the

More information

Columbia University Astronomy Big Dome Telescope Start up/shut Down

Columbia University Astronomy Big Dome Telescope Start up/shut Down Columbia University Astronomy Big Dome Telescope Start up/shut Down Start Up 1. Get the Eyepieces: Go into the transit room and get any eyepieces you will need. The telescope in the big dome takes both

More information

LAB 2 - ONE DIMENSIONAL MOTION

LAB 2 - ONE DIMENSIONAL MOTION Name Date Partners L02-1 LAB 2 - ONE DIMENSIONAL MOTION OBJECTIVES Slow and steady wins the race. Aesop s fable: The Hare and the Tortoise To learn how to use a motion detector and gain more familiarity

More information

Photoelectric Photometry of the Pleiades Student Manual

Photoelectric Photometry of the Pleiades Student Manual Photoelectric Photometry of the Pleiades Student Manual A Manual to Accompany Software for the Introductory Astronomy Lab Exercise Document SM 2: Version 1.1.1 lab Department of Physics Gettysburg College

More information

SkyGlobe Planetarium

SkyGlobe Planetarium SkyGlobe Planetarium Introduction: This exercise will simulate the night sky and demonstrate a number of principles of the celestial sphere and the motions of the Earth and planets. Getting Started: 1.

More information

Understanding Positional Astronomy Part 2 Celestial Co-ordinates Difficulty: Intermediate

Understanding Positional Astronomy Part 2 Celestial Co-ordinates Difficulty: Intermediate Exercise: Understanding Positional Astronomy Part 2 Celestial Co-ordinates Difficulty: Intermediate Objectives In Part 1 you learned about Celestial Sphere and how the stars appear to move across the night

More information

Stellarium Walk-through for First Time Users

Stellarium Walk-through for First Time Users Stellarium Walk-through for First Time Users Stellarium is the computer program often demonstrated during our planetarium shows at The MOST, Syracuse s science museum. It is our hope that visitors to our

More information

Exercise 1.0 THE CELESTIAL EQUATORIAL COORDINATE SYSTEM

Exercise 1.0 THE CELESTIAL EQUATORIAL COORDINATE SYSTEM Exercise 1.0 THE CELESTIAL EQUATORIAL COORDINATE SYSTEM Equipment needed: A celestial globe showing positions of bright stars and Messier Objects. I. Introduction There are several different ways of representing

More information

CHARTING THE HEAVENS USING A VIRTUAL PLANETARIUM

CHARTING THE HEAVENS USING A VIRTUAL PLANETARIUM Name Partner(s) Section Date CHARTING THE HEAVENS USING A VIRTUAL PLANETARIUM You have had the opportunity to look at two different tools to display the night sky, the celestial sphere and the star chart.

More information

COMPUTER ACTIVITY 3: THE SEASONS: LENGTH OF THE DAY

COMPUTER ACTIVITY 3: THE SEASONS: LENGTH OF THE DAY NAME ASTRONOMY 20 SECTION DAY/ S. V. LLOYD COMPUTER ACTIVITY 3: THE SEASONS: LENGTH OF THE DAY Overview Software Configuration The seasonal variation in temperature is due to two changes in the Sun's path

More information

Venus Project Book, the Galileo Project, GEAR

Venus Project Book, the Galileo Project, GEAR 1 Venus Project Book, the Galileo Project, GEAR Jeffrey La Favre November, 2013 Updated March 31, 2016 You have already learned about Galileo and his telescope. Recall that he built his first telescopes

More information

Photoelectric Photometry of the Pleiades

Photoelectric Photometry of the Pleiades Photoelectric Photometry of the Pleiades Student Manual A Manual to Accompany Software for the Introductory Astronomy Lab Exercise Document SM 2: Version 0.96lab Department of Physics Gettysburg College

More information

Students will explore Stellarium, an open-source planetarium and astronomical visualization software.

Students will explore Stellarium, an open-source planetarium and astronomical visualization software. page 22 STELLARIUM* OBJECTIVE: Students will explore, an open-source planetarium and astronomical visualization software. BACKGROUND & ACKNOWLEDGEMENTS This lab was generously provided by the Red Rocks

More information

This is the third of 3 parts detailing my experience of auto guiding for astrophotography.

This is the third of 3 parts detailing my experience of auto guiding for astrophotography. AstronomyShed Tutorials Autoguiding - Part 3 - Using you autoguiding setup This is the third of 3 parts detailing my experience of auto guiding for astrophotography. Prerequisites In writing this article

More information

Photoelectric Photometry of the Pleiades

Photoelectric Photometry of the Pleiades Photoelectric Photometry of the Pleiades Student Manual A Manual to Accompany Software for the Introductory Astronomy Lab Exercise Document SM 2: Version 1 Department of Physics Gettysburg College Gettysburg,

More information

Computer Activity #3 SUNRISE AND SUNSET: THE SEASONS

Computer Activity #3 SUNRISE AND SUNSET: THE SEASONS NAME(S)!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ASTRONOMY 25 Computer Activity #3 SUNRISE AND SUNSET: THE SEASONS SECTION DAY/TIME S. V. LLOYD Overview The seasonal variation in temperature is due to two changes

More information

THE LOSMANDY G-11 MOUNT

THE LOSMANDY G-11 MOUNT Checking the parts THE LOSMANDY G-11 MOUNT Depending on which accessories you ordered, your G-11 mount was shipped in four or more boxes. The contents of each box are as follows: Equatorial Mount Adjustable

More information

Due to the fact that we are hurrying to get on the telescope this Tuesday, we will postpone the writing of a formal proposal.

Due to the fact that we are hurrying to get on the telescope this Tuesday, we will postpone the writing of a formal proposal. ASTRONOMY 221 SARA IMAGING EXERCISE Spring 2011 Observing Exercise 4 Introduction: The use of the SARA telescopes at Kitt Peak, Arizona and Cerro Tololo, Chile, permit us to observe fainter objects that

More information

Astronomy 102 Lab: Stellar Parallax and Proper Motion

Astronomy 102 Lab: Stellar Parallax and Proper Motion Name: Astronomy 102 Lab: Stellar Parallax and Proper Motion If you own a laptop, please bring it to class. You will use Stellarium again. The Stellarium shortcuts you used in the first lab are on the inside

More information

A clock designed in close consultation with people living with Dementia.

A clock designed in close consultation with people living with Dementia. 1. Product Name Day Clock 2. Product Code 55787 3. Colour As shown 4. Brief Description A clock designed in close consultation with people living with Dementia. 5. Contents 1 x Day Clock 6. Snoezelen Stimulations

More information

CELESTIAL COORDINATES

CELESTIAL COORDINATES ASTR 1030 Astronomy Lab 27 Celestial Coordinates CELESTIAL COORDINATES GEOGRAPHIC COORDINATES The Earth's geographic coordinate system is familiar to everyone - the north and south poles are defined by

More information

Hinode Solar Guider User Manual

Hinode Solar Guider User Manual Hinode Solar Guider User Manual 1.15 Hutech Corporation 25691 Atlantic Ocean Dr., Unit B 11 Lake Forest, CA 92630 http://hutech.com Introduction The Hinode Solar Guider is a fully self contained unit designed

More information

SOFT 423: Software Requirements

SOFT 423: Software Requirements SOFT 423: Software Requirements Week 11 Class 1 Telescope Example End-to-End SOFT 423 Winter 2015 1 Last Class CRUDO Activity Diagrams SOFT 423 Winter 2015 2 This Class Telescope System Example We won

More information

Assignment #0 Using Stellarium

Assignment #0 Using Stellarium Name: Class: Date: Assignment #0 Using Stellarium The purpose of this exercise is to familiarize yourself with the Stellarium program and its many capabilities and features. Stellarium is a visually beautiful

More information

CHARTING THE HEAVENS USING A VIRTUAL PLANETARIUM

CHARTING THE HEAVENS USING A VIRTUAL PLANETARIUM Name Partner(s) Section Date CHARTING THE HEAVENS USING A VIRTUAL PLANETARIUM You have had the opportunity to look at two different tools to display the night sky, the celestial sphere and the star chart.

More information

Partner s Name: EXPERIMENT MOTION PLOTS & FREE FALL ACCELERATION

Partner s Name: EXPERIMENT MOTION PLOTS & FREE FALL ACCELERATION Name: Partner s Name: EXPERIMENT 500-2 MOTION PLOTS & FREE FALL ACCELERATION APPARATUS Track and cart, pole and crossbar, large ball, motion detector, LabPro interface. Software: Logger Pro 3.4 INTRODUCTION

More information

Introduction: Objectives: (a) To understand how to compile a list of objects for imaging with a CCD.

Introduction: Objectives: (a) To understand how to compile a list of objects for imaging with a CCD. Texas Tech University Department of Physics Astronomy 2401 Observational Astronomy Lab 2:- Planning Observations Introduction: Observing time at the telescope is generally very limited. Therefore, in order

More information

NATIONAL RADIO ASTRONOMY OBSERVATORY MEMORANDUM

NATIONAL RADIO ASTRONOMY OBSERVATORY MEMORANDUM NATIONAL RADIO ASTRONOMY OBSERVATORY MEMORANDUM DATE: September 16, 1996 TO: M. Clark, B. Garwood, D. Hogg, H. Liszt FROM: Ron Maddalena SUBJECT: GBT and Aips++ requirements for traditional, all-sky pointing

More information

LAB 3 - VELOCITY AND ACCELERATION

LAB 3 - VELOCITY AND ACCELERATION Name Date Partners L03-1 LAB 3 - VELOCITY AND ACCELERATION OBJECTIVES A cheetah can accelerate from 0 to 50 miles per hour in 6.4 seconds. Encyclopedia of the Animal World A Jaguar can accelerate from

More information

PHY 111L Activity 2 Introduction to Kinematics

PHY 111L Activity 2 Introduction to Kinematics PHY 111L Activity 2 Introduction to Kinematics Name: Section: ID #: Date: Lab Partners: TA initials: Objectives 1. Introduce the relationship between position, velocity, and acceleration 2. Investigate

More information

2: SIMPLE HARMONIC MOTION

2: SIMPLE HARMONIC MOTION 2: SIMPLE HARMONIC MOTION Motion of a mass hanging from a spring If you hang a mass from a spring, stretch it slightly, and let go, the mass will go up and down over and over again. That is, you will get

More information

ASTRO-PHYSICS, INC. POLAR ALIGNMENT TELESCOPE (PASILL2)

ASTRO-PHYSICS, INC. POLAR ALIGNMENT TELESCOPE (PASILL2) OBJECTIVE LENS ASTRO-PHYSICS, INC. POLAR ALIGNMENT TELESCOPE (PASILL2) This model shipped from January 2001 through July 2002. It fits all 400, 600, 600E, 800, 900 and 1200 models (except the original

More information

Telescope Fundamentals

Telescope Fundamentals Telescope Fundamentals The focus of this presentation is to provide an overview of popular equipment available to the amateur astronomy community, as well as the equipment s applicability to differing

More information

ASTRO-PHYSICS, INC. POLAR ALIGNMENT TELESCOPE

ASTRO-PHYSICS, INC. POLAR ALIGNMENT TELESCOPE Polar Alignment Telescope ASTRO-PHYSICS, INC. POLAR ALIGNMENT TELESCOPE This polar axis telescope will help you align your mount with the Celestial Poles. When your mount is properly aligned, your telescope's

More information

The Mass of Jupiter Student Guide

The Mass of Jupiter Student Guide The Mass of Jupiter Student Guide Introduction: In this lab, you will use astronomical observations of Jupiter and its satellites to measure the mass of Jupiter. We will use the program Stellarium to simulate

More information

AccuAligning TM Polar Scope for SmartEQ TM Portable German Equatorial GOTO Mount. Installation and User Manual. Product #3130

AccuAligning TM Polar Scope for SmartEQ TM Portable German Equatorial GOTO Mount. Installation and User Manual. Product #3130 AccuAligning TM Polar Scope for SmartEQ TM Portable German Equatorial GOTO Mount Installation and User Manual Product #3130 ioptron Corporation, 6E Gill Street, Woburn, MA 01801 www.ioptron.com ioptron

More information

Orion EQ-1 Equatorial Mount

Orion EQ-1 Equatorial Mount instruction Manual Orion EQ-1 Equatorial Mount #9011 Providing Exceptional Consumer Optical Products Since 1975 Customer Support (800) 676-1343 E-mail: support@telescope.com Corporate Offices (831) 763-7000

More information

Physics E-1ax, Fall 2014 Experiment 3. Experiment 3: Force. 2. Find your center of mass by balancing yourself on two force plates.

Physics E-1ax, Fall 2014 Experiment 3. Experiment 3: Force. 2. Find your center of mass by balancing yourself on two force plates. Learning Goals Experiment 3: Force After you finish this lab, you will be able to: 1. Use Logger Pro to analyze video and calculate position, velocity, and acceleration. 2. Find your center of mass by

More information

LOCATING CELESTIAL OBJECTS: COORDINATES AND TIME. a. understand the basic concepts needed for any astronomical coordinate system.

LOCATING CELESTIAL OBJECTS: COORDINATES AND TIME. a. understand the basic concepts needed for any astronomical coordinate system. UNIT 2 UNIT 2 LOCATING CELESTIAL OBJECTS: COORDINATES AND TIME Goals After mastery of this unit, you should: a. understand the basic concepts needed for any astronomical coordinate system. b. understand

More information

Celestial Sphere. Altitude [of a celestial object] Zenith. Meridian. Celestial Equator

Celestial Sphere. Altitude [of a celestial object] Zenith. Meridian. Celestial Equator Earth Science Regents Interactive Path of the Sun University of Nebraska Resources Copyright 2011 by Z. Miller Name Period COMPANION WEBSITES: http://www.analemma.com/ http://www.stellarium.org/ INTRODUCTION:

More information

Experiment 1: The Same or Not The Same?

Experiment 1: The Same or Not The Same? Experiment 1: The Same or Not The Same? Learning Goals After you finish this lab, you will be able to: 1. Use Logger Pro to collect data and calculate statistics (mean and standard deviation). 2. Explain

More information

Instruction Manual. Omegon EQ-500 Equatorial Mount English version Rev A

Instruction Manual. Omegon EQ-500 Equatorial Mount English version Rev A Instruction Manual Omegon EQ-500 Equatorial Mount English version 10.2014 Rev A Instruction Manual Omegon EQ-500 Equatorial Mount Congratulations on the purchase of the new Omegon EQ-500 Equatorial Mount.

More information

ACE Control System. 1.0-m Pomona College Telescope Table Mountain Observatory ACE User Manual April 2005 Revision All rights reserved.

ACE Control System. 1.0-m Pomona College Telescope Table Mountain Observatory ACE User Manual April 2005 Revision All rights reserved. ACE Control System 1.0-m Pomona College Telescope Table Mountain Observatory ACE User Manual April 2005 Revision 1.1 1999-2005. All rights reserved. Astronomical Consultants & Equipment, Inc. P.O. Box

More information

Mathematica Project 3

Mathematica Project 3 Mathematica Project 3 Name: Section: Date: On your class s Sakai site, your instructor has placed 5 Mathematica notebooks. Please use the following table to determine which file you should select based

More information

Coordinates on the Sphere

Coordinates on the Sphere Survey Observations Coordinates on the Sphere Any position on the surface of a sphere (such as the Earth or the night sky) can be expressed in terms of the angular coordinates latitude and longitude Latitude

More information

EQ-1 Equatorial Mount

EQ-1 Equatorial Mount instruction Manual Orion EQ-1 Equatorial Mount #9011 Providing Exceptional Consumer Optical Products Since 1975 Customer Support: www.oriontelescopes.com/contactus Corporate Offices: 89 Hangar Way, Watsonville

More information

Mounts and Coordinate Systems

Mounts and Coordinate Systems Mounts and Coordinate Systems Part 2: Our Mounts A Quick Review Last month we looked at coordinate systems and found there are two systems that we commonly use. Altitude-Azimuth Coordinates A local or

More information

AST101: Our Corner of the Universe Lab 1: Stellarium and The Celestial Sphere

AST101: Our Corner of the Universe Lab 1: Stellarium and The Celestial Sphere AST101: Our Corner of the Universe Lab 1: Stellarium and The Celestial Sphere Name: Student number (SUID): Lab section: Group Members: 1 Introduction Following the prelab, you should be now acquainted

More information

What's Up, Earth? Header Insert Image 1 here, right justified to wrap. Grade Level. 3rd. Time Required: 60 minutes

What's Up, Earth? Header Insert Image 1 here, right justified to wrap. Grade Level. 3rd. Time Required: 60 minutes What's Up, Earth? Header Insert Image 1 here, right justified to wrap Image 1 ADA Description:? Caption:? Image file path:? Source/Rights: Copyright? Grade Level 3rd Time Required: 60 minutes Group Size:

More information

PHY221 Lab 2 - Experiencing Acceleration: Motion with constant acceleration; Logger Pro fits to displacement-time graphs

PHY221 Lab 2 - Experiencing Acceleration: Motion with constant acceleration; Logger Pro fits to displacement-time graphs Page 1 PHY221 Lab 2 - Experiencing Acceleration: Motion with constant acceleration; Logger Pro fits to displacement-time graphs Print Your Name Print Your Partners' Names You will return this handout to

More information

Starlight in the university lab: Astrolab

Starlight in the university lab: Astrolab Starlight in the university lab: Astrolab Project report (Phase 1) (2- year project, started in 2013, to be completed in 2014) 1. Short summary of the completed project that we can place on the website

More information

The Hubble Redshift Distance Relation

The Hubble Redshift Distance Relation The Hubble Redshift Distance Relation Student Manual A Manual to Accompany Software for the Introductory Astronomy Lab Exercise Document SM 3: Version 1 Department of Physics Gettysburg College Gettysburg,

More information

LAB 3: VELOCITY AND ACCELERATION

LAB 3: VELOCITY AND ACCELERATION Lab 3 - Velocity & Acceleration 25 Name Date Partners LAB 3: VELOCITY AND ACCELERATION A cheetah can accelerate from to 5 miles per hour in 6.4 seconds. A Jaguar can accelerate from to 5 miles per hour

More information

Astronomy 101 Lab: Stellarium Tutorial

Astronomy 101 Lab: Stellarium Tutorial Name: Astronomy 101 Lab: Stellarium Tutorial Please install the Stellarium software on your computer using the instructions in the procedure. If you own a laptop, please bring it to class. You will submit

More information

ClassAction: Coordinates and Motions Module Instructor s Manual

ClassAction: Coordinates and Motions Module Instructor s Manual ClassAction: Coordinates and Motions Module Instructor s Manual Table of Contents Section 1: Warm-up Questions...3 The Sun s Path 1 4 Section 2: General Questions...5 Sledding or Going to the Beach...6

More information

Assembly Manual for the Brevard Astronomical Society 16 inch F4.5 Dobsonian Telescope Brevard Astronomical Society P.O. Box 1084 Cocoa, FL 32922

Assembly Manual for the Brevard Astronomical Society 16 inch F4.5 Dobsonian Telescope Brevard Astronomical Society P.O. Box 1084 Cocoa, FL 32922 BAS 16 Telescope Manual Rev 1 Assembly Manual for the Brevard Astronomical Society 16 inch F4.5 Dobsonian Telescope Brevard Astronomical Society P.O. Box 1084 Cocoa, FL 32922 TABLE OF CONTENTS SECTION

More information

Astronomy 101 Lab Manual. Victor Andersen Community College of Aurora

Astronomy 101 Lab Manual. Victor Andersen Community College of Aurora Astronomy 101 Lab Manual Victor Andersen Community College of Aurora victor.andersen@ccaurora.edu January 8, 2013 2 Contents 1 Angular Measures 5 1.1 Introduction............................ 5 1.1.1 Degrees,

More information

ASTRONOMICAL COORDINATE SYSTEMS CELESTIAL SPHERE

ASTRONOMICAL COORDINATE SYSTEMS CELESTIAL SPHERE ASTRONOMICAL COORDINATE SYSTEMS CELESTIAL SPHERE To the naked eye, stars appear fixed on the sky with respect to one another. These patterns are often grouped into constellations. Angular measurements

More information

Physics Lab #2: Learning Starry Night, Part 1

Physics Lab #2: Learning Starry Night, Part 1 Physics 10293 Lab #2: Learning Starry Night, Part 1 Introduction In this lab, we'll learn how to use the Starry Night software to explore the sky, and at the same time, you ll get a preview of many of

More information

Physics Lab #5: Starry Night Observations of the Sun and Moon

Physics Lab #5: Starry Night Observations of the Sun and Moon Physics 10293 Lab #5: Starry Night Observations of the Sun and Moon Introduction Today, we are going to use the Starry Night software to learn about motion of the stars, sun and moon on the celestial sphere.

More information

The Characterization and Minimization. of Noise in a Charge Coupled Device for. the Magellan Telescopes

The Characterization and Minimization. of Noise in a Charge Coupled Device for. the Magellan Telescopes The Characterization and Minimization of Noise in a Charge Coupled Device for the Magellan Telescopes by Jennifer J. Yu Submitted to the Department of Electrical Engineering and Computer Science in Partial

More information

Color-Magnitude Diagram Lab Manual

Color-Magnitude Diagram Lab Manual Color-Magnitude Diagram Lab Manual Due Oct. 21, 2011 1 Pre-Lab 1.1 Photometry and the Magnitude Scale The brightness of stars is represented by its value on the magnitude scale. The ancient Greek astronomer

More information

Determining Polar Axis Alignment Accuracy

Determining Polar Axis Alignment Accuracy Determining Polar Axis Alignment Accuracy by Frank Barrett nd Edition 9/1/016 Abstract: In order to photograph dim celestial objects, long exposures on the order of minutes or hours are required. To perform

More information

Motion II. Goals and Introduction

Motion II. Goals and Introduction Motion II Goals and Introduction As you have probably already seen in lecture or homework, and if you ve performed the experiment Motion I, it is important to develop a strong understanding of how to model

More information

Polar alignment in 5 steps based on the Sánchez Valente method

Polar alignment in 5 steps based on the Sánchez Valente method 1 Polar alignment in 5 steps based on the Sánchez Valente method Compared to the drift alignment method, this one, allows you to easily achieve a perfect polar alignment in just one step. By "perfect polar

More information

Observatory 8 inch Telescopes: Tips, Tools & Quick Fixes

Observatory 8 inch Telescopes: Tips, Tools & Quick Fixes Observatory 8 inch Telescopes: Tips, Tools & Quick Fixes Rhiannon Griffin August 7, 2014 1 Tools Needed Allen wrenches for set screws, 2 sizes For collimating: Phillips head screwdriver & slotted screwdriver

More information

C A S S I N I. MODEL : C EQ3 900mm X 135mm COSMO BRANDS INC.

C A S S I N I. MODEL : C EQ3 900mm X 135mm COSMO BRANDS INC. C A S S I N I MODEL : C-900135EQ3 900mm X 135mm COSMO BRANDS INC. WWW.COSMOSOPTICS.COM 2 C A S S I N I C-900135EQ3 TELESCOPE OPERATING INSTRUCTIONS INTRODUCTION CONGRATULATIONS ON YOUR PURCHASE OF THE

More information

C2A for Pulsar2 how to control your telescope from C2A

C2A for Pulsar2 how to control your telescope from C2A C2A for Pulsar2 how to control your telescope from C2A C2a is a free and powerful planetarium program available from.http://www.astrosurf.com/c2a/english/ that offers native support for Pulsar2 without

More information

Astro Navigation (i.e. Celestial Navigation)

Astro Navigation (i.e. Celestial Navigation) Name: Partner First Name: Astro Navigation (i.e. Celestial Navigation) Over the course of human lifetimes, the stars don t appear to change positions much. We can use that in order to determine locations

More information

Celestial Sphere Spectroscopy (Something interesting; e.g., advanced data analyses with IDL)

Celestial Sphere Spectroscopy (Something interesting; e.g., advanced data analyses with IDL) AST326, 2010 Winter Semester Celestial Sphere Spectroscopy (Something interesting; e.g., advanced data analyses with IDL) Practical Assignment: analyses of Keck spectroscopic data from the instructor (can

More information

2. Modern: A constellation is a region in the sky. Every object in the sky, whether we can see it or not, is part of a constellation.

2. Modern: A constellation is a region in the sky. Every object in the sky, whether we can see it or not, is part of a constellation. 6/14 10. Star Cluster size about 10 14 to 10 17 m importance: where stars are born composed of stars. 11. Galaxy size about 10 21 m importance: provide a stable environment for stars. Composed of stars.

More information

Earth & Space Science, Interpreting Data DURATION Preparation: 5 minutes Activity: 40 minutes (total over one day)

Earth & Space Science, Interpreting Data DURATION Preparation: 5 minutes Activity: 40 minutes (total over one day) Objectives In this activity students will: 1. Observe how the position of the sun in the sky changes during the course of the day 2. Discover the cardinal directions by tracking the motion of the sun Materials

More information

Lab 1a Wind Tunnel Testing Principles & Drag Coefficients of Golf balls

Lab 1a Wind Tunnel Testing Principles & Drag Coefficients of Golf balls Lab 1a Wind Tunnel Testing Principles & Drag Coefficients of Golf balls OBJECTIVES - To perform air flow measurement using the wind tunnel. - To compare measured and theoretical velocities for various

More information

THE MOVING MAN: DISTANCE, DISPLACEMENT, SPEED & VELOCITY

THE MOVING MAN: DISTANCE, DISPLACEMENT, SPEED & VELOCITY THE MOVING MAN: DISTANCE, DISPLACEMENT, SPEED & VELOCITY Background Remember graphs are not just an evil thing your teacher makes you create, they are a means of communication. Graphs are a way of communicating

More information

Online Assembly Guide : 4.5 inch Reflector Telescope

Online Assembly Guide : 4.5 inch Reflector Telescope Online Assembly Guide : 4.5 inch Reflector Telescope INTRODUCTION Congratulations! You have bought a wonderful telescope. This is a precision optical instrument, and you have many wonderful evenings of

More information

FIELD SPECTROMETER QUICK-START GUIDE FOR FIELD DATA COLLECTION (LAST UPDATED 23MAR2011)

FIELD SPECTROMETER QUICK-START GUIDE FOR FIELD DATA COLLECTION (LAST UPDATED 23MAR2011) FIELD SPECTROMETER QUICK-START GUIDE FOR FIELD DATA COLLECTION (LAST UPDATED 23MAR2011) The ASD Inc FieldSpec Max spectrometer is a precision instrument designed for obtaining high spectral resolution

More information