Menu

#31 Include LynceeTec Bin format to ij-ImageIO

open
nobody
None
1
2014-09-16
2014-09-12
No

Hello,
I work for LynceeTec a swiss company that produce Digital Holographic Microscope.
I have written a plugin for ImageJ to read the bin file format. You can find this reader in attachment.

This plugin works fine for imageJ. It seams your plugin is integrated in Fiji and imageJ2. I wonder if you can include my code to your plugin.

Bellow the Lyncee Bin format description :

Phase .bin files format:
The extension .bin stands for binary file. This file type is less consuming in
term of disk space, but contain the same information. It is not possible to read
it with text editors. Here below is the format and an exemple of Matlab code
to read them.

header:
header version
endianness (depends of system type)
header size (23 bytes)
width
height
pixel size
height conversion
unit code (radians or meters)

Best Regards
data:
binary values

1 Attachments

Related

Feature Requests: #31

Discussion

  • Jarek Sacha

    Jarek Sacha - 2014-09-16

    Can you provide sample image files for testing?

     
    • Parent Jerome

      Parent Jerome - 2014-09-16

      Hello,
      Please find attached testing images.
      I am also working on github to provide my reader integrated on ij-IOimage

      best regards,
      Jerome

      Jérôme Parent
      Area Sales Manager
      Office : 0041 21 693 02 27
      Mobile : 0041 79 193 91 69
      www.lynceetec.com

      Lyncée Tec SA
      PSE-A
      CH-1015 Lausanne
      Switzerland

      On Tue, Sep 16, 2014 at 2:48 AM, Jarek Sacha jsacha@users.sf.net wrote:

      Can you provide sample image files for testing?

      Status: open
      Group: Next_Release_(example)
      Created: Fri Sep 12, 2014 09:14 AM UTC by Parent Jerome
      Last Updated: Fri Sep 12, 2014 09:14 AM UTC
      Owner: nobody

      Hello,
      I work for LynceeTec a swiss company that produce Digital Holographic
      Microscope.
      I have written a plugin for ImageJ to read the bin file format. You can
      find this reader in attachment.

      This plugin works fine for imageJ. It seams your plugin is integrated in
      Fiji and imageJ2. I wonder if you can include my code to your plugin.

      Bellow the Lyncee Bin format description :

      Phase .bin files format:
      The extension .bin stands for binary file. This file type is less
      consuming in
      term of disk space, but contain the same information. It is not possible
      to read
      it with text editors. Here below is the format and an exemple of Matlab
      code
      to read them.

      header:
      header version
      endianness (depends of system type)
      header size (23 bytes)
      width
      height
      pixel size
      height conversion
      unit code (radians or meters)

      Best Regards
      data:
      binary values


      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/ij-plugins/feature-requests/31/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

       

      Related

      Feature Requests: #31


Log in to post a comment.