jcf2

Results 5 issues of jcf2

The top level page for this project includes a help section in which the first pointer is to a "hackpad" tutorial: 1. For a walk-through of a common basic processing...

Rezip to get back to .gz can be avoided in fmri_data if have original .gz (which we always should). Fixes https://github.com/canlab/CanlabCore/issues/60

Currently [fmri_data](https://github.com/canlab/CanlabCore/blob/master/CanlabCore/%40fmri_data/fmri_data.m) will uncompress .nii.gz inputs automatically using [gunzip_image_names_if_gz](https://github.com/canlab/CanlabCore/blob/master/CanlabCore/Filename_tools/gunzip_image_names_if_gz.m): ` [image_names, was_gzipped] = gunzip_image_names_if_gz(image_names);` This allows it to read .nii files. Depending on MATLAB `gunzip` and whether it deletes the...

Tutorial steps did not work on my Python (3.9) as written, so if continuing to write them for "at least version 3.7" maybe this link to a workaround will help....