-
- Some important microscope calibration data is currently missing.
-
+ Some important microscope calibration data is currently missing.
Your microscope will still function, however some functionality will be limited, and image
diff --git a/webapp/src/components/tabContentComponents/aboutComponents/devTools.vue b/webapp/src/components/tabContentComponents/aboutComponents/devTools.vue
index 2459ca7d..2f3a2152 100644
--- a/webapp/src/components/tabContentComponents/aboutComponents/devTools.vue
+++ b/webapp/src/components/tabContentComponents/aboutComponents/devTools.vue
@@ -7,9 +7,7 @@
Reload web app with new origin
-
+
@@ -21,7 +19,7 @@ export default {
components: {},
- data: function() {
+ data: function () {
return {
newOrigin: this.$store.state.overrideOrigin,
reloadWhenOverridingOrigin: true,
@@ -29,7 +27,7 @@ export default {
},
methods: {
- overrideAPIHost: function(event) {
+ overrideAPIHost: function (event) {
// Save the origin override, so that if we reload the web app, you can easily
this.$store.commit("changeOverrideOrigin", this.newOrigin);
diff --git a/webapp/src/components/tabContentComponents/aboutComponents/statusPane.vue b/webapp/src/components/tabContentComponents/aboutComponents/statusPane.vue
index 898c4989..2a045bb2 100644
--- a/webapp/src/components/tabContentComponents/aboutComponents/statusPane.vue
+++ b/webapp/src/components/tabContentComponents/aboutComponents/statusPane.vue
@@ -50,9 +50,7 @@
{
return getters.ready;
},
- ready => {
+ (ready) => {
if (ready) {
// If the connection is now ready, update capture list
this.updateScans();
@@ -205,7 +201,7 @@ export default {
if (!scans | (scans.length == 0)) {
this.scans = scans;
}
- scans.forEach(scan => {
+ scans.forEach((scan) => {
scan.can_stitch = !scan.stitch_available && scan.number_of_images > 3;
});
scans.sort((a, b) => {
diff --git a/webapp/src/components/tabContentComponents/settingsComponents/CSMSettingsComponents/CSMCalibrationSettings.vue b/webapp/src/components/tabContentComponents/settingsComponents/CSMSettingsComponents/CSMCalibrationSettings.vue
index 53c909f0..fc3359c4 100644
--- a/webapp/src/components/tabContentComponents/settingsComponents/CSMSettingsComponents/CSMCalibrationSettings.vue
+++ b/webapp/src/components/tabContentComponents/settingsComponents/CSMSettingsComponents/CSMCalibrationSettings.vue
@@ -6,9 +6,7 @@
:button-primary="true"
:can-terminate="true"
:requires-confirmation="true"
- :confirmation-message="
- 'Start recalibration of the stage to the camera? This may take a while, and the microscope will be locked during this time.'
- "
+ :confirmation-message="'Start recalibration of the stage to the camera? This may take a while, and the microscope will be locked during this time.'"
thing="camera_stage_mapping"
action="calibrate_xy"
:submit-label="'Auto-Calibrate Using Camera'"
@@ -26,9 +24,9 @@
>
Download Calibration Data
-
- Calibration Details
+
+
+ Calibration DetailsCSM calculated for images with a resolution of {{ csmResolution }}