comparison web/calibrate/Light9Calibrate.ts @ 2420:d5750b2aaa9e

minor cam edits
author drewp@bigasterisk.com
date Tue, 21 May 2024 14:50:01 -0700
parents e3af0ac507c8
children 62dc1b3644a0
comparison
equal deleted inserted replaced
2419:e3af0ac507c8 2420:d5750b2aaa9e
79 } 79 }
80 80
81 async findSafeExposure(ev: MouseEvent) { 81 async findSafeExposure(ev: MouseEvent) {
82 await this.withButtonSpinner(ev, async () => { 82 await this.withButtonSpinner(ev, async () => {
83 const algo = new FindSafeExposure(this.cam!, this.plot!); 83 const algo = new FindSafeExposure(this.cam!, this.plot!);
84 await algo.run(); 84 const expo = await algo.run();
85 }); 85 });
86 } 86 }
87 async setToZero(ev: MouseEvent) { 87 async setToZero(ev: MouseEvent) {
88 await this.withButtonSpinner(ev, async () => { 88 await this.withButtonSpinner(ev, async () => {
89 this.collector.updateSettings([ 89 this.collector.updateSettings([