antspymm 1.1.7__tar.gz → 1.1.9__tar.gz
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.
- {antspymm-1.1.7/antspymm.egg-info → antspymm-1.1.9}/PKG-INFO +3 -3
- {antspymm-1.1.7 → antspymm-1.1.9}/README.md +2 -2
- {antspymm-1.1.7 → antspymm-1.1.9}/antspymm/__init__.py +5 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/antspymm/mm.py +418 -111
- {antspymm-1.1.7 → antspymm-1.1.9/antspymm.egg-info}/PKG-INFO +3 -3
- {antspymm-1.1.7 → antspymm-1.1.9}/antspymm.egg-info/SOURCES.txt +1 -2
- {antspymm-1.1.7 → antspymm-1.1.9}/setup.py +1 -1
- antspymm-1.1.9/tests/test_dwi_run.py +34 -0
- antspymm-1.1.9/tests/test_rsfmri_run_minimal.py +52 -0
- antspymm-1.1.7/docs/describe_mm_data.R +0 -144
- antspymm-1.1.7/docs/template_overlays.py +0 -17
- antspymm-1.1.7/tests/test_dwi_run.py +0 -66
- {antspymm-1.1.7 → antspymm-1.1.9}/LICENSE +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/MANIFEST.in +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/antspymm.egg-info/dependency_links.txt +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/antspymm.egg-info/not-zip-safe +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/antspymm.egg-info/requires.txt +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/antspymm.egg-info/top_level.txt +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/docs/antspymm_data_dictionary.csv +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/docs/bids_cohort_example.py +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/docs/blind_qc.Rmd +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/docs/blind_qc.html +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/docs/convert_adni_dti_to_nrg.R +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/docs/example_run_from_directory.py +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/docs/make_dict_table.Rmd +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/docs/make_dict_table.html +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/docs/nrg_cohort_example.py +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/docs/outlierness.py +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/docs/ptbp_nrg.py +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/docs/roi_visualization.py +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/docs/roi_visualization_ppmi.py +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/docs/ukbb_to_nrg_processing.py +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/docs/ukbb_to_nrg_processing2.py +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/setup.cfg +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/tests/blind_qc.py +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/tests/mm.py +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/tests/mm_nrg.py +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/tests/outlierness.py +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/tests/parallel_study_aggregation_example.py +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/tests/test_bids_2_nrg.py +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/tests/test_deformation_gradient_reo.py +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/tests/test_dti_recon.py +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/tests/test_dti_reg.py +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/tests/test_dwi_rebasing.py +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/tests/test_flair_run.py +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/tests/test_joint_dti_recon.py +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/tests/test_mm_csv.py +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/tests/test_perfusion_ptbp.py +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/tests/test_perfusion_run.py +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/tests/test_rsfmri_run.py +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/tests/test_ukbb_rsfmri.py +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/tests/testsr.py +0 -0
- {antspymm-1.1.7 → antspymm-1.1.9}/tests/visualize_tractogram.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: antspymm
|
3
|
-
Version: 1.1.
|
3
|
+
Version: 1.1.9
|
4
4
|
Summary: multi-channel/time-series medical image processing with antspyx
|
5
5
|
Home-page: https://github.com/stnava/ANTsPyMM
|
6
6
|
Author: Avants, Gosselin, Tustison, Reardon
|
@@ -337,8 +337,8 @@ for each subject/timepoint, one would run:
|
|
337
337
|
studyfn="matched_mm_data2.csv"
|
338
338
|
df=pd.read_csv( studyfn )
|
339
339
|
index = 20 # 20th subject/timepoint
|
340
|
-
csvfns = df['
|
341
|
-
csvrow = df[ df['
|
340
|
+
csvfns = df['filename']
|
341
|
+
csvrow = df[ df['filename'] == csvfns[index] ]
|
342
342
|
csvrow['projectID']='MyStudy'
|
343
343
|
|
344
344
|
############################################################################################
|
@@ -315,8 +315,8 @@ for each subject/timepoint, one would run:
|
|
315
315
|
studyfn="matched_mm_data2.csv"
|
316
316
|
df=pd.read_csv( studyfn )
|
317
317
|
index = 20 # 20th subject/timepoint
|
318
|
-
csvfns = df['
|
319
|
-
csvrow = df[ df['
|
318
|
+
csvfns = df['filename']
|
319
|
+
csvrow = df[ df['filename'] == csvfns[index] ]
|
320
320
|
csvrow['projectID']='MyStudy'
|
321
321
|
|
322
322
|
############################################################################################
|
@@ -103,9 +103,14 @@ from .mm import docsamson
|
|
103
103
|
from .mm import enantiomorphic_filling_without_mask
|
104
104
|
from .mm import loop_timeseries_censoring
|
105
105
|
from .mm import score_fmri_censoring
|
106
|
+
from .mm import replace_elements_in_numpy_array
|
106
107
|
from .mm import remove_elements_from_numpy_array
|
107
108
|
from .mm import remove_volumes_from_timeseries
|
108
109
|
from .mm import impute_timeseries
|
109
110
|
from .mm import impute_dwi
|
111
|
+
from .mm import scrub_dwi
|
110
112
|
from .mm import timeseries_n3
|
111
113
|
from .mm import calculate_CBF
|
114
|
+
from .mm import estimate_optimal_pca_components
|
115
|
+
from .mm import filter_df
|
116
|
+
|