SIVIC is an open-source, standards-based software framework and application suite for processing and visualizing DICOM MR Spectroscopy data. Through the use of DICOM, SIVIC aims to facilitate the application of MRS in medical imaging studies. The SIVIC code repository lives on github but our user portal is on sourceforge.
Updates to expand DAD API. Additionally some fixes for compiler warnings.
A couple of notable changes here:
I moved the EPSIType enum out of svkEPSIReoder into svkType.h so that it could be used in c-code.
I changed the return types in c to a new svkCString type to avoid the memory errors we've been seeing on mac osx. Unfortunately these means existing code may break with this update.
Updates to expand DAD API. Additionally some fixes for compiler warnings.
A couple of notable changes here: