EvaluationSpace1D¶
-
class
sherpa.models.regrid.EvaluationSpace1D(x=None, xhi=None)[source] [edit on github]¶ Bases:
objectAttributes Summary
endgridis_ascendingIs the grid in ascending (True) or descending (False) order? is_emptyIs the grid empty or None? is_integratedIs the grid integrated (True) or point (False)? midpoint_gridstartMethods Summary
join(other)overlaps(other)Check if this evaluation space overlaps with another :param other: :type other: EvaluationSpace1D zeros_like()Attributes Documentation
-
end¶
-
grid¶
-
is_ascending¶ Is the grid in ascending (True) or descending (False) order?
-
is_empty¶ Is the grid empty or None?
-
is_integrated¶ Is the grid integrated (True) or point (False)?
-
midpoint_grid¶
-
start¶
Methods Documentation
-
join(other)[source] [edit on github]¶
-
overlaps(other)[source] [edit on github]¶ Check if this evaluation space overlaps with another :param other: :type other: EvaluationSpace1D
Returns: overlaps – True if they overlap, False if not Return type: bool
-
zeros_like()[source] [edit on github]¶
-