Skip to content

Commit

Permalink
update readme with copy instrucions
Browse files Browse the repository at this point in the history
  • Loading branch information
oliche committed Jun 28, 2023
1 parent ffbf042 commit 686e833
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
__pycache__/
\.vscode/
\.idea/
Expand Down
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# iblrig v7
Software used to interact with various pieces of specialized hardware for neuroscience data acquisition.

## Usage instructions

### Launch a task
Open Windows Powershell (blue icon on the taskbar)
Copy in the following:

C:\iblrig\venv\Scripts\.\Activate.ps1
cd C:\iblrig_params
start-pybpod

### Transfer data

Open Windows Powershell (blue icon on the taskbar)
Copy in the following:

C:\iblrig\venv\Scripts\.\Activate.ps1
cd C:\iblrig
python C:\iblrig\scripts\transfer_rig_data.py C:\iblrig_data\Subjects Y:\Subjects

## Installation on Windows
Software has only been tested on Windows 10. No other version of Windows is supported at this time. The test user account has
administrative rights.
Expand Down

0 comments on commit 686e833

Please sign in to comment.