junifer 0.0.5.dev33__py3-none-any.whl → 0.0.5.dev39__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.
- junifer/_version.py +2 -2
- junifer/api/__init__.py +1 -1
- junifer/api/queue_context/__init__.py +1 -1
- junifer/configs/__init__.py +1 -1
- junifer/configs/juseless/__init__.py +1 -1
- junifer/configs/juseless/datagrabbers/__init__.py +1 -1
- junifer/data/__init__.py +1 -1
- junifer/data/coordinates.py +1 -1
- junifer/data/masks.py +1 -1
- junifer/data/parcellations.py +1 -1
- junifer/data/template_spaces.py +1 -1
- junifer/datagrabber/__init__.py +1 -1
- junifer/datagrabber/aomic/id1000.py +3 -2
- junifer/datagrabber/aomic/piop1.py +3 -2
- junifer/datagrabber/aomic/piop2.py +3 -2
- junifer/datagrabber/dmcc13_benchmark.py +3 -2
- junifer/datareader/__init__.py +1 -1
- junifer/external/__init__.py +1 -1
- junifer/external/nilearn/__init__.py +1 -1
- junifer/markers/__init__.py +1 -1
- junifer/onthefly/__init__.py +1 -1
- junifer/pipeline/__init__.py +1 -1
- junifer/preprocess/__init__.py +1 -1
- junifer/stats.py +1 -1
- junifer/storage/__init__.py +1 -1
- junifer/testing/__init__.py +1 -1
- junifer/testing/datagrabbers.py +1 -1
- junifer/utils/__init__.py +1 -1
- {junifer-0.0.5.dev33.dist-info → junifer-0.0.5.dev39.dist-info}/METADATA +1 -1
- {junifer-0.0.5.dev33.dist-info → junifer-0.0.5.dev39.dist-info}/RECORD +35 -35
- {junifer-0.0.5.dev33.dist-info → junifer-0.0.5.dev39.dist-info}/AUTHORS.rst +0 -0
- {junifer-0.0.5.dev33.dist-info → junifer-0.0.5.dev39.dist-info}/LICENSE.md +0 -0
- {junifer-0.0.5.dev33.dist-info → junifer-0.0.5.dev39.dist-info}/WHEEL +0 -0
- {junifer-0.0.5.dev33.dist-info → junifer-0.0.5.dev39.dist-info}/entry_points.txt +0 -0
- {junifer-0.0.5.dev33.dist-info → junifer-0.0.5.dev39.dist-info}/top_level.txt +0 -0
junifer/_version.py
CHANGED
@@ -12,5 +12,5 @@ __version__: str
|
|
12
12
|
__version_tuple__: VERSION_TUPLE
|
13
13
|
version_tuple: VERSION_TUPLE
|
14
14
|
|
15
|
-
__version__ = version = '0.0.5.
|
16
|
-
__version_tuple__ = version_tuple = (0, 0, 5, '
|
15
|
+
__version__ = version = '0.0.5.dev39'
|
16
|
+
__version_tuple__ = version_tuple = (0, 0, 5, 'dev39')
|
junifer/api/__init__.py
CHANGED
junifer/configs/__init__.py
CHANGED
junifer/data/__init__.py
CHANGED
junifer/data/coordinates.py
CHANGED
junifer/data/masks.py
CHANGED
junifer/data/parcellations.py
CHANGED
junifer/data/template_spaces.py
CHANGED
junifer/datagrabber/__init__.py
CHANGED
@@ -24,8 +24,9 @@ class DataladAOMICID1000(PatternDataladDataGrabber):
|
|
24
24
|
The directory where the datalad dataset will be cloned. If None,
|
25
25
|
the datalad dataset will be cloned into a temporary directory
|
26
26
|
(default None).
|
27
|
-
types: {"BOLD", "BOLD_confounds", "
|
28
|
-
"VBM_WM", "DWI"} or
|
27
|
+
types: {"BOLD", "BOLD_confounds", "BOLD_mask", "T1w", "T1w_mask", \
|
28
|
+
"VBM_CSF", "VBM_GM", "VBM_WM", "DWI"} or \
|
29
|
+
a list of the options, optional
|
29
30
|
AOMIC data types. If None, all available data types are selected.
|
30
31
|
(default None).
|
31
32
|
native_t1w : bool, optional
|
@@ -26,8 +26,9 @@ class DataladAOMICPIOP1(PatternDataladDataGrabber):
|
|
26
26
|
The directory where the datalad dataset will be cloned. If None,
|
27
27
|
the datalad dataset will be cloned into a temporary directory
|
28
28
|
(default None).
|
29
|
-
types: {"BOLD", "BOLD_confounds", "
|
30
|
-
"VBM_WM", "DWI"} or
|
29
|
+
types: {"BOLD", "BOLD_confounds", "BOLD_mask", "T1w", "T1w_mask", \
|
30
|
+
"VBM_CSF", "VBM_GM", "VBM_WM", "DWI"} or \
|
31
|
+
a list of the options, optional
|
31
32
|
AOMIC data types. If None, all available data types are selected.
|
32
33
|
(default None).
|
33
34
|
tasks : {"restingstate", "anticipation", "emomatching", "faces", \
|
@@ -26,8 +26,9 @@ class DataladAOMICPIOP2(PatternDataladDataGrabber):
|
|
26
26
|
The directory where the datalad dataset will be cloned. If None,
|
27
27
|
the datalad dataset will be cloned into a temporary directory
|
28
28
|
(default None).
|
29
|
-
types: {"BOLD", "BOLD_confounds", "
|
30
|
-
"VBM_WM", "DWI"} or
|
29
|
+
types: {"BOLD", "BOLD_confounds", "BOLD_mask", "T1w", "T1w_mask", \
|
30
|
+
"VBM_CSF", "VBM_GM", "VBM_WM", "DWI"} or \
|
31
|
+
a list of the options, optional
|
31
32
|
AOMIC data types. If None, all available data types are selected.
|
32
33
|
(default None).
|
33
34
|
tasks : {"restingstate", "stopsignal", "workingmemory"} \
|
@@ -25,8 +25,9 @@ class DMCC13Benchmark(PatternDataladDataGrabber):
|
|
25
25
|
The directory where the datalad dataset will be cloned. If None,
|
26
26
|
the datalad dataset will be cloned into a temporary directory
|
27
27
|
(default None).
|
28
|
-
types: {"BOLD", "BOLD_confounds", "
|
29
|
-
"
|
28
|
+
types: {"BOLD", "BOLD_confounds", "BOLD_mask", "T1w", "T1w_mask", \
|
29
|
+
"VBM_CSF", "VBM_GM", "VBM_WM", "Warp" (only if \
|
30
|
+
"native_t1w = True")} or a list of the options, optional
|
30
31
|
DMCC data types. If None, all available data types are selected.
|
31
32
|
(default None).
|
32
33
|
sessions: {"ses-wave1bas", "ses-wave1pro", "ses-wave1rea"} or list of \
|
junifer/datareader/__init__.py
CHANGED
junifer/external/__init__.py
CHANGED
junifer/markers/__init__.py
CHANGED
junifer/onthefly/__init__.py
CHANGED
junifer/pipeline/__init__.py
CHANGED
junifer/preprocess/__init__.py
CHANGED
junifer/stats.py
CHANGED
junifer/storage/__init__.py
CHANGED
junifer/testing/__init__.py
CHANGED
junifer/testing/datagrabbers.py
CHANGED
junifer/utils/__init__.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: junifer
|
3
|
-
Version: 0.0.5.
|
3
|
+
Version: 0.0.5.dev39
|
4
4
|
Summary: JUelich NeuroImaging FEature extractoR
|
5
5
|
Author-email: Fede Raimondo <f.raimondo@fz-juelich.de>, Synchon Mandal <s.mandal@fz-juelich.de>
|
6
6
|
Maintainer-email: Fede Raimondo <f.raimondo@fz-juelich.de>, Synchon Mandal <s.mandal@fz-juelich.de>
|
@@ -1,13 +1,13 @@
|
|
1
1
|
junifer/__init__.py,sha256=x1UR2jUcrUdm2HNl-3Qvyi4UUrU6ms5qm2qcmNY7zZk,391
|
2
|
-
junifer/_version.py,sha256=
|
3
|
-
junifer/stats.py,sha256=
|
4
|
-
junifer/api/__init__.py,sha256=
|
2
|
+
junifer/_version.py,sha256=l1LfA0OgiHtlGqU1WbRoivsWTb_BlPL87yDQLjByFJY,426
|
3
|
+
junifer/stats.py,sha256=jN22_qFvWYBU9ZIMnCSzN4iOscWnWrcrUPIdLeDkV64,6163
|
4
|
+
junifer/api/__init__.py,sha256=pSj8V8tmwOAQ3sshWJfRfB-n3z5bcJj3pHOBX4-8ONc,251
|
5
5
|
junifer/api/cli.py,sha256=wtU7Rv9tDIT-4KQAkG6WxiE6mop3cuz6XxGDewceHPs,15329
|
6
6
|
junifer/api/decorators.py,sha256=8bnwHPAe7VgzKxl--M_e0umdAlTVSzaJQHEJZ5kof5k,2580
|
7
7
|
junifer/api/functions.py,sha256=29bGcpFueL3mjOcoNWU0xaHpM5aIrRQod-U2o-5_TSs,12938
|
8
8
|
junifer/api/parser.py,sha256=a3SSC2xO-PF1pqXZXFq8Sh9aVd-dmHolJbCkGyOUTAM,4416
|
9
9
|
junifer/api/utils.py,sha256=dyjTdPMwX9qeCrn8SQT2Pjshfnu-y1FEyujV7lCzvm0,3333
|
10
|
-
junifer/api/queue_context/__init__.py,sha256=
|
10
|
+
junifer/api/queue_context/__init__.py,sha256=_yXJ8woTxLNLoSR3yLxAW7MtC5sa-oCRxewsZ9D3j98,271
|
11
11
|
junifer/api/queue_context/gnu_parallel_local_adapter.py,sha256=x2eQRVkhwJKd-Kx8AYia4F8nYnOLJrFzMGMjcwUygEc,9561
|
12
12
|
junifer/api/queue_context/htcondor_adapter.py,sha256=92pt4M_r52inBVlQ2M8Di6quEKW4Xcq3qVNRXaV4rGY,13233
|
13
13
|
junifer/api/queue_context/queue_context_adapter.py,sha256=a6UE8xavDfuaZbkWYsayVs6l-rwIrbpFSpqSyHsEeYY,1577
|
@@ -38,9 +38,9 @@ junifer/api/tests/test_parser.py,sha256=eUz2JPVb0_cxvoeI1O_C5PMNs5v_lDzGsN6fV1VW
|
|
38
38
|
junifer/api/tests/data/gmd_mean.yaml,sha256=Ohb_C5cfQMK-59U9O1ZhejXyBtzLc5Y4cv8QyYq2azg,330
|
39
39
|
junifer/api/tests/data/gmd_mean_htcondor.yaml,sha256=f7NLv_KIJXTiPNFmOWl2Vw8EfwojhfkGtwbh5prbd6w,417
|
40
40
|
junifer/api/tests/data/partly_cloudy_agg_mean_tian.yml,sha256=nS8K_R1hEuV71Vv-i9SYjnDGAK2FClQqBiE4kOuQ_ys,313
|
41
|
-
junifer/configs/__init__.py,sha256=
|
42
|
-
junifer/configs/juseless/__init__.py,sha256=
|
43
|
-
junifer/configs/juseless/datagrabbers/__init__.py,sha256=
|
41
|
+
junifer/configs/__init__.py,sha256=mE70B1Sc7Tn4uts1vMVF7Ie6hdj7PuDvmDmie3soA9I,121
|
42
|
+
junifer/configs/juseless/__init__.py,sha256=mT1pnQcoH32bIqmU2mBO31pFsdc0jKrGBNVxxJ6fdao,159
|
43
|
+
junifer/configs/juseless/datagrabbers/__init__.py,sha256=kLcoJyUZMrrAmgWynuTvute9tZ3sSVWrEm7t0nKCO4s,460
|
44
44
|
junifer/configs/juseless/datagrabbers/aomic_id1000_vbm.py,sha256=4Vf1AC6WSDkCaYXKJXEkJHS2UsdON57wdhj_oqpK-vw,1428
|
45
45
|
junifer/configs/juseless/datagrabbers/camcan_vbm.py,sha256=GXnDML55kKEGSb38olRUWL_AFdN9IvPViEGP9CaDTUQ,1497
|
46
46
|
junifer/configs/juseless/datagrabbers/ixi_vbm.py,sha256=mCuv-27AsN9bReoq3Fo7CJaC2Jkmd5Y1sFEk5ExGqUo,2263
|
@@ -51,11 +51,11 @@ junifer/configs/juseless/datagrabbers/tests/test_camcan_vbm.py,sha256=o0dzptS97p
|
|
51
51
|
junifer/configs/juseless/datagrabbers/tests/test_ixi_vbm.py,sha256=8jxpNZelXwpJGvA5LOfpso2X8yt1chvERAYmv76hS_g,1252
|
52
52
|
junifer/configs/juseless/datagrabbers/tests/test_ucla.py,sha256=fFxllR0yvt7hiQYdSXJkl9_05UwemKfcp1vC6xf0X-U,3315
|
53
53
|
junifer/configs/juseless/datagrabbers/tests/test_ukb_vbm.py,sha256=b9hjc1mgO--PSRC3id2EzzfE2yWNsuZ2UI47a6sfGZU,1025
|
54
|
-
junifer/data/__init__.py,sha256=
|
55
|
-
junifer/data/coordinates.py,sha256=
|
56
|
-
junifer/data/masks.py,sha256=
|
57
|
-
junifer/data/parcellations.py,sha256=
|
58
|
-
junifer/data/template_spaces.py,sha256=
|
54
|
+
junifer/data/__init__.py,sha256=Z3CdIXpXK3Avxm2Qj7MsuNNZSM8Pc5KBa9D51DYd1v0,602
|
55
|
+
junifer/data/coordinates.py,sha256=YzFUTeV9H8feWDlexz1v0E6UXERFeoP8ia1j5qYg8JU,12847
|
56
|
+
junifer/data/masks.py,sha256=onSBFxar8l6TwNg3aUotSodv0-yabsWK8oF6qomcMxc,23477
|
57
|
+
junifer/data/parcellations.py,sha256=reNi0YdxP0sQYnB_tnxabP73FkvkdXXGsDLn68-hnfM,65225
|
58
|
+
junifer/data/template_spaces.py,sha256=2dD9GIBgsd764ol3ZvmHL11VrsaBC78CwrMaMh4TCGQ,5756
|
59
59
|
junifer/data/utils.py,sha256=Jmbc7SLzy4nLP_zkWv_aJzb1MZ27tutJ98ifsECCamM,1295
|
60
60
|
junifer/data/VOIs/meta/AutobiographicalMemory_VOIs.txt,sha256=9af38naeL18Tlt_gy_ep6vyTAxOB336JYjbo5FvP8PQ,686
|
61
61
|
junifer/data/VOIs/meta/CogAC_VOIs.txt,sha256=Sr5_E712OLdeQRyUcDNM0wLBvZIyO6gc9Q7KkyJHX1A,398
|
@@ -84,18 +84,18 @@ junifer/data/tests/test_data_utils.py,sha256=_DaiC8K79gs9HFHxr-udNeE2YTM6JA0-1i-
|
|
84
84
|
junifer/data/tests/test_masks.py,sha256=hJAvwPElhzvHYN15-6n98ABgCD-3lBY5WwHFuhImRe0,16172
|
85
85
|
junifer/data/tests/test_parcellations.py,sha256=ZEU1VHIK0AyxpclcJhG_0rQU0phaBU_dHP7Erfi3mN8,38222
|
86
86
|
junifer/data/tests/test_template_spaces.py,sha256=PJulN7xHpAcSOTY-UzTG_WPywZEBSlAZGiNG4gzk1_8,3144
|
87
|
-
junifer/datagrabber/__init__.py,sha256=
|
87
|
+
junifer/datagrabber/__init__.py,sha256=fhHKsZyBeqCFJJMr53VF6EUkNrFuUZkNR8QZbaoHTNg,680
|
88
88
|
junifer/datagrabber/base.py,sha256=KgMSKfkwd4yLW4PhoJDoWMgcDkGmDoIs6jkgKyOJd9A,6303
|
89
89
|
junifer/datagrabber/datalad_base.py,sha256=SsGUJdefdDgAJARBG5kHcbLK2CvvnoEto0TpGZUgnWE,10659
|
90
|
-
junifer/datagrabber/dmcc13_benchmark.py,sha256=
|
90
|
+
junifer/datagrabber/dmcc13_benchmark.py,sha256=rLf6TD9fvjUwuiaqF0vXSDs9w6r3jhNHorKXX7gG8LQ,12945
|
91
91
|
junifer/datagrabber/multiple.py,sha256=eXQIsvSNvD8GuEITjMaMoi1GwoeyWXXbQMRi-f2qgc4,4923
|
92
92
|
junifer/datagrabber/pattern.py,sha256=5XQe0k3iiTID5fbUsShjFKaqkueuPU34ZpzOi1JzFEw,12700
|
93
93
|
junifer/datagrabber/pattern_datalad.py,sha256=y9ptDZEhSj41pf05WNySrj8j4kbi5uIXveFXv4dkKpk,4092
|
94
94
|
junifer/datagrabber/utils.py,sha256=NseewPJvhc0h7Ueyfi_KRUwFfs2V7HspBtYL2Xr9Dik,6965
|
95
95
|
junifer/datagrabber/aomic/__init__.py,sha256=R7yrRVBWsBW25CH0fw-KHpFwb_EC-MlPKDzssGfj5A0,281
|
96
|
-
junifer/datagrabber/aomic/id1000.py,sha256=
|
97
|
-
junifer/datagrabber/aomic/piop1.py,sha256=
|
98
|
-
junifer/datagrabber/aomic/piop2.py,sha256=
|
96
|
+
junifer/datagrabber/aomic/id1000.py,sha256=5mGBBQUuhWn-HMNrCy9rQd8_ANjrW-AkwRmdllOwSvM,6043
|
97
|
+
junifer/datagrabber/aomic/piop1.py,sha256=GIxuv0n36967jW8v_tdKmvyb24JDF9bXsoI33mU5Y6w,8466
|
98
|
+
junifer/datagrabber/aomic/piop2.py,sha256=LOUj-29xddsT3ktOc5_pjuHrqCwR-1gnx1QmkHfWiOg,8085
|
99
99
|
junifer/datagrabber/aomic/tests/test_id1000.py,sha256=cA329VAbZ9mY89vi756xqq1p4LHkBp4e7d_OZJOLsGk,4700
|
100
100
|
junifer/datagrabber/aomic/tests/test_piop1.py,sha256=Faqmya-OisThPom1nooxlacaCD4afLFSw03Wn58gK6g,5466
|
101
101
|
junifer/datagrabber/aomic/tests/test_piop2.py,sha256=8emWWImX-ltUHJtEFWo8Jng_0kK-Yz66RyA7ddt-By4,5265
|
@@ -110,19 +110,19 @@ junifer/datagrabber/tests/test_dmcc13_benchmark.py,sha256=m1_ODoGAvSiFeGS-tyTaK1
|
|
110
110
|
junifer/datagrabber/tests/test_multiple.py,sha256=Mx3xfDrQiWG2W5MW24P5L2XiSeALpJ2-jFlzWkKtu9w,5659
|
111
111
|
junifer/datagrabber/tests/test_pattern.py,sha256=Zmwg79f-qs6AEPVoFpooOquK7rm1hsmgkzuo11BG5PE,8019
|
112
112
|
junifer/datagrabber/tests/test_pattern_datalad.py,sha256=hxw_aXBwHjUo-aUrHescBA2dn1bSJxh-0oV8495iIEA,6483
|
113
|
-
junifer/datareader/__init__.py,sha256=
|
113
|
+
junifer/datareader/__init__.py,sha256=_vtrLX_vxlHFD90gPa3gWnhTuvfWM7Uzyj6y8ZPaWm8,259
|
114
114
|
junifer/datareader/default.py,sha256=BFtk_HJueia7EfhaIpgebe-RWHSKaLEO5btpHA--wo0,4848
|
115
115
|
junifer/datareader/tests/test_default_reader.py,sha256=9dPZSkba1YQjFsA0XwdUbx5sq8DVIEZoy_WfMAcvRus,5220
|
116
|
-
junifer/external/__init__.py,sha256=
|
116
|
+
junifer/external/__init__.py,sha256=CBB7eQul2hf-WWwT_PYFV1MS9KkXlZBO7oQWWVLgB_I,110
|
117
117
|
junifer/external/h5io/h5io/__init__.py,sha256=LG7ru_Rt3EOE2H4PGYfBhC12Iax3yeTquZkd8TICiKk,469
|
118
118
|
junifer/external/h5io/h5io/_h5io.py,sha256=8dWZDYegoPcBkH_fHPdl0eXNWTaRdk9hfIQo8Mcegzo,28748
|
119
119
|
junifer/external/h5io/h5io/_version.py,sha256=mFY0GwwuN-a3M8w93_mskS6GZIvv9SNdjLfJaWNsm-I,22
|
120
120
|
junifer/external/h5io/h5io/chunked_array.py,sha256=K1HWf7R2Jc7gCzBqAoBjx0ZnMmUhTe3iAO6RF6PdUO4,3338
|
121
121
|
junifer/external/h5io/h5io/chunked_list.py,sha256=1Y5BbuWzurJlEFQzJNuDdC3fNZ39ENEMba99X_4VeSM,1952
|
122
|
-
junifer/external/nilearn/__init__.py,sha256=
|
122
|
+
junifer/external/nilearn/__init__.py,sha256=a2Umwm3_WeqIC7DqPUmnUonYfX3LUdQ0ScDGZrNP6y4,180
|
123
123
|
junifer/external/nilearn/junifer_nifti_spheres_masker.py,sha256=sA8fbdaTHk2omYidApNO1hN0ObwDJR_h26P9i3MhbvM,16274
|
124
124
|
junifer/external/nilearn/tests/test_junifer_nifti_spheres_masker.py,sha256=qlMFWjo9y8mNLrdmN2qCEK6_nplASv2OlomSfTxDcuw,10370
|
125
|
-
junifer/markers/__init__.py,sha256=
|
125
|
+
junifer/markers/__init__.py,sha256=LjrBMZtWB0LKOnEwiFV-qsWzGUH2ka84VwS0h7wF45U,769
|
126
126
|
junifer/markers/base.py,sha256=Af8TyoNAIHWREZkIgi2su6PUqoloJXVGT-KW13WlWUM,6370
|
127
127
|
junifer/markers/collection.py,sha256=eD6_IJ3y-9lcN4r0ORZqgr2ICjHyTvlAKyh0HKPYqzk,5247
|
128
128
|
junifer/markers/ets_rss.py,sha256=7fr6mmbMM5NKIDV6bUyyu-pwHJH56GwYv6oozK4EX6k,4557
|
@@ -188,10 +188,10 @@ junifer/markers/tests/test_marker_utils.py,sha256=SR3ADWI3uGv4ozYqVu-rMZnJVqP6Jn
|
|
188
188
|
junifer/markers/tests/test_markers_base.py,sha256=cbuCeMmjyFMP1ea6J6XRsBQo8CivQ41ooABiT1Snj2k,3076
|
189
189
|
junifer/markers/tests/test_parcel_aggregation.py,sha256=N0Nn42BF1apQkhntZikiU73b5clJkY2LThBv2YScJPg,26531
|
190
190
|
junifer/markers/tests/test_sphere_aggregation.py,sha256=Xu2vrZvaK0oCZqjuJGiC6Tl8jSOFwVl75U4geclpy14,9747
|
191
|
-
junifer/onthefly/__init__.py,sha256=
|
191
|
+
junifer/onthefly/__init__.py,sha256=hXPczDl10JzCuKe6MNhigXIdFwvftEaRY5fXqCuaRJM,153
|
192
192
|
junifer/onthefly/read_transform.py,sha256=8ia2QktWpVhPDD20bKywuVHPU1Ys2Wyc_HvKyyRTcVo,4309
|
193
193
|
junifer/onthefly/tests/test_read_transform.py,sha256=D2C3IpXQHdsJSF07v8rEwGntLGXjZOserlRhebJUAVM,4719
|
194
|
-
junifer/pipeline/__init__.py,sha256=
|
194
|
+
junifer/pipeline/__init__.py,sha256=oTnyotkwfw6K7s7t8c0U8Ew3trx4wnkXlK4xw_h8PHY,261
|
195
195
|
junifer/pipeline/pipeline_step_mixin.py,sha256=kU0Wut_chlT-iTUb8NP72c7YEoHAECbp7AC0vVsMejc,7219
|
196
196
|
junifer/pipeline/registry.py,sha256=12tRsFeDz_kj9D1nzy9SAkBpchu5IyRH7U2h7eqPDZA,4260
|
197
197
|
junifer/pipeline/singleton.py,sha256=-BiiyFiEO1EItztBcAWI_eyApR-oJTAGVRXkV706rQ4,985
|
@@ -202,7 +202,7 @@ junifer/pipeline/tests/test_pipeline_step_mixin.py,sha256=_ykZzyNzREXy-r_yv1gY_j
|
|
202
202
|
junifer/pipeline/tests/test_registry.py,sha256=rYN0pO3gSueQ6XsasEM9VU5BkLyaNl8WaCZiaO8Rno0,4105
|
203
203
|
junifer/pipeline/tests/test_update_meta_mixin.py,sha256=UeWwpUi-Q5WVd36Fgfn_utXplSVXMSjLcdO2mR2xLTk,1355
|
204
204
|
junifer/pipeline/tests/test_workdir_manager.py,sha256=E1WY4C-GDsx2c49sePqr1WR_Y3nZ1kiRn4Veu506uTs,2801
|
205
|
-
junifer/preprocess/__init__.py,sha256=
|
205
|
+
junifer/preprocess/__init__.py,sha256=lWxDgXD_Ms7FPz70JUcUJT5AbEs-v65K2xrdh3d-a80,428
|
206
206
|
junifer/preprocess/base.py,sha256=Bn1VdonQ1f_DDPwFMpdaeyfLfNSnROulr-U8HuGQ81A,6697
|
207
207
|
junifer/preprocess/bold_warper.py,sha256=pEQ1GaWTV2Ili9WyqJgtq0PGHm4hNztXyY9ixoLNZnw,9060
|
208
208
|
junifer/preprocess/ants/__init__.py,sha256=Uobmbhh6_gOowkF2hQNSQOh3AYeaXzarBXEcLJzhERE,112
|
@@ -227,7 +227,7 @@ junifer/preprocess/warping/_ants_warper.py,sha256=Y1UzZ5jy1TvlLEkaQKW7jCNvEHufZM
|
|
227
227
|
junifer/preprocess/warping/_fsl_warper.py,sha256=eELmS44LYYANQaWR3VDKv8iwpEC2qnF9kbTYRanR2mE,3204
|
228
228
|
junifer/preprocess/warping/space_warper.py,sha256=BW7ymZdr4h7lJRtPLi3RT7qwgmu-HFJFqzZNUl341YU,6589
|
229
229
|
junifer/preprocess/warping/tests/test_space_warper.py,sha256=hHF97XUrMeAu8pIPBUrqD77PijbSv5_dAj9-Zte7UZM,5622
|
230
|
-
junifer/storage/__init__.py,sha256=
|
230
|
+
junifer/storage/__init__.py,sha256=5ve0Vy1stGmn9iQv0c4w-76-sg-gFqZE2IlRlJhFWpQ,337
|
231
231
|
junifer/storage/base.py,sha256=UxDvj81gSmqqHspbSs1X_i9HvW5wXysDippI7HWM7aM,9654
|
232
232
|
junifer/storage/hdf5.py,sha256=oxdPuCG0hxzSDNH0uHnYFwVr_wp0g9yvgZf8bv3PkJM,35631
|
233
233
|
junifer/storage/pandas_base.py,sha256=Qu3Az-xEaFftsiZwordONnOF2UBO1JgkrP8tmxhXUN4,7473
|
@@ -238,8 +238,8 @@ junifer/storage/tests/test_pandas_base.py,sha256=y_TfUGpuXkj_39yVon3rMDxMeBrZXs5
|
|
238
238
|
junifer/storage/tests/test_sqlite.py,sha256=JPfE6r34o86XkKaB6yjMVmO_2vUV40DjsaHICagUtjk,28318
|
239
239
|
junifer/storage/tests/test_storage_base.py,sha256=YzgfspuggzXejyPIoRCPST3ZzH9Pi7dgl0IHN7kynXM,3071
|
240
240
|
junifer/storage/tests/test_utils.py,sha256=vRGhbeOsSn2Izhjh5AaaJkp6X2EoIQVH3a-9COFVnzg,11854
|
241
|
-
junifer/testing/__init__.py,sha256=
|
242
|
-
junifer/testing/datagrabbers.py,sha256=
|
241
|
+
junifer/testing/__init__.py,sha256=LYkax9qpZlxcZnMpZLlvnPSmUr_JoF_CjO3gugvj1Co,214
|
242
|
+
junifer/testing/datagrabbers.py,sha256=tY_dObc2wqSmIrQhcfwR_c8AuVYch51XuhpCKcfA_Oc,6488
|
243
243
|
junifer/testing/registry.py,sha256=iGH3hAt36VtvnZO7UQjybHGh2FI8vo1InY3uDSct5Ps,720
|
244
244
|
junifer/testing/utils.py,sha256=Qgf1ZPk-V1jU2g82a7K0P43VAxbTjOnnBfdV-9wDuMo,558
|
245
245
|
junifer/testing/data/sub-0001_task-anticipation_acq-seq_desc-confounds_regressors.tsv,sha256=iDY1apF5caxnyGqvBYWer5JRKQIfuOwoT-SzzsgL59s,406849
|
@@ -249,17 +249,17 @@ junifer/testing/tests/test_spmauditory_datagrabber.py,sha256=1G1emk-Ze59HiNLaYsy
|
|
249
249
|
junifer/testing/tests/test_testing_registry.py,sha256=oerticBaPRaRZm3yANzInLac0Mqph3Y0aZPQFayu7xA,827
|
250
250
|
junifer/tests/test_main.py,sha256=GMff7jlisGM9_FsiUwWDte43j-KQJGFRYZpwRRqTkd8,373
|
251
251
|
junifer/tests/test_stats.py,sha256=3vPMgYYpWxk8ECDFOMm3-dFBlh4XxjL83SwRBSBAHok,4155
|
252
|
-
junifer/utils/__init__.py,sha256=
|
252
|
+
junifer/utils/__init__.py,sha256=pnx76oY_PbQzuN7DKRZ2c7K81XDOm8tOvB46wMfhZW8,302
|
253
253
|
junifer/utils/fs.py,sha256=Jd9AoV2fIF7pT7KhXsn8T1O1fJ1_SFZgaFuOBAM7DG8,460
|
254
254
|
junifer/utils/helpers.py,sha256=Hp3yGZa9x659BCqFTd4keEU1gbHXNAbJ1_lHG1M6lwI,1338
|
255
255
|
junifer/utils/logging.py,sha256=furcU3XIUpUvnpe4PEwzWWIWgmH4j2ZA4MQdvSGWjj0,9216
|
256
256
|
junifer/utils/tests/test_fs.py,sha256=WQS7cKlKEZ742CIuiOYYpueeAhY9PqlastfDVpVVtvE,923
|
257
257
|
junifer/utils/tests/test_helpers.py,sha256=k5qqfxK8dFyuewTJyR1Qn6-nFaYNuVr0ysc18bfPjyU,929
|
258
258
|
junifer/utils/tests/test_logging.py,sha256=l8oo-AiBV7H6_IzlsNcj__cLeZBUvgIGoaMszD9VaJg,7754
|
259
|
-
junifer-0.0.5.
|
260
|
-
junifer-0.0.5.
|
261
|
-
junifer-0.0.5.
|
262
|
-
junifer-0.0.5.
|
263
|
-
junifer-0.0.5.
|
264
|
-
junifer-0.0.5.
|
265
|
-
junifer-0.0.5.
|
259
|
+
junifer-0.0.5.dev39.dist-info/AUTHORS.rst,sha256=rmULKpchpSol4ExWFdm-qu4fkpSZPYqIESVJBZtGb6E,163
|
260
|
+
junifer-0.0.5.dev39.dist-info/LICENSE.md,sha256=MqCnOBu8uXsEOzRZWh9EBVfVz-kE9NkXcLCrtGXo2yU,34354
|
261
|
+
junifer-0.0.5.dev39.dist-info/METADATA,sha256=TtMlS1WQvAo-VPc3ntTj7-SSkK4bbFB2MKivxcTPKok,8234
|
262
|
+
junifer-0.0.5.dev39.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
263
|
+
junifer-0.0.5.dev39.dist-info/entry_points.txt,sha256=DxFvKq0pOqRunAK0FxwJcoDfV1-dZvsFDpD5HRqSDhw,48
|
264
|
+
junifer-0.0.5.dev39.dist-info/top_level.txt,sha256=4bAq1R2QFQ4b3hohjys2JBvxrl0GKk5LNFzYvz9VGcA,8
|
265
|
+
junifer-0.0.5.dev39.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|