Bug #1000

Updated by Knödlseder Jürgen over 10 years ago

The Python unit test creates two files
<pre>
test_python_fits_v1.fits
test_python_fits_v2.fits
</pre>containing images, an ASCII and a binary table. While the ASCII table after the first saving seems to be correct (file @test_python_fits_v1.fits@), the table after loading and re-saving has a wrong content (file @test_python_fits_v2.fits@). Also, the first file has a NAXIS1 value of 114, the second of 129, although the number of columns is identical and all TFORM and TBCOL keywords are identical.

Back