View Issue Details

IDProjectCategoryView StatusLast Update
0003432Slicer4Module (Any modules)public2017-06-07 23:27
Reporterjcfr Assigned Tonicole  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version 
Target VersionSlicer 4.4.0Fixed in VersionSlicer 4.4.0 
Summary0003432: Running RSNA2012Quant test compains about missing nuclear medicine output csv parameter file
Description

560: ERROR: In /home/jchris/Projects/Slicer/Base/QTCLI/vtkSlicerCLIModuleLogic.cxx, line 1950
560: vtkSlicerCLIModuleLogic (0x3babbc0): PET Standard Uptake Value Computation standard error:
560:
560: ERROR: cannot open nuclear medicine output csv parameter file '', see return strings for values
560: ERROR: cannot open nuclear medicine output csv parameter file '', see return strings for values

TagsNo tags attached.

Relationships

related to 0002622 closedjcfr assert crash in scene model closing scene after change tracker 

Activities

nicole

nicole

2013-10-14 12:57

administrator   ~0010180

Fixed in svn 22612:
http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=22612
Only one of the output files needs to be specified, only print out errors on reasonable error conditions (both file names are empty strings, or if a non empty file name failed to open).

jcfr

jcfr

2013-10-21 06:12

administrator   ~0010204

Backported r22612 to Slicer-4-3 branch.

See http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=22627

jcfr

jcfr

2014-03-06 05:00

administrator   ~0010880

Closing resolved issues that have not been updated in more than 3 months

Related Changesets

Slicer: 2145-support-for-installing-extension-from-file a8370d70

2013-10-14 16:56:00

naucoin

Details Diff
BUG: refactor code to remove unnecessary error message

There are two possible ways to obtain the results from PETStandardUptakeValueComputation,
having them written out to a .csv file or to a string parameter file that gets
parsed and loaded into the Slicer GUI. Only print out an error and fail if
neither parameter is specified.
Checks for empty strings and doesn't try to open the files, so the unable
to open error messages will only occur if a non empty file name fails
to open.

Issue 0003432


git-svn-id: http://svn.slicer.org/Slicer4/trunk@22612 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Modules/CLI/PETStandardUptakeValueComputation/PETStandardUptakeValueComputation.cxx Diff File

Issue History

Date Modified Username Field Change
2013-10-04 00:49 jcfr New Issue
2013-10-04 00:49 jcfr Target Version => Slicer 4.3.2
2013-10-04 00:49 jcfr Relationship added related to 0002622
2013-10-14 12:57 nicole Note Added: 0010180
2013-10-14 12:57 nicole Status new => resolved
2013-10-14 12:57 nicole Fixed in Version => Slicer 4.3.2
2013-10-14 12:57 nicole Resolution open => fixed
2013-10-14 12:57 nicole Assigned To => nicole
2013-10-21 06:12 jcfr Note Added: 0010204
2014-03-06 05:00 jcfr Note Added: 0010880
2014-03-06 05:01 jcfr Status resolved => closed
2014-03-06 10:16 nicole Target Version Slicer 4.3.2 => Slicer 4.4.0
2014-03-06 10:17 nicole Fixed in Version Slicer 4.3.2 => Slicer 4.4.0
2015-11-30 18:07 jcfr Category Module PETStandardUptakeValueComputation => Module (Any CLI modules)
2017-06-07 23:27 Changeset attached => Slicer 2145-support-for-installing-extension-from-file a8370d70