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
EmitterSet features automatic conversion of px and nm for xyz which are derived properties of an internal xyz container. They can also be set via a setter method as
em = EmitterSet(xy_unit='px')
em.xyz_nm = ...
--> em.xy_unit : 'nm'
however the sigma values remain in the original unit. I don't really know how to best handle this, or just issue a warning.
The text was updated successfully, but these errors were encountered:
EmitterSet features automatic conversion of px and nm for xyz which are derived properties of an internal xyz container. They can also be set via a setter method as
however the sigma values remain in the original unit. I don't really know how to best handle this, or just issue a warning.
The text was updated successfully, but these errors were encountered: