Stellar Positioning System (Part II): Improving Accuracy During Implementation

Size: px
Start display at page:

Download "Stellar Positioning System (Part II): Improving Accuracy During Implementation"

Transcription

1 Stellar Positioning System (Part II): Improving Accuracy During Implementation Drew P. Woodbury, Julie J. Parish, Allen S. Parish, Michael Swanzy, Ron Denton, Daniele Mortari, and John L. Junkins Texas A&M University, College Station, Texas, July 6, 2009 Abstract This paper discusses the implementation of a Stellar Positioning System as well as techniques for error mitigation in experimentation and data post-processing. The hardware used during the development and testing of the Stellar Positioning System is described. Star-centroiding, star-identification, attitude estimation, and the local gravity vector were used by the Stellar Positioning System to determine latitude and longitude. Image processing, attitude filtering, and focal length estimation are presented as techniques to further improve the capabilities of the system. The resulting prototype was tested in three different locations and the results demonstrate accuracy of the Stellar Positioning System to be within 50 meters for short time intervals. Ph.D. Student, Aerospace Engineering, TAMU-3141, Student Member AIAA. Ph.D. Student, Aerospace Engineering, TAMU-3141, Student Member AIAA. M.S. Student, Computer Engineering, TAMU M.S. Student, Aerospace Engineering, TAMU Ph.D. Student, Computer Science, TAMU Associate Professor, Aerospace Engineering, TAMU-3141, AIAA Associate Fellow. Distinguished Professor, Aerospace Engineering, TAMU-3141, AIAA Fellow. 1

2 1 Introduction For centuries, the stars have been used as a means of position determination for navigation purposes. With today s precise clocks and high quality imaging capabilities, it is possible to accurately determine position using similar methods to those used by early navigators. Taking advantage of these capabilities and highly precise star catalogs, the Stellar Positioning System (SPS) was developed as a modern application of ancient celestial navigation techniques. While the theory has been developed to determine local latitude and longitude position from inter-star angles [1], there are additional obstacles to overcome when implementing these concepts in hardware. Since position determination requires a large number of measurements, error creeps into the algorithm from several sources such as the physical environment and the hardware itself. Fortunately, many of these errors can be mitigated using a range of techniques. This paper will discuss in detail the hardware and software components used to implement and validate the positioning system theory developed and presented in a companion paper [3]. A series of techniques will then be described that increase the accuracy of the overall system by reducing noise produced by the hardware and software. Experimental results are presented based on tests of the completed system at multiple locations in the United States. Results indicate that the SPS technology is particularly suitable to estimate the geographical position in non-global Positioning System (GPS) environments, such as the Moon and other planets. It can, however, be considered a valid backup system on Earth when and where the GPS signal is accidentally or intentionally made unavailable. 2 Hardware The current version of the SPS consists of a high quality astronomical camera, two inclination (i.e., tilt) sensors, a notebook computer, and all necessary cables. The various aspects of the 2

3 SPS hardware will be discussed in this section. 2.1 Astronomical Camera The camera used to validate the SPS theory is a Santa Barbara Instrument Group Model ST- 8XME camera. The camera s CCD has dimensions of 1,530 1,020 pixels (1.56 Megapixels) and each pixel is 9 microns square. The CCD is thermoelectrically cooled with temperature regulation to within ±0.1 Celsius and has a high quantum efficiency ( 85%). The integration time is adjustable from 110 milliseconds to 3, 600 seconds with 10 millisecond resolution. Integration times used during the tests are between 200 and 500 milliseconds. The camera system includes a USB 1.1 interface for control and image extraction. The download of a full frame image requires approximately 3.7 seconds. Pictures of the camera are shown in Figs. 1 and 2. Figure 1: Top View of Camera (with Inclinometers Attached) 2.2 Lenses The camera is equipped to accept C-mount lenses. Several high quality lenses were tested during the initial phase of the project. Manual-focus lenses were chosen to reduce the possible 3

4 Figure 2: Side View of Camera (with Inclinometers Attached) uncertainty associated with an automatic zoom capability. Nikkor lenses were selected (see Table 1) as the best quality option given budget constraints. As shown in the table, a range of focal lengths were selected. This range allows for camera calibration testing with respect to, as well as independent of, focal length. Also, lenses were chosen with the largest aperture available to minimize integration time. Brand Focal Length Minimum f# Lens Type Nikkor 24 f2.0 Wide Angle Nikkor 35 f1.4 Wide Angle Nikkor 50 f1.2 Standard Angle Nikkor 85 f1.4 Telephoto Table 1: Photographic Properties of SPS Lenses 2.3 Inclinometers The gravity direction measurement was done using a pair of Wyler Zerotronic ±1 inclination sensors mounted orthogonal to one another as well as to the optical axis of the camera (see Figs. 1 and 2). The sensors transfer the measurements to the computer via a transceiver/converter, shown in Fig. 3. These sensors were chosen for their high precision and range of accuracy. The sensors measure the gravity direction and convert it into a range of angles (±1 ) based on an internal calibration. The error in the sensors is minimized 4

5 (0.5%) by aligning the optical axis as close to zenith as possible. Error can be further reduced by obtaining multiple measurements from the inclination sensors and filtering them from noise. The current system can measure the inclination angle in approximately 300 milliseconds. The overall orientation of the system requires two measurements, one from each inclinometer, resulting in a set of measurements every 600 milliseconds. Figure 3: Transciever/Converter for Inclinometers. 2.4 Time The time is sampled from the Windows XP system clock on the computer. The clock is updated using Network Time Protocol (NTP) from the National Institute of Standards and Technology (NIST) Internet Time Service (ITS). This service provides accuracy to within 20 milliseconds. The Windows XP system clock provides a 15 millisecond granularity. In the current version of the system, no additional interpolation is used to resolve the time to a step size smaller than 15 milliseconds. 5

6 3 Software The theory developed to determine position is summarized in a flow chart as shown in Fig. 4 and is presented in detail in the companion paper [3]. The required measurements are collected by driver programs and then processed using MATLAB code. The images are first searched for stars using centroiding and star-identification algorithms. The vector positions of the stars in the body and inertial frames are the result of this part of the algorithm. The time measurement is then used to construct the Inertial-to-Greenwich Direction Cosine Matrix (DCM), R G/I, which is used to evaluate the star position vectors in the Greenwich frame. Next, the inclination measurements are used to estimate the direction of the local gravity vector. The body and Greenwich star location vectors, together with the local gravity direction, are used to solve for the local latitude and longitude through the inner product solution for position determination [3]. Finally, a GPS receiver is used to collect a true measurement of the latitude and longitude for comparison and calibration of the SPS. 3.1 Centroiding The locations of a set of stars, B r, are needed to calculate the vector positions of the stars in the body (i.e., camera) frame. 1 The primary responsibility of the centroiding algorithm is to best estimate the photocenter for each potential star in the image array. Figure 5 shows a sample image array while Fig. 6 shows a typical plot of a star s energy distribution on a section of the imaging array. Although the majority of bright spots in star field images are in fact stars, the possibility of imaging planets and satellites or of having faulty bright pixels ( hot pixels) in the array exists. For these reasons, the bright spots are not assumed to be stars until they have been positively identified as such. The general procedure of the centroiding algorithm is given as follows. 1 A superscript preceding a star position vector indicates the frame in which the vector is described (B is body, I is inertial, and G is Greenwich) 6

7 Figure 4: Basic SPS Local Position Estimation Algorithm. 1. Locate the brightest pixel in the image array: (x k, y k ). 2. Using a topological search, identify all pixels surrounding (x k, y k ) with intensity values greater than the gray-level threshold. 3. Determine the centroid location (ˆx k, ŷ k ) using Eq. (1). 4. Reset the intensity value for each pixel used in the (ˆx k, ŷ k ) centroid calculation to 0. NOTE: This step ensures that the k th star will not affect other centroid calculations. 5. Repeat steps 1-4 for all remaining bright spots in the image. ˆx k = x k + n n x ij I ij i=1 j=1 n n I ij ŷ k = y k + n n y ij I ij i=1 j=1 n n i=1 j=1 i=1 j=1 I ij (1) Here, n is the number of pixels that surround the (x k, y k ) pixel that have an intensity greater than the gray-level threshold, (ˆx k, ŷ k ) is the star centroid location, I ij is the pixel 7

