Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storing the distance to source #120

Open
aalbino2 opened this issue Nov 21, 2024 · 1 comment
Open

Storing the distance to source #120

aalbino2 opened this issue Nov 21, 2024 · 1 comment

Comments

@aalbino2
Copy link
Collaborator

I run into a use case where there are multiple substrate in the chamber but the distance from the substrates is not specified one by one, rather the distance from the center of the substrates holder is reported.

So in the user-specific plugin the distance-to-source is placed into the Source class, not into the SampleParameters.

I can clearly normalize it also in SampleParameters, my only concern is that the value I would write there is actually wrong because it is the distance from the center of the holder.

@hampusnasstrom is the distance in your use cases specified for each single substrate?

Should I keep this substrateholder-source distance in the Source class within the user-defined plugin without harmonizing it with the standard structure of this plugin?

@hampusnasstrom
Copy link
Collaborator

In the end it is the distance to each substrate that is important. That being said we really need to introduce the positions I was working on some time ago. Because even the distance to the substrate is ambiguous without knowing where on the substrate this refers to as well as the relative directions of the source and substrate normals.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants