BRAIN-TO/GIRFReco.jl

Specifying echo times

Closed this issue · 1 comments

Are the echo times not available in the raw data? I know that it is in siemens' twix files but I'm unsure if it is copied into the ISMRMRD format. If it is in there then please change this line accordingly

paramsGeneral[:mapTEs_ms] = [4.92, 7.38] # Two echo times, in ms

@felixhorger yes this is written into Siemens files and read in the ISMRMRD file read. I have fixed this to automatically pull the TEs out of the raw data file here 38e0ec5