Skip to content

Typo in DetectorGeometry.DetectorPanel documentation #246

@godot11

Description

@godot11

There is a typo in the documentation of Parameters.DetectorGeometry.DetectorPanel.__init__ in the entry of ranges:

        :param ranges: The minimum and maximum values pixel numbers on the respective transverse axis.
        :type  ranges: Dictionary
        :example ranges: {"fast_scan_min : 11, "fast_scan_max" : 20, "slow_scan_min" : 1, "fast_scan_max" : 20} # First axis from 11 to 20 and second axis from 1 to 20.

I assume the 4th key in the example dictionary should be slow_scan_max, not fast_scan_max:

{"fast_scan_min : 11, "fast_scan_max" : 20, "slow_scan_min" : 1, "slow_scan_max" : 20}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions