SyneRBI / SIRF-Exercises

SIRF Training and demonstration material
http://www.ccpsynerbi.ac.uk
Apache License 2.0
17 stars 21 forks source link

reconstruct_measured_data bugs #144

Closed ashgillman closed 3 years ago

ashgillman commented 3 years ago
!sed -i.bak2 -e "s#\(!name of data file:=\)#\\1${data_path}/#" umap.v.hdr
!sed -i.bak2 -e "s#\(!name of data file:=\)#\\1${data_path}/#" norm.v.hdr

to

!sed -i.bak2 -e "s#\(!name of data file:=\)#\\1{data_path}/#" umap.v.hdr
!sed -i.bak2 -e "s#\(!name of data file:=\)#\\1{data_path}/#" norm.n.hdr
ashgillman commented 3 years ago

Unfortunately I'd found and fixed these but didn't stage after testing