windows提交

This commit is contained in:
xin
2025-06-30 13:51:45 +08:00
parent 94336c9ba1
commit d7c7acb018
38 changed files with 4126 additions and 81 deletions

View File

@ -41,6 +41,7 @@ export default {
546.074,
576.960,
579.066,
587.092,
696.543,
706.722,
714.704,
@ -49,15 +50,20 @@ export default {
750.387,
763.511,
772.376,
785.482,
794.818,
800.616,
811.531,
826.452,
842.465,
850.887,
852.144,
866.794,
892.869,
912.297,
922.450
922.450,
965.779,
1013.976
],
shutter_time_up: 1,
shutter_time_down: 1,
@ -266,7 +272,7 @@ export default {
async findpeak(specindex) {
if (specindex == 0) {
let dataforpeak = this.Data.data;
var peaks = await invoke("find_peek", { data: dataforpeak, minheigh: 5000 });
var peaks = await invoke("find_peek", { data: dataforpeak, minheigh: 3000 });
console.log(peaks);
let peaksforshow = [];
let coeffweave1 = this.Devinfo.bochangxishu.a0;
@ -331,7 +337,7 @@ export default {
else if (specindex == 1) {
let dataforpeak = this.DataDown.data;
var peaks = await invoke("find_peek", { data: dataforpeak, minheigh: 500 });
var peaks = await invoke("find_peek", { data: dataforpeak, minheigh: 3000 });
console.log(peaks);
let peaksforshow = [];
let coeffweave1 = this.Devinfo.bochangxishu2.a0;