Cameron Bodine

Results 36 comments of Cameron Bodine

Hi, Sorry you are experiencing issues other than expected. PING-Mapper is designed to produce the highest quality imagery possible, which requires smoothing of the track line. If you are only...

Check the B002 or B003 coordinates. Those are the raw coordinates from the Humminbird. The code is the best documentation: https://github.com/CameronBodine/PINGMapper/blob/0bf0f7db9ffc02a6651ae086eb5398798218d4b0/src/class_rectObj.py#L112 Additional info here: https://github.com/CameronBodine/PINGMapper/blob/main/docs/SonarGeorectification.md#3-smooth-trackline And the manuscripts linked on...

Hi Taoan, did this address your question? Can I close this issue?

**Example** The objective is to use an AOI to clip pings inside the boundary and only use those to perform the georectification. This will remove artifacts in the mosaic caused...

Workflow prototype completed. Transects are automatically generated using the aoi. Each transect is combined into individual transect mosaics. Image below shows raw mosaic (left) and 4 transect mosaics (right). ![image](https://github.com/CameronBodine/PINGMapper/assets/54146655/877d67fc-584b-4fa3-9a85-a6f104fcdf13)...

Closing as complete.

This is a good idea and one I have thought of as well. This would also be helpful for analysis of submerged aquatic veg. It would not require a lot...

SRC correction sped up using `math.sqrt` instead of `np.sqrt`. Also used `int()` instead of `.astype(int)`. I see a speedup of 1.7x on the `hello world` scan when processing EGN and...

This will also speed up the substrate mapping workflow, including rectifying probs/logits since each class needs to be slant range corrected. Checking that task as complete also. Leaving issue open...

I found this beautiful solution to speeding up the warping process while rectifying sonar imagery: https://github.com/scikit-image/scikit-image/issues/6864#issue-1653493908 For the example dataset using 7 threads for 7 images, the rectification process went...