Skip to content

Commit

Permalink
Merge pull request #704 from dstl/tutorial_mods
Browse files Browse the repository at this point in the history
Move additional filter tutorials to subsection and fix binder post build script
  • Loading branch information
sdhiscocks committed Aug 24, 2022
2 parents ec9e4eb + aaab1ee commit 380eb8f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ ln -s ../../docs/demos/UAV_Rot.csv notebooks/auto_demos/
ln -s ../../docs/demos/OpenSky_Plane_States.csv notebooks/auto_demos/

# Install Stone Soup and any extra packages required
pip install -e . folium
pip install -e . folium plotly
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env python

"""
==================================
11 - Gaussian mixture PHD tutorial
==================================
=============================
Gaussian mixture PHD tutorial
=============================
"""

# %%
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#!/usr/bin/env python
# coding: utf-8

"""
================================================================
12 - Information filter tutorial
================================================================
===========================
Information filter tutorial
===========================
"""

# %%
Expand Down Expand Up @@ -178,6 +177,8 @@
# ^^^^^^^^^
# Plotting the resulting track, including uncertainty ellipses.

# sphinx_gallery_thumbnail_number = 3

plotter.plot_tracks(track,[0,2],uncertainty=True)
plotter.fig

Expand Down
3 changes: 3 additions & 0 deletions docs/tutorials/filters/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Filters
-------
Here are some tutorials which cover additional filtering techniques.

0 comments on commit 380eb8f

Please sign in to comment.