Commit c36746eeb7cc89697c03c08137fc4ad0689a2fbf
1 parent
6bdbe8bf
Exists in
master
and in
56 other branches
Added a new ww&wl preset to contour
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
invesalius/constants.py
| @@ -292,7 +292,8 @@ WINDOW_LEVEL = {_("Abdomen"):(350,50), | @@ -292,7 +292,8 @@ WINDOW_LEVEL = {_("Abdomen"):(350,50), | ||
| 292 | _("Pelvis"): (450,50), | 292 | _("Pelvis"): (450,50), |
| 293 | _("Sinus"):(4000, 400), | 293 | _("Sinus"):(4000, 400), |
| 294 | _("Vasculature - Hard"):(240,80), | 294 | _("Vasculature - Hard"):(240,80), |
| 295 | - _("Vasculature - Soft"):(650,160)} | 295 | + _("Vasculature - Soft"):(650,160), |
| 296 | + _("Contour"): (255, 127)} | ||
| 296 | 297 | ||
| 297 | REDUCE_IMAGEDATA_QUALITY = 0 | 298 | REDUCE_IMAGEDATA_QUALITY = 0 |
| 298 | 299 |