Skip to content

Commit

Permalink
Updates for GE HBCD - data dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
agudmundson committed Sep 13, 2024
1 parent 2e5eaaf commit 3f65719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec2nii/GE/ge_pfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,8 @@ def _process_hbcd(pfile):
lTE_metab_meta.set_standard_def('EditPulse', edit_pulse_val) # Header Edit Info

lTE_metab_meta.set_dim_info(0, 'DIM_DYN') # Dimension Info
lTE_metab_meta.set_dim_info(1, 'DIM_EDIT', hdr=dim_header) # Dimension Info
lTE_metab_meta.set_dim_info(2, 'DIM_COIL') # Dimension Info
lTE_metab_meta.set_dim_info(1, 'DIM_COIL') # Dimension Info
lTE_metab_meta.set_dim_info(2, 'DIM_EDIT', hdr=dim_header) # Dimension Info

# Short TE HERCULES Metabolite Data
sTE_metab = copy.deepcopy(raw_data[:, :, :, :, 1:33, :])
Expand Down

0 comments on commit 3f65719

Please sign in to comment.