Skip to content

Commit a8dc1f9

Browse files
Update README.md
1 parent dd74f50 commit a8dc1f9

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,25 @@ https://github.com/CameronBodine/PINGMapper/blob/a45db3039d13ab5e1c317002f17050f
152152
```
153153
python main.py
154154
```
155+
156+
## Batch process multiple sonar recordings
157+
158+
PING-Mapper includes a script which will find all sonar recordings in a directory (even subdirectories!) and batch process them. This is useful if you have spent a day on the water collecting multiple sonar recordings. Just point this script at the top-most folder, provide an output directory for processed files, and PING-Mapper will do the rest!
159+
160+
1. Ensure your Anaconda prompt is in the top level of `PINGMapper` directory.
161+
162+
2. Open `main_batchDirectory.py` in a text editor/IDE (I use [Atom](https://atom.io/)).
163+
164+
3. Enter paths to input and output directory:
165+
166+
https://github.com/CameronBodine/PINGMapper/blob/ab77cdf0a5a4fc06d3833700e638777a0b1ec7fa/main_batchDirectory.py#L39-L40
167+
168+
4. Edit parameters as necessary (Note: supplied parameters will be applied to all sonar recordings):
169+
170+
https://github.com/CameronBodine/PINGMapper/blob/dd74f508e689ace132bdf304e28e8561cb0e100f/main_batchDirectory.py#L42-L58
171+
172+
5. Run the program by entering the following in the command prompt:
173+
```
174+
python main_batchDirectory.py
175+
```
176+

0 commit comments

Comments
 (0)