PEARL Procedures
rev-distro-2.1.1-1-gf419e92-dirty
Igor procedures for the analysis of PEARL data
|
count rate functions for Scienta detector images. More...
#include "pearl-area-display"
Go to the source code of this file.
Namespaces | |
PearlScientaCountrate | |
count rate functions for Scienta detector images. | |
Functions | |
variable | ScientaLiveDisplay (string epicsname, string nickname, string wbRGB) |
open live display of most recent scienta measurement More... | |
variable | check_exposure_opt (wave image, wave outmask, variable dwelltime, dfref calc_df=defaultValue) |
optimized check exposure and calculate overexposure indicator mask More... | |
count rate functions for Scienta detector images.
this procedure contains functions for working with true count rates.
Definition in file pearl-scienta-countrate.ipf.
variable check_exposure_opt | ( | wave | image, |
wave | outmask, | ||
variable | dwelltime, | ||
dfref | calc_df = defaultValue |
||
) |
optimized check exposure and calculate overexposure indicator mask
calculate the local count rate density and return a mask to indicate where the maximum count rate is exceeded. the raw image is filtered by FFT with a gaussian kernel.
the raw image must have been acquired in fixed mode. slicing and dwell time are accounted for.
this function does the same as check_exposure() but keeps intermediate waves for time-optimized processing. moreover it is compatible with igor 6.
Definition at line 150 of file pearl-scienta-countrate.ipf.
variable ScientaLiveDisplay | ( | string | epicsname, |
string | nickname, | ||
string | wbRGB | ||
) |
open live display of most recent scienta measurement
epicsname | base name of the detector, e.g. X03DA-SCIENTA: image1: and cam1: are appended by the function. see ad_connect. |
nickname | nick name under which this detector is referred to in Igor. must be a valid data folder name. see ad_connect. |
wbRGB | window background color, e.g. "32768,49152,55296" |
Definition at line 43 of file pearl-scienta-countrate.ipf.