From beda17de4f09d7e2f7191de7b025216c471f01f7 Mon Sep 17 00:00:00 2001 From: sbosse Date: Fri, 29 Nov 2024 16:39:50 +0100 Subject: [PATCH] Fri 29 Nov 2024 04:39:46 PM CET --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cdf5846..3d5baa3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ -# simndt2b +### Batch processing run +1. Update the path to save the simulation data in the JOSN file under the key name ["Snapshot"]["Save_filepath"]. +2. Run and save simulation command: python main.py "path_to_json_file" -SimNDT2 batch processor \ No newline at end of file +### Saving simulation video file +1. update the path to video file in the param JSON file under key name ['SimVideo']["Save_filepath"]. +2. Comment out saveVideo(sim_params, simPack) function to not save the videos.