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

two problems when running the demo #8

Open
Kangkang0110 opened this issue Mar 17, 2024 · 2 comments
Open

two problems when running the demo #8

Kangkang0110 opened this issue Mar 17, 2024 · 2 comments

Comments

@Kangkang0110
Copy link

Describe the bug
Running the code "demo_MRF.m" directly will report an error as follows.
Screenshots
微信图片_20240317105110

Describe the bug
On Siemens interpret, running the .seq generated from the demo code will report an error in the sixth block (ADC), indicating that the time calculation is wrong.
I have checked this reason and found that it was because the time of this block in pulseq was shorter than the ADC duration calculated. Even if I set the adcleadtime to 10us in the Pulseq code at the beginning, it was useless.
Screenshots
微信图片_20240317110115

Desktop (please complete the following information):

  • OS: Windows 11
  • Browser: chrome
  • Version: 22H2

Additional context
I hope the author can help me check the reasons for the above two problems.Thank you.

@nasim147
Copy link

Hello,
I have the same issue in part 1. Although a sequence file .seq is generated, there is an assertion error when writing. Ignoring that and running it in IDEA cannot switch to the external sequence. It tells me the combination of parameters is not acceptable. When I increase the slice thickness, the assertion error goes away, and POET can switch to it, but the simulation is incorrect. (PS I had to increase the slice thickness from 5e-3 to a minimum of 80e-3).
Also, I could not find the .mat file called method_orig_147 written in the script. Instead I used method_orig that comes in the package.
I appreciate any input that can help us solve these issues.

Thanks
Nasim

@dty00
Copy link

dty00 commented Aug 2, 2024

I also have the same problem, I tried windows, linux and MacOS. Also I have a problem about the MIRT package, once I load the MIRT package, there will be error like these

Error in size (line 5)
dim = ob.dims;

Error in matlab.internal.editor.figure.FigureUtils.isEditorFigure

Error in matlab.internal.editor.FigureManager.isEditorFigure

Error in matlab.internal.editor.FigureManager.closeAllEditorFigures

Error in matlab.internal.editor.EvaluationOutputsService.cleanup

Unrecognized method, property, or field 'dims' for class 'message.internal.Subscription'.

Error in size (line 5)
dim = ob.dims;

Error in message.internal.executeCallback

Unrecognized method, property, or field 'dims' for class 'message.internal.Subscription'.

Error in size (line 5)
dim = ob.dims;

Error in message.internal.executeCallback

Thanks
Tianyi

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

No branches or pull requests

3 participants