CMRR-C2P / MB

Support for CMRR multi-band pulse sequences
http://www.cmrr.umn.edu/multiband/
MIT License
57 stars 20 forks source link

`readCMRRPhysio.m` parses the *.log files : no option to skip this part #340

Closed benoitberanger closed 1 year ago

benoitberanger commented 1 year ago

Hello,

With this commit 8483cce, extractCMRRPhysio.m have been removed, replaced by readCMRRPhysio.m. However, readCMRRPhysio.m has no option to just write the *.log files and stop. It is always parsing *.log, taking a lot unnecessary time.

At the moment, the best option to simply convert the dicom to log files is to use old function extractCMRRPhysio.m.

Is it possible to add on option skip the parsing ?

Thanks a lot, Benoît

eauerbach commented 1 year ago

Ok, I just made an update: if you write the .log files but do not select the option to plot the traces nor specify a return argument to store the traces in a struct, it will now stop after writing the log files. Also now the second argument to plot the traces is optional.

For example:

benoitberanger commented 1 year ago

Thank you ! This is very convenient now.

Best, Benoît