From 02c3b82b9b5355a6eeb11d1b825d3e27ffc8072f Mon Sep 17 00:00:00 2001 From: Miles Wells Date: Thu, 7 Sep 2023 16:06:33 +0300 Subject: [PATCH] Use nonexistent example rig name --- settings/hardware_settings_template.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/settings/hardware_settings_template.yaml b/settings/hardware_settings_template.yaml index 5339213d8..bed2e7e22 100644 --- a/settings/hardware_settings_template.yaml +++ b/settings/hardware_settings_template.yaml @@ -2,7 +2,10 @@ # Each device is named in the list below by the "device_" word beforehand, e.g. "device_frame2ttl". # Each device has settings parameters, written below the device name, e.g. its COM port or code workflow to run it. # To set these parameters, go to TODO DOCUMENTATION APPENDIX 3 -RIG_NAME: _iblrig_cortexlab_behavior_3 + +# The RIG_NAME should be a unique lab location name. If using Alyx, be sure to create this lab location +# via the admin interface (admin/misc/lablocation/). +RIG_NAME: __example_rig # If your Bpod signals are recorded to a DAQ device running on a separate computer, set to False. # NB: When MAIN_SYNC is True, chained protocols are not supported. MAIN_SYNC: True