Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

non linear registration in meica.py #12

Open
maryeveh opened this issue Sep 24, 2018 · 2 comments
Open

non linear registration in meica.py #12

maryeveh opened this issue Sep 24, 2018 · 2 comments

Comments

@maryeveh
Copy link

Hi,

I am trying to set up a meica preprocessing. Everything runs smoothly when I am including linear registration (to anatomical and standard). However, the I try to add --qwarp for non-linear registration to standard, I get the following error:

-- Multi-Echo Independent Components Analysis (ME-ICA) v2.5 beta11 --

Please cite: 
Kundu, P., Brenowitz, N.D., Voon, V., Worbe, Y., Vertes, P.E., Inati, S.J., Saad, Z.S., 
Bandettini, P.A. & Bullmore, E.T. Integrated strategy for improving functional 
connectivity mapping using multiecho fMRI. PNAS (2013).

Kundu, P., Inati, S.J., Evans, J.W., Luh, W.M. & Bandettini, P.A. Differentiating 
BOLD and non-BOLD signals in fMRI time series using multi-echo EPI. NeuroImage (2011).

++ Checking system for dependencies...
 + Python version: 2.7.15
 + Numpy version: 1.15.1
 + Scipy version: 1.1.0
 + Using AFNI 3dSeg for gray matter weighted anatomical-functional coregistration
 + Dependencies OK.
++ Continuing with preprocessing.
Traceback (most recent call last):
  File "/Users/hoeak6/abin/meica.py", line 562, in <module>
    (startdir,dsprefix(nlatnsmprage),prefix,almaster,qwfres,'NN'))
TypeError: not all arguments converted during string formatting

I can not figure out how to fix it. Any suggestions would be most welcome.

Thanks,

Marie

@emdupre
Copy link
Member

emdupre commented Sep 28, 2018

It looks like you're using the ME-ICA version distributed with AFNI. Are you running in a python 2.7 environment ? If so, you might want to use their message board to raise the issue further.

Please note, though, that ME-ICA development has been discontinued in favor of tedana. You should be able to access it through afni_proc.py, and we're happy to provide support either through our GitHub issues or through NeuroStars.

@maryeveh
Copy link
Author

Thank you for your explanation. I will look into using fmriprep and tedana to preprocess and denoise my data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants