Skip to content

Commit

Permalink
Improve label for reference image to reduce confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
mcraig-ibme committed Aug 20, 2018
1 parent d78653b commit 195ff71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/asl/gui/calib_tab.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __init__(self, parent, idx, n):
self.seq_te_num = self.number("Sequence TE (ms)", min=0,max=30,initial=0)
self.ref_t2_num = self.number("Reference T2 (ms)", min=0,max=1000,initial=750, step=10)
self.blood_t2_num = self.number("Blood T2 (ms)", min=0,max=1000,initial=150, step=10)
self.coil_image_picker = self.file_picker("Coil Sensitivity Image", optional=True)
self.coil_image_picker = self.file_picker("Reference Image for sensitivity correction", optional=True)

self.sizer.AddGrowableCol(2, 1)
self.SetSizer(self.sizer)
Expand Down

0 comments on commit 195ff71

Please sign in to comment.