Release of Bio-Formats 5.4.0

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Release of Bio-Formats 5.4.0

Helen Flynn (Staff)
Dear All,

Today we are releasing Bio-Formats 5.4.0 which includes the following changes:

File format improvements:

  *   DICOM
     *   added support for DICOMDIR files, which allow multiple DICOM files in a single directory to be opened as a single dataset
     *   plane position values for values X, Y and Z are now being set in OME-XML
     *   correctly read the physical size X and Y values based on the available specification
  *   Nikon NIS-Elements ND2
     *   performance improvements based on reading chunkmap. Processing of the chunkmap can be disabled via the MetadataOptions API using the boolean option 'nativend2.chunkmap'. For ImageJ users this option can be accessed via a checkbox in the Nikon ND2 section of the Bio-Formats configuration dialog 'Plugins --> Bio-Formats --> Bio-Formats Plugins Configuration' (thanks to Christian Sachs)
  *   OME-TIFF
     *   added an option to save an OME-TIFF dataset as a binary TIFF and companion XML. This can be used via the bfconvert command line tool by setting the value of option 'ometiff.companion' to the name of the companion file to use. For example: bfconvert -option ometiff.companion outputFile.companion.ome inputFile.tiff outputFile.ome.tiff
  *   CellVoyager
     *   metadata fixes specifically the naming of plates. Additional refactoring of the reader for general maintainability
  *   Gatan Digital Micrograph
     *   previously missing Image-Instrument reference has been added to OME-XML
  *   TiffSaver
     *   ensure open resources are closed under all possible scenarios
  *   Zeiss CZI
     *   improved performance of large uncompressed images. When tiles from a large uncompressed image with no internal tiling are requested, only the specific tile specified in the call to openBytes is read from disk, instead of the entire image being read and then copied
  *   Zeiss AxioVision ZVI (Zeiss Vision Image)
     *   ensure that the bitsPerPixel field is always set to match the final pixel type, and populate any channel colors that were parsed in the metadata. The bits per pixel update should only affect uint16 or int16 files where the acquisition bit depth is not a multiple of 8, and the RGB channel count is greater than 1

Updated build system:

  *   updated dependency for NetCDF to 4.3.22
  *   updated copyright headers from 2016 to 2017 and reviewed and fixed any incorrect header descriptions
  *   documentation has been migrated to use '.rst' file format for Sphinx files
  *   reviewed and cleaned up warnings such as unused variables and imports
  *   added CellVoyager datasets to automated testing via continuous integration
  *   unified the semantics for creating temporary directories within unit tests

Documentation improvements:

  *   fixed link for PerkinElmer UltraVIEW system
  *   fixed links for NIfTI public specification and data sets
  *   available software for Hamamatsu ndpi has been updated from NDP.view to NDP.view2

Full details can be found at http://www.openmicroscopy.org/site/support/bio-formats5.4/about/whats-new.html

The software is available at:
http://downloads.openmicroscopy.org/bio-formats/5.4.0
and available from the Java-8 update site for Fiji users.

Any problems or comments, please use the OME Forums or mailing lists:

http://www.openmicroscopy.org/site/community

Regards,

The OME Team



Dr Helen Flynn
OME Technical Writer
Centre for Gene Regulation & Expression
Open Microscopy Environment
University of Dundee
http://openmicroscopy.org<http://openmicroscopy.org/>


The University of Dundee is a registered Scottish Charity, No: SC015096

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Release of Bio-Formats 5.4.0

jyamir
Hello,

I'm receiving the following error message after updating FIJI.

(Fiji Is Just) ImageJ 2.0.0-rc-59/1.51k; Java 1.8.0_66 [64-bit]; Windows 7 6.1; 68MB of 6032MB (1%)
 
