ismrmrd_generate_cartesian_shepp_logan -r 10
But when I tried to run gadgetron:
gadgetron_ismrmrd_client -f testdata.h5
I obtained the next error, like with my data.
2017-02-01 19:16:20 INFO [GadgetStreamController.cpp:47] Connection from 127.0.0.1:33030
2017-02-01 19:16:20 INFO [GadgetStreamController.cpp:217] Running configuration: /usr/local/bin/..//share/gadgetron/config/default.xml
2017-02-01 19:16:20 INFO [GadgetStreamController.cpp:257] Found 1 readers
2017-02-01 19:16:20 INFO [GadgetStreamController.cpp:258] Found 1 writers
2017-02-01 19:16:20 INFO [GadgetStreamController.cpp:259] Found 7 gadgets
2017-02-01 19:16:20 INFO [GadgetStreamController.cpp:275] --Found reader declaration
2017-02-01 19:16:20 INFO [GadgetStreamController.cpp:276] Reader dll: gadgetron_mricore
2017-02-01 19:16:20 INFO [GadgetStreamController.cpp:277] Reader class: GadgetIsmrmrdAcquisitionMessageReader
2017-02-01 19:16:20 INFO [GadgetStreamController.cpp:278] Reader slot: 1008
2017-02-01 19:16:20 ERROR [GadgetStreamInterface.h:74] Failed to load DLL, Possible reasons:
2017-02-01 19:16:20 ERROR [GadgetStreamInterface.h:75] * Name of DLL is wrong in XML file
2017-02-01 19:16:20 ERROR [GadgetStreamInterface.h:76] * Path of DLL is not in your DLL search path (LD_LIBRARY_PATH on Unix)
2017-02-01 19:16:20 ERROR [GadgetStreamInterface.h:77] * Path of other DLLs that this DLL depends on is not in the search path
2017-02-01 19:16:20 ERROR [GadgetStreamController.cpp:285] Failed to load GadgetMessageReader from DLL
2017-02-01 19:16:20 ERROR [GadgetStreamController.cpp:127] GadgetStream configuration failed
2017-02-01 19:16:20 DEBUG [GadgetStreamController.cpp:173] handle_close called
2017-02-01 19:16:20 INFO [GadgetStreamController.cpp:178] Shutting down stream and closing up shop...
2017-02-01 19:16:20 DEBUG [EndGadget.h:19] Close called in EndGadget with flags 1
2017-02-01 19:16:20 DEBUG [EndGadget.h:30] Calling close in base class with flags 1
2017-02-01 19:16:20 DEBUG [Gadget.h:174] Gadget (EndGadget) Close Called with flags = 1
2017-02-01 19:16:20 DEBUG [EndGadget.h:19] Close called in EndGadget with flags 0
2017-02-01 19:16:20 DEBUG [EndGadget.h:30] Calling close in base class with flags 0
2017-02-01 19:16:20 DEBUG [Gadget.h:174] Gadget (EndGadget) Close Called with flags = 0
2017-02-01 19:16:20 DEBUG [Gadget.h:184] Gadget (EndGadget) waiting for thread to finish
2017-02-01 19:16:20 DEBUG [Gadget.h:186] Gadget (EndGadget) thread finished
2017-02-01 19:16:20 DEBUG [Gadget.h:123] Shutting down Gadget (EndGadget)
2017-02-01 19:16:20 INFO [GadgetStreamController.cpp:204] Stream is closed
Thank you for your quick response
You have a dependency problem with the DICOM one too.
Are you still having problems with default.xml?