24 lines
1.1 KiB
Markdown
24 lines
1.1 KiB
Markdown
# 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 - DEPRECATED, no longer supported; kept for back compatibility only. Requests using this value are rejected. Only HDF5 formats are written. TIFF - DEPRECATED, no longer supported; kept for back compatibility only. Requests using this value are rejected. Only HDF5 formats are written.
|
|
|
|
## 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)
|
|
|
|
|