Jacob Reinhold
Jacob Reinhold
## 📚 Documentation While the refactor improved code quality and reduced the need for some documentation, additional documentation needs to be added, perhaps with examples (that always run), via docstrings...
## 🚀 Feature Add an option in the CLI to specify the output file type (e.g., NIfTI). ## Motivation The current implementation of the CLI saves the output image as...
## 📚 Documentation This package essentially tries to standardize the gain parameter from those equations; the documentation should reflect that.
## 📚 Documentation The information about contributing to this package is lacking and out-of-date. Update it and make it easier to contribute to this package.
## 📚 Documentation [Citation file](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files)
## 🚀 Feature Allow CSV files as input to the normalization CLIs, where there is an image (or several modalities) column to be normalized, a mask column, an output column,...
## 🚀 Feature intensity-normalization should support Python >=v3.10
**🚀 Feature** Add and fix type annotations in torchio so it passes inspection with mypy and so end users can trust that the type annotations reflects function, class instantiation, etc....
This is a cross-post of the issue here: https://github.com/microsoft/onnxruntime/issues/10038 ONNX Runtime uses cpuinfo to "detect hybrid cores and SDOT UDOT instruction support"; however, when used on the arm64 (Graviton2) processors,...