DiamondLightSource / DiamondLightSource/httomo
Direct memory estimators data type change
Open
- Dominant language
- Python
- Stars
- 10
- Forks
- 5
- Avg merge
- 5d 17h
- Merged PRs (30d)
- 1
Description
Currently direct data estimators do not take into consideration the change of the data type. If the method changes the type, e.g. normalisation, this should be reflected in the library file, e.g., by incorporating the field `output_data_type`.
For example:
`output_data_type: float32`
In addition, it worth remembering that we convert raw uint16 data to float32 after it gets loaded. Some methods can occur before normalisation which might work with uint16. Worth considering if such a strict conversion really necessary early on.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.