Hi
I have an image stack to load which was provided to me as a series of TIFF files. These can be successfully opened in 3rd party tools such as ImageJ (Fiji) and GIMP. However there is a warning message about the description field:
ASCII value for tag “ImageDescription” does not end in null byte
In Slicer the tiff files could be opened as individual slices but not an image volume stack.
I tried exporting to NRRD from ImageJ.
Slicer would not load this NRRD file. The error messages are below. My next steps are to try to load the sequence.
Exception from vtkITK MegaMacro:
Algorithm vtkITKArchetypeImageSeriesScalarReader (0x7f9c3d0) returned failure for request: vtkInformation (0x8a21af0)
vtkMRMLStorageNode::ReadData: Failed to read node images (vtkMRMLMultiVolumeNode1) from filename='<path>/images.nrrd'
vtkMRMLStorageNode::ReadData: Failed to read node images (vtkMRMLDiffusionWeightedVolumeNode1) from filename='<path>/images.nrrd'
vtkMRMLVolumeArchetypeStorageNode::ReadDataInternal: Reading of file '<path>/images.nrrd' failed: FileFormatError Number of files listed in the node is 0. File reader says it was able to read 1 files. File reader used the archetype file name of '<path>/images.nrrd' (first filename: '<path>/images.nrrd')
vtkMRMLVolumeArchetypeStorageNode::ReadDataInternal: Reading of file '<path>/images.nrrd' failed: FileFormatError Number of files listed in the node is 0. File reader says it was able to read 1 files. File reader used the archetype file name of '<path>/images.nrrd' (first filename: '<path>/images.nrrd')
vtkMRMLVolumeArchetypeStorageNode::ReadDataInternal: Cannot read '<path>/images.nrrd' file as a volume of type 'DiffusionTensorVolume'. Details: FileFormatError.
vtkMRMLStorageNode::ReadData: Failed to read node images (vtkMRMLDiffusionTensorVolumeNode1) from filename='<path>/images.nrrd'
ReadData: MRMLVolumeNode does not match file kind
vtkMRMLStorageNode::ReadData: Failed to read node images (vtkMRMLVectorVolumeNode1) from filename='<path>/images.nrrd'
vtkMRMLVolumeArchetypeStorageNode::ReadDataInternal: Failed to instantiate a file reader
vtkMRMLStorageNode::ReadData: Failed to read node images (vtkMRMLVectorVolumeNode2) from filename='<path>/images.nrrd'
vtkMRMLVolumeArchetypeStorageNode::ReadDataInternal: Reading of file '<path>/images.nrrd' failed: FileFormatError Number of files listed in the node is 0. File reader says it was able to read 1 files. File reader used the archetype file name of '<path>/images.nrrd' (first filename: '<path>/images.nrrd')
vtkMRMLVolumeArchetypeStorageNode::ReadDataInternal: Reading of file '<path>/images.nrrd' failed: FileFormatError Number of files listed in the node is 0. File reader says it was able to read 1 files. File reader used the archetype file name of '<path>/images.nrrd' (first filename: '<path>/images.nrrd')
vtkMRMLVolumeArchetypeStorageNode::ReadDataInternal: Cannot read '<path>/images.nrrd' file as a volume of type 'Volume'. Details: FileFormatError.
vtkMRMLStorageNode::ReadData: Failed to read node images (vtkMRMLScalarVolumeNode1) from filename='<path>/images.nrrd'
static void qSlicerIOManager::showLoadNodesResultDialog(bool, vtkMRMLMessageCollection*) Errors occurred while loading nodes: "Error: Loading <path>/images.nrrd - load failed.\n"