rapidtide 3.0.3__tar.gz → 3.0.5__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.
Files changed (372) hide show
  1. {rapidtide-3.0.3 → rapidtide-3.0.5}/CHANGELOG.md +9 -0
  2. {rapidtide-3.0.3/rapidtide.egg-info → rapidtide-3.0.5}/PKG-INFO +1 -1
  3. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/RapidtideDataset.py +2 -0
  4. rapidtide-3.0.5/rapidtide/_version.py +21 -0
  5. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/io.py +10 -3
  6. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_fullrunrapidtide_v1.py +0 -2
  7. rapidtide-3.0.5/rapidtide/tests/test_getparsers.py +140 -0
  8. rapidtide-3.0.5/rapidtide/tests/test_parserfuncs.py +70 -0
  9. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_zRapidtideDataset.py +2 -0
  10. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/rapidtide.py +8 -2
  11. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/rapidtide2std.py +2 -0
  12. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/rapidtide_parser.py +2 -2
  13. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/retroregress.py +22 -9
  14. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/simdata.py +17 -23
  15. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/tidepool.py +6 -0
  16. {rapidtide-3.0.3 → rapidtide-3.0.5/rapidtide.egg-info}/PKG-INFO +1 -1
  17. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide.egg-info/SOURCES.txt +3 -0
  18. rapidtide-3.0.5/setup.py +8 -0
  19. rapidtide-3.0.3/rapidtide/_version.py +0 -683
  20. {rapidtide-3.0.3 → rapidtide-3.0.5}/CODE_OF_CONDUCT.md +0 -0
  21. {rapidtide-3.0.3 → rapidtide-3.0.5}/CONTRIBUTING.md +0 -0
  22. {rapidtide-3.0.3 → rapidtide-3.0.5}/INSTALL.rst +0 -0
  23. {rapidtide-3.0.3 → rapidtide-3.0.5}/LICENSE +0 -0
  24. {rapidtide-3.0.3 → rapidtide-3.0.5}/MANIFEST.in +0 -0
  25. {rapidtide-3.0.3 → rapidtide-3.0.5}/README.rst +0 -0
  26. {rapidtide-3.0.3 → rapidtide-3.0.5}/TODO.md +0 -0
  27. {rapidtide-3.0.3 → rapidtide-3.0.5}/USAGE.rst +0 -0
  28. {rapidtide-3.0.3 → rapidtide-3.0.5}/cloud/download-nda-data +0 -0
  29. {rapidtide-3.0.3 → rapidtide-3.0.5}/cloud/downloadcmd-auther +0 -0
  30. {rapidtide-3.0.3 → rapidtide-3.0.5}/cloud/gmscalc-HCPYA +0 -0
  31. {rapidtide-3.0.3 → rapidtide-3.0.5}/cloud/list-rapidtide-relevant-images +0 -0
  32. {rapidtide-3.0.3 → rapidtide-3.0.5}/cloud/mount-and-run +0 -0
  33. {rapidtide-3.0.3 → rapidtide-3.0.5}/cloud/rapidtide-HCPYA +0 -0
  34. {rapidtide-3.0.3 → rapidtide-3.0.5}/cloud/rapidtide-cloud-test +0 -0
  35. {rapidtide-3.0.3 → rapidtide-3.0.5}/cloud/simple-cp-test +0 -0
  36. {rapidtide-3.0.3 → rapidtide-3.0.5}/pyproject.toml +0 -0
  37. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/Colortables.py +0 -0
  38. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/DerivativeDelay.py +0 -0
  39. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/OrthoImageItem.py +0 -0
  40. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/RegressorRefiner.py +0 -0
  41. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/__init__.py +0 -0
  42. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/calcandfitcorrpairs.py +0 -0
  43. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/calccoherence.py +0 -0
  44. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/calcnullsimfunc.py +0 -0
  45. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/calcsimfunc.py +0 -0
  46. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/correlate.py +0 -0
  47. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/examples/src/installtestdata +0 -0
  48. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/examples/src/test_findmaxlag.py +0 -0
  49. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/examples/src/test_io +0 -0
  50. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/examples/src/test_mlregressallt.py +0 -0
  51. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/examples/src/test_rapidtidecompare +0 -0
  52. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/examples/src/testalign +0 -0
  53. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/examples/src/testatlasaverage +0 -0
  54. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/examples/src/testboth +0 -0
  55. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/examples/src/testcifti +0 -0
  56. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/examples/src/testcomplex +0 -0
  57. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/examples/src/testdecomp +0 -0
  58. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/examples/src/testdelayvar +0 -0
  59. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/examples/src/testfileorfloat +0 -0
  60. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/examples/src/testfingerprint +0 -0
  61. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/examples/src/testfmri +0 -0
  62. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/examples/src/testfmridocker +0 -0
  63. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/examples/src/testfrozen +0 -0
  64. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/examples/src/testfuncs +0 -0
  65. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/examples/src/testglmfilt +0 -0
  66. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/examples/src/testhappy +0 -0
  67. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/examples/src/testinitdelay +0 -0
  68. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/examples/src/testlinfit +0 -0
  69. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/examples/src/testlocalflow +0 -0
  70. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/examples/src/testmodels +0 -0
  71. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/examples/src/testnewrefine +0 -0
  72. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/examples/src/testnoiseamp +0 -0
  73. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/examples/src/testoscorr +0 -0
  74. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/examples/src/testpad +0 -0
  75. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/examples/src/testrefineonly +0 -0
  76. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/examples/src/testretro +0 -0
  77. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/examples/src/testretrolagtcs +0 -0
  78. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/examples/src/testsimdata +0 -0
  79. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/models/model_cnn_w064_l13_fn20_fl08/loss.png +0 -0
  80. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/models/model_cnn_w064_l13_fn20_fl08/loss.txt +0 -0
  81. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/models/model_cnn_w064_l13_fn20_fl08/model.keras +0 -0
  82. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/models/model_cnn_w064_l13_fn20_fl08/model_meta.json +0 -0
  83. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/models/model_revised_tf2/model.keras +0 -0
  84. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/models/model_revised_tf2/model_meta.json +0 -0
  85. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/models/model_serdar2_tf2/model.keras +0 -0
  86. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/models/model_serdar2_tf2/model_meta.json +0 -0
  87. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/models/model_serdar_tf2/model.keras +0 -0
  88. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/models/model_serdar_tf2/model_meta.json +0 -0
  89. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/ASPECTS_2mm.nii.gz +0 -0
  90. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/ASPECTS_2mm_mask.nii.gz +0 -0
  91. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/ASPECTS_3mm.nii.gz +0 -0
  92. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/ASPECTS_3mm_mask.nii.gz +0 -0
  93. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/ASPECTS_regions.txt +0 -0
  94. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/ATTbasedFlowTerritories_split_2mm.nii.gz +0 -0
  95. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/ATTbasedFlowTerritories_split_2mm_mask.nii.gz +0 -0
  96. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/ATTbasedFlowTerritories_split_regions.txt +0 -0
  97. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/HCP1200_binmask_2mm.nii.gz +0 -0
  98. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/HCP1200_lag_2mm.nii.gz +0 -0
  99. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/HCP1200_mask_2mm.nii.gz +0 -0
  100. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/HCP1200_negmask_2mm.nii.gz +0 -0
  101. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/HCP1200_sigma_2mm.nii.gz +0 -0
  102. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/HCP1200_strength_2mm.nii.gz +0 -0
  103. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/HCP1200v2_MTT_2mm.nii.gz +0 -0
  104. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/HCP1200v2_binmask_2mm.nii.gz +0 -0
  105. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/HCP1200v2_csf_2mm.nii.gz +0 -0
  106. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/HCP1200v2_gray_2mm.nii.gz +0 -0
  107. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/HCP1200v2_graylaghist.json +0 -0
  108. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/HCP1200v2_graylaghist.tsv.gz +0 -0
  109. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/HCP1200v2_laghist.json +0 -0
  110. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/HCP1200v2_laghist.tsv.gz +0 -0
  111. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/HCP1200v2_mask_2mm.nii.gz +0 -0
  112. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/HCP1200v2_maxcorr_2mm.nii.gz +0 -0
  113. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/HCP1200v2_maxtime_2mm.nii.gz +0 -0
  114. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/HCP1200v2_maxwidth_2mm.nii.gz +0 -0
  115. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/HCP1200v2_negmask_2mm.nii.gz +0 -0
  116. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/HCP1200v2_timepercentile_2mm.nii.gz +0 -0
  117. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/HCP1200v2_white_2mm.nii.gz +0 -0
  118. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/HCP1200v2_whitelaghist.json +0 -0
  119. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/HCP1200v2_whitelaghist.tsv.gz +0 -0
  120. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/JHU-ArterialTerritoriesNoVent-LVL1-seg2.xml +0 -0
  121. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/JHU-ArterialTerritoriesNoVent-LVL1-seg2_regions.txt +0 -0
  122. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/JHU-ArterialTerritoriesNoVent-LVL1-seg2_space-MNI152NLin6Asym_2mm.nii.gz +0 -0
  123. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/JHU-ArterialTerritoriesNoVent-LVL1.xml +0 -0
  124. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/JHU-ArterialTerritoriesNoVent-LVL1_regions.txt +0 -0
  125. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/JHU-ArterialTerritoriesNoVent-LVL1_space-MNI152NLin6Asym_2mm.nii.gz +0 -0
  126. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/JHU-ArterialTerritoriesNoVent-LVL1_space-MNI152NLin6Asym_2mm_mask.nii.gz +0 -0
  127. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/JHU-ArterialTerritoriesNoVent-LVL2.xml +0 -0
  128. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/JHU-ArterialTerritoriesNoVent-LVL2_regions.txt +0 -0
  129. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/JHU-ArterialTerritoriesNoVent-LVL2_space-MNI152NLin6Asym_2mm.nii.gz +0 -0
  130. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/JHU-ArterialTerritoriesNoVent-LVL2_space-MNI152NLin6Asym_2mm_mask.nii.gz +0 -0
  131. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/MNI152_T1_1mm_Brain_FAST_seg.nii.gz +0 -0
  132. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/MNI152_T1_1mm_Brain_Mask.nii.gz +0 -0
  133. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/MNI152_T1_2mm_Brain_FAST_seg.nii.gz +0 -0
  134. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/MNI152_T1_2mm_Brain_Mask.nii.gz +0 -0
  135. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/MNI152_T1_3mm.nii.gz +0 -0
  136. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/MNI152_T1_3mm_brain_mask.nii.gz +0 -0
  137. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/data/reference/slicetimes/HCP-YA_slicetimes.txt +0 -0
  138. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/dlfilter.py +0 -0
  139. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/externaltools.py +0 -0
  140. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/fMRIData_class.py +0 -0
  141. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/filter.py +0 -0
  142. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/fit.py +0 -0
  143. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/happy_supportfuncs.py +0 -0
  144. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/helper_classes.py +0 -0
  145. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/linfitfiltpass.py +0 -0
  146. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/makelaggedtcs.py +0 -0
  147. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/maskutil.py +0 -0
  148. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/miscmath.py +0 -0
  149. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/multiproc.py +0 -0
  150. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/patchmatch.py +0 -0
  151. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/peakeval.py +0 -0
  152. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/qualitycheck.py +0 -0
  153. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/refinedelay.py +0 -0
  154. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/refineregressor.py +0 -0
  155. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/resample.py +0 -0
  156. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/__init__.py +0 -0
  157. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/adjustoffset.py +0 -0
  158. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/aligntcs.py +0 -0
  159. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/applydlfilter.py +0 -0
  160. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/atlasaverage.py +0 -0
  161. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/atlastool.py +0 -0
  162. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/calcicc.py +0 -0
  163. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/calctexticc.py +0 -0
  164. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/calcttest.py +0 -0
  165. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/ccorrica.py +0 -0
  166. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/delayvar.py +0 -0
  167. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/diffrois.py +0 -0
  168. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/endtidalproc.py +0 -0
  169. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/fdica.py +0 -0
  170. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/filtnifti.py +0 -0
  171. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/filttc.py +0 -0
  172. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/fingerprint.py +0 -0
  173. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/fixtr.py +0 -0
  174. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/gmscalc.py +0 -0
  175. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/happy.py +0 -0
  176. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/happy2std.py +0 -0
  177. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/happywarp.py +0 -0
  178. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/histnifti.py +0 -0
  179. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/histtc.py +0 -0
  180. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/linfitfilt.py +0 -0
  181. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/localflow.py +0 -0
  182. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/mergequality.py +0 -0
  183. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/pairproc.py +0 -0
  184. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/pairwisemergenifti.py +0 -0
  185. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/physiofreq.py +0 -0
  186. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/pixelcomp.py +0 -0
  187. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/plethquality.py +0 -0
  188. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/polyfitim.py +0 -0
  189. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/proj2flow.py +0 -0
  190. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/rankimage.py +0 -0
  191. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/rapidtide.py +0 -0
  192. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/rapidtide2std.py +0 -0
  193. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/resamplenifti.py +0 -0
  194. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/resampletc.py +0 -0
  195. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/retrolagtcs.py +0 -0
  196. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/retroregress.py +0 -0
  197. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/roisummarize.py +0 -0
  198. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/runqualitycheck.py +0 -0
  199. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/showarbcorr.py +0 -0
  200. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/showhist.py +0 -0
  201. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/showstxcorr.py +0 -0
  202. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/showtc.py +0 -0
  203. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/showxcorr_legacy.py +0 -0
  204. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/showxcorrx.py +0 -0
  205. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/showxy.py +0 -0
  206. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/simdata.py +0 -0
  207. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/spatialdecomp.py +0 -0
  208. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/spatialfit.py +0 -0
  209. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/spatialmi.py +0 -0
  210. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/spectrogram.py +0 -0
  211. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/stupidramtricks.py +0 -0
  212. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/synthASL.py +0 -0
  213. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/tcfrom2col.py +0 -0
  214. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/tcfrom3col.py +0 -0
  215. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/temporaldecomp.py +0 -0
  216. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/testhrv.py +0 -0
  217. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/threeD.py +0 -0
  218. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/tidepool.py +0 -0
  219. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/scripts/variabilityizer.py +0 -0
  220. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/simfuncfit.py +0 -0
  221. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/stats.py +0 -0
  222. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/.coveragerc +0 -0
  223. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/__init__.py +0 -0
  224. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/cleanposttest +0 -0
  225. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/matplotlibrc +0 -0
  226. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/resethappytargets +0 -0
  227. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/resetrapidtidetargets +0 -0
  228. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/resettargets +0 -0
  229. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/runlocaltest +0 -0
  230. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/showdirectories +0 -0
  231. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/showkernels +0 -0
  232. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_aliasedcorrelate.py +0 -0
  233. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_aligntcs.py +0 -0
  234. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_calcicc.py +0 -0
  235. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_cleanregressor.py +0 -0
  236. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_congrid.py +0 -0
  237. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_correlate.py +0 -0
  238. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_corrpass.py +0 -0
  239. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_delayestimation.py +0 -0
  240. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_doresample.py +0 -0
  241. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_fastresampler.py +0 -0
  242. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_filter.py +0 -0
  243. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_findmaxlag.py +0 -0
  244. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_fullrunhappy_v1.py +0 -0
  245. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_fullrunhappy_v2.py +0 -0
  246. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_fullrunhappy_v3.py +0 -0
  247. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_fullrunhappy_v4.py +0 -0
  248. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_fullrunhappy_v5.py +0 -0
  249. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_fullrunrapidtide_v2.py +0 -0
  250. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_fullrunrapidtide_v3.py +0 -0
  251. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_fullrunrapidtide_v4.py +0 -0
  252. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_fullrunrapidtide_v5.py +0 -0
  253. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_fullrunrapidtide_v6.py +0 -0
  254. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_fullrunrapidtide_v7.py +0 -0
  255. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_io.py +0 -0
  256. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_linfitfiltpass.py +0 -0
  257. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_mi.py +0 -0
  258. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_miscmath.py +0 -0
  259. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_motionregress.py +0 -0
  260. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_nullcorr.py +0 -0
  261. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_padvec.py +0 -0
  262. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_phaseanalysis.py +0 -0
  263. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_rapidtideparser.py +0 -0
  264. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_refinedelay.py +0 -0
  265. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_runmisc.py +0 -0
  266. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_sharedmem.py +0 -0
  267. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_simulate.py +0 -0
  268. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_stcorrelate.py +0 -0
  269. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_timeshift.py +0 -0
  270. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/test_valtoindex.py +0 -0
  271. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/testdata/100206_REST1_LR_cardfromfmri_25.0Hz.txt +0 -0
  272. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/testdata/100206_REST1_LR_cardfromfmri_dlfiltered_25.0Hz.txt +0 -0
  273. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/testdata/100206_REST1_LR_info.txt +0 -0
  274. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/testdata/100206_REST1_LR_normcardfromfmri_25.0Hz.txt +0 -0
  275. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/testdata/100206_REST1_LR_normcardfromfmri_dlfiltered_25.0Hz.txt +0 -0
  276. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/testdata/100206_REST1_LR_normpleth_25.0Hz.txt +0 -0
  277. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/testdata/100206_REST1_LR_pleth_25.0Hz.txt +0 -0
  278. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/testdata/100206_REST1_LR_pleth_dlfiltered_25.0Hz.txt +0 -0
  279. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/testdata/fmri_globalmean.txt +0 -0
  280. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/testdata/happy_phase1target_vesselmask.nii.gz +0 -0
  281. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/testdata/happy_phase2output_vesselmask.nii.gz +0 -0
  282. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/testdata/happy_target_vesselmask.nii.gz +0 -0
  283. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/testdata/lforegressor.txt +0 -0
  284. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/testdata/lt_rt.txt +0 -0
  285. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/testdata/phasetest.txt +0 -0
  286. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/testdata/rapidtide2x_phase1target_reference_fmrires.txt +0 -0
  287. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/testdata/stcorrtest_Rvalue.txt +0 -0
  288. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/testdata/stcorrtest_delay.txt +0 -0
  289. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/testdata/stcorrtest_mask.txt +0 -0
  290. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/testdata/stcorrtest_pearson.txt +0 -0
  291. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/testdata/stcorrtest_pvalue.txt +0 -0
  292. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/testdata/testfilt.txt +0 -0
  293. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/tmp/.placeholder.txt +0 -0
  294. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/usercustomize.py +0 -0
  295. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tests/utils.py +0 -0
  296. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tidepoolTemplate.py +0 -0
  297. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tidepoolTemplate.ui +0 -0
  298. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tidepoolTemplate_alt.py +0 -0
  299. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tidepoolTemplate_alt.ui +0 -0
  300. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tidepoolTemplate_alt_qt6.py +0 -0
  301. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tidepoolTemplate_big.py +0 -0
  302. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tidepoolTemplate_big.ui +0 -0
  303. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tidepoolTemplate_big_qt6.py +0 -0
  304. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/tidepoolTemplate_qt6.py +0 -0
  305. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/transformerdlfilter.py +0 -0
  306. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/util.py +0 -0
  307. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/voxelData.py +0 -0
  308. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/wiener.py +0 -0
  309. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/wiener2.py +0 -0
  310. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/__init__.py +0 -0
  311. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/adjustoffset.py +0 -0
  312. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/aligntcs.py +0 -0
  313. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/applydlfilter.py +0 -0
  314. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/atlasaverage.py +0 -0
  315. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/atlastool.py +0 -0
  316. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/calctexticc.py +0 -0
  317. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/ccorrica.py +0 -0
  318. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/cleanregressor.py +0 -0
  319. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/delayestimation.py +0 -0
  320. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/delayvar.py +0 -0
  321. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/diffrois.py +0 -0
  322. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/endtidalproc.py +0 -0
  323. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/fdica.py +0 -0
  324. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/filtnifti.py +0 -0
  325. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/filttc.py +0 -0
  326. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/fixtr.py +0 -0
  327. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/gmscalc.py +0 -0
  328. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/happy.py +0 -0
  329. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/happy2std.py +0 -0
  330. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/happy_parser.py +0 -0
  331. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/histnifti.py +0 -0
  332. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/histtc.py +0 -0
  333. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/linfitfilt.py +0 -0
  334. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/localflow.py +0 -0
  335. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/mergequality.py +0 -0
  336. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/niftidecomp.py +0 -0
  337. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/niftistats.py +0 -0
  338. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/pairproc.py +0 -0
  339. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/pairwisemergenifti.py +0 -0
  340. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/parser_funcs.py +0 -0
  341. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/physiofreq.py +0 -0
  342. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/pixelcomp.py +0 -0
  343. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/plethquality.py +0 -0
  344. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/polyfitim.py +0 -0
  345. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/proj2flow.py +0 -0
  346. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/rankimage.py +0 -0
  347. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/regressfrommaps.py +0 -0
  348. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/resamplenifti.py +0 -0
  349. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/resampletc.py +0 -0
  350. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/retrolagtcs.py +0 -0
  351. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/roisummarize.py +0 -0
  352. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/runqualitycheck.py +0 -0
  353. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/showarbcorr.py +0 -0
  354. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/showhist.py +0 -0
  355. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/showstxcorr.py +0 -0
  356. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/showtc.py +0 -0
  357. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/showxcorrx.py +0 -0
  358. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/showxy.py +0 -0
  359. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/spatialfit.py +0 -0
  360. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/spatialmi.py +0 -0
  361. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/spectrogram.py +0 -0
  362. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/synthASL.py +0 -0
  363. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/tcfrom2col.py +0 -0
  364. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/tcfrom3col.py +0 -0
  365. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/utils.py +0 -0
  366. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide/workflows/variabilityizer.py +0 -0
  367. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide.egg-info/dependency_links.txt +0 -0
  368. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide.egg-info/entry_points.txt +0 -0
  369. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide.egg-info/requires.txt +0 -0
  370. {rapidtide-3.0.3 → rapidtide-3.0.5}/rapidtide.egg-info/top_level.txt +0 -0
  371. {rapidtide-3.0.3 → rapidtide-3.0.5}/setup.cfg +0 -0
  372. {rapidtide-3.0.3 → rapidtide-3.0.5}/versioneer.py +0 -0
