Skip to content

Commit

Permalink
docs: remove redundant headers
Browse files Browse the repository at this point in the history
  • Loading branch information
avivace committed Dec 10, 2024
1 parent 084b29e commit f9af2eb
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 36 deletions.
3 changes: 0 additions & 3 deletions src/pyBADA/TCL.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# -*- coding: utf-8 -*-
"""
pyBADA
Trajectory Computation Light (TCL) for BADAH/BADAE/BADA3/BADA4 aircraft performance module
Developped @EUROCONTROL (EIH)
2024
"""

import os
Expand Down
3 changes: 0 additions & 3 deletions src/pyBADA/aircraft.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# -*- coding: utf-8 -*-
"""
pyBADA
Generic airplane/helicopter performance module
Developped @EUROCONTROL (EIH)
2024
"""

import abc
Expand Down
3 changes: 0 additions & 3 deletions src/pyBADA/atmosphere.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# -*- coding: utf-8 -*-
"""
pyBADA
Atmosphere module
Developped @EUROCONTROL (EIH)
2024
"""

from math import sqrt, pow, exp, log
Expand Down
3 changes: 0 additions & 3 deletions src/pyBADA/bada3.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# -*- coding: utf-8 -*-
"""
pyBADA
Generic BADA3 aircraft performance module
Developped @EUROCONTROL (EIH)
2024
"""

from math import sqrt, isnan, asin, atan
Expand Down
3 changes: 0 additions & 3 deletions src/pyBADA/badaH.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# -*- coding: utf-8 -*-
"""
pyBADA
Generic BADAH aircraft performance module
Developped @EUROCONTROL (EIH)
2024
"""

import xml.etree.ElementTree as ET
Expand Down
3 changes: 0 additions & 3 deletions src/pyBADA/configuration.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# -*- coding: utf-8 -*-
"""
pyBADA
Common configuration module
Developped @EUROCONTROL (EIH)
2024
"""

import os
Expand Down
3 changes: 0 additions & 3 deletions src/pyBADA/constants.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# -*- coding: utf-8 -*-
"""
pyBADA
Common constants module
Developped @EUROCONTROL (EIH)
2024
"""

# Gravitational acceleration
Expand Down
3 changes: 0 additions & 3 deletions src/pyBADA/conversions.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# -*- coding: utf-8 -*-
"""
pyBADA
Common unit conversions module
Developped @EUROCONTROL (EIH)
2024
"""

from math import pi
Expand Down
3 changes: 0 additions & 3 deletions src/pyBADA/flightTrajectory.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# -*- coding: utf-8 -*-
"""
pyBADA
Generic flight trajectory module
Developped @EUROCONTROL (EIH)
2024
"""

import os
Expand Down
3 changes: 0 additions & 3 deletions src/pyBADA/geodesic.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# -*- coding: utf-8 -*-
"""
pyBADA
Geodesic calculation module
Developped @EUROCONTROL (EIH)
2024
"""

from math import (
Expand Down
3 changes: 0 additions & 3 deletions src/pyBADA/magnetic.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# -*- coding: utf-8 -*-
"""
pyBADA
Magnetic declination module
Developped @EUROCONTROL (EIH)
2024
"""

import json
Expand Down
3 changes: 0 additions & 3 deletions src/pyBADA/trajectoryPrediction.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# -*- coding: utf-8 -*-
"""
pyBADA
Basic calculations for the Trajectory Prediction (TP) using BADA
Developped @EUROCONTROL (EIH)
2024
"""

from pyBADA import atmosphere as atm
Expand Down

0 comments on commit f9af2eb

Please sign in to comment.