forked from UNISvalbard/gnss-compendium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/HEAD'
- Loading branch information
Showing
10 changed files
with
122 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Instrument setup | ||
|
||
## Hardware setup | ||
|
||
### Controller startup | ||
|
||
### Sensor startup | ||
|
||
`````{tab-set} | ||
````{tab-item} GS16 | ||
```{admonition} Available through YouTube. | ||
:class: seealso | ||
<iframe width=100% height=400 src="https://www.youtube.com/embed/lLBGDRlqAeo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
``` | ||
```` | ||
````{tab-item} GS18 | ||
```{admonition} Available through YouTube. | ||
:class: seealso | ||
<iframe width=100% height=400 src="https://www.youtube.com/embed/qvCxlDFYRT4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
``` | ||
```` | ||
````` | ||
|
||
#### Configure GS Sensor | ||
|
||
```{admonition} Available through YouTube. | ||
:class: seealso | ||
<iframe width=100% height=400 src="https://www.youtube.com/embed/MGuMT0Gt2nM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
``` | ||
|
||
### Base mode setup | ||
|
||
```{admonition} Available through YouTube. | ||
:class: seealso | ||
<iframe width=100% height=400 src="https://www.youtube.com/embed/FLr_D48eZog" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
# Leica Infinity v4.0.0 | ||
|
||
## Create a project | ||
|
||
```{figure} assets/Leica_Infinity_New_Project.gif | ||
:name: new-project | ||
Create a new project | ||
``` | ||
|
||
## Import GNSS data | ||
|
||
First transfer the Job data from the internal memory of the controller to the SD card, using Leica Captivate (i.e., the controller software). | ||
|
||
```{admonition} Available through YouTube. | ||
:class: seealso | ||
<iframe width=100% height=400 src="https://www.youtube.com/embed/boSn-jx_Trc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
``` | ||
|
||
Then connect the SD card to the computer, and drag and drop the `.m00` file into the *Navigator* panel of Leica Infinity. | ||
|
||
```{figure} assets/Leica_Infinity_Project_Data.gif | ||
:name: new-project | ||
Import data | ||
``` | ||
|
||
At the same time, download the reference data from your base station or control station (e.g., Kartverket), and drop it into the same panel. | ||
|
||
|
||
```{figure} assets/Leica_Infinity_Reference_Data.gif | ||
:name: new-project | ||
Import reference data | ||
``` | ||
|
||
The project is now set for processing. | ||
|
||
## Processing | ||
|
||
Proceed to the *Inspector* view, then press the *GNSS* tab within the *Inspector* panel. | ||
You should then be able to set the *Point Role*. | ||
Select the reference data set, go to the *Processing* tab in the main menu, then click the *GNSS* icon for more option. | ||
Specify *Reference* for the reference data; then repeat the same for all measurements, specifying *Rover* for each. | ||
Finally, apply post-kinematic processing by clicking *GNSS > Process*. | ||
|
||
Before proceeding, it is important to save the processing result! | ||
Right click the data and select *Store* to make the processing results permanent. | ||
|
||
```{figure} assets/Leica_Infinity_Processing.gif | ||
:name: new-project | ||
Select rover and base data, then process the data | ||
``` | ||
|
||
The processing report can be accessed by right clicking a data point, subsequently *Reports > Summary*. | ||
This report has key data on the accuracy and solution type of the processed data. | ||
Always provide the processing report along with the processed data. | ||
|
||
```{figure} assets/Leica_Infinity_Processing_Report.gif | ||
:name: new-project | ||
Export the processing report | ||
``` | ||
|
||
Data can be exported by selecting all points of interest, and then right clicking the selection. | ||
Save the data by clicking *Save as...*, specifying the location for where the data should be stored. | ||
|
||
```{figure} assets/Leica_Infinity_Processing_Export.gif | ||
:name: new-project | ||
Export the processed data points in csv format. | ||
``` | ||
|
||
```{admonition} Using the *Export* button | ||
:class: warning | ||
Data may also be exported in a variety of formats by clicking on the *Export* button in the main menu (under the *Home* tab). | ||
However, be aware that data exported in this manner does not provide all the details of the suggested approach above. | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters