You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm out sick but I did create brute_force_geometry_viewer.py that lets you view geometry with consistent views. See this talk. If you're comfortable editing some python code, you can try to edit it to give you the views of what you want. You basically just need to create a 4x4 matrix that transforms xy coords from the image to the 3d location in space. The code isn't in a repo yet either, it's just here
/exp/dune/app/users/kleykamp/tms_main/geom
You'd only really need to adjust what's plotted after the if name == "main": statement at the bottom. The axis code needs a bit of work too iirc
We need to find a good location for the script, fix the axis code, and finalize what the default views are. Currently they're focused around the TMS, but there's also a wide shot
The text was updated successfully, but these errors were encountered:
Here's what I wrote on slack.
We need to find a good location for the script, fix the axis code, and finalize what the default views are. Currently they're focused around the TMS, but there's also a wide shot
The text was updated successfully, but these errors were encountered: