comment out problematic fetch

This commit is contained in:
Richard Bowman 2023-12-01 02:43:31 +00:00
parent 0cd8ecd2d5
commit 146fccfa80

View file

@ -201,12 +201,12 @@ export default {
show: async function() { show: async function() {
// Check if the camera and stage are calibrated, if they can be // Check if the camera and stage are calibrated, if they can be
if (this.canCSMCalibrated) { if (this.canCSMCalibrated) {
let csm = this.readThingProperty( /*let csm = this.readThingProperty(
"camera_stage_mapping", "camera_stage_mapping",
"image_to_stage_displacement_matrix", "image_to_stage_displacement_matrix",
true true
); );
this.isCSMCalibrated = Boolean(csm); this.isCSMCalibrated = Boolean(csm);*/
} }
if (this.canLSTCalibrated) { if (this.canLSTCalibrated) {
this.isLSTCalibrated = this.readThingProperty( this.isLSTCalibrated = this.readThingProperty(