Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subsystem set depth to a negative z value #34

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

Yuksel-Rudy
Copy link
Contributor

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)
  • Documentation update
  • Maintenance update
  • Other (please describe)

shousner and others added 2 commits September 9, 2024 16:22
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants