resetSlopeIntercept {oro.nifti} | R Documentation |
Change Intercept to 0 and Slope to 1 in NIfTI Object
Description
Forces image scl_slope
to 1 and scl_inter
to be 0 of slots of class nifti
. This is so that when images are
rendered/written, the values correspond to those in the array (stored in the
.Data
slot) and are not scaled.
Usage
resetSlopeIntercept(img)
zero_trans(img)
Arguments
img |
is a |
Value
An object of the same type passed.
Author(s)
John Muschelli muschellij2@gmail.com
[Package oro.nifti version 0.11.4 Index]