MultiFilterASTs¶
- class beast.observationmodel.noisemodel.trunchen.MultiFilterASTs(astfile, filters, *args, **kwargs)[source]¶
Bases:
NoiseModelImplement a noise model where the ASTs are provided as a single table
Methods Summary
__call__(sedgrid[, ...])Interpolate the results of the ASTs on the model grid
process_asts(filters)Process all the AST results creating average biases and covariance matrices for each model SED.
setFilters(filters)set the filters and update the vega reference for the conversions
Methods Documentation
- __call__(sedgrid, generic_absflux_a_matrix=None, progress=True)[source]¶
Interpolate the results of the ASTs on the model grid
- Parameters:
sedgrid (beast.core.grid type) – model grid to interpolate AST results on
- Returns:
progress – if set, display a progress bar
- Return type:
bool, optional