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

mask_4mm filename inconsistent #11

Open
justbennet opened this issue Dec 2, 2018 · 0 comments
Open

mask_4mm filename inconsistent #11

justbennet opened this issue Dec 2, 2018 · 0 comments

Comments

@justbennet
Copy link

I believe you want to either modify these lines

./docs/fmri.example.md:cmdargs <- c("-m","mask_4mm.nii.gz", "--set1", "setfilenames1.txt",
./docs/fmri.example.md:These arguments specify a mask (`mask_4mm.nii.gz`), which has a value
./example.rawfmri/readargs.R:cmdargs <- c("-m","mask_4mm.nii.gz", "--set1", "setfilenames1.txt",

to not use the .gz extension or gzip the file example.rawfmri/mask_4mm.nii so that it is there. Currently, running npoint from example.rawfmri results in this warning.

$ npoint
Reading 2 data sets.
Allocating memory for data.
Reading in data.
	++Working on dataset 1 
	++Working on dataset 2 
           used  (Mb) gc trigger   (Mb)  max used   (Mb)
Ncells   328797  17.6     627465   33.6    627465   33.6
Vcells 74065756 565.1  168635876 1286.6 165340010 1261.5
no. of vertices 30546 
size 3054 
no. of jobs 10 
Warning message:
In normalizePath(args$mask) :
  path[1]="mask_4mm.nii.gz": No such file or directory
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

1 participant