Commit Graph

2 Commits

Author SHA1 Message Date
Matthieu Baumann 3d10dce89e attempt to fix #295 on old safari mac machines 2026-05-28 16:20:46 +02:00
Matthieu Baumann e1f85bab97 Update to the new version of fitsrs
* Async code is replaced by sync one. It does not take that much of time to convert the js blob to wasm memory for 1 or 2 GB fits files and the code is much more simplier to write
* GLSL/rust refac has been done to only call fitsrs from only one place in the code
* Raw fits data unit is directly given to the GPU. Then the GPU perform the big to little endian conversion on the fly
* impl GZIP fits support #241
* fix #293
2025-06-27 17:26:21 +02:00