Mikhail Polkovnikov

Results 53 comments of Mikhail Polkovnikov

Here is my test log output. No DCMTK errors, only warnings. [LastTest.log](https://github.com/SlicerRt/SlicerRT/files/4089461/LastTest.log)

All python tests are failed with such message: ``` Traceback (most recent call last): File "", line 1, in File "/home/test/devel/git/Slicer/Slicer-SuperBuild-Release/python-install/lib/python3.6/imp.py", line 170, in load_source module = _exec(spec, sys.modules[name]) File...

The #147 is ready for checking and testing.

> Number of loaded vtkMRMLModelHierarchyNode nodes was 0, but 7 was expected I can fix this, since there are no vtkMRMLModelHierarchyNode only vtkMRMLRTBeamNode, but about everything else i can't say...

I have fixed IGRTSelfTest. Dose volume name must be '5: RTDOSE', not '5: RTDOSE: BRAI1', since it's a name from the plan.

I have made a commit to #147 with tests fixes. Can you check this commit as well?

I worked with MLC in DICOM a couple of times. Here from dcmdump: (300a,00b6) SQ (Sequence with undefined length #=3) # u/l, 1 BeamLimitingDeviceSequence (fffe,e000) na (Item with undefined length...

Importing MLCs from DICOM in vtkSlicerDicomRtReader. Some general questions. 1. BeamEntry class members are only for control point sequence data (MLC positions) or not? [https://github.com/SlicerRt/SlicerRT/blob/master/DicomRtImportExport/Logic/vtkSlicerDicomRtReader.cxx#L93-L131](url) 2. Where should i store...

The reason for the first question is that one multi leaf collimator definition from BeamLimitingDeviceSequence, "MLCX" for example, can have a number of positions or openings within ControlPointSequence. These members...

I don't want to break compatibility to the code that works, since i'm quite new in SlicerRT. But in the end, each beam must have multiple control points. Something like...