-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Casper da Costa-Luis <casper.dcl@physics.org>
- Loading branch information
1 parent
a60beca
commit 64e4d1c
Showing
3 changed files
with
14 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
# PETSIRD Python SDK | ||
|
||
The [Emission Tomography Standardization Initiative (ETSI)](https://etsinitiative.org/) | ||
is working towards establishing a standard for PET Raw Data, called PETSIRD ("PET ETSI Raw Data"). | ||
is working towards establishing a standard for PET Raw Data, called PETSIRD ("Positron Emission Tomography Standardization Initiative Raw Data"). | ||
|
||
This python package contains the python SDK to read/write PETSIRD data. | ||
Read & write PETSIRD data in Python. | ||
|
||
Examples for how to use this package are available at | ||
https://github.com/ETSInitiative/PETSIRD/tree/main/python | ||
## Examples | ||
|
||
See [ETSInitiative/PETSIRD:python](https://github.com/ETSInitiative/PETSIRD/tree/main/python). |