Skip to content

Instantly share code, notes, and snippets.

@schluppeck
Last active October 11, 2018 12:10
Show Gist options
  • Select an option

  • Save schluppeck/c2dbcb8f7d891771b60e41894a3027f7 to your computer and use it in GitHub Desktop.

Select an option

Save schluppeck/c2dbcb8f7d891771b60e41894a3027f7 to your computer and use it in GitHub Desktop.
Understanding error messages and problems in PCN Neuroimaging lab (UoN)

FSL

What's gone wrong with my command line call?

Weird error message about "libc++abi.dylib: terminating with uncaught exception..."

no -i flag

  • problem: you forgot the -i flag before the input
  • fix: make sure you call with the -i flag:
fslmeants -i fmri_data_file -c 34 25 4

Weird error message about "Image Exception : #22 :: ERROR: Could not open image"

image-file-not-present

  • problem: the file you are trying to use is not present (or not in current folder)
  • fix:
    1. make sure you didn't make a typo
    2. make sure the file is present and you are in the correct folder
pwd   # show the current folder name
ls    # show content of current folder
cd ~/pcnData  # change into correct folder if necessary

Excel?

What's the difference between a line and a scatter plot?

How do I export plots as PNG images>

@zk83144240

Copy link
Copy Markdown

hello

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment