pint.utils.plchromnoise_from_cmwavex

pint.utils.plchromnoise_from_cmwavex(model: TimingModel, ignore_fyr: bool = False) TimingModel[source]

Convert a CMWaveX representation of red noise to a PLChromNoise representation. This is done by minimizing a likelihood function that acts on the CMWaveX amplitudes over the powerlaw spectral parameters.

Parameters:

model (pint.models.timing_model.TimingModel) – The timing model with a CMWaveX component.

Returns:

The timing model with a converted PLChromNoise component.

Return type:

pint.models.timing_model.TimingModel