You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Authenticate with your NetID and PU password (NOT your PNI password, which may be different). When prompted for your username, enter PRINCETON\netid (note that PRINCETON can be upper or lower case) where netid is your PU NetID.
18
18
19
-
#### Install MATLAB 2019 or higher
19
+
#### Install MATLAB 2020a or higher
20
20
21
21
#### Download and install NiDAQmx from <ahref="ni.com/r/downloaddaqmx">National Instruments website </a>
22
22
23
-
#### Download and install Microsoft visual studio community 2019. Make sure to select the option desktop development with C++
23
+
#### Download and install Microsoft Visual Studio community.
24
+
1. Make sure to select a version that is compatible with the Matlab version installed which typically means ensure the VS Community year is older than the Matlab Year (e.g., VS Community 2022 for Matlab R2024a).
25
+
2. Be sure to install the option desktop development with C++
24
26
25
-
#### Instal Git for Windows
27
+
#### Install Git for Windows
26
28
27
-
1. Install from this <ahref="https://git-for-windows.github.io/">link</a>
29
+
1. Install from this <ahref="https://git-for-windows.github.io/">link</a>
28
30
##### Installation options:
29
31
+ Use Git from the Windows Command Prompt (5th pane)
1. Copy ssh public key to clipboard in Git Bash `clip < ~/.ssh/id_ed25519.pub`
43
-
2. Open [https://github.com/login](github.com)
45
+
2. Open [github](https://github.com/login)
44
46
2. Login with vrrigs user (ask your Lab Manager for password)
45
47
46
48
<figure>
@@ -61,8 +63,8 @@ lang: en-US
61
63
62
64
#### Compiler
63
65
64
-
1. Install Visual Studio Code Compiler; make sure to select C++ support from the menu. <ahref="https://visualstudio.microsoft.com/downloads/`">https://visualstudio.microsoft.com/downloads/</a>
65
-
2. In MATLAB, Run `mex -setup -v`. This sets up the compiler. It should output something like found "Microsoft Visual C++ 2015"
66
+
1. Install Visual Studio Code Compiler; make sure to select C++ support from the menu. <ahref="https://visualstudio.microsoft.com/downloads/`">https://visualstudio.microsoft.com/downloads/</a>
67
+
2. In MATLAB, Run `mex -setup -v`. This sets up the compiler. It should output something like found "Microsoft Visual C++ 202X"
66
68
67
69
68
70
### U19-pipeline-matlab Repository
@@ -90,7 +92,7 @@ lang: en-US
90
92
+**Mini VR projection parameters** (Ask lab manager about these parameters)
91
93
8. run `lab.utils.add_behavior_rig(RigParameters.rig)`.
92
94
9. run `live_calibration` experiment (Ask lab manager about this process).
93
-
10. Create a MATLAB shortcut and set **Start in** as `C:\Experiments\ViRMEn`.
95
+
10. Create a MATLAB shortcut and set **Start in** as `C:\Experiments\ViRMEn`.
94
96
11. Add this shortcut to the Windows task bar in the bottom.
95
97
96
98
<figure>
@@ -99,7 +101,7 @@ lang: en-US
99
101
</figure>
100
102
101
103
### Behavior data backup task schedule
102
-
104
+
103
105
1. On Windows type **"Task Scheduler"**
104
106
2. Open **Task Scheduler** "App"
105
107
3. On right hand side menu, click on **"Create Task"** Action
To prevent the screen from turning off while the subjects are training
139
+
1. Under the ("Power & Sleep")[ms-settings:powersleep?activationSource=SMC-IA-4027067] (settings)[https://support.microsoft.com/en-us/windows/how-to-adjust-power-and-sleep-settings-in-windows-26f623b5-4fcc-4194-863d-b824e5ea7679] within Windows, set "Turn my screen off after" to the longest option possible.
140
+
2. Additionally, set the "Make my device Sleep after" to the longest option possible.
0 commit comments