@@ -1,5 +1,14 @@
1
1
  # Release history
2
2
 
3
+ ## Version 3.0.5 (5/7/25)
4
+ * (rapidtide) Loosened the sample rate matching when appending timecourses to files, and read NIFTI tr values using modern header features. This should help address https://github.com/bbfrederick/rapidtide/issues/205 (thank you to https://github.com/phildeming for finding this).
5
+
6
+ ## Version 3.0.4 (5/5/25)
7
+ * (rapidtide, retrotregress, tidepool) Support for maxcorrrefined map.
8
+ * (retroregress) Gracefully handles missing mask names in runoptions file.
9
+ * (package) Version works again! Thank you Chris (https://github.com/effigies)!
10
+ * (package) Added a few more tests to catch edge cases that showed up in testing fmripost-rapidtide.
11
+
3
12
  ## Version 3.0.3 (5/4/25)
4
13
  * (rapidtide, retroregress) If you supply a brain, GM, WM, or CSF mask, rapidtide extracts the matching timecourse from the mask at startup, and after filtering, if it's done. retroregress extracts the timecourses after filtering.
5
14
  * (rapidtide) Fixed mask logic when gray matter mask is provided.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rapidtide
3
- Version: 3.0.3
3
+ Version: 3.0.5
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>
@@ -276,6 +276,7 @@ class Overlay:
276
276
  label=newlabel,
277
277
  report=self.report,
278
278
  init_LUT=init_LUT,
279
+ verbose=self.verbose,
279
280
  )
