conversion from UVF to supported export format does not work through command line tool

Bug #953124 reported by Tom Fogal
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ImageVis3D
Confirmed
Medium
Unassigned

Bug Description

I wanted to convert a set of UVF files to .dat's:

$ for uvf in $(ls -1 *.uvf) ; do ~/dev/imagevis3d/CmdLineConverter/Build/uvfconvert -i ${uvf} -o ${uvf%%uvf}dat ; done
Unknown file type for 'Scale1Base.correctorigin.uvf'
Unknown file type for 'Scale1Base.cropblur.uvf'
Unknown file type for 'Scale1Base.crop.uvf'
Unknown file type for 'Scale1Base.uvf'
Unknown file type for 'Scale1ImageFwd01.uvf'
Unknown file type for 'Scale1ImageFwd02.uvf'
Unknown file type for 'Scale1ImageFwd03.uvf'
Unknown file type for 'Scale1ImageFwd04.uvf'
Unknown file type for 'Scale1ImageFwd05.uvf'
Unknown file type for 'Scale1ImageRev01.uvf'
Unknown file type for 'Scale1ImageRev02.uvf'
Unknown file type for 'Scale1ImageRev03.uvf'
Unknown file type for 'Scale1ImageRev04.uvf'
Unknown file type for 'Scale1ImageRev05.uvf'

We should check for this case and make it work.

Tom Fogal (tfogal)
Changed in imagevis3d:
importance: Undecided → Medium
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.