| File | Date | Author | Commit |
|---|---|---|---|
| inst | 2019-11-04 |
|
[7a116a] Added fitsread.m and fitswrite.m |
| src | 2019-11-03 |
|
[ac3f12] Add low level read hdu, keyword, file functions |
| .hgignore | 2013-09-03 |
|
[b668ad] maint: fix hgignore regexp pattern typos |
| COPYING | 2013-07-30 |
|
[49750b] Version 1.0.3 |
| DESCRIPTION | 2019-11-04 |
|
[3d8ff7] Undo change of maintainer |
| INDEX | 2019-11-03 |
|
[ac3f12] Add low level read hdu, keyword, file functions |
| Makefile | 2019-10-23 |
|
[edd627] * update to use configure and detect d_nint fun... |
| NEWS | 2019-11-03 |
|
[ac3f12] Add low level read hdu, keyword, file functions |
| README | 2010-09-01 |
|
[635d98] added a new package for reading and writing FIT... |
On Debian Lenny, pkgconfig does not work because of a missing file in the fitsio library. You can solve this by replacing the MKOCT_FLAGS = $(shell pkg-config --libs cfitsio) with MKOCT_FLAGS = -lcfitsio in src/Makefile