280
281
 
281
282
  def updateStats(self):
@@ -1145,6 +1146,7 @@ class RapidtideDataset:
1145
1146
  ["lagtimesrefined", "desc-maxtimerefined_map"],
1146
1147
  ["timepercentile", "desc-timepercentile_map"],
1147
1148
  ["lagstrengths", "desc-maxcorr_map"],
1149
+ ["lagstrengthsrefined", "desc-maxcorrrefined_map"],
1148
1150
  ["lagsigma", "desc-maxwidth_map"],
1149
1151
  ["MTT", "desc-MTT_map"],
1150
1152
  ["R2", "desc-lfofilterR2_map"],
@@ -0,0 +1,21 @@
1
+
2
+ # This file was generated by 'versioneer.py' (0.29) from
3
+ # revision-control system data, or from the parent directory name of an
4
+ # unpacked source archive. Distribution tarballs contain a pre-generated copy
5
+ # of this file.
6
+
7
+ import json
8
+
9
+ version_json = '''
10
+ {
11
+ "date": "2025-05-07T20:47:14-0400",
12
+ "dirty": false,
13
+ "error": null,
14
+ "full-revisionid": "ea9d8f413eaa094534d2da7318765380528980fe",
15
+ "version": "3.0.5"
16
+ }
17
+ ''' # END VERSION_JSON
18
+
19
+
20
+ def get_versions():
21
+ return json.loads(version_json)
@@ -1426,6 +1426,8 @@ def writebidstsv(
1426
1426
  yaxislabel="arbitrary value",
1427
1427
  starttime=0.0,
1428
1428
  append=False,
1429
+ samplerate_tolerance=1e-6,
1430
+ starttime_tolerance=1e-6,
1429
1431
  colsinjson=True,
1430
1432
  colsintsv=False,
1431
1433
  omitjson=False,
@@ -1498,8 +1500,8 @@ def writebidstsv(
1498
1500
  )
1499
1501
  compressed = incompressed
1500
1502
  if (
1501
- (insamplerate == samplerate)
1502
- and (instarttime == starttime)
1503
+ np.fabs(insamplerate - samplerate) < samplerate_tolerance
1504
+ and np.fabs(instarttime - starttime) < starttime_tolerance
1503
1505
  and reshapeddata.shape[1] == indata.shape[1]
1504
1506
  ):
1505
1507
  startcol = len(incolumns)
@@ -1938,7 +1940,12 @@ def parsefilespec(filespec, debug=False):
1938
1940
  if debug:
1939
1941
  print(f"PARSEFILESPEC: input string >>>{filespec}<<<")
1940
1942
  print(f"PARSEFILESPEC: platform is {platform.system()}")
1941
- if filespec[1] == ":" and platform.system() == "Windows":
1943
+
1944
+ specialcase = False
1945
+ if len(inputlist) > 1:
1946
+ if filespec[1] == ":" and platform.system() == "Windows":
1947
+ specialcase = True
1948
+ if specialcase:
1942
1949
  thefilename = ":".join([inputlist[0], inputlist[1]])
1943
1950
  if len(inputlist) == 3:
1944
1951
  thecolspec = inputlist[2]
@@ -23,7 +23,6 @@ import matplotlib as mpl
23
23
  import rapidtide.qualitycheck as rapidtide_quality
24
24
  import rapidtide.workflows.rapidtide as rapidtide_workflow
25
25
  import rapidtide.workflows.rapidtide_parser as rapidtide_parser
26
- import rapidtide.workflows.retroregress as rapidtide_retroregress
27
26
  from rapidtide.tests.utils import get_examples_path, get_test_temp_path
28
27
 
29
28
 
@@ -57,7 +56,6 @@ def test_fullrunrapidtide_v1(debug=False, local=False, displayplots=False):
57
56
  rapidtide_workflow.rapidtide_main(rapidtide_parser.process_args(inputargs=inputargs))
58
57
  rapidtide_quality.qualitycheck(os.path.join(testtemproot, "sub-RAPIDTIDETEST1"))
59
58
 
60
-
61
59
  # test fixval
62
60
  inputargs = [
63
61
  os.path.join(exampleroot, "sub-RAPIDTIDETEST.nii.gz"),
@@ -0,0 +1,140 @@
1
+ #!/usr/bin/env python
2
+ # -*- coding: utf-8 -*-
3
+ #
4
+ # Copyright 2016-2025 Blaise Frederick
5
+ #
6
+ # Licensed under the Apache License, Version 2.0 (the "License");
7
+ # you may not use this file except in compliance with the License.
8
+ # You may obtain a copy of the License at
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ # Unless required by applicable law or agreed to in writing, software
13
+ # distributed under the License is distributed on an "AS IS" BASIS,
14
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ # See the License for the specific language governing permissions and
16
+ # limitations under the License.
17
+ #
18
+ #
19
+ import numpy as np
20
+
21
+ from rapidtide.workflows.adjustoffset import _get_parser as adjustoffset_getparser
22
+ from rapidtide.workflows.aligntcs import _get_parser as aligntcs_getparser
23
+ from rapidtide.workflows.applydlfilter import _get_parser as applydlfilter_getparser
24
+ from rapidtide.workflows.atlasaverage import _get_parser as atlasaverage_getparser
25
+ from rapidtide.workflows.atlastool import _get_parser as atlastool_getparser
26
+ from rapidtide.workflows.calctexticc import _get_parser as calctexticc_getparser
27
+ from rapidtide.workflows.ccorrica import _get_parser as ccorrica_getparser
28
+ from rapidtide.workflows.delayvar import _get_parser as delayvar_getparser
29
+ from rapidtide.workflows.diffrois import _get_parser as diffrois_getparser
30
+ from rapidtide.workflows.endtidalproc import _get_parser as endtidalproc_getparser
31
+ from rapidtide.workflows.fdica import _get_parser as fdica_getparser
32
+ from rapidtide.workflows.filtnifti import _get_parser as filtnifti_getparser
33
+ from rapidtide.workflows.filttc import _get_parser as filttc_getparser
34
+ from rapidtide.workflows.fixtr import _get_parser as fixtr_getparser
35
+ from rapidtide.workflows.gmscalc import _get_parser as gmscalc_getparser
36
+ from rapidtide.workflows.happy_parser import _get_parser as happy_parser_getparser
37
+ from rapidtide.workflows.happy2std import _get_parser as happy2std_getparser
38
+ from rapidtide.workflows.histnifti import _get_parser as histnifti_getparser
39
+ from rapidtide.workflows.histtc import _get_parser as histtc_getparser
40
+ from rapidtide.workflows.linfitfilt import _get_parser as linfitfilt_getparser
41
+ from rapidtide.workflows.localflow import _get_parser as localflow_getparser
42
+ from rapidtide.workflows.mergequality import _get_parser as mergequality_getparser
43
+ from rapidtide.workflows.niftidecomp import _get_parser_temporal as niftidecomp_getparser_temporal
44
+ from rapidtide.workflows.niftidecomp import _get_parser_spatial as niftidecomp_getparser_spatial
45
+ from rapidtide.workflows.niftistats import _get_parser as niftistats_getparser
46
+ from rapidtide.workflows.pairproc import _get_parser as pairproc_getparser
47
+ from rapidtide.workflows.pairwisemergenifti import _get_parser as pairwisemergenifti_getparser
48
+ from rapidtide.workflows.physiofreq import _get_parser as physiofreq_getparser
49
+ from rapidtide.workflows.pixelcomp import _get_parser as pixelcomp_getparser
50
+ from rapidtide.workflows.plethquality import _get_parser as plethquality_getparser
51
+ from rapidtide.workflows.polyfitim import _get_parser as polyfitim_getparser
52
+ from rapidtide.workflows.proj2flow import _get_parser as proj2flow_getparser
53
+ from rapidtide.workflows.rankimage import _get_parser as rankimage_getparser
54
+ from rapidtide.workflows.rapidtide2std import _get_parser as rapidtide2std_getparser
55
+ from rapidtide.workflows.resamplenifti import _get_parser as resamplenifti_getparser
56
+ from rapidtide.workflows.resampletc import _get_parser as resampletc_getparser
57
+ from rapidtide.workflows.retrolagtcs import _get_parser as retrolagtcs_getparser
58
+ from rapidtide.workflows.retroregress import _get_parser as retroregress_getparser
59
+ from rapidtide.workflows.roisummarize import _get_parser as roisummarize_getparser
60
+ from rapidtide.workflows.runqualitycheck import _get_parser as runqualitycheck_getparser
61
+ from rapidtide.workflows.showarbcorr import _get_parser as showarbcorr_getparser
62
+ from rapidtide.workflows.showhist import _get_parser as showhist_getparser
63
+ from rapidtide.workflows.showstxcorr import _get_parser as showstxcorr_getparser
64
+ from rapidtide.workflows.showtc import _get_parser as showtc_getparser
65
+ from rapidtide.workflows.showxcorrx import _get_parser as showxcorrx_getparser
66
+ from rapidtide.workflows.showxy import _get_parser as showxy_getparser
67
+ from rapidtide.workflows.simdata import _get_parser as simdata_getparser
68
+ from rapidtide.workflows.spatialfit import _get_parser as spatialfit_getparser
69
+ from rapidtide.workflows.spatialmi import _get_parser as spatialmi_getparser
70
+ from rapidtide.workflows.spectrogram import _get_parser as spectrogram_getparser
71
+ from rapidtide.workflows.synthASL import _get_parser as synthASL_getparser
72
+ from rapidtide.workflows.tcfrom2col import _get_parser as tcfrom2col_getparser
73
+ from rapidtide.workflows.tcfrom3col import _get_parser as tcfrom3col_getparser
74
+ from rapidtide.workflows.variabilityizer import _get_parser as variabilityizer_getparser
75
+
76
+
77
+ def test_parsers(debug=False):
78
+ parserlist = [ adjustoffset_getparser,
79
+ aligntcs_getparser,
80
+ applydlfilter_getparser,
81
+ atlasaverage_getparser,
82
+ atlastool_getparser,
83
+ calctexticc_getparser,
84
+ ccorrica_getparser,
85
+ delayvar_getparser,
86
+ diffrois_getparser,
87
+ endtidalproc_getparser,
88
+ fdica_getparser,
89
+ filtnifti_getparser,
90
+ filttc_getparser,
91
+ fixtr_getparser,
92
+ gmscalc_getparser,
93
+ happy_parser_getparser,
94
+ happy2std_getparser,
95
+ histnifti_getparser,
96
+ histtc_getparser,
97
+ linfitfilt_getparser,
98
+ localflow_getparser,
99
+ mergequality_getparser,
100
+ niftidecomp_getparser_temporal,
101
+ niftidecomp_getparser_spatial,
102
+ niftistats_getparser,
103
+ pairproc_getparser,
104
+ pairwisemergenifti_getparser,
105
+ physiofreq_getparser,
106
+ pixelcomp_getparser,
107
+ plethquality_getparser,
108
+ polyfitim_getparser,
109
+ proj2flow_getparser,
110
+ rankimage_getparser,
111
+ rapidtide2std_getparser,
112
+ resamplenifti_getparser,
113
+ resampletc_getparser,
114
+ retrolagtcs_getparser,
115
+ retroregress_getparser,
116
+ roisummarize_getparser,
117
+ runqualitycheck_getparser,
118
+ showarbcorr_getparser,
119
+ showhist_getparser,
120
+ showstxcorr_getparser,
121
+ showtc_getparser,
122
+ showxcorrx_getparser,
123
+ showxy_getparser,
124
+ simdata_getparser,
125
+ spatialfit_getparser,
126
+ spatialmi_getparser,
127
+ spectrogram_getparser,
128
+ synthASL_getparser,
129
+ tcfrom2col_getparser,
130
+ tcfrom3col_getparser,
131
+ variabilityizer_getparser ]
132
+
133
+ for thegetparser in parserlist:
134
+ theusage = thegetparser().format_help()
135
+ if debug:
136
+ print(theusage)
137
+
138
+
139
+ if __name__ == "__main__":
140
+ test_parsers(debug=True)
@@ -0,0 +1,70 @@
1
+ #!/usr/bin/env python
2
+ # -*- coding: utf-8 -*-
3
+ #
4
+ # Copyright 2016-2025 Blaise Frederick
5
+ #
6
+ # Licensed under the Apache License, Version 2.0 (the "License");
7
+ # you may not use this file except in compliance with the License.
8
+ # You may obtain a copy of the License at
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ # Unless required by applicable law or agreed to in writing, software
13
+ # distributed under the License is distributed on an "AS IS" BASIS,
14
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ # See the License for the specific language governing permissions and
16
+ # limitations under the License.
17
+ #
18
+ #
19
+ import os
20
+ import argparse
21
+ import rapidtide.workflows.parser_funcs as pf
22
+ from rapidtide.tests.utils import get_examples_path, get_test_temp_path
23
+
24
+ def _get_parser():
25
+ """
26
+ Argument parser for adjust offset
27
+ """
28
+ parser = argparse.ArgumentParser(
29
+ prog="dummy",
30
+ description="dummy",
31
+ allow_abbrev=False,
32
+ )
33
+
34
+ # Required arguments
35
+ parser.add_argument(
36
+ "inputmap",
37
+ type=lambda x: pf.is_valid_file(parser, x),
38
+ help="The name of the rapidtide maxtime map.",
39
+ )
40
+
41
+ return parser
42
+
43
+
44
+ def test_parserfuncs(debug=False, local=False, displayplots=False):
45
+ # set input and output directories
46
+ if local:
47
+ exampleroot = "../data/examples/src"
48
+ testtemproot = "./tmp"
49
+ else:
50
+ exampleroot = get_examples_path()
51
+ testtemproot = get_test_temp_path()
52
+
53
+
54
+ theparser = _get_parser()
55
+
56
+ filename = os.path.join(exampleroot,"sub-RAPIDTIDETEST_desc-oversampledmovingregressor_timeseries.json")
57
+ retval = pf.is_valid_file(theparser, filename)
58
+ print(filename, retval)
59
+
60
+ #filename = os.path.join(exampleroot,"sub-RAPIDTIDETEST_desc-oversampledmovingregressor_timeseriesxyz.json")
61
+ #retval = pf.is_valid_file(theparser, filename)
62
+ #print(filename, retval)
63
+
64
+ filename = os.path.join(exampleroot,"sub-RAPIDTIDETEST_desc-oversampledmovingregressor_timeseries.json:acolname")
65
+ retval = pf.is_valid_file(theparser, filename)
66
+ print(filename, retval)
67
+
68
+
69
+ if __name__ == "__main__":
70
+ test_parserfuncs(debug=True, local=True, displayplots=True)
@@ -59,7 +59,9 @@ def main(runninglocally=False):
59
59
  verbose=verbose,
60
60
  )
61
61
 
62
+ print("getting overlays")
62
63
  theoverlays = thesubject.getoverlays()
64
+ print("getting regressors")
63
65
  theregressors = thesubject.getregressors()
64
66
 
65
67
  assert thesubject.focusregressor == "prefilt"
@@ -3463,7 +3463,7 @@ def rapidtide_main(argparsingfunc):
3463
3463
  cifti_hdr=theinputdata.cifti_hdr,
3464
3464
  )
