Replies: 3 comments
-
Macro : #!/bin/bash
Path="$1"
echo $Path
PathRaw="$Path/../.."
echo $PathRaw
export LD_LIBRARY_PATH=/lib
exec /opt/PV6.0.1/share/julia-1.7.3/bin/julia --project=/opt/PV6.0.1/share/MP2RAGE_CS_RECO_julia/ -t auto /opt/PV6.0.1/share/MP2RAGE_CS_RECO_julia/julia_create.jl $PathRaw $Path
echo "Julia script is terminated"
exit 0; |
Beta Was this translation helpful? Give feedback.
0 replies
-
For the reconstruction part, differences between the 2 scripts : |
Beta Was this translation helpful? Give feedback.
0 replies
-
I tried to disable the logging. But I still have the issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bruker reconstruction using the macro is working but returns an error in the bruker log when using the
reconstruction()
function and not when I create my own reconstruction pipeline with ftOp / diagOp etc...Interestingly, the reconstruction is still working and I am able to see the results in the visu_pars...
Not sure it is related to the package or my bruker workstation...
I have attached the error :
macro_err.txt
macro_err_in_PV.txt
Beta Was this translation helpful? Give feedback.
All reactions