rapidtide 3.0a10__tar.gz → 3.0a11__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.
- {rapidtide-3.0a10 → rapidtide-3.0a11}/CHANGELOG.md +7 -0
- {rapidtide-3.0a10/rapidtide.egg-info → rapidtide-3.0a11}/PKG-INFO +1 -1
- {rapidtide-3.0a10 → rapidtide-3.0a11}/TODO.md +2 -1
- {rapidtide-3.0a10 → rapidtide-3.0a11}/pyproject.toml +3 -4
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/Colortables.py +45 -10
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/RapidtideDataset.py +21 -3
- rapidtide-3.0a11/rapidtide/__init__.py +3 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/_version.py +63 -93
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/examples/src/testfmri +10 -4
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/examples/src/testhappy +1 -6
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_fastresampler.py +6 -2
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_fullrunhappy_v1.py +0 -1
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_fullrunhappy_v4.py +1 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_runmisc.py +4 -4
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/tidepool.py +32 -13
- {rapidtide-3.0a10 → rapidtide-3.0a11/rapidtide.egg-info}/PKG-INFO +1 -1
- {rapidtide-3.0a10 → rapidtide-3.0a11}/versioneer.py +293 -268
- rapidtide-3.0a10/rapidtide/__init__.py +0 -4
- {rapidtide-3.0a10 → rapidtide-3.0a11}/CODE_OF_CONDUCT.md +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/CONTRIBUTING.md +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/INSTALL.rst +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/LICENSE +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/MANIFEST.in +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/README.rst +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/USAGE.rst +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/cloud/download-nda-data +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/cloud/downloadcmd-auther +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/cloud/gmscalc-HCPYA +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/cloud/list-rapidtide-relevant-images +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/cloud/mount-and-run +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/cloud/rapidtide-HCPYA +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/cloud/rapidtide-cloud-test +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/cloud/simple-cp-test +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/OrthoImageItem.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/calcandfitcorrpairs.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/calccoherence.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/calcnullsimfunc.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/calcsimfunc.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/correlate.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/examples/src/installtestdata +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/examples/src/test_findmaxlag.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/examples/src/test_io +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/examples/src/test_mlregressallt.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/examples/src/test_rapidtidecompare +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/examples/src/testalign +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/examples/src/testatlasaverage +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/examples/src/testboth +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/examples/src/testcomplex +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/examples/src/testdecomp +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/examples/src/testfileorfloat +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/examples/src/testfingerprint +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/examples/src/testfmridocker +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/examples/src/testfrozen +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/examples/src/testfuncs +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/examples/src/testglmfilt +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/examples/src/testlinfit +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/examples/src/testlocalflow +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/examples/src/testnoiseamp +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/examples/src/testoscorr +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/examples/src/testoutputsize +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/examples/src/testpad +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/examples/src/testretro +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/examples/src/testretrolagtcs +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/examples/src/testsimdata +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/models/model_revised/model.h5 +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/models/model_revised/model_meta.json +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/models/model_serdar/model.h5 +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/models/model_serdar/model_meta.json +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/models/model_serdar2/model.h5 +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/models/model_serdar2/model_meta.json +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/ASPECTS_2mm.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/ASPECTS_2mm_mask.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/ASPECTS_3mm.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/ASPECTS_3mm_mask.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/ASPECTS_regions.txt +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/ATTbasedFlowTerritories_split_2mm.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/ATTbasedFlowTerritories_split_2mm_mask.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/ATTbasedFlowTerritories_split_regions.txt +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/HCP1200_binmask_2mm.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/HCP1200_lag_2mm.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/HCP1200_mask_2mm.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/HCP1200_negmask_2mm.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/HCP1200_sigma_2mm.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/HCP1200_strength_2mm.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/HCP1200v2_MTT_2mm.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/HCP1200v2_binmask_2mm.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/HCP1200v2_csf_2mm.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/HCP1200v2_gray_2mm.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/HCP1200v2_graylaghist.json +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/HCP1200v2_graylaghist.tsv.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/HCP1200v2_laghist.json +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/HCP1200v2_laghist.tsv.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/HCP1200v2_mask_2mm.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/HCP1200v2_maxcorr_2mm.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/HCP1200v2_maxtime_2mm.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/HCP1200v2_maxwidth_2mm.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/HCP1200v2_negmask_2mm.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/HCP1200v2_timepercentile_2mm.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/HCP1200v2_white_2mm.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/HCP1200v2_whitelaghist.json +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/HCP1200v2_whitelaghist.tsv.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/JHU-ArterialTerritoriesNoVent-LVL1-seg2.xml +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/JHU-ArterialTerritoriesNoVent-LVL1-seg2_regions.txt +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/JHU-ArterialTerritoriesNoVent-LVL1-seg2_space-MNI152NLin6Asym_2mm.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/JHU-ArterialTerritoriesNoVent-LVL1.xml +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/JHU-ArterialTerritoriesNoVent-LVL1_regions.txt +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/JHU-ArterialTerritoriesNoVent-LVL1_space-MNI152NLin6Asym_2mm.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/JHU-ArterialTerritoriesNoVent-LVL1_space-MNI152NLin6Asym_2mm_mask.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/JHU-ArterialTerritoriesNoVent-LVL2.xml +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/JHU-ArterialTerritoriesNoVent-LVL2_regions.txt +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/JHU-ArterialTerritoriesNoVent-LVL2_space-MNI152NLin6Asym_2mm.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/JHU-ArterialTerritoriesNoVent-LVL2_space-MNI152NLin6Asym_2mm_mask.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/MNI152_T1_1mm_Brain_FAST_seg.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/MNI152_T1_1mm_Brain_Mask.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/MNI152_T1_2mm_Brain_FAST_seg.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/MNI152_T1_2mm_Brain_Mask.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/MNI152_T1_3mm.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/MNI152_T1_3mm_brain_mask.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/data/reference/slicetimes/HCP-YA_slicetimes.txt +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/dlfilter.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/externaltools.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/fMRIData_class.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/filter.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/fit.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/glmpass.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/happy_supportfuncs.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/helper_classes.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/io.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/makelaggedtcs.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/maskutil.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/miscmath.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/multiproc.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/patchmatch.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/peakeval.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/qualitycheck.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/refinedelay.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/refineregressor.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/resample.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/__init__.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/adjustoffset.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/aligntcs.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/applydlfilter.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/atlasaverage.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/atlastool.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/calcicc.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/calctexticc.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/calcttest.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/ccorrica.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/diffrois.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/endtidalproc.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/fdica.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/filtnifti.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/filttc.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/fingerprint.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/fixtr.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/glmfilt.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/gmscalc.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/happy.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/happy2std.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/happywarp.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/histnifti.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/histtc.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/localflow.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/mergequality.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/pairproc.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/pairwisemergenifti.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/physiofreq.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/pixelcomp.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/plethquality.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/polyfitim.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/proj2flow.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/rankimage.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/rapidtide.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/rapidtide2std.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/resamplenifti.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/resampletc.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/retroglm.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/retrolagtcs.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/roisummarize.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/runqualitycheck.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/showarbcorr.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/showhist.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/showstxcorr.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/showtc.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/showxcorr_legacy.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/showxcorrx.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/showxy.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/simdata.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/spatialdecomp.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/spatialfit.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/spatialmi.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/spectrogram.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/stupidramtricks.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/synthASL.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/tcfrom2col.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/tcfrom3col.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/temporaldecomp.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/testhrv.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/threeD.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/tidepool.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/scripts/variabilityizer.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/simfuncfit.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/stats.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/.coveragerc +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/__init__.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/matplotlibrc +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/resethappytargets +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/resetrapidtidetargets +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/resettargets +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/runlocaltest +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/showdirectories +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/showkernels +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_aliasedcorrelate.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_aligntcs.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_calcicc.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_congrid.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_correlate.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_corrpass.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_delayestimation.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_doresample.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_filter.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_findmaxlag.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_fullrunhappy_v2.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_fullrunhappy_v3.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_fullrunhappy_v5.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_fullrunrapidtide_v1.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_fullrunrapidtide_v2.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_fullrunrapidtide_v3.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_fullrunrapidtide_v4.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_fullrunrapidtide_v5.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_fullrunrapidtide_v6.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_glmpass.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_io.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_mi.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_miscmath.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_motionregress.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_nullcorr.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_padvec.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_phaseanalysis.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_rapidtideparser.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_refinedelay.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_sharedmem.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_simulate.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_stcorrelate.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_timeshift.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_valtoindex.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/test_zRapidtideDataset.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/testdata/100206_REST1_LR_cardfromfmri_25.0Hz.txt +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/testdata/100206_REST1_LR_cardfromfmri_dlfiltered_25.0Hz.txt +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/testdata/100206_REST1_LR_info.txt +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/testdata/100206_REST1_LR_normcardfromfmri_25.0Hz.txt +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/testdata/100206_REST1_LR_normcardfromfmri_dlfiltered_25.0Hz.txt +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/testdata/100206_REST1_LR_normpleth_25.0Hz.txt +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/testdata/100206_REST1_LR_pleth_25.0Hz.txt +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/testdata/100206_REST1_LR_pleth_dlfiltered_25.0Hz.txt +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/testdata/fmri_globalmean.txt +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/testdata/happy_phase1target_vesselmask.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/testdata/happy_phase2output_vesselmask.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/testdata/happy_target_vesselmask.nii.gz +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/testdata/lforegressor.txt +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/testdata/lt_rt.txt +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/testdata/phasetest.txt +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/testdata/rapidtide2x_phase1target_reference_fmrires.txt +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/testdata/stcorrtest_Rvalue.txt +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/testdata/stcorrtest_delay.txt +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/testdata/stcorrtest_mask.txt +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/testdata/stcorrtest_pearson.txt +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/testdata/stcorrtest_pvalue.txt +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/testdata/testfilt.txt +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/tmp/.placeholder.txt +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/usercustomize.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tests/utils.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tidepoolTemplate.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tidepoolTemplate.ui +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tidepoolTemplate_alt.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tidepoolTemplate_alt.ui +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tidepoolTemplate_alt_qt6.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tidepoolTemplate_big.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tidepoolTemplate_big.ui +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tidepoolTemplate_big_qt6.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/tidepoolTemplate_qt6.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/transformerdlfilter.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/util.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/wiener.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/wiener2.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/__init__.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/adjustoffset.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/aligntcs.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/applydlfilter.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/atlasaverage.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/atlastool.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/calctexticc.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/ccorrica.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/diffrois.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/endtidalproc.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/fdica.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/filtnifti.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/filttc.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/fixtr.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/glmfilt.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/glmfrommaps.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/gmscalc.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/happy.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/happy2std.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/happy_parser.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/histnifti.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/histtc.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/localflow.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/mergequality.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/niftidecomp.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/niftistats.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/pairproc.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/pairwisemergenifti.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/parser_funcs.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/physiofreq.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/pixelcomp.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/plethquality.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/polyfitim.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/proj2flow.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/rankimage.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/rapidtide.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/rapidtide2std.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/rapidtide_parser.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/resamplenifti.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/resampletc.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/retroglm.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/retrolagtcs.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/roisummarize.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/runqualitycheck.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/showarbcorr.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/showhist.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/showstxcorr.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/showtc.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/showxcorrx.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/showxy.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/simdata.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/spatialfit.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/spatialmi.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/spectrogram.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/synthASL.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/tcfrom2col.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/tcfrom3col.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/utils.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide/workflows/variabilityizer.py +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide.egg-info/SOURCES.txt +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide.egg-info/dependency_links.txt +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide.egg-info/entry_points.txt +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide.egg-info/requires.txt +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/rapidtide.egg-info/top_level.txt +0 -0
- {rapidtide-3.0a10 → rapidtide-3.0a11}/setup.cfg +0 -0
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Release history
|
|
2
2
|
|
|
3
|
+
## Version 3.0alpha11 (3/5/25)
|
|
4
|
+
* (tidepool) Substantial speed improvement switching datasets.
|
|
5
|
+
* (tidepool) Colormap radio button is now set correctly.
|
|
6
|
+
* (tidepool) Mask menu label is now set correctly when restoring a loaded dataset.
|
|
7
|
+
* (versioneer) Updated to 0.29.
|
|
8
|
+
* (docs) Tidepool's new functionality is now described.
|
|
9
|
+
|
|
3
10
|
## Version 3.0alpha10 (2/28/25)
|
|
4
11
|
* (tidepool) Full support for multiple concurrent datasets. Dataset loading and selection is now done through the File menu.
|
|
5
12
|
* (tidepool) Load additional informational maps, and somewhat more intelligently.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: rapidtide
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.0a11
|
|
4
4
|
Summary: Tools for performing correlation analysis on fMRI data.
|
|
5
5
|
Author: Taylor Salo, Daniel M. Drucker, Ph.D., Jeffrey N Stout, Yaroslav O. Halchenko, Derek Monroe
|
|
6
6
|
Author-email: "Blaise deB. Frederick" <blaise.frederick@gmail.com>
|
|
@@ -2,9 +2,10 @@ To do list
|
|
|
2
2
|
----------
|
|
3
3
|
|
|
4
4
|
1. (package) Expand automated testing
|
|
5
|
-
4. (tidepool) Implement ASPECTS averaging
|
|
5
|
+
4. (tidepool) Implement ASPECTS/JHU averaging
|
|
6
6
|
7. (rapidtide) Implement a dispersive delay model
|
|
7
7
|
8. (rapidtide) Add a sinc peak fit
|
|
8
|
+
9. (tidepool) Fix the weird limit resetting bug when some panes are activated.
|
|
8
9
|
|
|
9
10
|
Implement new argument parsing:
|
|
10
11
|
rapidtide/experimental/highresmotion
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[build-system]
|
|
2
|
-
requires = ['setuptools>=42', 'cffi>=1.0.0', 'versioneer[toml]']
|
|
3
|
-
build-backend =
|
|
2
|
+
requires = ['setuptools>=42', 'cffi>=1.0.0', 'versioneer[toml]==0.29']
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = 'rapidtide'
|
|
@@ -41,8 +41,7 @@ dependencies = [
|
|
|
41
41
|
'tqdm',
|
|
42
42
|
'versioneer',
|
|
43
43
|
]
|
|
44
|
-
|
|
45
|
-
dynamic = ['version']
|
|
44
|
+
dynamic = ["version"]
|
|
46
45
|
authors = [
|
|
47
46
|
{name = 'Blaise deB. Frederick', email='blaise.frederick@gmail.com'},
|
|
48
47
|
{name = 'Taylor Salo'},
|
|
@@ -63,37 +63,55 @@ def setendalpha(thestate, alpha, debug=False):
|
|
|
63
63
|
def gen_thermal_state():
|
|
64
64
|
from pyqtgraph.graphicsItems.GradientEditorItem import Gradients
|
|
65
65
|
|
|
66
|
-
|
|
66
|
+
thegradient = Gradients["thermal"]
|
|
67
|
+
thegradient["name"] = "thermal"
|
|
68
|
+
return thegradient
|
|
69
|
+
#return Gradients["thermal"]
|
|
67
70
|
|
|
68
71
|
|
|
69
72
|
def gen_flame_state():
|
|
70
73
|
from pyqtgraph.graphicsItems.GradientEditorItem import Gradients
|
|
71
74
|
|
|
72
|
-
|
|
75
|
+
thegradient = Gradients["flame"]
|
|
76
|
+
thegradient["name"] = "flame"
|
|
77
|
+
return thegradient
|
|
78
|
+
#return Gradients["flame"]
|
|
73
79
|
|
|
74
80
|
|
|
75
81
|
def gen_yellowy_state():
|
|
76
82
|
from pyqtgraph.graphicsItems.GradientEditorItem import Gradients
|
|
77
83
|
|
|
78
|
-
|
|
84
|
+
thegradient = Gradients["yellowy"]
|
|
85
|
+
thegradient["name"] = "yellowy"
|
|
86
|
+
return thegradient
|
|
87
|
+
#return Gradients["yellowy"]
|
|
79
88
|
|
|
80
89
|
|
|
81
90
|
def gen_bipolar_state():
|
|
82
91
|
from pyqtgraph.graphicsItems.GradientEditorItem import Gradients
|
|
83
92
|
|
|
84
|
-
|
|
93
|
+
thegradient = Gradients["bipolar"]
|
|
94
|
+
thegradient["name"] = "bipolar"
|
|
95
|
+
return thegradient
|
|
96
|
+
#return Gradients["bipolar"]
|
|
85
97
|
|
|
86
98
|
|
|
87
99
|
def gen_spectrum_state():
|
|
88
100
|
from pyqtgraph.graphicsItems.GradientEditorItem import Gradients
|
|
89
101
|
|
|
90
|
-
|
|
102
|
+
thegradient = Gradients["spectrum"]
|
|
103
|
+
thegradient["name"] = "spectrum"
|
|
104
|
+
return thegradient
|
|
105
|
+
#return Gradients["spectrum"]
|
|
91
106
|
|
|
92
107
|
|
|
93
108
|
def gen_turbo_state():
|
|
94
109
|
from pyqtgraph.graphicsItems.GradientEditorItem import Gradients
|
|
95
110
|
|
|
96
|
-
|
|
111
|
+
thegradient = Gradients["turbo"]
|
|
112
|
+
thegradient["name"] = "turbo"
|
|
113
|
+
return thegradient
|
|
114
|
+
#return Gradients["turbo"]
|
|
97
115
|
|
|
98
116
|
|
|
99
117
|
def gen_gray_state():
|
|
@@ -103,6 +121,7 @@ def gen_gray_state():
|
|
|
103
121
|
(1.0000, (255, 255, 255, 255)),
|
|
104
122
|
],
|
|
105
123
|
"mode": "rgb",
|
|
124
|
+
"name": "gray",
|
|
106
125
|
}
|
|
107
126
|
|
|
108
127
|
|
|
@@ -113,31 +132,44 @@ def gen_grey_state():
|
|
|
113
132
|
(1.0000, (255, 255, 255, 255)),
|
|
114
133
|
],
|
|
115
134
|
"mode": "rgb",
|
|
135
|
+
"name": "grey",
|
|
116
136
|
}
|
|
117
137
|
|
|
118
138
|
|
|
119
139
|
def gen_viridis_state():
|
|
120
140
|
from pyqtgraph.graphicsItems.GradientEditorItem import Gradients
|
|
121
141
|
|
|
122
|
-
|
|
142
|
+
thegradient = Gradients["viridis"]
|
|
143
|
+
thegradient["name"] = "viridis"
|
|
144
|
+
return thegradient
|
|
145
|
+
#return Gradients["viridis"]
|
|
123
146
|
|
|
124
147
|
|
|
125
148
|
def gen_inferno_state():
|
|
126
149
|
from pyqtgraph.graphicsItems.GradientEditorItem import Gradients
|
|
127
150
|
|
|
128
|
-
|
|
151
|
+
thegradient = Gradients["inferno"]
|
|
152
|
+
thegradient["name"] = "inferno"
|
|
153
|
+
return thegradient
|
|
154
|
+
#return Gradients["inferno"]
|
|
129
155
|
|
|
130
156
|
|
|
131
157
|
def gen_plasma_state():
|
|
132
158
|
from pyqtgraph.graphicsItems.GradientEditorItem import Gradients
|
|
133
159
|
|
|
134
|
-
|
|
160
|
+
thegradient = Gradients["plasma"]
|
|
161
|
+
thegradient["name"] = "plasma"
|
|
162
|
+
return thegradient
|
|
163
|
+
#return Gradients["plasma"]
|
|
135
164
|
|
|
136
165
|
|
|
137
166
|
def gen_magma_state():
|
|
138
167
|
from pyqtgraph.graphicsItems.GradientEditorItem import Gradients
|
|
139
168
|
|
|
140
|
-
|
|
169
|
+
thegradient = Gradients["magma"]
|
|
170
|
+
thegradient["name"] = "magma"
|
|
171
|
+
return thegradient
|
|
172
|
+
#return Gradients["magma"]
|
|
141
173
|
|
|
142
174
|
|
|
143
175
|
def gen_g2y2r_state():
|
|
@@ -150,6 +182,7 @@ def gen_g2y2r_state():
|
|
|
150
182
|
(1.0000, (255, 0, 0, 0)),
|
|
151
183
|
],
|
|
152
184
|
"mode": "rgb",
|
|
185
|
+
"name": "g2y2r",
|
|
153
186
|
}
|
|
154
187
|
|
|
155
188
|
|
|
@@ -157,6 +190,7 @@ def gen_mask_state():
|
|
|
157
190
|
return {
|
|
158
191
|
"ticks": [(0.0000, (0, 0, 0, 255)), (1.0000, (255, 255, 255, 0))],
|
|
159
192
|
"mode": "rgb",
|
|
193
|
+
"name": "mask",
|
|
160
194
|
}
|
|
161
195
|
|
|
162
196
|
|
|
@@ -168,6 +202,7 @@ def gen_greyclip_state():
|
|
|
168
202
|
(1.0, (255, 0, 0, 255)),
|
|
169
203
|
],
|
|
170
204
|
"mode": "rgb",
|
|
205
|
+
"name": "greyclip",
|
|
171
206
|
}
|
|
172
207
|
|
|
173
208
|
|
|
@@ -161,6 +161,7 @@ class Timecourse:
|
|
|
161
161
|
|
|
162
162
|
class Overlay:
|
|
163
163
|
"Store a data overlay and some information about it"
|
|
164
|
+
LUTname = None
|
|
164
165
|
|
|
165
166
|
def __init__(
|
|
166
167
|
self,
|
|
@@ -193,6 +194,7 @@ class Overlay:
|
|
|
193
194
|
self.namebase = namebase
|
|
194
195
|
if self.verbose > 1:
|
|
195
196
|
print("reading map ", self.name, " from ", self.filename, "...")
|
|
197
|
+
self.maskhash = 0
|
|
196
198
|
self.invertonload = invertonload
|
|
197
199
|
self.readImageData(isaMask=isaMask)
|
|
198
200
|
self.mask = None
|
|
@@ -277,6 +279,7 @@ class Overlay:
|
|
|
277
279
|
|
|
278
280
|
def updateStats(self):
|
|
279
281
|
calcmaskeddata = self.data[np.where(self.mask != 0)]
|
|
282
|
+
|
|
280
283
|
self.minval = calcmaskeddata.min()
|
|
281
284
|
self.maxval = calcmaskeddata.max()
|
|
282
285
|
(
|
|
@@ -290,6 +293,7 @@ class Overlay:
|
|
|
290
293
|
calcmaskeddata, bins=np.linspace(self.minval, self.maxval, 200)
|
|
291
294
|
)
|
|
292
295
|
self.quartiles = [self.pct25, self.pct50, self.pct75]
|
|
296
|
+
|
|
293
297
|
if self.verbose > 1:
|
|
294
298
|
print(
|
|
295
299
|
self.name,
|
|
@@ -402,9 +406,17 @@ class Overlay:
|
|
|
402
406
|
|
|
403
407
|
def maskData(self):
|
|
404
408
|
self.mask = self.geommask * self.funcmask
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
self.
|
|
409
|
+
maskhash = hash(self.mask.tostring())
|
|
410
|
+
# these operations are expensive, so only do them if the mask is changed
|
|
411
|
+
if (maskhash == self.maskhash) and (self.verbose > 1):
|
|
412
|
+
print("mask has not changed")
|
|
413
|
+
else:
|
|
414
|
+
if self.verbose > 1:
|
|
415
|
+
print("mask changed - recalculating")
|
|
416
|
+
self.maskeddata = self.data.copy()
|
|
417
|
+
self.maskeddata[np.where(self.mask < 0.5)] = 0.0
|
|
418
|
+
self.updateStats()
|
|
419
|
+
self.maskhash = maskhash
|
|
408
420
|
|
|
409
421
|
def setReport(self, report):
|
|
410
422
|
self.report = report
|
|
@@ -433,6 +445,7 @@ class Overlay:
|
|
|
433
445
|
self.lut_state = setendalpha(lut_state, endalpha)
|
|
434
446
|
self.gradient.restoreState(self.lut_state)
|
|
435
447
|
self.theLUT = self.gradient.getLookupTable(512, alpha=True)
|
|
448
|
+
self.LUTname = lut_state["name"]
|
|
436
449
|
|
|
437
450
|
def setisdisplayed(self, display_state):
|
|
438
451
|
self.display_state = display_state
|
|
@@ -505,6 +518,7 @@ class RapidtideDataset:
|
|
|
505
518
|
fileroot,
|
|
506
519
|
anatname=None,
|
|
507
520
|
geommaskname=None,
|
|
521
|
+
funcmaskname=None,
|
|
508
522
|
graymaskspec=None,
|
|
509
523
|
whitemaskspec=None,
|
|
510
524
|
userise=False,
|
|
@@ -523,6 +537,7 @@ class RapidtideDataset:
|
|
|
523
537
|
self.fileroot = fileroot
|
|
524
538
|
self.anatname = anatname
|
|
525
539
|
self.geommaskname = geommaskname
|
|
540
|
+
self.funcmaskname = funcmaskname
|
|
526
541
|
self.graymaskspec = graymaskspec
|
|
527
542
|
self.whitemaskspec = whitemaskspec
|
|
528
543
|
self.userise = userise
|
|
@@ -1355,3 +1370,6 @@ class RapidtideDataset:
|
|
|
1355
1370
|
self.focusmap = whichmap
|
|
1356
1371
|
except KeyError:
|
|
1357
1372
|
self.focusmap = "lagtimes"
|
|
1373
|
+
|
|
1374
|
+
def setFuncMaskName(self, maskname):
|
|
1375
|
+
self.funcmaskname = maskname
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
|
|
1
2
|
# This file helps to compute a version number in source trees obtained from
|
|
2
3
|
# git-archive tarball (such as those provided by githubs download-from-tag
|
|
3
4
|
# feature). Distribution tarballs (built by setup.py sdist) and build
|
|
@@ -11,12 +12,12 @@
|
|
|
11
12
|
"""Git implementation of _version.py."""
|
|
12
13
|
|
|
13
14
|
import errno
|
|
14
|
-
import functools
|
|
15
15
|
import os
|
|
16
16
|
import re
|
|
17
17
|
import subprocess
|
|
18
18
|
import sys
|
|
19
19
|
from typing import Any, Callable, Dict, List, Optional, Tuple
|
|
20
|
+
import functools
|
|
20
21
|
|
|
21
22
|
|
|
22
23
|
def get_keywords() -> Dict[str, str]:
|
|
@@ -67,14 +68,12 @@ HANDLERS: Dict[str, Dict[str, Callable]] = {}
|
|
|
67
68
|
|
|
68
69
|
def register_vcs_handler(vcs: str, method: str) -> Callable: # decorator
|
|
69
70
|
"""Create decorator to mark a method as the handler of a VCS."""
|
|
70
|
-
|
|
71
71
|
def decorate(f: Callable) -> Callable:
|
|
72
72
|
"""Store f in HANDLERS[vcs][method]."""
|
|
73
73
|
if vcs not in HANDLERS:
|
|
74
74
|
HANDLERS[vcs] = {}
|
|
75
75
|
HANDLERS[vcs][method] = f
|
|
76
76
|
return f
|
|
77
|
-
|
|
78
77
|
return decorate
|
|
79
78
|
|
|
80
79
|
|
|
@@ -101,14 +100,10 @@ def run_command(
|
|
|
101
100
|
try:
|
|
102
101
|
dispcmd = str([command] + args)
|
|
103
102
|
# remember shell=False, so use git.cmd on windows, not just git
|
|
104
|
-
process = subprocess.Popen(
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
stdout=subprocess.PIPE,
|
|
109
|
-
stderr=(subprocess.PIPE if hide_stderr else None),
|
|
110
|
-
**popen_kwargs,
|
|
111
|
-
)
|
|
103
|
+
process = subprocess.Popen([command] + args, cwd=cwd, env=env,
|
|
104
|
+
stdout=subprocess.PIPE,
|
|
105
|
+
stderr=(subprocess.PIPE if hide_stderr
|
|
106
|
+
else None), **popen_kwargs)
|
|
112
107
|
break
|
|
113
108
|
except OSError as e:
|
|
114
109
|
if e.errno == errno.ENOENT:
|
|
@@ -146,21 +141,15 @@ def versions_from_parentdir(
|
|
|
146
141
|
for _ in range(3):
|
|
147
142
|
dirname = os.path.basename(root)
|
|
148
143
|
if dirname.startswith(parentdir_prefix):
|
|
149
|
-
return {
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
"dirty": False,
|
|
153
|
-
"error": None,
|
|
154
|
-
"date": None,
|
|
155
|
-
}
|
|
144
|
+
return {"version": dirname[len(parentdir_prefix):],
|
|
145
|
+
"full-revisionid": None,
|
|
146
|
+
"dirty": False, "error": None, "date": None}
|
|
156
147
|
rootdirs.append(root)
|
|
157
148
|
root = os.path.dirname(root) # up a level
|
|
158
149
|
|
|
159
150
|
if verbose:
|
|
160
|
-
print(
|
|
161
|
-
|
|
162
|
-
% (str(rootdirs), parentdir_prefix)
|
|
163
|
-
)
|
|
151
|
+
print("Tried directories %s but none started with prefix %s" %
|
|
152
|
+
(str(rootdirs), parentdir_prefix))
|
|
164
153
|
raise NotThisMethod("rootdir doesn't start with parentdir_prefix")
|
|
165
154
|
|
|
166
155
|
|
|
@@ -223,7 +212,7 @@ def git_versions_from_keywords(
|
|
|
223
212
|
# starting in git-1.8.3, tags are listed as "tag: foo-1.0" instead of
|
|
224
213
|
# just "foo-1.0". If we see a "tag: " prefix, prefer those.
|
|
225
214
|
TAG = "tag: "
|
|
226
|
-
tags = {r[len(TAG)
|
|
215
|
+
tags = {r[len(TAG):] for r in refs if r.startswith(TAG)}
|
|
227
216
|
if not tags:
|
|
228
217
|
# Either we're using git < 1.8.3, or there really are no tags. We use
|
|
229
218
|
# a heuristic: assume all version tags have a digit. The old git %d
|
|
@@ -232,7 +221,7 @@ def git_versions_from_keywords(
|
|
|
232
221
|
# between branches and tags. By ignoring refnames without digits, we
|
|
233
222
|
# filter out many common branch names like "release" and
|
|
234
223
|
# "stabilization", as well as "HEAD" and "master".
|
|
235
|
-
tags = {r for r in refs if re.search(r
|
|
224
|
+
tags = {r for r in refs if re.search(r'\d', r)}
|
|
236
225
|
if verbose:
|
|
237
226
|
print("discarding '%s', no digits" % ",".join(refs - tags))
|
|
238
227
|
if verbose:
|
|
@@ -240,36 +229,32 @@ def git_versions_from_keywords(
|
|
|
240
229
|
for ref in sorted(tags):
|
|
241
230
|
# sorting will prefer e.g. "2.0" over "2.0rc1"
|
|
242
231
|
if ref.startswith(tag_prefix):
|
|
243
|
-
r = ref[len(tag_prefix)
|
|
232
|
+
r = ref[len(tag_prefix):]
|
|
244
233
|
# Filter out refs that exactly match prefix or that don't start
|
|
245
234
|
# with a number once the prefix is stripped (mostly a concern
|
|
246
235
|
# when prefix is '')
|
|
247
|
-
if not re.match(r
|
|
236
|
+
if not re.match(r'\d', r):
|
|
248
237
|
continue
|
|
249
238
|
if verbose:
|
|
250
239
|
print("picking %s" % r)
|
|
251
|
-
return {
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
"error": None,
|
|
256
|
-
"date": date,
|
|
257
|
-
}
|
|
240
|
+
return {"version": r,
|
|
241
|
+
"full-revisionid": keywords["full"].strip(),
|
|
242
|
+
"dirty": False, "error": None,
|
|
243
|
+
"date": date}
|
|
258
244
|
# no suitable tags, so version is "0+unknown", but full hex is still there
|
|
259
245
|
if verbose:
|
|
260
246
|
print("no suitable tags, using unknown + full revision id")
|
|
261
|
-
return {
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
"dirty": False,
|
|
265
|
-
"error": "no suitable tags",
|
|
266
|
-
"date": None,
|
|
267
|
-
}
|
|
247
|
+
return {"version": "0+unknown",
|
|
248
|
+
"full-revisionid": keywords["full"].strip(),
|
|
249
|
+
"dirty": False, "error": "no suitable tags", "date": None}
|
|
268
250
|
|
|
269
251
|
|
|
270
252
|
@register_vcs_handler("git", "pieces_from_vcs")
|
|
271
253
|
def git_pieces_from_vcs(
|
|
272
|
-
tag_prefix: str,
|
|
254
|
+
tag_prefix: str,
|
|
255
|
+
root: str,
|
|
256
|
+
verbose: bool,
|
|
257
|
+
runner: Callable = run_command
|
|
273
258
|
) -> Dict[str, Any]:
|
|
274
259
|
"""Get version from 'git describe' in the root of the source tree.
|
|
275
260
|
|
|
@@ -288,7 +273,8 @@ def git_pieces_from_vcs(
|
|
|
288
273
|
env.pop("GIT_DIR", None)
|
|
289
274
|
runner = functools.partial(runner, env=env)
|
|
290
275
|
|
|
291
|
-
_, rc = runner(GITS, ["rev-parse", "--git-dir"], cwd=root,
|
|
276
|
+
_, rc = runner(GITS, ["rev-parse", "--git-dir"], cwd=root,
|
|
277
|
+
hide_stderr=not verbose)
|
|
292
278
|
if rc != 0:
|
|
293
279
|
if verbose:
|
|
294
280
|
print("Directory %s not under git control" % root)
|
|
@@ -296,19 +282,10 @@ def git_pieces_from_vcs(
|
|
|
296
282
|
|
|
297
283
|
# if there is a tag matching tag_prefix, this yields TAG-NUM-gHEX[-dirty]
|
|
298
284
|
# if there isn't one, this yields HEX[-dirty] (no NUM)
|
|
299
|
-
describe_out, rc = runner(
|
|
300
|
-
|
|
301
|
-
[
|
|
302
|
-
|
|
303
|
-
"--tags",
|
|
304
|
-
"--dirty",
|
|
305
|
-
"--always",
|
|
306
|
-
"--long",
|
|
307
|
-
"--match",
|
|
308
|
-
f"{tag_prefix}[[:digit:]]*",
|
|
309
|
-
],
|
|
310
|
-
cwd=root,
|
|
311
|
-
)
|
|
285
|
+
describe_out, rc = runner(GITS, [
|
|
286
|
+
"describe", "--tags", "--dirty", "--always", "--long",
|
|
287
|
+
"--match", f"{tag_prefix}[[:digit:]]*"
|
|
288
|
+
], cwd=root)
|
|
312
289
|
# --long was added in git-1.5.5
|
|
313
290
|
if describe_out is None:
|
|
314
291
|
raise NotThisMethod("'git describe' failed")
|
|
@@ -323,7 +300,8 @@ def git_pieces_from_vcs(
|
|
|
323
300
|
pieces["short"] = full_out[:7] # maybe improved later
|
|
324
301
|
pieces["error"] = None
|
|
325
302
|
|
|
326
|
-
branch_name, rc = runner(GITS, ["rev-parse", "--abbrev-ref", "HEAD"],
|
|
303
|
+
branch_name, rc = runner(GITS, ["rev-parse", "--abbrev-ref", "HEAD"],
|
|
304
|
+
cwd=root)
|
|
327
305
|
# --abbrev-ref was added in git-1.6.3
|
|
328
306
|
if rc != 0 or branch_name is None:
|
|
329
307
|
raise NotThisMethod("'git rev-parse --abbrev-ref' returned error")
|
|
@@ -363,16 +341,17 @@ def git_pieces_from_vcs(
|
|
|
363
341
|
dirty = git_describe.endswith("-dirty")
|
|
364
342
|
pieces["dirty"] = dirty
|
|
365
343
|
if dirty:
|
|
366
|
-
git_describe = git_describe[:
|
|
344
|
+
git_describe = git_describe[:git_describe.rindex("-dirty")]
|
|
367
345
|
|
|
368
346
|
# now we have TAG-NUM-gHEX or HEX
|
|
369
347
|
|
|
370
348
|
if "-" in git_describe:
|
|
371
349
|
# TAG-NUM-gHEX
|
|
372
|
-
mo = re.search(r
|
|
350
|
+
mo = re.search(r'^(.+)-(\d+)-g([0-9a-f]+)$', git_describe)
|
|
373
351
|
if not mo:
|
|
374
352
|
# unparsable. Maybe git-describe is misbehaving?
|
|
375
|
-
pieces["error"] = "unable to parse git-describe output: '%s'"
|
|
353
|
+
pieces["error"] = ("unable to parse git-describe output: '%s'"
|
|
354
|
+
% describe_out)
|
|
376
355
|
return pieces
|
|
377
356
|
|
|
378
357
|
# tag
|
|
@@ -381,9 +360,10 @@ def git_pieces_from_vcs(
|
|
|
381
360
|
if verbose:
|
|
382
361
|
fmt = "tag '%s' doesn't start with prefix '%s'"
|
|
383
362
|
print(fmt % (full_tag, tag_prefix))
|
|
384
|
-
pieces["error"] = "tag '%s' doesn't start with prefix '%s'"
|
|
363
|
+
pieces["error"] = ("tag '%s' doesn't start with prefix '%s'"
|
|
364
|
+
% (full_tag, tag_prefix))
|
|
385
365
|
return pieces
|
|
386
|
-
pieces["closest-tag"] = full_tag[len(tag_prefix)
|
|
366
|
+
pieces["closest-tag"] = full_tag[len(tag_prefix):]
|
|
387
367
|
|
|
388
368
|
# distance: number of commits since tag
|
|
389
369
|
pieces["distance"] = int(mo.group(2))
|
|
@@ -432,7 +412,8 @@ def render_pep440(pieces: Dict[str, Any]) -> str:
|
|
|
432
412
|
rendered += ".dirty"
|
|
433
413
|
else:
|
|
434
414
|
# exception #1
|
|
435
|
-
rendered = "0+untagged.%d.g%s" % (pieces["distance"],
|
|
415
|
+
rendered = "0+untagged.%d.g%s" % (pieces["distance"],
|
|
416
|
+
pieces["short"])
|
|
436
417
|
if pieces["dirty"]:
|
|
437
418
|
rendered += ".dirty"
|
|
438
419
|
return rendered
|
|
@@ -461,7 +442,8 @@ def render_pep440_branch(pieces: Dict[str, Any]) -> str:
|
|
|
461
442
|
rendered = "0"
|
|
462
443
|
if pieces["branch"] != "master":
|
|
463
444
|
rendered += ".dev0"
|
|
464
|
-
rendered += "+untagged.%d.g%s" % (pieces["distance"],
|
|
445
|
+
rendered += "+untagged.%d.g%s" % (pieces["distance"],
|
|
446
|
+
pieces["short"])
|
|
465
447
|
if pieces["dirty"]:
|
|
466
448
|
rendered += ".dirty"
|
|
467
449
|
return rendered
|
|
@@ -622,13 +604,11 @@ def render_git_describe_long(pieces: Dict[str, Any]) -> str:
|
|
|
622
604
|
def render(pieces: Dict[str, Any], style: str) -> Dict[str, Any]:
|
|
623
605
|
"""Render the given version pieces into the requested style."""
|
|
624
606
|
if pieces["error"]:
|
|
625
|
-
return {
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
"date": None,
|
|
631
|
-
}
|
|
607
|
+
return {"version": "unknown",
|
|
608
|
+
"full-revisionid": pieces.get("long"),
|
|
609
|
+
"dirty": None,
|
|
610
|
+
"error": pieces["error"],
|
|
611
|
+
"date": None}
|
|
632
612
|
|
|
633
613
|
if not style or style == "default":
|
|
634
614
|
style = "pep440" # the default
|
|
@@ -652,13 +632,9 @@ def render(pieces: Dict[str, Any], style: str) -> Dict[str, Any]:
|
|
|
652
632
|
else:
|
|
653
633
|
raise ValueError("unknown style '%s'" % style)
|
|
654
634
|
|
|
655
|
-
return {
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
"dirty": pieces["dirty"],
|
|
659
|
-
"error": None,
|
|
660
|
-
"date": pieces.get("date"),
|
|
661
|
-
}
|
|
635
|
+
return {"version": rendered, "full-revisionid": pieces["long"],
|
|
636
|
+
"dirty": pieces["dirty"], "error": None,
|
|
637
|
+
"date": pieces.get("date")}
|
|
662
638
|
|
|
663
639
|
|
|
664
640
|
def get_versions() -> Dict[str, Any]:
|
|
@@ -672,7 +648,8 @@ def get_versions() -> Dict[str, Any]:
|
|
|
672
648
|
verbose = cfg.verbose
|
|
673
649
|
|
|
674
650
|
try:
|
|
675
|
-
return git_versions_from_keywords(get_keywords(), cfg.tag_prefix,
|
|
651
|
+
return git_versions_from_keywords(get_keywords(), cfg.tag_prefix,
|
|
652
|
+
verbose)
|
|
676
653
|
except NotThisMethod:
|
|
677
654
|
pass
|
|
678
655
|
|
|
@@ -681,16 +658,13 @@ def get_versions() -> Dict[str, Any]:
|
|
|
681
658
|
# versionfile_source is the relative path from the top of the source
|
|
682
659
|
# tree (where the .git directory might live) to this file. Invert
|
|
683
660
|
# this to find the root from __file__.
|
|
684
|
-
for _ in cfg.versionfile_source.split(
|
|
661
|
+
for _ in cfg.versionfile_source.split('/'):
|
|
685
662
|
root = os.path.dirname(root)
|
|
686
663
|
except NameError:
|
|
687
|
-
return {
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
"error": "unable to find root of source tree",
|
|
692
|
-
"date": None,
|
|
693
|
-
}
|
|
664
|
+
return {"version": "0+unknown", "full-revisionid": None,
|
|
665
|
+
"dirty": None,
|
|
666
|
+
"error": "unable to find root of source tree",
|
|
667
|
+
"date": None}
|
|
694
668
|
|
|
695
669
|
try:
|
|
696
670
|
pieces = git_pieces_from_vcs(cfg.tag_prefix, root, verbose)
|
|
@@ -704,10 +678,6 @@ def get_versions() -> Dict[str, Any]:
|
|
|
704
678
|
except NotThisMethod:
|
|
705
679
|
pass
|
|
706
680
|
|
|
707
|
-
return {
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
"dirty": None,
|
|
711
|
-
"error": "unable to compute version",
|
|
712
|
-
"date": None,
|
|
713
|
-
}
|
|
681
|
+
return {"version": "0+unknown", "full-revisionid": None,
|
|
682
|
+
"dirty": None,
|
|
683
|
+
"error": "unable to compute version", "date": None}
|
|
@@ -9,23 +9,29 @@
|
|
|
9
9
|
# sub-RAPIDTIDETEST.nii.gz \
|
|
10
10
|
# ../dst/sub-RAPIDTIDETEST_norefine
|
|
11
11
|
|
|
12
|
+
rapidtide \
|
|
13
|
+
--spatialfilt -1 \
|
|
14
|
+
--nprocs -1 \
|
|
15
|
+
--searchrange -5 20 \
|
|
16
|
+
--simcalcrange 50 -1 \
|
|
17
|
+
sub-RAPIDTIDETEST.nii.gz \
|
|
18
|
+
../dst/sub-RAPIDTIDETEST_defaultfilt
|
|
19
|
+
|
|
12
20
|
rapidtide \
|
|
13
21
|
--spatialfilt 5 \
|
|
14
22
|
--nprocs -1 \
|
|
15
23
|
--searchrange -5 20 \
|
|
16
24
|
--simcalcrange 50 -1 \
|
|
17
|
-
--refinedelay \
|
|
18
25
|
sub-RAPIDTIDETEST.nii.gz \
|
|
19
|
-
../dst/sub-
|
|
26
|
+
../dst/sub-RAPIDTIDETEST_5mmfilt
|
|
20
27
|
|
|
21
28
|
rapidtide \
|
|
22
29
|
--spatialfilt 0 \
|
|
23
30
|
--nprocs -1 \
|
|
24
31
|
--searchrange -5 20 \
|
|
25
32
|
--simcalcrange 50 -1 \
|
|
26
|
-
--refinedelay \
|
|
27
33
|
sub-RAPIDTIDETEST.nii.gz \
|
|
28
|
-
../dst/sub-
|
|
34
|
+
../dst/sub-RAPIDTIDETEST_nospatialfilt
|
|
29
35
|
|
|
30
36
|
#rapidtide \
|
|
31
37
|
# --spatialfilt 5 \
|