8 Figure 5: Example of a Night Sky Image Array Starlight PSF Plot Figure 6: Star Energy Distribution 8

9 intensity value of the (i, j) pixel, and (x ij, y ij ) are the x and y coordinates of the (i, j) pixel. These centroid locations, together with the focal length, f, and CCD offsets, (x 0, y 0 ), of the camera, provide the components of the star locations in the body frame, B r k, via the collinearity equation. B r k = 1 (ˆxk x 0 ) 2 + (ŷ k y 0 ) 2 + f 2 (ˆx k x 0 ) (ŷ k y 0 ) (2) f 3.2 Pyramid: Star Identification and Attitude Determination The star identification algorithm represents one of the most vital components of the local position determination algorithm. Without star identification, the attitude of the camera body frame with respect to the inertial frame cannot be determined by the SPS. Similarly, false star identifications will generate erroneous local position output. The star identification algorithm compares the inter-star angles of stars in a given star field image to those in a star catalog. The most advanced implementation of this type of star identification is the Pyramid algorithm [4]. The Pyramid algorithm uses a minimum of four (if available) of the B r k vectors from the centroiding algorithm to find a set of (measured) inter-star angles. This set of angles is compared to existing values in a star catalog. The angles of the pyramid geometry between the four stars is generally unique, so finding a match to this geometry in the star catalog provides the names of the stars in the image as well as their inertial frame reference vectors, I r k, via their established right ascension and declination angles. Given the position vectors of the image stars in the inertial and body frames, I r k and B r k respectively, the attitude between the inertial and body frames can be calculated using an attitude determination algorithm. In other words, the optimal solution for R B/I can be found such that B r k = R I B/I r k. Among the several existing algorithms (see Ref. [5] for a survey), the Second EStimator of the Optimal Quaternion (ESOQ-2) [6] was selected for 9

10 its computational speed and because a flight-tested implementation of it was available. This algorithm finds the optimal quaternion that satisfies both B r k = R B/I I r k and the Wahba optimality criterion [7]. The resulting quaternion can then be used to construct R B/I [8]. As for the star catalog, the Tycho-2 catalog [9] was selected. This catalog contains star directions with accuracy of ±0.6 micro-arcseconds (at J2000) and provides the proper motion with error of ±0.25 micro-arcseconds per year. 2 The star catalog error is much smaller than the error associated with the instrument body vectors, which are based on the image centroiding results and the optical system parameter calibrations. Consequently, the reference vector errors are assumed to be negligible for the purpose of this analysis. 3.3 Position Determination In order to implement the algorithm outlined in Fig. 4, the current time must be sampled and used to construct the inertial to Greenwich DCM, R G/I. This coordinate transformation is used to write the star position vectors in the Greenwich frame: G r k = R I G/I r k. Measurements from the inclinometers are then used to estimate the local gravity vector direction using a optimal cones intersection technique [10]. These are the three pieces of information needed to solve the position determination problem. 4 Position Determination Enhancement Techniques While the procedure described in the previous sections provide adequate results, additional techniques can be used to further improve the estimated position. Image processing, attitude filtering, and focal length estimation techniques, were used to increase the resulting accuracy. The methods described in this section are designed to minimize measurement noise and to improve position estimate accuracy. 2 This small error results from the multitude of accurate sensor measurements taken from Earth-bound and orbiting observatories over a period of years. 10

11 4.1 Image Processing Image processing techniques were implemented to minimize errors produced by the centroiding algorithm. Since centroiding accuracy affects both attitude estimation and star identification, centroid error minimization is critical. These techniques convert the original images taken by the astronomical camera (see Fig. 7) to data arrays easier to process by the onboard algorithms Dark Frame Subtraction Sixteen separate images were taken with the camera while the shutter remained closed (i.e., dark frames). The sixteen values for each pixel were then averaged to produce a master dark frame. This image contained the noise produced by the CCD and camera electronic system due to internal dark current as well as thermal effects. This process was repeated for each integration time and temperature setting used during testing. After a night image was taken by the camera, the corresponding master dark frame was subtracted from that image, pixel by pixel. If any values dropped below the allowable threshold, they were set to the minimum threshold value (typically zero). The resulting image contained only values produced by photons hitting the CCD from external sources and was consistent with the previous image format. This subtraction provided a means for star centroids to be more easily distinguished from background noise by the centroiding algorithm (see Fig. 8). Reference [11] discusses alternative image processing techniques to the dark frame subtraction method presented above including flat-fielding and taking bias images. While these techniques could be implemented to improve the accuracy of certain imaging systems, it was found that applying the basic dark frame subtraction procedure provided adequate results. As such, this was the method used during testing. 11

12 Figure 7: Raw Image Prior to Image Process- Figure 8: Sample Image after Dark Frame ing Subtraction Gaussian Filter Often after the subtraction of the master dark frame, a star centroid will be significantly pixelated (see Fig. 9). Since the centroiding algorithm assumes that each star centroid has a Gaussian (i.e., normal) distribution, this pixelation can create unwanted effects in the centroid calculation. A Gaussian filter was applied over the entire image following the master dark frame subtraction to smooth out the remaining centroids. The two parameters used by the Gaussian filter were tuned based on simulated numerical tests. The result was solid and well-distributed centroids for the centroiding algorithm (see Fig. 10) Figure 9: Centroid before Gaussian Filter Figure 10: Centroid after Gaussian Filter 12

13 4.2 Attitude Filtering Separate developments at the University of Texas at Austin [12] and at Texas A&M University [13] have shown that the classic Multiplicative Kalman Filter (MKF) framework to estimate the attitude [14] can be modified to guarantee a unit-norm updated quaternion. This approach eliminates the errors caused by the brute force normalization performed during the quaternion update phase of the MKF. The resulting Constrained-MKF, or Quaternion Constrained Kalman Filter (QCKF), provides improved results over the MKF as shown in Fig. 11 and was used in place of the MKF in the SPS software to remove measurement noise and to provide a more precise attitude estimate. Figure 11: Error Comparison Between QCKF and MKF The angular velocity estimation used for the SPS varied slightly from the traditional [14], because there are no gyros present in the system. In a typical MKF or QCKF, a gyro is modeled as ω = ω + β + η v (3) β = η u (4) where ω is the measured angular velocity, ω is the true angular velocity, β is the gyro drift, β is the gyro drift rate and η v N(0, σvi ) (5) 13

14 η u N(0, σ 2 ui 3 3 ) (6) where σ v and σ u are the standard deviation of the measurement noise for angular velocity and rate of gyro bias, respectively. In the case of no gyros, however, many of these terms are removed. As there is no sensor to measure angular velocity directly, ω is set to zero. Since Earth s angular velocity is known with great accuracy and is presumed constant, σ v is also set to zero. Thus, to satisfy Eq. (3), β must be set equal to ω. This leaves σ u as a tuning parameter. To summarize ω = 0, β = ω, and σ v = Focal Length Estimation In order to accurately determine position vectors for stars in the body frame, B r k, the camera s focal length and CCD offsets must be known with high precision. For a typical camera optical system, the focal length will be on the order of tens of millimeters while the CCD offsets will be on the order of pixels or tens of microns. Thus, the focal length is the dominant measurement and the CCD offsets can be presumed to be equal to zero [15]. Based on this assumption, the Gaussian Least Squares Differential Correction (GLSDC) method was implemented to estimate the focal length of the optical system. While GLSDC requires a good initial estimate to converge properly, it is assumed that this value is either supplied by the lens manufacturer or found during a laboratory calibration. Based on the assumption that the CCD offsets are zero, the inter-star angle of the measured stars can be written as cos ϑ ij = b T i b j = x i x j + y i y j + f 2 (x 2 i + y2 i + f 2 )(x 2 j + y2 j + f 2 ) (7) where b i is defined by Eq. (2). 3 In the ideal case (x 0 = y 0 = 0), the observed angles should be equal to the cataloged angles cos ϑ ij = r T i r j which are, in turn, almost free of error when 3 In these equations b i = B r i and r i = I r i. 14

