-
Notifications
You must be signed in to change notification settings - Fork 7
DOC: Add setting descriptions for DE #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,6 +3,7 @@ | |
| "options": [ | ||
| { | ||
| "name": "Simulation length", | ||
| "description": "Choose whether to set the simulation length based on the energy decay threshold (EDT) or by impulse response length.", | ||
| "id": "sim_len_type", | ||
| "type": "string", | ||
| "display": "radio", | ||
|
|
@@ -15,6 +16,7 @@ | |
| }, | ||
| { | ||
| "name": "Energy decay threshold", | ||
| "description": "The energy decay threshold for determining the simulation length. Once the energy decays below this threshold, the simulation will terminate.", | ||
| "id": "edt", | ||
| "type": "integer", | ||
| "display": "text", | ||
|
|
@@ -26,6 +28,7 @@ | |
| }, | ||
| { | ||
| "name": "Impulse response length", | ||
| "description": "The maximum length of the impulse response to be simulated.", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same here |
||
| "id": "de_ir_length", | ||
| "type": "float", | ||
| "display": "text", | ||
|
|
@@ -37,6 +40,7 @@ | |
| }, | ||
| { | ||
| "name": "Speed of sound", | ||
| "description": "Speed of sound in air filling the room.", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "Speed of sound propagation in the simulated geometry volume."? |
||
| "id": "de_c0", | ||
| "type": "float", | ||
| "display": "text", | ||
|
|
@@ -48,6 +52,7 @@ | |
| }, | ||
| { | ||
| "name": "Characteristic length (mesh)", | ||
| "description": "Characteristic length of the mesh used in the simulation.", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe at the end: "(i.e., the approximate distance between two mesh nodes.)" |
||
| "id": "de_lc", | ||
| "type": "float", | ||
| "display": "text", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add at the start: "(Only used when the Simulation length is set to EDT.) The energy decay..." This way we're extra clear that whether this parameter has any effect is dependent on the Simulation length parameter.