threeML / hawc_hal

HAWC Accelerated Likelihood - python-only framework for HAWC data analysis
BSD 3-Clause "New" or "Revised" License
11 stars 21 forks source link

Installing the script hal_hdf5_to_fits.py #88

Open hayalaso opened 1 year ago

hayalaso commented 1 year ago

Feature Request

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.

One way to do this is by adding, I believe, in the setup.py the following:

     scripts = ['scripts/hal_hdf5_to_fits.py'],
torresramiro350 commented 6 months ago

This should be addressed with pull request #92