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

Extending the polarisation of the incoming and / or outgoing light to more possibilties #103

Open
EmCeBeh opened this issue Feb 10, 2022 · 1 comment

Comments

@EmCeBeh
Copy link
Contributor

EmCeBeh commented Feb 10, 2022

Currently the simulation has set_incoming_polarization() and set_outgoing_polarization(), which can be set to a number between 1 and 5 corresponding to discrete polarisations, i.e. p,s, sig+, sig-, unpol.. Here it would be useful to be able to simulate non-perfectly-polarised sources, as this is how many real-world sources are, which leads to superimposed results. The most common feature might be to have elliptical polarisation, e.g. consiting of 90% sig+ and 10% sig-.

Maybe the code, where this is currently done is around here.

@dschick
Copy link
Owner

dschick commented Jul 5, 2023

I fully support this suggestion. However, this will be different to implement for every light scattering formalism.
Some are only made for s- and p-polarized light and others might support all kind of mixtures.

For now, can't you do your calculations with the one and the other polarization and then mix them afterwards in the correct ratio?

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