ReaderInterface
===============

.. currentmodule:: patato.io.hdf.fileimporter

.. autoclass:: ReaderInterface
   :members:
   :show-inheritance:

   
   .. automethod:: __init__

   
   .. rubric:: Methods

   .. autosummary::
   
      ~ReaderInterface.__init__
      ~ReaderInterface.close
      ~ReaderInterface.get_correction_factor
      ~ReaderInterface.get_datasets
      ~ReaderInterface.get_impulse_response
      ~ReaderInterface.get_pa_data
      ~ReaderInterface.get_repetition_numbers
      ~ReaderInterface.get_rois
      ~ReaderInterface.get_run_numbers
      ~ReaderInterface.get_sampling_frequency
      ~ReaderInterface.get_scan_comment
      ~ReaderInterface.get_scan_datetime
      ~ReaderInterface.get_scan_name
      ~ReaderInterface.get_scan_times
      ~ReaderInterface.get_scanner_z_position
      ~ReaderInterface.get_segmentation
      ~ReaderInterface.get_sensor_geometry
      ~ReaderInterface.get_speed_of_sound
      ~ReaderInterface.get_temperature
      ~ReaderInterface.get_water_absorption
      ~ReaderInterface.get_wavelengths
      ~ReaderInterface.is_clinical
      ~ReaderInterface.save_to_hdf5
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~ReaderInterface.raw_data
      ~ReaderInterface.sampling_frequency
      ~ReaderInterface.scan_geometry
   
   