Source code for imagesplit.file.file_formats
# coding=utf-8
"""
Definitions for supported imaging formats
Author: Tom Doel
Copyright UCL 2017
"""
[docs]class FileFormats(object):
"""Defines image file formats"""
# File format constants
METAIO_FORMAT = "mhd"
TIFF_FORMAT = "tiff"
VOL_FORMAT = "vol"