createc.VERT_SPEC

class createc.VERT_SPEC(file_path=None, file_binary=None, file_name=None)

Read the .vert file and generate useful and managable stuff

Parameters:

file_path (str) – Full file path

Returns:

vert_spec

Return type:

VERT_SPEC

__init__(file_path=None, file_binary=None, file_name=None)

Methods

__init__([file_path, file_binary, file_name])

meta_keys()

Print all available keys in meta

Attributes

datetime

Return datetime objext of the file using the file name

nom_size

Return the nominal size of image in angstrom in namedtuple (x, y) assuming no pre-termination while scanning.

offset

Return offset relatvie to the whole range in angstrom in the format of namedtuple (x, y)

size

Return the true size of image in angstrom in namedtuple (x, y)

timestamp

Same as datetime, but it converts to seconds since 1970, 1, 1.