-
Notifications
You must be signed in to change notification settings - Fork 5
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
Open MPI data in python code #11
Comments
Suitable pairs must be measured with the matching excitation sequence and tracer. Information about both can be found here for all datasets. As a side note, I would advise you to start with datasets measured with a 2D Lissajous excitation, since the corresponding system matrices are much smaller than for a 3D Lissajous excitation. |
Thank you for reply |
There are numerous challenges associated with using MPI data, and your question is a bit vague. Can you please provide a code sample to illustrate your problem? |
Yes offcourse, the code is here: https://github.com/MagneticParticleImaging/MDF/tree/master/python ; what I did is I combined the three codes in this link together (KaczmarzReg.py, pseudoinverse.py and reco.py). |
Could you narrow down, in which file and at line the Error occurs? |
Ok in fact I faced several errors but the most common one is in these lines :
U, Sigm, V = svd(S, full_matrices=False) |
I found the OpenMPI data set link at https://media.tuhh.de/ibi/openMPIData/data/, but the system matrix and the measured signal must match each other to reconstruct the image, but these two folders (one system matrix folder, the other is the folder for the measured signals) I don't know which system matrix matches which measurement data. I mainly want 2D data |
just look here: https://magneticparticleimaging.github.io/OpenMPIData.jl/latest/datasets.html |
Thank you for your reply. I browsed the URL you provided (https://magneticparticleimaging.github.io/OpenMPIData.jl/latest/datasets.html) and found the 2D system matrix data as shown in Figure 1, but I found it in your The OpenMPIData dataset (https://media.tuhh.de/ibi/openMPIData/data/calibrations/) found a lot of system matrix files, as shown in Figure 2, can you tell me which one is the 2D system matrix? |
You can use all 2D Lissajous system matrices, so calibrations number 2.mdf and 5.mdf in the table sent by Tobias. Any experiment with number 2.mdf (2D Lissajous) will be compatible. |
I am very interested in your paper titled "3d-SMRnet: Achieving a new quality of MPI system matrix recovery by deep learning", but when I want to run the code you provided, I found that the data set link you provided is invalid. . Can you provide a link to the dataset? |
Under Datasets https://magneticparticleimaging.github.io/OpenMPIData.jl/latest/datasets.htmlYou should find every information regarding grid and FOV size. Or do you mean the dimensions of the matrices in the MDF. If so please have a look at the MPI Data Format Paper MDF: Magnetic Particle Imaging Data Format
https://arxiv.org/abs/1602.06072
|
Hello, can you help me explain (https://media.tuhh.de/ibi/openMPIData/data/calibrations/) the files 7.mdf to 17.mdf in the URL are the system matrices of several dimensions. And which are the high-resolution system matrices and which are the corresponding third-resolution system matrices, as shown in the figure. |
Hello! When I reproduced the code provided in the paper "3d-SMRnet: Achieving a new quality of MPI system matrix recovery by deep learning" on github, I found that there was a problem with the data set link and could not be jumped. Then the dataset address you provided is a .mdf file, but the code requires a .h5 file. Could you please provide the data set of the original code? Thank you. |
Hello, may I ask (https://media.tuhh.de/ibi/openMPIData/data/) that the OpenMP data under this link has two folders: system matrix and voltage signal. Please tell me which 3D system matrix and voltage signal match each other to achieve imaging. |
Hello, I’m new in programming and I’m trying to run the code you provide in Python for different SystemMatrix and measurements and it does not run. The program only works for these two files, which are provided in the code: |
Hello, try to use the same tracer and sequence; for instance, you can use
the calibration No. 3 with the resolution phantom measurement No. 3.
…On Tue, Nov 19, 2024 at 6:18 PM Tzortzinaprk ***@***.***> wrote:
Hello, I’m new in programming and I’m trying to run the code you provide
in Python for different SystemMatrix and measurements and it does not run.
The program only works for these two files, which are provided in the code:
'http://media.tuhh.de/ibi/mdfv2/systemMatrix_V2.mdf'
'http://media.tuhh.de/ibi/mdfv2/measurement_V2.mdf'
For other pair of files one of the matrixes that is generated has
different shape and the code stops working. I match the correct tracer and
sequence. How can I overcome this problem? Thank you in advance!
—
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWZEI3GFUYRHIA5IMXDPBBT2BMGBBAVCNFSM6AAAAABKMTTALKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBVGI3TGNBUGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
*Mr. Abuobaida Zuhair Balla Mohammedkhair*
*BSc,MSc. Medical physics (Alneelain University, Faculty of science &
technology)*
*Lecturer at the Department of Biomedical physics, Alneelain University*
*Khartoum-Sudan*
*Mobile: +249928976249*
|
Thank you for your reply! |
I'm new in the field of MPI. I want to open the Open MPI data using the python code for the system matrix (SM) reconstruction given in the website. My issue is how I can choose the SM and measurement pairs to run the code.
The text was updated successfully, but these errors were encountered: