Skip to content

Commit

Permalink
add transfer data script example with v7 environment
Browse files Browse the repository at this point in the history
  • Loading branch information
oliche committed Jun 27, 2023
1 parent 1cfe710 commit ffbf042
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions transfer-data.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Set the execution policy for powershell
Set-ExecutionPolicy -Scope CurrentUser Bypass -Force

# Activates the python venv environment
C:\iblrig\venv\Scripts\.\Activate.ps1

# Transfer the rig data from the local rig to the server
python C:\iblrig\scripts\transfer_rig_data.py C:\iblrig_data\Subjects Y:\Subjects

0 comments on commit ffbf042

Please sign in to comment.