java.lang.NullPointerException
        at loci.common.Location.<init>(Location.java:104)
        at loci.formats.FileStitcher.setId(FileStitcher.java:875)
        at loci.formats.ReaderWrapper.setId(ReaderWrapper.java:650)
        at loci.formats.ChannelFiller.setId(ChannelFiller.java:223)
        at loci.formats.ReaderWrapper.setId(ReaderWrapper.java:650)
        at loci.formats.ChannelSeparator.setId(ChannelSeparator.java:291)
        at loci.formats.ReaderWrapper.setId(ReaderWrapper.java:650)
        at loci.formats.DimensionSwapper.setId(DimensionSwapper.java:293)
        at loci.formats.ReaderWrapper.setId(ReaderWrapper.java:650)
        at loci.formats.ReaderWrapper.setId(ReaderWrapper.java:650)
        at loci.plugins.in.ImportProcess.setId(ImportProcess.java:691)
        at loci.plugins.in.ImportProcess.initializeStack(ImportProcess.java:545)
        at loci.plugins.in.ImportProcess.execute(ImportProcess.java:145)
        at loci.plugins.in.Importer.showDialogs(Importer.java:140)
        at loci.plugins.in.Importer.run(Importer.java:76)
        at loci.plugins.LociImporter.run(LociImporter.java:78)
        at ij.IJ.runUserPlugIn(IJ.java:217)
        at ij.IJ.runPlugIn(IJ.java:181)
        at ij.IJ.runPlugIn(IJ.java:170)
        at HandleExtraFileTypes.openImage(HandleExtraFileTypes.java:499)
        at HandleExtraFileTypes.run(HandleExtraFileTypes.java:72)
        at ij.IJ.runUserPlugIn(IJ.java:217)
        at ij.IJ.runPlugIn(IJ.java:181)
        at ij.IJ.runPlugIn(IJ.java:170)
        at ij.io.Opener.openWithHandleExtraFileTypes(Opener.java:515)
        at ij.io.Opener.openImage(Opener.java:369)
        at ij.io.Opener.openImage(Opener.java:243)
        at ij.io.Opener.open(Opener.java:110)
        at ij.io.Opener.openAndAddToRecent(Opener.java:292)
        at ij.plugin.DragAndDrop.openFile(DragAndDrop.java:192)
        at ij.plugin.DragAndDrop.run(DragAndDrop.java:159)
        at java.lang.Thread.run(Thread.java:745)


Any idea about how to solve this problem.
Thanks,
Jary
Reply | Threaded
Open this post in threaded view
|

Re: Release of Bio-Formats 5.4.0

David Gault (Staff)
Hi Jary,

In order for us to debug this issue would it be possible to submit the sample file which caused this exception to the link below.
Additionally if you could provide details of any settings you were using in the Bio-Formats importer.

https://www.openmicroscopy.org/qa2/qa/upload/

With Thanks,
David Gault

On 10 Apr 2017, at 04:38, jyamir <[hidden email]<mailto:[hidden email]>> wrote:

Hello,

I'm receiving the following error message after updating FIJI.

(Fiji Is Just) ImageJ 2.0.0-rc-59/1.51k; Java 1.8.0_66 [64-bit]; Windows 7
6.1; 68MB of 6032MB (1%)

java.lang.NullPointerException
at loci.common.Location.<init>(Location.java:104)
at loci.formats.FileStitcher.setId(FileStitcher.java:875)
at loci.formats.ReaderWrapper.setId(ReaderWrapper.java:650)
at loci.formats.ChannelFiller.setId(ChannelFiller.java:223)
at loci.formats.ReaderWrapper.setId(ReaderWrapper.java:650)
at loci.formats.ChannelSeparator.setId(ChannelSeparator.java:291)
at loci.formats.ReaderWrapper.setId(ReaderWrapper.java:650)
at loci.formats.DimensionSwapper.setId(DimensionSwapper.java:293)
at loci.formats.ReaderWrapper.setId(ReaderWrapper.java:650)
at loci.formats.ReaderWrapper.setId(ReaderWrapper.java:650)
at loci.plugins.in.ImportProcess.setId(ImportProcess.java:691)
at loci.plugins.in.ImportProcess.initializeStack(ImportProcess.java:545)
at loci.plugins.in.ImportProcess.execute(ImportProcess.java:145)
at loci.plugins.in.Importer.showDialogs(Importer.java:140)
at loci.plugins.in.Importer.run(Importer.java:76)
at loci.plugins.LociImporter.run(LociImporter.java:78)
at ij.IJ.runUserPlugIn(IJ.java:217)
at ij.IJ.runPlugIn(IJ.java:181)
at ij.IJ.runPlugIn(IJ.java:170)
at HandleExtraFileTypes.openImage(HandleExtraFileTypes.java:499)
at HandleExtraFileTypes.run(HandleExtraFileTypes.java:72)
at ij.IJ.runUserPlugIn(IJ.java:217)
at ij.IJ.runPlugIn(IJ.java:181)
at ij.IJ.runPlugIn(IJ.java:170)
at ij.io.Opener.openWithHandleExtraFileTypes(Opener.java:515)
at ij.io.Opener.openImage(Opener.java:369)
at ij.io.Opener.openImage(Opener.java:243)
at ij.io.Opener.open(Opener.java:110)
at ij.io.Opener.openAndAddToRecent(Opener.java:292)
at ij.plugin.DragAndDrop.openFile(DragAndDrop.java:192)
at ij.plugin.DragAndDrop.run(DragAndDrop.java:159)
at java.lang.Thread.run(Thread.java:745)


Any idea about how to solve this problem.
Thanks,
Jary



--
View this message in context: http://imagej.1557.x6.nabble.com/Release-of-Bio-Formats-5-4-0-tp5018339p5018483.html
Sent from the ImageJ mailing list archive at Nabble.com<http://Nabble.com>.

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html


The University of Dundee is a registered Scottish Charity, No: SC015096

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html