15 using an accurate star catalog such as the Tycho-2. From the definitions above a function, F ij, can be defined as F ij = cos ϑ ij = r T i r j = N ij D i D j (8) where N ij = x i x j + y i y j + f 2 D i = x 2 i + y2 i + f 2 D j = x 2 j + y2 j + f 2 (9) By linearizing about the estimated value, ˆf, the inter-star angle can be redefined as cos ϑ ij F ij ( ˆf) + df ij f (10) df where f = ˆf + f. The error, ε ij, can be defined as ε ij = F ij ( ˆf) cos ϑ ij (11) Equations (10) and (11) can be used in conjunction with the GLSDC model described in Crassidis and Junkins [14] to develop an algorithm to estimate the focal length. The recursive update equation for this algorithm is then f k+1 = f k (H T k W H k ) 1 H T k W ε ijk (12) where H k = df ij df and W is a weighting matrix. 5 Results As the SPS team is based at Texas A&M University the majority of the data collection occurred in and around College Station, TX. Two additional sites outside of the local area 15

16 were chosen to show the validity of the concepts and methods presented above (Venice, FL and Lake Anna, VA). Initial testing of the system was performed using all four lenses described in Table 1. After comparing each of the lenses individually, a single lens was selected for further testing at each of the additional sites. 5.1 Lens Testing The lenses were tested by allowing each lens to take 100 images over the course of a single evening. The settings used for each of the lenses is shown in Table 2. Focal Length (mm) Aperture Focus Setting Integration Time (ms) Table 2: Lens Testing Parameters A summary of the maximum and average position errors along with their respective standard deviations are in Table 3. The position determination results based on the methods described above are displayed in Fig. 12. Based on these results, the current maximum and average errors are around 50 m and 20 m, respectively. Since all four lenses produced similar results, it can be deduced that the current error in the system is caused by something other than the optical system. The scatterplots, however, indicate that systematic errors still exist in the SPS because of the observed correlation between the latitude and longitude estimates. Focal Length (mm) Maximum Error (km) Average Error (km) Standard Deviation (km) Table 3: Summary of Lens Testing Position Error Results 16

17 Latitude (deg) Longitude (deg) Occurences (a) 24mm Error (km) Latitude (deg) Longitude (deg) Occurences (b) 35mm Error (km) Latitude (deg) Occurences Longitude (deg) (c) 50mm Error (km) Latitude (deg) Longitude (deg) Occurences (d) 85mm Error (km) Figure 12: Plots of Position Error in College Station, TX for All Lenses Tested 17

18 5.2 Venice, FL Results The 50 mm lens was used in Florida. An aperture of 2.0, a focus setting of 1.6, and an integration time of 250 ms were used. As previous tests were over short periods of time, the tests in both Florida and Virginia were designed to observe the effects of longer measurement periods. An average error of km with a standard deviation of km and a maximum error of km was determined from 500 images taken over a period of two hours. The specific position errors are shown in Fig. 13. Latitude (deg) Longitude (deg) Occurences Error (km) Figure 13: Position Error in Measurements Taken in Venice, FL These results show an increase in error when compared to the measurements taken in College Station. It can be seen in the data point plot, however, that there is a large clustering of data points with a number of outliers. This seems to suggest that the larger errors are caused by other factors than the normal system operation. When the position determination errors are compared to fluctuations in the inclinometers, the answer to this problem becomes clear (Figure 14). The spikes in the error values correspond to fluctuations in the inclinometer angle measurements. These fluctuations were caused by floor deflections due to temperature variations of the wooden dock floor. Based on this comparison it is noticed that small disturbances to the inclinometers created large angular measurement variations in the system ( arcseconds). Starting around image 250 both inclinometers begin to change their values slowly with time. This is the result of an internal drift in the inclinometers themselves. 18

19 X Inclinometer (") Y Inclinometer (") Error (km) Test # Test # Test # Figure 14: Comparison of Inclinometer Fluctuations to Position Error for Venice,FL 5.3 Lake Anna, VA Results The 85 mm lens was tested in Virginia. An aperture of 2.0, a focus setting of 5.2, and an integration time of 250 ms were used. An average error of 3.93 km with a standard deviation of 1.81 km and a maximum error of 8.11 km was determined from 1,800 images taken over a period of 7 hours. The results are shown in Figs. 15 and 16. Latitude (deg) Longitude (deg) Occurences Error (km) Figure 15: Position Error in Measurements from Lake Anna, VA While this error is significantly larger than any of other tests, it is also the longest test run to date. Here large spikes in the position error were again caused by fluctuations in the inclinometer angle readings. Drift in the inclinometers is also observed again, but it was determined that this slow drift was too small to cause the large drift in the longitude 19

20 X Inclinometer (") Y Inclinometer (") Error (km) Test # Test # Test # Figure 16: Comparison of Inclinometer Fluctuations to Position Error for Lake Anna, VA measurements. Note that when a random 100 image subset is analyzed, results similar to those contained in Table 3 are achieved. Thus, the larger error must be caused by a drift in the overall system. Possible causes of the longitudinal drift include the noise in the angular velocity estimates and full system calibration errors. Small fluctuations in the attitude due to noise and other external causes affect the angular velocity estimate, β, in the QCKF. Although small, these fluctuations compound over time. The angular velocity for celestial bodies is known with high accuracy. As such, special filtering techniques can be devised to reduce these fluctuations since the quaternion traces a great circle in 4-D space. Moreover, the Aerospace Engineering Department at Texas A&M University is not equipped with a state-of-the-art laboratory to fully calibrate the SPS. Improved calibration equipment along with a dedicated timing system would further reduce sources of error in the system and enhance position estimates. 20

21 6 Conclusions This paper demonstrates the feasibility of the Stellar Positioning System to estimate geographical position by inter-star angles, local gravity measurements, and accurate time knowledge. The algorithm and enhancement methods presented provide the necessary techniques for determining position to within tens of meters over short time intervals. Results also indicate, however, that there are longer time varying effects which must be taken into account. Furthermore, the Stellar Positioning System is a prototype and suffers from calibration errors due to the use of off-the-shelf components. These errors can be mitigated by fabricating a custom prototype of the system described. Nevertheless, this proof-of-concept provides a foundation for further development of a position determination system that could be used for navigation on Earth or other celestial bodies. Acknowledgements The authors would like to thank Mark Whorton of NASA-MSFC for providing the contract and grant necessary to perform this research. References [1] Swanzy, M. J., Analysis and Demonstration: A Proof-of-Concept Compass Star Tracker, Master s thesis, Texas A&M University, [2] Parish, J., Parish, A., Swanzy, M., Woodbury, D., Mortari, D., and Junkins, J. L., Stellar Positioning System (Part I): Applying Ancient Theory to a Modern World, AIAA Guidance, Navigation, and Control Conference, August 2008, Honolulu, Hawaii. 21

22 [3] Parish, J., Parish, A., Swanzy, M., Woodbury, D., Mortari, D., and Junkins, J. L., The Stellar Positioning System (Part I): An Autonomous Position Determination Solution, submitted to Navigation. [4] Mortari, D., Samaan, M. A., Bruccoleri, C., and Junkins, J. L., The Pyramid Star Identification Technique, Navigation, Vol. 51, No. 3, Fall 2004, pp [5] Markley, F. L. and Mortari, D., Quaternion Attitude Estimation using Vector Observations, Journal of the Astronautical Sciences, Vol. 48, No. 2/3, April September 2000, pp , Special Issue: The Richard H. Battin Astrodynamics Symposium. [6] Mortari, D., Second Estimator of the Optimal Quaternion, Journal of Guidance, Control, and Dynamics, Vol. 23, No. 5, September October 2000, pp [7] Wahba, G., A Least-Squares Estimate of Satellite Attitude, SIAM Review, Vol. 7, No. 3, 1965, pp [8] Schaub, H. and Junkins, J. L., Analytical Mechanics of Space Systems, AIAA Education Series, Reston, VA, [9] Høg, E., Fabricius, C., Makarov, V., Urban, S., Corbin, T., Wycoff G. Bastian, U., Schwekendiek, P., and Wicenec, A., The Tycho-2 Catalog of the 2.5 Million Brightest Stars, Astronomy and Astrophysics, Vol. 355, 2000, pp. L27 L30. [10] Mortari, D. and Singla, P., Optimal Cones Intersection Technique, ACTA Astronautica, Vol. 59, No. 6, September 2006, pp [11] Berry, R. and Burnell, J., The Handbook of Astronomical Image Processing, Willmann- Bell, 2nd ed., [12] Zanetti, R. and Bishop, R., Quaternion Estimation and Norm Constrained Kalman Filtering, American Institute of Aeronatuics and Astronautics, AIAA Paper , August

