Mercurial > repos > muon-spectroscopy-computational-project > larch_lcf
comparison macros.xml @ 0:f59731986b61 draft
planemo upload for repository https://github.com/MaterialsGalaxy/larch-tools/tree/main/larch_lcf commit 5be486890442dedfb327289d597e1c8110240735
author | muon-spectroscopy-computational-project |
---|---|
date | Tue, 14 Nov 2023 15:35:22 +0000 |
parents | |
children | 6c28339b73f7 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f59731986b61 |
---|---|
1 <macros> | |
2 <xml name="energy_limits"> | |
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."> | |
4 <option value="relative" selected="true">Relative</option> | |
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> | |
26 </macros> |