SEDGrid¶
-
class
beast.physicsmodel.grid.SEDGrid(*args, **kwargs)[source]¶ Bases:
beast.physicsmodel.grid.ModelGridGenerate a grid that the full observational model (SEDs). Currently a direct interface to ModelGrid. Setup for later expansion.
- Attributes
- sedsndarray
2D
floatarray (# models, # bands) giving the seds- lambndarray
1D
floatarray of the wavelengths of the sed bands- filterslist
list of the filter names of the sed bands
- grid
Table table with columns providing the model parameters and other characteristics of the grid
- headerdict
header information
- cov_diag, cov_offdiagndarray
2D ‘float’ arrays with the covariance matrices of the absolute calibration uncertainties for each model
- Parameters
- lambndarray or str or
GridBackendsubclass if ndarray: wavelength of the SEDs (requires seds and grid arguments)
if str: filename to the grid
if backend: ref to the given grid
- sedsndarray
2D
floatarray of the seds- grid
Table table of properties associated to each sed
- headerdict
if provided, update the grid table header
- aliasesdict
if provided, update the grid table aliases
- backendstr or
GridBackendsubclass, optional if str corresponding backend class ‘memory’ = MemoryBackend, ‘cache’ = CacheBackend, ‘disk’ = DiskBackend
- lambndarray or str or