On-Orbit Calibration

D. T. Griffith, P. Singla, J. L. Junkins, "Autonomous On-Orbit Calibration Approaches for Star Tracker Cameras," AAS/AIAA Spaceflight Mechanics Meeting, No. 02-102, AAS, San Antonio, TX, Jan 27-30, 2002.

In addition to a batch calibration, we need on-orbit calibration because of the environmental changes over the life of the camera film. This paper describes the star tracker camera and proposes a way to estimate the distortion map of the star locations on-orbit (almost same word as the 'online' in machine learning), assuming the offsets and the focal length are given.
Basically they use the least square method with a couple basis function sets such as polynomials, sinusoidal functions or radial basis functions. By the health monitoring process, it updates the map only when the error is greater than a threshold.

It also includes a review of the least square method and the recursive least square method, which, by the way, looks like Kalman filter. The piecewise approximation is not an interesting part because usually the map would be smooth enough so that a few basis function might be good enough. And, this piecewise approximation needs a lot of basis functions which is computationally so expensive.


Nice paper for novices like me in the on-orbit calibration problem.

- H. Choi