locan.constants.FileType#

class locan.constants.FileType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]#

Bases: Enum

File types for localization files.

The listed file types are supported with input/output functions in io.io_locdata(). The types correspond to the metadata keys for LocData objects. That is, they are equal to the file types in the protobuf message locan.data.metadata_pb2.Metadata.

Attributes

ASDF = 5#
CUSTOM = 1#
DECODE = 9#
ELYRA = 3#
NANOIMAGER = 6#
RAPIDSTORM = 2#
RAPIDSTORMTRACK = 7#
SMAP = 10#
SMLM = 8#
THUNDERSTORM = 4#
UNKNOWN_FILE_TYPE = 0#