Jon Cluce
Jon Cluce
> The threading issue I'm working on currently is dealing with is [making memory estimates data-dependent](https://github.com/FCP-INDI/C-PAC/issues/1480). > > Before 1.8, we were mostly relying on the default per-node memory estimate...
Per @anibalsolon's suggestion, I'm trying to override `Node`'s `mem_gb` `@property` to dynamically consider input files: https://github.com/FCP-INDI/C-PAC/commit/0626a669c2afb9a116e4777860e22d794c1610cd For the first iteration, I'm only considering the time dimension as variable. Once that...
I think we should just list out [$`{\mathrm{B{\scriptstyle{IB}} \! T\!_{\displaystyle E} \! X}}`$ citation-keys](https://www.bibtex.org/Format/) as the values for `references` keys and have a single $`{\mathrm{B{\scriptstyle{IB}} \! T\!_{\displaystyle E} \! X}}`$...
In reading and responding to https://github.com/FCP-INDI/cpac-docs/issues/82 and https://github.com/FCP-INDI/cpac-docs/issues/81, it occurred to me that we could move all of the information from the NodeBlock decorators into the descriptors, like https://github.com/FCP-INDI/C-PAC/blob/896bb6fb13da90bcf8bd0e08429c4ae4993cee6b/CPAC/anat_preproc/anat_preproc.yml#L3-L30 +...
> Another requirement here that I forgot to emphasize: > > * accomplish those above four requirements with a format that is naturalistic enough for external contributors to read and...
> Flexible options for either brain or whole-head sbref via this nodeblock (and ideally all sbref nodeblocks) that are easy and clear to use ― https://github.com/FCP-INDI/C-PAC/issues/2174#issue-2810333063 In #2183, we have...
An attempt at being more transparent about the process here, here's diff of the provenance the 4-D file going into the eigenvector centrality calculation at this commit (working in 1.8.7,...
Related: https://github.com/FCP-INDI/C-PAC/issues/788
https://github.com/sgiavasis/CPAC_regtest_pack/pull/1 may resolve this, or we might require more. Rather than a symmetric matrix (like above), this code creates a subject-sessions × features matrix like ...
# MVP This collection of pull requests won't address everything in this issue, but they will afford a working collection of automations that 1. Run a small set of end-to-end...