Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit 6241c89

Browse files
committed
update filepaths to reflect new filestructure
1 parent 752d98c commit 6241c89

File tree

2 files changed

+587
-587
lines changed

2 files changed

+587
-587
lines changed

mti_nma/bin/make_9grid_mode_video.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515

1616
def create_gif_from_png_dir(
17-
pngdir="local_staging/nma_nuc/post_processing_vtk/9grid_frames/",
18-
save_file_path="local_staging/nma_nuc/post_processing_vtk/9grid.gif"):
17+
pngdir="../../local_staging/nma/nma_Nuc/nma_data/9grid_frames/",
18+
save_file_path="../../local_staging/nma/nma_Nuc/nma_data/9grid.gif"):
1919

2020
# Create empty array
2121
images = []

0 commit comments

Comments
 (0)