-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 0e190a6
Showing
1 changed file
with
15 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# PETSIRD template for use cases | ||
|
||
The purpose of this repo is to provide a starting point for other software that uses PETSIRD. | ||
|
||
## Background | ||
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"). | ||
|
||
The specification uses the [yardl](https://aka.ms/yardl) tool to define the model. `yardl` can be used to read the specification (in the `model` directory) and generate an PI for both C++ and API to read/write PETSIRD data. | ||
|
||
Currently, a draft model is defined in https://github.com/ETSInitiative/PRDdefinition. | ||
|
||
CAVEAT: the draft model generates code in the `prd` namespace. Nevertheless, we have used PETSIRD here | ||
in most places. | ||
|