Module azcam.tools.exposure_filename
Classes
class Filename (parent=None)
-
Filename class used to manipulate image filenames. Used by the exposure tool.
Creates a filename instance.
param object parent: reference to parent image object
Subclasses
Methods
def get_extname(self, filetype)
-
Return the file extension string for a file type.
def get_filename(self)
-
Return current filename as a single string. This is the filename for the next exposure to be taken.
Always uses forward slashes for folder delimiter. This name is usually the next image to be produced.
def increment_filenumber(self)
-
Increment the filename sequence number if AutoIncrementSequenceNumber is True and not a test image.
def set_filename(self, filename: str)
-
Set the filename components based on a simple filename.
Args
filename
- filename to be set