Mercurial > repos > muon-spectroscopy-computational-project > larch_lcf
comparison macros.xml @ 1:6c28339b73f7 draft
planemo upload for repository https://github.com/MaterialsGalaxy/larch-tools/tree/main/larch_lcf commit 1cf6d7160497ba58fe16a51f00d088a20934eba6
author | muon-spectroscopy-computational-project |
---|---|
date | Wed, 06 Dec 2023 13:04:01 +0000 |
parents | f59731986b61 |
children |
comparison
equal
deleted
inserted
replaced
0:f59731986b61 | 1:6c28339b73f7 |
---|---|
1 <macros> | 1 <macros> |
2 <xml name="energy_limits"> | 2 <xml name="plot_limits_energy"> |
3 <param name="energy_format" type="select" display="radio" label="Energy limits" help="Whether to limit the energy relative to the absorption edge or with absolute values."> | 3 <param name="x_limit_min" type="float" label="Minimum plot energy (eV)" optional="true" help="If set, plot will be limited to this value on the x axis."/> |
4 <option value="relative" selected="true">Relative</option> | 4 <param name="x_limit_max" type="float" label="Maximum plot energy (eV)" optional="true" help="If set, plot will be limited to this value on the x axis."/> |
5 <option value="absolute">Absolute</option> | |
6 </param> | |
7 <param name="energy_min" type="float" label="Minimum energy (eV)" optional="true" help="If set, data will be cropped below this value in electron volts."/> | |
8 <param name="energy_max" type="float" label="Maximum energy (eV)" optional="true" help="If set, data will be cropped above this value in electron volts."/> | |
9 </xml> | |
10 <xml name="xftf_params"> | |
11 <param argument="kmin" type="float" value="0" min="0.0" help="Minimum k value."/> | |
12 <param argument="kmax" type="float" value="20" min="0.0" help="Maximum k value."/> | |
13 <param argument="kweight" type="float" value="2" help="Exponent for weighting spectra by raising k to this power."/> | |
14 <param argument="dk" type="float" value="4" help="Tapering parameter for Fourier Transform window."/> | |
15 <param argument="window" type="select" help="Fourier Transform window type."> | |
16 <option value="hanning">Hanning (cosine-squared taper)</option> | |
17 <option value="parzen">Parzen (linear taper)</option> | |
18 <option value="welch">Welch (quadratic taper)</option> | |
19 <option value="gaussian">Gaussian function window</option> | |
20 <option value="sine">Sine function window</option> | |
21 <option value="kaiser" selected="true">Kaiser-Bessel function-derived window</option> | |
22 </param> | |
23 <param argument="rmin" type="float" value="0.0" min="0.0" help="Minimum radial distance."/> | |
24 <param argument="rmax" type="float" value="10.0" min="0.0" help="Maximum radial distance."/> | |
25 </xml> | 5 </xml> |
26 </macros> | 6 </macros> |