From 8b68c67d350abe799c89c138308e657b88d6a84d Mon Sep 17 00:00:00 2001 From: Nathan Stender Date: Thu, 23 Jul 2026 14:36:44 -0400 Subject: [PATCH 1/2] fix: Support EnVision calculated formulas without a name prefix Some PerkinElmer EnVision exports report a calculated formula as a plain description with no "name =" prefix (e.g. "Calc 1: OD450 direct absorbance value at 450 nm"). The name-extraction regex required an '=' and raised "Unable to find expected formula name for calculated results section." Fall back to using the whole formula string as the calculated data name when there is no '=' delimiter. The no-'=' case is exercised by editing the formula in an existing fluorescence example file; other example files retain the standard "name = expression" form. Co-Authored-By: Claude Opus 4.8 --- .../perkin_elmer_envision_structure.py | 10 +- .../perkin_elmer_envision_structure_test.py | 17 +- .../PE_Envision_fluorescence_example01.csv | 8 +- .../PE_Envision_fluorescence_example01.json | 5674 ++++++++--------- 4 files changed, 2859 insertions(+), 2850 deletions(-) diff --git a/src/allotropy/parsers/perkin_elmer_envision/perkin_elmer_envision_structure.py b/src/allotropy/parsers/perkin_elmer_envision/perkin_elmer_envision_structure.py index dbf89b5f9d..535a76e967 100644 --- a/src/allotropy/parsers/perkin_elmer_envision/perkin_elmer_envision_structure.py +++ b/src/allotropy/parsers/perkin_elmer_envision/perkin_elmer_envision_structure.py @@ -119,10 +119,12 @@ class CalculatedPlateInfo(PlateInfo): def create(data: SeriesData) -> CalculatedPlateInfo: formula = data[str, "Formula"] - name = assert_not_none( - search(r"^([^=]*)=", formula), - msg="Unable to find expected formula name for calculated results section.", - ).group(1) + # Standard formulas embed the name before an '=' (e.g. + # "Calc 1: General = (X / Y) * Z where ..."). Some formulas are a plain + # description with no '=' (e.g. "Calc 1: OD450 direct absorbance value at + # 450 nm"), in which case the whole formula string is the name. + formula_name_match = search(r"^([^=]*)=", formula) + name = formula_name_match.group(1) if formula_name_match else formula plate_number, barcode = PlateInfo.get_plate_number_and_barcode(data) diff --git a/tests/parsers/perkin_elmer_envision/perkin_elmer_envision_structure_test.py b/tests/parsers/perkin_elmer_envision/perkin_elmer_envision_structure_test.py index 26582358cb..7c38658383 100644 --- a/tests/parsers/perkin_elmer_envision/perkin_elmer_envision_structure_test.py +++ b/tests/parsers/perkin_elmer_envision/perkin_elmer_envision_structure_test.py @@ -345,20 +345,27 @@ def test_create_calculated_plate_info_with_no_formula() -> None: CalculatedPlateInfo.create(data) -def test_create_calculated_plate_info_with_invalid_formula() -> None: +def test_create_calculated_plate_info_with_formula_without_name() -> None: + # Some formulas are a plain description with no "name =" prefix; the whole + # formula string is used as the name. data = SeriesData( pd.Series( { "Plate": "dummy", "Measured height": "0", - "Formula": "invalid formula", + "Formula": "Calc 1: OD450 direct absorbance value at 450 nm", "Measurement date": "10/13/2022 3:08:06 PM", } ) ) - msg = "Unable to find expected formula name for calculated results section." - with pytest.raises(AllotropeConversionError, match=msg): - CalculatedPlateInfo.create(data) + calculated_plate_info = CalculatedPlateInfo.create(data) + assert ( + calculated_plate_info.name == "Calc 1: OD450 direct absorbance value at 450 nm" + ) + assert ( + calculated_plate_info.formula + == "Calc 1: OD450 direct absorbance value at 450 nm" + ) def test_create_basic_assay_info() -> None: diff --git a/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_fluorescence_example01.csv b/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_fluorescence_example01.csv index c2cfc178a8..e4d668ccf8 100644 --- a/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_fluorescence_example01.csv +++ b/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_fluorescence_example01.csv @@ -1,13 +1,13 @@ Plate information Plate,Repeat,Barcode,Measured height,Chamber temperature at start,Chamber temperature at end,Humidity at start,Humidity at end,Ambient temperature at start,Ambient temperature at end,Formula,Measurement date, -1,1,"=""""",N/A,N/A,N/A,N/A,N/A,N/A,N/A,Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000,10/13/2022 3:08:06 PM, +1,1,"=""""",N/A,N/A,N/A,N/A,N/A,N/A,N/A,Calc 1: HTRF ratio value for AC HTRF Laser [Eu],10/13/2022 3:08:06 PM, Background information Plate,Label,Result,Signal,Flashes/Time,Meastime,MeasInfo, 1,AC HTRF Laser [Eu],0,162,50,00:00:00.000,De=1st Ex=Top Em=Top Wdw=1 (14), 1,AC HTRF Laser [Eu],0,260,50,00:00:00.000,De=2nd Ex=Top Em=Top Wdw=1 (142), -Calculated results: Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000 +Calculated results: Calc 1: HTRF ratio value for AC HTRF Laser [Eu] ,01,02,03,04,05,06,07,08,09,10,11,12, A,3912.12920565,3923.92517971,3948.45245355,,3933.03506298,4061.92827247,3996.61746992,,,,,, B,2385.72193555,2384.42487617,2396.10683014,,2390.61028269,2396.68321027,2424.70697585,,,,,, @@ -119,8 +119,8 @@ H,- ,- ,- , ,- ,- ,- , , , , , Calculations: Plate,,,,1 Formula index,,,,Calc 1 - Formula name,,,,General - Formula,,,,(X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000 + Formula name,,,,HTRF ratio value for AC HTRF Laser [Eu] + Formula,,,,HTRF ratio value for AC HTRF Laser [Eu] Auto export parameters: Export format,,,,Plate2 diff --git a/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_fluorescence_example01.json b/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_fluorescence_example01.json index 31435d36b1..b78a0a3290 100644 --- a/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_fluorescence_example01.json +++ b/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_fluorescence_example01.json @@ -1,1296 +1,1034 @@ { "$asm.manifest": "http://purl.allotrope.org/manifests/plate-reader/REC/2024/06/plate-reader.manifest", "plate reader aggregate document": { - "plate reader document": [ - { - "measurement aggregate document": { - "measurement document": [ - { - "device control aggregate document": { - "device control document": [ - { - "device type": "fluorescence detector", - "detector distance setting (plate reader)": { - "value": 11.9, - "unit": "mm" - }, - "number of averages": { - "value": 50.0, - "unit": "#" - }, - "detector gain setting": "2", - "scan position setting (plate reader)": "top scan position (plate reader)", - "detector wavelength setting": { - "value": 665.0, - "unit": "nm" - }, - "detector bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation wavelength setting": { - "value": 320.0, - "unit": "nm" - }, - "custom information document": { - "Ambient temperature at start": { - "value": 23.47, - "unit": "degC" - }, - "Ambient temperature at end": { - "value": 23.59, - "unit": "degC" - }, - "Chamber temperature at end": { - "value": 23.19, - "unit": "degC" - }, - "Humidity at start": { - "value": 100.0, - "unit": "%" - }, - "Humidity at end": { - "value": 100.0, - "unit": "%" - }, - "Kinetics": 0.0, - "ScanX": 0.0, - "ScanY": 0.0, - "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 - } - } - ] + "calculated data aggregate document": { + "calculated data document": [ + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 3912.12920565, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_96", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_0", + "data source feature": "Fluorescence" }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_0", - "sample document": { - "sample identifier": "Plate 1 A1", - "location identifier": "A1", - "sample role type": "unknown sample role", - "well plate identifier": "Plate 1", - "custom information document": { - "group identifier": 1.0, - "Repeat": 1.0, - "Name of the plate type": "cisbio 96well low volume" - } + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_48", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 3923.92517971, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_97", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_1", + "data source feature": "Fluorescence" }, - "compartment temperature": { - "value": 23.17, - "unit": "degC" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_49", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 3948.45245355, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_98", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_2", + "data source feature": "Fluorescence" }, - "fluorescence": { - "value": 31441.0, - "unit": "RFU" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_50", + "data source feature": "Fluorescence" } - }, - { - "device control aggregate document": { - "device control document": [ - { - "device type": "fluorescence detector", - "detector distance setting (plate reader)": { - "value": 11.9, - "unit": "mm" - }, - "number of averages": { - "value": 50.0, - "unit": "#" - }, - "detector gain setting": "2", - "scan position setting (plate reader)": "top scan position (plate reader)", - "detector wavelength setting": { - "value": 620.0, - "unit": "nm" - }, - "detector bandwidth setting": { - "value": 10.0, - "unit": "nm" - }, - "excitation bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation wavelength setting": { - "value": 320.0, - "unit": "nm" - }, - "custom information document": { - "Ambient temperature at start": { - "value": 23.47, - "unit": "degC" - }, - "Ambient temperature at end": { - "value": 23.59, - "unit": "degC" - }, - "Chamber temperature at end": { - "value": 23.19, - "unit": "degC" - }, - "Humidity at start": { - "value": 100.0, - "unit": "%" - }, - "Humidity at end": { - "value": 100.0, - "unit": "%" - }, - "Kinetics": 0.0, - "ScanX": 0.0, - "ScanY": 0.0, - "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 - } - } - ] + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 3933.03506298, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_99", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_3", + "data source feature": "Fluorescence" }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_48", - "sample document": { - "sample identifier": "Plate 1 A1", - "location identifier": "A1", - "sample role type": "unknown sample role", - "well plate identifier": "Plate 1", - "custom information document": { - "group identifier": 1.0, - "Repeat": 1.0 - } + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_51", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 4061.92827247, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_100", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_4", + "data source feature": "Fluorescence" }, - "compartment temperature": { - "value": 23.17, - "unit": "degC" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_52", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 3996.61746992, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_101", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_5", + "data source feature": "Fluorescence" + }, + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_53", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 2385.72193555, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_102", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_6", + "data source feature": "Fluorescence" + }, + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_54", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 2384.42487617, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_103", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_7", + "data source feature": "Fluorescence" }, - "fluorescence": { - "value": 80368.0, - "unit": "RFU" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_55", + "data source feature": "Fluorescence" } - } - ], - "measurement time": "2022-10-13T15:08:06+00:00", - "plate well count": { - "value": 96.0, - "unit": "#" - }, - "analytical method identifier": "100302", - "experimental data identifier": "3134", - "container type": "well plate", - "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + ] } - } - }, - { - "measurement aggregate document": { - "measurement document": [ - { - "device control aggregate document": { - "device control document": [ - { - "device type": "fluorescence detector", - "detector distance setting (plate reader)": { - "value": 11.9, - "unit": "mm" - }, - "number of averages": { - "value": 50.0, - "unit": "#" - }, - "detector gain setting": "2", - "scan position setting (plate reader)": "top scan position (plate reader)", - "detector wavelength setting": { - "value": 665.0, - "unit": "nm" - }, - "detector bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation wavelength setting": { - "value": 320.0, - "unit": "nm" - }, - "custom information document": { - "Ambient temperature at start": { - "value": 23.47, - "unit": "degC" - }, - "Ambient temperature at end": { - "value": 23.59, - "unit": "degC" - }, - "Chamber temperature at end": { - "value": 23.19, - "unit": "degC" - }, - "Humidity at start": { - "value": 100.0, - "unit": "%" - }, - "Humidity at end": { - "value": 100.0, - "unit": "%" - }, - "Kinetics": 0.0, - "ScanX": 0.0, - "ScanY": 0.0, - "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 - } - } - ] - }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_1", - "sample document": { - "sample identifier": "Plate 1 A2", - "location identifier": "A2", - "sample role type": "unknown sample role", - "well plate identifier": "Plate 1", - "custom information document": { - "group identifier": 1.0, - "Repeat": 1.0 - } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 2396.10683014, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_104", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_8", + "data source feature": "Fluorescence" }, - "compartment temperature": { - "value": 23.17, - "unit": "degC" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_56", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 2390.61028269, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_105", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_9", + "data source feature": "Fluorescence" }, - "fluorescence": { - "value": 31278.0, - "unit": "RFU" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_57", + "data source feature": "Fluorescence" } - }, - { - "device control aggregate document": { - "device control document": [ - { - "device type": "fluorescence detector", - "detector distance setting (plate reader)": { - "value": 11.9, - "unit": "mm" - }, - "number of averages": { - "value": 50.0, - "unit": "#" - }, - "detector gain setting": "2", - "scan position setting (plate reader)": "top scan position (plate reader)", - "detector wavelength setting": { - "value": 620.0, - "unit": "nm" - }, - "detector bandwidth setting": { - "value": 10.0, - "unit": "nm" - }, - "excitation bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation wavelength setting": { - "value": 320.0, - "unit": "nm" - }, - "custom information document": { - "Ambient temperature at start": { - "value": 23.47, - "unit": "degC" - }, - "Ambient temperature at end": { - "value": 23.59, - "unit": "degC" - }, - "Chamber temperature at end": { - "value": 23.19, - "unit": "degC" - }, - "Humidity at start": { - "value": 100.0, - "unit": "%" - }, - "Humidity at end": { - "value": 100.0, - "unit": "%" - }, - "Kinetics": 0.0, - "ScanX": 0.0, - "ScanY": 0.0, - "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 - } - } - ] + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 2396.68321027, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_106", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_10", + "data source feature": "Fluorescence" }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_49", - "sample document": { - "sample identifier": "Plate 1 A2", - "location identifier": "A2", - "sample role type": "unknown sample role", - "well plate identifier": "Plate 1", - "custom information document": { - "group identifier": 1.0, - "Repeat": 1.0 - } + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_58", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 2424.70697585, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_107", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_11", + "data source feature": "Fluorescence" }, - "compartment temperature": { - "value": 23.17, - "unit": "degC" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_59", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 1497.6939597, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_108", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_12", + "data source feature": "Fluorescence" }, - "fluorescence": { - "value": 79711.0, - "unit": "RFU" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_60", + "data source feature": "Fluorescence" } - } - ], - "measurement time": "2022-10-13T15:08:06+00:00", - "plate well count": { - "value": 96.0, - "unit": "#" - }, - "analytical method identifier": "100302", - "experimental data identifier": "3134", - "container type": "well plate", - "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + ] } - } - }, - { - "measurement aggregate document": { - "measurement document": [ - { - "device control aggregate document": { - "device control document": [ - { - "device type": "fluorescence detector", - "detector distance setting (plate reader)": { - "value": 11.9, - "unit": "mm" - }, - "number of averages": { - "value": 50.0, - "unit": "#" - }, - "detector gain setting": "2", - "scan position setting (plate reader)": "top scan position (plate reader)", - "detector wavelength setting": { - "value": 665.0, - "unit": "nm" - }, - "detector bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation wavelength setting": { - "value": 320.0, - "unit": "nm" - }, - "custom information document": { - "Ambient temperature at start": { - "value": 23.47, - "unit": "degC" - }, - "Ambient temperature at end": { - "value": 23.59, - "unit": "degC" - }, - "Chamber temperature at end": { - "value": 23.19, - "unit": "degC" - }, - "Humidity at start": { - "value": 100.0, - "unit": "%" - }, - "Humidity at end": { - "value": 100.0, - "unit": "%" - }, - "Kinetics": 0.0, - "ScanX": 0.0, - "ScanY": 0.0, - "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 - } - } - ] - }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_2", - "sample document": { - "sample identifier": "Plate 1 A3", - "location identifier": "A3", - "sample role type": "unknown sample role", - "well plate identifier": "Plate 1", - "custom information document": { - "group identifier": 1.0, - "Repeat": 1.0 - } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 1488.29789767, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_109", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_13", + "data source feature": "Fluorescence" }, - "compartment temperature": { - "value": 23.17, - "unit": "degC" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_61", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 1474.23429335, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_110", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_14", + "data source feature": "Fluorescence" }, - "fluorescence": { - "value": 31727.0, - "unit": "RFU" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_62", + "data source feature": "Fluorescence" } - }, - { - "device control aggregate document": { - "device control document": [ - { - "device type": "fluorescence detector", - "detector distance setting (plate reader)": { - "value": 11.9, - "unit": "mm" - }, - "number of averages": { - "value": 50.0, - "unit": "#" - }, - "detector gain setting": "2", - "scan position setting (plate reader)": "top scan position (plate reader)", - "detector wavelength setting": { - "value": 620.0, - "unit": "nm" - }, - "detector bandwidth setting": { - "value": 10.0, - "unit": "nm" - }, - "excitation bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation wavelength setting": { - "value": 320.0, - "unit": "nm" - }, - "custom information document": { - "Ambient temperature at start": { - "value": 23.47, - "unit": "degC" - }, - "Ambient temperature at end": { - "value": 23.59, - "unit": "degC" - }, - "Chamber temperature at end": { - "value": 23.19, - "unit": "degC" - }, - "Humidity at start": { - "value": 100.0, - "unit": "%" - }, - "Humidity at end": { - "value": 100.0, - "unit": "%" - }, - "Kinetics": 0.0, - "ScanX": 0.0, - "ScanY": 0.0, - "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 - } - } - ] + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 1513.01294815, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_111", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_15", + "data source feature": "Fluorescence" }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_50", - "sample document": { - "sample identifier": "Plate 1 A3", - "location identifier": "A3", - "sample role type": "unknown sample role", - "well plate identifier": "Plate 1", - "custom information document": { - "group identifier": 1.0, - "Repeat": 1.0 - } + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_63", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 1487.52148035, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_112", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_16", + "data source feature": "Fluorescence" }, - "compartment temperature": { - "value": 23.17, - "unit": "degC" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_64", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 1471.02712185, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_113", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_17", + "data source feature": "Fluorescence" }, - "fluorescence": { - "value": 80353.0, - "unit": "RFU" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_65", + "data source feature": "Fluorescence" } - } - ], - "measurement time": "2022-10-13T15:08:06+00:00", - "plate well count": { - "value": 96.0, - "unit": "#" - }, - "analytical method identifier": "100302", - "experimental data identifier": "3134", - "container type": "well plate", - "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + ] } - } - }, - { - "measurement aggregate document": { - "measurement document": [ - { - "device control aggregate document": { - "device control document": [ - { - "device type": "fluorescence detector", - "detector distance setting (plate reader)": { - "value": 11.9, - "unit": "mm" - }, - "number of averages": { - "value": 50.0, - "unit": "#" - }, - "detector gain setting": "2", - "scan position setting (plate reader)": "top scan position (plate reader)", - "detector wavelength setting": { - "value": 665.0, - "unit": "nm" - }, - "detector bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation wavelength setting": { - "value": 320.0, - "unit": "nm" - }, - "custom information document": { - "Ambient temperature at start": { - "value": 23.47, - "unit": "degC" - }, - "Ambient temperature at end": { - "value": 23.59, - "unit": "degC" - }, - "Chamber temperature at end": { - "value": 23.19, - "unit": "degC" - }, - "Humidity at start": { - "value": 100.0, - "unit": "%" - }, - "Humidity at end": { - "value": 100.0, - "unit": "%" - }, - "Kinetics": 0.0, - "ScanX": 0.0, - "ScanY": 0.0, - "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 - } - } - ] - }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_3", - "sample document": { - "sample identifier": "Plate 1 A5", - "location identifier": "A5", - "sample role type": "unknown sample role", - "well plate identifier": "Plate 1", - "custom information document": { - "group identifier": 1.0, - "Repeat": 1.0 - } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 1004.96752006, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_114", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_18", + "data source feature": "Fluorescence" }, - "compartment temperature": { - "value": 23.17, - "unit": "degC" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_66", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 997.698002862, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_115", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_19", + "data source feature": "Fluorescence" }, - "fluorescence": { - "value": 32350.0, - "unit": "RFU" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_67", + "data source feature": "Fluorescence" } - }, - { - "device control aggregate document": { - "device control document": [ - { - "device type": "fluorescence detector", - "detector distance setting (plate reader)": { - "value": 11.9, - "unit": "mm" - }, - "number of averages": { - "value": 50.0, - "unit": "#" - }, - "detector gain setting": "2", - "scan position setting (plate reader)": "top scan position (plate reader)", - "detector wavelength setting": { - "value": 620.0, - "unit": "nm" - }, - "detector bandwidth setting": { - "value": 10.0, - "unit": "nm" - }, - "excitation bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation wavelength setting": { - "value": 320.0, - "unit": "nm" - }, - "custom information document": { - "Ambient temperature at start": { - "value": 23.47, - "unit": "degC" - }, - "Ambient temperature at end": { - "value": 23.59, - "unit": "degC" - }, - "Chamber temperature at end": { - "value": 23.19, - "unit": "degC" - }, - "Humidity at start": { - "value": 100.0, - "unit": "%" - }, - "Humidity at end": { - "value": 100.0, - "unit": "%" - }, - "Kinetics": 0.0, - "ScanX": 0.0, - "ScanY": 0.0, - "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 - } - } - ] + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 984.957281601, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_116", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_20", + "data source feature": "Fluorescence" }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_51", - "sample document": { - "sample identifier": "Plate 1 A5", - "location identifier": "A5", - "sample role type": "unknown sample role", - "well plate identifier": "Plate 1", - "custom information document": { - "group identifier": 1.0, - "Repeat": 1.0 - } + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_68", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 1017.18554813, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_117", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_21", + "data source feature": "Fluorescence" }, - "compartment temperature": { - "value": 23.17, - "unit": "degC" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_69", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 968.985790113, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_118", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_22", + "data source feature": "Fluorescence" }, - "fluorescence": { - "value": 82252.0, - "unit": "RFU" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_70", + "data source feature": "Fluorescence" } - } - ], - "measurement time": "2022-10-13T15:08:06+00:00", - "plate well count": { - "value": 96.0, - "unit": "#" + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 1005.07749543, + "unit": "(unitless)" }, - "analytical method identifier": "100302", - "experimental data identifier": "3134", - "container type": "well plate", - "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_119", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_23", + "data source feature": "Fluorescence" + }, + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_71", + "data source feature": "Fluorescence" + } + ] } - } - }, - { - "measurement aggregate document": { - "measurement document": [ - { - "device control aggregate document": { - "device control document": [ - { - "device type": "fluorescence detector", - "detector distance setting (plate reader)": { - "value": 11.9, - "unit": "mm" - }, - "number of averages": { - "value": 50.0, - "unit": "#" - }, - "detector gain setting": "2", - "scan position setting (plate reader)": "top scan position (plate reader)", - "detector wavelength setting": { - "value": 665.0, - "unit": "nm" - }, - "detector bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation wavelength setting": { - "value": 320.0, - "unit": "nm" - }, - "custom information document": { - "Ambient temperature at start": { - "value": 23.47, - "unit": "degC" - }, - "Ambient temperature at end": { - "value": 23.59, - "unit": "degC" - }, - "Chamber temperature at end": { - "value": 23.19, - "unit": "degC" - }, - "Humidity at start": { - "value": 100.0, - "unit": "%" - }, - "Humidity at end": { - "value": 100.0, - "unit": "%" - }, - "Kinetics": 0.0, - "ScanX": 0.0, - "ScanY": 0.0, - "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 - } - } - ] + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 707.203907204, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_120", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_24", + "data source feature": "Fluorescence" }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_4", - "sample document": { - "sample identifier": "Plate 1 A6", - "location identifier": "A6", - "sample role type": "unknown sample role", - "well plate identifier": "Plate 1", - "custom information document": { - "group identifier": 1.0, - "Repeat": 1.0 - } + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_72", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 697.464104756, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_121", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_25", + "data source feature": "Fluorescence" }, - "compartment temperature": { - "value": 23.17, - "unit": "degC" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_73", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 703.487537674, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_122", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_26", + "data source feature": "Fluorescence" }, - "fluorescence": { - "value": 32415.0, - "unit": "RFU" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_74", + "data source feature": "Fluorescence" } - }, - { - "device control aggregate document": { - "device control document": [ - { - "device type": "fluorescence detector", - "detector distance setting (plate reader)": { - "value": 11.9, - "unit": "mm" - }, - "number of averages": { - "value": 50.0, - "unit": "#" - }, - "detector gain setting": "2", - "scan position setting (plate reader)": "top scan position (plate reader)", - "detector wavelength setting": { - "value": 620.0, - "unit": "nm" - }, - "detector bandwidth setting": { - "value": 10.0, - "unit": "nm" - }, - "excitation bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation wavelength setting": { - "value": 320.0, - "unit": "nm" - }, - "custom information document": { - "Ambient temperature at start": { - "value": 23.47, - "unit": "degC" - }, - "Ambient temperature at end": { - "value": 23.59, - "unit": "degC" - }, - "Chamber temperature at end": { - "value": 23.19, - "unit": "degC" - }, - "Humidity at start": { - "value": 100.0, - "unit": "%" - }, - "Humidity at end": { - "value": 100.0, - "unit": "%" - }, - "Kinetics": 0.0, - "ScanX": 0.0, - "ScanY": 0.0, - "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 - } - } - ] + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 726.238246392, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_123", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_27", + "data source feature": "Fluorescence" + }, + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_75", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 701.399029629, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_124", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_28", + "data source feature": "Fluorescence" }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_52", - "sample document": { - "sample identifier": "Plate 1 A6", - "location identifier": "A6", - "sample role type": "unknown sample role", - "well plate identifier": "Plate 1", - "custom information document": { - "group identifier": 1.0, - "Repeat": 1.0 - } + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_76", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 721.275009761, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_125", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_29", + "data source feature": "Fluorescence" }, - "compartment temperature": { - "value": 23.17, - "unit": "degC" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_77", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 562.804988252, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_126", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_30", + "data source feature": "Fluorescence" }, - "fluorescence": { - "value": 79802.0, - "unit": "RFU" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_78", + "data source feature": "Fluorescence" } - } - ], - "measurement time": "2022-10-13T15:08:06+00:00", - "plate well count": { - "value": 96.0, - "unit": "#" + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 557.881619938, + "unit": "(unitless)" }, - "analytical method identifier": "100302", - "experimental data identifier": "3134", - "container type": "well plate", - "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_127", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_31", + "data source feature": "Fluorescence" + }, + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_79", + "data source feature": "Fluorescence" + } + ] } - } - }, - { - "measurement aggregate document": { - "measurement document": [ - { - "device control aggregate document": { - "device control document": [ - { - "device type": "fluorescence detector", - "detector distance setting (plate reader)": { - "value": 11.9, - "unit": "mm" - }, - "number of averages": { - "value": 50.0, - "unit": "#" - }, - "detector gain setting": "2", - "scan position setting (plate reader)": "top scan position (plate reader)", - "detector wavelength setting": { - "value": 665.0, - "unit": "nm" - }, - "detector bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation wavelength setting": { - "value": 320.0, - "unit": "nm" - }, - "custom information document": { - "Ambient temperature at start": { - "value": 23.47, - "unit": "degC" - }, - "Ambient temperature at end": { - "value": 23.59, - "unit": "degC" - }, - "Chamber temperature at end": { - "value": 23.19, - "unit": "degC" - }, - "Humidity at start": { - "value": 100.0, - "unit": "%" - }, - "Humidity at end": { - "value": 100.0, - "unit": "%" - }, - "Kinetics": 0.0, - "ScanX": 0.0, - "ScanY": 0.0, - "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 - } - } - ] + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 559.664129137, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_128", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_32", + "data source feature": "Fluorescence" }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_5", - "sample document": { - "sample identifier": "Plate 1 A7", - "location identifier": "A7", - "sample role type": "unknown sample role", - "well plate identifier": "Plate 1", - "custom information document": { - "group identifier": 1.0, - "Repeat": 1.0 - } + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_80", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 573.562254074, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_129", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_33", + "data source feature": "Fluorescence" }, - "compartment temperature": { - "value": 23.17, - "unit": "degC" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_81", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 567.634735212, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_130", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_34", + "data source feature": "Fluorescence" + }, + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_82", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 563.983204482, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_131", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_35", + "data source feature": "Fluorescence" + }, + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_83", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 481.189418042, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_132", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_36", + "data source feature": "Fluorescence" }, - "fluorescence": { - "value": 32847.0, - "unit": "RFU" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_84", + "data source feature": "Fluorescence" } - }, - { - "device control aggregate document": { - "device control document": [ - { - "device type": "fluorescence detector", - "detector distance setting (plate reader)": { - "value": 11.9, - "unit": "mm" - }, - "number of averages": { - "value": 50.0, - "unit": "#" - }, - "detector gain setting": "2", - "scan position setting (plate reader)": "top scan position (plate reader)", - "detector wavelength setting": { - "value": 620.0, - "unit": "nm" - }, - "detector bandwidth setting": { - "value": 10.0, - "unit": "nm" - }, - "excitation bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation wavelength setting": { - "value": 320.0, - "unit": "nm" - }, - "custom information document": { - "Ambient temperature at start": { - "value": 23.47, - "unit": "degC" - }, - "Ambient temperature at end": { - "value": 23.59, - "unit": "degC" - }, - "Chamber temperature at end": { - "value": 23.19, - "unit": "degC" - }, - "Humidity at start": { - "value": 100.0, - "unit": "%" - }, - "Humidity at end": { - "value": 100.0, - "unit": "%" - }, - "Kinetics": 0.0, - "ScanX": 0.0, - "ScanY": 0.0, - "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 - } - } - ] - }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_53", - "sample document": { - "sample identifier": "Plate 1 A7", - "location identifier": "A7", - "sample role type": "unknown sample role", - "well plate identifier": "Plate 1", - "custom information document": { - "group identifier": 1.0, - "Repeat": 1.0 - } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 482.180558541, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_133", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_37", + "data source feature": "Fluorescence" }, - "compartment temperature": { - "value": 23.17, - "unit": "degC" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_85", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 480.169042819, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_134", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_38", + "data source feature": "Fluorescence" }, - "fluorescence": { - "value": 82187.0, - "unit": "RFU" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_86", + "data source feature": "Fluorescence" } - } - ], - "measurement time": "2022-10-13T15:08:06+00:00", - "plate well count": { - "value": 96.0, - "unit": "#" + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 478.930200648, + "unit": "(unitless)" }, - "analytical method identifier": "100302", - "experimental data identifier": "3134", - "container type": "well plate", - "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_135", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_39", + "data source feature": "Fluorescence" + }, + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_87", + "data source feature": "Fluorescence" + } + ] } - } - }, - { - "measurement aggregate document": { - "measurement document": [ - { - "device control aggregate document": { - "device control document": [ - { - "device type": "fluorescence detector", - "detector distance setting (plate reader)": { - "value": 11.9, - "unit": "mm" - }, - "number of averages": { - "value": 50.0, - "unit": "#" - }, - "detector gain setting": "2", - "scan position setting (plate reader)": "top scan position (plate reader)", - "detector wavelength setting": { - "value": 665.0, - "unit": "nm" - }, - "detector bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation wavelength setting": { - "value": 320.0, - "unit": "nm" - }, - "custom information document": { - "Ambient temperature at start": { - "value": 23.47, - "unit": "degC" - }, - "Ambient temperature at end": { - "value": 23.59, - "unit": "degC" - }, - "Chamber temperature at end": { - "value": 23.19, - "unit": "degC" - }, - "Humidity at start": { - "value": 100.0, - "unit": "%" - }, - "Humidity at end": { - "value": 100.0, - "unit": "%" - }, - "Kinetics": 0.0, - "ScanX": 0.0, - "ScanY": 0.0, - "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 - } - } - ] + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 482.450907876, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_136", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_40", + "data source feature": "Fluorescence" }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_6", - "sample document": { - "sample identifier": "Plate 1 B1", - "location identifier": "B1", - "sample role type": "unknown sample role", - "well plate identifier": "Plate 1", - "custom information document": { - "group identifier": 1.0, - "Repeat": 1.0 - } + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_88", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 491.042828331, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_137", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_41", + "data source feature": "Fluorescence" }, - "compartment temperature": { - "value": 23.17, - "unit": "degC" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_89", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 403.155127082, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_138", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_42", + "data source feature": "Fluorescence" }, - "fluorescence": { - "value": 19603.0, - "unit": "RFU" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_90", + "data source feature": "Fluorescence" } - }, - { - "device control aggregate document": { - "device control document": [ - { - "device type": "fluorescence detector", - "detector distance setting (plate reader)": { - "value": 11.9, - "unit": "mm" - }, - "number of averages": { - "value": 50.0, - "unit": "#" - }, - "detector gain setting": "2", - "scan position setting (plate reader)": "top scan position (plate reader)", - "detector wavelength setting": { - "value": 620.0, - "unit": "nm" - }, - "detector bandwidth setting": { - "value": 10.0, - "unit": "nm" - }, - "excitation bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation wavelength setting": { - "value": 320.0, - "unit": "nm" - }, - "custom information document": { - "Ambient temperature at start": { - "value": 23.47, - "unit": "degC" - }, - "Ambient temperature at end": { - "value": 23.59, - "unit": "degC" - }, - "Chamber temperature at end": { - "value": 23.19, - "unit": "degC" - }, - "Humidity at start": { - "value": 100.0, - "unit": "%" - }, - "Humidity at end": { - "value": 100.0, - "unit": "%" - }, - "Kinetics": 0.0, - "ScanX": 0.0, - "ScanY": 0.0, - "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 - } - } - ] + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 414.191684058, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_139", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_43", + "data source feature": "Fluorescence" }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_54", - "sample document": { - "sample identifier": "Plate 1 B1", - "location identifier": "B1", - "sample role type": "unknown sample role", - "well plate identifier": "Plate 1", - "custom information document": { - "group identifier": 1.0, - "Repeat": 1.0 - } + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_91", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 399.233942251, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_140", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_44", + "data source feature": "Fluorescence" }, - "compartment temperature": { - "value": 23.17, - "unit": "degC" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_92", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 403.302222012, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_141", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_45", + "data source feature": "Fluorescence" }, - "fluorescence": { - "value": 82168.0, - "unit": "RFU" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_93", + "data source feature": "Fluorescence" } - } - ], - "measurement time": "2022-10-13T15:08:06+00:00", - "plate well count": { - "value": 96.0, - "unit": "#" + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 406.559451108, + "unit": "(unitless)" }, - "analytical method identifier": "100302", - "experimental data identifier": "3134", - "container type": "well plate", - "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_142", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_46", + "data source feature": "Fluorescence" + }, + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_94", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 409.025761641, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_143", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_47", + "data source feature": "Fluorescence" + }, + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_95", + "data source feature": "Fluorescence" + } + ] } } - }, + ] + }, + "data system document": { + "ASM file identifier": "PE_Envision_fluorescence_example01.json", + "data system instance identifier": "N/A", + "ASM converter name": "allotropy_perkinelmer_envision", + "ASM converter version": "0.1.141", + "file name": "PE_Envision_fluorescence_example01.csv", + "software name": "EnVision Workstation", + "software version": "1.14.3049.1193", + "UNC path": "tests/parsers/perkin_elmer_envision/testdata/PE_Envision_fluorescence_example01.csv" + }, + "device system document": { + "device identifier": "EnVision", + "equipment serial number": "1050209", + "model number": "EnVision" + }, + "plate reader document": [ { "measurement aggregate document": { "measurement document": [ @@ -1350,21 +1088,22 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_7", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_0", "sample document": { - "sample identifier": "Plate 1 B2", - "location identifier": "B2", + "sample identifier": "Plate 1 A1", + "location identifier": "A1", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { "group identifier": 1.0, - "Repeat": 1.0 + "Repeat": 1.0, + "Name of the plate type": "cisbio 96well low volume" } }, "compartment temperature": { @@ -1372,7 +1111,7 @@ "unit": "degC" }, "fluorescence": { - "value": 19063.0, + "value": 31441.0, "unit": "RFU" } }, @@ -1432,16 +1171,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_55", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_48", "sample document": { - "sample identifier": "Plate 1 B2", - "location identifier": "B2", + "sample identifier": "Plate 1 A1", + "location identifier": "A1", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -1454,7 +1193,7 @@ "unit": "degC" }, "fluorescence": { - "value": 79948.0, + "value": 80368.0, "unit": "RFU" } } @@ -1468,10 +1207,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -1534,16 +1273,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_8", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_1", "sample document": { - "sample identifier": "Plate 1 B3", - "location identifier": "B3", + "sample identifier": "Plate 1 A2", + "location identifier": "A2", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -1556,7 +1295,7 @@ "unit": "degC" }, "fluorescence": { - "value": 19621.0, + "value": 31278.0, "unit": "RFU" } }, @@ -1616,16 +1355,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_56", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_49", "sample document": { - "sample identifier": "Plate 1 B3", - "location identifier": "B3", + "sample identifier": "Plate 1 A2", + "location identifier": "A2", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -1638,7 +1377,7 @@ "unit": "degC" }, "fluorescence": { - "value": 81887.0, + "value": 79711.0, "unit": "RFU" } } @@ -1652,10 +1391,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -1718,16 +1457,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_9", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_2", "sample document": { - "sample identifier": "Plate 1 B5", - "location identifier": "B5", + "sample identifier": "Plate 1 A3", + "location identifier": "A3", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -1740,7 +1479,7 @@ "unit": "degC" }, "fluorescence": { - "value": 19543.0, + "value": 31727.0, "unit": "RFU" } }, @@ -1800,16 +1539,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_57", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_50", "sample document": { - "sample identifier": "Plate 1 B5", - "location identifier": "B5", + "sample identifier": "Plate 1 A3", + "location identifier": "A3", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -1822,7 +1561,7 @@ "unit": "degC" }, "fluorescence": { - "value": 81749.0, + "value": 80353.0, "unit": "RFU" } } @@ -1836,10 +1575,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -1902,16 +1641,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_10", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_3", "sample document": { - "sample identifier": "Plate 1 B6", - "location identifier": "B6", + "sample identifier": "Plate 1 A5", + "location identifier": "A5", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -1924,7 +1663,7 @@ "unit": "degC" }, "fluorescence": { - "value": 19799.0, + "value": 32350.0, "unit": "RFU" } }, @@ -1984,16 +1723,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_58", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_51", "sample document": { - "sample identifier": "Plate 1 B6", - "location identifier": "B6", + "sample identifier": "Plate 1 A5", + "location identifier": "A5", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -2006,7 +1745,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82610.0, + "value": 82252.0, "unit": "RFU" } } @@ -2020,10 +1759,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -2086,16 +1825,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_11", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_4", "sample document": { - "sample identifier": "Plate 1 B7", - "location identifier": "B7", + "sample identifier": "Plate 1 A6", + "location identifier": "A6", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -2108,7 +1847,7 @@ "unit": "degC" }, "fluorescence": { - "value": 20087.0, + "value": 32415.0, "unit": "RFU" } }, @@ -2168,16 +1907,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_59", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_52", "sample document": { - "sample identifier": "Plate 1 B7", - "location identifier": "B7", + "sample identifier": "Plate 1 A6", + "location identifier": "A6", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -2190,7 +1929,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82843.0, + "value": 79802.0, "unit": "RFU" } } @@ -2204,10 +1943,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -2270,16 +2009,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_12", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_5", "sample document": { - "sample identifier": "Plate 1 C1", - "location identifier": "C1", + "sample identifier": "Plate 1 A7", + "location identifier": "A7", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -2292,7 +2031,7 @@ "unit": "degC" }, "fluorescence": { - "value": 12762.0, + "value": 32847.0, "unit": "RFU" } }, @@ -2352,16 +2091,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_60", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_53", "sample document": { - "sample identifier": "Plate 1 C1", - "location identifier": "C1", + "sample identifier": "Plate 1 A7", + "location identifier": "A7", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -2374,7 +2113,7 @@ "unit": "degC" }, "fluorescence": { - "value": 85211.0, + "value": 82187.0, "unit": "RFU" } } @@ -2388,10 +2127,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -2454,16 +2193,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_13", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_6", "sample document": { - "sample identifier": "Plate 1 C2", - "location identifier": "C2", + "sample identifier": "Plate 1 B1", + "location identifier": "B1", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -2476,7 +2215,7 @@ "unit": "degC" }, "fluorescence": { - "value": 12502.0, + "value": 19603.0, "unit": "RFU" } }, @@ -2536,16 +2275,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_61", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_54", "sample document": { - "sample identifier": "Plate 1 C2", - "location identifier": "C2", + "sample identifier": "Plate 1 B1", + "location identifier": "B1", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -2558,7 +2297,7 @@ "unit": "degC" }, "fluorescence": { - "value": 84002.0, + "value": 82168.0, "unit": "RFU" } } @@ -2572,10 +2311,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -2638,16 +2377,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_14", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_7", "sample document": { - "sample identifier": "Plate 1 C3", - "location identifier": "C3", + "sample identifier": "Plate 1 B2", + "location identifier": "B2", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -2660,7 +2399,7 @@ "unit": "degC" }, "fluorescence": { - "value": 12582.0, + "value": 19063.0, "unit": "RFU" } }, @@ -2720,16 +2459,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_62", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_55", "sample document": { - "sample identifier": "Plate 1 C3", - "location identifier": "C3", + "sample identifier": "Plate 1 B2", + "location identifier": "B2", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -2742,7 +2481,7 @@ "unit": "degC" }, "fluorescence": { - "value": 85346.0, + "value": 79948.0, "unit": "RFU" } } @@ -2756,10 +2495,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -2822,16 +2561,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_15", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_8", "sample document": { - "sample identifier": "Plate 1 C5", - "location identifier": "C5", + "sample identifier": "Plate 1 B3", + "location identifier": "B3", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -2844,7 +2583,7 @@ "unit": "degC" }, "fluorescence": { - "value": 12842.0, + "value": 19621.0, "unit": "RFU" } }, @@ -2904,16 +2643,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_63", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_56", "sample document": { - "sample identifier": "Plate 1 C5", - "location identifier": "C5", + "sample identifier": "Plate 1 B3", + "location identifier": "B3", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -2926,7 +2665,7 @@ "unit": "degC" }, "fluorescence": { - "value": 84877.0, + "value": 81887.0, "unit": "RFU" } } @@ -2940,10 +2679,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -3006,16 +2745,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_16", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_9", "sample document": { - "sample identifier": "Plate 1 C6", - "location identifier": "C6", + "sample identifier": "Plate 1 B5", + "location identifier": "B5", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -3028,7 +2767,7 @@ "unit": "degC" }, "fluorescence": { - "value": 13071.0, + "value": 19543.0, "unit": "RFU" } }, @@ -3088,16 +2827,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_64", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_57", "sample document": { - "sample identifier": "Plate 1 C6", - "location identifier": "C6", + "sample identifier": "Plate 1 B5", + "location identifier": "B5", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -3110,7 +2849,7 @@ "unit": "degC" }, "fluorescence": { - "value": 87871.0, + "value": 81749.0, "unit": "RFU" } } @@ -3124,10 +2863,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -3190,16 +2929,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_17", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_10", "sample document": { - "sample identifier": "Plate 1 C7", - "location identifier": "C7", + "sample identifier": "Plate 1 B6", + "location identifier": "B6", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -3212,7 +2951,7 @@ "unit": "degC" }, "fluorescence": { - "value": 12914.0, + "value": 19799.0, "unit": "RFU" } }, @@ -3272,16 +3011,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_65", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_58", "sample document": { - "sample identifier": "Plate 1 C7", - "location identifier": "C7", + "sample identifier": "Plate 1 B6", + "location identifier": "B6", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -3294,7 +3033,7 @@ "unit": "degC" }, "fluorescence": { - "value": 87789.0, + "value": 82610.0, "unit": "RFU" } } @@ -3308,10 +3047,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -3374,16 +3113,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_18", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_11", "sample document": { - "sample identifier": "Plate 1 D1", - "location identifier": "D1", + "sample identifier": "Plate 1 B7", + "location identifier": "B7", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -3396,7 +3135,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8153.0, + "value": 20087.0, "unit": "RFU" } }, @@ -3456,16 +3195,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_66", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_59", "sample document": { - "sample identifier": "Plate 1 D1", - "location identifier": "D1", + "sample identifier": "Plate 1 B7", + "location identifier": "B7", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -3478,7 +3217,7 @@ "unit": "degC" }, "fluorescence": { - "value": 81127.0, + "value": 82843.0, "unit": "RFU" } } @@ -3492,10 +3231,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -3558,16 +3297,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_19", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_12", "sample document": { - "sample identifier": "Plate 1 D2", - "location identifier": "D2", + "sample identifier": "Plate 1 C1", + "location identifier": "C1", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -3580,7 +3319,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8018.0, + "value": 12762.0, "unit": "RFU" } }, @@ -3640,16 +3379,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_67", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_60", "sample document": { - "sample identifier": "Plate 1 D2", - "location identifier": "D2", + "sample identifier": "Plate 1 C1", + "location identifier": "C1", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -3662,7 +3401,7 @@ "unit": "degC" }, "fluorescence": { - "value": 80365.0, + "value": 85211.0, "unit": "RFU" } } @@ -3676,10 +3415,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -3742,16 +3481,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_20", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_13", "sample document": { - "sample identifier": "Plate 1 D3", - "location identifier": "D3", + "sample identifier": "Plate 1 C2", + "location identifier": "C2", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -3764,7 +3503,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8093.0, + "value": 12502.0, "unit": "RFU" } }, @@ -3824,16 +3563,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_68", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_61", "sample document": { - "sample identifier": "Plate 1 D3", - "location identifier": "D3", + "sample identifier": "Plate 1 C2", + "location identifier": "C2", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -3846,7 +3585,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82166.0, + "value": 84002.0, "unit": "RFU" } } @@ -3860,10 +3599,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -3926,16 +3665,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_21", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_14", "sample document": { - "sample identifier": "Plate 1 D5", - "location identifier": "D5", + "sample identifier": "Plate 1 C3", + "location identifier": "C3", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -3948,7 +3687,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8387.0, + "value": 12582.0, "unit": "RFU" } }, @@ -4008,16 +3747,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_69", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_62", "sample document": { - "sample identifier": "Plate 1 D5", - "location identifier": "D5", + "sample identifier": "Plate 1 C3", + "location identifier": "C3", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -4030,7 +3769,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82453.0, + "value": 85346.0, "unit": "RFU" } } @@ -4044,10 +3783,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -4110,16 +3849,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_22", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_15", "sample document": { - "sample identifier": "Plate 1 D6", - "location identifier": "D6", + "sample identifier": "Plate 1 C5", + "location identifier": "C5", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -4132,7 +3871,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8142.0, + "value": 12842.0, "unit": "RFU" } }, @@ -4192,16 +3931,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_70", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_63", "sample document": { - "sample identifier": "Plate 1 D6", - "location identifier": "D6", + "sample identifier": "Plate 1 C5", + "location identifier": "C5", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -4214,7 +3953,7 @@ "unit": "degC" }, "fluorescence": { - "value": 84026.0, + "value": 84877.0, "unit": "RFU" } } @@ -4228,10 +3967,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -4294,16 +4033,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_23", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_16", "sample document": { - "sample identifier": "Plate 1 D7", - "location identifier": "D7", + "sample identifier": "Plate 1 C6", + "location identifier": "C6", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -4316,7 +4055,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8294.0, + "value": 13071.0, "unit": "RFU" } }, @@ -4376,16 +4115,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_71", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_64", "sample document": { - "sample identifier": "Plate 1 D7", - "location identifier": "D7", + "sample identifier": "Plate 1 C6", + "location identifier": "C6", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -4398,7 +4137,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82521.0, + "value": 87871.0, "unit": "RFU" } } @@ -4412,10 +4151,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -4478,16 +4217,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_24", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_17", "sample document": { - "sample identifier": "Plate 1 E1", - "location identifier": "E1", + "sample identifier": "Plate 1 C7", + "location identifier": "C7", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -4500,7 +4239,7 @@ "unit": "degC" }, "fluorescence": { - "value": 5792.0, + "value": 12914.0, "unit": "RFU" } }, @@ -4560,16 +4299,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_72", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_65", "sample document": { - "sample identifier": "Plate 1 E1", - "location identifier": "E1", + "sample identifier": "Plate 1 C7", + "location identifier": "C7", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -4582,7 +4321,7 @@ "unit": "degC" }, "fluorescence": { - "value": 81900.0, + "value": 87789.0, "unit": "RFU" } } @@ -4596,10 +4335,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -4662,16 +4401,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_25", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_18", "sample document": { - "sample identifier": "Plate 1 E2", - "location identifier": "E2", + "sample identifier": "Plate 1 D1", + "location identifier": "D1", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -4684,7 +4423,7 @@ "unit": "degC" }, "fluorescence": { - "value": 5630.0, + "value": 8153.0, "unit": "RFU" } }, @@ -4744,16 +4483,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_73", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_66", "sample document": { - "sample identifier": "Plate 1 E2", - "location identifier": "E2", + "sample identifier": "Plate 1 D1", + "location identifier": "D1", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -4766,7 +4505,7 @@ "unit": "degC" }, "fluorescence": { - "value": 80721.0, + "value": 81127.0, "unit": "RFU" } } @@ -4780,10 +4519,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -4846,16 +4585,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_26", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_19", "sample document": { - "sample identifier": "Plate 1 E3", - "location identifier": "E3", + "sample identifier": "Plate 1 D2", + "location identifier": "D2", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -4868,7 +4607,7 @@ "unit": "degC" }, "fluorescence": { - "value": 5882.0, + "value": 8018.0, "unit": "RFU" } }, @@ -4928,16 +4667,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_74", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_67", "sample document": { - "sample identifier": "Plate 1 E3", - "location identifier": "E3", + "sample identifier": "Plate 1 D2", + "location identifier": "D2", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -4950,7 +4689,7 @@ "unit": "degC" }, "fluorescence": { - "value": 83612.0, + "value": 80365.0, "unit": "RFU" } } @@ -4964,10 +4703,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -5030,16 +4769,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_27", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_20", "sample document": { - "sample identifier": "Plate 1 E5", - "location identifier": "E5", + "sample identifier": "Plate 1 D3", + "location identifier": "D3", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -5052,7 +4791,7 @@ "unit": "degC" }, "fluorescence": { - "value": 6063.0, + "value": 8093.0, "unit": "RFU" } }, @@ -5112,16 +4851,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_75", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_68", "sample document": { - "sample identifier": "Plate 1 E5", - "location identifier": "E5", + "sample identifier": "Plate 1 D3", + "location identifier": "D3", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -5134,7 +4873,7 @@ "unit": "degC" }, "fluorescence": { - "value": 83485.0, + "value": 82166.0, "unit": "RFU" } } @@ -5148,10 +4887,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -5214,16 +4953,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_28", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_21", "sample document": { - "sample identifier": "Plate 1 E6", - "location identifier": "E6", + "sample identifier": "Plate 1 D5", + "location identifier": "D5", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -5236,7 +4975,7 @@ "unit": "degC" }, "fluorescence": { - "value": 5956.0, + "value": 8387.0, "unit": "RFU" } }, @@ -5296,16 +5035,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_76", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_69", "sample document": { - "sample identifier": "Plate 1 E6", - "location identifier": "E6", + "sample identifier": "Plate 1 D5", + "location identifier": "D5", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -5318,7 +5057,7 @@ "unit": "degC" }, "fluorescence": { - "value": 84916.0, + "value": 82453.0, "unit": "RFU" } } @@ -5332,10 +5071,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -5398,16 +5137,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_29", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_22", "sample document": { - "sample identifier": "Plate 1 E7", - "location identifier": "E7", + "sample identifier": "Plate 1 D6", + "location identifier": "D6", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -5420,7 +5159,7 @@ "unit": "degC" }, "fluorescence": { - "value": 6096.0, + "value": 8142.0, "unit": "RFU" } }, @@ -5480,16 +5219,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_77", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_70", "sample document": { - "sample identifier": "Plate 1 E7", - "location identifier": "E7", + "sample identifier": "Plate 1 D6", + "location identifier": "D6", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -5502,7 +5241,7 @@ "unit": "degC" }, "fluorescence": { - "value": 84517.0, + "value": 84026.0, "unit": "RFU" } } @@ -5516,10 +5255,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -5582,16 +5321,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_30", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_23", "sample document": { - "sample identifier": "Plate 1 F1", - "location identifier": "F1", + "sample identifier": "Plate 1 D7", + "location identifier": "D7", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -5604,7 +5343,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4671.0, + "value": 8294.0, "unit": "RFU" } }, @@ -5664,16 +5403,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_78", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_71", "sample document": { - "sample identifier": "Plate 1 F1", - "location identifier": "F1", + "sample identifier": "Plate 1 D7", + "location identifier": "D7", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -5686,7 +5425,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82995.0, + "value": 82521.0, "unit": "RFU" } } @@ -5700,10 +5439,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -5766,16 +5505,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_31", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_24", "sample document": { - "sample identifier": "Plate 1 F2", - "location identifier": "F2", + "sample identifier": "Plate 1 E1", + "location identifier": "E1", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -5788,7 +5527,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4477.0, + "value": 5792.0, "unit": "RFU" } }, @@ -5848,16 +5587,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_79", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_72", "sample document": { - "sample identifier": "Plate 1 F2", - "location identifier": "F2", + "sample identifier": "Plate 1 E1", + "location identifier": "E1", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -5870,7 +5609,7 @@ "unit": "degC" }, "fluorescence": { - "value": 80250.0, + "value": 81900.0, "unit": "RFU" } } @@ -5884,10 +5623,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -5950,16 +5689,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_32", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_25", "sample document": { - "sample identifier": "Plate 1 F3", - "location identifier": "F3", + "sample identifier": "Plate 1 E2", + "location identifier": "E2", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -5972,7 +5711,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4639.0, + "value": 5630.0, "unit": "RFU" } }, @@ -6032,16 +5771,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_80", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_73", "sample document": { - "sample identifier": "Plate 1 F3", - "location identifier": "F3", + "sample identifier": "Plate 1 E2", + "location identifier": "E2", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -6054,7 +5793,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82889.0, + "value": 80721.0, "unit": "RFU" } } @@ -6068,10 +5807,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -6134,16 +5873,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_33", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_26", "sample document": { - "sample identifier": "Plate 1 F5", - "location identifier": "F5", + "sample identifier": "Plate 1 E3", + "location identifier": "E3", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -6156,7 +5895,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4854.0, + "value": 5882.0, "unit": "RFU" } }, @@ -6216,16 +5955,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_81", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_74", "sample document": { - "sample identifier": "Plate 1 F5", - "location identifier": "F5", + "sample identifier": "Plate 1 E3", + "location identifier": "E3", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -6238,7 +5977,7 @@ "unit": "degC" }, "fluorescence": { - "value": 84629.0, + "value": 83612.0, "unit": "RFU" } } @@ -6252,10 +5991,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -6318,16 +6057,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_34", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_27", "sample document": { - "sample identifier": "Plate 1 F6", - "location identifier": "F6", + "sample identifier": "Plate 1 E5", + "location identifier": "E5", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -6340,7 +6079,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4728.0, + "value": 6063.0, "unit": "RFU" } }, @@ -6400,16 +6139,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_82", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_75", "sample document": { - "sample identifier": "Plate 1 F6", - "location identifier": "F6", + "sample identifier": "Plate 1 E5", + "location identifier": "E5", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -6422,7 +6161,7 @@ "unit": "degC" }, "fluorescence": { - "value": 83293.0, + "value": 83485.0, "unit": "RFU" } } @@ -6436,10 +6175,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -6502,16 +6241,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_35", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_28", "sample document": { - "sample identifier": "Plate 1 F7", - "location identifier": "F7", + "sample identifier": "Plate 1 E6", + "location identifier": "E6", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -6524,7 +6263,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4822.0, + "value": 5956.0, "unit": "RFU" } }, @@ -6584,16 +6323,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_83", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_76", "sample document": { - "sample identifier": "Plate 1 F7", - "location identifier": "F7", + "sample identifier": "Plate 1 E6", + "location identifier": "E6", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -6606,7 +6345,7 @@ "unit": "degC" }, "fluorescence": { - "value": 85499.0, + "value": 84916.0, "unit": "RFU" } } @@ -6620,10 +6359,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -6686,16 +6425,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_36", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_29", "sample document": { - "sample identifier": "Plate 1 G1", - "location identifier": "G1", + "sample identifier": "Plate 1 E7", + "location identifier": "E7", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -6708,7 +6447,7 @@ "unit": "degC" }, "fluorescence": { - "value": 3887.0, + "value": 6096.0, "unit": "RFU" } }, @@ -6768,16 +6507,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_84", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_77", "sample document": { - "sample identifier": "Plate 1 G1", - "location identifier": "G1", + "sample identifier": "Plate 1 E7", + "location identifier": "E7", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -6790,7 +6529,7 @@ "unit": "degC" }, "fluorescence": { - "value": 80779.0, + "value": 84517.0, "unit": "RFU" } } @@ -6804,10 +6543,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -6870,16 +6609,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_37", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_30", "sample document": { - "sample identifier": "Plate 1 G2", - "location identifier": "G2", + "sample identifier": "Plate 1 F1", + "location identifier": "F1", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -6892,7 +6631,7 @@ "unit": "degC" }, "fluorescence": { - "value": 3814.0, + "value": 4671.0, "unit": "RFU" } }, @@ -6952,16 +6691,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_85", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_78", "sample document": { - "sample identifier": "Plate 1 G2", - "location identifier": "G2", + "sample identifier": "Plate 1 F1", + "location identifier": "F1", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -6974,7 +6713,7 @@ "unit": "degC" }, "fluorescence": { - "value": 79099.0, + "value": 82995.0, "unit": "RFU" } } @@ -6988,10 +6727,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -7054,16 +6793,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_38", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_31", "sample document": { - "sample identifier": "Plate 1 G3", - "location identifier": "G3", + "sample identifier": "Plate 1 F2", + "location identifier": "F2", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -7076,7 +6815,7 @@ "unit": "degC" }, "fluorescence": { - "value": 3954.0, + "value": 4477.0, "unit": "RFU" } }, @@ -7136,16 +6875,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_86", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_79", "sample document": { - "sample identifier": "Plate 1 G3", - "location identifier": "G3", + "sample identifier": "Plate 1 F2", + "location identifier": "F2", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -7158,7 +6897,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82346.0, + "value": 80250.0, "unit": "RFU" } } @@ -7172,10 +6911,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -7238,16 +6977,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_39", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_32", "sample document": { - "sample identifier": "Plate 1 G5", - "location identifier": "G5", + "sample identifier": "Plate 1 F3", + "location identifier": "F3", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -7260,7 +6999,7 @@ "unit": "degC" }, "fluorescence": { - "value": 3979.0, + "value": 4639.0, "unit": "RFU" } }, @@ -7320,16 +7059,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_87", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_80", "sample document": { - "sample identifier": "Plate 1 G5", - "location identifier": "G5", + "sample identifier": "Plate 1 F3", + "location identifier": "F3", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -7342,7 +7081,7 @@ "unit": "degC" }, "fluorescence": { - "value": 83081.0, + "value": 82889.0, "unit": "RFU" } } @@ -7356,10 +7095,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -7422,16 +7161,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_40", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_33", "sample document": { - "sample identifier": "Plate 1 G6", - "location identifier": "G6", + "sample identifier": "Plate 1 F5", + "location identifier": "F5", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -7444,7 +7183,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4044.0, + "value": 4854.0, "unit": "RFU" } }, @@ -7504,16 +7243,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_88", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_81", "sample document": { - "sample identifier": "Plate 1 G6", - "location identifier": "G6", + "sample identifier": "Plate 1 F5", + "location identifier": "F5", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -7526,7 +7265,7 @@ "unit": "degC" }, "fluorescence": { - "value": 83822.0, + "value": 84629.0, "unit": "RFU" } } @@ -7540,10 +7279,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -7606,16 +7345,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_41", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_34", "sample document": { - "sample identifier": "Plate 1 G7", - "location identifier": "G7", + "sample identifier": "Plate 1 F6", + "location identifier": "F6", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -7628,7 +7367,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4139.0, + "value": 4728.0, "unit": "RFU" } }, @@ -7688,16 +7427,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_89", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_82", "sample document": { - "sample identifier": "Plate 1 G7", - "location identifier": "G7", + "sample identifier": "Plate 1 F6", + "location identifier": "F6", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -7710,7 +7449,7 @@ "unit": "degC" }, "fluorescence": { - "value": 84290.0, + "value": 83293.0, "unit": "RFU" } } @@ -7724,10 +7463,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -7790,16 +7529,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_42", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_35", "sample document": { - "sample identifier": "Plate 1 H1", - "location identifier": "H1", + "sample identifier": "Plate 1 F7", + "location identifier": "F7", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -7812,7 +7551,7 @@ "unit": "degC" }, "fluorescence": { - "value": 3266.0, + "value": 4822.0, "unit": "RFU" } }, @@ -7872,16 +7611,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_90", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_83", "sample document": { - "sample identifier": "Plate 1 H1", - "location identifier": "H1", + "sample identifier": "Plate 1 F7", + "location identifier": "F7", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -7894,7 +7633,7 @@ "unit": "degC" }, "fluorescence": { - "value": 81011.0, + "value": 85499.0, "unit": "RFU" } } @@ -7908,10 +7647,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -7974,16 +7713,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_43", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_36", "sample document": { - "sample identifier": "Plate 1 H2", - "location identifier": "H2", + "sample identifier": "Plate 1 G1", + "location identifier": "G1", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -7996,7 +7735,7 @@ "unit": "degC" }, "fluorescence": { - "value": 3354.0, + "value": 3887.0, "unit": "RFU" } }, @@ -8056,16 +7795,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_91", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_84", "sample document": { - "sample identifier": "Plate 1 H2", - "location identifier": "H2", + "sample identifier": "Plate 1 G1", + "location identifier": "G1", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -8078,7 +7817,7 @@ "unit": "degC" }, "fluorescence": { - "value": 80977.0, + "value": 80779.0, "unit": "RFU" } } @@ -8092,10 +7831,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -8158,16 +7897,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_44", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_37", "sample document": { - "sample identifier": "Plate 1 H3", - "location identifier": "H3", + "sample identifier": "Plate 1 G2", + "location identifier": "G2", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -8180,7 +7919,7 @@ "unit": "degC" }, "fluorescence": { - "value": 3252.0, + "value": 3814.0, "unit": "RFU" } }, @@ -8240,16 +7979,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_92", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_85", "sample document": { - "sample identifier": "Plate 1 H3", - "location identifier": "H3", + "sample identifier": "Plate 1 G2", + "location identifier": "G2", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -8262,7 +8001,7 @@ "unit": "degC" }, "fluorescence": { - "value": 81456.0, + "value": 79099.0, "unit": "RFU" } } @@ -8276,10 +8015,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -8342,16 +8081,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_45", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_38", "sample document": { - "sample identifier": "Plate 1 H5", - "location identifier": "H5", + "sample identifier": "Plate 1 G3", + "location identifier": "G3", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -8364,7 +8103,7 @@ "unit": "degC" }, "fluorescence": { - "value": 3405.0, + "value": 3954.0, "unit": "RFU" } }, @@ -8424,16 +8163,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_93", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_86", "sample document": { - "sample identifier": "Plate 1 H5", - "location identifier": "H5", + "sample identifier": "Plate 1 G3", + "location identifier": "G3", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -8446,7 +8185,7 @@ "unit": "degC" }, "fluorescence": { - "value": 84428.0, + "value": 82346.0, "unit": "RFU" } } @@ -8460,10 +8199,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -8526,16 +8265,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_46", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_39", "sample document": { - "sample identifier": "Plate 1 H6", - "location identifier": "H6", + "sample identifier": "Plate 1 G5", + "location identifier": "G5", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -8548,7 +8287,7 @@ "unit": "degC" }, "fluorescence": { - "value": 3342.0, + "value": 3979.0, "unit": "RFU" } }, @@ -8608,16 +8347,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_94", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_87", "sample document": { - "sample identifier": "Plate 1 H6", - "location identifier": "H6", + "sample identifier": "Plate 1 G5", + "location identifier": "G5", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -8630,7 +8369,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82202.0, + "value": 83081.0, "unit": "RFU" } } @@ -8644,10 +8383,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620", "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } }, @@ -8670,11 +8409,93 @@ "detector gain setting": "2", "scan position setting (plate reader)": "top scan position (plate reader)", "detector wavelength setting": { - "value": 665.0, + "value": 665.0, + "unit": "nm" + }, + "detector bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation wavelength setting": { + "value": 320.0, + "unit": "nm" + }, + "custom information document": { + "Ambient temperature at start": { + "value": 23.47, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 23.59, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 23.19, + "unit": "degC" + }, + "Humidity at start": { + "value": 100.0, + "unit": "%" + }, + "Humidity at end": { + "value": 100.0, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Number of columns": 12.0, + "Height of the plate": "12 mm" + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_40", + "sample document": { + "sample identifier": "Plate 1 G6", + "location identifier": "G6", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "compartment temperature": { + "value": 23.17, + "unit": "degC" + }, + "fluorescence": { + "value": 4044.0, + "unit": "RFU" + } + }, + { + "device control aggregate document": { + "device control document": [ + { + "device type": "fluorescence detector", + "detector distance setting (plate reader)": { + "value": 11.9, + "unit": "mm" + }, + "number of averages": { + "value": 50.0, + "unit": "#" + }, + "detector gain setting": "2", + "scan position setting (plate reader)": "top scan position (plate reader)", + "detector wavelength setting": { + "value": 620.0, "unit": "nm" }, "detector bandwidth setting": { - "value": 75.0, + "value": 10.0, "unit": "nm" }, "excitation bandwidth setting": { @@ -8710,16 +8531,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_47", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_88", "sample document": { - "sample identifier": "Plate 1 H7", - "location identifier": "H7", + "sample identifier": "Plate 1 G6", + "location identifier": "G6", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -8732,10 +8553,30 @@ "unit": "degC" }, "fluorescence": { - "value": 3339.0, + "value": 83822.0, "unit": "RFU" } - }, + } + ], + "measurement time": "2022-10-13T15:08:06+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100302", + "experimental data identifier": "3134", + "container type": "well plate", + "custom information document": { + "Protocol Name": "HTRF LASER Eu 665/620", + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ { "device control aggregate document": { "device control document": [ @@ -8752,11 +8593,11 @@ "detector gain setting": "2", "scan position setting (plate reader)": "top scan position (plate reader)", "detector wavelength setting": { - "value": 620.0, + "value": 665.0, "unit": "nm" }, "detector bandwidth setting": { - "value": 10.0, + "value": 75.0, "unit": "nm" }, "excitation bandwidth setting": { @@ -8792,16 +8633,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Height of the plate": "12 mm", - "Number of columns": 12.0 + "Number of columns": 12.0, + "Height of the plate": "12 mm" } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_95", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_41", "sample document": { - "sample identifier": "Plate 1 H7", - "location identifier": "H7", + "sample identifier": "Plate 1 G7", + "location identifier": "G7", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -8809,1059 +8650,1218 @@ "Repeat": 1.0 } }, - "compartment temperature": { - "value": 23.17, - "unit": "degC" - }, - "fluorescence": { - "value": 81633.0, - "unit": "RFU" - } - } - ], - "measurement time": "2022-10-13T15:08:06+00:00", - "plate well count": { - "value": 96.0, - "unit": "#" - }, - "analytical method identifier": "100302", - "experimental data identifier": "3134", - "container type": "well plate", - "custom information document": { - "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Finished": "10/13/2022 3:08:15 PM", - "Protocol Name": "HTRF LASER Eu 665/620" - } - } - } - ], - "calculated data aggregate document": { - "calculated data document": [ - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 3912.12920565, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_96", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_0", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_48", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 3923.92517971, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_97", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_1", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_49", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 3948.45245355, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_98", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_2", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_50", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 3933.03506298, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_99", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_3", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_51", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 4061.92827247, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_100", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_4", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_52", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 3996.61746992, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_101", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_5", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_53", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 2385.72193555, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_102", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_6", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_54", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 2384.42487617, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_103", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_7", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_55", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 2396.10683014, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_104", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_8", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_56", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 2390.61028269, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_105", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_9", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_57", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 2396.68321027, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_106", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_10", - "data source feature": "Fluorescence" + "compartment temperature": { + "value": 23.17, + "unit": "degC" }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_58", - "data source feature": "Fluorescence" + "fluorescence": { + "value": 4139.0, + "unit": "RFU" } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 2424.70697585, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_107", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_11", - "data source feature": "Fluorescence" + }, + { + "device control aggregate document": { + "device control document": [ + { + "device type": "fluorescence detector", + "detector distance setting (plate reader)": { + "value": 11.9, + "unit": "mm" + }, + "number of averages": { + "value": 50.0, + "unit": "#" + }, + "detector gain setting": "2", + "scan position setting (plate reader)": "top scan position (plate reader)", + "detector wavelength setting": { + "value": 620.0, + "unit": "nm" + }, + "detector bandwidth setting": { + "value": 10.0, + "unit": "nm" + }, + "excitation bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation wavelength setting": { + "value": 320.0, + "unit": "nm" + }, + "custom information document": { + "Ambient temperature at start": { + "value": 23.47, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 23.59, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 23.19, + "unit": "degC" + }, + "Humidity at start": { + "value": 100.0, + "unit": "%" + }, + "Humidity at end": { + "value": 100.0, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Number of columns": 12.0, + "Height of the plate": "12 mm" + } + } + ] }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_59", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 1497.6939597, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_108", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_12", - "data source feature": "Fluorescence" + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_89", + "sample document": { + "sample identifier": "Plate 1 G7", + "location identifier": "G7", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_60", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 1488.29789767, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_109", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_13", - "data source feature": "Fluorescence" + "compartment temperature": { + "value": 23.17, + "unit": "degC" }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_61", - "data source feature": "Fluorescence" + "fluorescence": { + "value": 84290.0, + "unit": "RFU" } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 1474.23429335, - "unit": "(unitless)" + } + ], + "measurement time": "2022-10-13T15:08:06+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_110", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_14", - "data source feature": "Fluorescence" + "analytical method identifier": "100302", + "experimental data identifier": "3134", + "container type": "well plate", + "custom information document": { + "Protocol Name": "HTRF LASER Eu 665/620", + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "fluorescence detector", + "detector distance setting (plate reader)": { + "value": 11.9, + "unit": "mm" + }, + "number of averages": { + "value": 50.0, + "unit": "#" + }, + "detector gain setting": "2", + "scan position setting (plate reader)": "top scan position (plate reader)", + "detector wavelength setting": { + "value": 665.0, + "unit": "nm" + }, + "detector bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation wavelength setting": { + "value": 320.0, + "unit": "nm" + }, + "custom information document": { + "Ambient temperature at start": { + "value": 23.47, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 23.59, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 23.19, + "unit": "degC" + }, + "Humidity at start": { + "value": 100.0, + "unit": "%" + }, + "Humidity at end": { + "value": 100.0, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Number of columns": 12.0, + "Height of the plate": "12 mm" + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_42", + "sample document": { + "sample identifier": "Plate 1 H1", + "location identifier": "H1", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_62", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 1513.01294815, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_111", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_15", - "data source feature": "Fluorescence" + "compartment temperature": { + "value": 23.17, + "unit": "degC" }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_63", - "data source feature": "Fluorescence" + "fluorescence": { + "value": 3266.0, + "unit": "RFU" } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 1487.52148035, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_112", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_16", - "data source feature": "Fluorescence" + }, + { + "device control aggregate document": { + "device control document": [ + { + "device type": "fluorescence detector", + "detector distance setting (plate reader)": { + "value": 11.9, + "unit": "mm" + }, + "number of averages": { + "value": 50.0, + "unit": "#" + }, + "detector gain setting": "2", + "scan position setting (plate reader)": "top scan position (plate reader)", + "detector wavelength setting": { + "value": 620.0, + "unit": "nm" + }, + "detector bandwidth setting": { + "value": 10.0, + "unit": "nm" + }, + "excitation bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation wavelength setting": { + "value": 320.0, + "unit": "nm" + }, + "custom information document": { + "Ambient temperature at start": { + "value": 23.47, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 23.59, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 23.19, + "unit": "degC" + }, + "Humidity at start": { + "value": 100.0, + "unit": "%" + }, + "Humidity at end": { + "value": 100.0, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Number of columns": 12.0, + "Height of the plate": "12 mm" + } + } + ] }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_64", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 1471.02712185, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_113", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_17", - "data source feature": "Fluorescence" + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_90", + "sample document": { + "sample identifier": "Plate 1 H1", + "location identifier": "H1", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_65", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 1004.96752006, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_114", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_18", - "data source feature": "Fluorescence" + "compartment temperature": { + "value": 23.17, + "unit": "degC" }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_66", - "data source feature": "Fluorescence" + "fluorescence": { + "value": 81011.0, + "unit": "RFU" } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 997.698002862, - "unit": "(unitless)" + } + ], + "measurement time": "2022-10-13T15:08:06+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_115", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_19", - "data source feature": "Fluorescence" + "analytical method identifier": "100302", + "experimental data identifier": "3134", + "container type": "well plate", + "custom information document": { + "Protocol Name": "HTRF LASER Eu 665/620", + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "fluorescence detector", + "detector distance setting (plate reader)": { + "value": 11.9, + "unit": "mm" + }, + "number of averages": { + "value": 50.0, + "unit": "#" + }, + "detector gain setting": "2", + "scan position setting (plate reader)": "top scan position (plate reader)", + "detector wavelength setting": { + "value": 665.0, + "unit": "nm" + }, + "detector bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation wavelength setting": { + "value": 320.0, + "unit": "nm" + }, + "custom information document": { + "Ambient temperature at start": { + "value": 23.47, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 23.59, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 23.19, + "unit": "degC" + }, + "Humidity at start": { + "value": 100.0, + "unit": "%" + }, + "Humidity at end": { + "value": 100.0, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Number of columns": 12.0, + "Height of the plate": "12 mm" + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_43", + "sample document": { + "sample identifier": "Plate 1 H2", + "location identifier": "H2", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_67", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 984.957281601, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_116", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_20", - "data source feature": "Fluorescence" + "compartment temperature": { + "value": 23.17, + "unit": "degC" }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_68", - "data source feature": "Fluorescence" + "fluorescence": { + "value": 3354.0, + "unit": "RFU" } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 1017.18554813, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_117", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_21", - "data source feature": "Fluorescence" + }, + { + "device control aggregate document": { + "device control document": [ + { + "device type": "fluorescence detector", + "detector distance setting (plate reader)": { + "value": 11.9, + "unit": "mm" + }, + "number of averages": { + "value": 50.0, + "unit": "#" + }, + "detector gain setting": "2", + "scan position setting (plate reader)": "top scan position (plate reader)", + "detector wavelength setting": { + "value": 620.0, + "unit": "nm" + }, + "detector bandwidth setting": { + "value": 10.0, + "unit": "nm" + }, + "excitation bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation wavelength setting": { + "value": 320.0, + "unit": "nm" + }, + "custom information document": { + "Ambient temperature at start": { + "value": 23.47, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 23.59, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 23.19, + "unit": "degC" + }, + "Humidity at start": { + "value": 100.0, + "unit": "%" + }, + "Humidity at end": { + "value": 100.0, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Number of columns": 12.0, + "Height of the plate": "12 mm" + } + } + ] }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_69", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 968.985790113, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_118", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_22", - "data source feature": "Fluorescence" + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_91", + "sample document": { + "sample identifier": "Plate 1 H2", + "location identifier": "H2", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_70", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 1005.07749543, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_119", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_23", - "data source feature": "Fluorescence" + "compartment temperature": { + "value": 23.17, + "unit": "degC" }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_71", - "data source feature": "Fluorescence" + "fluorescence": { + "value": 80977.0, + "unit": "RFU" } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 707.203907204, - "unit": "(unitless)" + } + ], + "measurement time": "2022-10-13T15:08:06+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_120", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_24", - "data source feature": "Fluorescence" + "analytical method identifier": "100302", + "experimental data identifier": "3134", + "container type": "well plate", + "custom information document": { + "Protocol Name": "HTRF LASER Eu 665/620", + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "fluorescence detector", + "detector distance setting (plate reader)": { + "value": 11.9, + "unit": "mm" + }, + "number of averages": { + "value": 50.0, + "unit": "#" + }, + "detector gain setting": "2", + "scan position setting (plate reader)": "top scan position (plate reader)", + "detector wavelength setting": { + "value": 665.0, + "unit": "nm" + }, + "detector bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation wavelength setting": { + "value": 320.0, + "unit": "nm" + }, + "custom information document": { + "Ambient temperature at start": { + "value": 23.47, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 23.59, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 23.19, + "unit": "degC" + }, + "Humidity at start": { + "value": 100.0, + "unit": "%" + }, + "Humidity at end": { + "value": 100.0, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Number of columns": 12.0, + "Height of the plate": "12 mm" + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_44", + "sample document": { + "sample identifier": "Plate 1 H3", + "location identifier": "H3", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_72", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 697.464104756, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_121", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_25", - "data source feature": "Fluorescence" + "compartment temperature": { + "value": 23.17, + "unit": "degC" }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_73", - "data source feature": "Fluorescence" + "fluorescence": { + "value": 3252.0, + "unit": "RFU" } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 703.487537674, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_122", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_26", - "data source feature": "Fluorescence" + }, + { + "device control aggregate document": { + "device control document": [ + { + "device type": "fluorescence detector", + "detector distance setting (plate reader)": { + "value": 11.9, + "unit": "mm" + }, + "number of averages": { + "value": 50.0, + "unit": "#" + }, + "detector gain setting": "2", + "scan position setting (plate reader)": "top scan position (plate reader)", + "detector wavelength setting": { + "value": 620.0, + "unit": "nm" + }, + "detector bandwidth setting": { + "value": 10.0, + "unit": "nm" + }, + "excitation bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation wavelength setting": { + "value": 320.0, + "unit": "nm" + }, + "custom information document": { + "Ambient temperature at start": { + "value": 23.47, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 23.59, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 23.19, + "unit": "degC" + }, + "Humidity at start": { + "value": 100.0, + "unit": "%" + }, + "Humidity at end": { + "value": 100.0, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Number of columns": 12.0, + "Height of the plate": "12 mm" + } + } + ] }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_74", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 726.238246392, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_123", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_27", - "data source feature": "Fluorescence" + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_92", + "sample document": { + "sample identifier": "Plate 1 H3", + "location identifier": "H3", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_75", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 701.399029629, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_124", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_28", - "data source feature": "Fluorescence" + "compartment temperature": { + "value": 23.17, + "unit": "degC" }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_76", - "data source feature": "Fluorescence" + "fluorescence": { + "value": 81456.0, + "unit": "RFU" } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 721.275009761, - "unit": "(unitless)" + } + ], + "measurement time": "2022-10-13T15:08:06+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_125", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_29", - "data source feature": "Fluorescence" + "analytical method identifier": "100302", + "experimental data identifier": "3134", + "container type": "well plate", + "custom information document": { + "Protocol Name": "HTRF LASER Eu 665/620", + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "fluorescence detector", + "detector distance setting (plate reader)": { + "value": 11.9, + "unit": "mm" + }, + "number of averages": { + "value": 50.0, + "unit": "#" + }, + "detector gain setting": "2", + "scan position setting (plate reader)": "top scan position (plate reader)", + "detector wavelength setting": { + "value": 665.0, + "unit": "nm" + }, + "detector bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation wavelength setting": { + "value": 320.0, + "unit": "nm" + }, + "custom information document": { + "Ambient temperature at start": { + "value": 23.47, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 23.59, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 23.19, + "unit": "degC" + }, + "Humidity at start": { + "value": 100.0, + "unit": "%" + }, + "Humidity at end": { + "value": 100.0, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Number of columns": 12.0, + "Height of the plate": "12 mm" + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_45", + "sample document": { + "sample identifier": "Plate 1 H5", + "location identifier": "H5", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_77", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 562.804988252, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_126", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_30", - "data source feature": "Fluorescence" + "compartment temperature": { + "value": 23.17, + "unit": "degC" }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_78", - "data source feature": "Fluorescence" + "fluorescence": { + "value": 3405.0, + "unit": "RFU" } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 557.881619938, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_127", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_31", - "data source feature": "Fluorescence" + }, + { + "device control aggregate document": { + "device control document": [ + { + "device type": "fluorescence detector", + "detector distance setting (plate reader)": { + "value": 11.9, + "unit": "mm" + }, + "number of averages": { + "value": 50.0, + "unit": "#" + }, + "detector gain setting": "2", + "scan position setting (plate reader)": "top scan position (plate reader)", + "detector wavelength setting": { + "value": 620.0, + "unit": "nm" + }, + "detector bandwidth setting": { + "value": 10.0, + "unit": "nm" + }, + "excitation bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation wavelength setting": { + "value": 320.0, + "unit": "nm" + }, + "custom information document": { + "Ambient temperature at start": { + "value": 23.47, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 23.59, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 23.19, + "unit": "degC" + }, + "Humidity at start": { + "value": 100.0, + "unit": "%" + }, + "Humidity at end": { + "value": 100.0, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Number of columns": 12.0, + "Height of the plate": "12 mm" + } + } + ] }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_79", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 559.664129137, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_128", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_32", - "data source feature": "Fluorescence" + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_93", + "sample document": { + "sample identifier": "Plate 1 H5", + "location identifier": "H5", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_80", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 573.562254074, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_129", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_33", - "data source feature": "Fluorescence" + "compartment temperature": { + "value": 23.17, + "unit": "degC" }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_81", - "data source feature": "Fluorescence" + "fluorescence": { + "value": 84428.0, + "unit": "RFU" } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 567.634735212, - "unit": "(unitless)" + } + ], + "measurement time": "2022-10-13T15:08:06+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_130", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_34", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_82", - "data source feature": "Fluorescence" - } - ] + "analytical method identifier": "100302", + "experimental data identifier": "3134", + "container type": "well plate", + "custom information document": { + "Protocol Name": "HTRF LASER Eu 665/620", + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 563.983204482, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_131", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_35", - "data source feature": "Fluorescence" + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "fluorescence detector", + "detector distance setting (plate reader)": { + "value": 11.9, + "unit": "mm" + }, + "number of averages": { + "value": 50.0, + "unit": "#" + }, + "detector gain setting": "2", + "scan position setting (plate reader)": "top scan position (plate reader)", + "detector wavelength setting": { + "value": 665.0, + "unit": "nm" + }, + "detector bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation wavelength setting": { + "value": 320.0, + "unit": "nm" + }, + "custom information document": { + "Ambient temperature at start": { + "value": 23.47, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 23.59, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 23.19, + "unit": "degC" + }, + "Humidity at start": { + "value": 100.0, + "unit": "%" + }, + "Humidity at end": { + "value": 100.0, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Number of columns": 12.0, + "Height of the plate": "12 mm" + } + } + ] }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_83", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 481.189418042, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_132", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_36", - "data source feature": "Fluorescence" + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_46", + "sample document": { + "sample identifier": "Plate 1 H6", + "location identifier": "H6", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_84", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 482.180558541, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_133", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_37", - "data source feature": "Fluorescence" + "compartment temperature": { + "value": 23.17, + "unit": "degC" }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_85", - "data source feature": "Fluorescence" + "fluorescence": { + "value": 3342.0, + "unit": "RFU" } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 480.169042819, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_134", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_38", - "data source feature": "Fluorescence" + }, + { + "device control aggregate document": { + "device control document": [ + { + "device type": "fluorescence detector", + "detector distance setting (plate reader)": { + "value": 11.9, + "unit": "mm" + }, + "number of averages": { + "value": 50.0, + "unit": "#" + }, + "detector gain setting": "2", + "scan position setting (plate reader)": "top scan position (plate reader)", + "detector wavelength setting": { + "value": 620.0, + "unit": "nm" + }, + "detector bandwidth setting": { + "value": 10.0, + "unit": "nm" + }, + "excitation bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation wavelength setting": { + "value": 320.0, + "unit": "nm" + }, + "custom information document": { + "Ambient temperature at start": { + "value": 23.47, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 23.59, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 23.19, + "unit": "degC" + }, + "Humidity at start": { + "value": 100.0, + "unit": "%" + }, + "Humidity at end": { + "value": 100.0, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Number of columns": 12.0, + "Height of the plate": "12 mm" + } + } + ] }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_86", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 478.930200648, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_135", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_39", - "data source feature": "Fluorescence" + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_94", + "sample document": { + "sample identifier": "Plate 1 H6", + "location identifier": "H6", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_87", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 482.450907876, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_136", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_40", - "data source feature": "Fluorescence" + "compartment temperature": { + "value": 23.17, + "unit": "degC" }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_88", - "data source feature": "Fluorescence" + "fluorescence": { + "value": 82202.0, + "unit": "RFU" } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 491.042828331, - "unit": "(unitless)" + } + ], + "measurement time": "2022-10-13T15:08:06+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_137", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_41", - "data source feature": "Fluorescence" + "analytical method identifier": "100302", + "experimental data identifier": "3134", + "container type": "well plate", + "custom information document": { + "Protocol Name": "HTRF LASER Eu 665/620", + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "fluorescence detector", + "detector distance setting (plate reader)": { + "value": 11.9, + "unit": "mm" + }, + "number of averages": { + "value": 50.0, + "unit": "#" + }, + "detector gain setting": "2", + "scan position setting (plate reader)": "top scan position (plate reader)", + "detector wavelength setting": { + "value": 665.0, + "unit": "nm" + }, + "detector bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation wavelength setting": { + "value": 320.0, + "unit": "nm" + }, + "custom information document": { + "Ambient temperature at start": { + "value": 23.47, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 23.59, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 23.19, + "unit": "degC" + }, + "Humidity at start": { + "value": 100.0, + "unit": "%" + }, + "Humidity at end": { + "value": 100.0, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Number of columns": 12.0, + "Height of the plate": "12 mm" + } + } + ] }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_89", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 403.155127082, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_138", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_42", - "data source feature": "Fluorescence" + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_47", + "sample document": { + "sample identifier": "Plate 1 H7", + "location identifier": "H7", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_90", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 414.191684058, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_139", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_43", - "data source feature": "Fluorescence" + "compartment temperature": { + "value": 23.17, + "unit": "degC" }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_91", - "data source feature": "Fluorescence" + "fluorescence": { + "value": 3339.0, + "unit": "RFU" } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 399.233942251, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_140", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_44", - "data source feature": "Fluorescence" + }, + { + "device control aggregate document": { + "device control document": [ + { + "device type": "fluorescence detector", + "detector distance setting (plate reader)": { + "value": 11.9, + "unit": "mm" + }, + "number of averages": { + "value": 50.0, + "unit": "#" + }, + "detector gain setting": "2", + "scan position setting (plate reader)": "top scan position (plate reader)", + "detector wavelength setting": { + "value": 620.0, + "unit": "nm" + }, + "detector bandwidth setting": { + "value": 10.0, + "unit": "nm" + }, + "excitation bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation wavelength setting": { + "value": 320.0, + "unit": "nm" + }, + "custom information document": { + "Ambient temperature at start": { + "value": 23.47, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 23.59, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 23.19, + "unit": "degC" + }, + "Humidity at start": { + "value": 100.0, + "unit": "%" + }, + "Humidity at end": { + "value": 100.0, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Number of columns": 12.0, + "Height of the plate": "12 mm" + } + } + ] }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_92", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 403.302222012, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_141", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_45", - "data source feature": "Fluorescence" + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_95", + "sample document": { + "sample identifier": "Plate 1 H7", + "location identifier": "H7", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_93", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 406.559451108, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_142", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_46", - "data source feature": "Fluorescence" + "compartment temperature": { + "value": 23.17, + "unit": "degC" }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_94", - "data source feature": "Fluorescence" + "fluorescence": { + "value": 81633.0, + "unit": "RFU" } - ] - } - }, - { - "calculated data name": "Calc 1: General", - "calculated result": { - "value": 409.025761641, - "unit": "(unitless)" + } + ], + "measurement time": "2022-10-13T15:08:06+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_143", - "calculation description": "Calc 1: General = (X / Y) * Z where X = AC HTRF Laser [Eu](1) channel 1 window 1 Y = AC HTRF Laser [Eu](1) channel 2 window 1 Z = 10000", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_47", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_95", - "data source feature": "Fluorescence" - } - ] + "analytical method identifier": "100302", + "experimental data identifier": "3134", + "container type": "well plate", + "custom information document": { + "Protocol Name": "HTRF LASER Eu 665/620", + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Finished": "10/13/2022 3:08:15 PM" } } - ] - }, - "data system document": { - "ASM file identifier": "PE_Envision_fluorescence_example01.json", - "data system instance identifier": "N/A", - "file name": "PE_Envision_fluorescence_example01.csv", - "UNC path": "tests/parsers/perkin_elmer_envision/testdata/PE_Envision_fluorescence_example01.csv", - "ASM converter name": "allotropy_perkinelmer_envision", - "ASM converter version": "0.1.113", - "software name": "EnVision Workstation", - "software version": "1.14.3049.1193" - }, - "device system document": { - "device identifier": "EnVision", - "model number": "EnVision", - "equipment serial number": "1050209" - } + } + ] } } From 6f0604d18904beb9f0fbe1cd1bfdf5c19017123d Mon Sep 17 00:00:00 2001 From: Nathan Stender Date: Thu, 23 Jul 2026 16:34:35 -0400 Subject: [PATCH 2/2] test: Minimize expected-JSON diff by preserving original key order The regenerated expected output reordered object keys, producing a ~5000-line diff for a change that only touches the calculated data name/description. Hand-edit the expected JSON to apply just the string changes, preserving the original key order so the diff reflects only the intended values. Co-Authored-By: Claude Opus 4.8 --- .../PE_Envision_fluorescence_example01.json | 5360 ++++++++--------- 1 file changed, 2680 insertions(+), 2680 deletions(-) diff --git a/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_fluorescence_example01.json b/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_fluorescence_example01.json index b78a0a3290..2cdb56396e 100644 --- a/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_fluorescence_example01.json +++ b/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_fluorescence_example01.json @@ -1,1034 +1,1112 @@ { "$asm.manifest": "http://purl.allotrope.org/manifests/plate-reader/REC/2024/06/plate-reader.manifest", "plate reader aggregate document": { - "calculated data aggregate document": { - "calculated data document": [ - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 3912.12920565, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_96", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_0", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_48", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 3923.92517971, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_97", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_1", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_49", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 3948.45245355, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_98", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_2", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_50", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 3933.03506298, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_99", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_3", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_51", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 4061.92827247, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_100", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_4", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_52", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 3996.61746992, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_101", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_5", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_53", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 2385.72193555, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_102", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_6", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_54", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 2384.42487617, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_103", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_7", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_55", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 2396.10683014, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_104", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_8", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_56", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 2390.61028269, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_105", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_9", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_57", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 2396.68321027, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_106", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_10", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_58", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 2424.70697585, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_107", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_11", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_59", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 1497.6939597, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_108", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_12", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_60", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 1488.29789767, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_109", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_13", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_61", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 1474.23429335, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_110", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_14", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_62", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 1513.01294815, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_111", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_15", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_63", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 1487.52148035, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_112", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_16", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_64", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 1471.02712185, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_113", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_17", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_65", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 1004.96752006, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_114", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_18", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_66", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 997.698002862, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_115", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_19", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_67", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 984.957281601, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_116", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_20", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_68", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 1017.18554813, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_117", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_21", - "data source feature": "Fluorescence" + "plate reader document": [ + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "fluorescence detector", + "detector distance setting (plate reader)": { + "value": 11.9, + "unit": "mm" + }, + "number of averages": { + "value": 50.0, + "unit": "#" + }, + "detector gain setting": "2", + "scan position setting (plate reader)": "top scan position (plate reader)", + "detector wavelength setting": { + "value": 665.0, + "unit": "nm" + }, + "detector bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation wavelength setting": { + "value": 320.0, + "unit": "nm" + }, + "custom information document": { + "Ambient temperature at start": { + "value": 23.47, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 23.59, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 23.19, + "unit": "degC" + }, + "Humidity at start": { + "value": 100.0, + "unit": "%" + }, + "Humidity at end": { + "value": 100.0, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "12 mm", + "Number of columns": 12.0 + } + } + ] }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_69", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 968.985790113, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_118", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_22", - "data source feature": "Fluorescence" + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_0", + "sample document": { + "sample identifier": "Plate 1 A1", + "location identifier": "A1", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0, + "Name of the plate type": "cisbio 96well low volume" + } }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_70", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 1005.07749543, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_119", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_23", - "data source feature": "Fluorescence" + "compartment temperature": { + "value": 23.17, + "unit": "degC" }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_71", - "data source feature": "Fluorescence" + "fluorescence": { + "value": 31441.0, + "unit": "RFU" } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 707.203907204, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_120", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_24", - "data source feature": "Fluorescence" + }, + { + "device control aggregate document": { + "device control document": [ + { + "device type": "fluorescence detector", + "detector distance setting (plate reader)": { + "value": 11.9, + "unit": "mm" + }, + "number of averages": { + "value": 50.0, + "unit": "#" + }, + "detector gain setting": "2", + "scan position setting (plate reader)": "top scan position (plate reader)", + "detector wavelength setting": { + "value": 620.0, + "unit": "nm" + }, + "detector bandwidth setting": { + "value": 10.0, + "unit": "nm" + }, + "excitation bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation wavelength setting": { + "value": 320.0, + "unit": "nm" + }, + "custom information document": { + "Ambient temperature at start": { + "value": 23.47, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 23.59, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 23.19, + "unit": "degC" + }, + "Humidity at start": { + "value": 100.0, + "unit": "%" + }, + "Humidity at end": { + "value": 100.0, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "12 mm", + "Number of columns": 12.0 + } + } + ] }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_72", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 697.464104756, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_121", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_25", - "data source feature": "Fluorescence" + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_48", + "sample document": { + "sample identifier": "Plate 1 A1", + "location identifier": "A1", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_73", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 703.487537674, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_122", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_26", - "data source feature": "Fluorescence" + "compartment temperature": { + "value": 23.17, + "unit": "degC" }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_74", - "data source feature": "Fluorescence" + "fluorescence": { + "value": 80368.0, + "unit": "RFU" } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 726.238246392, - "unit": "(unitless)" + } + ], + "measurement time": "2022-10-13T15:08:06+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_123", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_27", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_75", - "data source feature": "Fluorescence" - } - ] + "analytical method identifier": "100302", + "experimental data identifier": "3134", + "container type": "well plate", + "custom information document": { + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 701.399029629, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_124", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_28", - "data source feature": "Fluorescence" + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "fluorescence detector", + "detector distance setting (plate reader)": { + "value": 11.9, + "unit": "mm" + }, + "number of averages": { + "value": 50.0, + "unit": "#" + }, + "detector gain setting": "2", + "scan position setting (plate reader)": "top scan position (plate reader)", + "detector wavelength setting": { + "value": 665.0, + "unit": "nm" + }, + "detector bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation wavelength setting": { + "value": 320.0, + "unit": "nm" + }, + "custom information document": { + "Ambient temperature at start": { + "value": 23.47, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 23.59, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 23.19, + "unit": "degC" + }, + "Humidity at start": { + "value": 100.0, + "unit": "%" + }, + "Humidity at end": { + "value": 100.0, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "12 mm", + "Number of columns": 12.0 + } + } + ] }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_76", - "data source feature": "Fluorescence" + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_1", + "sample document": { + "sample identifier": "Plate 1 A2", + "location identifier": "A2", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "compartment temperature": { + "value": 23.17, + "unit": "degC" + }, + "fluorescence": { + "value": 31278.0, + "unit": "RFU" } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 721.275009761, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_125", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_29", - "data source feature": "Fluorescence" + }, + { + "device control aggregate document": { + "device control document": [ + { + "device type": "fluorescence detector", + "detector distance setting (plate reader)": { + "value": 11.9, + "unit": "mm" + }, + "number of averages": { + "value": 50.0, + "unit": "#" + }, + "detector gain setting": "2", + "scan position setting (plate reader)": "top scan position (plate reader)", + "detector wavelength setting": { + "value": 620.0, + "unit": "nm" + }, + "detector bandwidth setting": { + "value": 10.0, + "unit": "nm" + }, + "excitation bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation wavelength setting": { + "value": 320.0, + "unit": "nm" + }, + "custom information document": { + "Ambient temperature at start": { + "value": 23.47, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 23.59, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 23.19, + "unit": "degC" + }, + "Humidity at start": { + "value": 100.0, + "unit": "%" + }, + "Humidity at end": { + "value": 100.0, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "12 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_49", + "sample document": { + "sample identifier": "Plate 1 A2", + "location identifier": "A2", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_77", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 562.804988252, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_126", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_30", - "data source feature": "Fluorescence" + "compartment temperature": { + "value": 23.17, + "unit": "degC" }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_78", - "data source feature": "Fluorescence" + "fluorescence": { + "value": 79711.0, + "unit": "RFU" } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 557.881619938, - "unit": "(unitless)" + } + ], + "measurement time": "2022-10-13T15:08:06+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_127", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_31", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_79", - "data source feature": "Fluorescence" - } - ] + "analytical method identifier": "100302", + "experimental data identifier": "3134", + "container type": "well plate", + "custom information document": { + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 559.664129137, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_128", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_32", - "data source feature": "Fluorescence" + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "fluorescence detector", + "detector distance setting (plate reader)": { + "value": 11.9, + "unit": "mm" + }, + "number of averages": { + "value": 50.0, + "unit": "#" + }, + "detector gain setting": "2", + "scan position setting (plate reader)": "top scan position (plate reader)", + "detector wavelength setting": { + "value": 665.0, + "unit": "nm" + }, + "detector bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation wavelength setting": { + "value": 320.0, + "unit": "nm" + }, + "custom information document": { + "Ambient temperature at start": { + "value": 23.47, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 23.59, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 23.19, + "unit": "degC" + }, + "Humidity at start": { + "value": 100.0, + "unit": "%" + }, + "Humidity at end": { + "value": 100.0, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "12 mm", + "Number of columns": 12.0 + } + } + ] }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_80", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 573.562254074, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_129", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_33", - "data source feature": "Fluorescence" + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_2", + "sample document": { + "sample identifier": "Plate 1 A3", + "location identifier": "A3", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_81", - "data source feature": "Fluorescence" + "compartment temperature": { + "value": 23.17, + "unit": "degC" + }, + "fluorescence": { + "value": 31727.0, + "unit": "RFU" } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 567.634735212, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_130", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_34", - "data source feature": "Fluorescence" + }, + { + "device control aggregate document": { + "device control document": [ + { + "device type": "fluorescence detector", + "detector distance setting (plate reader)": { + "value": 11.9, + "unit": "mm" + }, + "number of averages": { + "value": 50.0, + "unit": "#" + }, + "detector gain setting": "2", + "scan position setting (plate reader)": "top scan position (plate reader)", + "detector wavelength setting": { + "value": 620.0, + "unit": "nm" + }, + "detector bandwidth setting": { + "value": 10.0, + "unit": "nm" + }, + "excitation bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation wavelength setting": { + "value": 320.0, + "unit": "nm" + }, + "custom information document": { + "Ambient temperature at start": { + "value": 23.47, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 23.59, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 23.19, + "unit": "degC" + }, + "Humidity at start": { + "value": 100.0, + "unit": "%" + }, + "Humidity at end": { + "value": 100.0, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "12 mm", + "Number of columns": 12.0 + } + } + ] }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_82", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 563.983204482, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_131", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_35", - "data source feature": "Fluorescence" + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_50", + "sample document": { + "sample identifier": "Plate 1 A3", + "location identifier": "A3", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_83", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 481.189418042, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_132", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_36", - "data source feature": "Fluorescence" + "compartment temperature": { + "value": 23.17, + "unit": "degC" }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_84", - "data source feature": "Fluorescence" + "fluorescence": { + "value": 80353.0, + "unit": "RFU" } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 482.180558541, - "unit": "(unitless)" + } + ], + "measurement time": "2022-10-13T15:08:06+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_133", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_37", - "data source feature": "Fluorescence" + "analytical method identifier": "100302", + "experimental data identifier": "3134", + "container type": "well plate", + "custom information document": { + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "fluorescence detector", + "detector distance setting (plate reader)": { + "value": 11.9, + "unit": "mm" + }, + "number of averages": { + "value": 50.0, + "unit": "#" + }, + "detector gain setting": "2", + "scan position setting (plate reader)": "top scan position (plate reader)", + "detector wavelength setting": { + "value": 665.0, + "unit": "nm" + }, + "detector bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation wavelength setting": { + "value": 320.0, + "unit": "nm" + }, + "custom information document": { + "Ambient temperature at start": { + "value": 23.47, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 23.59, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 23.19, + "unit": "degC" + }, + "Humidity at start": { + "value": 100.0, + "unit": "%" + }, + "Humidity at end": { + "value": 100.0, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "12 mm", + "Number of columns": 12.0 + } + } + ] }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_85", - "data source feature": "Fluorescence" + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_3", + "sample document": { + "sample identifier": "Plate 1 A5", + "location identifier": "A5", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "compartment temperature": { + "value": 23.17, + "unit": "degC" + }, + "fluorescence": { + "value": 32350.0, + "unit": "RFU" } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 480.169042819, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_134", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_38", - "data source feature": "Fluorescence" + }, + { + "device control aggregate document": { + "device control document": [ + { + "device type": "fluorescence detector", + "detector distance setting (plate reader)": { + "value": 11.9, + "unit": "mm" + }, + "number of averages": { + "value": 50.0, + "unit": "#" + }, + "detector gain setting": "2", + "scan position setting (plate reader)": "top scan position (plate reader)", + "detector wavelength setting": { + "value": 620.0, + "unit": "nm" + }, + "detector bandwidth setting": { + "value": 10.0, + "unit": "nm" + }, + "excitation bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation wavelength setting": { + "value": 320.0, + "unit": "nm" + }, + "custom information document": { + "Ambient temperature at start": { + "value": 23.47, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 23.59, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 23.19, + "unit": "degC" + }, + "Humidity at start": { + "value": 100.0, + "unit": "%" + }, + "Humidity at end": { + "value": 100.0, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "12 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_51", + "sample document": { + "sample identifier": "Plate 1 A5", + "location identifier": "A5", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_86", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 478.930200648, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_135", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_39", - "data source feature": "Fluorescence" + "compartment temperature": { + "value": 23.17, + "unit": "degC" }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_87", - "data source feature": "Fluorescence" + "fluorescence": { + "value": 82252.0, + "unit": "RFU" } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 482.450907876, - "unit": "(unitless)" + } + ], + "measurement time": "2022-10-13T15:08:06+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_136", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_40", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_88", - "data source feature": "Fluorescence" - } - ] + "analytical method identifier": "100302", + "experimental data identifier": "3134", + "container type": "well plate", + "custom information document": { + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 491.042828331, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_137", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_41", - "data source feature": "Fluorescence" + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "fluorescence detector", + "detector distance setting (plate reader)": { + "value": 11.9, + "unit": "mm" + }, + "number of averages": { + "value": 50.0, + "unit": "#" + }, + "detector gain setting": "2", + "scan position setting (plate reader)": "top scan position (plate reader)", + "detector wavelength setting": { + "value": 665.0, + "unit": "nm" + }, + "detector bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation wavelength setting": { + "value": 320.0, + "unit": "nm" + }, + "custom information document": { + "Ambient temperature at start": { + "value": 23.47, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 23.59, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 23.19, + "unit": "degC" + }, + "Humidity at start": { + "value": 100.0, + "unit": "%" + }, + "Humidity at end": { + "value": 100.0, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "12 mm", + "Number of columns": 12.0 + } + } + ] }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_89", - "data source feature": "Fluorescence" + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_4", + "sample document": { + "sample identifier": "Plate 1 A6", + "location identifier": "A6", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "compartment temperature": { + "value": 23.17, + "unit": "degC" + }, + "fluorescence": { + "value": 32415.0, + "unit": "RFU" } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 403.155127082, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_138", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_42", - "data source feature": "Fluorescence" + }, + { + "device control aggregate document": { + "device control document": [ + { + "device type": "fluorescence detector", + "detector distance setting (plate reader)": { + "value": 11.9, + "unit": "mm" + }, + "number of averages": { + "value": 50.0, + "unit": "#" + }, + "detector gain setting": "2", + "scan position setting (plate reader)": "top scan position (plate reader)", + "detector wavelength setting": { + "value": 620.0, + "unit": "nm" + }, + "detector bandwidth setting": { + "value": 10.0, + "unit": "nm" + }, + "excitation bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation wavelength setting": { + "value": 320.0, + "unit": "nm" + }, + "custom information document": { + "Ambient temperature at start": { + "value": 23.47, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 23.59, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 23.19, + "unit": "degC" + }, + "Humidity at start": { + "value": 100.0, + "unit": "%" + }, + "Humidity at end": { + "value": 100.0, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "12 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_52", + "sample document": { + "sample identifier": "Plate 1 A6", + "location identifier": "A6", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "compartment temperature": { + "value": 23.17, + "unit": "degC" }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_90", - "data source feature": "Fluorescence" + "fluorescence": { + "value": 79802.0, + "unit": "RFU" } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 414.191684058, - "unit": "(unitless)" + } + ], + "measurement time": "2022-10-13T15:08:06+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_139", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_43", - "data source feature": "Fluorescence" - }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_91", - "data source feature": "Fluorescence" - } - ] + "analytical method identifier": "100302", + "experimental data identifier": "3134", + "container type": "well plate", + "custom information document": { + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 399.233942251, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_140", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_44", - "data source feature": "Fluorescence" + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "fluorescence detector", + "detector distance setting (plate reader)": { + "value": 11.9, + "unit": "mm" + }, + "number of averages": { + "value": 50.0, + "unit": "#" + }, + "detector gain setting": "2", + "scan position setting (plate reader)": "top scan position (plate reader)", + "detector wavelength setting": { + "value": 665.0, + "unit": "nm" + }, + "detector bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation wavelength setting": { + "value": 320.0, + "unit": "nm" + }, + "custom information document": { + "Ambient temperature at start": { + "value": 23.47, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 23.59, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 23.19, + "unit": "degC" + }, + "Humidity at start": { + "value": 100.0, + "unit": "%" + }, + "Humidity at end": { + "value": 100.0, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "12 mm", + "Number of columns": 12.0 + } + } + ] }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_92", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 403.302222012, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_141", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_45", - "data source feature": "Fluorescence" + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_5", + "sample document": { + "sample identifier": "Plate 1 A7", + "location identifier": "A7", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_93", - "data source feature": "Fluorescence" - } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 406.559451108, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_142", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_46", - "data source feature": "Fluorescence" + "compartment temperature": { + "value": 23.17, + "unit": "degC" }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_94", - "data source feature": "Fluorescence" + "fluorescence": { + "value": 32847.0, + "unit": "RFU" } - ] - } - }, - { - "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "calculated result": { - "value": 409.025761641, - "unit": "(unitless)" - }, - "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_143", - "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", - "data source aggregate document": { - "data source document": [ - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_47", - "data source feature": "Fluorescence" + }, + { + "device control aggregate document": { + "device control document": [ + { + "device type": "fluorescence detector", + "detector distance setting (plate reader)": { + "value": 11.9, + "unit": "mm" + }, + "number of averages": { + "value": 50.0, + "unit": "#" + }, + "detector gain setting": "2", + "scan position setting (plate reader)": "top scan position (plate reader)", + "detector wavelength setting": { + "value": 620.0, + "unit": "nm" + }, + "detector bandwidth setting": { + "value": 10.0, + "unit": "nm" + }, + "excitation bandwidth setting": { + "value": 75.0, + "unit": "nm" + }, + "excitation wavelength setting": { + "value": 320.0, + "unit": "nm" + }, + "custom information document": { + "Ambient temperature at start": { + "value": 23.47, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 23.59, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 23.19, + "unit": "degC" + }, + "Humidity at start": { + "value": 100.0, + "unit": "%" + }, + "Humidity at end": { + "value": 100.0, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "12 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_53", + "sample document": { + "sample identifier": "Plate 1 A7", + "location identifier": "A7", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } }, - { - "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_95", - "data source feature": "Fluorescence" + "compartment temperature": { + "value": 23.17, + "unit": "degC" + }, + "fluorescence": { + "value": 82187.0, + "unit": "RFU" } - ] + } + ], + "measurement time": "2022-10-13T15:08:06+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100302", + "experimental data identifier": "3134", + "container type": "well plate", + "custom information document": { + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } - ] - }, - "data system document": { - "ASM file identifier": "PE_Envision_fluorescence_example01.json", - "data system instance identifier": "N/A", - "ASM converter name": "allotropy_perkinelmer_envision", - "ASM converter version": "0.1.141", - "file name": "PE_Envision_fluorescence_example01.csv", - "software name": "EnVision Workstation", - "software version": "1.14.3049.1193", - "UNC path": "tests/parsers/perkin_elmer_envision/testdata/PE_Envision_fluorescence_example01.csv" - }, - "device system document": { - "device identifier": "EnVision", - "equipment serial number": "1050209", - "model number": "EnVision" - }, - "plate reader document": [ + }, { "measurement aggregate document": { "measurement document": [ @@ -1088,22 +1166,21 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_0", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_6", "sample document": { - "sample identifier": "Plate 1 A1", - "location identifier": "A1", + "sample identifier": "Plate 1 B1", + "location identifier": "B1", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { "group identifier": 1.0, - "Repeat": 1.0, - "Name of the plate type": "cisbio 96well low volume" + "Repeat": 1.0 } }, "compartment temperature": { @@ -1111,7 +1188,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31441.0, + "value": 19603.0, "unit": "RFU" } }, @@ -1171,16 +1248,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_48", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_54", "sample document": { - "sample identifier": "Plate 1 A1", - "location identifier": "A1", + "sample identifier": "Plate 1 B1", + "location identifier": "B1", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -1193,7 +1270,7 @@ "unit": "degC" }, "fluorescence": { - "value": 80368.0, + "value": 82168.0, "unit": "RFU" } } @@ -1207,10 +1284,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -1273,16 +1350,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_1", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_7", "sample document": { - "sample identifier": "Plate 1 A2", - "location identifier": "A2", + "sample identifier": "Plate 1 B2", + "location identifier": "B2", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -1295,7 +1372,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31278.0, + "value": 19063.0, "unit": "RFU" } }, @@ -1355,16 +1432,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_49", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_55", "sample document": { - "sample identifier": "Plate 1 A2", - "location identifier": "A2", + "sample identifier": "Plate 1 B2", + "location identifier": "B2", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -1377,7 +1454,7 @@ "unit": "degC" }, "fluorescence": { - "value": 79711.0, + "value": 79948.0, "unit": "RFU" } } @@ -1391,10 +1468,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -1457,16 +1534,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_2", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_8", "sample document": { - "sample identifier": "Plate 1 A3", - "location identifier": "A3", + "sample identifier": "Plate 1 B3", + "location identifier": "B3", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -1479,7 +1556,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31727.0, + "value": 19621.0, "unit": "RFU" } }, @@ -1539,16 +1616,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_50", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_56", "sample document": { - "sample identifier": "Plate 1 A3", - "location identifier": "A3", + "sample identifier": "Plate 1 B3", + "location identifier": "B3", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -1561,7 +1638,7 @@ "unit": "degC" }, "fluorescence": { - "value": 80353.0, + "value": 81887.0, "unit": "RFU" } } @@ -1575,10 +1652,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -1641,16 +1718,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_3", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_9", "sample document": { - "sample identifier": "Plate 1 A5", - "location identifier": "A5", + "sample identifier": "Plate 1 B5", + "location identifier": "B5", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -1663,7 +1740,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32350.0, + "value": 19543.0, "unit": "RFU" } }, @@ -1723,16 +1800,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_51", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_57", "sample document": { - "sample identifier": "Plate 1 A5", - "location identifier": "A5", + "sample identifier": "Plate 1 B5", + "location identifier": "B5", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -1745,7 +1822,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82252.0, + "value": 81749.0, "unit": "RFU" } } @@ -1759,10 +1836,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -1825,16 +1902,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_4", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_10", "sample document": { - "sample identifier": "Plate 1 A6", - "location identifier": "A6", + "sample identifier": "Plate 1 B6", + "location identifier": "B6", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -1847,7 +1924,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32415.0, + "value": 19799.0, "unit": "RFU" } }, @@ -1907,16 +1984,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_52", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_58", "sample document": { - "sample identifier": "Plate 1 A6", - "location identifier": "A6", + "sample identifier": "Plate 1 B6", + "location identifier": "B6", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -1929,7 +2006,7 @@ "unit": "degC" }, "fluorescence": { - "value": 79802.0, + "value": 82610.0, "unit": "RFU" } } @@ -1943,10 +2020,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -2009,16 +2086,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_5", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_11", "sample document": { - "sample identifier": "Plate 1 A7", - "location identifier": "A7", + "sample identifier": "Plate 1 B7", + "location identifier": "B7", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -2031,7 +2108,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32847.0, + "value": 20087.0, "unit": "RFU" } }, @@ -2091,16 +2168,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_53", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_59", "sample document": { - "sample identifier": "Plate 1 A7", - "location identifier": "A7", + "sample identifier": "Plate 1 B7", + "location identifier": "B7", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -2113,7 +2190,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82187.0, + "value": 82843.0, "unit": "RFU" } } @@ -2127,10 +2204,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -2193,16 +2270,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_6", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_12", "sample document": { - "sample identifier": "Plate 1 B1", - "location identifier": "B1", + "sample identifier": "Plate 1 C1", + "location identifier": "C1", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -2215,7 +2292,7 @@ "unit": "degC" }, "fluorescence": { - "value": 19603.0, + "value": 12762.0, "unit": "RFU" } }, @@ -2275,16 +2352,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_54", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_60", "sample document": { - "sample identifier": "Plate 1 B1", - "location identifier": "B1", + "sample identifier": "Plate 1 C1", + "location identifier": "C1", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -2297,7 +2374,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82168.0, + "value": 85211.0, "unit": "RFU" } } @@ -2311,10 +2388,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -2377,16 +2454,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_7", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_13", "sample document": { - "sample identifier": "Plate 1 B2", - "location identifier": "B2", + "sample identifier": "Plate 1 C2", + "location identifier": "C2", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -2399,7 +2476,7 @@ "unit": "degC" }, "fluorescence": { - "value": 19063.0, + "value": 12502.0, "unit": "RFU" } }, @@ -2459,16 +2536,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_55", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_61", "sample document": { - "sample identifier": "Plate 1 B2", - "location identifier": "B2", + "sample identifier": "Plate 1 C2", + "location identifier": "C2", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -2481,7 +2558,7 @@ "unit": "degC" }, "fluorescence": { - "value": 79948.0, + "value": 84002.0, "unit": "RFU" } } @@ -2495,10 +2572,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -2561,16 +2638,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_8", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_14", "sample document": { - "sample identifier": "Plate 1 B3", - "location identifier": "B3", + "sample identifier": "Plate 1 C3", + "location identifier": "C3", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -2583,7 +2660,7 @@ "unit": "degC" }, "fluorescence": { - "value": 19621.0, + "value": 12582.0, "unit": "RFU" } }, @@ -2643,16 +2720,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_56", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_62", "sample document": { - "sample identifier": "Plate 1 B3", - "location identifier": "B3", + "sample identifier": "Plate 1 C3", + "location identifier": "C3", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -2665,7 +2742,7 @@ "unit": "degC" }, "fluorescence": { - "value": 81887.0, + "value": 85346.0, "unit": "RFU" } } @@ -2679,10 +2756,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -2745,16 +2822,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_9", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_15", "sample document": { - "sample identifier": "Plate 1 B5", - "location identifier": "B5", + "sample identifier": "Plate 1 C5", + "location identifier": "C5", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -2767,7 +2844,7 @@ "unit": "degC" }, "fluorescence": { - "value": 19543.0, + "value": 12842.0, "unit": "RFU" } }, @@ -2827,16 +2904,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_57", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_63", "sample document": { - "sample identifier": "Plate 1 B5", - "location identifier": "B5", + "sample identifier": "Plate 1 C5", + "location identifier": "C5", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -2849,7 +2926,7 @@ "unit": "degC" }, "fluorescence": { - "value": 81749.0, + "value": 84877.0, "unit": "RFU" } } @@ -2863,10 +2940,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -2929,16 +3006,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_10", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_16", "sample document": { - "sample identifier": "Plate 1 B6", - "location identifier": "B6", + "sample identifier": "Plate 1 C6", + "location identifier": "C6", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -2951,7 +3028,7 @@ "unit": "degC" }, "fluorescence": { - "value": 19799.0, + "value": 13071.0, "unit": "RFU" } }, @@ -3011,16 +3088,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_58", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_64", "sample document": { - "sample identifier": "Plate 1 B6", - "location identifier": "B6", + "sample identifier": "Plate 1 C6", + "location identifier": "C6", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -3033,7 +3110,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82610.0, + "value": 87871.0, "unit": "RFU" } } @@ -3047,10 +3124,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -3113,16 +3190,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_11", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_17", "sample document": { - "sample identifier": "Plate 1 B7", - "location identifier": "B7", + "sample identifier": "Plate 1 C7", + "location identifier": "C7", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -3135,7 +3212,7 @@ "unit": "degC" }, "fluorescence": { - "value": 20087.0, + "value": 12914.0, "unit": "RFU" } }, @@ -3195,16 +3272,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_59", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_65", "sample document": { - "sample identifier": "Plate 1 B7", - "location identifier": "B7", + "sample identifier": "Plate 1 C7", + "location identifier": "C7", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -3217,7 +3294,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82843.0, + "value": 87789.0, "unit": "RFU" } } @@ -3231,10 +3308,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -3297,16 +3374,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_12", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_18", "sample document": { - "sample identifier": "Plate 1 C1", - "location identifier": "C1", + "sample identifier": "Plate 1 D1", + "location identifier": "D1", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -3319,7 +3396,7 @@ "unit": "degC" }, "fluorescence": { - "value": 12762.0, + "value": 8153.0, "unit": "RFU" } }, @@ -3379,16 +3456,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_60", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_66", "sample document": { - "sample identifier": "Plate 1 C1", - "location identifier": "C1", + "sample identifier": "Plate 1 D1", + "location identifier": "D1", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -3401,7 +3478,7 @@ "unit": "degC" }, "fluorescence": { - "value": 85211.0, + "value": 81127.0, "unit": "RFU" } } @@ -3415,10 +3492,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -3481,16 +3558,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_13", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_19", "sample document": { - "sample identifier": "Plate 1 C2", - "location identifier": "C2", + "sample identifier": "Plate 1 D2", + "location identifier": "D2", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -3503,7 +3580,7 @@ "unit": "degC" }, "fluorescence": { - "value": 12502.0, + "value": 8018.0, "unit": "RFU" } }, @@ -3563,16 +3640,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_61", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_67", "sample document": { - "sample identifier": "Plate 1 C2", - "location identifier": "C2", + "sample identifier": "Plate 1 D2", + "location identifier": "D2", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -3585,7 +3662,7 @@ "unit": "degC" }, "fluorescence": { - "value": 84002.0, + "value": 80365.0, "unit": "RFU" } } @@ -3599,10 +3676,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -3665,16 +3742,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_14", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_20", "sample document": { - "sample identifier": "Plate 1 C3", - "location identifier": "C3", + "sample identifier": "Plate 1 D3", + "location identifier": "D3", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -3687,7 +3764,7 @@ "unit": "degC" }, "fluorescence": { - "value": 12582.0, + "value": 8093.0, "unit": "RFU" } }, @@ -3747,16 +3824,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_62", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_68", "sample document": { - "sample identifier": "Plate 1 C3", - "location identifier": "C3", + "sample identifier": "Plate 1 D3", + "location identifier": "D3", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -3769,7 +3846,7 @@ "unit": "degC" }, "fluorescence": { - "value": 85346.0, + "value": 82166.0, "unit": "RFU" } } @@ -3783,10 +3860,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -3849,16 +3926,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_15", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_21", "sample document": { - "sample identifier": "Plate 1 C5", - "location identifier": "C5", + "sample identifier": "Plate 1 D5", + "location identifier": "D5", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -3871,7 +3948,7 @@ "unit": "degC" }, "fluorescence": { - "value": 12842.0, + "value": 8387.0, "unit": "RFU" } }, @@ -3931,16 +4008,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_63", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_69", "sample document": { - "sample identifier": "Plate 1 C5", - "location identifier": "C5", + "sample identifier": "Plate 1 D5", + "location identifier": "D5", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -3953,7 +4030,7 @@ "unit": "degC" }, "fluorescence": { - "value": 84877.0, + "value": 82453.0, "unit": "RFU" } } @@ -3967,10 +4044,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -4033,16 +4110,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_16", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_22", "sample document": { - "sample identifier": "Plate 1 C6", - "location identifier": "C6", + "sample identifier": "Plate 1 D6", + "location identifier": "D6", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -4055,7 +4132,7 @@ "unit": "degC" }, "fluorescence": { - "value": 13071.0, + "value": 8142.0, "unit": "RFU" } }, @@ -4115,16 +4192,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_64", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_70", "sample document": { - "sample identifier": "Plate 1 C6", - "location identifier": "C6", + "sample identifier": "Plate 1 D6", + "location identifier": "D6", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -4137,7 +4214,7 @@ "unit": "degC" }, "fluorescence": { - "value": 87871.0, + "value": 84026.0, "unit": "RFU" } } @@ -4151,10 +4228,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -4217,16 +4294,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_17", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_23", "sample document": { - "sample identifier": "Plate 1 C7", - "location identifier": "C7", + "sample identifier": "Plate 1 D7", + "location identifier": "D7", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -4239,7 +4316,7 @@ "unit": "degC" }, "fluorescence": { - "value": 12914.0, + "value": 8294.0, "unit": "RFU" } }, @@ -4299,16 +4376,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_65", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_71", "sample document": { - "sample identifier": "Plate 1 C7", - "location identifier": "C7", + "sample identifier": "Plate 1 D7", + "location identifier": "D7", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -4321,7 +4398,7 @@ "unit": "degC" }, "fluorescence": { - "value": 87789.0, + "value": 82521.0, "unit": "RFU" } } @@ -4335,10 +4412,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -4401,16 +4478,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_18", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_24", "sample document": { - "sample identifier": "Plate 1 D1", - "location identifier": "D1", + "sample identifier": "Plate 1 E1", + "location identifier": "E1", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -4423,7 +4500,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8153.0, + "value": 5792.0, "unit": "RFU" } }, @@ -4483,16 +4560,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_66", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_72", "sample document": { - "sample identifier": "Plate 1 D1", - "location identifier": "D1", + "sample identifier": "Plate 1 E1", + "location identifier": "E1", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -4505,7 +4582,7 @@ "unit": "degC" }, "fluorescence": { - "value": 81127.0, + "value": 81900.0, "unit": "RFU" } } @@ -4519,10 +4596,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -4585,16 +4662,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_19", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_25", "sample document": { - "sample identifier": "Plate 1 D2", - "location identifier": "D2", + "sample identifier": "Plate 1 E2", + "location identifier": "E2", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -4607,7 +4684,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8018.0, + "value": 5630.0, "unit": "RFU" } }, @@ -4667,16 +4744,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_67", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_73", "sample document": { - "sample identifier": "Plate 1 D2", - "location identifier": "D2", + "sample identifier": "Plate 1 E2", + "location identifier": "E2", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -4689,7 +4766,7 @@ "unit": "degC" }, "fluorescence": { - "value": 80365.0, + "value": 80721.0, "unit": "RFU" } } @@ -4703,10 +4780,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -4769,16 +4846,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_20", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_26", "sample document": { - "sample identifier": "Plate 1 D3", - "location identifier": "D3", + "sample identifier": "Plate 1 E3", + "location identifier": "E3", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -4791,7 +4868,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8093.0, + "value": 5882.0, "unit": "RFU" } }, @@ -4851,16 +4928,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_68", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_74", "sample document": { - "sample identifier": "Plate 1 D3", - "location identifier": "D3", + "sample identifier": "Plate 1 E3", + "location identifier": "E3", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -4873,7 +4950,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82166.0, + "value": 83612.0, "unit": "RFU" } } @@ -4887,10 +4964,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -4953,16 +5030,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_21", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_27", "sample document": { - "sample identifier": "Plate 1 D5", - "location identifier": "D5", + "sample identifier": "Plate 1 E5", + "location identifier": "E5", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -4975,7 +5052,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8387.0, + "value": 6063.0, "unit": "RFU" } }, @@ -5035,16 +5112,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_69", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_75", "sample document": { - "sample identifier": "Plate 1 D5", - "location identifier": "D5", + "sample identifier": "Plate 1 E5", + "location identifier": "E5", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -5057,7 +5134,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82453.0, + "value": 83485.0, "unit": "RFU" } } @@ -5071,10 +5148,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -5137,16 +5214,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_22", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_28", "sample document": { - "sample identifier": "Plate 1 D6", - "location identifier": "D6", + "sample identifier": "Plate 1 E6", + "location identifier": "E6", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -5159,7 +5236,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8142.0, + "value": 5956.0, "unit": "RFU" } }, @@ -5219,16 +5296,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_70", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_76", "sample document": { - "sample identifier": "Plate 1 D6", - "location identifier": "D6", + "sample identifier": "Plate 1 E6", + "location identifier": "E6", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -5241,7 +5318,7 @@ "unit": "degC" }, "fluorescence": { - "value": 84026.0, + "value": 84916.0, "unit": "RFU" } } @@ -5255,10 +5332,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -5321,16 +5398,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_23", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_29", "sample document": { - "sample identifier": "Plate 1 D7", - "location identifier": "D7", + "sample identifier": "Plate 1 E7", + "location identifier": "E7", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -5343,7 +5420,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8294.0, + "value": 6096.0, "unit": "RFU" } }, @@ -5403,16 +5480,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_71", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_77", "sample document": { - "sample identifier": "Plate 1 D7", - "location identifier": "D7", + "sample identifier": "Plate 1 E7", + "location identifier": "E7", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -5425,7 +5502,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82521.0, + "value": 84517.0, "unit": "RFU" } } @@ -5439,10 +5516,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -5505,16 +5582,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_24", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_30", "sample document": { - "sample identifier": "Plate 1 E1", - "location identifier": "E1", + "sample identifier": "Plate 1 F1", + "location identifier": "F1", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -5527,7 +5604,7 @@ "unit": "degC" }, "fluorescence": { - "value": 5792.0, + "value": 4671.0, "unit": "RFU" } }, @@ -5587,16 +5664,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_72", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_78", "sample document": { - "sample identifier": "Plate 1 E1", - "location identifier": "E1", + "sample identifier": "Plate 1 F1", + "location identifier": "F1", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -5609,7 +5686,7 @@ "unit": "degC" }, "fluorescence": { - "value": 81900.0, + "value": 82995.0, "unit": "RFU" } } @@ -5623,10 +5700,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -5689,16 +5766,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_25", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_31", "sample document": { - "sample identifier": "Plate 1 E2", - "location identifier": "E2", + "sample identifier": "Plate 1 F2", + "location identifier": "F2", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -5711,7 +5788,7 @@ "unit": "degC" }, "fluorescence": { - "value": 5630.0, + "value": 4477.0, "unit": "RFU" } }, @@ -5771,16 +5848,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_73", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_79", "sample document": { - "sample identifier": "Plate 1 E2", - "location identifier": "E2", + "sample identifier": "Plate 1 F2", + "location identifier": "F2", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -5793,7 +5870,7 @@ "unit": "degC" }, "fluorescence": { - "value": 80721.0, + "value": 80250.0, "unit": "RFU" } } @@ -5807,10 +5884,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -5873,16 +5950,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_26", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_32", "sample document": { - "sample identifier": "Plate 1 E3", - "location identifier": "E3", + "sample identifier": "Plate 1 F3", + "location identifier": "F3", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -5895,7 +5972,7 @@ "unit": "degC" }, "fluorescence": { - "value": 5882.0, + "value": 4639.0, "unit": "RFU" } }, @@ -5955,16 +6032,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_74", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_80", "sample document": { - "sample identifier": "Plate 1 E3", - "location identifier": "E3", + "sample identifier": "Plate 1 F3", + "location identifier": "F3", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -5977,7 +6054,7 @@ "unit": "degC" }, "fluorescence": { - "value": 83612.0, + "value": 82889.0, "unit": "RFU" } } @@ -5991,10 +6068,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -6057,16 +6134,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_27", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_33", "sample document": { - "sample identifier": "Plate 1 E5", - "location identifier": "E5", + "sample identifier": "Plate 1 F5", + "location identifier": "F5", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -6079,7 +6156,7 @@ "unit": "degC" }, "fluorescence": { - "value": 6063.0, + "value": 4854.0, "unit": "RFU" } }, @@ -6139,16 +6216,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_75", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_81", "sample document": { - "sample identifier": "Plate 1 E5", - "location identifier": "E5", + "sample identifier": "Plate 1 F5", + "location identifier": "F5", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -6161,7 +6238,7 @@ "unit": "degC" }, "fluorescence": { - "value": 83485.0, + "value": 84629.0, "unit": "RFU" } } @@ -6175,10 +6252,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -6241,16 +6318,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_28", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_34", "sample document": { - "sample identifier": "Plate 1 E6", - "location identifier": "E6", + "sample identifier": "Plate 1 F6", + "location identifier": "F6", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -6263,7 +6340,7 @@ "unit": "degC" }, "fluorescence": { - "value": 5956.0, + "value": 4728.0, "unit": "RFU" } }, @@ -6323,16 +6400,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_76", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_82", "sample document": { - "sample identifier": "Plate 1 E6", - "location identifier": "E6", + "sample identifier": "Plate 1 F6", + "location identifier": "F6", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -6345,7 +6422,7 @@ "unit": "degC" }, "fluorescence": { - "value": 84916.0, + "value": 83293.0, "unit": "RFU" } } @@ -6359,10 +6436,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -6425,16 +6502,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_29", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_35", "sample document": { - "sample identifier": "Plate 1 E7", - "location identifier": "E7", + "sample identifier": "Plate 1 F7", + "location identifier": "F7", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -6447,7 +6524,7 @@ "unit": "degC" }, "fluorescence": { - "value": 6096.0, + "value": 4822.0, "unit": "RFU" } }, @@ -6507,16 +6584,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_77", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_83", "sample document": { - "sample identifier": "Plate 1 E7", - "location identifier": "E7", + "sample identifier": "Plate 1 F7", + "location identifier": "F7", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -6529,7 +6606,7 @@ "unit": "degC" }, "fluorescence": { - "value": 84517.0, + "value": 85499.0, "unit": "RFU" } } @@ -6543,10 +6620,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -6609,16 +6686,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_30", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_36", "sample document": { - "sample identifier": "Plate 1 F1", - "location identifier": "F1", + "sample identifier": "Plate 1 G1", + "location identifier": "G1", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -6631,7 +6708,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4671.0, + "value": 3887.0, "unit": "RFU" } }, @@ -6691,16 +6768,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_78", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_84", "sample document": { - "sample identifier": "Plate 1 F1", - "location identifier": "F1", + "sample identifier": "Plate 1 G1", + "location identifier": "G1", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -6713,7 +6790,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82995.0, + "value": 80779.0, "unit": "RFU" } } @@ -6727,10 +6804,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -6793,16 +6870,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_31", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_37", "sample document": { - "sample identifier": "Plate 1 F2", - "location identifier": "F2", + "sample identifier": "Plate 1 G2", + "location identifier": "G2", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -6815,7 +6892,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4477.0, + "value": 3814.0, "unit": "RFU" } }, @@ -6875,16 +6952,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_79", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_85", "sample document": { - "sample identifier": "Plate 1 F2", - "location identifier": "F2", + "sample identifier": "Plate 1 G2", + "location identifier": "G2", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -6897,7 +6974,7 @@ "unit": "degC" }, "fluorescence": { - "value": 80250.0, + "value": 79099.0, "unit": "RFU" } } @@ -6911,10 +6988,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -6977,16 +7054,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_32", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_38", "sample document": { - "sample identifier": "Plate 1 F3", - "location identifier": "F3", + "sample identifier": "Plate 1 G3", + "location identifier": "G3", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -6999,7 +7076,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4639.0, + "value": 3954.0, "unit": "RFU" } }, @@ -7059,16 +7136,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_80", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_86", "sample document": { - "sample identifier": "Plate 1 F3", - "location identifier": "F3", + "sample identifier": "Plate 1 G3", + "location identifier": "G3", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -7081,7 +7158,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82889.0, + "value": 82346.0, "unit": "RFU" } } @@ -7095,10 +7172,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -7161,16 +7238,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_33", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_39", "sample document": { - "sample identifier": "Plate 1 F5", - "location identifier": "F5", + "sample identifier": "Plate 1 G5", + "location identifier": "G5", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -7183,7 +7260,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4854.0, + "value": 3979.0, "unit": "RFU" } }, @@ -7243,16 +7320,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_81", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_87", "sample document": { - "sample identifier": "Plate 1 F5", - "location identifier": "F5", + "sample identifier": "Plate 1 G5", + "location identifier": "G5", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -7265,7 +7342,7 @@ "unit": "degC" }, "fluorescence": { - "value": 84629.0, + "value": 83081.0, "unit": "RFU" } } @@ -7279,10 +7356,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -7345,16 +7422,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_34", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_40", "sample document": { - "sample identifier": "Plate 1 F6", - "location identifier": "F6", + "sample identifier": "Plate 1 G6", + "location identifier": "G6", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -7367,7 +7444,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4728.0, + "value": 4044.0, "unit": "RFU" } }, @@ -7427,16 +7504,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_82", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_88", "sample document": { - "sample identifier": "Plate 1 F6", - "location identifier": "F6", + "sample identifier": "Plate 1 G6", + "location identifier": "G6", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -7449,7 +7526,7 @@ "unit": "degC" }, "fluorescence": { - "value": 83293.0, + "value": 83822.0, "unit": "RFU" } } @@ -7463,10 +7540,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -7529,16 +7606,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_35", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_41", "sample document": { - "sample identifier": "Plate 1 F7", - "location identifier": "F7", + "sample identifier": "Plate 1 G7", + "location identifier": "G7", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -7551,7 +7628,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4822.0, + "value": 4139.0, "unit": "RFU" } }, @@ -7611,16 +7688,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_83", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_89", "sample document": { - "sample identifier": "Plate 1 F7", - "location identifier": "F7", + "sample identifier": "Plate 1 G7", + "location identifier": "G7", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -7633,7 +7710,7 @@ "unit": "degC" }, "fluorescence": { - "value": 85499.0, + "value": 84290.0, "unit": "RFU" } } @@ -7647,10 +7724,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -7713,16 +7790,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_36", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_42", "sample document": { - "sample identifier": "Plate 1 G1", - "location identifier": "G1", + "sample identifier": "Plate 1 H1", + "location identifier": "H1", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -7735,7 +7812,7 @@ "unit": "degC" }, "fluorescence": { - "value": 3887.0, + "value": 3266.0, "unit": "RFU" } }, @@ -7795,16 +7872,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_84", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_90", "sample document": { - "sample identifier": "Plate 1 G1", - "location identifier": "G1", + "sample identifier": "Plate 1 H1", + "location identifier": "H1", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -7817,7 +7894,7 @@ "unit": "degC" }, "fluorescence": { - "value": 80779.0, + "value": 81011.0, "unit": "RFU" } } @@ -7831,10 +7908,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -7897,16 +7974,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_37", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_43", "sample document": { - "sample identifier": "Plate 1 G2", - "location identifier": "G2", + "sample identifier": "Plate 1 H2", + "location identifier": "H2", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -7919,7 +7996,7 @@ "unit": "degC" }, "fluorescence": { - "value": 3814.0, + "value": 3354.0, "unit": "RFU" } }, @@ -7979,16 +8056,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_85", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_91", "sample document": { - "sample identifier": "Plate 1 G2", - "location identifier": "G2", + "sample identifier": "Plate 1 H2", + "location identifier": "H2", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -8001,7 +8078,7 @@ "unit": "degC" }, "fluorescence": { - "value": 79099.0, + "value": 80977.0, "unit": "RFU" } } @@ -8015,10 +8092,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -8081,16 +8158,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_38", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_44", "sample document": { - "sample identifier": "Plate 1 G3", - "location identifier": "G3", + "sample identifier": "Plate 1 H3", + "location identifier": "H3", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -8103,7 +8180,7 @@ "unit": "degC" }, "fluorescence": { - "value": 3954.0, + "value": 3252.0, "unit": "RFU" } }, @@ -8163,16 +8240,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_86", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_92", "sample document": { - "sample identifier": "Plate 1 G3", - "location identifier": "G3", + "sample identifier": "Plate 1 H3", + "location identifier": "H3", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -8185,7 +8262,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82346.0, + "value": 81456.0, "unit": "RFU" } } @@ -8199,10 +8276,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -8265,16 +8342,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_39", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_45", "sample document": { - "sample identifier": "Plate 1 G5", - "location identifier": "G5", + "sample identifier": "Plate 1 H5", + "location identifier": "H5", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -8287,7 +8364,7 @@ "unit": "degC" }, "fluorescence": { - "value": 3979.0, + "value": 3405.0, "unit": "RFU" } }, @@ -8347,16 +8424,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_87", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_93", "sample document": { - "sample identifier": "Plate 1 G5", - "location identifier": "G5", + "sample identifier": "Plate 1 H5", + "location identifier": "H5", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -8369,7 +8446,7 @@ "unit": "degC" }, "fluorescence": { - "value": 83081.0, + "value": 84428.0, "unit": "RFU" } } @@ -8383,10 +8460,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -8449,16 +8526,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_40", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_46", "sample document": { - "sample identifier": "Plate 1 G6", - "location identifier": "G6", + "sample identifier": "Plate 1 H6", + "location identifier": "H6", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -8471,7 +8548,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4044.0, + "value": 3342.0, "unit": "RFU" } }, @@ -8531,16 +8608,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_88", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_94", "sample document": { - "sample identifier": "Plate 1 G6", - "location identifier": "G6", + "sample identifier": "Plate 1 H6", + "location identifier": "H6", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -8553,7 +8630,7 @@ "unit": "degC" }, "fluorescence": { - "value": 83822.0, + "value": 82202.0, "unit": "RFU" } } @@ -8567,10 +8644,10 @@ "experimental data identifier": "3134", "container type": "well plate", "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -8633,16 +8710,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_41", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_47", "sample document": { - "sample identifier": "Plate 1 G7", - "location identifier": "G7", + "sample identifier": "Plate 1 H7", + "location identifier": "H7", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -8655,7 +8732,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4139.0, + "value": 3339.0, "unit": "RFU" } }, @@ -8715,16 +8792,16 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_89", + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_95", "sample document": { - "sample identifier": "Plate 1 G7", - "location identifier": "G7", + "sample identifier": "Plate 1 H7", + "location identifier": "H7", "sample role type": "unknown sample role", "well plate identifier": "Plate 1", "custom information document": { @@ -8736,1132 +8813,1055 @@ "value": 23.17, "unit": "degC" }, - "fluorescence": { - "value": 84290.0, - "unit": "RFU" + "fluorescence": { + "value": 81633.0, + "unit": "RFU" + } + } + ], + "measurement time": "2022-10-13T15:08:06+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100302", + "experimental data identifier": "3134", + "container type": "well plate", + "custom information document": { + "Assay Exported": "10/13/2022 3:08:15 PM", + "Assay Started": "10/13/2022 3:06:23 PM", + "Assay Finished": "10/13/2022 3:08:15 PM", + "Protocol Name": "HTRF LASER Eu 665/620" + } + } + } + ], + "calculated data aggregate document": { + "calculated data document": [ + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 3912.12920565, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_96", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_0", + "data source feature": "Fluorescence" + }, + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_48", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 3923.92517971, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_97", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_1", + "data source feature": "Fluorescence" + }, + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_49", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 3948.45245355, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_98", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_2", + "data source feature": "Fluorescence" + }, + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_50", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 3933.03506298, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_99", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_3", + "data source feature": "Fluorescence" + }, + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_51", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 4061.92827247, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_100", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_4", + "data source feature": "Fluorescence" + }, + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_52", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 3996.61746992, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_101", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_5", + "data source feature": "Fluorescence" + }, + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_53", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 2385.72193555, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_102", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_6", + "data source feature": "Fluorescence" + }, + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_54", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 2384.42487617, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_103", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_7", + "data source feature": "Fluorescence" + }, + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_55", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 2396.10683014, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_104", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_8", + "data source feature": "Fluorescence" + }, + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_56", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 2390.61028269, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_105", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_9", + "data source feature": "Fluorescence" + }, + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_57", + "data source feature": "Fluorescence" } - } - ], - "measurement time": "2022-10-13T15:08:06+00:00", - "plate well count": { - "value": 96.0, - "unit": "#" - }, - "analytical method identifier": "100302", - "experimental data identifier": "3134", - "container type": "well plate", - "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + ] } - } - }, - { - "measurement aggregate document": { - "measurement document": [ - { - "device control aggregate document": { - "device control document": [ - { - "device type": "fluorescence detector", - "detector distance setting (plate reader)": { - "value": 11.9, - "unit": "mm" - }, - "number of averages": { - "value": 50.0, - "unit": "#" - }, - "detector gain setting": "2", - "scan position setting (plate reader)": "top scan position (plate reader)", - "detector wavelength setting": { - "value": 665.0, - "unit": "nm" - }, - "detector bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation wavelength setting": { - "value": 320.0, - "unit": "nm" - }, - "custom information document": { - "Ambient temperature at start": { - "value": 23.47, - "unit": "degC" - }, - "Ambient temperature at end": { - "value": 23.59, - "unit": "degC" - }, - "Chamber temperature at end": { - "value": 23.19, - "unit": "degC" - }, - "Humidity at start": { - "value": 100.0, - "unit": "%" - }, - "Humidity at end": { - "value": 100.0, - "unit": "%" - }, - "Kinetics": 0.0, - "ScanX": 0.0, - "ScanY": 0.0, - "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" - } - } - ] - }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_42", - "sample document": { - "sample identifier": "Plate 1 H1", - "location identifier": "H1", - "sample role type": "unknown sample role", - "well plate identifier": "Plate 1", - "custom information document": { - "group identifier": 1.0, - "Repeat": 1.0 - } - }, - "compartment temperature": { - "value": 23.17, - "unit": "degC" + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 2396.68321027, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_106", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_10", + "data source feature": "Fluorescence" }, - "fluorescence": { - "value": 3266.0, - "unit": "RFU" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_58", + "data source feature": "Fluorescence" } - }, - { - "device control aggregate document": { - "device control document": [ - { - "device type": "fluorescence detector", - "detector distance setting (plate reader)": { - "value": 11.9, - "unit": "mm" - }, - "number of averages": { - "value": 50.0, - "unit": "#" - }, - "detector gain setting": "2", - "scan position setting (plate reader)": "top scan position (plate reader)", - "detector wavelength setting": { - "value": 620.0, - "unit": "nm" - }, - "detector bandwidth setting": { - "value": 10.0, - "unit": "nm" - }, - "excitation bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation wavelength setting": { - "value": 320.0, - "unit": "nm" - }, - "custom information document": { - "Ambient temperature at start": { - "value": 23.47, - "unit": "degC" - }, - "Ambient temperature at end": { - "value": 23.59, - "unit": "degC" - }, - "Chamber temperature at end": { - "value": 23.19, - "unit": "degC" - }, - "Humidity at start": { - "value": 100.0, - "unit": "%" - }, - "Humidity at end": { - "value": 100.0, - "unit": "%" - }, - "Kinetics": 0.0, - "ScanX": 0.0, - "ScanY": 0.0, - "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" - } - } - ] + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 2424.70697585, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_107", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_11", + "data source feature": "Fluorescence" }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_90", - "sample document": { - "sample identifier": "Plate 1 H1", - "location identifier": "H1", - "sample role type": "unknown sample role", - "well plate identifier": "Plate 1", - "custom information document": { - "group identifier": 1.0, - "Repeat": 1.0 - } + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_59", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 1497.6939597, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_108", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_12", + "data source feature": "Fluorescence" }, - "compartment temperature": { - "value": 23.17, - "unit": "degC" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_60", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 1488.29789767, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_109", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_13", + "data source feature": "Fluorescence" }, - "fluorescence": { - "value": 81011.0, - "unit": "RFU" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_61", + "data source feature": "Fluorescence" } - } - ], - "measurement time": "2022-10-13T15:08:06+00:00", - "plate well count": { - "value": 96.0, - "unit": "#" - }, - "analytical method identifier": "100302", - "experimental data identifier": "3134", - "container type": "well plate", - "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + ] } - } - }, - { - "measurement aggregate document": { - "measurement document": [ - { - "device control aggregate document": { - "device control document": [ - { - "device type": "fluorescence detector", - "detector distance setting (plate reader)": { - "value": 11.9, - "unit": "mm" - }, - "number of averages": { - "value": 50.0, - "unit": "#" - }, - "detector gain setting": "2", - "scan position setting (plate reader)": "top scan position (plate reader)", - "detector wavelength setting": { - "value": 665.0, - "unit": "nm" - }, - "detector bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation wavelength setting": { - "value": 320.0, - "unit": "nm" - }, - "custom information document": { - "Ambient temperature at start": { - "value": 23.47, - "unit": "degC" - }, - "Ambient temperature at end": { - "value": 23.59, - "unit": "degC" - }, - "Chamber temperature at end": { - "value": 23.19, - "unit": "degC" - }, - "Humidity at start": { - "value": 100.0, - "unit": "%" - }, - "Humidity at end": { - "value": 100.0, - "unit": "%" - }, - "Kinetics": 0.0, - "ScanX": 0.0, - "ScanY": 0.0, - "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" - } - } - ] - }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_43", - "sample document": { - "sample identifier": "Plate 1 H2", - "location identifier": "H2", - "sample role type": "unknown sample role", - "well plate identifier": "Plate 1", - "custom information document": { - "group identifier": 1.0, - "Repeat": 1.0 - } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 1474.23429335, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_110", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_14", + "data source feature": "Fluorescence" }, - "compartment temperature": { - "value": 23.17, - "unit": "degC" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_62", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 1513.01294815, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_111", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_15", + "data source feature": "Fluorescence" }, - "fluorescence": { - "value": 3354.0, - "unit": "RFU" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_63", + "data source feature": "Fluorescence" } - }, - { - "device control aggregate document": { - "device control document": [ - { - "device type": "fluorescence detector", - "detector distance setting (plate reader)": { - "value": 11.9, - "unit": "mm" - }, - "number of averages": { - "value": 50.0, - "unit": "#" - }, - "detector gain setting": "2", - "scan position setting (plate reader)": "top scan position (plate reader)", - "detector wavelength setting": { - "value": 620.0, - "unit": "nm" - }, - "detector bandwidth setting": { - "value": 10.0, - "unit": "nm" - }, - "excitation bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation wavelength setting": { - "value": 320.0, - "unit": "nm" - }, - "custom information document": { - "Ambient temperature at start": { - "value": 23.47, - "unit": "degC" - }, - "Ambient temperature at end": { - "value": 23.59, - "unit": "degC" - }, - "Chamber temperature at end": { - "value": 23.19, - "unit": "degC" - }, - "Humidity at start": { - "value": 100.0, - "unit": "%" - }, - "Humidity at end": { - "value": 100.0, - "unit": "%" - }, - "Kinetics": 0.0, - "ScanX": 0.0, - "ScanY": 0.0, - "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" - } - } - ] + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 1487.52148035, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_112", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_16", + "data source feature": "Fluorescence" }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_91", - "sample document": { - "sample identifier": "Plate 1 H2", - "location identifier": "H2", - "sample role type": "unknown sample role", - "well plate identifier": "Plate 1", - "custom information document": { - "group identifier": 1.0, - "Repeat": 1.0 - } + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_64", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 1471.02712185, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_113", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_17", + "data source feature": "Fluorescence" }, - "compartment temperature": { - "value": 23.17, - "unit": "degC" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_65", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 1004.96752006, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_114", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_18", + "data source feature": "Fluorescence" }, - "fluorescence": { - "value": 80977.0, - "unit": "RFU" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_66", + "data source feature": "Fluorescence" } - } - ], - "measurement time": "2022-10-13T15:08:06+00:00", - "plate well count": { - "value": 96.0, - "unit": "#" - }, - "analytical method identifier": "100302", - "experimental data identifier": "3134", - "container type": "well plate", - "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + ] } - } - }, - { - "measurement aggregate document": { - "measurement document": [ - { - "device control aggregate document": { - "device control document": [ - { - "device type": "fluorescence detector", - "detector distance setting (plate reader)": { - "value": 11.9, - "unit": "mm" - }, - "number of averages": { - "value": 50.0, - "unit": "#" - }, - "detector gain setting": "2", - "scan position setting (plate reader)": "top scan position (plate reader)", - "detector wavelength setting": { - "value": 665.0, - "unit": "nm" - }, - "detector bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation wavelength setting": { - "value": 320.0, - "unit": "nm" - }, - "custom information document": { - "Ambient temperature at start": { - "value": 23.47, - "unit": "degC" - }, - "Ambient temperature at end": { - "value": 23.59, - "unit": "degC" - }, - "Chamber temperature at end": { - "value": 23.19, - "unit": "degC" - }, - "Humidity at start": { - "value": 100.0, - "unit": "%" - }, - "Humidity at end": { - "value": 100.0, - "unit": "%" - }, - "Kinetics": 0.0, - "ScanX": 0.0, - "ScanY": 0.0, - "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" - } - } - ] - }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_44", - "sample document": { - "sample identifier": "Plate 1 H3", - "location identifier": "H3", - "sample role type": "unknown sample role", - "well plate identifier": "Plate 1", - "custom information document": { - "group identifier": 1.0, - "Repeat": 1.0 - } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 997.698002862, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_115", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_19", + "data source feature": "Fluorescence" }, - "compartment temperature": { - "value": 23.17, - "unit": "degC" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_67", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 984.957281601, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_116", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_20", + "data source feature": "Fluorescence" }, - "fluorescence": { - "value": 3252.0, - "unit": "RFU" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_68", + "data source feature": "Fluorescence" } - }, - { - "device control aggregate document": { - "device control document": [ - { - "device type": "fluorescence detector", - "detector distance setting (plate reader)": { - "value": 11.9, - "unit": "mm" - }, - "number of averages": { - "value": 50.0, - "unit": "#" - }, - "detector gain setting": "2", - "scan position setting (plate reader)": "top scan position (plate reader)", - "detector wavelength setting": { - "value": 620.0, - "unit": "nm" - }, - "detector bandwidth setting": { - "value": 10.0, - "unit": "nm" - }, - "excitation bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation wavelength setting": { - "value": 320.0, - "unit": "nm" - }, - "custom information document": { - "Ambient temperature at start": { - "value": 23.47, - "unit": "degC" - }, - "Ambient temperature at end": { - "value": 23.59, - "unit": "degC" - }, - "Chamber temperature at end": { - "value": 23.19, - "unit": "degC" - }, - "Humidity at start": { - "value": 100.0, - "unit": "%" - }, - "Humidity at end": { - "value": 100.0, - "unit": "%" - }, - "Kinetics": 0.0, - "ScanX": 0.0, - "ScanY": 0.0, - "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" - } - } - ] + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 1017.18554813, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_117", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_21", + "data source feature": "Fluorescence" }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_92", - "sample document": { - "sample identifier": "Plate 1 H3", - "location identifier": "H3", - "sample role type": "unknown sample role", - "well plate identifier": "Plate 1", - "custom information document": { - "group identifier": 1.0, - "Repeat": 1.0 - } + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_69", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 968.985790113, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_118", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_22", + "data source feature": "Fluorescence" }, - "compartment temperature": { - "value": 23.17, - "unit": "degC" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_70", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 1005.07749543, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_119", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_23", + "data source feature": "Fluorescence" }, - "fluorescence": { - "value": 81456.0, - "unit": "RFU" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_71", + "data source feature": "Fluorescence" } - } - ], - "measurement time": "2022-10-13T15:08:06+00:00", - "plate well count": { - "value": 96.0, - "unit": "#" + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 707.203907204, + "unit": "(unitless)" }, - "analytical method identifier": "100302", - "experimental data identifier": "3134", - "container type": "well plate", - "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_120", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_24", + "data source feature": "Fluorescence" + }, + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_72", + "data source feature": "Fluorescence" + } + ] } - } - }, - { - "measurement aggregate document": { - "measurement document": [ - { - "device control aggregate document": { - "device control document": [ - { - "device type": "fluorescence detector", - "detector distance setting (plate reader)": { - "value": 11.9, - "unit": "mm" - }, - "number of averages": { - "value": 50.0, - "unit": "#" - }, - "detector gain setting": "2", - "scan position setting (plate reader)": "top scan position (plate reader)", - "detector wavelength setting": { - "value": 665.0, - "unit": "nm" - }, - "detector bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation wavelength setting": { - "value": 320.0, - "unit": "nm" - }, - "custom information document": { - "Ambient temperature at start": { - "value": 23.47, - "unit": "degC" - }, - "Ambient temperature at end": { - "value": 23.59, - "unit": "degC" - }, - "Chamber temperature at end": { - "value": 23.19, - "unit": "degC" - }, - "Humidity at start": { - "value": 100.0, - "unit": "%" - }, - "Humidity at end": { - "value": 100.0, - "unit": "%" - }, - "Kinetics": 0.0, - "ScanX": 0.0, - "ScanY": 0.0, - "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" - } - } - ] + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 697.464104756, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_121", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_25", + "data source feature": "Fluorescence" }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_45", - "sample document": { - "sample identifier": "Plate 1 H5", - "location identifier": "H5", - "sample role type": "unknown sample role", - "well plate identifier": "Plate 1", - "custom information document": { - "group identifier": 1.0, - "Repeat": 1.0 - } + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_73", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 703.487537674, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_122", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_26", + "data source feature": "Fluorescence" }, - "compartment temperature": { - "value": 23.17, - "unit": "degC" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_74", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 726.238246392, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_123", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_27", + "data source feature": "Fluorescence" }, - "fluorescence": { - "value": 3405.0, - "unit": "RFU" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_75", + "data source feature": "Fluorescence" } - }, - { - "device control aggregate document": { - "device control document": [ - { - "device type": "fluorescence detector", - "detector distance setting (plate reader)": { - "value": 11.9, - "unit": "mm" - }, - "number of averages": { - "value": 50.0, - "unit": "#" - }, - "detector gain setting": "2", - "scan position setting (plate reader)": "top scan position (plate reader)", - "detector wavelength setting": { - "value": 620.0, - "unit": "nm" - }, - "detector bandwidth setting": { - "value": 10.0, - "unit": "nm" - }, - "excitation bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation wavelength setting": { - "value": 320.0, - "unit": "nm" - }, - "custom information document": { - "Ambient temperature at start": { - "value": 23.47, - "unit": "degC" - }, - "Ambient temperature at end": { - "value": 23.59, - "unit": "degC" - }, - "Chamber temperature at end": { - "value": 23.19, - "unit": "degC" - }, - "Humidity at start": { - "value": 100.0, - "unit": "%" - }, - "Humidity at end": { - "value": 100.0, - "unit": "%" - }, - "Kinetics": 0.0, - "ScanX": 0.0, - "ScanY": 0.0, - "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" - } - } - ] + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 701.399029629, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_124", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_28", + "data source feature": "Fluorescence" }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_93", - "sample document": { - "sample identifier": "Plate 1 H5", - "location identifier": "H5", - "sample role type": "unknown sample role", - "well plate identifier": "Plate 1", - "custom information document": { - "group identifier": 1.0, - "Repeat": 1.0 - } + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_76", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 721.275009761, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_125", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_29", + "data source feature": "Fluorescence" }, - "compartment temperature": { - "value": 23.17, - "unit": "degC" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_77", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 562.804988252, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_126", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_30", + "data source feature": "Fluorescence" }, - "fluorescence": { - "value": 84428.0, - "unit": "RFU" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_78", + "data source feature": "Fluorescence" } - } - ], - "measurement time": "2022-10-13T15:08:06+00:00", - "plate well count": { - "value": 96.0, - "unit": "#" + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 557.881619938, + "unit": "(unitless)" }, - "analytical method identifier": "100302", - "experimental data identifier": "3134", - "container type": "well plate", - "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_127", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_31", + "data source feature": "Fluorescence" + }, + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_79", + "data source feature": "Fluorescence" + } + ] } - } - }, - { - "measurement aggregate document": { - "measurement document": [ - { - "device control aggregate document": { - "device control document": [ - { - "device type": "fluorescence detector", - "detector distance setting (plate reader)": { - "value": 11.9, - "unit": "mm" - }, - "number of averages": { - "value": 50.0, - "unit": "#" - }, - "detector gain setting": "2", - "scan position setting (plate reader)": "top scan position (plate reader)", - "detector wavelength setting": { - "value": 665.0, - "unit": "nm" - }, - "detector bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation wavelength setting": { - "value": 320.0, - "unit": "nm" - }, - "custom information document": { - "Ambient temperature at start": { - "value": 23.47, - "unit": "degC" - }, - "Ambient temperature at end": { - "value": 23.59, - "unit": "degC" - }, - "Chamber temperature at end": { - "value": 23.19, - "unit": "degC" - }, - "Humidity at start": { - "value": 100.0, - "unit": "%" - }, - "Humidity at end": { - "value": 100.0, - "unit": "%" - }, - "Kinetics": 0.0, - "ScanX": 0.0, - "ScanY": 0.0, - "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" - } - } - ] + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 559.664129137, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_128", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_32", + "data source feature": "Fluorescence" }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_46", - "sample document": { - "sample identifier": "Plate 1 H6", - "location identifier": "H6", - "sample role type": "unknown sample role", - "well plate identifier": "Plate 1", - "custom information document": { - "group identifier": 1.0, - "Repeat": 1.0 - } + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_80", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 573.562254074, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_129", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_33", + "data source feature": "Fluorescence" }, - "compartment temperature": { - "value": 23.17, - "unit": "degC" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_81", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 567.634735212, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_130", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_34", + "data source feature": "Fluorescence" + }, + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_82", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 563.983204482, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_131", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_35", + "data source feature": "Fluorescence" }, - "fluorescence": { - "value": 3342.0, - "unit": "RFU" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_83", + "data source feature": "Fluorescence" } - }, - { - "device control aggregate document": { - "device control document": [ - { - "device type": "fluorescence detector", - "detector distance setting (plate reader)": { - "value": 11.9, - "unit": "mm" - }, - "number of averages": { - "value": 50.0, - "unit": "#" - }, - "detector gain setting": "2", - "scan position setting (plate reader)": "top scan position (plate reader)", - "detector wavelength setting": { - "value": 620.0, - "unit": "nm" - }, - "detector bandwidth setting": { - "value": 10.0, - "unit": "nm" - }, - "excitation bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation wavelength setting": { - "value": 320.0, - "unit": "nm" - }, - "custom information document": { - "Ambient temperature at start": { - "value": 23.47, - "unit": "degC" - }, - "Ambient temperature at end": { - "value": 23.59, - "unit": "degC" - }, - "Chamber temperature at end": { - "value": 23.19, - "unit": "degC" - }, - "Humidity at start": { - "value": 100.0, - "unit": "%" - }, - "Humidity at end": { - "value": 100.0, - "unit": "%" - }, - "Kinetics": 0.0, - "ScanX": 0.0, - "ScanY": 0.0, - "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" - } - } - ] + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 481.189418042, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_132", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_36", + "data source feature": "Fluorescence" }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_94", - "sample document": { - "sample identifier": "Plate 1 H6", - "location identifier": "H6", - "sample role type": "unknown sample role", - "well plate identifier": "Plate 1", - "custom information document": { - "group identifier": 1.0, - "Repeat": 1.0 - } + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_84", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 482.180558541, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_133", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_37", + "data source feature": "Fluorescence" }, - "compartment temperature": { - "value": 23.17, - "unit": "degC" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_85", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 480.169042819, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_134", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_38", + "data source feature": "Fluorescence" }, - "fluorescence": { - "value": 82202.0, - "unit": "RFU" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_86", + "data source feature": "Fluorescence" } - } - ], - "measurement time": "2022-10-13T15:08:06+00:00", - "plate well count": { - "value": 96.0, - "unit": "#" + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 478.930200648, + "unit": "(unitless)" }, - "analytical method identifier": "100302", - "experimental data identifier": "3134", - "container type": "well plate", - "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_135", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_39", + "data source feature": "Fluorescence" + }, + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_87", + "data source feature": "Fluorescence" + } + ] } - } - }, - { - "measurement aggregate document": { - "measurement document": [ - { - "device control aggregate document": { - "device control document": [ - { - "device type": "fluorescence detector", - "detector distance setting (plate reader)": { - "value": 11.9, - "unit": "mm" - }, - "number of averages": { - "value": 50.0, - "unit": "#" - }, - "detector gain setting": "2", - "scan position setting (plate reader)": "top scan position (plate reader)", - "detector wavelength setting": { - "value": 665.0, - "unit": "nm" - }, - "detector bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation wavelength setting": { - "value": 320.0, - "unit": "nm" - }, - "custom information document": { - "Ambient temperature at start": { - "value": 23.47, - "unit": "degC" - }, - "Ambient temperature at end": { - "value": 23.59, - "unit": "degC" - }, - "Chamber temperature at end": { - "value": 23.19, - "unit": "degC" - }, - "Humidity at start": { - "value": 100.0, - "unit": "%" - }, - "Humidity at end": { - "value": 100.0, - "unit": "%" - }, - "Kinetics": 0.0, - "ScanX": 0.0, - "ScanY": 0.0, - "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" - } - } - ] + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 482.450907876, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_136", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_40", + "data source feature": "Fluorescence" + }, + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_88", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 491.042828331, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_137", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_41", + "data source feature": "Fluorescence" }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_47", - "sample document": { - "sample identifier": "Plate 1 H7", - "location identifier": "H7", - "sample role type": "unknown sample role", - "well plate identifier": "Plate 1", - "custom information document": { - "group identifier": 1.0, - "Repeat": 1.0 - } + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_89", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 403.155127082, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_138", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_42", + "data source feature": "Fluorescence" }, - "compartment temperature": { - "value": 23.17, - "unit": "degC" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_90", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 414.191684058, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_139", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_43", + "data source feature": "Fluorescence" }, - "fluorescence": { - "value": 3339.0, - "unit": "RFU" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_91", + "data source feature": "Fluorescence" } - }, - { - "device control aggregate document": { - "device control document": [ - { - "device type": "fluorescence detector", - "detector distance setting (plate reader)": { - "value": 11.9, - "unit": "mm" - }, - "number of averages": { - "value": 50.0, - "unit": "#" - }, - "detector gain setting": "2", - "scan position setting (plate reader)": "top scan position (plate reader)", - "detector wavelength setting": { - "value": 620.0, - "unit": "nm" - }, - "detector bandwidth setting": { - "value": 10.0, - "unit": "nm" - }, - "excitation bandwidth setting": { - "value": 75.0, - "unit": "nm" - }, - "excitation wavelength setting": { - "value": 320.0, - "unit": "nm" - }, - "custom information document": { - "Ambient temperature at start": { - "value": 23.47, - "unit": "degC" - }, - "Ambient temperature at end": { - "value": 23.59, - "unit": "degC" - }, - "Chamber temperature at end": { - "value": 23.19, - "unit": "degC" - }, - "Humidity at start": { - "value": 100.0, - "unit": "%" - }, - "Humidity at end": { - "value": 100.0, - "unit": "%" - }, - "Kinetics": 0.0, - "ScanX": 0.0, - "ScanY": 0.0, - "Number of rows": 8.0, - "Number of columns": 12.0, - "Height of the plate": "12 mm" - } - } - ] + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 399.233942251, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_140", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_44", + "data source feature": "Fluorescence" }, - "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_95", - "sample document": { - "sample identifier": "Plate 1 H7", - "location identifier": "H7", - "sample role type": "unknown sample role", - "well plate identifier": "Plate 1", - "custom information document": { - "group identifier": 1.0, - "Repeat": 1.0 - } + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_92", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 403.302222012, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_141", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_45", + "data source feature": "Fluorescence" }, - "compartment temperature": { - "value": 23.17, - "unit": "degC" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_93", + "data source feature": "Fluorescence" + } + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 406.559451108, + "unit": "(unitless)" + }, + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_142", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_46", + "data source feature": "Fluorescence" }, - "fluorescence": { - "value": 81633.0, - "unit": "RFU" + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_94", + "data source feature": "Fluorescence" } - } - ], - "measurement time": "2022-10-13T15:08:06+00:00", - "plate well count": { - "value": 96.0, - "unit": "#" + ] + } + }, + { + "calculated data name": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "calculated result": { + "value": 409.025761641, + "unit": "(unitless)" }, - "analytical method identifier": "100302", - "experimental data identifier": "3134", - "container type": "well plate", - "custom information document": { - "Protocol Name": "HTRF LASER Eu 665/620", - "Assay Started": "10/13/2022 3:06:23 PM", - "Assay Exported": "10/13/2022 3:08:15 PM", - "Assay Finished": "10/13/2022 3:08:15 PM" + "calculated data identifier": "PERKIN_ELMER_ENVISION_TEST_ID_143", + "calculation description": "Calc 1: HTRF ratio value for AC HTRF Laser [Eu]", + "data source aggregate document": { + "data source document": [ + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_47", + "data source feature": "Fluorescence" + }, + { + "data source identifier": "PERKIN_ELMER_ENVISION_TEST_ID_95", + "data source feature": "Fluorescence" + } + ] } } - } - ] + ] + }, + "data system document": { + "ASM file identifier": "PE_Envision_fluorescence_example01.json", + "data system instance identifier": "N/A", + "file name": "PE_Envision_fluorescence_example01.csv", + "UNC path": "tests/parsers/perkin_elmer_envision/testdata/PE_Envision_fluorescence_example01.csv", + "ASM converter name": "allotropy_perkinelmer_envision", + "ASM converter version": "0.1.113", + "software name": "EnVision Workstation", + "software version": "1.14.3049.1193" + }, + "device system document": { + "device identifier": "EnVision", + "model number": "EnVision", + "equipment serial number": "1050209" + } } }