|
55 | 55 | ("rm", float, "synth", "phiPeakPIfit_rm2", u.rad / u.m**2), |
56 | 56 | ("rm_err", float, "synth", "dPhiPeakPIfit_rm2", u.rad / u.m**2), |
57 | 57 | ("polint", float, "synth", "ampPeakPIfitEff", u.Jy / u.beam), |
58 | | - ("polint_err", float, "synth", "dAmpPeakPIchan", u.Jy / u.beam), |
| 58 | + ("polint_err", float, "synth", "dAmpPeakPIfit", u.Jy / u.beam), |
59 | 59 | ("stokesQ", float, "synth", "peakFDFrealFit", u.Jy / u.beam), |
60 | 60 | ("stokesU", float, "synth", "peakFDFimagFit", u.Jy / u.beam), |
61 | 61 | ("polangle", float, "synth", "polAngleFit_deg", u.deg), |
|
93 | 93 | # Less important quantities from the RMsynthesis (can be removed or modified after prototype verification?) |
94 | 94 | ("noise_chan", float, "synth", "dQU", u.Jy / u.beam), |
95 | 95 | ("fdf_noise_mad", float, "synth", "dFDFcorMAD", u.Jy / u.beam), |
96 | | - ("fdf_noise_rms", float, "synth", "dFDFrms", u.Jy / u.beam), |
| 96 | + ("fdf_noise_rms", float, "synth", "dFDFth", u.Jy / u.beam), |
97 | 97 | # We need to figure out what to do with these metrics, to simplify them. |
98 | 98 | ("sigma_add_Q", float, "synth", "sigmaAddQ", u.dimensionless_unscaled), |
99 | 99 | ( |
|
0 commit comments