yieldplotlib.load.exosims.exosims_csv
=====================================

.. py:module:: yieldplotlib.load.exosims.exosims_csv

.. autoapi-nested-parse::

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



Classes
-------

.. autoapisummary::

   yieldplotlib.load.exosims.exosims_csv.EXOSIMSCSVFile


Module Contents
---------------

.. py:class:: EXOSIMSCSVFile(file_path)

   Bases: :py:obj:`yieldplotlib.core.CSVFile`


   Node for handling reduced EXOSIMS CSV files.


   .. py:method:: transform_yield_hot_rocky(data)

      Return the yield of Earth-like planets.



   .. py:method:: transform_yield_warm_rocky(data)

      Return the yield of Earth-like planets.



   .. py:method:: transform_yield_cold_rocky(data)

      Return the yield of Earth-like planets.



   .. py:method:: _get(key, **kwargs)

      Return the data associated with the key.



