DataSpaceND
- class sherpa.data.DataSpaceND(filter, indep)[source] [edit on github]
Bases:
object
Class for representing arbitrary N-Dimensional data domains
- Parameters:
Attributes Summary
Return the grid representation of this dataset.
Methods Summary
get
([filter])Get a filtered representation of this data set.
Attributes Documentation
- grid
Return the grid representation of this dataset.
The independent arrays are returned unchanged, i.e. unlike the DataSpace2D class they are not meshed
- Returns:
A tuple representing the independent axes.
- Return type:
Methods Documentation