This is a paragraph.
A new line is forced by one or two spaces.
This is a new paragraph.
Header 2
@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; |
"""Application Title | |
Description of the application. | |
""" | |
__author__ = "Name <email>" | |
__version__ = "0.0.0" |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
ProjectName | |
├── sub-001-patient | |
│ ├── ses-001-pre | |
│ │ ├── anat | |
│ │ │ ├── 001-Localiser | |
│ │ │ │ └─── DICOM | |
| │ │ │ └── ... | |
│ │ │ └── 002-Anatomy | |
│ │ │ └─── DICOM | |
| │ │ └── ... |
virtualenv
Download and run the latest Python 3.6 installer from https://www.python.org/downloads/release/python-362/.
"""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. |
I hereby claim:
To claim this, I am signing this object:
import expyriment, os, pygame, time | |
from expyriment import design, control, stimuli, io | |
from expyriment.misc import constants | |
#expyriment.control.defaults.open_gl = 0 | |
control.set_develop_mode(True) | |
exp = expyriment.control.initialize() |