Taylor Salo

Results 869 comments of Taylor Salo

Would returning both figure and axes (whether list of Axes or just one Axes) like [`matplotlib.pyplot.subplots`](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.subplots.html) work as a compromise?

That sounds like a recurrence of the other issue you opened: #3258.

@mattcieslak recently added the ability to process each session's anatomical data separately, so I think we can close this.

@pbbaba are you able to share the DICOMs? I'll be working on a new study with ASL data soon, and I want to ensure that heudiconv (and specifically the reproin...

I think there are a few outputs that could be useful: 1. You could load the denoised NIfTIs. None of them are smoothed, so that's different from fMRIPrep, but a...

>`desc-nonaggrDenoised_bold.nii.gz` is `desc-smoothAROMAnonaggr_bold.nii.gz` in fmriprep, this correspond to `ica_aroma='full'` in `load_confounds` The one difference is that fMRIPost-AROMA's output isn't smoothed. I'd be willing for fMRIPost-AROMA to write out the smoothed,...

I started playing around with the CPCA on some simulated data (see [here](https://github.com/tsalo/complex_pca/tree/simulations/simulations)). My simulations included 3 signals with varying amplitudes and (depending on the simulation) delays. I compared FastICA,...

@smithaka2024 there is a specific template for bug reports, which I would recommend using in the future if you want to report a bug. The template has a number of...

We'll be acquiring T1maps with our ASL scans in a new study, so I need to get this working at some point.

Starting to think about this. I might place the T1maps in the raw dataset for this initial attempt, and then work on generalizing the derivative collection later.