hydrac.util.display

Display Hydroacoustic data (hydrac.util.display)

class hydrac.util.display.Display(*args, **kwargs)[source]

Bases: object

Display class

This class is made to automatically display data based on their dimensions given the common data types used in hydrac (Hydroacoustic data, physical parameter data) usin the library matplotlib. With this class, it is possible to display rapidly:

  • Regular plots using the method regularplot()
  • Image plots using the method imagesplot()

All the generated figures are stored in the param modified dictionnary associated to each instrumlent object instance. This class is called by the class hydrac.instruments.instruments.Instrument and its method hydrac.instruments.instruments.Instrument.display_data().

Classes

Display(*args, **kwargs) Display class