Radial Velocity Base
- class modules.radial_velocity.src.alg_rv_base.RadialVelocityBase(config=None, logger=None)[source]
Base class for Radial Velocity related classes.
This module defines class ‘RadialVelocityBase’ and methods to do basic work for all Radial Velocity associated classes.
- Parameters:
config (configparser.ConfigParser) – Config context.
logger (logging.Logger) – Instance of logging.Logger.
- config_ins
Related to ‘PARAM’ section or section associated with the instrument if it is defined in the config file.
- Type:
ConfigHandler