cta-observatory / cta-lstchain

LST prototype testbench chain
https://cta-observatory.github.io/cta-lstchain/
BSD 3-Clause "New" or "Revised" License
22 stars 77 forks source link

Wrong argument name in create_psf_table_hdu() (interpolate.py) #1196

Closed mireianievas closed 3 months ago

mireianievas commented 6 months ago

in lstchain/high_level/interpolate.py:675

true_energy=e_true should probably read true_energy_bins=e_true

(_bins missing)