Files
Jungfraujoch/frontend/src/openapi/models/file_writer_format.ts
T
2025-05-05 19:32:22 +02:00

19 lines
582 B
TypeScript

/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
/**
* 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
*
*/
export enum file_writer_format {
NONE = 'None',
NXMX_LEGACY = 'NXmxLegacy',
NXMX_VDS = 'NXmxVDS',
CBF = 'CBF',
TIFF = 'TIFF',
}