threeML / hawc_hal

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

Set number of transits to HAL #84

Closed torresramiro350 closed 1 year ago

torresramiro350 commented 2 years ago

Adding the ability to set the number of transits to HAL. The transits can be set in the following way, e.g. 10 transits:

 hawc = HAL("HAWC", maptree, detector_response, roi=roi, flat_sky_pixels_size=0.1, set_transits=10)

Also added the tests developed by Chad on #43.