Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 481 Bytes

cfitsio-wrapper-in-python.md

File metadata and controls

17 lines (16 loc) · 481 Bytes

Title: cfitsio wrapper in python Date: 2011-06-21 04:43 Author: Andrea Zonca Tags: python, numpy Slug: cfitsio-wrapper-in-python

After several issues with pyfits, and tired of it being so overengineered, I've wrote my own fits I/O package in python, wrapping the C library cfitsio with ctypes.

Pretty easy, first version completely developed in 1 day.

https://github.com/zonca/pycfitsio