Files
Jungfraujoch/docs/python_client/docs/FileWriterFormat.md
T
2026-07-15 21:41:51 +02:00

1.1 KiB

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] [Back to API list] [Back to README]