Skip to content

Commit 1f949fa

Browse files
committed
Document spacing in spatial domain vs frequency domain
Closes #6
1 parent 89aed3e commit 1f949fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

simtk/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def load_image(filename, nphases=3, norientations=1, spacing=None):
3434
norientations: int
3535
Number of orientations acquired in every plane.
3636
spacing: array of float's
37-
Override image spacing metadata with the provided [dx, dy, dz] spacing.
37+
Override image spatial domain spacing metadata with the provided [dx, dy, dz] spacing.
3838
3939
Returns
4040
-------
@@ -327,7 +327,7 @@ def normalize_otf(otf, spacing, norientations=1, norders=3):
327327
SIM optical transfer function (OTF), e.g. from
328328
simtk.generate_otf.
329329
spacing: array of float's
330-
Image spacing metadata, [dx, dy, dz].
330+
Image spatial domain spacing metadata, [dx, dy, dz].
331331
norientations: int
332332
Number of orientations acquired in every plane.
333333
norders: int

0 commit comments

Comments
 (0)