| astro.instrument.ConfigUpdater | index /astro-wise/AWEHOME/AWBASE/astro/instrument/ConfigUpdater.py |
Abstract base class for ConfigUpdaters per instrument that
update process parameters.
For each instrument a ConfigUpdater class may be defined.
Each updater defines the class variable "config_dict_list";
a list of dictionaries each of which looks for example like this:
{'class': 'BiasFrame',
'property': 'process_params',
'instrument': 'WFI',
'filter': #842',
'chip': 'ccd50'
'SIGMA_CLIP' : 3.1}
specifying configuration specific for instrument, chip and filter.
Usage:
>>> config_updater = create_config_updater(instrument='WFI')
>>> config_updater.update(biasframe_obj, chip='ccd50')
| Modules | ||||||
| ||||||
| Classes | ||||||||
|
| ||||||||
| Functions | ||
| ||