Kraysent / OMTool

Modeling N-Body problem in galactic evolution application.
https://omtool.readthedocs.io/en/latest/
Apache License 2.0
0 stars 0 forks source link

More efficient FITS reading #96

Open Kraysent opened 2 years ago

Kraysent commented 2 years ago

There are number of limitations that arise when using astropy's FITS reader:

The only problem with that is the fact that decoding with python would be incredibly slow. One needs to write their own FITS file reader from scratch in something like C++ (or C, Rust and similar).