yieldplotlib.load.exosims.exosims_csv#

Node for handling EXOSIMS-Sandbox’s reduced CSV files.

Classes#

EXOSIMSCSVFile

Node for handling reduced EXOSIMS CSV files.

Module Contents#

class yieldplotlib.load.exosims.exosims_csv.EXOSIMSCSVFile(file_path)[source]#

Bases: yieldplotlib.core.CSVFile

Node for handling reduced EXOSIMS CSV files.

Parameters:

file_path (pathlib.Path)

transform_yield_hot_rocky(data)[source]#

Return the yield of Earth-like planets.

transform_yield_warm_rocky(data)[source]#

Return the yield of Earth-like planets.

transform_yield_cold_rocky(data)[source]#

Return the yield of Earth-like planets.

_get(key, **kwargs)[source]#

Return the data associated with the key.

Parameters:

key (str)