Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierrickkk committed Jul 9, 2024
1 parent 5e4bcaf commit f6e3e8b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/mrpro/data/_kdata/KData.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
'phase',
'repetition',
'set',
'user0_idx',
'user1_idx',
'user2_idx',
'user3_idx',
'user4_idx',
'user7_idx',
'user0',
'user1',
'user2',
'user3',
'user4',
'user7',
)

OTHER_LABELS = (
Expand All @@ -67,12 +67,12 @@
'phase',
'repetition',
'set',
'user0_idx',
'user1_idx',
'user2_idx',
'user3_idx',
'user4_idx',
'user7_idx',
'user0',
'user1',
'user2',
'user3',
'user4',
'user7',
)


Expand Down

0 comments on commit f6e3e8b

Please sign in to comment.