NAME
miset_real_value - set the scaled value of a particular position
in the MINC volume.
SYNOPSIS
#include <minc2.h>
int miset_real_value( mihandle_t volume,
const unsigned long location[],
int array_length,
double value );
DESCRIPTION
This function sets the real value of a position in the MINC
volume. The "real" value is the value at the given location
after scaling has been applied.
RETURN VALUE
Returns MI_NOERROR on success, MI_ERROR on failure.