diff --git a/docs/_static/enable_data_dist.png b/docs/_static/enable_data_dist.png new file mode 100644 index 00000000..e46f0417 Binary files /dev/null and b/docs/_static/enable_data_dist.png differ diff --git a/docs/conf.py b/docs/conf.py index 33bcebb6..c562578b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,7 +57,7 @@ # The short X.Y version. version = '2023.0' # The full version, including alpha/beta/rc tags. -release = '2023.0.2' +release = '2023.0.5' numfig = True diff --git a/docs/user_manual_setup_sis_v5.rst b/docs/user_manual_setup_sis_v5.rst index 2178e034..6078d6a3 100644 --- a/docs/user_manual_setup_sis_v5.rst +++ b/docs/user_manual_setup_sis_v5.rst @@ -19,6 +19,22 @@ This method covers both cases: SIS v5 settings --------------- +Verify Data Distribution settings in SIS v5: + +* Open *SIS*. +* Under *Tools* in *Parameter Setup*/*Logging*, locate the *Disable DDIST if 1* entry (see :numref:`enable_data_dist_fig`). +* If the value of *Disable DDIST if 1* is 0, change the value to 1 and restart SIS. + +.. _enable_data_dist_fig: + +.. figure:: ./_static/enable_data_dist.png + :width: 640px + :align: center + :alt: figure for enabling DDist + :figclass: align-center + + The *Disable DDIST if 1* entry under *Tools* in *Parameter Setup*/*Logging*. + Under the SIS v5 installation folder, locate and execute 'DataDist.exe'. Once started, you need the following settings (see :numref:`data_dist_exe_fig`): diff --git a/hyo2/soundspeed/__init__.py b/hyo2/soundspeed/__init__.py index 9feb4ef9..8affcc83 100644 --- a/hyo2/soundspeed/__init__.py +++ b/hyo2/soundspeed/__init__.py @@ -12,7 +12,7 @@ logger.addHandler(logging.NullHandler()) name = "Sound Speed" -__version__ = '2023.0.4' +__version__ = '2023.0.5' __copyright__ = 'Copyright 2023 University of New Hampshire, Center for Coastal and Ocean Mapping' lib_info = LibInfo() diff --git a/hyo2/soundspeedmanager/__init__.py b/hyo2/soundspeedmanager/__init__.py index 59341c76..ee1fc79d 100644 --- a/hyo2/soundspeedmanager/__init__.py +++ b/hyo2/soundspeedmanager/__init__.py @@ -11,7 +11,7 @@ logger.addHandler(logging.NullHandler()) name = "Sound Speed Manager" -__version__ = "2023.0.4" +__version__ = "2023.0.5" __copyright__ = "Copyright 2023 University of New Hampshire, Center for Coastal and Ocean Mapping" app_info = AppInfo() diff --git a/hyo2/soundspeedmanager/media/manual.pdf b/hyo2/soundspeedmanager/media/manual.pdf index 74b3493e..5fd8e437 100644 Binary files a/hyo2/soundspeedmanager/media/manual.pdf and b/hyo2/soundspeedmanager/media/manual.pdf differ diff --git a/hyo2/soundspeedsettings/__init__.py b/hyo2/soundspeedsettings/__init__.py index 0aa566f6..29676c98 100644 --- a/hyo2/soundspeedsettings/__init__.py +++ b/hyo2/soundspeedsettings/__init__.py @@ -11,7 +11,7 @@ logger.addHandler(logging.NullHandler()) name = "Sound Speed Settings" -__version__ = '2023.0.4' +__version__ = '2023.0.5' __copyright__ = 'Copyright 2023 University of New Hampshire, Center for Coastal and Ocean Mapping' app_info = AppInfo()