Skip to content

Commit

Permalink
Code review changes
Browse files Browse the repository at this point in the history
Co-authored-by: patrick-austin <61705287+patrick-austin@users.noreply.github.com>
  • Loading branch information
subindev-d and patrick-austin committed May 31, 2024
1 parent c628c33 commit aff55be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mudirac/mudirac.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@ spec_expdec: $spec_expdec
</param>
<when value="false"/>
<when value="true">
<param name="spec_step" type="float" label="Spectrum step" help="energy step for the simulated spectrum, in eV. Default is 1E2 eV." optional="true"/>
<param name="spec_linewidth" type="float" label="Spectrum line width" help="Gaussian broadening width for the simulated spectrum, in eV. Default is 1E-4." optional="true"/>
<param name="spec_expdec" type="float" label="Exponential decay parameter for a sensitivity function for the simulated spectrum, in eV. Multiplies the entire spectrum by a function. Default is -1 (no decay)." optional="true"/>
<param name="spec_step" type="float" value="100" min="0" label="Spectrum step" help="energy step for the simulated spectrum, in eV. Default is 1E2 eV."/>
<param name="spec_linewidth" type="float" value="1000" min="0" label="Spectrum line width" help="Gaussian broadening width for the simulated spectrum, in eV. Default is 1E3."/>
<param name="spec_expdec" type="float" min="0" label="Exponential decay parameter" help="Defines the sensitivity factor E_dec, in eV. If set, multiplies the entire spectrum by exp(-E/E_dec) . If unset, no decay applied." optional="true"/>
</when>
</conditional>
</inputs>
Expand Down

0 comments on commit aff55be

Please sign in to comment.