Skip to content

Commit

Permalink
Merge branch 'pyarmor8' into 'master'
Browse files Browse the repository at this point in the history
Pyarmor8

See merge request reconframe/precon!7
  • Loading branch information
gitlab-runner committed Aug 21, 2023
1 parent e7814f7 commit 6813e8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/epi_recon.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from scipy.io import savemat

import precon as pr
from precon.parameter.models.label import Label

parser = argparse.ArgumentParser(description='normal recon')
parser.add_argument('rawfile', help='path to the raw or lab file')
Expand Down Expand Up @@ -54,7 +53,7 @@
data, labels = pr.read(raw, parameter2read, pars.labels, pars.coil_info, oversampling_removal=False)

# read epi correction data
parameter2read.typ = Label.TYPE_ECHO_PHASE
parameter2read.typ = pr.Label.TYPE_ECHO_PHASE
epi_corr_data, epi_corr_labels = pr.read(raw, parameter2read, pars.labels, pars.coil_info, oversampling_removal=False)

# grid the data from the nus encoding numbers to a regular grid
Expand Down

0 comments on commit 6813e8d

Please sign in to comment.