Experiment-class: Class Experiment

Description Usage Arguments Slots Author(s)

Description

Class Experiment contains the caracteristics of a luminescence experiment.

Method setExperiment

Method getExperiment

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
## S4 method for signature 'Experiment'
show(object)

setExperiment(name, description, reader, material, type, interval)


  ## S4 method for signature 
## 'character,character,Reader,Material,character,numeric'
setExperiment(name,
  description, reader, material, type, interval)

getExperiment(object, ref)

## S4 method for signature 'Experiment,character'
getExperiment(object, ref)

Arguments

object

Experiment: Experiment.

name

character: Name of the luminescence experiment.

description

character: Description of the experiment.

reader

Reader: TL/OSL reader unit used for the experiment.

material

Material: Material analysed by the experiment.

type

character: Type of experiment ('TL' or 'OSL'). By default, defined by the stimulation unit of the reader.

interval

numeric: vector defining the stimulation temperature (for 'TL') or wavelength (for 'OSL') interval on which the experiment focuses.

ref

character: Slot reference.

Slots

name

character: Name of the luminescence experiment.

description

character: Description of the experiment.

reader

Reader: TL/OSL reader unit used for the experiment.

material

Material: Material analysed by the experiment.

type

character: Type of experiment ('TL' or 'OSL'). By default, defined by the stimulation unit of the reader.

interval

numeric: vector defining the stimulation temperature (for 'TL') or wavelength (for 'OSL') interval on which the experiment focuses.

emission

Stimulation: Material emission spectra for the temperature or wavelength interval on which the experiment focuses.

detected

Stimulation: Emission spectra wich is detected by the reader.

Author(s)

David Strebler


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