simndt2b/README.md

8 lines
427 B
Markdown
Raw Normal View History

2024-11-29 16:39:50 +01:00
### 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"
2024-11-29 16:30:21 +01:00
2024-11-29 16:39:50 +01:00
### 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.