np-services 0.1.70__py3-none-any.whl → 0.1.72__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_services/open_ephys.py +1 -1
- np_services/scripts/pretest.py +1 -1
- {np_services-0.1.70.dist-info → np_services-0.1.72.dist-info}/METADATA +1 -2
- {np_services-0.1.70.dist-info → np_services-0.1.72.dist-info}/RECORD +7 -7
- {np_services-0.1.70.dist-info → np_services-0.1.72.dist-info}/WHEEL +0 -0
- {np_services-0.1.70.dist-info → np_services-0.1.72.dist-info}/entry_points.txt +0 -0
- {np_services-0.1.70.dist-info → np_services-0.1.72.dist-info}/top_level.txt +0 -0
np_services/open_ephys.py
CHANGED
|
@@ -11,7 +11,6 @@ from typing import Any, Optional, Sequence
|
|
|
11
11
|
import np_config
|
|
12
12
|
import np_logging
|
|
13
13
|
import requests
|
|
14
|
-
import npc_ephys
|
|
15
14
|
|
|
16
15
|
import np_services.utils as utils
|
|
17
16
|
from np_services.protocols import TestError
|
|
@@ -332,6 +331,7 @@ def verify() -> None:
|
|
|
332
331
|
|
|
333
332
|
def validate() -> None:
|
|
334
333
|
logger.info(f"OpenEphys | Validating")
|
|
334
|
+
import npc_ephys
|
|
335
335
|
npc_ephys.validate_ephys(
|
|
336
336
|
root_paths=data_files,
|
|
337
337
|
sync_path_or_dataset=sync_path,
|
np_services/scripts/pretest.py
CHANGED
|
@@ -22,7 +22,6 @@ import np_session
|
|
|
22
22
|
import np_services
|
|
23
23
|
import np_config
|
|
24
24
|
import npc_sync
|
|
25
|
-
import npc_ephys
|
|
26
25
|
import npc_mvr
|
|
27
26
|
import npc_stim
|
|
28
27
|
|
|
@@ -370,6 +369,7 @@ def run_pretest(
|
|
|
370
369
|
service.validate()
|
|
371
370
|
elif config.check_ephys_barcodes:
|
|
372
371
|
# try validating ephys without sync (currently error prone with short pretest-like recordings)
|
|
372
|
+
import npc_ephys
|
|
373
373
|
npc_ephys.validate_ephys(
|
|
374
374
|
root_paths=service.data_files,
|
|
375
375
|
sync_path_or_dataset=False,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: np-services
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.72
|
|
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
|
|
@@ -17,7 +17,6 @@ Requires-Dist: h5py<4.0.0,>=3.8.0
|
|
|
17
17
|
Requires-Dist: np-config>=0.4.17
|
|
18
18
|
Requires-Dist: tables<4.0.0,>=3.8.0
|
|
19
19
|
Requires-Dist: npc-sync>=0.1.13
|
|
20
|
-
Requires-Dist: npc-ephys>=0.1.7
|
|
21
20
|
Requires-Dist: npc-stim>=0.1.5
|
|
22
21
|
Requires-Dist: npc-mvr>=0.1.2
|
|
23
22
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
np_services/__init__.py,sha256=LV0k1Xgx9KP4r0EpSbTEhofHT53UO7E-GFG7Wgl7st0,291
|
|
2
|
-
np_services/open_ephys.py,sha256=
|
|
2
|
+
np_services/open_ephys.py,sha256=EOZIa3T-AzyWagYLbO2nxlakbrpookRBwSc_K_bCstI,10627
|
|
3
3
|
np_services/protocols.py,sha256=bky_SreNzsDITb8RG6NiwMV1oqa7wJiuyDUvKn-Z4hg,5366
|
|
4
4
|
np_services/proxies.py,sha256=4hx1blCb5cN8kidOT9byEUpivOysvM36F_rCCuoKSRw,54422
|
|
5
5
|
np_services/stim_computer_theme_changer.py,sha256=y_v-m0h35m5n1kGWF_p_pRi6hKz_tHsrOKhzpWt8msw,1993
|
|
@@ -7,9 +7,9 @@ np_services/utils.py,sha256=w7uZX6IHcLO65aKPCHqRn_2Wr1qMjgKeaqhvaHxMFjE,5603
|
|
|
7
7
|
np_services/resources/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
8
|
np_services/resources/mvr_connector.py,sha256=2kRSKiWdF1CgALvsK3EAy8Xia659yJ8taCLzbaTpe14,7970
|
|
9
9
|
np_services/resources/zro.py,sha256=-1a6knlpLnNb-muJsebeW4hZmDnUXj6ThdbHm8641JA,9921
|
|
10
|
-
np_services/scripts/pretest.py,sha256=
|
|
11
|
-
np_services-0.1.
|
|
12
|
-
np_services-0.1.
|
|
13
|
-
np_services-0.1.
|
|
14
|
-
np_services-0.1.
|
|
15
|
-
np_services-0.1.
|
|
10
|
+
np_services/scripts/pretest.py,sha256=MjyyC9dPnbdhoVu6FLnRbam5peYWA2dorXpDOCHQPp0,15612
|
|
11
|
+
np_services-0.1.72.dist-info/METADATA,sha256=WWJuCLq-SuE8LBPgmtrVoOXaiJEPT02eGjHJdAOYgyo,849
|
|
12
|
+
np_services-0.1.72.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
13
|
+
np_services-0.1.72.dist-info/entry_points.txt,sha256=I4h7Ci2KAFSwWRSd6-ZBTpyTbEQMCBe86zwhnROd6Oc,84
|
|
14
|
+
np_services-0.1.72.dist-info/top_level.txt,sha256=JT1ozakOjqY1JyPkaLl69-9du_eSxA2KsfUKjuzQ9zc,12
|
|
15
|
+
np_services-0.1.72.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|