Search This Blog
Saturday, September 28, 2013
Friday, September 27, 2013
Experienced that intermittent DICOM crash inside the DCMTK library.
Traced it down to DCMTK logging certain events routinely, even without error encountered, so
I am trying to disable the DCMTK::logger right now...
Apparently, a common problem, see:
http://forum.dcmtk.org/viewtopic.php?p=12206&sid=ed45aa727c4ec83992bed097b713920f
working on disabling logger completely.
Recompiling the whole DCMTK by redefining
#define OFLOG_TRACE(logger, msg)
#define OFLOG_DEBUG(logger, msg)
#define OFLOG_INFO(logger, msg)
#define OFLOG_WARN(logger, msg)
#define OFLOG_ERROR(logger, msg)
#define OFLOG_FATAL(logger, msg)
Traced it down to DCMTK logging certain events routinely, even without error encountered, so
I am trying to disable the DCMTK::logger right now...
Apparently, a common problem, see:
http://forum.dcmtk.org/viewtopic.php?p=12206&sid=ed45aa727c4ec83992bed097b713920f
working on disabling logger completely.
Recompiling the whole DCMTK by redefining
#define OFLOG_TRACE(logger, msg)
#define OFLOG_DEBUG(logger, msg)
#define OFLOG_INFO(logger, msg)
#define OFLOG_WARN(logger, msg)
#define OFLOG_ERROR(logger, msg)
#define OFLOG_FATAL(logger, msg)
Thursday, September 26, 2013
Wednesday, September 25, 2013
Tuesday, September 24, 2013
Meeting with Yu-Shin. Installed and ran the FireVoxel on her MacWin configuration on the acquired PET dataset. Discussed priorities for the next week: PET-to-MPRAGE registration, PET averaging function for specified frames, further TAC support for Excel import, parametric models without Input funciton SRTM, SRTM2, MRTM.
The need for the MNI-Altlas registration was raised again.
The need for the MNI-Altlas registration was raised again.
Subscribe to:
Posts (Atom)