From fe5166eb165011991de6816e1f1b90844b9ac151 Mon Sep 17 00:00:00 2001 From: renpy Date: Fri, 7 Jul 2023 14:21:10 +0800 Subject: [PATCH] =?UTF-8?q?noble=20Gas=20beta-gamma=20=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/statistics/detail.vue | 429 ++++++++++++++++-- .../nobleGas/betaGamma/calibphd.vue | 98 ++++ .../nobleGas/betaGamma/detbkphd.vue | 93 ++++ .../radionuclide/nobleGas/betaGamma/qcphd.vue | 93 ++++ .../radionuclide/nobleGas/betaGamma/sphdf.vue | 94 ++++ .../radionuclide/nobleGas/betaGamma/sphdp.vue | 94 ++++ .../radionuclide/nobleGas/hpge/calibphd.vue | 2 +- .../radionuclide/nobleGas/hpge/detbkphd.vue | 2 +- .../radionuclide/nobleGas/hpge/qcphd.vue | 2 +- .../radionuclide/nobleGas/hpge/sphdf.vue | 2 +- .../radionuclide/nobleGas/hpge/sphdp.vue | 2 +- 11 files changed, 862 insertions(+), 49 deletions(-) create mode 100644 src/views/statistics/imsData/radionuclide/nobleGas/betaGamma/calibphd.vue create mode 100644 src/views/statistics/imsData/radionuclide/nobleGas/betaGamma/detbkphd.vue create mode 100644 src/views/statistics/imsData/radionuclide/nobleGas/betaGamma/qcphd.vue create mode 100644 src/views/statistics/imsData/radionuclide/nobleGas/betaGamma/sphdf.vue create mode 100644 src/views/statistics/imsData/radionuclide/nobleGas/betaGamma/sphdp.vue diff --git a/src/views/statistics/detail.vue b/src/views/statistics/detail.vue index 7649c26..eb5a28e 100644 --- a/src/views/statistics/detail.vue +++ b/src/views/statistics/detail.vue @@ -96,30 +96,85 @@ +
G RESOLUTION
+
GAMMA EFFICIENCY
+ + +
+ +
ROI LIMITS
+ + +
+ +
RATIOS
+ @@ -132,11 +187,37 @@ Energy Span:{{ allData.gspectrumBlock.energySpan }}
- Y log scale - Reset Zoom + Y log scale + Reset Zoom
-
+
+
+ +
BETA SPECTRUM
+
+
+ Number of Channels:{{ allData.bspectrumBlock.numberBChannels }} + Energy Span:{{ allData.bspectrumBlock.energySpan }} +
+
+ Y log scale + Reset Zoom +
+
+
+
+ +
HISTOGRAM
+
+
+ Number of B Channels:{{ allData.bspectrumBlock.numberBChannels }} + B Energy Span:{{ allData.bspectrumBlock.energySpan }} + Number of G Channels:{{ allData.bspectrumBlock.energySpan }} + G Energy Span:{{ allData.bspectrumBlock.energySpan }} +
+
+
CERTIFICATE
@@ -159,6 +240,7 @@ \ No newline at end of file diff --git a/src/views/statistics/imsData/radionuclide/nobleGas/betaGamma/detbkphd.vue b/src/views/statistics/imsData/radionuclide/nobleGas/betaGamma/detbkphd.vue new file mode 100644 index 0000000..7adf5e9 --- /dev/null +++ b/src/views/statistics/imsData/radionuclide/nobleGas/betaGamma/detbkphd.vue @@ -0,0 +1,93 @@ + + + + + \ No newline at end of file diff --git a/src/views/statistics/imsData/radionuclide/nobleGas/betaGamma/qcphd.vue b/src/views/statistics/imsData/radionuclide/nobleGas/betaGamma/qcphd.vue new file mode 100644 index 0000000..fa096ec --- /dev/null +++ b/src/views/statistics/imsData/radionuclide/nobleGas/betaGamma/qcphd.vue @@ -0,0 +1,93 @@ + + + + + \ No newline at end of file diff --git a/src/views/statistics/imsData/radionuclide/nobleGas/betaGamma/sphdf.vue b/src/views/statistics/imsData/radionuclide/nobleGas/betaGamma/sphdf.vue new file mode 100644 index 0000000..58693a0 --- /dev/null +++ b/src/views/statistics/imsData/radionuclide/nobleGas/betaGamma/sphdf.vue @@ -0,0 +1,94 @@ + + + + + \ No newline at end of file diff --git a/src/views/statistics/imsData/radionuclide/nobleGas/betaGamma/sphdp.vue b/src/views/statistics/imsData/radionuclide/nobleGas/betaGamma/sphdp.vue new file mode 100644 index 0000000..081b24f --- /dev/null +++ b/src/views/statistics/imsData/radionuclide/nobleGas/betaGamma/sphdp.vue @@ -0,0 +1,94 @@ + + + + + \ No newline at end of file diff --git a/src/views/statistics/imsData/radionuclide/nobleGas/hpge/calibphd.vue b/src/views/statistics/imsData/radionuclide/nobleGas/hpge/calibphd.vue index 20de007..1f8b315 100644 --- a/src/views/statistics/imsData/radionuclide/nobleGas/hpge/calibphd.vue +++ b/src/views/statistics/imsData/radionuclide/nobleGas/hpge/calibphd.vue @@ -81,7 +81,7 @@ export default { }, methods: { findStationList() { - getAction(this.url.findStationList, { menuName: 'Node Gas HPGe' }).then((res) => { + getAction(this.url.findStationList, { menuName: 'Noble Gas HPGe' }).then((res) => { if (res.result.length>0) { this.stationList = res.result.map((res) => ({ label: res.stationCode, value: res.stationId })) } else { diff --git a/src/views/statistics/imsData/radionuclide/nobleGas/hpge/detbkphd.vue b/src/views/statistics/imsData/radionuclide/nobleGas/hpge/detbkphd.vue index b6de042..6be846c 100644 --- a/src/views/statistics/imsData/radionuclide/nobleGas/hpge/detbkphd.vue +++ b/src/views/statistics/imsData/radionuclide/nobleGas/hpge/detbkphd.vue @@ -76,7 +76,7 @@ export default { }, methods: { findStationList() { - getAction(this.url.findStationList, { menuName: 'Node Gas HPGe' }).then((res) => { + getAction(this.url.findStationList, { menuName: 'Noble Gas HPGe' }).then((res) => { if (res.result.length>0) { this.stationList = res.result.map((res) => ({ label: res.stationCode, value: res.stationId })) } else { diff --git a/src/views/statistics/imsData/radionuclide/nobleGas/hpge/qcphd.vue b/src/views/statistics/imsData/radionuclide/nobleGas/hpge/qcphd.vue index e36176e..9c70200 100644 --- a/src/views/statistics/imsData/radionuclide/nobleGas/hpge/qcphd.vue +++ b/src/views/statistics/imsData/radionuclide/nobleGas/hpge/qcphd.vue @@ -76,7 +76,7 @@ export default { }, methods: { findStationList() { - getAction(this.url.findStationList, { menuName: 'Node Gas HPGe' }).then((res) => { + getAction(this.url.findStationList, { menuName: 'Noble Gas HPGe' }).then((res) => { if (res.result.length>0) { this.stationList = res.result.map((res) => ({ label: res.stationCode, value: res.stationId })) } else { diff --git a/src/views/statistics/imsData/radionuclide/nobleGas/hpge/sphdf.vue b/src/views/statistics/imsData/radionuclide/nobleGas/hpge/sphdf.vue index ad817fc..75d0dff 100644 --- a/src/views/statistics/imsData/radionuclide/nobleGas/hpge/sphdf.vue +++ b/src/views/statistics/imsData/radionuclide/nobleGas/hpge/sphdf.vue @@ -77,7 +77,7 @@ export default { }, methods: { findStationList() { - getAction(this.url.findStationList, { menuName: 'Node Gas HPGe' }).then((res) => { + getAction(this.url.findStationList, { menuName: 'Noble Gas HPGe' }).then((res) => { if (res.result.length>0) { this.stationList = res.result.map((res) => ({ label: res.stationCode, value: res.stationId })) } else { diff --git a/src/views/statistics/imsData/radionuclide/nobleGas/hpge/sphdp.vue b/src/views/statistics/imsData/radionuclide/nobleGas/hpge/sphdp.vue index 6022bca..3a98c44 100644 --- a/src/views/statistics/imsData/radionuclide/nobleGas/hpge/sphdp.vue +++ b/src/views/statistics/imsData/radionuclide/nobleGas/hpge/sphdp.vue @@ -77,7 +77,7 @@ export default { }, methods: { findStationList() { - getAction(this.url.findStationList, { menuName: 'Node Gas HPGe' }).then((res) => { + getAction(this.url.findStationList, { menuName: 'Noble Gas HPGe' }).then((res) => { if (res.result.length>0) { this.stationList = res.result.map((res) => ({ label: res.stationCode, value: res.stationId })) } else {