Skip to content
Snippets Groups Projects
Commit 1bebb44e authored by noeljanes's avatar noeljanes
Browse files

Added write capability to the logparser

parent 24c3dfcf
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ solid.tides.moon = false
## Atmospheric drag (true/false) [false]
drag = true
## Drag coefficient
drag.cd = 2
drag.cd = 9
## Estimation flag for drag coefficient (true/false) [false]
drag.cd.estimated = false
## Drag area (m^2)
......@@ -249,7 +249,7 @@ ground.station.range.bias [1] = 11473.623
ground.station.range.bias.min [1] = -50000.0
ground.station.range.bias.max [1] = +50000.0
ground.station.range.bias.estimated [1] = true
ground.station.range.rate.sigma [1] = 25
ground.station.range.rate.sigma [1] = 15
ground.station.range.rate.bias [1] = 375
ground.station.range.rate.bias.min [1] = -0.0
ground.station.range.rate.bias.max [1] = +500.0
......@@ -393,7 +393,7 @@ ground.station.range.bias [5] = 11473.623
ground.station.range.bias.min [5] = -50000.0
ground.station.range.bias.max [5] = +50000.0
ground.station.range.bias.estimated [5] = true
ground.station.range.rate.sigma [5] = 25
ground.station.range.rate.sigma [5] = 15
ground.station.range.rate.bias [5] = 375
ground.station.range.rate.bias.min [5] = -0.0
ground.station.range.rate.bias.max [5] = +500.0
......@@ -618,15 +618,15 @@ estimator.max.iterations = 600
estimator.max.evaluations = 600
# comma-separated list of measurements files (in the same directory as this file)
measurements.files = generated-doppler-ZL1WJQ-sd25.dat
measurements.files = generated-doppler-F4KLD-UNIVERSITE-PAUL-SABATIER-Toulouse-III.dat
#
#generated-doppler-ZL1WJQ.dat
# generated-doppler-Marcs.dat , , , ,
# generated-doppler-Kir-virt.dat
#
#
# generated-doppler-39-CGBSAT-VHF.dat
# generated-doppler-F4KLD-UNIVERSITE-PAUL-SABATIER-Toulouse-III.dat
# generated-doppler-Marcs.dat
# generated-doppler-ZL1WJQ.dat
# generated-doppler-Kir-virt.dat
# generated-doppler-GU-virt.dat
#
......
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