comment out problematic fetch
This commit is contained in:
parent
0cd8ecd2d5
commit
146fccfa80
1 changed files with 2 additions and 2 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue