Usage
rescale_img(filename, pngname = NULL, write.nii = FALSE, outfile = NULL, min.val = -1024, max.val = 3071, ROIformat = FALSE, writer = "dcm2nii", ...)
Arguments
filename
filename of image to be read into R or nifti object
pngname
filename of png of histogram of values of image to be made. For no
png - set to NULL (default)
write.nii
logical - should the image be written.
outfile
if write.nii = TRUE
, filename of output file
min.val
minimum value of image (default -1024 (for CT)). If no thresholding
set to -Inf
max.val
maximum value of image (default 3071 (for CT)). If no thresholding
set to Inf
ROIformat
if TRUE, any values $< 0$ will be set to 0
writer
character value to add to description slot of NIfTI header