DiamondLightSource / DiamondLightSource/httomo
Data type conversion, support for uint16 processing
Open
- Dominant language
- Python
- Stars
- 10
- Forks
- 5
- Avg merge
- 5d 17h
- Merged PRs (30d)
- 1
Description
Currently we convert from uint16 of raw data type to float32 to do all the processing.
Some methods can work with 16-bit data before this conversion is actually needed. It is worth considering if such a strict conversion really necessary early on. Memory estimators will need to take that into account as currently we set the data type strictly to float32 for them.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.