Reference Guide and Tools API

The IRATE library includes convinience functions for working with IRATE format files. The functions documented below are present in the irate namespace, so the typical way to import is:

from irate import validate_irate

rather than importing from irate.core.

Reference For IRATE core library