Skip to content

Commit

Permalink
Ack that MFSPLIT/SIEMENS is using Modality LUT
Browse files Browse the repository at this point in the history
Should reduce noise
  • Loading branch information
malaterre committed Mar 21, 2024
1 parent 75e1f82 commit 033b6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/MediaStorageAndFileFormat/gdcmImageHelper.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,7 @@ std::vector<double> ImageHelper::GetRescaleInterceptSlopeValue(File const & f)
// Case is: MAGNETOM Prisma / syngo MR XA30A with MFSPLIT
interceptslope[0] = dummy[0];
interceptslope[1] = dummy[1];
gdcmWarningMacro( "Forcing Modality LUT used for MR Image Storage: [" << dummy[0] << "," << dummy[1] << "]" );
gdcmDebugMacro( "Forcing Modality LUT used for MR Image Storage: [" << dummy[0] << "," << dummy[1] << "]" );
}
}
}
Expand Down

0 comments on commit 033b6d8

Please sign in to comment.