27 Commits

Author SHA1 Message Date
Erik Fröjdh
12ae1424fb
consistent use of ssize_t instead of int64_t (#167)
Some checks failed
Build on RHEL9 / build (push) Successful in 2m10s
Build on RHEL8 / build (push) Failing after 2m33s
- Consistent use of ssize_t to avoid issues on 32 bit platforms and also
mac with (long long int as ssize_t)
2025-04-25 15:52:02 +02:00
Erik Fröjdh
a59e9656be
Making RawSubFile usable from Python (#158)
All checks were successful
Build on RHEL8 / build (push) Successful in 1m55s
Build on RHEL9 / build (push) Successful in 1m44s
- Removed a printout left from debugging
- return also header when reading
- added read_n 
- check for error in ifstream
2025-04-11 16:54:21 +02:00
Erik Fröjdh
11cd2ec654
Interpolate (#137)
- added eta based interpolation
2025-03-18 17:45:38 +01:00
Erik Fröjdh
d86cb533c8
Fix minor warnings (#126)
- Unused variables
- signed vs. unsigned
- added -flto=auto
2025-02-11 11:48:01 +01:00
froejdh_e
cc95561eda MultiThreaded Cluster finder 2025-01-09 16:53:22 +01:00
froejdh_e
60534add92 WIP 2024-12-11 09:54:33 +01:00
froejdh_e
8bf9ac55ce modified read_n also for File and RawFile 2024-11-27 09:31:57 +01:00
Erik Fröjdh
9f7cdbcb48 conversion warnings 2024-11-18 18:18:55 +01:00
Erik Fröjdh
7ffd732d98
ported reading clusters (#95) 2024-11-14 16:22:38 +01:00
Erik Fröjdh
17917ac7ea
Merge branch 'main' into developer 2024-11-12 16:44:15 +01:00
froejdh_e
2ee1a5583e WIP 2024-11-12 09:27:01 +01:00
Erik Fröjdh
349e3af8e1
Brining in changes (#93) 2024-11-11 19:59:55 +01:00
Erik Fröjdh
a0b6c4cc03
Merge branch 'main' into developer 2024-11-11 18:52:23 +01:00
Erik Fröjdh
5f21759c8c removed prints, bumped version 2024-11-11 18:22:18 +01:00
froejdh_e
ecf1b2a90b WIP 2024-11-11 17:13:48 +01:00
froejdh_e
b172c7aa0a starting work on ROI 2024-11-07 16:24:48 +01:00
Erik Fröjdh
d8d1f0c517
Taking v1 as the first release (#92)
- file reading
- decoding master file
2024-11-07 10:14:20 +01:00
Erik Fröjdh
9c220bff51 added simple decoding of scan parameters 2024-11-07 08:14:33 +01:00
Erik Fröjdh
b2e5c71f9c MH02 1-4 counters 2024-11-06 21:32:03 +01:00
Erik Fröjdh
25812cb291 RawFile is now using RawMasterFile 2024-11-06 09:10:09 +01:00
Erik Fröjdh
2efb763242 func to prop 2024-11-05 16:00:11 +01:00
Erik Fröjdh
7f244e22a2 extra methods in CtbRawFile 2024-11-05 15:55:17 +01:00
Erik Fröjdh
80a39415de added CtbRawFile 2024-11-05 14:36:18 +01:00
Erik Fröjdh
b8a4498379 WIP 2024-10-31 18:03:17 +01:00
Erik Fröjdh
ae1166b908 WIP 2024-10-31 10:39:52 +01:00
Erik Fröjdh
f754e0f769 file reading 2024-10-30 14:53:50 +01:00
Erik Fröjdh
abb1d20ca3 WIP 2024-10-28 12:25:47 +01:00