readaometerangles

The readaometerangles function reads a binary file containg \alpha\Omega-meter pixel-wise solid angle data.

See:\alpha\Omega-meter

Usage:

[im,reso] = readaometerangles(filename)

Where:

ParameterDescription
imIs the return matrix contaning the pixel-wise solid angles of the specific ao-meter solid angle 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:

[im,reso] = readaometerangles('omega.dat');

imagesc(im)
axis equal off
colorbar
title('Pixelwise solid angle in sr')

reso

Result:

reso =

   160   120

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.