MRiLab icon indicating copy to clipboard operation
MRiLab copied to clipboard

A Numerical Magnetic Resonance Imaging (MRI) Simulation Platform

Results 16 MRiLab issues
Sort by recently updated
recently updated
newest added

Hi i work on matlab 2021b, MRILab-1.3 and I got SeqXMLFile error ![error](https://user-images.githubusercontent.com/50408036/155347520-40a49e46-aef9-428e-8d6f-cb0401800806.PNG) I don't know why this error is happening. Can you give me some advice?

I am having an issue using my GPU, it gives an error on start saying "Detecting local GPU Information failed! Unrecognized function or variable 'gpuDeviceCount'"

The following code snippet was adopted from function DoB1Scaling: `function rfGain=DoB1Scaling(PulSeg,dt,ActFA) global VObj; flag=zeros(size(PulSeg)); ind=diff(abs(PulSeg)); flag(find(ind=0)=1; rfGain=((ActFA/180)*pi)/(VObj.Gyro*sum(PulSeg.*flag)*dt);` What's the reason for these operations?

Dear MRILAB members, really great work, i have a question can you please tell me at which section you implemented a sequences? actually I am doing PhD in which I...

Hi, I'm confused about how slice selection is implemented in MRiLab. I tried an experiment like this: loaded built-in PSD_SPGR3D sequence. Slice thickness was 88mm. Examined sequence details in SeqDesignPanel:...

Hello, I'd like to run MRiLab on Mac, but I'm running into cmake compilation issues. I'm not a cmake expert, but what I did is: 1. Install packages with homebrew:...

I suggest to allow input in degrees instead of radians in the coil creation panel. degrees are more intuitive in this context (inclination of the coil), also to use radians...

cylinder phantom were created with half the set length. because cylinder() creates Z to be between 0 and 1 it just needs to be multiplied by Length.

Title says most all of what's there. Hope this helps you with MRiLab. I am hoping to get access to the magnet, coil and sequence interfaces but I haven't managed...