#include <PANELC1S.H>
Collaboration diagram for xpPeakPanel:
Public Member Functions | |
xpPeakPanel (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL, const wxString &name="panel") | |
void | Init (xpPeakBase *p) |
wxString | GetLabel (void) const |
void | SetLabel (wxString S) |
xpPeakBase * | GetPeak (void) |
void | UpdateTextControls (void) |
void | OnEnergy (wxCommandEvent &event) |
void | OnSensitivity (wxCommandEvent &event) |
void | OnConcentration (wxCommandEvent &event) |
void | OnConcentrationUncertainty (wxCommandEvent &event) |
void | OnMeasTime (wxCommandEvent &event) |
void | OnPeakCounts (wxCommandEvent &event) |
void | OnBgndCounts (wxCommandEvent &event) |
void | OnPeakRate (wxCommandEvent &event) |
void | OnBgndRate (wxCommandEvent &event) |
void | OnRelPrec (wxCommandEvent &event) |
void | OnXEnergy (wxCommandEvent &event) |
void | OnEnergyTypeBE (wxCommandEvent &event) |
void | OnEnergyTypeXE (wxCommandEvent &event) |
void | OnC1sPeak (wxCommandEvent &event) |
void | OnPostPeakSlope (wxCommandEvent &event) |
void | OnShirleyTailHeight (wxCommandEvent &event) |
void | OnAngleRatio (wxCommandEvent &event) |
Data Fields | |
xpPeakBase * | peak |
xpSpectrumBase * | spectrum |
wxTextCtrl * | PeakE |
wxTextCtrl * | Sensitivity |
wxTextCtrl * | Concentration |
wxTextCtrl * | ConcentrationUncertainty |
wxTextCtrl * | MeasTime |
wxTextCtrl * | PeakCounts |
wxTextCtrl * | BgndCounts |
wxTextCtrl * | PeakRate |
wxTextCtrl * | BgndRate |
wxTextCtrl * | PeakXE |
wxTextCtrl * | RelPrec |
wxTextCtrl * | PostPeakSlope |
wxTextCtrl * | ShirleyTailHeight |
wxTextCtrl * | AngleRatio |
wxStaticText * | TextPeakE |
wxStaticText * | TextSensitivity |
wxStaticText * | TextConcentration |
wxStaticText * | TextConcentrationUncertainty |
wxStaticText * | TextMeasTime |
wxStaticText * | TextPeakCount |
wxStaticText * | TextBgndCount |
wxStaticText * | TextPeakRate |
wxStaticText * | TextBgndRate |
wxStaticText * | TextPeakXE |
wxStaticText * | TextRelPrec |
wxStaticText * | TextPPS |
wxStaticText * | TextSTH |
wxStaticText * | TextAngleRatio |
wxRadioBox * | PeakETypeBoxBE |
wxRadioBox * | PeakXEBox |
wxRadioBox * | PeakC1sPeakBox |
wxString | label |
|
Constructor for the peak panel.
|
|
Return label attached to the panel/peak.
|
|
Return the contained peak.
|
|
Sets up the peak panel with peak-related info.
|
|
Called when "Angle ratio" value changes.
|
|
Called when measurement background count changes.
|
|
Called when measurement background rate changes.
|
|
Called when C1s setting changes.
|
|
Called when peak concentration changes.
|
|
Called when peak concentration unceratinty changes.
|
|
Called when peak energy changes.
|
|
Called when peak's BE type changes.
|
|
Called when peak's X energy type changes.
|
|
Called when measurement time changes.
|
|
Called when measurement peak count changes.
|
|
Called when measurement peak rate changes.
|
|
Called when "Post Peak Slope" value changes.
|
|
Called when relative precision changes. iterate using formula above |
|
Called when peak sensitivity changes.
|
|
Called when "Shirley Tail Height" value changes.
|
|
Called when peak X energy changes.
|
|
Return label attached to the panel/peak.
|
|
Update text controls involved in precision calculation.
|
|
Write angle ratio here.
|
|
Bgnd intensity, counts.
|
|
Bgnd intensity, counts/s.
|
|
Concentration of element.
|
|
Concentration uncertainty of element.
|
|
Label attached to this panel/peak.
|
|
Meas time for this peak.
|
|
The peak contained.
|
|
Radiobox for selection C 1s peak.
|
|
Peak intensity, counts.
|
|
Write peak energy here.
|
|
Radiobox for the peak energy type.
|
|
Peak intensity, counts.
|
|
Write peak X energy here.
|
|
Radiobox for the peak's X energy type.
|
|
Write Post Peak Slope here.
|
|
Relative precision of meas.
|
|
Sensitivity of peak detection.
|
|
Write Shirley Tail Height here.
|
|
The spectrum contained.
|
|
Legend for angle ratio.
|
|
Legend for bgnd intensity.
|
|
Legend for bgnd rate.
|
|
Legend for the concentration.
|
|
Legend for the concentration uncertainty.
|
|
Legend for meas time.
|
|
Legend for peak intensity.
|
|
Legend for peak energy.
|
|
Legend for peak rate.
|
|
Legend for peak X energy.
|
|
Legend for Post Peak Slope.
|
|
Legend for relative precision.
|
|
Legend for the sensitivity.
|
|
Legend for Shirley Tail Height.
|