{
// so this is a copy of the one in general, with the key added difference of a seed preset
// this is a somewhat suboptimal way to do it (ideally there would only be one copy)
// so we should fix this at some point in the future....
  "CT Presets" : [ {
    "name" : "DEFAULT",
    "windowCenter" : 40.0,
    "windowWidth" : 400.0,
    "gamma" : 1.0,
    "nameIsMessagesKey" : true,
    "id" : "DEFAULT"
  }, {
    "name" : "MEDIASTINUM",
    "windowCenter" : 39.0,
    "windowWidth" : 500.0,
    "gamma" : 1.0,
    "nameIsMessagesKey" : true,
    "id" : "MEDIASTINUM"
  }, {
    "name" : "BONE",
    "windowCenter" : 500.0,
    "windowWidth" : 2500.0,
    "gamma" : 1.0,
    "nameIsMessagesKey" : true,
    "id" : "BONE"
  }, {
    "name" : "LUNG",
    "windowCenter" : -362.0,
    "windowWidth" : 1324.0,
    "gamma" : 1.0,
    "nameIsMessagesKey" : true,
    "id" : "LUNG"
  }, {
    "name" : "TISSUE",
    "windowCenter" : 40.0,
    "windowWidth" : 400.0,
    "gamma" : 1.0,
    "nameIsMessagesKey" : true,
    "id" : "TISSUE"
  }, {
    "name" : "LIVER",
    "windowCenter" : 40.0,
    "windowWidth" : 160.0,
    "gamma" : 1.0,
    "nameIsMessagesKey" : true,
    "id" : "LIVER"
  }, {
    "name" : "BRAIN",
    "windowCenter" : 40.0,
    "windowWidth" : 80.0,
    "gamma" : 1.0,
    "nameIsMessagesKey" : true,
    "id" : "BRAIN"
  }, {
    "name" : "SEED",
    "windowCenter" : 450.0,
    "windowWidth" : 200.0,
    "gamma" : 1.0,
    "nameIsMessagesKey" : true,
    "id" : "SEED"
  } ]
}