diff --git a/.gitignore b/.gitignore index 04fc8c1..4663a79 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,6 @@ __pycache__/ .vscode/ .venv/ -site/ \ No newline at end of file +site/ +build/ +detide.egg-info/ diff --git a/detide/constants.py b/detide/constants.py index 29ceff6..cc58479 100644 --- a/detide/constants.py +++ b/detide/constants.py @@ -57,4 +57,9 @@ constituent._M3, # Short period (higher harmonics) ] -NOAA = constituent.noaa \ No newline at end of file +NOAA = constituent.noaa + +EXTENDED = [ + c for c in constituent.extended + if c not in (constituent._Sa, constituent._Ssa) +] diff --git a/docs/assets/plot_compare.html b/docs/assets/plot_compare.html index 5cfdaa4..9e0e61b 100644 --- a/docs/assets/plot_compare.html +++ b/docs/assets/plot_compare.html @@ -3,7 +3,7 @@