python-bioformats
python-bioformats copied to clipboard
getGlobalMetadata returns empty Hashtable for LIF files on python-bioformats 1.5.2
If open a LIF file with im = bioformats.ImageReader and then run javabridge.jutil.jdictionary_to_string_dictionary(im.rdr.getGlobalMetadata()) I get an empty dictionary. However, javabridge.jutil.jdictionary_to_string_dictionary(im.rdr.getSeriesMetadata()) works just fine. Am I misusing getGlobalMetadata(), or is this a bug? Thanks for any help you can provide!