Skip to content

ckolbPTB/xnat-interfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interfile

Xnat schema for PET raw data format supported by STIR.

In order to create the plugin clone the repository:

git clone https://github.com/ckolbPTB/xnat-interfile.git
cd xnat-interfile

and then use gradlew to build the plugin

./gradlew clean xnatPluginJar

If you want to rebuild the plugin after making some changes to the code it is a good idea to ensure there are no more running gradlew clients:

./gradlew --stop

before building again with

./gradlew clean xnatPluginJar

Hints

  • If you make changes to stir.xsd and add new parameters then it is best to delete stir_petLmScanData_details.vm and let gradle recreate it. Copy it then from the folder xnat-generated back.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages