Here are some very useful command lines to convert data. However, all command options are not explained in details. Please refer to the command help.
Table 3.1. Table of format conversions
Input (format/type) | Output (format/type) | commande line | Note |
---|---|---|---|
GIS | MINC | prompt% AimsFileConvert my_volume.ima my_volume.mnc | |
.bundles | .arg | prompt% AimsDiffusionBundleAnalysis -i my_bundles.bundles -g my_bundles.arg | |
Label_image (volume) | .arg | prompt% AimsGraphConvert -i label_image.ima -o label_graphe.arg --bucket | |
.arg | Label_image (volume) | prompt% AimsGraphConvert -i roi.arg -o roi.arg --volume | You will find roi_Volume.ima in roi.data directory |
Volume | Cluster graph | prompt% AimsClusterArg -i volume.ima -o cluster.arg | |
Volume | Mesh | prompt% AimsMesh -i label_image.ima -o label_image.mesh | |
Mesh | Ascii | prompt% AimsMesh2Ascii input.mesh mesh.txt | |
Binary image | Mesh | prompt% AimsMesh -i binary_mask.ima -o mask.mesh | The output file will be mask_1_0.mesh |