EvaluationSpace1D

class sherpa.models.regrid.EvaluationSpace1D(x=None, xhi=None)[source]

Bases: object

Attributes Summary

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 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]
overlaps(other)[source]

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]