Files
irc_web/src/utils/isNMReconstructable.js
T

4 lines
141 B
JavaScript

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