Open hsalinasGIT opened 7 months ago
Thanks for letting us know; I'll take a look. I wonder if there are any NaNs in the SCM data before it gets passed to twavpol? Even if there aren't that many, it could still clobber a lot of FFT window intervals....I wonder if it would work any better with nopfft = 4096 or lower?
Hey JIm,
I went ahead and tried scrubbing the SCM data of NaNs and also lowering nopfft to 4096 before passing through twavpol
, and neither of the suggestions changed anything. twavpol
still only produced wave polarization data for the ['2015-09-19/10:07:18', '2015-09-19/10:07:30']
trange and none of the other time sections.
Thanks for letting us know; I'll take a look. I wonder if there are any NaNs in the SCM data before it gets passed to twavpol? Even if there aren't that many, it could still clobber a lot of FFT window intervals....I wonder if it would work any better with nopfft = 4096 or lower?
Hello Good People, I am trying to use
twavpol
to perform a wave-polarization analysis (wave angle and ellipticity with polarization > 0.7) on the SCM burst data for this interval['2015-09-19/10:07:00', '2015-09-19/10:07:12']
. Here is a sample code that follows this mms example (https://github.com/spedas/mms-examples/blob/master/advanced/Wave_polarization_using_SCM_data.ipynb):However, when applied to the full time interval and even small subsections I am met with the following error log and no polarization data plotted:
It appears that only for this specific time range of
['2015-09-19/10:07:18', '2015-09-19/10:07:30']
, thattwavpol
works correctly(see attatched terminal log) and I have polarization data plotted:Could someone explain to me why
twavpol
is only able to create the polzarization data for that certain time subsection even when there's SCM burst data available for the entire time interval? Do I have incorrect inputs or is it something else?