SlicerRT icon indicating copy to clipboard operation
SlicerRT copied to clipboard

Vff reader might be unreasonable restrictive

Open cpinter opened this issue 8 years ago • 1 comments

When attempting to load a .vff file, Slicer reports the following errors:

  • [ ] The value entered for the rank must be 3.
  • [x] The values for the origin must each be greater than or equal to 0.
  • [ ] The value entered for the rawsize must be greater than or equal to 0.
  • [ ] A string was not entered for Handle Scatter. The value must be separated from the parameter with an '='. The value entered for Handle Scatter must be factor.
  • [ ] The value entered for the Reference Scatter Factor must be 1.
  • [ ] The value entered for the Data Scatter Factor must be 1.
  • [ ] A string was not entered for the filter. The value must be separated from the parameter with an '='. The value entered for the filter must be Ram-Lak.

However, I installed Microview and loaded them with no reported issues. I then exported them to DICOM and loaded that via Slicer successfully.

This would imply that the reported errors above are not errors but more warnings.

Migrated from https://app.assembla.com/spaces/slicerrt/tickets/551-vff-reader-might-be-unreasonable-restrictive/details

cpinter avatar Sep 15 '17 20:09 cpinter

Commit 3fb93b870bf8f12cfb2b2e0062534e4045468253 relaxed the condition about the origin.

cpinter avatar May 24 '24 09:05 cpinter