Location: Modeling the Recruitment and Synchronization of SMCs (Koenigsberger et al. 2004) @ 0303f8ff0987 / Simulation / src / runSim_7.ps1

Author:
WeiweiAi <wai484@aucklanduni.ac.nz>
Date:
2022-06-23 10:50:40+12:00
Desc:
Add Fig 7 and update documentation
Permanent Source URI:
https://models.physiomeproject.org/workspace/874/rawfile/0303f8ff0987b0abb8b9ca5cb75b2786a4150e94/Simulation/src/runSim_7.ps1

## Run OpenCOR simulation using Python shell in PowerShell:
# If this script cannot be loaded, type "Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process" in the PowerShell terminal
# The OpenCOR installation folder path
$dpath= 'C:/Users/wai484/Documents/OpenCOR'
# The simulation Python script directory where the script is present
$mpath='C:/Users/wai484/Documents/RecruitmentSynchronization_SMCs/Simulation/src'
# The simulation Python script
$mfile='simFig7.py'
# Run the simulation script using Python shell
.$dpath/pythonshell.bat $mpath/$mfile
# The simulation Python script
$mfile='simFig7_1.py'
# Run the simulation script using Python shell
.$dpath/pythonshell.bat $mpath/$mfile
# The simulation Python script
$mfile='simFig7_2.py'
# Run the simulation script using Python shell
.$dpath/pythonshell.bat $mpath/$mfile
# The simulation Python script
$mfile='simFig7_3.py'
# Run the simulation script using Python shell
.$dpath/pythonshell.bat $mpath/$mfile
# The simulation Python script
$mfile='simFig7E.py'
# Run the simulation script using Python shell
.$dpath/pythonshell.bat $mpath/$mfile
# The simulation Python script
$mfile='simFig7E_1.py'
# Run the simulation script using Python shell
.$dpath/pythonshell.bat $mpath/$mfile
# The simulation Python script
$mfile='simFig7E_2.py'
# Run the simulation script using Python shell
.$dpath/pythonshell.bat $mpath/$mfile
# The simulation Python script
$mfile='simFig7E_3.py'
# Run the simulation script using Python shell
.$dpath/pythonshell.bat $mpath/$mfile