rmldj
rmldj
Hi, hcp-utils currently unfortunately does not support 7T data. I was thinking of adding some support if there would be interest, but in any case it would take some time...
Hi, There is no default option for doing that, but you may define the following: ``` import numpy as np import matplotlib from nilearn import plotting def view_left_parcellation(meshL, parcellation): """...
I am not sure what do you mean by the line > Gambling Punish--region:Striatum; MMP code:361, 362; Prediction:-- and where did this come from. The MMP parcellation has 180 regions...
I found that one has to import ``` import d4rl.gym_mujoco ``` which has code to register the environments. Apparently this is not done automatically when importing only `d4rl`...
Yes, you are perfectly right... At some stage I should make an update, but now unfortunately I am swamped by other stuff.
Btw. I pulled the latest version from docker hub yesterday - so this should be v4.3.0-3
I did some sleuthing on the command line using `BIDSLayout`. It seems that the problem is in https://github.com/BIDS-Apps/HCPPipelines/blob/master/run.py#L416 The `fieldmap_set` that I get is ``` [{'epi': '/opt/romuald/SR/fMRI_data/sub-121c/fmap/sub-121c_dir-PA_epi.nii.gz', 'suffix': 'epi'}, {'phasediff':...
Thanks! I will ask for the AP file. But apparently the legacy method has `The following LegacyStyleData settings were requested: --dcmethod=NONE` So the HCPPipeline does not do any distortion correction...