bradsease / astra-viso

A star camera model implemented in python.
MIT License
1 stars 1 forks source link

Create function to allow user to input polynomial camera parameters #11

Closed bradsease closed 7 years ago

bradsease commented 7 years ago

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.

bradsease commented 7 years ago

Duplicates #4