We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13d30e commit 98e502aCopy full SHA for 98e502a
1 file changed
src/highdicom/spatial.py
@@ -3809,14 +3809,11 @@ def sort_datasets(
3809
coordinate system with this handedness in the when combined with
3810
the within-frame convention given by ``index_convention``.
3811
3812
-
3813
Returns
3814
-------
3815
List[Dataset]
3816
- Sorting index for the input datasets. Element i of this list gives the
3817
- index in the original list of datasets such that the output list is
3818
- sorted along the positive direction of the normal vector of the imaging
3819
- plane.
+ List of datasets sorted according to spatial position, using the
+ convention specified by the input parameters.
3820
3821
""" # noqa: E501
3822
sort_index = get_dataset_sort_index(
0 commit comments