pint.utils.dmxstats

pint.utils.dmxstats(model: ~pint.models.timing_model.TimingModel, toas: ~pint.toa.TOAs, file: ~typing.IO = <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>) None[source]

Print DMX statistics

Based off dmxparse by P. Demorest (https://github.com/nanograv/tempo/tree/master/util/dmxparse)

Parameters:
  • model (pint.models.TimingModel) –

  • toas (pint.toa.TOAs) –

  • file (a file-like object (stream); defaults to the current sys.stdout) –