Files
Jungfraujoch/docs/python_client/docs/FileWriterFormat.md
2025-10-02 15:55:39 +02:00

680 B

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')

  • NOFILEWRITTEN (value: 'NoFileWritten')

[Back to Model list] [Back to API list] [Back to README]