Results Replay
The analysis type Results Replay allows to show results previously calculated with a GPS Replay. You can choose different information to show:
- Display will show detailed energy, efficiency, torque and power information
- Trajectory will show speed, elevation and trajectory
- Energy will show energy repartition along path
- All will show all of the above
The Results Replay input file must have the following format.
You can download the template file and save it to your workspace. The content of this file is shown hereafter.
##########################
# SECTION 1: Analysis Type
analysis_type : Results Replay
################################
# SECTION 2: Analysis Parameters
out_level: 2
results_file : workspace/results/GPS_replay_results.yaml
###########################
# SECTION 3: Output Request
# Select output units. Available choices are:
# Energy: J = Joule, kWh = kilo Watt hour
# Power: W = Watt, kW = kilo Watt, HP = Horsepower
# Distance: m = meter, km = kilometer, mile = mile, second = second
units :
Energy: J
Power: W
Distance: km
Display : all # all, Display, Trajectory, Energy
# Input the output folder where to save the result files
savedire: results
# Input the first part of the output file name.
# The result file name will have following name: "file name"_"trajet"_"GPS track name".yaml
savename: test_results
# Would like to save results in a output file? If yes: save:true, If not: save:False
save: False
############################
# SECTION 4: Analysis inputs