SimNDT2 batch processor
Go to file
2024-11-29 16:39:50 +01:00
aux Fri 29 Nov 2024 04:38:58 PM CET 2024-11-29 16:39:04 +01:00
bin Fri 29 Nov 2024 04:38:40 PM CET 2024-11-29 16:38:43 +01:00
build Fri 29 Nov 2024 04:39:06 PM CET 2024-11-29 16:39:10 +01:00
ParamJSON Fri 29 Nov 2024 04:38:48 PM CET 2024-11-29 16:38:54 +01:00
src Fri 29 Nov 2024 04:30:50 PM CET 2024-11-29 16:33:45 +01:00
all_requirements.txt Fri 29 Nov 2024 04:39:34 PM CET 2024-11-29 16:39:37 +01:00
main_requirements.txt Fri 29 Nov 2024 04:39:39 PM CET 2024-11-29 16:39:43 +01:00
README.md Fri 29 Nov 2024 04:39:46 PM CET 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"

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.