readaometervig

The readaometervig function reads the pixel-wise vignetting calibration factor from from an \alpha\Omega-meter vignetting calibration file.

See:\alpha\Omega-meter

Usage:

[im,reso] = readaometervig(filename)

Where:

ParameterDescription
imIs the return matrix contaning the pixel-wise vignetting calibration factor from a calibration file.
resoSpecifies the the matrix/image size.
filenameDefines the the file name and location.
Note: An empty function call will open a popup menu for file selection.

Example:

Load ao-meter vignetting data and plot green channel correction factors:

[im,reso] = readaometervig('vignetting.cal');

imagesc(im(:,:,2))
axis equal off
colorbar
title('Pixelwise vignetting correction factor')

Result:

Reference:

Frederic Rudawski, Development of a wearable, low-cost, spatially and α-opic resolving light dosimeter, Dissertation, Technische Universität Berlin, In: DepositOnce, 2024, DOI: 10.14279/depositonce-22010.


Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.