Andras Lasso

Results 869 comments of Andras Lasso

I'm not sure if I can do something about the obscure column names and descriptions. Would it be possible to update the module that generates the data to make table...

You can call StartModify() before you call the method that emits those events and then call EndModify(). As a result, only one modified event will be invoked, when you call...

When you are interested in only a particular segment, then squashing all modified events into one may result in slower performance, as you would redo your processing when unrelated segments...

I've added a reference to this problem to the Slicer issue tracker: https://github.com/Slicer/Slicer/issues/5269. We won't release Slicer5 until this issue is fixed.

We may update MRML node combo box to display patient/study/series information. Also, @cpinter has implemented a new node selector (qMRMLSubjectHierarchyComboBox) that allows you to select a node from the subject...

When a table column is set to floating-point type then it can store NAN values. It can be entered to the table as "nan", and currently displayed as "1.#QNAN" but...

This would be important, not just because of annotations have so many limitations and known issues (and they will go away completely in the not-too-distant future) but also because probably...

It is great that you use markups line (and not rulers anymore)! Are you creating a model node for ROIs? We have not markups ROI, which should work much better....

As a quick workaround, we could turn off interaction and always (or never) show labels, so that we don't need to keep querying the z buffer. I've asked @Sunderlandkyl to...

Instance UID can be too long to be used as filename. We often had DICOM import failures when used DICOM UIDs directly for folder and file names due to the...