Skip to content

hmendeslx/FlightDataParameterTree

Repository files navigation

Introduction

FlightDataParameterTree is a web application which runs on your computer to graphically display the dependency tree diagram used during processing of derived parameters by the FlightDataAnalyzer.

Using the dependency tree stored within the HDF file after analysis, the FlightDataParameterTree is able to display each derived parameter’s dependencies in an interactive graph. The dependency tree is the central component of the FlightDataAnalyzer, using graph theory to establish relationships between all the derived algorithms (derived phases, flight phases, key point values, etc.). A breadth first search algorithm is used to establish the processing order of the algorithms, ensuring the optimal number of dependencies are available for analysis. The FlightDataParameterTree helps one to understand which dependencies where determined as unavailable during analysis of a data file.

Project sponsored by Flight Data Services and released under the Open Software License (OSL-3.0).

Source Code

Source code is available from GitHub:

Usage

Download source code and run server.py from source.

python FlightDataParameterTree/flightdataparametertree/server.py

Documentation

githalytics.com

About

FlightDataAnalyzer dependency tree graphical view

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published