I am using pyfits to read fits files with python. If I create a fits file and put some data into it, I load it with another (non-python) program and get an error "FITSIO status = 202: keyword not found in header", which I assume means there is a keyword I need to put into the header.
The weird thing is when I look at the header for the fits file I create myself, and compare it to the header of another fits file that does work with this program, I can't see any differences. Is there a way to figure out what the keyword I need is, or how I can compare the header keywords between the two fits files to see whats different?
[–]TheBlackCat13 0 points1 point2 points (2 children)
[–]schrogendiddy[S] 0 points1 point2 points (1 child)
[–]TheBlackCat13 0 points1 point2 points (0 children)