pyopia.instrument.uvp

pyopia.instrument.uvp#

Module containing UVP specific tools to enable compatability with the pyopia.pipeline

Functions

generate_config(raw_files, model_path, ...)

Generate example uvp config.toml as a dict

load_image(filename)

load a UVP .png file from disc

timestamp_from_filename(filename)

get a pandas timestamp from a UVP vignette image filename

Classes

UVPLoad()

PyOpia pipline-compatible class for loading a single UVP image using pyopia.instrument.uvp.load_image() and extracting the timestamp using pyopia.instrument.uvp.timestamp_from_filename()