Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PhysIO - Siemens XA30 #247

Open
iidree opened this issue Sep 19, 2023 · 2 comments
Open

PhysIO - Siemens XA30 #247

iidree opened this issue Sep 19, 2023 · 2 comments
Assignees
Labels
physio Issues related to PhysIO Toolbox
Milestone

Comments

@iidree
Copy link

iidree commented Sep 19, 2023

Hi Lars,

Thanks for this toolbox - I've used it previously with data from a Phillips scanner, without any issues. Now, I would like to use the toolbox with data from a Siemens XA30 scanner which I'm having a little trouble with.

To provide some background, we have both PPU and ECG (4-channel) data, from multiband sequences. The physiological files are embedded within the DICOMs. We have exported the data from the scanner and used the readCMRRPhysio.m script to extract the physio data from the DICOMs. In this case, should the .log file obtained from this script be entered in the PhysIO toolbox, or can the physio data be read in another way. Also, is there any specifics we should be aware of when using the toolbox using data from the XA30 and in a non-standard format? Any advice would be greatly appreciated!

Many thanks and best wishes,
Iman

@mrikasper mrikasper self-assigned this Sep 19, 2023
@mrikasper mrikasper added the physio Issues related to PhysIO Toolbox label Sep 19, 2023
@mrikasper mrikasper added this to the PhysIO v9.0 milestone Sep 19, 2023
@mrikasper
Copy link
Member

Dear Imam,

Thank you for using the PhysIO Toolbox, happy to hear it worked well on Philips data!

In principle, you should be able to use the .log data from the readCMRRPhysio.m function directly, see our wiki page.

You would have to select Siemens_Tics as the format for log_files.vendor and then it should work, but don't forget to put the *_Info.log files as log_files.scan_timing as well.

Please let me know if that helps.

All the best,
Lars

@peter-mri
Copy link

peter-mri commented Sep 22, 2023

Hope not to hijack the original topic, but my question seems fitting as it is related to using Siemens XA30 platform, but with manual physio recording using Siemens interface. This yields .resp, .puls etc text files which are normally readily processed by PhysIO. However I noticed the .resp file now contains a bunch of repeated high-value numbers, excerpt is below. Has anyone else encountered this and would you know how to extract actual resp data from this?

1 8 20 2 5002 LOGVERSION_RESP 3 6002 5002 RespChannelSelected: 0 6002 5002 MSGTYPE 103 6002 5002 currentCushionGain: 38 6002 5002 MSGTYPE 400 6002 1031 33554432 98304 67108864 163840 1022 33554432 98304 67108864 163840 1012 33554432 98304 67108864 163840 1012 33554432 98304 67108864 163840 1003 33554432 98304 67108864 163840 993 33554432 98304 67108864

Edit: I was able to modify the TAPAS code to read these data in successfully. There were 2 issues to resolve, filtering out the non-sensical high values and ensuring the entire data stream is considered - original TAPAS code only extracted data after the last 6002, but there are multiple snippets of data interrupted with 5002 [some info] 6002.
siemens_line2table.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
physio Issues related to PhysIO Toolbox
Projects
None yet
Development

No branches or pull requests

3 participants