Archive for June, 2011

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


nosetests -v test_all_cols (pycfitsio.test.TestPyCfitsIoRead) … ok test_colnames (pycfitsio.test.TestPyCfitsIoRead) … ok test_move (pycfitsio.test.TestPyCfitsIoRead) … ok test_open_file (pycfitsio.test.TestPyCfitsIoRead) … ok test_read_col (pycfitsio.test.TestPyCfitsIoRead) … ok test_read_hdus (pycfitsio.test.TestPyCfitsIoRead) … ok test_create (pycfitsio.test.TestPyCfitsIoWrite) … ok test_write (pycfitsio.test.TestPyCfitsIoWrite) … ok ———————————————————————- Ran 8 tests in 0.016s OK



Follow

Get every new post delivered to your Inbox.