<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <p style="margin-bottom: 0cm; line-height: 100%">Hi together,</p>
    <p style="margin-bottom: 0cm; line-height: 100%">I have some
      problems
      to get the camera position stored in the metadata of my
      deltavision
      (DV) files, using Bio-Formats in Matlab. It works very good for
      single
      image stacks (with several z-slices) but not for data stacks with
      several timepoints and just one z-position. (experimental setup:
      5000
      images (every 10ms one image)). I know that the information of the
      camera position is stored in the time series since I can get the
      information using Softworx (provided Deltavision software).</p>
    <p style="margin-bottom: 0cm; line-height: 100%">Working minimal
      code
      for 3D-Stack (several z-slices)</p>
    <p style="margin-bottom: 0cm; line-height: 100%">r=
      bfGetReader(fpath);<br>
      m =
      r.getMetadataStore();<br>
      m.getPlanePositionZ(0, 0)</p>
    <p style="margin-bottom: 0cm; line-height: 100%"> </p>
    <p style="margin-bottom: 0cm; line-height: 100%">ans =
      ome.units.quantity.Length:
      value[3612.2], unit[reference frame] stored as java.lang.Float</p>
    <p style="margin-bottom: 0cm; line-height: 100%"> </p>
    <p style="margin-bottom: 0cm; line-height: 100%"><br>
      For the data stack
      with several timepoints, I just got</p>
    <p style="margin-bottom: 0cm; line-height: 100%">ans = []</p>
    <p style="margin-bottom: 0cm; line-height: 100%">Do I miss
      something,
      or is there any other commando I could use to get this information
      from my data stack?</p>
    <p style="margin-bottom: 0cm; line-height: 100%">Thank you very
      much!</p>
    <p style="margin-bottom: 0cm; line-height: 100%">Cheers,</p>
    <p style="margin-bottom: 0cm; line-height: 100%">Alex</p>
    <p style="margin-bottom: 0cm; line-height: 100%"><br>
    </p>
    <title></title>
    <meta name="generator" content="LibreOffice 4.2.8.2 (Linux)">
    <style type="text/css">
        <!--
                @page { margin: 2cm }
                p { margin-bottom: 0.25cm; line-height: 120% }
        -->
        </style>
  </body>
</html>