We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I notice that the script hal_hdf5_to_fits.py is part of the scripts directory. I think this should be installed when installing the library.
hal_hdf5_to_fits.py
scripts
One way to do this is by adding, I believe, in the setup.py the following:
setup.py
scripts = ['scripts/hal_hdf5_to_fits.py'],
The text was updated successfully, but these errors were encountered:
This should be addressed with pull request #92
Sorry, something went wrong.
No branches or pull requests
Feature Request
I notice that the script
hal_hdf5_to_fits.py
is part of thescripts
directory. I think this should be installed when installing the library.One way to do this is by adding, I believe, in the
setup.py
the following:The text was updated successfully, but these errors were encountered: