Markus D. Herrmann
Markus D. Herrmann
I've converted a DICOM Series of Single-Frame MR Images to a Legacy Converted Enhanced MR Image using [MultiFrameImageFactory](http://www.dclunie.com/pixelmed/software/javadoc/com/pixelmed/dicom/MultiFrameImageFactory.html). When I try to load the generated multi-frame image using ITK's `imread`...
See conversation on JavaScript client: https://github.com/dcmjs-org/dicomweb-client/issues/57
Is there a way to adjust the size of the figure element in `%`? e.g.: ``` javascript layout.height = '100%'; layout.width = '100%'; ```
Why do you set default values for attributes such as `Name` or `SizeX` on `Image`, `Pixels` and `Channel` elements upon creation of a new node (see [here](https://github.com/CellProfiler/python-bioformats/blob/71d42cf38dc6a5de92cb0aeb9eeca48a16379129/bioformats/omexml.py#L367))? These defaults are...
Getting attribute values of a WellSample object is very inefficient. This becomes a major bottleneck when working with a large number of images, for example in case of a 384...
Setting the "AquiredDate" attribute for _Image_ elements works only for the first image ``` python import bioformats metadata = bioformats.OMEXML() metadata.image_count = 10 for i in xrange(metadata.image_count): metadata.image(i).AcquiredDate = bioformats.omexml.xsd_now()...
Generating an OMLXML string ``` python metadata = bioformats.OMEXML() metadata.to_xml() ``` produces the following output ``` python '\n \n %(DEFAULT_NOW)s\n \n\n \n \n \n \n \n \n' ``` This string...
Slim uses OIDC to authenticate users and authorize the application to access a DICOM store on behalf of the user. The authentication and authorization may be handled by two separate...
Originally reported by @fedorov in #100: > When I click on the lens search icon in the headers, it would be very helpful if the text box in the popup...