Hey @joshoewahp,
Congrats on the v2 release!
I'm just poking around in the plotting and RM-synthy bits. Is it right that the linear pols are still extracted from the mean values across the band? If so, I'm happy to help get them from the FDF instead.
Are you able to direct me to the critical point where the band-averaged values are computed? Am I right in guessing its here?
|
self.flux[stokes] = np.nanmean(ydata, axis=avg_axis) |
Hey @joshoewahp,
Congrats on the v2 release!
I'm just poking around in the plotting and RM-synthy bits. Is it right that the linear pols are still extracted from the mean values across the band? If so, I'm happy to help get them from the FDF instead.
Are you able to direct me to the critical point where the band-averaged values are computed? Am I right in guessing its here?
dstools/dstools/dynamic_spectrum.py
Line 599 in 1e227ea