HDF5File
========

.. currentmodule:: Stoner.HDF5

.. autoclass:: HDF5File
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~HDF5File.T
      ~HDF5File.ax
      ~HDF5File.axes
      ~HDF5File.basename
      ~HDF5File.clone
      ~HDF5File.cmap
      ~HDF5File.column_headers
      ~HDF5File.compression
      ~HDF5File.compression_opts
      ~HDF5File.data
      ~HDF5File.dict_records
      ~HDF5File.dims
      ~HDF5File.dtype
      ~HDF5File.fig
      ~HDF5File.fignum
      ~HDF5File.filename
      ~HDF5File.filepath
      ~HDF5File.header
      ~HDF5File.labels
      ~HDF5File.mask
      ~HDF5File.metadata
      ~HDF5File.mime_type
      ~HDF5File.multiple
      ~HDF5File.no_fmt
      ~HDF5File.patterns
      ~HDF5File.positional_fmt
      ~HDF5File.priority
      ~HDF5File.records
      ~HDF5File.setas
      ~HDF5File.shape
      ~HDF5File.showfig
      ~HDF5File.subplots
      ~HDF5File.template

   .. rubric:: Methods Summary

   .. autosummary::

      ~HDF5File.SG_Filter
      ~HDF5File.__call__
      ~HDF5File.add
      ~HDF5File.add_column
      ~HDF5File.annotate_fit
      ~HDF5File.append
      ~HDF5File.apply
      ~HDF5File.asarray
      ~HDF5File.bin
      ~HDF5File.clear
      ~HDF5File.clip
      ~HDF5File.closest
      ~HDF5File.colormap_xyz
      ~HDF5File.column
      ~HDF5File.columns
      ~HDF5File.contour_xyz
      ~HDF5File.count
      ~HDF5File.curve_fit
      ~HDF5File.decompose
      ~HDF5File.del_column
      ~HDF5File.del_nan
      ~HDF5File.del_rows
      ~HDF5File.differential_evolution
      ~HDF5File.diffsum
      ~HDF5File.dir
      ~HDF5File.divide
      ~HDF5File.extend
      ~HDF5File.extrapolate
      ~HDF5File.figure
      ~HDF5File.filter
      ~HDF5File.find_col
      ~HDF5File.find_duplicates
      ~HDF5File.find_peaks
      ~HDF5File.format
      ~HDF5File.get
      ~HDF5File.get_filename
      ~HDF5File.griddata
      ~HDF5File.image_plot
      ~HDF5File.index
      ~HDF5File.insert
      ~HDF5File.insert_rows
      ~HDF5File.inset
      ~HDF5File.integrate
      ~HDF5File.interpolate
      ~HDF5File.items
      ~HDF5File.keys
      ~HDF5File.legend
      ~HDF5File.lmfit
      ~HDF5File.load
      ~HDF5File.make_bins
      ~HDF5File.max
      ~HDF5File.mean
      ~HDF5File.min
      ~HDF5File.multiply
      ~HDF5File.normalise
      ~HDF5File.odr
      ~HDF5File.outlier_detection
      ~HDF5File.peaks
      ~HDF5File.plot
      ~HDF5File.plot_matrix
      ~HDF5File.plot_voxels
      ~HDF5File.plot_xy
      ~HDF5File.plot_xyuv
      ~HDF5File.plot_xyuvw
      ~HDF5File.plot_xyz
      ~HDF5File.plot_xyzuvw
      ~HDF5File.polyfit
      ~HDF5File.pop
      ~HDF5File.popitem
      ~HDF5File.quiver_plot
      ~HDF5File.read_hdf
      ~HDF5File.remove
      ~HDF5File.remove_duplicates
      ~HDF5File.rename
      ~HDF5File.reorder_columns
      ~HDF5File.reverse
      ~HDF5File.rolling_window
      ~HDF5File.rows
      ~HDF5File.save
      ~HDF5File.scale
      ~HDF5File.search
      ~HDF5File.search_index
      ~HDF5File.section
      ~HDF5File.select
      ~HDF5File.setdefault
      ~HDF5File.smooth
      ~HDF5File.sort
      ~HDF5File.span
      ~HDF5File.spline
      ~HDF5File.split
      ~HDF5File.std
      ~HDF5File.stitch
      ~HDF5File.subplot
      ~HDF5File.subplot2grid
      ~HDF5File.subtract
      ~HDF5File.swap_column
      ~HDF5File.threshold
      ~HDF5File.to_hdf
      ~HDF5File.to_pandas
      ~HDF5File.unique
      ~HDF5File.update
      ~HDF5File.values
      ~HDF5File.x2
      ~HDF5File.y2

   .. rubric:: Attributes Documentation

   .. autoattribute:: T
   .. autoattribute:: ax
   .. autoattribute:: axes
   .. autoattribute:: basename
   .. autoattribute:: clone
   .. autoattribute:: cmap
   .. autoattribute:: column_headers
   .. autoattribute:: compression
   .. autoattribute:: compression_opts
   .. autoattribute:: data
   .. autoattribute:: dict_records
   .. autoattribute:: dims
   .. autoattribute:: dtype
   .. autoattribute:: fig
   .. autoattribute:: fignum
   .. autoattribute:: filename
   .. autoattribute:: filepath
   .. autoattribute:: header
   .. autoattribute:: labels
   .. autoattribute:: mask
   .. autoattribute:: metadata
   .. autoattribute:: mime_type
   .. autoattribute:: multiple
   .. autoattribute:: no_fmt
   .. autoattribute:: patterns
   .. autoattribute:: positional_fmt
   .. autoattribute:: priority
   .. autoattribute:: records
   .. autoattribute:: setas
   .. autoattribute:: shape
   .. autoattribute:: showfig
   .. autoattribute:: subplots
   .. autoattribute:: template

   .. rubric:: Methods Documentation

   .. automethod:: SG_Filter
   .. automethod:: __call__
   .. automethod:: add
   .. automethod:: add_column
   .. automethod:: annotate_fit
   .. automethod:: append
   .. automethod:: apply
   .. automethod:: asarray
   .. automethod:: bin
   .. automethod:: clear
   .. automethod:: clip
   .. automethod:: closest
   .. automethod:: colormap_xyz
   .. automethod:: column
   .. automethod:: columns
   .. automethod:: contour_xyz
   .. automethod:: count
   .. automethod:: curve_fit
   .. automethod:: decompose
   .. automethod:: del_column
   .. automethod:: del_nan
   .. automethod:: del_rows
   .. automethod:: differential_evolution
   .. automethod:: diffsum
   .. automethod:: dir
   .. automethod:: divide
   .. automethod:: extend
   .. automethod:: extrapolate
   .. automethod:: figure
   .. automethod:: filter
   .. automethod:: find_col
   .. automethod:: find_duplicates
   .. automethod:: find_peaks
   .. automethod:: format
   .. automethod:: get
   .. automethod:: get_filename
   .. automethod:: griddata
   .. automethod:: image_plot
   .. automethod:: index
   .. automethod:: insert
   .. automethod:: insert_rows
   .. automethod:: inset
   .. automethod:: integrate
   .. automethod:: interpolate
   .. automethod:: items
   .. automethod:: keys
   .. automethod:: legend
   .. automethod:: lmfit
   .. automethod:: load
   .. automethod:: make_bins
   .. automethod:: max
   .. automethod:: mean
   .. automethod:: min
   .. automethod:: multiply
   .. automethod:: normalise
   .. automethod:: odr
   .. automethod:: outlier_detection
   .. automethod:: peaks
   .. automethod:: plot
   .. automethod:: plot_matrix
   .. automethod:: plot_voxels
   .. automethod:: plot_xy
   .. automethod:: plot_xyuv
   .. automethod:: plot_xyuvw
   .. automethod:: plot_xyz
   .. automethod:: plot_xyzuvw
   .. automethod:: polyfit
   .. automethod:: pop
   .. automethod:: popitem
   .. automethod:: quiver_plot
   .. automethod:: read_hdf
   .. automethod:: remove
   .. automethod:: remove_duplicates
   .. automethod:: rename
   .. automethod:: reorder_columns
   .. automethod:: reverse
   .. automethod:: rolling_window
   .. automethod:: rows
   .. automethod:: save
   .. automethod:: scale
   .. automethod:: search
   .. automethod:: search_index
   .. automethod:: section
   .. automethod:: select
   .. automethod:: setdefault
   .. automethod:: smooth
   .. automethod:: sort
   .. automethod:: span
   .. automethod:: spline
   .. automethod:: split
   .. automethod:: std
   .. automethod:: stitch
   .. automethod:: subplot
   .. automethod:: subplot2grid
   .. automethod:: subtract
   .. automethod:: swap_column
   .. automethod:: threshold
   .. automethod:: to_hdf
   .. automethod:: to_pandas
   .. automethod:: unique
   .. automethod:: update
   .. automethod:: values
   .. automethod:: x2
   .. automethod:: y2
