Skip to content

Instantly share code, notes, and snippets.

View amandashack's full-sized avatar

Amanda Shack amandashack

View GitHub Profile
@amandashack
amandashack / h5_swmr_with_delay_to_VDS.py
Created July 9, 2025 20:35
Parallel data writing a
import numpy as np
import h5py
import multiprocessing as mp
import time
import matplotlib.pyplot as plt
from matplotlib.animation import FuncAnimation
import math
import os
import queue
from multiprocessing import Process, Queue, Event, Value, Manager