FieldWrapperList¶
- class lsst.ts.watcher.FieldWrapperList¶
Bases:
objectA sequence of field wrappers.
Provides convenient methods for extracting data.
- Attributes:
- field_wrappers
list[BaseFilteredFieldWrapper] List of field wrappers.
- field_wrappers
Methods Summary
add_wrapper(field_wrapper)Add a field wrapper to the collection.
get_data([omit_nan, max_age])Return the current data, optionally with an age limit.
Methods Documentation
- add_wrapper(field_wrapper)¶
Add a field wrapper to the collection.
- Parameters:
- field_wrapper
BaseFilteredFieldWrapper Field wrapper to add to the collection.
- field_wrapper
- get_data(omit_nan=True, max_age=None)¶
Return the current data, optionally with an age limit.
Field wrappers that have not yet seen any data are omitted.
- Parameters:
- Returns: