= The atlas tool data and file format reference = == Introduction == The atlas data is represented by a set of image files (e.g. 3/4D NIFTI files) along with an atlas description file in XML. The image files contain voxel classification values while the XML file caries the associated label and summary image information. Atlases come in two flavours: * Probabilistic - a 4D image where each volume contains voxel values [0:100] indicating the probability that a given voxel is classified as belonging to the structure represented by that volume. * Label or "hard" segmentation - a 3D image where each voxel contains the value corresponding to that voxel's classification label. == XML Specification == || Tag name ||<: style="font-weight: bold;"> Description || Attributes || ||<-3: style="font-weight: bold;">Tags in header section|| ||name || A text sting to be displayed in any tools when refering to this atlas. || || ||type || Probabilistic, Label. || || ||imagefile || Relative path to the location of the atlas image|| || || summaryimagefile || Relative path to the location of the atlas summary image || || ||<-3: style="font-weight: bold;"> Tags in data section || ||<|4:> label ||<|4:> Text corresponding to this volume's label || index || || x || || y || || z || === Example === {{{
MNI Structural Probability Atlas Probabalistic /MNI/MNI-prob-2mm /MNI/MNI-maxprob-thr25-2mm
}}}