diff --git a/frontend/rctool/templates/rctool/rctool/import/rctool_import.html b/frontend/rctool/templates/rctool/rctool/import/rctool_import.html index 25414d2e..c16662f5 100644 --- a/frontend/rctool/templates/rctool/rctool/import/rctool_import.html +++ b/frontend/rctool/templates/rctool/rctool/import/rctool_import.html @@ -84,7 +84,7 @@
- If no uncertainty data is provided, missing values will be filled in as 0.05 (5%). + If no uncertainty data is provided, missing values will be filled in as 0.1 (10%).
@@ -184,7 +184,7 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/frontend/rctool/templates/rctool/rctool/tour/slide1.html b/frontend/rctool/templates/rctool/rctool/tour/slide1.html new file mode 100644 index 00000000..3b147eb0 --- /dev/null +++ b/frontend/rctool/templates/rctool/rctool/tour/slide1.html @@ -0,0 +1,12 @@ +{% load static %} + + \ No newline at end of file diff --git a/frontend/rctool/templates/rctool/rctool/tour/slide2.html b/frontend/rctool/templates/rctool/rctool/tour/slide2.html new file mode 100644 index 00000000..1397c0b6 --- /dev/null +++ b/frontend/rctool/templates/rctool/rctool/tour/slide2.html @@ -0,0 +1,17 @@ +{% load static %} + + \ No newline at end of file diff --git a/frontend/rctool/templates/rctool/rctool/tour/slide3.html b/frontend/rctool/templates/rctool/rctool/tour/slide3.html new file mode 100644 index 00000000..14693eb9 --- /dev/null +++ b/frontend/rctool/templates/rctool/rctool/tour/slide3.html @@ -0,0 +1,30 @@ +{% load static %} + + \ No newline at end of file diff --git a/frontend/rctool/templates/rctool/rctool/tour/slide4.html b/frontend/rctool/templates/rctool/rctool/tour/slide4.html new file mode 100644 index 00000000..48a3567e --- /dev/null +++ b/frontend/rctool/templates/rctool/rctool/tour/slide4.html @@ -0,0 +1,20 @@ +{% load static %} + + + \ No newline at end of file diff --git a/frontend/rctool/templates/rctool/rctool/tour/slide5.html b/frontend/rctool/templates/rctool/rctool/tour/slide5.html new file mode 100644 index 00000000..680a45a7 --- /dev/null +++ b/frontend/rctool/templates/rctool/rctool/tour/slide5.html @@ -0,0 +1,43 @@ +{% load static %} + + + \ No newline at end of file diff --git a/frontend/rctool/templates/rctool/rctool/tour/slide6.html b/frontend/rctool/templates/rctool/rctool/tour/slide6.html new file mode 100644 index 00000000..954190d6 --- /dev/null +++ b/frontend/rctool/templates/rctool/rctool/tour/slide6.html @@ -0,0 +1,18 @@ +{% load static %} + + + \ No newline at end of file diff --git a/frontend/rctool/templates/rctool/rctool/tour/slide7.html b/frontend/rctool/templates/rctool/rctool/tour/slide7.html new file mode 100644 index 00000000..5ee5a680 --- /dev/null +++ b/frontend/rctool/templates/rctool/rctool/tour/slide7.html @@ -0,0 +1,38 @@ +{% load static %} + + + \ No newline at end of file diff --git a/frontend/rctool/templates/rctool/rctool/tour/slide8.html b/frontend/rctool/templates/rctool/rctool/tour/slide8.html new file mode 100644 index 00000000..1b19a4a8 --- /dev/null +++ b/frontend/rctool/templates/rctool/rctool/tour/slide8.html @@ -0,0 +1,14 @@ +{% load static %} + + \ No newline at end of file diff --git a/frontend/rctool/templates/rctool/rctool/tour/slide9.html b/frontend/rctool/templates/rctool/rctool/tour/slide9.html new file mode 100644 index 00000000..4f0ad9a6 --- /dev/null +++ b/frontend/rctool/templates/rctool/rctool/tour/slide9.html @@ -0,0 +1,20 @@ +{% load static %} + + + \ No newline at end of file diff --git a/frontend/rctool/views.py b/frontend/rctool/views.py index 7560ee15..dbed640e 100644 --- a/frontend/rctool/views.py +++ b/frontend/rctool/views.py @@ -436,8 +436,8 @@ def rctool_develop_initialize(request): # fill in missing uncertainty values if "uncertainty" not in field_df_raw: - field_df_raw["uncertainty"] = 0.05 - field_df_raw.fillna({"uncertainty": 0.05}, inplace=True) + field_df_raw["uncertainty"] = 0.10 + field_df_raw.fillna({"uncertainty": 0.10}, inplace=True) field_df_raw["uncertainty"] = field_df_raw["uncertainty"].round(decimals=3) field_df_raw["datetime"] = field_df_raw["datetime"].apply(str) diff --git a/frontend/static/images/MAPE.png b/frontend/static/images/MAPE.png new file mode 100644 index 00000000..fdfda3a8 Binary files /dev/null and b/frontend/static/images/MAPE.png differ diff --git a/frontend/static/images/QPE.png b/frontend/static/images/QPE.png new file mode 100644 index 00000000..e73445eb Binary files /dev/null and b/frontend/static/images/QPE.png differ diff --git a/frontend/static/images/RMSE.JPG b/frontend/static/images/RMSE.JPG deleted file mode 100644 index 80a5c9ff..00000000 Binary files a/frontend/static/images/RMSE.JPG and /dev/null differ diff --git a/frontend/static/images/RMSE.png b/frontend/static/images/RMSE.png index 6ca30779..f96e0622 100644 Binary files a/frontend/static/images/RMSE.png and b/frontend/static/images/RMSE.png differ diff --git a/frontend/static/images/error_percent.JPG b/frontend/static/images/error_percent.JPG deleted file mode 100644 index 0dbcd77a..00000000 Binary files a/frontend/static/images/error_percent.JPG and /dev/null differ