np-workflows 1.6.80__py3-none-any.whl → 1.6.82__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.
- np_workflows/shared/base_experiments.py +2 -4
- {np_workflows-1.6.80.dist-info → np_workflows-1.6.82.dist-info}/METADATA +6 -3
- {np_workflows-1.6.80.dist-info → np_workflows-1.6.82.dist-info}/RECORD +5 -4
- {np_workflows-1.6.80.dist-info → np_workflows-1.6.82.dist-info}/WHEEL +1 -1
- np_workflows-1.6.82.dist-info/entry_points.txt +4 -0
|
@@ -219,14 +219,12 @@ class WithSession(abc.ABC):
|
|
|
219
219
|
stims = self.stims
|
|
220
220
|
while not all(_.is_ready_to_start() for _ in stims):
|
|
221
221
|
time.sleep(5)
|
|
222
|
-
is_first_mvr_file = True
|
|
223
222
|
for stoppable in (_ for _ in recorders if isinstance(_, Stoppable)):
|
|
224
|
-
|
|
223
|
+
stoppable.stop()
|
|
224
|
+
if 'videomvr' in stoppable.__name__.lower():
|
|
225
225
|
sleep_s = 4
|
|
226
226
|
time.sleep(sleep_s)
|
|
227
227
|
logger.warning(f'Waiting additional {sleep_s} s for MVR to finish writing...')
|
|
228
|
-
is_first_mvr_file = False
|
|
229
|
-
stoppable.stop()
|
|
230
228
|
|
|
231
229
|
def start_services(self, *services: Service) -> None:
|
|
232
230
|
if not services:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: np-workflows
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.82
|
|
4
4
|
Summary: Ecephys and behavior workflows for the Mindscope Neuropixels team.
|
|
5
5
|
Author-Email: Ben Hardcastle <ben.hardcastle@alleninstitute.org>
|
|
6
6
|
License: MIT
|
|
@@ -25,7 +25,11 @@ Requires-Dist: universal-pathlib>=0.1.0
|
|
|
25
25
|
Requires-Dist: s3fs>=2023.6.0
|
|
26
26
|
Requires-Dist: npc-shields>=0.1.10
|
|
27
27
|
Requires-Dist: npc-sessions>=0.0.225
|
|
28
|
-
Requires-Dist: np-codeocean>=0.2.
|
|
28
|
+
Requires-Dist: np-codeocean[dynamic-routing-metadata]>=0.2.1
|
|
29
|
+
Requires-Dist: panel>=1.4.5
|
|
30
|
+
Requires-Dist: aind-session>=0.1.20
|
|
31
|
+
Requires-Dist: jupyter-bokeh>=4.0.5
|
|
32
|
+
Provides-Extra: dev
|
|
29
33
|
Requires-Dist: blue>=0.9.1; extra == "dev"
|
|
30
34
|
Requires-Dist: pytest>=7.2.2; extra == "dev"
|
|
31
35
|
Requires-Dist: mypy>=1.1.1; extra == "dev"
|
|
@@ -34,7 +38,6 @@ Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
|
|
|
34
38
|
Requires-Dist: bump>=1.3.2; extra == "dev"
|
|
35
39
|
Requires-Dist: types-backports>=0.1.3; extra == "dev"
|
|
36
40
|
Requires-Dist: ruff>=0.0.260; extra == "dev"
|
|
37
|
-
Provides-Extra: dev
|
|
38
41
|
Description-Content-Type: text/markdown
|
|
39
42
|
|
|
40
43
|
# np_workflows
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
np_workflows-1.6.
|
|
2
|
-
np_workflows-1.6.
|
|
1
|
+
np_workflows-1.6.82.dist-info/METADATA,sha256=G9Pd2xpBmhHs4rk4W7r6zciJMUAm3hmyQ4obxQQSxS0,3991
|
|
2
|
+
np_workflows-1.6.82.dist-info/WHEEL,sha256=pM0IBB6ZwH3nkEPhtcp50KvKNX-07jYtnb1g1m6Z4Co,90
|
|
3
|
+
np_workflows-1.6.82.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
|
3
4
|
np_workflows/__init__.py,sha256=QWnSRZ3THmQPF6HO8rFC4EkcjGd5ypap7BssqKqva64,232
|
|
4
5
|
np_workflows/assets/images/logo_np_hab.png,sha256=N1skdSq4lQv0liucargHoulzfE-zeTYoud-wAePD2VY,10071
|
|
5
6
|
np_workflows/assets/images/logo_np_vis.png,sha256=yDaQ3dQcX1OXPN8Rsne9SvaevUlgvVRcw_tWs02cyTU,19349
|
|
@@ -58,9 +59,9 @@ np_workflows/experiments/templeton/__init__.py,sha256=LrTnP6DnkTSB-sdadvSOJvLZMZ
|
|
|
58
59
|
np_workflows/experiments/templeton/main.py,sha256=5JDBN4fQbBy2PfiUh6OQr0NVZo-h58la3C-mgfLsU3Y,2906
|
|
59
60
|
np_workflows/experiments/templeton/widgets.py,sha256=e0t7zhD0N-i6Q5_8EWW4lYrESuAb7hIz_BEL4NPaywo,2884
|
|
60
61
|
np_workflows/shared/__init__.py,sha256=L9h5R3dioT8m0KcwjlQV5_eoEFoneJHEzDTGaH4_ySg,131
|
|
61
|
-
np_workflows/shared/base_experiments.py,sha256=
|
|
62
|
+
np_workflows/shared/base_experiments.py,sha256=6vq4f8oJihucB5s12SOx6O7jyCQHjg5UKNQwxUYl1xs,33632
|
|
62
63
|
np_workflows/shared/camstim_scripts/flash_250ms.stim,sha256=ARwNQPJRRQwEaD_k0oXR1lafdafWlf_Kvfbq6TVEkDU,408
|
|
63
64
|
np_workflows/shared/camstim_scripts/gabor_20_deg_250ms.stim,sha256=xvuRMORZiN9IuOLWZbNTWuxmhfHefGnZtIpeYcsQXpE,718
|
|
64
65
|
np_workflows/shared/npxc.py,sha256=NWi826e14EEt3vKlsLwsQ2wYcsLk9Ea_Hrb8hn2iA3Y,6689
|
|
65
66
|
np_workflows/shared/widgets.py,sha256=aehptvxluwfyRs7Sa4ZSvCMhOwGCxhUM7STBR4wFG5k,26880
|
|
66
|
-
np_workflows-1.6.
|
|
67
|
+
np_workflows-1.6.82.dist-info/RECORD,,
|