23 [13] Majji, M. and Mortari, D., Quaternion Constrained Kalman Filter, Paper AAS of the 2008 AAS Space Flight Mechanics Meeting Conference, January [14] Crassidis, J. and Junkins, J., Optimal Estimation of Dynamic Systems, Chapman & Hall/CRC Press, Boca Raton, FL, [15] Samaan, M. A., Mortari, D., and Junkins, J. L., Non Dimensional Star Identification for Un Calibrated Star Cameras, Journal of the Astronautical Sciences, Vol. 54, No. 1, January March 2006, pp [16] Woodbury, D., Parish, J., Parish, A., Swanzy, M., Denton, R., Mortari, D., and Junkins, J. L., Stellar Positioning System (Part II): Overcoming Error During Implementation, AIAA Guidance, Navigation, and Control Conference, August 2008, Honolulu, Hawaii. 23

Compass Star Tracker for GPS Applications

Compass Star Tracker for GPS Applications AAS 04-007 Compass Star Tracker for GPS Applications Malak A. Samaan Daniele Mortari John L. Junkins Texas A&M University 27th ANNUAL AAS GUIDANCE AND CONTROL CONFERENCE February 4-8, 2004 Breckenridge,

More information

Space Surveillance using Star Trackers. Part I: Simulations

Space Surveillance using Star Trackers. Part I: Simulations AAS 06-231 Space Surveillance using Star Trackers. Part I: Simulations Iohan Ettouati, Daniele Mortari, and Thomas Pollock Texas A&M University, College Station, Texas 77843-3141 Abstract This paper presents

More information

Toward Ground-Based Autonomous Telescope Attitude Estimation Using Real Time Star Pattern Recognition. Abstract

Toward Ground-Based Autonomous Telescope Attitude Estimation Using Real Time Star Pattern Recognition. Abstract AAS 03-608 Toward Ground-Based Autonomous Telescope Attitude Estimation Using Real Time Star Pattern Recognition Christian Bruccoleri, Daniele Mortari, Malak A. Samaan, and John L. Junkins Abstract This

More information

Non-Dimensional Star Identification for Un-Calibrated Star Cameras

Non-Dimensional Star Identification for Un-Calibrated Star Cameras Non-Dimensional Star Identification for Un-Calibrated Star Cameras Malak A. Samaan, Daniele Mortari, and John L. Junkins Department of Aerospace Engineering, Texas A&M University, College Station, TX 77843-3141

More information

Angular Velocity Determination Directly from Star Tracker Measurements

Angular Velocity Determination Directly from Star Tracker Measurements Angular Velocity Determination Directly from Star Tracker Measurements John L. Crassidis Introduction Star trackers are increasingly used on modern day spacecraft. With the rapid advancement of imaging

More information

Spacecraft Angular Rate Estimation Algorithms For Star Tracker-Based Attitude Determination

Spacecraft Angular Rate Estimation Algorithms For Star Tracker-Based Attitude Determination AAS 3-191 Spacecraft Angular Rate Estimation Algorithms For Star Tracker-Based Attitude Determination Puneet Singla John L. Crassidis and John L. Junkins Texas A&M University, College Station, TX 77843

More information

Space Surveillance with Star Trackers. Part II: Orbit Estimation

Space Surveillance with Star Trackers. Part II: Orbit Estimation AAS -3 Space Surveillance with Star Trackers. Part II: Orbit Estimation Ossama Abdelkhalik, Daniele Mortari, and John L. Junkins Texas A&M University, College Station, Texas 7783-3 Abstract The problem

More information

Automatic Star-tracker Optimization Framework. Andrew Tennenbaum The State University of New York at Buffalo

Automatic Star-tracker Optimization Framework. Andrew Tennenbaum The State University of New York at Buffalo SSC17-VIII-6 Automatic Star-tracker Optimization Framework Andrew Tennenbaum The State University of New York at Buffalo aztennen@buffalo.edu Faculty Advisor: John Crassidis The State University of New

More information

Aerospace Science and Technology

Aerospace Science and Technology JID:AESCTE AID:2713 /FLA [m5gv1.5; v 1.58; Prn:11/10/2011; 11:43] P.1 (1-10) Aerospace Science and Technology ( ) Contents lists available at SciVerse ScienceDirect Aerospace Science and Technology www.elsevier.com/locate/aescte

More information

An Analytical Approach to Star Identification Reliability

An Analytical Approach to Star Identification Reliability An Analytical Approach to Star Identification Reliability Mrinal Kumar, Daniele Mortari and John L. Junkins Texas A&M University, College Station, Texas ABSTRACT The problem of real-time, on-board star

More information

New Northern Hemisphere Variables

New Northern Hemisphere Variables 222 New Northern Hemisphere Variables Donald Davies 23819 Ladeene Avenue, Torrance, CA 90505 Received October 5, 2005; revised November 16, 2005; accepted December 1, 2005 Abstract A survey looking for

More information

Novel Techniques for Creating Nearly Uniform Star Catalog

Novel Techniques for Creating Nearly Uniform Star Catalog Paper AAS 3-69 Novel Techniques for Creating Nearly Uniform Star Catalog Malak A. Samaan 1, Christian Bruccoleri 2, Daniele Mortari 3, and John L. Junkins 4 Department of Aerospace Engineering, Texas A&M

More information

Ossama Abdelkhalik and Daniele Mortari Department of Aerospace Engineering, Texas A&M University,College Station, TX 77843, USA

Ossama Abdelkhalik and Daniele Mortari Department of Aerospace Engineering, Texas A&M University,College Station, TX 77843, USA Two-Way Orbits Ossama Abdelkhalik and Daniele Mortari Department of Aerospace Engineering, Texas A&M University,College Station, TX 77843, USA November 17, 24 Abstract. This paper introduces a new set

More information

Labelling technique for the fast Star Identification

Labelling technique for the fast Star Identification Labelling technique for the fast Star Identification By Sangkyun Kim, 1) Mengu Cho, 1) 1) Kyushu Institute of Technology, Japan (Received June 21st, 2017) Star sensor provides with the most accurate attitude

More information

BOWSER Balloon Observatory for Wavelength and Spectral Emission Readings

BOWSER Balloon Observatory for Wavelength and Spectral Emission Readings COSGC Space Research Symposium 2009 BOWSER Balloon Observatory for Wavelength and Spectral Emission Readings BOWSER 1 Mission Premise 4.3 km above sea level 402.3km above sea level BOWSER 2 Information

More information

Detection of Exoplanets by Amateur Astronomers

Detection of Exoplanets by Amateur Astronomers Detection of Exoplanets by Amateur Astronomers September 17, 2015 by Dennis M. Conti email: dennis_conti@hotmail.com 1 Background Exoplanet (Extrasolar Planet) a planet orbiting a distant host star First

More information

ONBOARD AUTONOMOUS CORRECTIONS FOR ACCURATE IRF POINTING

ONBOARD AUTONOMOUS CORRECTIONS FOR ACCURATE IRF POINTING ONBOARD AUTONOMOUS CORRECTIONS FOR ACCURATE IRF POINTING John L. Jørgensen, Maurizio Betto, Peter S. Jørgensen, Troelz Denver Technical University of Denmark, Ørsted.DTU, Dept. of Measurement and Instrumentation

