```{index} single: Filters; Read Zeiss TXM/TXRM Files
```
# Read Zeiss TXM & TXRM File

## Group (Subgroup) ##

IO (Read)

## Description ##

This filter will read the entire volume or optionally a subvolume from a .txm or .txrm file. These files
are Zeiss xCT reconstruction files.

The minimum slice always starts at 1.
The last slice is inclusive.

## WARNING

Be aware of how large of data you are reading into DREAM3D-NX as these files can become quite large and will overwhelm the visualization system.
It is recommended that you view the data as a "2D Slice/Image View" or "Volume Render" view.


### Input Parameter(s)

| Parameter Name | Parameter Type | Parameter Notes | Description |
|----------------|----------------|-----------------|-------------|
| Zeiss TXM/TXRM File | FileSystemPath |  | The input Zeiss TXM/TXRM file |
| Use Z Sub-volume | Bool |  | Only import a sub-set of the slices |
| Slice Start | Scalar Value |UInt32 | The starting slice to import |
| Slice End (inclusive) | Scalar Value |UInt32 | The ending slice to import (inclusive) |

### Output Geometry

| Parameter Name | Parameter Type | Parameter Notes | Description |
|----------------|----------------|-----------------|-------------|
| Image Geometry | DataGroupCreation |  | Path to create the Image Geometry |

### Output Cell Attribute Matrix

| Parameter Name | Parameter Type | Parameter Notes | Description |
|----------------|----------------|-----------------|-------------|
| Cell Attribute Matrix | DataObjectName |  | The attribute matrix created as a child of the image geometry |

### Output Data Array

| Parameter Name | Parameter Type | Parameter Notes | Description |
|----------------|----------------|-----------------|-------------|
| CT Data | DataObjectName |  | The data array created as a child of the attribute matrix |

## References

This code uses the MIT licensed OLESS software library.

## Example Pipelines

## License & Copyright

Please see the description file distributed with this **Plugin**

## DREAM3D-NX Help

If you need help, need to file a bug report or want to request a new feature, please head over to the [DREAM3DNX-Issues](https://github.com/BlueQuartzSoftware/DREAM3DNX-Issues/discussions) GitHub site where the community of DREAM3D-NX users can help answer your questions.
