mirror of
https://github.com/pim-n/pg-rad
synced 2026-03-23 21:58:12 +01:00
add default values to central location
This commit is contained in:
1
src/pg_rad/configs/__init__.py
Normal file
1
src/pg_rad/configs/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
__all__ = []
|
||||
10
src/pg_rad/configs/defaults.py
Normal file
10
src/pg_rad/configs/defaults.py
Normal file
@ -0,0 +1,10 @@
|
||||
# --- Physics defaults ---
|
||||
DEFAULT_AIR_DENSITY = 1.243 # kg/m^3, Skåne
|
||||
|
||||
# --- Simulation defaults ---
|
||||
DEFAULT_SEED = None
|
||||
DEFAULT_ACQUISITION_TIME = 1.0
|
||||
|
||||
# --- Source defaults ---
|
||||
DEFAULT_PATH_HEIGHT = 0.0
|
||||
DEFAULT_SOURCE_HEIGHT = 0.0
|
||||
Reference in New Issue
Block a user