You're reading the documentation for a development version. For the latest released version, please have a look at v0.2.

Overview of a dataset

Recipe

Lorem ipsum
 1format:
 2  type: ASpecD recipe
 3  version: '0.2'
 4
 5settings:
 6  default_package: trepr
 7  autosave_plots: false
 8
 9directories:
10  datasets_source: ../../tests/testdata/fsc2/
11  
12datasets:
13  #- radical-pair
14  - triplet
15  #- speksim/
16
17tasks:
18  - kind: processing
19    type: PretriggerOffsetCompensation
20    comment: >
21        Compensate for DC offsets of the signal prior to the laser flash
22  - kind: processing
23    type: BackgroundCorrection
24    comment: >
25        Correct for laser-induced background signal.
26  - kind: singleplot
27    type: SinglePlotter2D
28    properties:
29      parameters:
30        tight_layout: true
31      properties:
32        figure:
33          dpi: 300
34      type: contourf
35      filename: 2Dplot.pdf
36  - kind: aspecd.report
37    type: LaTeXReporter
38    properties:
39        template: datensatz.tex
40        filename: report-de.tex
41        language: de
42    compile: true
43  - kind: aspecd.report
44    type: LaTeXReporter
45    properties:
46        template: dataset.tex
47        filename: report-en.tex
48    compile: true