np-services 0.1.65__py3-none-any.whl → 0.1.66__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,7 +28,7 @@ import npc_stim
28
28
  logger = logging.getLogger()
29
29
 
30
30
  DEFAULT_SERVICES: tuple[np_services.Testable, ...] = (np_services.MouseDirector, )
31
- DEFAULT_RECORDERS: tuple[np_services.Startable, ...] = (np_services.Sync, np_services.OpenEphys, np_services.VideoMVR, )
31
+ DEFAULT_RECORDERS: tuple[np_services.Startable, ...] = (np_services.Sync, np_services.VideoMVR, )
32
32
 
33
33
  @dataclasses.dataclass
34
34
  class PretestConfig:
@@ -49,7 +49,9 @@ class PretestSession(abc.ABC):
49
49
  return DEFAULT_SERVICES + self.recorders + (self.stim, )
50
50
 
51
51
  @property
52
- def recorders(self) -> tuple[np_services.Startable, ...]:
52
+ def recorders(self) -> tuple[np_services.Startable, ...]:
53
+ if self.pretest_config.check_barcodes:
54
+ return DEFAULT_RECORDERS + (np_services.OpenEphys, )
53
55
  return DEFAULT_RECORDERS
54
56
 
55
57
  @property
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: np-services
3
- Version: 0.1.65
3
+ Version: 0.1.66
4
4
  Summary: Tools for interfacing with devices and services used in Mindscope Neuropixels experiments at the Allen Institute.
5
5
  Author-Email: bjhardcastle <ben.hardcastle@alleninstitute.org>
6
6
  Classifier: Programming Language :: Python :: 3
@@ -1,6 +1,6 @@
1
- np_services-0.1.65.dist-info/METADATA,sha256=PD7RsX_QeowMvl35SWCAfSAi8feV5w9yuSKGCoSszY0,879
2
- np_services-0.1.65.dist-info/WHEEL,sha256=N2J68yzZqJh3mI_Wg92rwhw0rtJDFpZj9bwQIMJgaVg,90
3
- np_services-0.1.65.dist-info/entry_points.txt,sha256=TldbYj9M3gsdasFZbDnfhCa-fm5kPiMDXcOj21Qoawk,62
1
+ np_services-0.1.66.dist-info/METADATA,sha256=SF2uCzg4P9DR9sS3dEh_hXFzoNoe9yfAX3L0OUj1Qp0,879
2
+ np_services-0.1.66.dist-info/WHEEL,sha256=N2J68yzZqJh3mI_Wg92rwhw0rtJDFpZj9bwQIMJgaVg,90
3
+ np_services-0.1.66.dist-info/entry_points.txt,sha256=TldbYj9M3gsdasFZbDnfhCa-fm5kPiMDXcOj21Qoawk,62
4
4
  np_services/.mypy_cache/.gitignore,sha256=_7s5RkPBEvI1a7XzGE6V4z_XMhRokvTu6tEml1Vw_zk,36
5
5
  np_services/.mypy_cache/3.9/@plugins_snapshot.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
6
6
  np_services/.mypy_cache/3.9/__future__.data.json,sha256=raQSzDEsSFGbpuXnjSoGWTF3ufScHYT4VgkTwlfTX3s,8382
@@ -200,7 +200,7 @@ np_services/resources/grey_desktop.ps1,sha256=dKv_J7o3rmV6kLwhtIJA-kJSP1jOOp_Yxq
200
200
  np_services/resources/mvr_connector.py,sha256=ZcZYtdtxMyOwoZzGiH2Xh2vllRzcgr6nhNiuYOkbPHM,8230
201
201
  np_services/resources/reset_desktop.ps1,sha256=x37x6upJs6F4w47pOmtBMJ9L9b3S_g7zFyb7wd_7ASA,2219
202
202
  np_services/resources/zro.py,sha256=eAtKB1h3rFXd-EfGuXFNjtkDMC_9e6ZDA_mzIUjze-g,10246
203
- np_services/scripts/pretest.py,sha256=kYtJfF-kVC7aR2Qt9CfRo-9O9SU8oHBgLwqfwAIYf3U,14130
203
+ np_services/scripts/pretest.py,sha256=VNS2wgoAACI1H8_0yG6qGP9OqRI6Wgjr8l_YoZEQMoY,14220
204
204
  np_services/stim_computer_theme_changer.py,sha256=ypUWS6FZICpZta4GmtTMmgNvw9Sms-cAKv0WZDzFln4,2034
205
205
  np_services/utils.py,sha256=VoCRLg7AGcv0qogMQF1-cBq1dWMOlKURotCwW7PKsns,5770
206
- np_services-0.1.65.dist-info/RECORD,,
206
+ np_services-0.1.66.dist-info/RECORD,,