-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get list of all header keywords? #168
Comments
That's because there is no API for this in |
Example how to list keywords goes with cfitsio: https://heasarc.gsfc.nasa.gov/docs/software/fitsio/cexamples/listhead.c |
Right, well that is an example, not part of the API. You could write this yourself in Rust using |
Currently Until we solve #167 I'm reluctant to start tackling this. Not to say it won't come, but for now @art-den can I suggest you follow @cjordan 's example? |
List of all header keywords is not very important now. So I will wait )) |
I don't find this option in rust-fitsio API
The text was updated successfully, but these errors were encountered: