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

Adding executables #92

Closed torresramiro350 closed 6 months ago

torresramiro350 commented 7 months ago

This adds the two executable scripts in the scripts directory:

hal_hdf5_to_fits.py
hal_fit_point_source.py

They should now be callable from any directory while the environment is active. The executables are named:

hdf5tofits
halfitpointsrc

This should address issue #88 .

torresramiro350 commented 7 months ago

This branch contains changes from #91 , so that should be merged first.