psrutils 0.2.0

A crate with a few utilities to facilitate pulsar science projects in rust.
Documentation

psrutils

A small crate for use in pulsar timing projects.

Parfiles

The parfile module takes care of reading, representing, and writing .par files. The struct Parfile is available with pub fields for easy editing, and methods for reading from or writing to buffer objects.

Changelog

v 0.1.1

  • Added .tim parser (currently only in tempo2-mode).
  • Changed hierarchy, moving error to be crate-global.

v 0.1.0

  • Added .par parser.