More information

The FAME Mission: An Adventure in Celestial Astrometric Precision

The FAME Mission: An Adventure in Celestial Astrometric Precision The FAME Mission: An Adventure in Celestial Astrometric Precision Kenneth J. Johnston Scientific Director United States Naval Observatory Washington, DC 20390 Abstract-The Full-sky Astrometric Mapping

More information

ADVANCED CCD PHOTOMETRY AND EXOPLANET TRANSIT PHOTOMETRY. By : Kenny A. Diaz Eguigure

ADVANCED CCD PHOTOMETRY AND EXOPLANET TRANSIT PHOTOMETRY. By : Kenny A. Diaz Eguigure ADVANCED CCD PHOTOMETRY AND EXOPLANET TRANSIT PHOTOMETRY By : Kenny A. Diaz Eguigure KELT: THE KILODEGREE EXTREMELY LITTLE TELESCOPE Robotic Survey for Transiting Exoplanets KELT-North Deployed 2005 to

More information

Gaia Astrometry Upkeeping by GNSS - Evaluation Study [GAUGES]

Gaia Astrometry Upkeeping by GNSS - Evaluation Study [GAUGES] Gaia Astrometry Upkeeping by GNSS - Evaluation Study [GAUGES] M. Gai, A. Vecchiato [INAF-OATo] A. Fienga, F. Vakili, J.P. Rivet, D. Albanese [OCA] Framework: Development of High Precision Astrometric Techniques

More information

Senior Project: Global Position Determination from Observed Relative Position of Celestial Bodies

Senior Project: Global Position Determination from Observed Relative Position of Celestial Bodies Senior Project: Global Position Determination from Observed Relative Position of Celestial Bodies A Senior Project presented to the Faculty of the Aerospace Engineering Department California Polytechnic

More information

RecursiveModeStar Identification Algorithms

RecursiveModeStar Identification Algorithms I. INTRODUCTION RecursiveModeStar Identification Algorithms MALAK A. SAMAAN DANIELE MORTARI JOHN L. JUNKINS Texas A&M University Star identification can be accomplished by several different available algorithms

More information

Determining absolute orientation of a phone by imaging celestial bodies

Determining absolute orientation of a phone by imaging celestial bodies Technical Disclosure Commons Defensive Publications Series October 06, 2017 Determining absolute orientation of a phone by imaging celestial bodies Chia-Kai Liang Yibo Chen Follow this and additional works

More information

Attitude Determination for NPS Three-Axis Spacecraft Simulator

Attitude Determination for NPS Three-Axis Spacecraft Simulator AIAA/AAS Astrodynamics Specialist Conference and Exhibit 6-9 August 4, Providence, Rhode Island AIAA 4-5386 Attitude Determination for NPS Three-Axis Spacecraft Simulator Jong-Woo Kim, Roberto Cristi and

More information

Observation of Light Curves of Space Objects. Hirohisa Kurosaki Japan Aerospace Exploration Agency Toshifumi Yanagisawa.

Observation of Light Curves of Space Objects. Hirohisa Kurosaki Japan Aerospace Exploration Agency Toshifumi Yanagisawa. Observation of Light Curves of Space Objects Hirohisa Kurosaki Japan Aerospace Exploration Agency Toshifumi Yanagisawa Japan Aerospace Exploration Agency Atsushi Nakajima Japan Aerospace Exploration Agency

More information

A Stellar Gyroscope for CubeSat Attitude Determination

A Stellar Gyroscope for CubeSat Attitude Determination A Stellar Gyroscope for CubeSat Attitude Determination Samir A. Rawashdeh and James E. Lumpp, Jr. Space Systems Laboratory University of Kentucky James Barrington-Brown and Massimiliano Pastena SSBV Space

More information

Fundamentals of Exoplanet Observing

Fundamentals of Exoplanet Observing Fundamentals of Exoplanet Observing Dennis M. Conti Chair, AAVSO Exoplanet Section Copyright Dennis M. Conti 2017 1 The Strange World of Exoplanets Most exoplanets we have discovered are close-in, large

More information

Fundamentals of Exoplanet Observing

Fundamentals of Exoplanet Observing Fundamentals of Exoplanet Observing Dennis M. Conti Chair, AAVSO Exoplanet Section Copyright Dennis M. Conti 2017 1 The Strange World of Exoplanets Most exoplanets we have discovered are close-in, large

More information

Detection of Artificial Satellites in Images Acquired in Track Rate Mode.

Detection of Artificial Satellites in Images Acquired in Track Rate Mode. Detection of Artificial Satellites in Images Acquired in Track Rate Mode. Martin P. Lévesque Defence R&D Canada- Valcartier, 2459 Boul. Pie-XI North, Québec, QC, G3J 1X5 Canada, martin.levesque@drdc-rddc.gc.ca

More information

A Random Walk Through Astrometry

A Random Walk Through Astrometry A Random Walk Through Astrometry Astrometry: The Second Oldest Profession George H. Kaplan Astronomical Applications Department Astrometry Department U.S. Naval Observatory Random Topics to be Covered

More information

Lecture 2. September 13, 2018 Coordinates, Telescopes and Observing

Lecture 2. September 13, 2018 Coordinates, Telescopes and Observing Lecture 2 September 13, 2018 Coordinates, Telescopes and Observing News Lab time assignments are on class webpage. Lab 2 Handed out today and is due September 27. Observing commences starting tomorrow.

More information

Bézier Description of Space Trajectories

Bézier Description of Space Trajectories Bézier Description of Space Trajectories Francesco de Dilectis, Daniele Mortari, Texas A&M University, College Station, Texas and Renato Zanetti NASA Jonhson Space Center, Houston, Texas I. Introduction

More information

Detection of Exoplanets Using the Transit Method

Detection of Exoplanets Using the Transit Method Detection of Exoplanets Using the Transit Method De nnis A fanase v, T h e Geo rg e W a s h i n g t o n Un i vers i t y, Washington, DC 20052 dennisafa@gwu.edu Abstract I conducted differential photometry

More information

Photometric Studies of GEO Debris

Photometric Studies of GEO Debris Photometric Studies of GEO Debris Patrick Seitzer Department of Astronomy, University of Michigan 500 Church St. 818 Dennison Bldg, Ann Arbor, MI 48109 pseitzer@umich.edu Heather M. Cowardin ESCG/Jacobs

More information

On Sun-Synchronous Orbits and Associated Constellations

On Sun-Synchronous Orbits and Associated Constellations On Sun-Synchronous Orbits and Associated Constellations Daniele Mortari, Matthew P. Wilkins, and Christian Bruccoleri Department of Aerospace Engineering, Texas A&M University, College Station, TX 77843,

More information

An Adaptive Autoguider using a Starlight Xpress SX Camera S. B. Foulkes, Westward, Ashperton, Nr. Ledbury, HR8 2RY. Abstract

An Adaptive Autoguider using a Starlight Xpress SX Camera S. B. Foulkes, Westward, Ashperton, Nr. Ledbury, HR8 2RY. Abstract An Adaptive Autoguider using a Starlight Xpress SX Camera S. B. Foulkes, Westward, Ashperton, Nr. Ledbury, HR8 2RY. Abstract The acquisition of very faint deep sky objects, be it analog with film or digital

More information

Robotics Institute, Carnegie Mellon University Forbes Ave., Pittsburgh PA of Sun altitude, but the basic ideas could be applied

Robotics Institute, Carnegie Mellon University Forbes Ave., Pittsburgh PA of Sun altitude, but the basic ideas could be applied Robot Localization using a Computer Vision Sextant Fabio Cozman Eric Krotkov Robotics Institute, Carnegie Mellon University 5000 Forbes Ave., Pittsburgh PA 15213 Abstract This paper explores the possibility

More information

THE JOINT MILLI-ARCSECOND PATHFINDER SURVEY (JMAPS): MISSION OVERVIEW AND ATTITUDE SENSING APPLICATIONS

