python-meep team mailing list archive
-
python-meep team
-
Mailing list archive
-
Message #00006
python-meep harminv
(resend)
Shawkat,
Here in our group there is a need for better harminv support. We now
have some helper functions in the python-meep bindings, but we propose
to make it more user friendly for users and to make a function :
runWithHarminv(component, harminv_time, probing_point, fcen, df)
...that runs the sources until they are finished, and then performs a
harminv analysis during "harminv_time" timesteps at the probing point
around frequency fcen with bandwith df.
We propose to make a class HarminvResult with 6 members :
frequency, imag. freq., Q, |amp|, amplitude, error
The result of "runWithHarminv" should be a list of HarminvResult
objects.
Please send your comments about this proposal.
wbr
Emmanuel
Follow ups