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

Why scale B1 in this method? #43

Open
ShannonZ opened this issue Nov 24, 2021 · 2 comments
Open

Why scale B1 in this method? #43

ShannonZ opened this issue Nov 24, 2021 · 2 comments

Comments

@ShannonZ
Copy link

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)=1;
flag(ind>=0)=1;
rfGain=((ActFA/180)pi)/(VObj.Gyrosum(PulSeg.*flag)*dt);`

What's the reason for these operations?

@leoliuf
Copy link
Owner

leoliuf commented Nov 19, 2022

The main purpose of this scaling is to ensure the prescribed flip angle is achieved for some excitation pulses.

@divyanshj16
Copy link

Can we make ULF images from this simulator?

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