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

manual recons #10

Open
rfdougherty opened this issue Dec 19, 2014 · 1 comment
Open

manual recons #10

rfdougherty opened this issue Dec 19, 2014 · 1 comment

Comments

@rfdougherty
Copy link
Member

I'm trying to run some manual mux recons using the new nimsdata. It seems that you guys took away my main in nimsraw (now nimspfile). OK, so I need to use nimsdata. Fine. But how do I pass the recon args to nimsdata? I see the '--parser_kwarg' arg, but I can't figure out how to use it. I tried a few things, but all produced some error or another. Can you add a few examples to the help text for nimsdata? It should also be possible for nimsdata to list all the possible options for each of its submodules.

@kevlarkevin
Copy link
Contributor

--parser_kwarg recon_type=sense. Use --parser_kwarg multiple times to add multiple keyword arguments.

nimsdata.py -p pfile \ 
    path/to/pfile
    --parser_kwarg recon_type=sense \
    --parser_kwarg aux_file=/some/other/pfile.tgz \
    -w nifti \
    outputprefix

a few things to note:

  • --parser_kwarg load_data=True is always implied.
  • the aux file given to--parser_kwarg aux_file=/some/other/pfile.tgz currently has to be a tgz.

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