Skip to content
Snippets Groups Projects
Commit 91ab896d authored by Jean-Baptiste Bayle's avatar Jean-Baptiste Bayle
Browse files

Merge branch '129-decrease-default-simulation-size' into 'master'

Resolve "Decrease default simulation size"

Closes #129

See merge request !159
parents 71f428e9 a5da07b5
No related branches found
No related tags found
1 merge request!159Resolve "Decrease default simulation size"
Pipeline #239221 passed
......@@ -64,7 +64,7 @@ class Instrument:
def __init__(self,
# Sampling parameters
size=2592000, dt=1/4, t0='orbits',
size=1200, dt=1/4, t0='orbits',
# Physics simulation sampling and filtering
physics_upsampling=4, aafilter=('kaiser', 240, 1.1, 2.9),
# Telemetry sampling
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment