Menu

#568 [taurus] long64_image_ro can not be displayed

closed-fixed
taurus (42)
5
2013-02-11
2013-02-10
No

Hello, it seems that there is a problem when I try to show the Tango Test long64 image

Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/guiqwt/image.py", line 549, in draw
dest, xMap, yMap)
File "/usr/lib/python2.7/dist-packages/guiqwt/image.py", line 1028, in draw_image
self.lut, self.interpolate)
TypeError: src data type must be one of the following: double, float, uint32, int32, uint16, int16, uint8, int8, bool

maybe a good fix should be to report a bug in guiqwt or to convert the non supported images format before calling guiqwt

Cheers

Fred

Discussion

  • Carlos Pascual

    Carlos Pascual - 2013-02-11
    • assigned_to: tiagocoutinho --> cpascual
    • status: open --> open-fixed
     
  • Carlos Pascual

    Carlos Pascual - 2013-02-11

    Taurus now tries to cast to (u)int64-->int32.
    And I submitted a bug to guiqwt:
    http://code.google.com/p/guiqwt/issues/detail?id=44

     
  • Carlos Pascual

    Carlos Pascual - 2013-02-11
    • status: open-fixed --> closed-fixed
     

Log in to post a comment.