CIC-methods / FID-A

Toolbox for simulation and processing of in-vivo magnetic resonance spectroscopy (MRS) data
BSD 3-Clause "New" or "Revised" License
80 stars 72 forks source link

Bug in sim_lcmrawbasis after LCModel update #79

Open lani1 opened 2 years ago

lani1 commented 2 years ago

After updating to the 20210527 release of LCModel, .lcmodel/bin/makebasis no longer ran on makebasis.in files that had previously run successfully. I found that two parameters in the .RAW files produced by FID-A needed single quotation marks around them in order to run: $NMID ID and FMTDAT. So, what originally read $NMID ID=Ala should read $NMID ID='Ala' and what read FMTDAT=(2E16.6) should read FMTDAT='(2E16.6)'. When I manually changed this, the makebasis script ran as expected.