-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
77 lines (66 loc) · 1.43 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
title: isorunN2O
url: https://isorunN2O.kopflab.com
template:
params:
bootswatch: simplex
home:
strip_header: true
navbar:
title: isorunN2O
type: default
left:
- text: Home
href: index.html
- text: Tutorial
href: articles/N2O_data_reduction_tutorial.html
- text: Reference
href: reference/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/sebkopf/isorunN2O
reference:
- title: Graphical User Interface
desc: >
contents:
- '`run_data_viewer`'
- title: Data Structuring
desc: >
contents:
- '`parse_file_names`'
- '`select_columns`'
- '`select_N2O_peak`'
- '`set_background`'
- '`set_oxidation_blank`'
- '`set_run_size`'
- '`change_category`'
- title: Data Processing
desc: >
Functions based on calculations.
contents:
- '`correct_N2O_for_17O`'
- '`evaluate_drift`'
- '`calculate_background`'
- '`calculate_concentrations`'
- '`calculate_oxidation_blank`'
- '`calibrate_d15_org`'
- '`calibrate_d15`'
- '`calibrate_d18`'
- title: Data Visualization and Reporting
desc: >
contents:
- '`plot_overview`'
- '`make_interactive`'
- '`make_itext`'
- '`generate_data_table`'
- '`generate_parameter_table`'
- title: Internal functions
desc: >
contents:
- '`default_cache_file`'
- '`get_calib_coef`'
- '`get_isodat_data_tables`'
- '`load_cache`'
- '`save_cache`'
- '`load_run_folder`'
- '`round_to_err`'
- '`run_d15_calibration`'