radiasoft / rswarp

Python utilities specific to running Warp
Other
5 stars 5 forks source link

Conductor position #15

Closed mkeilman closed 5 years ago

mkeilman commented 5 years ago

Added to allow the user to move stl conductors around in sirepo like any other conductor, rather than generate a new stl file. If there's some reason that is not normally done, I will make the positions in sirepo read-only.

Also included is a change in the meshgrid indexing, which otherwise leads to crashes when nx differs from ny

ncook882 commented 5 years ago

I've assigned @cchall to this because he has been experimenting with various other functions to manipulate the position of STL files for his simulations.

cchall commented 5 years ago

Looks good. Being able to move stl conductors around will definitely be helpful.