From 42edcb302f27726e9c81559299334000b93dfc13 Mon Sep 17 00:00:00 2001 From: "Nickolaus D. Saint" Date: Mon, 28 Oct 2024 10:43:38 -0700 Subject: [PATCH] Fix extra comma, field name --- static.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static.json b/static.json index 7e98ea1..fb6414d 100644 --- a/static.json +++ b/static.json @@ -104,9 +104,9 @@ "property": "entries[0].content.project_metadata['measurement.instrument.acquisition.attenuation']" }, { - "label": "Stage Z", + "label": "Exposure Time", "property": "entries[0].content.project_metadata['measurement.instrument.detector.exposure_time']" - }, + } ] } },