ChristopherRabotin / smd

Space Mission Design - A SPICE-enhanced continuous thrust interplanetary mission propagator and vizualizer
MIT License
26 stars 5 forks source link

Measurement export command & standalone spacecraft mission #115

Closed ChristopherRabotin closed 7 years ago

ChristopherRabotin commented 7 years ago

Measurements

Example

[spacecraft]
name = "MRO"
fuel = 500
dry = 500

[orbit]
position = [] #[x, y, z]
velocity = [] #[xdot ydot zdot]
body = "Earth"

[error] # To generate datasets only
probability = 0.1 # i.e. 10% of calls to SetState will have an error
position = 1.0 # sigma for Gaussian
velocity = 0.1 # sigma for Gaussian

[perturbations]
J2 = false
J3 = false
J4 = false
bodies = ["Earth", "Moon", "Sun", "Venus", "Jupiter"]

[burns.tcm0]
date = "2015-02-03 15:16:17" # or JDE
deltaV = [1, 2, 3] # in the frame of the spacecraft then

[measurements]
output = "meas.csv"
stations = ["builtin.DSS34", "Other"]

[station.Other]
name = "Other station"
altitude = 100
elevation = 0
latitude = 0
longitude = 0
range_sigma = 0.1
rate_sigma = 0.1
ChristopherRabotin commented 7 years ago

Final orbit isn't what I'm expecting. It should be an Hohmann transfer but it isn't in the end (it's about 100Mm further). screenshot_20170427_143452