View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004319 | Slicer4 | Module Annotations | public | 2016-12-20 05:47 | 2018-06-01 11:19 |
Reporter | fepegar | Assigned To | nicole | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Linux | OS | Ubuntu | OS Version | 14.04 |
Product Version | Slicer 4.6.1 | ||||
Target Version | Fixed in Version | ||||
Summary | 0004319: Problems loading acsv ROI files | ||||
Description | I can load ROI files using the GUI only if the start by R. If they don't, they are loaded as vtkMRMLAnnotationFiducialNodes. If I use the function loadAnnotationFiducial() from slicer.util, I also get a vtkMRMLAnnotationFiducialNode instead of the expected vtkMRMLAnnotationROINode. | ||||
Steps To Reproduce |
| ||||
Tags | No tags attached. | ||||
Annotations rely on a file naming convention to determine if the file contains a ruler or an ROI. def loadAnnotationROI(filename, returnNode=False): loadAnnotationROI('r.acsv') |
|
Pull request: https://github.com/Slicer/Slicer/pull/641 |
|
Python utility methods commited to Slicer: |
|
Thanks Nicole! |
|
Import 2017-06-07 23:51:09: master 74c9c6b1 2016-12-20 15:17:43 naucoin Details Diff |
ENH: Add missing python load utility methods The python utility file was missing methods to load Annotation rulers and ROIs, this change adds: loadAnnotationRuler('ruler.acsv') loadAnnotationROI('box.acsv') Issue 0004319 git-svn-id: http://svn.slicer.org/Slicer4/trunk@25614 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Base/Python/slicer/util.py | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-12-20 05:47 | fepegar | New Issue | |
2016-12-20 05:47 | fepegar | Status | new => assigned |
2016-12-20 05:47 | fepegar | Assigned To | => nicole |
2016-12-20 12:39 | nicole | Note Added: 0014278 | |
2016-12-20 12:52 | nicole | Note Added: 0014279 | |
2016-12-20 15:33 | nicole | Note Added: 0014280 | |
2016-12-20 15:33 | nicole | Status | assigned => resolved |
2016-12-20 15:33 | nicole | Resolution | open => fixed |
2016-12-22 08:56 | fepegar | Note Added: 0014281 | |
2017-06-10 08:51 | Changeset attached | => Slicer master 74c9c6b1 | |
2018-06-01 11:19 | fepegar | Status | resolved => closed |