Kim review Flashcards
absolute path
the path of a file from the root location ex: /users/notcara/documents…..etc
relative path
the path of a file from current location: ex: ./MATLAB/etc.
how would you write a path that’s a folder above where you are
../jboudreau/etc.
terminal command: pwd
print current directory
terminal command: cd
change directory
terminal command: ls
list directory
terminal command: find
search files
terminal command: cp
copy files, use option ‘-r’ to copy folders
terminal command: mkdir
make directory
terminal command: mv
move/rename files
terminal command: rm
remove/delete files, use option ‘-r’ to remove folders
is there a recycle bin in Linux command line?
NO. it is possible to recover deleted files but it takes a lot of effort
terminal command: ln
create links/shortcuts to files, use option ‘-s’ to create symbolic links
files/directories are associated with three types of users:
owner (u), group (g), and others (o)
three kinds of permissions are assigned to each type of user
read (r), write (w), execute (x)
command: ls -l
view permissions
command: chmod
change permissions
command chown
change ownerships
MRI RF intensity inhomogeneities
when part of the image is shaded darker, there’s a gradient across the image going from darker to lighter
if r= distance from the origin of magnetic field, what would the graph with r as the x axis and 1/r^2 as the y axis look like?
steep drop down between 0 and 1 on the x axis tapering off for the rest of it
the slope of r by 1/r^2 graph would __ with higher field strength
increase
N3 inhomogeneity correction: end tolerance
smaller values lead to more stable results but take longer time
N3 inhomogeneity correction: field distance (mm)
smaller distance offers higher power but takes longer computationally.
the higher the magnetic field, the __ the field distance in N3 should be used
smaller
N3 inhomogeneity correction: subsampling factor:
the larger this is, the faster the algorithm runs but the coarser the results are
N3 inhomogeneity correction: Kernel fwhm
the larger the FWHM is, the faster the algorithm runs
N3 end tolerance: range
0.01 - 0.00001
N3 subsampling factor range
1.0-32.0
N3 Kernel fwhm range
0.05-0.50
normalization changes __, does not change __
the range of intensity distribution on the image using fixed min & max values; doesn’t change histogram shape
equalization requires __, changes __, and the min & max values __
a target image to match; the histogram; may not be fixed
output from brain extraction (2)
a mesh representation of brain boundary; a binary brain mask
a mesh representation of brain boundary is __ than the binary mask, because it __ but the binary is __
more accurate; can achieve sub-voxel accuracy; more convenient to use
BET option -f
“fractional intensity threshold”. the higher this local threshold, the smaller the Norm Force to expand the brain surface, the smaller the mask