added tell and better error checking to cluster file (#239)
Some checks failed
Build on RHEL8 / build (push) Failing after 3m8s
Build on RHEL9 / build (push) Failing after 3m18s

- Check feof and ferror when reading frames
- added tell member function to ClusterFile
This commit is contained in:
Erik Fröjdh
2025-10-27 15:46:31 +01:00
committed by GitHub
parent 45f506b473
commit ac83eeff9b
3 changed files with 20 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
Bugfixes:
- File supports reading new master json file format (multiple ROI's not supported yet)
- Added tell to ClusterFile. Returns position in bytes for debugging
### 2025.8.22