emdfile

An HDF5/Python interface

Navigation

  • Examples and Usage
  • Subclassing
  • API
    • I/O
    • Classes
    • Utilities

Related Topics

  • Documentation overview
    • Previous: Subclassing & Downstream Integration
    • Next: File I/O

Quick search

emdfile APIΒΆ

emdfile includes read/write functions, classes for wrapping data and metadata and building trees, and some supporting utility methods. Note that it also contains an N-dimensional progress bar utility, curtesy of Steven E. Zeltmann.

  • I/O
    • Read
      • read()
    • Save
      • save()
  • Classes
    • Data
      • Array
        • Array
      • PointList
        • PointList
      • PointListArray
        • PointListArray
    • Metadata
      • Metadata
        • Metadata.__init__()
        • Metadata.copy()
        • Metadata.from_h5()
        • Metadata.to_h5()
    • Trees
      • Node
        • Node
      • Root
        • Root
      • Custom
        • Custom
  • Utilities
    • Module Level Utilities
      • _is_EMD_file()
      • _get_EMD_version()
      • _version_is_geq()
      • _get_UUID()
      • _read_metadata()
      • _get_EMD_rootgroups()
    • Class Level Utilities
      • _get_class()
      • _get_dependent_packages()
      • _walk_module_find_classes()
    • N-dimensional Progress Bar
      • tqdmnd()
 
  • ← Subclassing & Downstream Integration
  • File I/O →
©2024, Benjamin H. Savitzky. | Powered by Sphinx 8.0.2 & Alabaster 1.0.0 | Page source
Fork me on GitHub