|
6 | 6 | [](https://www.anaconda.com/) |
7 | 7 | [](https://numpy.org/) |
8 | 8 | [](https://pandas.pydata.org/) |
9 | | -[](https://www.tensorflow.org/) |
| 9 | +<!-- [](https://www.tensorflow.org/) --> |
10 | 10 |
|
11 | 11 |  |
12 | 12 |
|
|
16 | 16 |
|
17 | 17 | <img src="../main/docs/attach/Suwa_Son.gif" width="800"/> |
18 | 18 |
|
19 | | -*Video made with [HumViewer](https://humviewer.cm-johansen.dk/)* |
| 19 | +*Video made with [HumViewer](https://humviewer.cm-johansen.dk/)* |
20 | 20 |
|
21 | 21 | `...into scientific datasets!` |
22 | 22 |
|
@@ -117,21 +117,21 @@ Windows users: Make sure your filepaths are structured in one of the three follo |
117 | 117 |
|
118 | 118 | 7. Line 35-36: Export un-rectified sonar tiles with water column present AND/OR water column removed. |
119 | 119 |
|
120 | | -8. Line 37: Option to use Humminbird depth (`detectDepth=0`), automatically detect depth through thresholding (`detectDepth=1`), automatically detect depth with Residual U-Net (`detectDepth=2`), or do both automatic depth picking methods (`detectDepth=3`). NOTE: this will soon be updated with a new method, stay tuned... |
| 120 | +<!-- 8. Line 37: Option to use Humminbird depth (`detectDepth=0`), automatically detect depth through thresholding (`detectDepth=1`), automatically detect depth with Residual U-Net (`detectDepth=2`), or do both automatic depth picking methods (`detectDepth=3`). NOTE: this will soon be updated with a new method, stay tuned... --> |
121 | 121 |
|
122 | | -9. Line 39: Smooth the depth data before removing water column. This may help with any strange issues or noisy depth data. |
| 122 | +8. Line 39: Smooth the depth data before removing water column. This may help with any strange issues or noisy depth data. |
123 | 123 |
|
124 | | -10. Line 40: Additional depth adjustment in number of pixels for water column removal. |
| 124 | +9. Line 40: Additional depth adjustment in number of pixels for water column removal. |
125 | 125 |
|
126 | | -11. Line 41: Plot bedick(s) on non-rectified sonogram for visual inspection. |
| 126 | +10. Line 41: Plot bedick(s) on non-rectified sonogram for visual inspection. |
127 | 127 |
|
128 | | -12. Line 43-44: Export georectified sonar imagery (water-column-present AND/OR water-column-removed/slant-range-corrected) for use in GIS. |
| 128 | +11. Line 43-44: Export georectified sonar imagery (water-column-present AND/OR water-column-removed/slant-range-corrected) for use in GIS. |
129 | 129 |
|
130 | | -13. Line 46: Option to mosaic georectified sonar imagery (exported from step 12). |
| 130 | +12. Line 46: Option to mosaic georectified sonar imagery (exported from step 12). |
131 | 131 |
|
132 | | -14. Save the file. |
| 132 | +13. Save the file. |
133 | 133 |
|
134 | | -15. Run PING Mapper: |
| 134 | +14. Run PING Mapper: |
135 | 135 | ``` |
136 | 136 | python main.py |
137 | 137 | ``` |
0 commit comments