pcubillos / pyratbay

Python Radiative Transfer in a Bayesian Framework
https://pyratbay.rtfd.io/
GNU General Public License v2.0
9 stars 1 forks source link

Save tli or opacity files as npz? #151

Closed pcubillos closed 3 years ago

pcubillos commented 6 years ago

Test if it is any faster or uses less resources (mem).

pcubillos commented 3 years ago

The opacity files were turned into npz files in bf7eadf The TLI files need to be random access files to avoid loading potentially huge datasets just to grab a small fraction of the data.