Jacob Reinhold

Results 21 issues of 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...

documentation

## 🚀 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...

enhancement

## 📚 Documentation This package essentially tries to standardize the gain parameter from those equations; the documentation should reflect that.

documentation

Investigate using Atheris and Hypothesis.

enhancement

## 📚 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

## 📚 Documentation [Citation file](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files)

documentation

## 🚀 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,...

enhancement
help wanted

## 🚀 Feature intensity-normalization should support Python >=v3.10

enhancement

**🚀 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....

enhancement

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,...

bug