Skip to content

nellyabbani/delpel

 
 

Repository files navigation

Delpel project

Database:

Data are available in this repository To synchonize these data with our local folder, use:

  python connectGirderBDD.py -a XXXXXXXXXXXXXX -d destinationFolder
  python connectGirderBDD.py -h # For help

Replace the XXXXXXXXXXX by your user apiKey (Inside "My Account", you can find API key tab)

JSON file

You can find the metadata in:

  delpel.json

Anonymized patient creation:

You can find the script to generate the anonymized patient creation

  python createPatient.py -h

You can find the corresponding dictionary used to find the RTStruct names.

To be able to run it, you need https://github.com/OpenSyd/syd_algo The creation of the research ipp with encryptId algorithm is private

Creation of snapshots:

To create a pdf with patient slices, run

  python snapshot.py

About

Scripts for Delpel project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.3%
  • Shell 2.7%