19 lines
582 B
TypeScript
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',
|
|
}
|