Taylor Salo
Taylor Salo
For posterity, here's the code I used to get the low-resolution file hashes. I'm not going to pretend it's well-written (except the parts I took from @emdupre's OSF gist): ```python...
One minor issue- it looks like we're using a duplicate subdirectory (i.e., `~/tedana_data/cambridge/cambridge/` instead of `~/tedana_data/cambridge/`).
I've addressed everything I wanted to, so of course the three-echo integration test is stalling out at the ICA step 😠EDIT: And since none of the changes in this...
>My big top-level concern is that I think the docs do not highlight the datasets well, but I think it would be great to make that an accessible feature since...
Per today's call, I'm working on a JSON file linking filenames to URLs _and_ the filenames within the BIDS folder structure, like this: ```json { "sub-04570_task-rest_desc-confounds_timeseries.tsv": { "key": "6033160934d30403d1e39b74", "out_file":...
Ohhh, wait a second. What about something like this: ```json { "sub-04570/func/sub-04570_task-rest_desc-confounds_timeseries.tsv": { "key": "6033160934d30403d1e39b74", "groups": [ "basic_nativeres", "basic_lowres" ] }, "sub-04570/func/sub-04570_task-rest_echo-1_space-scanner_desc-partialPreproc_res-5mm_bold.nii.gz": { "key": "6086502a7166fa00eae90cee", "groups": [ "basic_lowres" ] }...
Build fails because it's set to strict and there are the following warnings: ```Text [33mWARNING - [0mA relative path to '99-appendices/14-glossary.md' is included in the 'nav' configuration, which is not...
I am struggling to get this to work with [`md-tooltips-link`](https://github.com/mattpitkin/md-tooltips-link). I'm thinking that the best move is to fork it and change the regular expressions used to specify terms. I'm...
I'm not sure how to make this work, so I'm going to close it.
Another test could check that the fields in each object definition are all allowed based on the object type, per #1048.