We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6b5af commit 4030454Copy full SHA for 4030454
src/metadata.js
@@ -164,7 +164,7 @@ function groupMonochromeInstances(metadataArray) {
164
165
if (microscopyImage.SamplesPerPixel !== 1 &&
166
(microscopyImage.PhotometricInterpretation === 'RGB' ||
167
- microscopyImage.PhotometricInterpretation === 'YBR_*')) {
+ microscopyImage.PhotometricInterpretation.includes('YBR'))) {
168
//this is a color channel
169
const pathIdentifier = microscopyImage.OpticalPathSequence[0].OpticalPathIdentifier
170
const colorImage = colorImages.find(colorImage => {
0 commit comments