MINC - Medical Image NetCDF or MINC isn't netCDF
The MINC file format is a highly flexible medical image file format built on the HDF5 generalized data format. The format is simple, self-describing, extensible, portable and N-dimensional, with programming interfaces for both low-level data access and high-level volume manipulation. On top of the libraries is a suite of generic image-file manipulation tools. The format, libraries and tools are designed for use in a medical-imaging research environment : they are simple and powerful and make no attempt to provide a pretty interface to users.
Minc tools are hosted in https://github.com/BIC-MNI/minc-tools
Additional tools are available from the Montreal Neurological Institute (MNI).
https://packages.bic.mni.mcgill.ca/tgz
This change requires that HDF5 must be installed before MINC can be built. You can obtain HDF5 from, current version is 1.8.11:
You should NOT need to become an HDF5 expert to use MINC 2.0. However, two tools included with HDF5 may prove useful, "h5dump" and "h5ls". h5dump is roughly equivalent to netCDF's ncdump utility. There is no exact netCDF tool analogous to h5ls. h5ls is useful for exploring and extracting bits of the HDF5 hierarchy.
This is implemented as a way to control certain behaviors of the library which are not readily available through other means. These variables may be defined either in your environment, or in the .mincrc file in your home directory. The value in the environment should override the one in .mincrc.
Here's what exists so far:
# MINC_FORCE_V2 = {1, 0}
# MINC_COMPRESS = {0..9}
# MINC_CHUNKING = {0..N}
#
MINC_LOGFILE = [+]
# MINC_LOGLEVEL = 0-4
#
MINC_MAX_FILE_BUFFER_KB =
#
MINC_MAX_MEMORY_KB =
#
MINC_FILE_CACHE_MB =
# MINC_CHECKSUM = {1,0}
# MINC_PREFER_V2_API = {1,0}