Stimulation-class: Class Stimulation

Description Usage Arguments Slots Author(s)

Description

Class Stimulation contains the properties of a stimulation unit.

Method setStimulation

Method getStimulation

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
setStimulation(name, description, type, emission)

## S4 method for signature 'character,character,character,matrix'
setStimulation(name,
  description, type, emission)

getStimulation(object, ref)

## S4 method for signature 'Stimulation,character'
getStimulation(object, ref)

Arguments

name

character: name of the stimulation unit.

description

character: description of the stimulation unit.

type

character: type of the stimulation ('TL' or 'OSL').

emission

matrix: Emission spectra of the stimulation unit. The first column contains the wavelength [nm] and the second the intensity of the signal [a.u].

object

Stimulation: Stimulation unit

ref

character: Slot reference.

Slots

name

character: name of the stimulation unit.

description

character: description of the stimulation unit.

type

character: type of the stimulation ('TL' or 'OSL').

emission

matrix: Emission spectra of the stimulation unit. The first column contains the wavelength [nm] and the second the intensity of the signal [a.u].

Author(s)

David Strebler


gadaviel/LumReader documentation built on May 16, 2019, 5:33 p.m.