Skip to content

Commit

Permalink
updating sampling rate recommandation and example
Browse files Browse the repository at this point in the history
  • Loading branch information
JarryGabriel committed May 15, 2024
1 parent 3e17aba commit 84ddda7
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 45 deletions.
2 changes: 2 additions & 0 deletions acropole/estimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ def estimate(self, flight: pd.DataFrame, **kwargs) -> pd.DataFrame:
especially due to **derivatives of speeds** (acceleration) used in the estimation.
- `airspeed` is optional. If not provided, it is assumed to be equal
to groundspeed. However, accurate airspeed is recommended for better estimation.
- Expected sampling rate is 4 seconds, higher or lower sampling rate might induce
noisier fuel flow. Resampling data before estimating fuel flow is recommanded.
Warnings:
Expand Down
77 changes: 32 additions & 45 deletions examples/fuel_estimation.ipynb

Large diffs are not rendered by default.

0 comments on commit 84ddda7

Please sign in to comment.