<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Dear OME-team,</p>
    <p>To script the windowless BF-importer in Jython I am building on
      the cool <a moz-do-not-send="true"
href="https://github.com/bramalingam/Omero-Imagej-Scripts/blob/master/omero_batch_analysis.py">script
        by Balaji</a>.</p>
    <p>I specifically wish to limit the import to the first time-point
      of my datasets, but I am struggling at getting the syntax right.</p>
    <p>In IJ1-macro language it works like this:<br>
    </p>
    <p>
      <blockquote type="cite">run("Bio-Formats Importer",
        "open=V:/small5Dstack.tif specify_range t_begin=1 t_end=1
        t_step=1");</blockquote>
      In the jython script I tried to add a line 53:<br>
    </p>
    <p>
      <blockquote type="cite">options += " specifyranges=true tbegin=1
        tend=1 tstep=1 "</blockquote>
      But it still loads the entire dataset.<br>
      I tried a few other strings without luck and was wondering if you
      could maybe just point me to the proper way of doing it.</p>
    <p>Thanks and see you soon at the meeting,<br>
      Kai</p>
    <pre class="moz-signature" cols="72">-- 
>>Please note my NEW PHONE NUMBERS: +41 61 207 57 31 (direct) +41 61 207 22 50 (central)<<
Kai Schleicher, PhD | Research Associate in Advanced Light Microscopy | Biozentrum, University of Basel | Klingelbergstrasse 50/70 | CH-4056 Basel |
Phone: +41 61 207 57 31 (direct) +41 61 207 22 50 (central) | <a class="moz-txt-link-abbreviated" href="mailto:kai.schleicher@unibas.ch">kai.schleicher@unibas.ch</a> | <a class="moz-txt-link-abbreviated" href="http://www.biozentrum.unibas.ch">www.biozentrum.unibas.ch</a> | <a class="moz-txt-link-abbreviated" href="http://www.microscopynetwork.unibas.ch">www.microscopynetwork.unibas.ch</a></pre>
  </body>
</html>