<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Hi Both
<div class=""><br class="">
</div>
<div class="">I don’t know if this is relevant  but I note that the file contains the string "SPC FCS Data File”in the header.</div>
<div class="">Looking at line 92 of <a href="https://pimprenelle.lps.ens.fr/xvindoc/SPC__data__file__structure_8h_source.html" class="">https://pimprenelle.lps.ens.fr/xvindoc/SPC__data__file__structure_8h_source.html</a></div>
<div class="">this may indicate that the file contains what B&H call FIFO data.</div>
<div class=""><br class="">
</div>
<div class="">Here there is no image in the file but simply a list of “events” each of which has 2 time tags.</div>
<div class="">The first tag being a real-time tag and the second being time relative to an  excitation pulse signal taken from a laser..</div>
<div class="">These events are predominantly the arrival of a detected photon but may also be pixel, line or frame clocks.</div>
<div class=""><br class="">
</div>
<div class=""> From the clock events and real-time tags it is then possible to generate standard “image” by assigning (binning)each photon to a pixel.</div>
<div class=""><br class="">
</div>
<div class="">This might explain why the file is smaller than you might expect as this format is much more compact for small numbers of photons.</div>
<div class=""><br class="">
</div>
<div class="">Best Wishes</div>
<div class=""><br class="">
</div>
<div class="">Ian</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
<div class=""><br class="">
</div>
<div>
<blockquote type="cite" class="">
<div class="">On 18 Oct 2017, at 13:22, David Gault (Staff) <<a href="mailto:d.gault@dundee.ac.uk" class="">d.gault@dundee.ac.uk</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Hi Jacob,
<div class=""><br class="">
</div>
<div class="">Thank you for providing those extra details. I have opened a Bio-Formats PR to test and review a potential fix for this issue which you can follow at the link below:</div>
<div class=""><a href="https://github.com/openmicroscopy/bioformats/pull/2981" class="">https://github.com/openmicroscopy/bioformats/pull/2981</a></div>
<div class=""><br class="">
</div>
<div class="">With Thanks,</div>
<div class="">David Gault</div>
<div class=""><br class="">
<div class="">
<blockquote type="cite" class="">
<div class="">On 17 Oct 2017, at 16:32, Jacob Seifert <<a href="mailto:derduxon@gmail.com" class="">derduxon@gmail.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div dir="ltr" class="">Hi David,
<div class=""><br class="">
</div>
<div class="">thanks for your reply. The sample file comes from 'Fluorescence Lifetime Imaging (FLIM)', therefore containing photon counts per time channel and pixel. Many (almost all) of them contain zero counts. Can this contribute to the smaller than expected
 data block size?</div>
