Export to the segmentation
It should be possible to convert a PTR into a .csv or .json segmentation file.
segmentation_export('ptr.ptx', fmt='csv|json') # filename / string / PointingRequestMessage object
ptr.export('ptr.[csv|json]')
A CLI could also be nice:
ptr2seg [--fmt=csv|json] ptr.ptx