THE JOINT MILLI-ARCSECOND PATHFINDER SURVEY (JMAPS): MISSION OVERVIEW AND ATTITUDE SENSING APPLICATIONS AAS 09-181 THE JOINT MILLI-ARCSECOND PATHFINDER SURVEY (JMAPS): MISSION OVERVIEW AND ATTITUDE SENSING APPLICATIONS Bryan N. Dorland, * Rachel P. Dudik, Zachary Dugan, and Gregory S. Hennessy INTRODUCTION

More information

Feasibility of Using Commercial Star Trackers for On-Orbit Resident Space Object Detection

Feasibility of Using Commercial Star Trackers for On-Orbit Resident Space Object Detection Feasibility of Using Commercial Star Trackers for On-Orbit Resident Space Object Detection Samuel Clemens York University Regina Lee York University Paul Harrison Magellan Aerospace Warren Soh Magellan

More information

Extension of Farrenkopf Steady-State Solutions with Estimated Angular Rate

Extension of Farrenkopf Steady-State Solutions with Estimated Angular Rate Extension of Farrenopf Steady-State Solutions with Estimated Angular Rate Andrew D. Dianetti and John L. Crassidis University at Buffalo, State University of New Yor, Amherst, NY 46-44 Steady-state solutions

More information

Introduction To Modern Astronomy I: Solar System

Introduction To Modern Astronomy I: Solar System ASTR 111 003 Fall 2007 Lecture 02 Sep. 10, 2007 Introduction To Modern Astronomy I: Solar System Introducing Astronomy (chap. 1-6) Planets and Moons (chap. 7-15) Chap. 16: Our Sun Chap. 28: Search for

More information

THE DYNAMIC TEST EQUIPMENT FOR THE STAR TRACKERS PROCESSING

THE DYNAMIC TEST EQUIPMENT FOR THE STAR TRACKERS PROCESSING THE DYNAMIC TEST EQUIPMENT FOR THE STAR TRACKERS PROCESSING ABSTRACT Sergey Voronkov Space Research Institute, Russian Academy of Sciences, 117997, Profsoyuznaya str., 84/32, Moscow, Russia Phone: +7 095

More information

Influence Analysis of Star Sensors Sampling Frequency on Attitude Determination Accuracy

Influence Analysis of Star Sensors Sampling Frequency on Attitude Determination Accuracy Sensors & ransducers Vol. Special Issue June pp. -8 Sensors & ransducers by IFSA http://www.sensorsportal.com Influence Analysis of Star Sensors Sampling Frequency on Attitude Determination Accuracy Yuanyuan

More information

A Comparison of Radio and Optical Astrometric Reduction Algorithms

A Comparison of Radio and Optical Astrometric Reduction Algorithms A Comparison of Radio and Optical Astrometric Reduction Algorithms G. H. Kaplan U.S. Naval Observatory ghk@newcomb.usno.navy.mil Abstract This paper examines the correspondence between two approaches to

More information

A Sensor Driven Trade Study for Autonomous Navigation Capabilities

A Sensor Driven Trade Study for Autonomous Navigation Capabilities A Sensor Driven Trade Study for Autonomous Navigation Capabilities Sebastián Muñoz and E. Glenn Lightsey The University of Texas at Austin, Austin, TX, 78712 Traditionally, most interplanetary exploration

More information

Modern Navigation. Thomas Herring

Modern Navigation. Thomas Herring 12.215 Modern Navigation Thomas Herring Review of Monday s Class Spherical Trigonometry Review plane trigonometry Concepts in Spherical Trigonometry Distance measures Azimuths and bearings Basic formulas:

More information

An Efficient and Robust Singular Value Method for Star Pattern Recognition and Attitude Determination

An Efficient and Robust Singular Value Method for Star Pattern Recognition and Attitude Determination The Journal of the Astronautical Sciences, Vol. 52, No. 1 2, January June 2004, p. 000 An Efficient and Robust Singular Value Method for Star Pattern Recognition and Attitude Determination Jer-Nan Juang

More information

Solar Observations Using Total Stations Phenomenal Results by: Sayed R. Hashimi, Professor Surveying Engineering Department Ferris State University

Solar Observations Using Total Stations Phenomenal Results by: Sayed R. Hashimi, Professor Surveying Engineering Department Ferris State University Phenomenal Results by: Sayed R. Hashimi, Professor Surveying Engineering Department Ferris State University Abstract Today s electronic total stations have all the features that make them the most desirable

More information

Multi-aperture miniaturized star sensors, modular building blocks for small satellite AOCS systems

Multi-aperture miniaturized star sensors, modular building blocks for small satellite AOCS systems Multi-aperture miniaturized star sensors, modular building blocks for small satellite AOCS systems Jeroen Rotteveel ISIS Innovative Solutions In Space BV Rotterdamseweg 380, 2629HG Delft, The Netherlands;

More information

High Precision Astrometry of Occultation Asteroids

High Precision Astrometry of Occultation Asteroids High Precision Astrometry of Occultation Asteroids Sarah Estabrook, Victor Valley College Mentor: Dr. William M. Owen, Jr., JPL Advisor: Michael Butros, Victor Valley College ABSTRACT Using the 0.6-m telescope

More information

Benefits of a Geosynchronous Orbit (GEO) Observation Point for Orbit Determination

Benefits of a Geosynchronous Orbit (GEO) Observation Point for Orbit Determination Benefits of a Geosynchronous Orbit (GEO) Observation Point for Orbit Determination Ray Byrne, Michael Griesmeyer, Ron Schmidt, Jeff Shaddix, and Dave Bodette Sandia National Laboratories ABSTRACT Determining

More information

Astrometric Observations of Double Stars Using Altimira Observatory

Astrometric Observations of Double Stars Using Altimira Observatory Astrometric Observations of Double Stars Using Altimira Observatory Sherry Liang 1, Lucas Senkbeil 1, Karthik Nair 1, Robert K. Buchheim 2, Christine McNab 1, Kelsey Henry 1, Heidi Newman 1 1. Crean Lutheran

More information

PHYS 160 Astronomy Test #1 Fall 2017 Version B

PHYS 160 Astronomy Test #1 Fall 2017 Version B PHYS 160 Astronomy Test #1 Fall 2017 Version B 1 I. True/False (1 point each) Circle the T if the statement is true, or F if the statement is false on your answer sheet. 1. An object has the same weight,

More information

Webster Cash University of Colorado. X-ray Interferometry

Webster Cash University of Colorado. X-ray Interferometry Webster Cash University of Colorado X-ray Interferometry Co-Investigators Steve Kahn - Columbia University Mark Schattenburg - MIT David Windt - Lucent (Bell-Labs) Outline of Presentation Science Potential

More information

NICMOS Status and Plans

NICMOS Status and Plans 1997 HST Calibration Workshop Space Telescope Science Institute, 1997 S. Casertano, et al., eds. NICMOS Status and Plans Rodger I. Thompson Steward Observatory, University of Arizona, Tucson, AZ 85721

More information

Knowing the Heavens. Goals: Constellations in the Sky

Knowing the Heavens. Goals: Constellations in the Sky Goals: Knowing the Heavens To see how the sky changes during a night and from night to night. To measure the positions of stars in celestial coordinates. To understand the cause of the seasons. Constellations

More information

Automated Celestial Systems for Attitude & Position Determination

Automated Celestial Systems for Attitude & Position Determination Automated Celestial Systems for Attitude & Position Determination Sixth DoD Astrometry Forum U.S. Naval Observatory, 5-6 Dec 2000 George Kaplan Astronomical Applications Department Astrometry Department

More information

A NONLINEARITY MEASURE FOR ESTIMATION SYSTEMS

A NONLINEARITY MEASURE FOR ESTIMATION SYSTEMS AAS 6-135 A NONLINEARITY MEASURE FOR ESTIMATION SYSTEMS Andrew J. Sinclair,JohnE.Hurtado, and John L. Junkins The concept of nonlinearity measures for dynamical systems is extended to estimation systems,

More information

arxiv: v1 [astro-ph.im] 31 Jul 2014