<div class=""><br class="">
</div>
<div class="">Importing the sample file with the proprietary SPCImage software provides the following information.</div>
<div class=""><br class="">
</div>
<div class="">-- Measurement Info --</div>
<div class="">Size-X: 256</div>
<div class="">Size-Y: 256</div>
<div class="">Time channels: 1024</div>
<div class="">Routing channels: 1</div>
<div class="">Time Range [ns]: 16.68</div>
<div class="">Count Increment: 1</div>
<div class="">Columns: 1</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class="">This is all I know so far. If I can provide more useful information, please let me know.</div>
<div class=""><br class="">
</div>
<div class="">Regards,</div>
<div class="">Jacob</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
<div class="gmail_quote">
<div dir="ltr" class="">On Tue, Oct 17, 2017 at 5:00 PM David Gault (Staff) <<a href="mailto:d.gault@dundee.ac.uk" class="">d.gault@dundee.ac.uk</a>> wrote:<br class="">
</div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Jacob,<br class="">
<br class="">
I was able to test and reproduce the issue as reported with the sample file provided.The problem appears to be that the expected data block size is much larger than the available space.<br class="">
<br class="">
The metadata appears to be read correctly and matches with the details provide, however for an expected 256*256 pixels with 1024 channels the file size does seem much smaller than would be required.<br class="">
Would you be able to provide further details as to the type of image data expected within the datablock?<br class="">
<br class="">
With Thanks,<br class="">
David Gault<br class="">
<br class="">
> On 16 Oct 2017, at 12:20, Jacob Seifert <<a href="mailto:derduxon@gmail.com" class="">derduxon@gmail.com</a>> wrote:<br class="">
><br class="">
> Dear OME users,<br class="">
><br class="">
> I've encountered a bug while importing *.sdt (Becker & Hickl SPCImage v6.2) files:<br class="">
><br class="">
> (Fiji Is Just) ImageJ 2.0.0-rc-61/1.51n; Java 1.8.0_66 [64-bit]; Windows 7 6.1; 452MB of 6045MB (7%)<br class="">
><br class="">
> java.lang.IllegalArgumentException<br class="">
> at java.nio.Buffer.position(Buffer.java:244)<br class="">
> at loci.common.NIOFileHandle.buffer(NIOFileHandle.java:605)<br class="">
> at loci.common.NIOFileHandle.skipBytes(NIOFileHandle.java:451)<br class="">
> at loci.common.RandomAccessInputStream.skipBytes(RandomAccessInputStream.java:597)<br class="">
> at loci.formats.in.SDTInfo.<init>(SDTInfo.java:956)<br class="">
> at loci.formats.in.SDTReader.initFile(SDTReader.java:393)<br class="">
> at loci.formats.FormatReader.setId(FormatReader.java:1397)<br class="">
> at loci.plugins.in.ImportProcess.initializeFile(ImportProcess.java:498)<br class="">
> at loci.plugins.in.ImportProcess.execute(ImportProcess.java:141)<br class="">
> at loci.plugins.in.Importer.showDialogs(Importer.java:140)<br class="">
> at loci.plugins.in.Importer.run(Importer.java:76)<br class="">
> at loci.plugins.LociImporter.run(LociImporter.java:78)<br class="">
> at ij.IJ.runUserPlugIn(IJ.java:217)<br class="">
> at ij.IJ.runPlugIn(IJ.java:181)<br class="">
> at ij.Executer.runCommand(Executer.java:137)<br class="">
> at ij.Executer.run(Executer.java:66)<br class="">
> at java.lang.Thread.run(Thread.java:745)<br class="">
><br class="">
><br class="">
> Bio-Formats is on version 5.7.1. A non-working file [722 kiB] is attached.<br class="">
> Metadata of this file: 256x256 pixel image with fluorescence lifetime information in 1024 channels.<br class="">
><br class="">
> Regards,<br class="">
> Jacob<br class="">
><br class="">
><br class="">
> <exc1_c1.sdt>_______________________________________________<br class="">
> ome-users mailing list<br class="">
> <a href="mailto:ome-users@lists.openmicroscopy.org.uk" class="">ome-users@lists.openmicroscopy.org.uk</a><br class="">
> <a href="http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-users" rel="noreferrer" class="">
http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-users</a><br class="">
<br class="">
<br class="">
The University of Dundee is a registered Scottish Charity, No: SC015096<br class="">
_______________________________________________<br class="">
ome-users mailing list<br class="">
<a href="mailto:ome-users@lists.openmicroscopy.org.uk" class="">ome-users@lists.openmicroscopy.org.uk</a><br class="">
<a href="http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-users" rel="noreferrer" class="">http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-users</a><br class="">
</blockquote>
</div>
</div>
</div>
_______________________________________________<br class="">
ome-users mailing list<br class="">
<a href="mailto:ome-users@lists.openmicroscopy.org.uk" class="">ome-users@lists.openmicroscopy.org.uk</a><br class="">
<a href="http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-users" class="">http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-users</a><br class="">
</div>
</blockquote>
</div>
<br class="">
</div>
<br class="">
<span style="font-size:10pt;" class="">The University of Dundee is a registered Scottish Charity, No: SC015096</span>
</div>
_______________________________________________<br class="">
ome-users mailing list<br class="">
<a href="mailto:ome-users@lists.openmicroscopy.org.uk" class="">ome-users@lists.openmicroscopy.org.uk</a><br class="">
http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-users<br class="">
</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>