You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I only see the available options.. nothing more. I expected that there would be a bit more information...
In another Issue I found that you recommended to run a debugger against it. You gave the following instructions
cd philips_to_ismrmrd
mkdir build_debug
cd build_debug
cmake -DCMAKE_BUILD_TYPE=Debug ../
make
make install
However, when running make install... it wants to place it in the directory /usr/local/bin/philips_to_ismrmrd, which is of course already occupied.. And thus the installation fails.
Can I somehow say to store it under a different directory? And is this also wise?
The text was updated successfully, but these errors were encountered:
I just saw the the xsl-sheet is in the repository.. and thus could be fine. So even after providing the absolute path to it.. it still complains about not having an .xsl sheet.
Could it be that somehow in the building process it "forgot" this?
However, I might also be inclined to think that the arguments are not processed properly... And that it therefore cant find the .xsl sheet
EDIT: my idea was right... I needed to change the command to
Hi,
I have some trouble running the converter..
After installing ISMRMRD according to the instructions, and installing this package... I tried the example code with some of my data
Where I get this error
Another strange effect is when I run
I only see the available options.. nothing more. I expected that there would be a bit more information...
In another Issue I found that you recommended to run a debugger against it. You gave the following instructions
However, when running make install... it wants to place it in the directory /usr/local/bin/philips_to_ismrmrd, which is of course already occupied.. And thus the installation fails.
Can I somehow say to store it under a different directory? And is this also wise?
The text was updated successfully, but these errors were encountered: