As a user, I would like to input polynomial camera parameters in the form of two vectors (u,v) describing an arbitrary-order forward polynomial projection. I would also like to be able to input the inverse projection parameters.
starcam.setpoly(self, u, v)starcam.setinvpoly(self, u, v)
See:
Shupe, David L., et al. "The SIP convention for representing distortion in FITS image headers." Astronomical Data Analysis Software and Systems XIV. Vol. 347. 2005.
As a user, I would like to input polynomial camera parameters in the form of two vectors (u,v) describing an arbitrary-order forward polynomial projection. I would also like to be able to input the inverse projection parameters.
starcam.setpoly(self, u, v)
starcam.setinvpoly(self, u, v)
See: Shupe, David L., et al. "The SIP convention for representing distortion in FITS image headers." Astronomical Data Analysis Software and Systems XIV. Vol. 347. 2005.