Glx Fitting in Gannet
At different times, several people have implemented Gannet
mods to fit the 3.75 ppm edited Glx peak.
For some reason this never got incorporated into Gannet – an omission we
have now addressed. Thanks to Mark
Mikkelsen of Cardiff, whose code we subsumed.
Run GannetLoad as before:
MRS=GannetLoad({GABA.sdat})
Run GannetFit for GABA, either:
MRS=GannetFit(MRS)
or:
MRS=GannetFit(MRS,’GABA’)
Then run GannetFit for Glx, being sure to specify a
different output structure:
MRS_Glx=GannetFit(MRS,’Glx’).
The output should look somewhat like this…