diff --git a/src/osgPlugins/dicom/ReaderWriterDICOM.cpp b/src/osgPlugins/dicom/ReaderWriterDICOM.cpp index 9bcc104c6..6167cde4f 100644 --- a/src/osgPlugins/dicom/ReaderWriterDICOM.cpp +++ b/src/osgPlugins/dicom/ReaderWriterDICOM.cpp @@ -59,7 +59,7 @@ class ReaderWriterDICOM : public osgDB::ReaderWriter std::ostream& warning() const { return osg::notify(osg::WARN); } std::ostream& notice() const { return osg::notify(osg::NOTICE); } - std::ostream& info() const { return osg::notify(osg::NOTICE); } + std::ostream& info() const { return osg::notify(osg::INFO); } template T* readData(std::istream& fin, unsigned int length, unsigned int& numComponents) const @@ -191,11 +191,11 @@ class ReaderWriterDICOM : public osgDB::ReaderWriter // result.getImage()->setUserData(0); - osg::notify(osg::NOTICE)<<"Locator "<<*matrix<findAndGetFloat64(DCM_SliceThickness, value).good()) { sliceThickness = value; - notice()<<"sliceThickness = "<second.sliceThickness * double(dfim.begin()->second.numSlices); } - notice()<<"Total Distance including ends "<preMult(osg::Matrix::scale(double(image->s()), double(image->t()), double(image->r()))); - notice()<<"Image dimensions = "<s()<<", "<t()<<", "<r()<<" pixelFormat=0x"<t()<<", "<r()<<" pixelFormat=0x"<getPlanes()>numPlanes || pixelData->getRepresentation()>pixelRep) { - notice()<<"Need to reallocated "<s()<<", "<t()<<", "<r()<s()<<", "<t()<<", "<r()< previous_image = image; @@ -722,7 +722,7 @@ class ReaderWriterDICOM : public osgDB::ReaderWriter return ReadResult::ERROR_IN_READING_FILE; } - notice()<<"Spacing = "<<*matrix<