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
The function BirefringentVolume.create_dummy_volume contains a parameter to shift the volume axially by a given amount. It would be great if this option were also added to BirefringentVolume.init_from_file. These functions are located in VolumeRaytraceLFM\birefringence_implementations.py.
The text was updated successfully, but these errors were encountered:
Good idea. We briefly talked about this with Grant.
A more elegant way of doing this would be to create a 'translate', 'rotate', 'scale' functions, such that we can translate not only axially but in any direction, and we could transform and create more complex volumes without overloading the init_from_file function.
The function
BirefringentVolume.create_dummy_volume
contains a parameter to shift the volume axially by a given amount. It would be great if this option were also added toBirefringentVolume.init_from_file
. These functions are located inVolumeRaytraceLFM\birefringence_implementations.py
.The text was updated successfully, but these errors were encountered: