In setEndPosition method in Subsystem, when sink is True, and when calling getDepthFromBathymetry, the outputed z is positive (when seabedMod==0 and I'm assuming the same is true for other modes. The bathymetry files I've seen have positive depth values) Therefore, it must be multiplied by a negative sign
Type of change
What types of change is it?
Select the appropriate type(s) that describe this PR
[ x] Bugfix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (non-backwards-compatible fix or feature)
[ ] Code style update (formatting, renaming)
[ ] Refactoring (no functional changes, no API changes)
In setEndPosition method in Subsystem, when sink is True, and when calling getDepthFromBathymetry, the outputed z is positive (when seabedMod==0 and I'm assuming the same is true for other modes. The bathymetry files I've seen have positive depth values) Therefore, it must be multiplied by a negative sign
Type of change
What types of change is it? Select the appropriate type(s) that describe this PR