Skip to content

Commit 67f2a4c

Browse files
committed
eng: Add citation for interpolation methods
1 parent c55ec17 commit 67f2a4c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,8 +975,11 @@ Metadata for these coordinate transforms have the following fields:
975975
Its value indicates the interpolation to use if transforming points not on the array's discrete grid. Well-defined values include:
976976
- `"nearest"` for nearest neighbor interpolation,
977977
- `"linear"` for linear interpolation (default)
978-
- `"cubic"` for cubic interpolation, etc.
978+
- `"bspline-cubic"` for cubic interpolation, etc.
979+
979980
Consumers SHOULD clearly communicate to users if a different interpolation method is used.
981+
See also {cite:t}`thevenaz2000image` for more details on interpolation methods.
982+
980983

981984

982985
```{hint}

references.bib

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,14 @@ @software{ngff_spec_latest
2222
doi = {10.5281/zenodo.4282106},
2323
url = {https://ngff.openmicroscopy.org/latest/},
2424
}
25+
26+
@article{thevenaz2000image,
27+
title={Image interpolation and resampling},
28+
author={Th{\'e}venaz, Philippe and Blu, Thierry and Unser, Michael},
29+
journal={Handbook of medical imaging, processing and analysis},
30+
volume={1},
31+
number={1},
32+
pages={393--420},
33+
year={2000},
34+
url={https://bigwww.epfl.ch/publications/thevenaz9901.pdf}
35+
}

0 commit comments

Comments
 (0)