Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
feat(interpolation): improve interpolation_tutorial by incorporating …
Browse files Browse the repository at this point in the history
…measurement uncertainties
  • Loading branch information
BjoernLudwigPTB committed Oct 1, 2020
2 parents f99390a + 8fb8ef0 commit 3e072fd
Show file tree
Hide file tree
Showing 11 changed files with 5,583 additions and 2,167 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ docs/**/*.ipynb

# Data artifacts #
##################
*.dump
*.h5
*.npy
*.p
run_example.py
PyDynamic_tutorials/deconvolution/AmplitudeData
PyDynamic_tutorials/deconvolution/HydrophonCalibrationData
Expand Down
5 changes: 5 additions & 0 deletions PyDynamic_tutorials/datasets/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# PyDynamic_tutorials datasets

The publicly available datasets are downloaded into this folder during the execution
of the tutorials. This allows the datasets to be shared and reused by all tutorials
after the initial download.
1,807 changes: 1,807 additions & 0 deletions PyDynamic_tutorials/uncertainty/01 Basic measurement data pre-processing.ipynb

Large diffs are not rendered by default.

1,799 changes: 1,799 additions & 0 deletions PyDynamic_tutorials/uncertainty/02 Basic interpolation.ipynb

Large diffs are not rendered by default.

1,878 changes: 1,878 additions & 0 deletions PyDynamic_tutorials/uncertainty/03 Basic extrapolation.ipynb

Large diffs are not rendered by default.

0 comments on commit 3e072fd

Please sign in to comment.