CacheBackend¶
- class beast.physicsmodel.helpers.gridbackends.CacheBackend(fname, *args, **kwargs)[source]¶
Bases:
GridBackendLoad content from a file only when needed
- Parameters:
- fnamestr
name of file containing the grid
Attributes Summary
Methods Summary
clear([attrname])clear current cache
copy()implement a copy method
keys()return column names when possible, avoid loading when possible
Attributes Documentation
- cov_diag¶
- cov_offdiag¶
- filters¶
- grid¶
- header¶
- lamb¶
- seds¶
Methods Documentation