Material-class: Class Material

Description Usage Arguments Slots Author(s)

Description

Class Material contains the luminescence properties of a material.

Method setMaterial

Method getMaterial

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
setMaterial(name, description.TL, description.OSL, TL, OSL)

## S4 method for signature 'character,character,character,matrix,matrix'
setMaterial(name,
  description.TL, description.OSL, TL, OSL)

getMaterial(object, ref)

## S4 method for signature 'Material,character'
getMaterial(object, ref)

Arguments

name

character: Name of the material.

description.TL

character: Description of the TL properties of the material.

description.OSL

character: Description of the OSL properties of the material.

TL

matrix: TL emission properties of the material. The first column contains the emission wavelength [nm], the second column contains the stimuation temperature [°C] and the third column contains the emission intensity [a.u].

OSL

matrix: OSL emission properties of the material. The first column contains the emission wavelength [nm], the second column contains the stimuation wavelength [nm] and the third column contains the emission intensity [a.u].

object

Material: Material.

ref

character: Material slot.

Slots

name

character: Name of the material.

description.TL

character: Description of the TL properties of the material.

description.OSL

character: Description of the OSL properties of the material.

TL

matrix: TL emission properties of the material. The first column contains the emission wavelength [nm], the second column contains the stimuation temperature [°C] and the third column contains the emission intensity [a.u].

OSL

matrix: OSL emission properties of the material. The first column contains the emission wavelength [nm], the second column contains the stimuation wavelength [nm] and the third column contains the emission intensity [a.u].

Author(s)

David Strebler


dstreble/LumReader documentation built on May 15, 2019, 4:50 p.m.