diff --git a/x.py b/x.py deleted file mode 100644 index e85718b..0000000 --- a/x.py +++ /dev/null @@ -1,9 +0,0 @@ - -import nd2 - -with nd2.ND2File("/Users/talley/Downloads/2023-09-11_MLY003_Cpf1.nd2") as f: - print(f.experiment) - print(f.attributes) - # print(f._rdr._raw_experiment) - print(f.read_frame(1000)) - breakpoint() \ No newline at end of file