Skip to content

Commit

Permalink
Feedback: Rename option to 'High gain mode'
Browse files Browse the repository at this point in the history
  • Loading branch information
daleghent committed Nov 3, 2024
1 parent 2fd3ee8 commit ffb59f3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/cam_qhy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -363,10 +363,7 @@ QHYCameraDlg::QHYCameraDlg() : wxDialog(wxGetApp().GetTopWindow(), wxID_ANY, wxE
m_rownrCb = new wxCheckBox(this, wxID_ANY, _("Row noise reduction"));
cameraOptionsSizer->Add(m_rownrCb, 0, wxALL, 5);

m_speedModeCb = new wxCheckBox(this, wxID_ANY, _("High speed mode"));
cameraOptionsSizer->Add(m_speedModeCb, 0, wxALL, 5);

m_highGainCb = new wxCheckBox(this, wxID_ANY, _("QHY178 high gain mode"));
m_highGainCb = new wxCheckBox(this, wxID_ANY, _("High gain mode"));
m_highGainCb->SetToolTip(
_("Sets a QHY5III178 or QHY178 to operate the sensor in the high conversion gain mode. This usually means lower noise "
"and a shallower pixel well than the equivalent gain value in low conversion gain mode"));
Expand Down

0 comments on commit ffb59f3

Please sign in to comment.