Skip to content

Commit

Permalink
update calib size
Browse files Browse the repository at this point in the history
  • Loading branch information
aTrotier committed Dec 3, 2024
1 parent fbf99f2 commit bb95ebc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/lit/examples/subspace_julia_epg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ raw = RawAcquisitionData_MESE(b)
acq = AcquisitionData(raw,OffsetBruker = true);

# ## Estimate the coil sensitivity map with espirit
coilsens = espirit(acq,eigThresh_2=0.0);
ncalib = parse.(Int,b["CenterMaskSize"])
ncalib > 24 ? ncalib = 24 : nothing

coilsens = espirit(acq,eigThresh_2 = 0,(6,6,6),ncalib);

# ## Direct reconstruction of undersampled acquisition

Expand Down

0 comments on commit bb95ebc

Please sign in to comment.