You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sphinx/content/users/adhoc.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@
5
5
6
6
.. _user_adhoc:
7
7
8
-
User Guide - Ad-hoc Sequence Processing
9
-
=======================================
8
+
Ad-hoc Sequence Processing
9
+
==========================
10
10
11
11
This section provides a user guide for running the **hypernets_processor** module to process specified field acquisitions, or sequences, on an ad-hoc basis outside of any automated processing.
12
12
@@ -43,7 +43,7 @@ where:
43
43
44
44
* `input_directory` - directory of raw sequence product, or directory containing a number of raw sequence products, to process.
45
45
* `output_directory` - directory to write output data to.
46
-
* `network` - network name, land or water. The default configuration for this network is applied for the processing.
46
+
* `network` - network name, `land` or `water`. The default configuration for this network is applied for the processing.
Copy file name to clipboardExpand all lines: docs/sphinx/content/users/automated.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@
5
5
6
6
.. _user_automated:
7
7
8
-
User Guide - Automated Processing
9
-
=================================
8
+
Automated Processing
9
+
====================
10
10
11
11
This section provides a user guide for running the **hypernets_processor** module as an automated processor of incoming field data. In this scenario, a set of field hypstar systems are regularly syncing raw data to a server. Running on this server, the **hypernets_processor** processes the data and adds it to an archive that can be accessed through a user portal.
Copy file name to clipboardExpand all lines: docs/sphinx/index.rst
+16-20Lines changed: 16 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,36 +8,32 @@ hypernets_processor: Hypernets field and land network data processor
8
8
9
9
The **hypernets_processor** module is a Python software package to process the `Hypernets <http://hypernets.eu/from_cms/summary>`_ land and water network in-situ hyperspectral data to surface reflectance products for distribution to users.
10
10
11
+
There are two main use cases for the **hypernets_processor** module. The primary function of the software is the automated preparation of data retrieved from network sites for distribution to users. Additionally, the software may also be used for ad-hoc processing of particular field acquisitions, for example for testing instrument operation in the field.
12
+
11
13
This documentation aimed at both users and developers of the software, find the relevant sections below.
0 commit comments