<?xml version="1.0" encoding="UTF-8"?>
	<!-- Configuration of the preset list related to a modality -->
<presets>
	<!-- <preset> attributes: name, modality, window and level are mandatory attributes. -->
	<!-- key is optional and used as shortcut. List of value: see http://docs.oracle.com/javase/7/docs/api/constant-values.html#java.awt.event.KeyEvent.CHAR_UNDEFINED 
		Default value: no. Note: 48 is reserved for auto levels, 49 for default DICOM 1 and 50 for default DICOM 2 -->
	<!-- shape tag (optional): defines the LUT ramp shape. list of value: LINEAR, SIGMOID, SIGMOID_NORM, LOG, LOG_INV. Default 
		value: LINEAR. Ex. <preset name="Lung" modality="CT" window="1500" level="-500" shape="SIGMOID"/> -->
	<preset name="Brain" modality="CT" window="110" level="35" key="51" />
	<preset name="Abdomen" modality="CT" window="320" level="50" key="52" />
	<preset name="Mediastinum" modality="CT" window="400" level="80" key="53" />
	<preset name="Bone" modality="CT" window="2000" level="350" key="54" />
	<preset name="Lung" modality="CT" window="1500" level="-500" key="55" />
	<preset name="MIP" modality="CT" window="380" level="120" key="56" />
</presets>