Vindaar / TimepixAnalysis

Contains code related to calibration and analysis of Timepix based detector + CAST related code
MIT License
19 stars 6 forks source link

Write `fTOA` fields for Timepix3 data #52

Open Vindaar opened 9 months ago

Vindaar commented 9 months ago

We parse the fTOA data in the parse_raw_tpx3.nim file here:

https://github.com/Vindaar/TimepixAnalysis/blob/master/Analysis/ingrid/parse_raw_tpx3.nim#L275-L281

but we don't actually write them over to the HDF5 file in raw_data_manipulation. This still needs to be finished. @magruber took some data with the extented mode active. Need to use one of those files for testing (and write a test case, cough).