Skip to content
  • Paul McCarthy's avatar
    RF,BF: Fix complex power spectrum series label generation. Adjust relationship · 27db1576
    Paul McCarthy authored
    between ComplexPowerSpectrumSeries and Imaginary/Real/Magnitude - there is no
    guarantee that CPSS.getData will be called before the others, so we can't
    pre-calculate and cache the result. Currently just duplicate calculations for
    each series, as the performance shouldn't really be a problem, and it keeps
    the code fairly clean.
    27db1576