SEDGrid¶
- class beast.physicsmodel.grid.SEDGrid(*args, **kwargs)[source]¶
Bases:
ModelGridGenerate a grid that the full observational model (SEDs). Currently a direct interface to ModelGrid. Setup for later expansion.
- grid¶
table with columns providing the model parameters and other characteristics of the grid
- Type:
- cov_diag, cov_offdiag
2D ‘float’ arrays with the covariance matrices of the absolute calibration uncertainties for each model
- Type:
ndarray
- Parameters:
lamb (ndarray 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
seds (ndarray) – 2D
floatarray of the sedsgrid (
Table) – table of properties associated to each sedheader (dict) – if provided, update the grid table header
aliases (dict) – if provided, update the grid table aliases
backend (str or
GridBackendsubclass, optional) – if str corresponding backend class ‘memory’ = MemoryBackend, ‘cache’ = CacheBackend, ‘disk’ = DiskBackend