Skip to content

Commit 0a560be

Browse files
committed
deploy: 6d0eef9
1 parent 0d29893 commit 0a560be

2 files changed

Lines changed: 82 additions & 76 deletions

File tree

pull/150/examples/image_processing/example6/DICOMRT.mlab

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// MDL v1 utf8
2-
mevislabVersion = 4.1.70.3239
2+
mevislabVersion = 4.2.70.9999
33
network {
44
watchlist = ""
55
}
@@ -19,6 +19,7 @@ module DicomImport {
1919
}
2020
fields {
2121
instanceName = DicomImport
22+
source = ""
2223
files = ""
2324
inputMode = Directory
2425
enableRecursiveSearch = TRUE
@@ -109,8 +110,8 @@ module View2D {
109110
moduleGroupName = ""
110111
windows {
111112
window _default {
112-
geometry = "243 471 400 400"
113-
relativePosition = "-0.2693 -0.0903"
113+
geometry = "389 569 400 400"
114+
relativePosition = "-0.2699 -0.0905"
114115
sizeHint = "400 400"
115116
wasOpen = yes
116117
}
@@ -121,7 +122,7 @@ module View2D {
121122
inventorInputOn = TRUE
122123
inventorOutputOn = FALSE
123124
view2DExtensionsOn = TRUE
124-
startSlice = 173
125+
startSlice = 0
125126
numSlices = 1
126127
numXSlices = 1
127128
sliceStep = 1
@@ -162,7 +163,8 @@ module View2D {
162163
enableSlicing = TRUE
163164
showColorChannelValues = FALSE
164165
colorChannelSeparator = " / "
165-
useRelativeLUTIfNoInputImage = TRUE
166+
scaleLUTForNewImage = TRUE
167+
computeLUTOnImageChange = FALSE
166168
}
167169
}
168170
module DicomImportExtraOutput {
@@ -173,7 +175,7 @@ module DicomImportExtraOutput {
173175
}
174176
fields {
175177
instanceName = DicomImportExtraOutput
176-
selectedItem = 6
178+
selectedItem = 0
177179
}
178180
}
179181
module ExtractRTStruct {
@@ -207,7 +209,6 @@ module SoView2DCSOExtensibleEditor {
207209
interactionProviderID = ""
208210
drawingOn = TRUE
209211
editingOn = TRUE
210-
fixZOn = TRUE
211212
color = "1 1 1"
212213
selectionTolerance = 16
213214
needsValidVoxel = FALSE
@@ -236,6 +237,7 @@ module SoView2DCSOExtensibleEditor {
236237
allowSelectionWithDefaultRenderer = TRUE
237238
renderCSOsOnImagesDependingOnCreationMode = ON_ALL_IMAGES
238239
updateCSOIdUnderMouseCursor = FALSE
240+
updateGhostedCSOIdUnderMouseCursor = FALSE
239241
accumulateTransformations = TRUE
240242
updateImageStatisticsOnFinishInteraction = FALSE
241243
}
@@ -258,6 +260,7 @@ module CSOLabelRenderer {
258260
extensionId = labelRenderer
259261
allowModification = TRUE
260262
shouldRender = TRUE
263+
shouldOnlyRenderLabelForOnSliceCSOs = FALSE
261264
shouldDrawLabelBorderForSelectedCSO = TRUE
262265
labelBorderMarginX = 2
263266
labelBorderMarginY = 2
@@ -416,7 +419,7 @@ module SoExaminerViewer {
416419
stereoOffset = 3
417420
height = 0.78539819
418421
position = "592.274658203125 -501.426330566406 172.853942871094"
419-
orientation = "0.842681884765625 0.285796403884888 0.456297665834427 1.5371880531311"
422+
orientation = "0.842681884765625 0.285796374082565 0.456297636032104 1.5371880531311"
420423
nearDistance = 465.04492
421424
farDistance = 1210.4917
422425
focalDistance = 837.39618
@@ -445,7 +448,7 @@ module DicomImportExtraOutput {
445448
}
446449
fields {
447450
instanceName = DicomImportExtraOutput1
448-
selectedItem = 8
451+
selectedItem = 0
449452
}
450453
}
451454
module MinMaxScan {
@@ -562,7 +565,6 @@ module SoView2DOverlay {
562565
interactionProviderID = ""
563566
drawingOn = TRUE
564567
editingOn = TRUE
565-
fixZOn = TRUE
566568
color = "1 1 1"
567569
selectionTolerance = 4
568570
needsValidVoxel = TRUE

0 commit comments

Comments
 (0)