Skip to content

Add support for rustfits fits backend.#177

Open
erykoff wants to merge 15 commits into
mainfrom
rustfits
Open

Add support for rustfits fits backend.#177
erykoff wants to merge 15 commits into
mainfrom
rustfits

Conversation

@erykoff

@erykoff erykoff commented Jul 1, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

try:
cov_index_map = fits.read_ext_data('COV')
except (OSError, KeyError):
except (OSError, KeyError, ValueError):

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the situation here? It is a fits file but doesn't have the 'COV' extension?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants