Files
Jungfraujoch/docs/python_client/docs/FileWriterFormat.md
2025-05-05 19:32:22 +02:00

20 lines
634 B
Markdown

# FileWriterFormat
None - no master file written 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
## Enum
* `NONE` (value: `'None'`)
* `NXMXLEGACY` (value: `'NXmxLegacy'`)
* `NXMXVDS` (value: `'NXmxVDS'`)
* `CBF` (value: `'CBF'`)
* `TIFF` (value: `'TIFF'`)
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)