Skip to content

Instantly share code, notes, and snippets.

View epicfrequency's full-sized avatar

epicfrequency

View GitHub Profile
@g-s-k
g-s-k / datx2py.py
Last active April 25, 2025 20:04
Load datx (H5) file exported by ZYGO Mx into a format that makes more sense in Python.
"""
Created on Tue Dec 19 14:12:22 2017
@author: gkaplan
"""
# %% package dependencies
import sys
import h5py
import numpy as np