irc_web/src/utils/isNMReconstructable.js

4 lines
141 B
JavaScript

export default function isNMReconstructable(imageSubType) {
return imageSubType === 'RECON TOMO' || imageSubType === 'RECON GATED TOMO';
}