Multiparticle Mie C: only fixed polarization implemented
Bug #796310 reported by
Jerome Fung
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
HoloPy | Status tracked in Dev | |||||
Dev |
Fix Released
|
Medium
|
Unassigned |
Bug Description
In mie.py: forward_holo silently uses only the x-component of the scattered field to calculate the interference term. This should be generalized to work for an arbitrary polarization.
Changed in holopy: | |
milestone: | none → 1.0.0 |
Changed in holopy: | |
importance: | Undecided → Medium |
assignee: | nobody → Jerome Fung (fung) |
Changed in holopy: | |
status: | New → Fix Committed |
To post a comment you must log in.
Could you double check this fix? mie.forward_holo returns weird holograms for incident fields that are polarized in the y-direction. Fields that are x-polarized seem to be ok. The fit in test_mie_ noisysingle (which assumes y-polarization) now fails.