-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPlot-Spectra.xml
More file actions
37 lines (30 loc) · 1.42 KB
/
Plot-Spectra.xml
File metadata and controls
37 lines (30 loc) · 1.42 KB
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
<WaNoTemplate>
<WaNoMeta>
<Author>
<Name> Tobias Schlöder </Name>
<Email>tobias.schloeder@kit.edu</Email>
</Author>
<Description>
This WaNo plots spectra.
</Description>
<Keyword>Spectrum</Keyword>
</WaNoMeta>
<WaNoRoot name="Settings">
<WaNoBool name="Plot IR spectra">True</WaNoBool>
<WaNoFile name="IR yml files" logical_filename="ir_result.yml" visibility_condition="%s == True" visibility_var_path="Plot IR spectra" local="True">IR results</WaNoFile>
<WaNoBool name="Plot UV/Vis absorption spectra">True</WaNoBool>
<WaNoFile name="Absorption yml files" logical_filename="abs_result.yml" visibility_condition="%s == True" visibility_var_path="Plot UV/Vis absorption spectra" local="True">Absorption results</WaNoFile>
<WaNoBool name="Plot UV/Vis emission spectra">True</WaNoBool>
<WaNoFile name="Emsission yml files" logical_filename="em_result.yml" visibility_condition="%s == True" visibility_var_path="Plot UV/Vis emission spectra" local="True">Emission results</WaNoFile>
<WaNoBool name="Delete yml files">False</WaNoBool>
</WaNoRoot>
<WaNoExecCommand>
export NANOVER=V4
source $NANOMATCH/$NANOVER/local_anaconda/bin/activate
conda activate simstack_kit
python spectrum_plotter.py
</WaNoExecCommand>
<WaNoInputFiles>
<WaNoInputFile logical_filename="spectrum_plotter.py">spectrum_plotter.py</WaNoInputFile>
</WaNoInputFiles>
</WaNoTemplate>