Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEV: Updates master to prepare v1.5.0 #684

Merged
merged 212 commits into from
Sep 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
212 commits
Select commit Hold shift + click to select a range
e403872
ENH: sensors class
MateusStano Apr 1, 2024
6cd3598
ENH: add accelerometer and gyroscope classes
MateusStano Apr 1, 2024
3b81777
ENH: euler to quaternions tool function
MateusStano Apr 1, 2024
4c8aa13
ENH: add sensors to other classes
MateusStano Apr 1, 2024
09e0d75
ENH: prints and sensors draw
MateusStano Apr 1, 2024
38866f4
ENH: add sensors to parachutes
MateusStano Apr 1, 2024
b386e38
TST: add sensors fixtures
MateusStano Apr 1, 2024
6ff2dde
TST: add sensors tests
MateusStano Apr 1, 2024
5ae01b9
DEV: sensors testing notebook
MateusStano Apr 1, 2024
1dd5781
ENH: add option to add noise to each axis seperatly
MateusStano Apr 2, 2024
943542a
MNT: run isort
MateusStano Apr 2, 2024
28ebc46
ENH: calculate u_dot only once for all sensors
MateusStano Apr 2, 2024
378bb54
MNT: change `measured_values` to `measured_data`
MateusStano Apr 2, 2024
d8440f2
TST: unite gyro and accel tests
MateusStano Apr 2, 2024
99f445f
Update rocketpy/plots/rocket_plots.py
MateusStano Apr 11, 2024
4db26f0
ENH: normalize quaternions for transform matrix
MateusStano Apr 12, 2024
4356af7
TST: lower tolerances
MateusStano Apr 12, 2024
5c37f06
BUG: handle zero norm differently due to numpy.float64
MateusStano Apr 15, 2024
8d64998
MNT: quantization typos
MateusStano Apr 15, 2024
28da8f3
DOCS: mention Hadamard product
MateusStano Apr 15, 2024
cef72a0
DOC: complete sensors class docstrings
MateusStano Apr 15, 2024
5f8f1f4
Squashed commit of the following:
MateusStano Apr 29, 2024
9a6b052
MNT: fix component repr for sensors
MateusStano Apr 30, 2024
7953cb0
ENH: add _attatched_rockets to sensors
MateusStano Apr 30, 2024
5a37553
ENH: add sensors saving methods
MateusStano Apr 30, 2024
09ea252
MNT: simplify sensors repr
MateusStano Apr 30, 2024
9851392
ENH: use _save_data in accel and gyro
MateusStano Apr 30, 2024
0f81bc3
ENH: improve accelerometer export
MateusStano Apr 30, 2024
a740fc2
ENH: imrpove gyroscope export
MateusStano Apr 30, 2024
cf6c26d
ENH: add sensor initialization
MateusStano Apr 30, 2024
2a14f1d
ENH: speed up measure call
MateusStano Apr 30, 2024
216523c
ENH: add final sensor cache
MateusStano Apr 30, 2024
09288d4
ENH: add export sensor data
MateusStano Apr 30, 2024
aa6fcdf
BUG: wrong initialization order
MateusStano Apr 30, 2024
bf6b083
TST: test for new measured_data and exports
MateusStano Apr 30, 2024
5f86223
ENH: abstract noise printings
MateusStano Apr 30, 2024
4dcc26b
MNT: run isort
MateusStano May 1, 2024
32898c5
Merge branch 'develop' into enh/sensors
MateusStano May 1, 2024
f7332d8
Merge branch 'develop' into enh/sensors
Gui-FernandesBR May 2, 2024
2131ee9
ENH: add noise variance
MateusStano May 2, 2024
b2da0c3
BUG: fix prints for noise variance
MateusStano May 2, 2024
123d033
TST: add variances
MateusStano May 2, 2024
7d0e6f3
Merge branch 'enh/sensors' of https://github.com/RocketPy-Team/Rocket…
MateusStano May 2, 2024
00f0f3a
Update rocketpy/rocket/rocket.py
MateusStano May 3, 2024
b4b51a4
ENH: add pressure to .measure params
MateusStano May 3, 2024
4c0fbf9
ENH: add InertialSensors and ScalarSensors
MateusStano May 3, 2024
6c4229d
ENH: add Barometer class
MateusStano May 3, 2024
9995904
BUG: fix drawing for scalar sensors
MateusStano May 3, 2024
354e681
ENH: barometer prints
MateusStano May 3, 2024
1f761c0
DOC: change docs for scalar sensors
MateusStano May 4, 2024
17feded
ENH: add barometer export data
MateusStano May 5, 2024
faf098a
BUG: fix scalars sensors prints
MateusStano May 5, 2024
960b1c3
TST: add barometers to tests
MateusStano May 5, 2024
f535e0f
DEV: update sensors testing
MateusStano May 5, 2024
de2d8bd
MNT: remove .type attribute
MateusStano May 6, 2024
fec6725
DOC: fix units of transformation_euler_anges
MateusStano May 6, 2024
ce2a63d
DOC: add examples to transformation_euler_angles
MateusStano May 6, 2024
f2656c5
DOC: mention Euler parameters in docs
MateusStano May 6, 2024
41bf9e9
TST: test_euler_to_quaternions
MateusStano May 6, 2024
11873cd
TST: fix doc tests
MateusStano May 6, 2024
b795031
MNT: privatize components attributes and improve docs
MateusStano May 6, 2024
968f55a
TST: add index to var names
MateusStano May 6, 2024
d827b8e
MNT: return temp drift directly
MateusStano May 6, 2024
0b0f201
ENH: improve export methods
MateusStano May 6, 2024
bad3b07
DOC: typos
MateusStano May 6, 2024
0891c6c
MNT: improve flight init
MateusStano May 6, 2024
fa1b6a8
Fix code style issues with Black
lint-action May 6, 2024
b7439f4
Merge branch 'enh/sensors' of https://github.com/RocketPy-Team/Rocket…
MateusStano May 6, 2024
8c71432
TST: overall improvements on sensor testing
MateusStano May 6, 2024
5885992
ENH: change format of sensor_data dict
MateusStano May 6, 2024
02cad05
MNT: improve flight init
MateusStano May 6, 2024
69f17cd
TST: increase rel tolerances
MateusStano May 6, 2024
6894f58
Merge branch 'enh/sensors' of https://github.com/RocketPy-Team/Rocket…
MateusStano May 6, 2024
8d96e58
TST: fix export sensor data test
MateusStano May 6, 2024
ec4e25e
TST: fix doctests
MateusStano May 6, 2024
adb2dbb
TST: fix doctests
MateusStano May 6, 2024
e0812a2
ENH: change units in prints
MateusStano May 9, 2024
6ec4c0b
ENH: add .round to Matrix and remove broken doctests
MateusStano May 10, 2024
78e67f2
TST: test transfromation euler angles
MateusStano May 10, 2024
d49b5c4
TST: imrpove test_euler_to_quaternions
MateusStano May 10, 2024
57b41ab
DEV: update sensors_testing notebook
Gui-FernandesBR May 15, 2024
7a2e50a
MNT: minor fixes - typos and isort
Gui-FernandesBR May 15, 2024
a57308d
MNT: remove aft double underscore from __units
MateusStano May 16, 2024
11a8ab6
DOC: remove .type
MateusStano May 16, 2024
2984065
MNT: remove .units underscores
MateusStano May 16, 2024
82f79e7
MNT: remove repetition from sensors prints
MateusStano May 16, 2024
5016283
ENH: normalize_quaternions in tools.py
MateusStano May 16, 2024
6806912
BUG: remove Matrix circuklar import in tools
MateusStano May 16, 2024
b99b301
MNT: remove unused variable
MateusStano May 16, 2024
75f8d9e
ENH: explicit for loop variables
MateusStano May 16, 2024
c1864b2
Merge branch 'enh/sensors' of https://github.com/RocketPy-Team/Rocket…
MateusStano May 16, 2024
a20d31d
DOC: improve orientation docs
MateusStano May 16, 2024
ce1d179
ENH: x_position to x_offset
MateusStano May 16, 2024
2e3b895
Merge pull request #583 from RocketPy-Team/enh/sensors
MateusStano May 21, 2024
00cf0c2
Merge remote-tracking branch 'origin/enh/sensors-impl' into enh/barom…
MateusStano May 21, 2024
1e36391
TST: merge tests
MateusStano May 22, 2024
f78e764
ENH: inherited export method
MateusStano May 22, 2024
fbaac53
TST: improve export data tests
MateusStano May 22, 2024
cdb54b1
TST: Refactor sensor tests and export method
MateusStano May 23, 2024
612176d
TST: fix fixture names
MateusStano May 23, 2024
0bd0f51
BUG: duplicate IntertialSensors
MateusStano May 24, 2024
332f3a9
TST: calisto_sensors to calisto_with_sensors
MateusStano Jun 3, 2024
b882579
MNT: isort
MateusStano Jun 3, 2024
5d5f9e9
MNT: remove type docs
MateusStano Jun 3, 2024
f913f86
ENH: move export_sensor_measured_data to tools.py
MateusStano Jun 3, 2024
3558eff
MNT: pylint fixes
MateusStano Jun 3, 2024
7e419b0
ENH: simplify sensors prints
MateusStano Jun 3, 2024
4e5ad4e
MNT: rename sensors classes
MateusStano Jun 3, 2024
4a2eb07
MNT: sensor.py rename
MateusStano Jun 3, 2024
642e1b3
DOC: improve inertialsensor and scalar sensor doc
MateusStano Jun 3, 2024
773ec59
MNT: sensors to sensor rename imports
MateusStano Jun 3, 2024
df02bb4
TST: format argument
MateusStano Jun 3, 2024
332b477
ENH: move generic_export_data back to Sensor class
MateusStano Jun 6, 2024
1d5e769
ENH: rename test files
MateusStano Jun 6, 2024
7f0fe70
ENH: change from celsius to kelvin
MateusStano Jun 13, 2024
0b779f2
TST: fix celsius to kelvin convertion
MateusStano Jun 13, 2024
af410b6
Merge pull request #608 from RocketPy-Team/enh/barometer
MateusStano Jun 13, 2024
5db0ef3
merge develop
MateusStano Jun 14, 2024
5d806c6
MNT: unecessary variable
MateusStano Jun 14, 2024
b4fec6f
Merge branch 'develop' into enh/sensors-impl
MateusStano Jul 8, 2024
de99d86
DEV: solve merge issues
MateusStano Jul 8, 2024
2c9746f
DOC: new environment documentation pages
Gui-FernandesBR Jul 20, 2024
d95f70a
DOC: environment docstrings minor fixes
Gui-FernandesBR Jul 20, 2024
e3c2230
DOC: minor fixes after Lucas' review
Gui-FernandesBR Aug 3, 2024
aa0673a
DEV: adds #644 to changelog
Gui-FernandesBR Aug 3, 2024
cd60b8a
Merge pull request #644 from RocketPy-Team/doc/environment-docs-refactor
Gui-FernandesBR Aug 3, 2024
66edf7a
DOC: fix docstring warnings and minor errors
Gui-FernandesBR Jul 20, 2024
20c6db6
DOC: swap operatorname to text
MateusStano May 9, 2024
b21b452
DOC: minor fixes after review
Gui-FernandesBR Aug 4, 2024
91b8011
DEV: temporally disable windows CI
Gui-FernandesBR Aug 4, 2024
4531ed5
ENH: Rocket Axes Definition (#635)
MateusStano Aug 4, 2024
43a4aa3
DOC: compile docs requirements in linux machine.
phmbressan Aug 6, 2024
3b61784
DEV: updates slow tests workflow
Gui-FernandesBR Aug 13, 2024
eb97c1d
BUG: calculate moments wrt CDM
MateusStano Aug 16, 2024
0673a3e
BUG: calculate inertias wrt CDM
MateusStano Aug 16, 2024
8b4c14a
Fix CI tests with new numpy version
Gui-FernandesBR Aug 18, 2024
e40eecc
ENH: Add STFT function to Function class (#620)
AdvaitChandorkar07 Aug 18, 2024
e81970b
BUG: fix the Frequency Response plot of Flight class (#653)
Gui-FernandesBR Aug 18, 2024
3cd2972
DOC: update and clarify inertia docs
MateusStano Aug 18, 2024
1e8b058
TST: tests
MateusStano Aug 18, 2024
4ad4003
MNT: pylint
MateusStano Aug 18, 2024
edd2426
DEV: changelog
MateusStano Aug 20, 2024
1664d78
Merge branch 'develop' into bug/rotational-eoms-not-relative-to-cdm
MateusStano Aug 20, 2024
44beade
BUG: Pressure ISA Extrapolation as "linear" (#675)
MateusStano Aug 20, 2024
8de6295
Merge branch 'develop' into bug/rotational-eoms-not-relative-to-cdm
Gui-FernandesBR Aug 20, 2024
8da1425
MNT: typos in rocket_usage.rst
MateusStano Aug 23, 2024
9eda7b3
BUG: Update rocket inertia calculations with propellant inertias inst…
MateusStano Aug 23, 2024
090d5d7
Merge branch 'bug/rotational-eoms-not-relative-to-cdm' of https://git…
MateusStano Aug 23, 2024
3a4c742
TST: inertia values on tests
MateusStano Aug 23, 2024
6d65fa9
Merge pull request #674 from RocketPy-Team/bug/rotational-eoms-not-re…
Gui-FernandesBR Aug 25, 2024
523a819
ENH: Adds GNSS Receiver sensor (#636)
MateusStano Sep 8, 2024
7d873d2
Merge branch 'develop' into enh/sensors-impl
Gui-FernandesBR Sep 8, 2024
6899e9e
DEV: updates changelog
Gui-FernandesBR Sep 8, 2024
6e44d8f
MNT: fix lint
Gui-FernandesBR Sep 8, 2024
1a35067
DOC: improve sensors documentation
Gui-FernandesBR Sep 8, 2024
f4cdc2b
DOC: rename sensors notebook
Gui-FernandesBR Sep 8, 2024
139cdd0
ENH: introducing ImportanceModel class for parameter importance analysis
Lucas-Prates Apr 25, 2024
18c0e89
MNT: adding imports and renaming analysis folder
Lucas-Prates May 9, 2024
704f20d
ENH: implementing plot to ImportanceModel and fixing estimation/impor…
Lucas-Prates May 9, 2024
5e92191
ENH: implementing summary method to ImportanceModel
Lucas-Prates May 9, 2024
b65e913
MNT: adding optional requirements for ImportanceModel
Lucas-Prates May 9, 2024
445d66e
MNT: using optional import tools and adding sensitivity dependency in…
Lucas-Prates May 12, 2024
3859375
MNT: renaming the term 'importance' to 'sensitivity' in variables, fi…
Lucas-Prates May 12, 2024
4cdcd49
MNT: completing renaming from 'importance' to 'sensitivity'
Lucas-Prates May 12, 2024
5a71a69
MNT: Improving doc and input validation.
Lucas-Prates May 13, 2024
6b2f932
MNT: fixing plot and input validation in SensitivityModel.
Lucas-Prates May 14, 2024
7ebd5fa
ENH: implementing function in tools to extract data from MonteCarlo s…
Lucas-Prates May 14, 2024
a2c282d
DOC: providing a notebook for quick testing of SensitivityModel (with…
Lucas-Prates May 14, 2024
6da0aba
MNT: adding json dependency to tools.py
Lucas-Prates May 14, 2024
a9e4805
Fix code style issues with Black
lint-action May 14, 2024
622dc5d
MNT: removing type hints for consistency with codebase (#444)
Lucas-Prates May 16, 2024
e90fb3f
MNT: applying review suggestions to sensitivity analysis.
Lucas-Prates Jun 11, 2024
45b4f6a
Changes due to the review
Gui-FernandesBR Aug 22, 2024
3b17c1c
MNT: more small fixes
Gui-FernandesBR Aug 22, 2024
a37a749
STY: applies black
Gui-FernandesBR Aug 22, 2024
330cdd8
MNT: adding sources of variation image
Lucas-Prates Aug 24, 2024
896b0e1
MNT: rename typo file
Gui-FernandesBR Aug 25, 2024
083584d
DOC: improve sensitivity documentation
Gui-FernandesBR Aug 25, 2024
74233b7
TST: first tests for the sensitivity analysis
Gui-FernandesBR Aug 25, 2024
9e59bdf
DEV: remove python cache from the CI
Gui-FernandesBR Aug 25, 2024
1eeacc3
MNT: remove p-value column from summary table
Lucas-Prates Sep 2, 2024
6bd8b01
MNT: Replacing Regression coefficient by Effect per sd on summary table.
Lucas-Prates Sep 2, 2024
c843af3
DOC: Moving sources of variation image to static doc folder
Lucas-Prates Sep 2, 2024
d744d7d
DOC: draft documentation of sensitivity model in rst format
Lucas-Prates Sep 4, 2024
50b1f5d
DOC: interpreting the results from the sensitivity plot and summary
Lucas-Prates Sep 6, 2024
48e2954
DOC: fix documentation not building
Gui-FernandesBR Sep 7, 2024
80ab47d
DOC: delete useless sensitivity notebook
Gui-FernandesBR Sep 7, 2024
6f4982d
BUG: fix pip install all command
Gui-FernandesBR Sep 7, 2024
2dd0c88
TST: revert tests because they are not passing onCI
Gui-FernandesBR Sep 8, 2024
ce4e37b
DOC: fix more docs
Gui-FernandesBR Sep 8, 2024
c3e0be6
DOC: fixing and improving technical document on sensitivity analysis
Lucas-Prates Sep 8, 2024
47ae987
DOC: changing the parameters value to provide a better example
Lucas-Prates Sep 8, 2024
e8212fa
DOC: improving sensitivity analysis practical notebook
Lucas-Prates Sep 8, 2024
790f3c1
ENH: Implementing treatment for dry_mass parameter (get value from en…
juliomachad0 Aug 6, 2024
fbc446e
ENH: creation of method to build a generic motor from a eng file
juliomachad0 Aug 24, 2024
8231d05
ENH: Trying to pass in pylint. Missing to resolve: too-many-statement…
juliomachad0 Aug 27, 2024
c231a5c
ENH: Improvements and adjustments to the load_from_eng_file method, c…
juliomachad0 Sep 8, 2024
251cf93
MNT: small fixes to load_from_eng PR
Gui-FernandesBR Sep 8, 2024
cf1d1ee
Merge branch 'develop' into enh/sensors-impl
Gui-FernandesBR Sep 8, 2024
ed296d6
BUG: Zero mass flow rates being ignored on LiquidMotors.
phmbressan Aug 27, 2024
15de215
DOC : Halcyon Flight Example (#681)
LUCKIN13 Sep 8, 2024
53ccc0a
DOC : Cavour Flight Example (#682)
LUCKIN13 Sep 8, 2024
2685eba
Merge branch 'master' into develop
phmbressan Sep 11, 2024
7fcbdda
Merge branch 'develop' into enh/sensors-impl
Gui-FernandesBR Sep 11, 2024
a0fb6ad
MNT: Add warning for experimental development in Sensor classes
Gui-FernandesBR Sep 12, 2024
2c142c4
MNT: rename euler-quaternion conversions
Gui-FernandesBR Sep 12, 2024
bb8af25
MNT: minor adjustments before merging sensors
Gui-FernandesBR Sep 12, 2024
3c759f7
TST: Add a test for sensors draw
Gui-FernandesBR Sep 12, 2024
3f2a2c5
Merge pull request #683 from RocketPy-Team/enh/sensors-impl
Gui-FernandesBR Sep 12, 2024
34520ab
DEV: Update GitHub Artifacts
Gui-FernandesBR Sep 14, 2024
186cae7
DEV: Update GitHub artifacts to v3
Gui-FernandesBR Sep 14, 2024
dca3a84
ENH: Fix Orientation Param of Inertial Sensors (#688)
MateusStano Sep 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/test-pytest-slow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Scheduled Tests

on:
schedule:
- cron: "0 17 */14 * 5" # every 2 weeks, always on a Friday at 17:00
- cron: "0 17 * * 5" # at 05:00 PM, only on Friday
timezone: "America/Sao_Paulo"

defaults:
Expand All @@ -11,7 +11,6 @@ defaults:

jobs:
pytest:
if: github.ref == "refs/heads/master" || github.ref == "refs/heads/develop"
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
16 changes: 9 additions & 7 deletions .github/workflows/test_pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
python-version: [3.9, 3.12]
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Cache Python dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements-tests.txt') }}
Expand All @@ -53,7 +53,9 @@ jobs:
run: pytest tests/unit --cov=rocketpy

- name: Run Documentation Tests
run: pytest rocketpy --doctest-modules --cov=rocketpy --cov-append
run: |
pip install numpy --upgrade
pytest rocketpy --doctest-modules --cov=rocketpy --cov-append

- name: Run Integration Tests
run: pytest tests/integration --cov=rocketpy --cov-append
Expand All @@ -62,7 +64,7 @@ jobs:
run: pytest tests/acceptance --cov=rocketpy --cov-append --cov-report=xml

- name: Upload coverage to artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: coverage
path: coverage.xml
Expand All @@ -73,9 +75,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download all coverage reports
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
- name: Upload to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: |
Expand Down
3 changes: 1 addition & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,7 @@ good-names=FlightPhases,
motor_I_11_derivative_at_t,
M3_forcing,
M3_damping,
CM_to_CDM,
CM_to_CPM,
CDM_to_CPM,
center_of_mass_without_motor_to_CDM,
motor_center_of_dry_mass_to_CDM,
generic_motor_cesaroni_M1520,
Expand Down
112 changes: 111 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@
"cSpell.language": "en-US",
"cSpell.words": [
"Abdulklech",
"addsurface",
"adjugate",
"akima",
"allclose",
"altitudemode",
"Alves",
"amax",
"angularpos",
"arange",
"arccos",
"arcsin",
Expand All @@ -34,11 +36,20 @@
"autopep",
"autouse",
"axhline",
"axisymmetric",
"axup",
"axvline",
"axvspan",
"Barrowman",
"Baruh",
"behaviour",
"Bigl",
"Bigr",
"bijective",
"bmatrix",
"boldsymbol",
"brentq",
"bysource",
"Calebe",
"calisto",
"Calisto",
Expand All @@ -52,29 +63,42 @@
"cftime",
"changealphaint",
"Chassikos",
"chisquare",
"clabel",
"clalpha",
"cmap",
"cmcens",
"coeff",
"coeffs",
"Colab",
"colorbar",
"colormaps",
"contourf",
"conusnest",
"copybutton",
"cstride",
"csys",
"cumsum",
"datapoints",
"datetime",
"dcsys",
"ddot",
"deepcopy",
"deletechars",
"dimgrey",
"discretizes",
"disp",
"displaystyle",
"docstrings",
"Doretto",
"dtype",
"dunder",
"Dyllon",
"ECMWF",
"edgecolor",
"epsabs",
"epsrel",
"eqsv",
"errstate",
"evals",
"exponentiated",
Expand All @@ -85,59 +109,103 @@
"fftfreq",
"figsize",
"filt",
"firstsimulation",
"flightcsys",
"Fluxogram",
"fmax",
"fmin",
"fontawesome",
"fontsize",
"freestream",
"funcified",
"funcify",
"functionusage",
"GEFS",
"genfromtxt",
"geopotential",
"geopotentials",
"Geospatial",
"getdata",
"getfixturevalue",
"Giorgio",
"Giovani",
"github",
"Glauert",
"gmaps",
"Gnss",
"Gomes",
"Gonçalvez",
"grav",
"Guilherme",
"Haim",
"headlength",
"headwidth",
"hemis",
"hgtprs",
"hgtsfc",
"HIRESW",
"HRES",
"hspace",
"htmlhelp",
"hybridmotor",
"ICONEU",
"idxmax",
"IGRA",
"Ilya",
"imageio",
"imread",
"imshow",
"intc",
"interp",
"Interquartile",
"intp",
"ipynb",
"ipython",
"ipywidgets",
"isbijective",
"isin",
"isort",
"ivar",
"jsonpickle",
"Junqueira",
"jupyter",
"Kaleb",
"Karman",
"labelrotation",
"Krasser",
"linalg",
"linestyle",
"linewidth",
"linspace",
"liquidmotor",
"loadtxt",
"lognormal",
"LSODA",
"lvhaack",
"Mandioca",
"Marte",
"Masatoshi",
"Mateus",
"mathbf",
"Matheus",
"mathjax",
"mathrm",
"mathutils",
"matplotlib",
"maxdepth",
"mbar",
"meshgrid",
"Mesoscale",
"Meteo",
"Meteomatics",
"Metrum",
"modindex",
"mult",
"Mumma",
"NASADEM",
"nbformat",
"nbsphinx",
"NCEP",
"NDAP",
"ndarray",
"NDRT",
Expand All @@ -146,58 +214,99 @@
"newmultigeometry",
"newpolygon",
"nfev",
"Niskanen",
"NOAA",
"NOAA's",
"noaaruc",
"noaarucsounding",
"num2pydate",
"numericalunits",
"numfig",
"numpy",
"numref",
"outerboundaryis",
"overshootable",
"planform",
"polystyle",
"powerseries",
"Prandtl",
"prettytable",
"Projeto",
"prometheus",
"pydata",
"pylint",
"PYPI",
"pyplot",
"pyproject",
"pytest",
"pytz",
"quantile",
"Rdot",
"referece",
"relativetoground",
"repr",
"reversesort",
"reynolds",
"rightarrow",
"rmul",
"ROABs",
"rocketpy",
"rocketusage",
"rstride",
"rtol",
"rtype",
"rucsoundings",
"rwork",
"savetxt",
"savgol",
"SBMT",
"scilimits",
"searchsorted",
"seealso",
"setrail",
"simplekml",
"SIRGAS",
"Sobol",
"solidmotor",
"somgl",
"Somigliana",
"Sorban",
"sqrd",
"SRTM",
"SRTMGL",
"Stano",
"statsmodels",
"STFT",
"subintervals",
"suptitle",
"supxlabel",
"supylabel",
"ticklabel",
"timedelta",
"timezonefinder",
"tmpprs",
"toctree",
"trapz",
"TRHEDDS",
"triggerdetails",
"triggerfunc",
"twinx",
"typehints",
"udot",
"ufunc",
"ugrdprs",
"Unidimensional",
"USGS",
"uwyo",
"valetudo",
"vectorize",
"vgrdprs",
"viewcode",
"viridis",
"vmax",
"vmin",
"vonkarman",
"Wanderley",
"Weibull",
"windrose",
"wireframe",
Expand All @@ -209,6 +318,7 @@
"ylim",
"zdir",
"zlabel",
"zlim"
"zlim",
"zorder"
]
}
Loading
Loading