arxiv: v1 [astro-ph.im] 31 Jul 2014 A new method of CCD dark current correction via extracting the dark information from scientific images arxiv:1407.8279v1 [astro-ph.im] 31 Jul 2014 Bin Ma 1, Zhaohui Shang 2,1, Yi Hu 1, Qiang Liu 1, Lifan

More information

Knowing the Heavens. Goals: Constellations in the Sky

Knowing the Heavens. Goals: Constellations in the Sky Goals: Knowing the Heavens To see how the sky changes during a night and from night to night. To measure the positions of stars in celestial coordinates. To understand the cause of the seasons. Constellations

More information

Telescopes. Optical Telescope Design. Reflecting Telescope

Telescopes. Optical Telescope Design. Reflecting Telescope Telescopes The science of astronomy was revolutionized after the invention of the telescope in the early 17th century Telescopes and detectors have been constantly improved over time in order to look at

More information

Geometry of Earth Sun System

Geometry of Earth Sun System 12S56 Geometry of Earth Sun System Figure below shows the basic geometry Northern Hemisphere Winter ω equator Earth s Orbit Ecliptic ω ω SUN equator Northern Hemisphere Spring Northern Hemisphere Fall

More information

The SKYGRID Project A Calibration Star Catalog for New Sensors. Stephen A. Gregory Boeing LTS. Tamara E. Payne Boeing LTS. John L. Africano Boeing LTS

The SKYGRID Project A Calibration Star Catalog for New Sensors. Stephen A. Gregory Boeing LTS. Tamara E. Payne Boeing LTS. John L. Africano Boeing LTS The SKYGRID Project A Calibration Star Catalog for New Sensors Stephen A. Gregory Boeing LTS Tamara E. Payne Boeing LTS John L. Africano Boeing LTS Paul Kervin Air Force Research Laboratory POSTER SESSION

More information

The Basic Research for the New Compass System Using Latest MEMS

The Basic Research for the New Compass System Using Latest MEMS International Journal on Marine Navigation and Safety of Sea Transportation Volume 4 Number 3 September 21 The Basic Research for the New Compass System Using Latest MEMS G. Fukuda Graduate Student in

More information

First Speckle Interferometry Observation of Binary BU 1292

First Speckle Interferometry Observation of Binary BU 1292 First Speckle Interferometry Observation of Binary BU 1292 Meryl Adam 1, Stephanie Roberts 2, Miriam Schenk 3, Carmen VanRonk 3, Tara Loayza 3, Russell Genet 2,4,5, Bobby Johnson 3, Thomas C. Smith 6,

More information

PoleMaster User Manual (Northern Hemisphere)

PoleMaster User Manual (Northern Hemisphere) PoleMaster User Manual (Northern Hemisphere) 1. Hardware Installation 1.1 Attach the PoleMaster camera unit to the quick install plate using the three bolts supplied. In the case of the AZ EQ5-GT and Mesu

More information

A CubeSat Mission for Exoplanet Transit Detection and Astroseismology

A CubeSat Mission for Exoplanet Transit Detection and Astroseismology A CubeSat Mission for Exoplanet Transit Detection and Astroseismology Jeremy Bailey (UNSW, Physics) Steve Tsitas (UNSW, ACSER) Daniel Bayliss (RSAA, ANU) Tim Bedding (Univ. Sydney) ESO Very Large 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

OPTIMAL ESTIMATION of DYNAMIC SYSTEMS

OPTIMAL ESTIMATION of DYNAMIC SYSTEMS CHAPMAN & HALL/CRC APPLIED MATHEMATICS -. AND NONLINEAR SCIENCE SERIES OPTIMAL ESTIMATION of DYNAMIC SYSTEMS John L Crassidis and John L. Junkins CHAPMAN & HALL/CRC A CRC Press Company Boca Raton London

More information

1 A photometric probe for Pan-STARRS

1 A photometric probe for Pan-STARRS The Pan-STARRS Imaging Sky Probe B.R. Granett, K.C. Chambers, E.A. Magnier, K. Fletcher and the Pan-STARRS Project Team University of Hawai i Institute for Astronomy Abstract Photometric performance is

More information

Synodic and Relative Flower Constellations with Applications to Planetary Explorations

Synodic and Relative Flower Constellations with Applications to Planetary Explorations AAS 5-5 Synodic and Relative Flower Constellations with Applications to Planetary Explorations Daniele Mortari, Ossama Abdelkhalik, and Christian Bruccoleri Texas A&M University, College Station, Texas

More information

CCD Astrometric Measurements of WDS Using the itelescope Network

CCD Astrometric Measurements of WDS Using the itelescope Network Page 558 CCD Astrometric Measurements of WDS 08167+4053 Using the itelescope Network Bill Riley 1, Dewei Li 2, Junyao Li 2, Aren Dennis 2, Grady Boyce 3 and Pat Boyce 3. 1. Cuesta College 2. Army and Navy

More information

DISH SURFACE OPTIMIZATION SYSTEM SURFACE CORRECTION ON A 10.4-METER LEIGHTON PRIMARY MIRROR

DISH SURFACE OPTIMIZATION SYSTEM SURFACE CORRECTION ON A 10.4-METER LEIGHTON PRIMARY MIRROR DISH SURFACE OPTIMIZATION SYSTEM SURFACE CORRECTION ON A 10.4-METER LEIGHTON PRIMARY MIRROR Melanie Leong Caltech Submillimeter Observatory, 111 Nowelo Street, Hilo, Hawaii 96720 Martin Houde, Ruisheng

More information

Norm-Constrained Kalman Filtering

Norm-Constrained Kalman Filtering Norm-Constrained Kalman Filtering Renato Zanetti The University of Texas at Austin, Austin, Texas, 78712 Manoranjan Majji Texas A&M University, College Station, Texas 77843 Robert H. Bishop The University

More information

Recursive On-orbit Calibration of Star Sensors

Recursive On-orbit Calibration of Star Sensors Recursive On-orbit Calibration of Star Sensors D. odd Griffith 1 John L. Junins 2 Abstract Estimation of calibration parameters for a star tracer is investigated. Conventional estimation schemes are evaluated

More information

OPTICAL PHOTOMETRY. Observational Astronomy (2011) 1

OPTICAL PHOTOMETRY. Observational Astronomy (2011) 1 OPTICAL PHOTOMETRY Observational Astronomy (2011) 1 The optical photons coming from an astronomical object (star, galaxy, quasar, etc) can be registered in the pixels of a frame (or image). Using a ground-based

More information

Lab 2 Astronomical Coordinates, Time, Focal Length, Messier List and Open Clusters

Lab 2 Astronomical Coordinates, Time, Focal Length, Messier List and Open Clusters Lab 2 Astronomical Coordinates, Time, Focal Length, Messier List and Open Clusters Name: Partner(s): Boxes contain questions that you are expected to answer (in the box). You will also be asked to put

More information

Lecture 2: Motions of the Earth and Moon. Astronomy 111 Wednesday August 30, 2017

Lecture 2: Motions of the Earth and Moon. Astronomy 111 Wednesday August 30, 2017 Lecture 2: Motions of the Earth and Moon Astronomy 111 Wednesday August 30, 2017 Reminders Online homework #1 due Monday at 3pm Labs start next week Motions of the Earth ASTR111 Lecture 2 Observation:

More information

CCD Astrometric Measurements of WDS using the itelescope network

CCD Astrometric Measurements of WDS using the itelescope network Accepted for publication by the Journal of Double Star Observations, April 24, 2016 CCD Astrometric Measurements of WDS 08167+4053 using the itelescope network Bill Riley 1, Dewei Li 2, Junyao Li 2, Aren

More information

Research Article A Novel Approach Based on MEMS-Gyro s Data Deep Coupling for Determining the Centroid of Star Spot

Research Article A Novel Approach Based on MEMS-Gyro s Data Deep Coupling for Determining the Centroid of Star Spot Mathematical Problems in Engineering Volume 212, Article ID 43584, 2 pages doi:1.1155/212/43584 Research Article A Novel Approach Based on MEMS-Gyro s Data Deep Coupling for Determining the Centroid of

