NifTK / NiftyNet

[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-guided therapy
http://niftynet.io
Apache License 2.0
1.37k stars 404 forks source link

Meaning of interpolation should be clearer in the docs #376

Open fepegar opened 5 years ago

fepegar commented 5 years ago

It's not clear what interp_order and [https://niftynet.readthedocs.io/en/dev/config_spec.html#output-interp-order] are used for.

Also, the config docs mention SimpleITK constants but sometimes scipy.zoom is used in the code.