cartesian_to_depth_coordinates utilities in the geometry model - #7292
cartesian_to_depth_coordinates utilities in the geometry model#7292lhy11009 wants to merge 1 commit into
Conversation
|
There is currently an option for the "Coordinate system" as depth, which allows only one entry into the function as depth lateral coordinates (e.g. x in box). This is largely restricted by this function in source/geometry_model/interface.cc:
and the fact that it uses: My proposal of change is to largely keep the current interface, while making a virtual function of For instance, I implement the version for box geometry. Given the current change, I am not sure what a good strategy is for a test case. I have only tested in the models I run. |
Pull Request Checklist. Please read and check each box with an X. Delete any part not applicable. Ask on the forum if you need help with any step.
A new geometry model interface function to convert Cartesian positions
to depth coordinates while preserving geometry-specific lateral coordinates.
The box geometry now returns depth together with the horizontal Cartesian
coordinates.
Before your first pull request:
For all pull requests:
If yes, please describe your usage of AI models in the creation of this pull request
For new features/models or changes of existing features: