Skip to content

Commit a94423a

Browse files
committed
chore: move up reproducibility hint
1 parent b811559 commit a94423a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,13 @@ to do so by estimating the transformations' inverse if they choose to.
603603
```
604604
:::
605605

606+
```{hint}
607+
The exact values in a transformed image depend on the interpolation used when applying any transformation to the image
608+
and on the exact implementation of this transformation.
609+
Exact reproducibility of pixel values in a transformed image is not expected across different implementations
610+
and therefore also out of scope for the specified transformation types in this specification document.
611+
```
612+
606613
#### Matrix transformations
607614
(matrix-trafo-md)=
608615

@@ -1322,13 +1329,6 @@ the input and output of the `forward` and `inverse` transformations are understo
13221329
```
13231330
:::
13241331

1325-
```{hint}
1326-
The exact values in a transformed image depend on the interpolation used when applying any transformation to the image
1327-
and on the exact implementation of this transformation.
1328-
Exact reproducibility of pixel values in a transformed image is not expected across different implementations
1329-
and therefore also out of scope for the specified transformation types in this specification document.
1330-
```
1331-
13321332
### "multiscales" metadata
13331333
(multiscales-md)=
13341334

0 commit comments

Comments
 (0)