3465
3465
 
3466
- if optiondict["refinedelay"] and False:
3466
+ if optiondict["refinedelay"]:
3467
3467
  # filter the fmri data to the lfo band
3468
3468
  print("filtering fmri_data to sLFO band")
3469
3469
  for i in range(fmri_data_valid.shape[0]):
@@ -3504,7 +3504,13 @@ def rapidtide_main(argparsingfunc):
3504
3504
  )
3505
3505
 
3506
3506
  maplist = [
3507
- (rvalue, "maxcorralt", "map", None, "R value of the inband sLFO fit, with sign"),
3507
+ (
3508
+ rvalue,
3509
+ "maxcorrrefined",
3510
+ "map",
3511
+ None,
3512
+ "R value of the inband sLFO fit, with sign",
3513
+ ),
3508
3514
  ]
3509
3515
 
3510
3516
  tide_io.savemaplist(
@@ -187,8 +187,10 @@ def rapidtide2std(args):
187
187
 
188
188
  thefmrimaps = [
189
189
  "desc-maxtime_map",
190
+ "desc-maxtimerefined_map",
190
191
  "desc-timepercentile_map",
191
192
  "desc-maxcorr_map",
193
+ "desc-maxcorrrefined_map",
192
194
  "desc-maxwidth_map",
193
195
  "desc-MTT_map",
194
196
  "desc-corrfit_mask",
@@ -1916,7 +1916,7 @@ def process_args(inputargs=None):
1916
1916
 
1917
1917
  if args["in_file"].endswith("txt") and args["realtr"] == "auto":
1918
1918
  raise ValueError(
1919
- "Either --datatstep or --datafreq must be provided " "if data file is a text file."
1919
+ "Either --datatstep or --datafreq must be provided if data file is a text file."
1920
1920
  )
1921
1921
 
1922
1922
  if args["realtr"] != "auto":
@@ -1925,7 +1925,7 @@ def process_args(inputargs=None):
1925
1925
  if tide_io.checkifcifti(args["in_file"]):
1926
1926
  fmri_tr, dummy = tide_io.getciftitr(nib.load(args["in_file"]).header)
1927
1927
  else:
1928
- fmri_tr = nib.load(args["in_file"]).header.get_zooms()[3]
1928
+ fmri_tr, dummy = tide_io.fmritimeinfo(args["in_file"])
1929
1929
  args["realtr"] = fmri_tr
1930
1930
 
1931
1931
  if args["inputfreq"] == "auto":
@@ -20,6 +20,7 @@ import argparse
20
20
  import copy
21
21
  import logging
22
22
  import os
23
+ import platform
23
24
  import sys
24
25
  import time
25
26
  from pathlib import Path
@@ -163,13 +164,13 @@ def _get_parser():
163
164
  default=True,
164
165
  )
165
166
  parser.add_argument(
166
- "--refinecorr",
167
+ "--norefinecorr",
167
168
  dest="refinecorr",
168
- action="store_true",
169
+ action="store_false",
169
170
  help=(
170
- "Recalculate the maxcorr map using GLM coefficient of determination from bandpassed data."
171
+ "Don't recalculate the maxcorr map using GLM coefficient of determination from bandpassed data."
171
172
  ),
172
- default=False,
173
+ default=True,
173
174
  )
174
175
  parser.add_argument(
175
176
  "--nofilterwithrefineddelay",
@@ -819,6 +820,10 @@ def retroregress(args):
819
820
  ]
820
821
  anatomicmasks = []
821
822
  for thisanatomic in anatomiclist:
823
+ try:
824
+ thename = therunoptions[thisanatomic[0]]
825
+ except KeyError:
826
+ therunoptions[thisanatomic[0]] = None
822
827
  if therunoptions[thisanatomic[0]] is not None:
823
828
  anatomicmasks.append(
824
829
  tide_mask.readamask(
@@ -1237,13 +1242,13 @@ def retroregress(args):
1237
1242
  TimingLGR.info("Finishing output save")
1238
1243
 
1239
1244
  if args.refinecorr:
1240
- TimingLGR.info("Filtering for maxcorralt calculation start")
1245
+ TimingLGR.info("Filtering for maxcorrrefined calculation start")
1241
1246
  for thevoxel in range(fmri_data_valid.shape[0]):
1242
1247
  fmri_data_valid[thevoxel, :] = theprefilter.apply(
1243
1248
  1.0 / fmritr, fmri_data_valid[thevoxel, :]
1244
1249
  )
1245
- TimingLGR.info("Filtering for maxcorralt calculation complete")
1246
- TimingLGR.info("GLM for maxcorralt calculation start")
1250
+ TimingLGR.info("Filtering for maxcorrrefined calculation complete")
1251
+ TimingLGR.info("GLM for maxcorrrefined calculation start")
1247
1252
  voxelsprocessed_regressionfilt, regressorset, evset = (
1248
1253
  tide_regressfrommaps.regressfrommaps(
1249
1254
  fmri_data_valid,
@@ -1275,7 +1280,7 @@ def retroregress(args):
1275
1280
  )
1276
1281
  )
1277
1282
  TimingLGR.info(
1278
- "GLM for maxcorralt calculation done",
1283
+ "GLM for maxcorrrefined calculation done",
1279
1284
  {
1280
1285
  "message2": voxelsprocessed_regressionfilt,
1281
1286
  "message3": "voxels",
@@ -1285,7 +1290,7 @@ def retroregress(args):
1285
1290
  maplist = [
1286
1291
  (
1287
1292
  rvalue,
1288
- "maxcorralt",
1293
+ "maxcorrrefined",
1289
1294
  "map",
1290
1295
  None,
1291
1296
  "R value for the lfo component of the delayed regressor, with sign",
@@ -1385,6 +1390,14 @@ def retroregress(args):
1385
1390
  therunoptions["retroregress_runtime"] = time.strftime(
1386
1391
  "%a, %d %b %Y %H:%M:%S %Z", time.localtime(time.time())
1387
1392
  )
1393
+ (
1394
+ therunoptions["retroregress_release_version"],
1395
+ therunoptions["retroregress_git_sha"],
1396
+ therunoptions["retroregress_git_date"],
1397
+ therunoptions["retroregress_git_isdirty"],
1398
+ ) = tide_util.version()
1399
+ therunoptions["retroregress_python_version"] = str(sys.version_info)
1400
+ therunoptions["retroregress_nodename"] = platform.node()
1388
1401
 
1389
1402
  # clean up shared memory
1390
1403
  if usesharedmem:
@@ -53,46 +53,44 @@ def _get_parser():
53
53
 
54
54
  for band in ["lfo", "resp", "cardiac"]:
55
55
  parser.add_argument(
56
- "--" + band + "pctfile",
57
- dest=(band + "pctfile"),
56
+ f"--{band}pctfile",
57
+ dest=(f"{band}pctfile"),
58
58
  action="store",
59
59
  type=lambda x: pf.is_valid_file(parser, x),
60
60
  metavar="FILE",
61
- help=(
62
- "3D NIFTI file with the " + band + " amplitude in percent of mean at every point"
63
- ),
61
+ help=(f"3D NIFTI file with the {band} amplitude in percent of mean at every point"),
64
62
  default=None,
65
63
  )
66
64
  parser.add_argument(
67
- "--" + band + "lagfile",
68
- dest=(band + "lagfile"),
65
+ f"--{band}lagfile",
66
+ dest=(f"{band}lagfile"),
69
67
  action="store",
70
68
  type=lambda x: pf.is_valid_file(parser, x),
71
69
  metavar="FILE",
72
- help=("3D NIFTI file with the " + band + " delay value in seconds at every point"),
70
+ help=(f"3D NIFTI file with the {band} delay value in seconds at every point"),
73
71
  default=None,
74
72
  )
75
73
  parser.add_argument(
76
- "--" + band + "regressor",
77
- dest=(band + "regressor"),
74
+ f"--{band}regressor",
75
+ dest=(f"{band}regressor"),
78
76
  action="store",
79
77
  type=lambda x: pf.is_valid_file(parser, x),
80
78
  metavar="FILE",
81
- help=("The LFO regressor text file"),
79
+ help=(f"The {band} regressor text file"),
82
80
  default=None,
83
81
  )
84
82
  parser.add_argument(
85
- "--" + band + "samprate",
86
- dest=(band + "samprate"),
83
+ f"--{band}samprate",
84
+ dest=(f"{band}samprate"),
87
85
  action="store",
88
86
  type=float,
89
87
  metavar="SAMPRATE",
90
- help=("The sample rate of the LFO regressor file, in Hz"),
88
+ help=(f"The sample rate of the {band} regressor file, in Hz"),
91
89
  default=None,
92
90
  )
93
91
  parser.add_argument(
94
- "--" + band + "starttime",
95
- dest=(band + "starttime"),
92
+ f"--{band}starttime",
93
+ dest=(f"{band}starttime"),
96
94
  action="store",
97
95
  type=float,
98
96
  metavar="STARTTIME",
@@ -317,7 +315,7 @@ def simdata(args):
317
315
  sliceoffsettimes *= fmritr
318
316
 
319
317
  nim_fmri, fmridata, fmriheader, fmridims, fmrisizes = tide_io.readfromnifti(args.fmrifilename)
320
- print("fmri data: ", numtrs, " timepoints, tr = ", fmritr)
318
+ print(f"fmri data: {numtrs} timepoints, tr = {fmritr}")
321
319
 
322
320
  # prepare the output timepoints
323
321
  initial_fmri_x = (
@@ -328,12 +326,8 @@ def simdata(args):
328
326
  )
329
327
  print("length of fmri after removing skip:", len(initial_fmri_x))
330
328
  print(
331
- "fmri time has length",
332
- len(initial_fmri_x),
333
- "and runs runs from ",
334
- initial_fmri_x[0],
335
- " to ",
336
- initial_fmri_x[-1],
329
+ f"fmri time has length {len(initial_fmri_x)}",
330
+ f"and runs runs from {initial_fmri_x[0]} to {initial_fmri_x[-1]}",
337
331
  )
338
332
 
339
333
  # read in the immean file
@@ -1982,6 +1982,12 @@ def tidepool(args):
1982
1982
  "display": True,
1983
1983
  "funcmask": "p_lt_0p050_mask",
1984
1984
  },
1985
+ "lagstrengthsrefined": {
1986
+ "colormap": gen_thermal_state(),
1987
+ "label": "Refined similarity coefficient",
1988
+ "display": True,
1989
+ "funcmask": "p_lt_0p050_mask",
1990
+ },
1985
1991
  "lagsigma": {
1986
1992
  "colormap": gen_plasma_state(),
1987
1993
  "label": "Similarity width",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rapidtide
3
- Version: 3.0.3
3
+ Version: 3.0.5
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>
@@ -8,6 +8,7 @@ README.rst
8
8
  TODO.md
9
9
  USAGE.rst
10
10
  pyproject.toml
11
+ setup.py
11
12
  versioneer.py
12
13
  cloud/download-nda-data
13
14
  cloud/downloadcmd-auther
@@ -259,6 +260,7 @@ rapidtide/tests/test_fullrunrapidtide_v4.py
259
260
  rapidtide/tests/test_fullrunrapidtide_v5.py
260
261
  rapidtide/tests/test_fullrunrapidtide_v6.py
261
262
  rapidtide/tests/test_fullrunrapidtide_v7.py
263
+ rapidtide/tests/test_getparsers.py
262
264
  rapidtide/tests/test_io.py
263
265
  rapidtide/tests/test_linfitfiltpass.py
264
266
  rapidtide/tests/test_mi.py
@@ -266,6 +268,7 @@ rapidtide/tests/test_miscmath.py
266
268
  rapidtide/tests/test_motionregress.py
267
269
  rapidtide/tests/test_nullcorr.py
268
270
  rapidtide/tests/test_padvec.py
271
+ rapidtide/tests/test_parserfuncs.py
269
272
  rapidtide/tests/test_phaseanalysis.py
270
273
  rapidtide/tests/test_rapidtideparser.py
271
274
  rapidtide/tests/test_refinedelay.py
@@ -0,0 +1,8 @@
1
+ # Stub file to call setuptools.setup with versioneer hooks
2
+ from setuptools import setup
3
+ from versioneer import get_version, get_cmdclass
4
+
5
+ setup(
6
+ version=get_version(),
7
+ cmdclass=get_cmdclass(),
8
+ )