pint.utils.dmxstats

pint.utils.dmxstats(model, toas, file=<_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>)[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) –