NAME
miselect_resolution - compute a different resolution
SYNOPSIS
#include <minc2.h>
int miselect_resolution ( mihandle_t volume,
int depth)
DESCRIPTION
This method computes a new resolution on according to the depth
(resolution level) provided by the user.
RETURN VALUE
miselect_resolution returns MI_NOERROR if it successfully computes a
new resolution from the data or MI_ERROR otherwise.