Axis¶
-
class
sherpa.models.regrid.Axis(lo, hi)[source] [edit on github]¶ Bases:
objectAttributes Summary
endis_ascendingis_emptyIs the axis empty or None? is_integratedsizestartMethods 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] [edit on github]¶ Check if this axis overlaps with another :param other: :type other: Axis
Returns: overlaps – True if they overlap, False if not Return type: bool
-