Difference between revisions of "Slicer3:UIDesign:WorkingProblems:SlicerInformatics:Profiling and Refining"

From Slicer Wiki
Jump to: navigation, search
(Created page with ' Back to Project Overview')
 
Line 1: Line 1:
  
 +
Back to [[Slicer3:UIDesign#Working_problem:_Slicer_.26_XNAT_Informatics | Project Overview]]
  
  
Back to [[Slicer3:UIDesign#Working_problem:_Consolidated_Load_in_Slicer_including_an_extended_XNAT_Desktop_and_File_Server | Project Overview]]
+
= Profiling Tests =
 +
 
 +
 
 +
== Upload pipeline ==
 +
 
 +
[[image: ProfilingUploadPipeline.png ]]
 +
 
 +
== Download pipeline ==
 +
 
 +
[[image: ProfilingDownloadPipeline.png ]]
 +
 
 +
== Notes ==
 +
 
 +
= ToDo prior to release =
 +
 
 +
= Problems in current module =
 +
 
 +
* Check for "localhost" in the uri; if so, get the filename from server, and load directly from disk. Bypass DL to cache.
 +
* DICOM UPLOAD BUG!!! vtkITKImageWriter is not properly writing series.
 +
** if series ends in .dcm, the writer will write dicom but into a single file in cache (not series).
 +
** if series ends in .IMA, the writer will fail to write anything to cache and upload fails.
 +
* Filename is not being reset after write to cache in some cases (may be a result of failure to write to cache properly...
 +
* Sometimes the server reports a null tag table. I think i fixed this, but am not sure. Test.
 +
* Test switching servers.
 +
* Need to respond to renamed scene file or data file. Right now fetchMI list can get out of sync.

Revision as of 17:26, 5 February 2010

Home < Slicer3:UIDesign:WorkingProblems:SlicerInformatics:Profiling and Refining

Back to Project Overview


Profiling Tests

Upload pipeline

ProfilingUploadPipeline.png

Download pipeline

ProfilingDownloadPipeline.png

Notes

ToDo prior to release

Problems in current module

  • Check for "localhost" in the uri; if so, get the filename from server, and load directly from disk. Bypass DL to cache.
  • DICOM UPLOAD BUG!!! vtkITKImageWriter is not properly writing series.
    • if series ends in .dcm, the writer will write dicom but into a single file in cache (not series).
    • if series ends in .IMA, the writer will fail to write anything to cache and upload fails.
  • Filename is not being reset after write to cache in some cases (may be a result of failure to write to cache properly...
  • Sometimes the server reports a null tag table. I think i fixed this, but am not sure. Test.
  • Test switching servers.
  • Need to respond to renamed scene file or data file. Right now fetchMI list can get out of sync.