Skip to content

Commit

Permalink
remove broadening range from config
Browse files Browse the repository at this point in the history
  • Loading branch information
jvshields committed Dec 4, 2024
1 parent 6e63e88 commit 081c236
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion benchmarks/benchmark_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ opacity:
line:
disable: False
broadening: [radiation, linear_stark, quadratic_stark, van_der_waals]
broadening_range: 3 AA
no_of_thetas: 20
4 changes: 0 additions & 4 deletions stardis/config_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ properties:
type: boolean
default: false
description: Whether to disable microturbulence.
broadening_range:
type: [quantity, "null"]
default: null
description: How far away to look for lines at any given wavelength or frequency. Must be in frequency or wavelength units. Does not apply to hydrogen.
vald_linelist:
type: object
default: {}
Expand Down
1 change: 0 additions & 1 deletion stardis/tests/stardis_test_config_broadening.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ opacity:
vald_linelist:
use_linelist: False
shortlist: False
broadening_range: 3 AA
no_of_thetas: 10
1 change: 0 additions & 1 deletion stardis/tests/stardis_test_config_parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ opacity:
vald_linelist:
use_linelist: False
shortlist: False
broadening_range: 3 AA
no_of_thetas: 10

0 comments on commit 081c236

Please sign in to comment.