24 lines
927 B
Plaintext
24 lines
927 B
Plaintext
# FileWriterFormat
|
|
|
|
NoFileWritten - no files are written at all NXmxOnlyData - only data files are written, no master file NXmxLegacy - legacy format with soft links to data files in the master file; necessary for DECTRIS Albula 4.0 and DECTRIS Neggia NXmxVDS - newer format with virtual dataset linking data files in the master file, also includes better metadata handling NXmxIntegrated - single HDF5 per dataset CBF - CBF format (limited metadata) TIFF - TIFF format (no metadata)
|
|
|
|
## Enum
|
|
|
|
* `NXMXONLYDATA` (value: `'NXmxOnlyData'`)
|
|
|
|
* `NXMXLEGACY` (value: `'NXmxLegacy'`)
|
|
|
|
* `NXMXVDS` (value: `'NXmxVDS'`)
|
|
|
|
* `NXMXINTEGRATED` (value: `'NXmxIntegrated'`)
|
|
|
|
* `CBF` (value: `'CBF'`)
|
|
|
|
* `TIFF` (value: `'TIFF'`)
|
|
|
|
* `NOFILEWRITTEN` (value: `'NoFileWritten'`)
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|