Skip to content

Commit

Permalink
add eco and phs counter to print(mdb)
Browse files Browse the repository at this point in the history
  • Loading branch information
pehses committed Aug 7, 2024
1 parent 1cbe1ba commit 56871e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion twixtools/mdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,16 @@ def __str__(self):
f" Par: {self.mdh.Counter.Par}\n"
f" Sli: {self.mdh.Counter.Sli}\n"
f" Ave: {self.mdh.Counter.Ave}\n"
f" Eco: {self.mdh.Counter.Eco}\n"
f" Phs: {self.mdh.Counter.Phs}\n"
f" Rep: {self.mdh.Counter.Rep}\n"
f" Set: {self.mdh.Counter.Set}\n"
f" Seg: {self.mdh.Counter.Seg}\n"
f" Ida: {self.mdh.Counter.Ida}\n"
f" Idb: {self.mdh.Counter.Idb}\n"
f" Idc: {self.mdh.Counter.Idc}\n"
f" Idd: {self.mdh.Counter.Idd}\n"
f" Ide: {self.mdh.Counter.Ide}\n"
f" Ide: {self.mdh.Cou__print__nter.Ide}\n"
f" SliceData:\n"
f" SlicePos: {self.mdh.SliceData.SlicePos}\n"
f" Quaternion: {self.mdh.SliceData.Quaternion}"
Expand Down

0 comments on commit 56871e5

Please sign in to comment.