flip.vectors¶
Attributes¶
Functions¶
|
The create_log function creates a logger object that can be used to log messages. |
|
|
|
|
|
|
|
|
|
Module Contents¶
- flip.vectors.create_log(log_level='info')[source]¶
The create_log function creates a logger object that can be used to log messages. The function takes one argument, the log_level, which is set to "info" by default. The function returns a Logger object with the specified logging level.
- Parameters:
log_level – Set the logging level
- Returns:
A logger object
- flip.vectors.log¶
- flip.vectors._avail_velocity_type = ['direct', 'saltfit']¶
- flip.vectors._avail_velocity_estimator = ['watkins', 'lowz', 'hubblehighorder', 'full']¶
- flip.vectors.load_velocity_vector(data, parameter_values_dict, velocity_type='direct', velocity_estimator='full', **kwargs)[source]¶