Axis

class sherpa.models.regrid.Axis(lo, hi)[source]

Bases: object

Attributes Summary

end
is_ascending
is_empty Is the axis empty or None?
is_integrated
size
start

Methods Summary

overlaps(other) Check if this axis overlaps with another :param other: :type other: Axis

Attributes Documentation

end
is_ascending
is_empty

Is the axis empty or None?

is_integrated
size
start

Methods Documentation

overlaps(other)[source]

Check if this axis overlaps with another :param other: :type other: Axis

Returns:overlaps – True if they overlap, False if not
Return type:bool