More information

CCD TECHNIQUE FOR LONGITUDE/LATITUDE ASTRONOMY

CCD TECHNIQUE FOR LONGITUDE/LATITUDE ASTRONOMY Publ. Astron. Obs. Belgrade No. 75 (2003), 229-234 Poster CCD TECHNIQUE FOR LONGITUDE/LATITUDE ASTRONOMY G. DAMLJANOVIĆ1, G. GERSTBACH 2, M.S. DE BIASI 3 and N. PEJOVIĆ4 1 Astronomical Observatory, Volgina

More information

More Optical Telescopes

More Optical Telescopes More Optical Telescopes There are some standard reflecting telescope designs used today All have the common feature of light entering a tube and hitting a primary mirror, from which light is reflected

More information

Speckle Interferometric Observation of WDS

Speckle Interferometric Observation of WDS Page 172 Stephen White 1, Paige Benson 1, Sepehr Ardebilianfard 1, Gezal Bahmani 1, Alexander Beltzer Sweeney 1, Irena Stojimirovic 1, Richard Harshaw 2, Grady Boyce 3, Pat Boyce 3 1. San Diego Mesa College

More information

ARTEFACT DETECTION IN ASTROPHYSICAL IMAGE DATA USING INDEPENDENT COMPONENT ANALYSIS. Maria Funaro, Erkki Oja, and Harri Valpola

ARTEFACT DETECTION IN ASTROPHYSICAL IMAGE DATA USING INDEPENDENT COMPONENT ANALYSIS. Maria Funaro, Erkki Oja, and Harri Valpola ARTEFACT DETECTION IN ASTROPHYSICAL IMAGE DATA USING INDEPENDENT COMPONENT ANALYSIS Maria Funaro, Erkki Oja, and Harri Valpola Neural Networks Research Centre, Helsinki University of Technology P.O.Box

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

Lecture 8. October 25, 2017 Lab 5

Lecture 8. October 25, 2017 Lab 5 Lecture 8 October 25, 2017 Lab 5 News Lab 2 & 3 Handed back next week (I hope). Lab 4 Due today Lab 5 (Transiting Exoplanets) Handed out and observing will start Friday. Due November 8 (or later) Stellar

More information

You, too, can make useful and beautiful astronomical images at Mees: Lesson 3

You, too, can make useful and beautiful astronomical images at Mees: Lesson 3 You, too, can make useful and beautiful astronomical images at Mees: Lesson 3 Calibration and data reduction Useful references, besides Lessons 1 and 2: The AST 142 Projects manual: http://www.pas.rochester.edu/~dmw/ast142/projects/project.pdf

More information

CCD astrometry and instrumental V photometry of visual double stars,

CCD astrometry and instrumental V photometry of visual double stars, ASTRONOMY & ASTROPHYSICS MAY I 1999, PAGE 525 SUPPLEMENT SERIES Astron. Astrophys. Suppl. Ser. 136, 525 529 (1999) CCD astrometry and instrumental V photometry of visual double stars, V. Differential measurements

More information

TOWARD FASTER AND MORE ACCURATE STAR SENSORS USING RECURSIVE CENTROIDING AND STAR IDENTIFICATION. A Dissertation MALAK ANEES SAMAAN

TOWARD FASTER AND MORE ACCURATE STAR SENSORS USING RECURSIVE CENTROIDING AND STAR IDENTIFICATION. A Dissertation MALAK ANEES SAMAAN TOWARD FASTER AND MORE ACCURATE STAR SENSORS USING RECURSIVE CENTROIDING AND STAR IDENTIFICATION A Dissertation by MALAK ANEES SAMAAN Submitted to the Office of Graduate Studies of Texas A&M University

More information

Natural Signals for Navigation: Position and Orientation from the Local Magnetic Field, Sun Vector and the Gravity Vector

Natural Signals for Navigation: Position and Orientation from the Local Magnetic Field, Sun Vector and the Gravity Vector Natural Signals for Navigation: Position and Orientation from the Local Magnetic Field, Sun Vector and the Gravity Vector Kartik B. Ariyur Isabelle A. G. Laureyns John Barnes Gautam Sharma School of Mechanical

More information

The CTA SST-1M cherenkov telescope. for high-energy gamma-ray astronomy. and its SiPM-based camera. Victor Coco (DPNC, Universite de Geneve)

The CTA SST-1M cherenkov telescope. for high-energy gamma-ray astronomy. and its SiPM-based camera. Victor Coco (DPNC, Universite de Geneve) The SST-1M Cherenkov telescope for high-energy gamma-ray astronomy and its SiPM-based camera (DPNC, Universite de Geneve) on behalf of the SST-1M sub-consortium and the CTA consortium The CTA SST-1M cherenkov

More information

A Study of Six Near-Earth Asteroids Summary Introduction

A Study of Six Near-Earth Asteroids Summary Introduction A Study of Six Near-Earth Asteroids John Junkins 1, Puneet Singla 1, Daniele Mortari 1, William Bottke 2, Daniel Durda 2 Summary We consider here 6 Earth-orbit-crossing asteroids (ECAs) as possible targets

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

Narrowband Imaging, or How to Image in Downtown Portland. Duncan Kitchin OMSI Astro Imaging Conference 2010

Narrowband Imaging, or How to Image in Downtown Portland. Duncan Kitchin OMSI Astro Imaging Conference 2010 Narrowband Imaging, or How to Image in Downtown Portland Duncan Kitchin OMSI Astro Imaging Conference 2010 Agenda Sources of noise in astro images Selectively removing light pollution Narrowband filters

More information

Visual Feedback Attitude Control of a Bias Momentum Micro Satellite using Two Wheels

Visual Feedback Attitude Control of a Bias Momentum Micro Satellite using Two Wheels Visual Feedback Attitude Control of a Bias Momentum Micro Satellite using Two Wheels Fuyuto Terui a, Nobutada Sako b, Keisuke Yoshihara c, Toru Yamamoto c, Shinichi Nakasuka b a National Aerospace Laboratory

More information

HYPER Industrial Feasibility Study Final Presentation Precision Star Tracker Activity 3, WP 3100

HYPER Industrial Feasibility Study Final Presentation Precision Star Tracker Activity 3, WP 3100 HYPER Industrial Feasibility Study Final Presentation Precision Star Tracker Activity 3, WP 3100 ESTEC, Noordwijk The Netherlands 6 -th March 2003 Agenda Introduction 1 PST Requirements 2 PST CCD Characteristics

More information

Kalman Filters with Uncompensated Biases

Kalman Filters with Uncompensated Biases Kalman Filters with Uncompensated Biases Renato Zanetti he Charles Stark Draper Laboratory, Houston, exas, 77058 Robert H. Bishop Marquette University, Milwaukee, WI 53201 I. INRODUCION An underlying assumption

More information

MEETING ORBIT DETERMINATION REQUIREMENTS FOR A SMALL SATELLITE MISSION

MEETING ORBIT DETERMINATION REQUIREMENTS FOR A SMALL SATELLITE MISSION MEETING ORBIT DETERMINATION REQUIREMENTS FOR A SMALL SATELLITE MISSION Adonis Pimienta-Peñalver, Richard Linares, and John L. Crassidis University at Buffalo, State University of New York, Amherst, NY,

More information

Monitoring Faint Space Debris with Rotating Drift-Scan CCD

Monitoring Faint Space Debris with Rotating Drift-Scan CCD Monitoring Faint Space Debris with Rotating Drift-Scan CCD Zhenghong TANG, Yindun MAO, Yan LI, Xudong ZHANG, Yong YU Shanghai Astronomical Observatory, Chinese Academy of Sciences, Shanghai200030,China

More information

Analysis of the NOT Primary Mirror Dynamics

Analysis of the NOT Primary Mirror Dynamics Analysis of the NOT Primary Mirror Dynamics Graham C. Cox October 24, 2000 Introduction On the nights of 12th and 13th May 2000 observations were made using the JOSE camera system, borrowed from the ING,

More information