Login  Register

Re: ZVI Reader: Could not find header information in ImageJ

Posted by Michel Boudinot on Aug 22, 2006; 4:47pm
URL: http://imagej.273.s1.nabble.com/Re-ZVI-Reader-Could-not-find-header-information-in-ImageJ-tp3701785.html

On Fri, 28 Jul 2006 16:31:25 -0400, Liu, Dongfang (NIH/NIAID) [F] <[hidden email]>
wrote:

>Dear ALL,
>
>Image J couldn't open my times-series images. From Log window, it
>displayed "ZVI Reader: Could not find header information.". what' s
>going wrong?
>===========================================================
==============

zvi image files have complex structures to describe image data and corresponding meta-data and
ZVI_Reader provided by Curtis Rueden uses very simple decoding strategy using magic byte
sequences to get header informations. It appears that for some Zeiss AxioVision zvi files this
decoding strategy fails. I have modified ZVI_Reader code to handle our zvi files (AxioVision 4.5).
We are not using times-series yet but if you send me one of your zvi files, I can test and adapt my
code if possible. I will submit my fix to Wayne Rasband for posting on the ImageJ plugins site.

Michel.