I hereby claim:
- I am fladd on github.
- I am fladd (https://keybase.io/fladd) on keybase.
- I have a public key ASD9P8whZ440olJpw8d-9EUM_ajYoahwIca78nkuivgo9Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
"""Rename DICOM files to Turbo-BrainVoyager format. | |
Works with: | |
- BrainVoyager .dcm files | |
- Siemens .IMA files | |
Usage: | |
python rename_dicoms_tbv.py [<directory>] | |
If <directory> is not specified, a GUI dialogue will ask for it. |
virtualenv
Download and run the latest Python 3.6 installer from https://www.python.org/downloads/release/python-362/.
ProjectName | |
├── sub-001-patient | |
│ ├── ses-001-pre | |
│ │ ├── anat | |
│ │ │ ├── 001-Localiser | |
│ │ │ │ └─── DICOM | |
| │ │ │ └── ... | |
│ │ │ └── 002-Anatomy | |
│ │ │ └─── DICOM | |
| │ │ └── ... |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
"""Application Title | |
Description of the application. | |
""" | |
__author__ = "Name <email>" | |
__version__ = "0.0.0" |
@import url(https://fonts.googleapis.com/css?family=Droid+Serif); | |
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz); | |
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic); | |
body { | |
font-family: 'Droid Serif'; | |
} | |
h1, h2, h3 { | |
font-family: 'Yanone Kaffeesatz'; | |
font-weight: 400; |