ismrmrd / ge_to_ismrmrd

GE to ISMRMRD converter
Other
7 stars 9 forks source link

Addition of Orchestra 2.0 compatibility, and removal of plugin architecture #15

Closed roopchansinghv closed 3 years ago

roopchansinghv commented 3 years ago

With this pull request, several substantial changes to the GE to ISMRMRD converter have been made.

This version of the converter now uses Orchestra 2.0 as its basis for conversion. Changes to accommodate Orchestra 2.0 version 1.0 were not substantial. However, there were some issues compiling against newer libraries which call functions that are not included by default in most shipping versions of openSSL.

The plugin architecture of the converter has also been removed. With this change, the converter no longer crashes on exit. Previously, when the converter was given a file to process, it would successfully convert the GE raw files to ISMRMRD, but it would crash on exit. This behavior seems to be related to the use of plugin functionality, so this has been removed in this release.

This converter should now be able to convert most 2D and EPI raw files from GE into ISMRMRD format.