ExportHandler: Module to Export Files

PRLEC Framework for OCT Processing and Visualization

OCT_GUI.FileHandler.ExportHandler.saveHeatmap(directory, heatmapForSaving, COLORMAP)[source]

Export heatmap

Parameters:
directory : string

current path

heatmapForSaving : ndarray

heatmap

COLORMAP: string

colormap settings

OCT_GUI.FileHandler.ExportHandler.saveInpainted(directory, volumeXZ, shiftedValues)[source]

Export lines inpainted in original volume as tif/tiff

Parameters:
directory : string

current path

volumeXZ : ndarray

Data stack

shiftedValues : scalar

Flattening values for every A-scan

OCT_GUI.FileHandler.ExportHandler.saveLineSegmentation(directory, segmentation, shiftedValues)[source]

Export lines inpainted in empty volume as tif/tiff

Parameters:
directory : string

current path

segmentation : ndarray

Data stack

shiftedValues : scalar

Flattening values for every A-scan