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 8fe9a6093..0d1cab61b 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 @@ -21,7 +21,7 @@ from dataclasses import dataclass from enum import Enum from pathlib import Path -from re import search +from re import match, search from typing import Any import numpy as np @@ -291,7 +291,7 @@ class Result: uuid: str col: str row: str - value: int + value: float def create_results(reader: CsvReader) -> list[Result]: @@ -316,7 +316,7 @@ def create_results(reader: CsvReader) -> list[Result]: uuid=random_uuid_str(), col=col, row=row, - value=int(series.loc[col, row]), + value=float(series.loc[col, row]), ) for col, row in series.stack().index ] @@ -674,6 +674,10 @@ def get_read_type(self) -> ReadType: read_type for key, read_type in patterns.items() if key in self.label } + # Check for absorbance wavelength patterns like A450, A562, etc. + if not read_types and match(r"^A\d{3}", self.label): + read_types.add(ReadType.ABSORBANCE) + if len(read_types) > 1: msg = f"Unable to determine unique read type from label: '{self.label}'" raise AllotropeConversionError(msg) diff --git a/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_absorbance_A450_example.csv b/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_absorbance_A450_example.csv new file mode 100644 index 000000000..c994762ab --- /dev/null +++ b/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_absorbance_A450_example.csv @@ -0,0 +1,170 @@ +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,Group,Label,ScanX,ScanY,Measinfo,Kinetics,Measurement date, +1,1,="",14.35,22.00,22.10,42.0,41.5,22.5,22.6,1,A450(1),0,0,De=1st Ex=Btm Em=N/A Wdw=N/A (8),0,1/15/2024 10:30:00 AM, + +Background information +Plate,Label,Result,Signal,Flashes/Time,Meastime,MeasInfo, +1,A450,0,295000,300,00:00:00.000,De=1st Ex=Btm Em=N/A Wdw=N/A (8), + +Results for A450(1) - channel 1 (A) +,01,02,03,04,05,06,07,08,09,10,11,12, +A,0.1500,0.0850,0.1000,1.8500,1.8000,1.7500,0.6000,1.0000,0.7500,0.6500,0.6000,0.7000, +B,0.1000,0.0700,0.1100,1.0000,1.0500,1.1000,0.2500,0.8000,0.3000,0.2800,0.2200,0.3100, +C,0.0950,0.0650,0.0800,0.5500,0.5000,0.4800,0.1500,0.1000,0.1600,0.1200,0.1300,0.1800, +D,0.0700,0.0600,0.1500,0.2000,0.2100,0.2200,0.1000,0.1600,0.1100,0.1400,0.0850,0.1400, +E,0.0800,0.0750,0.0900,0.1500,0.2800,0.1100,0.0800,0.1500,0.0900,0.4800,0.1000,0.1100, +F,0.0750,0.0800,0.0780,0.0800,0.0820,0.1300,0.1050,0.0650,0.1400,0.0950,0.1100,0.0950, +G,0.1000,0.1500,0.0750,0.0900,0.0780,0.1000,0.0850,0.4500,0.1050,0.0850,0.1100,0.1200, +H,0.1800,0.0900,0.0950,0.0750,0.1050,0.0900,0.0800,0.0800,0.0950,0.1100,0.0950,0.0950, + +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,Group,Label,ScanX,ScanY,Measinfo,Kinetics,Measurement date, +2,1,="",14.35,22.05,22.08,41.6,41.5,22.6,22.7,1,A450(1),0,0,De=1st Ex=Btm Em=N/A Wdw=N/A (8),0,1/15/2024 10:31:35 AM, + +Background information +Plate,Label,Result,Signal,Flashes/Time,Meastime,MeasInfo, +2,A450,0,295100,300,00:00:00.000,De=1st Ex=Btm Em=N/A Wdw=N/A (8), + +Results for A450(1) - channel 1 (A) +,01,02,03,04,05,06,07,08,09,10,11,12, +A,0.3000,0.2700,0.3200,2.0000,1.9500,2.0500,1.5000,2.2000,1.7500,1.2000,0.8500,0.8800, +B,0.1800,0.1300,0.2700,1.4500,1.8000,2.2000,1.0000,1.0500,1.2000,0.4500,0.6000,0.4000, +C,0.0900,0.0880,0.1400,1.0000,1.0500,2.1000,0.5000,0.4200,0.4500,0.7800,0.1700,0.2200, +D,0.1500,0.0870,0.1400,0.4500,0.3800,0.4000,0.2200,0.2200,0.1800,0.1600,0.1200,0.2100, +E,0.1000,0.0720,0.1050,0.2100,0.1100,0.1750,0.1550,0.1200,0.1300,0.1400,0.5000,0.1150, +F,0.0950,0.0680,0.0850,0.1050,0.8000,0.1200,0.0950,0.1100,0.1000,0.1200,0.1100,0.4700, +G,0.0800,0.0580,0.0750,0.0900,0.0850,0.0950,0.1050,0.1850,0.1200,0.1080,0.2700,0.1080, +H,0.1600,0.0880,0.1080,0.0850,0.1020,0.0800,0.1450,0.0720,0.0880,0.1450,0.1150,0.1300, + + +Basic assay information +Assay ID: ,,,,101 +Assay Started: ,,,,1/15/2024 10:28:00 AM +Assay Finished: ,,,,N/A +Assay Exported: ,,,,1/15/2024 10:35:00 AM +Protocol ID: ,,,,100250 +Protocol Name: ,,,,Absorbance Test Protocol +Serial#: ,,,,="1050242" + + + +Protocol information +Protocol: +Protocol name,,,,Absorbance Test Protocol +Number of assay repeats,,,,1 +Start assay repeat each,,,,N/A +Number of plate repeats,,,,1 +Start plate repeat each,,,,N/A +Is label meas. height used,,,,Yes +Height of measurement,,,,Defined in label +Is gripper height used,,,,No +Mode of measurement,,,,By Rows bi-directional +Rotated plate,,,,No +Soft move,,,,No +Protocol notes,,,, + +Plate type: +Name of the plate type,,,,96 General +Number of rows,,,,8 +Number of columns,,,,12 +Number of the wells in the plate,,,,96 +Height of the plate,,,,14.35 mm + +Coordinates of corners: +96 General + A450 +14.2 mm x------------------------------------------------------- x 113.29 mm +10.61 mm 10.7 mm + +14.11 mm x------------------------------------------------------ x 113.11 mm +73.7 mm 73.79 mm + +Platemap: +Plate,,,,1 +Group,,,,1 + +,01,02,03,04,05,06,07,08,09,10,11,12, +A,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- +B,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- +C,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- +D,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- +E,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- +F,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- +G,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- +H,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- + + - - Undefined + +Plate,,,,2 +Group,,,,1 + +,01,02,03,04,05,06,07,08,09,10,11,12, +A,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- +B,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- +C,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- +D,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- +E,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- +F,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- +G,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- +H,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- ,- + + - - Undefined + +Calculations: +No calculations. + +Auto export parameters: +Export format,,,,Plate2 +Include basic assay information,,,,Yes +Place assay information at,,,,End of file +Include basic plate information,,,,Yes +Place plate information at,,,,Beginning of plate +Include protocol information,,,,Yes +Protocol info level,,,,Large +Include error and warning information,,,,Yes +Include background information,,,,Yes +Add plate number to the file name,,,,Yes +Each plate to separate file,,,,No +Field separator to use,,,,System +File name format,,,,\\_.csv + +Operations: +Plate 1 + Group 1 + Measurement + Label,,,,A450(1) +Plate 2 + Group 1 + Measurement + Label,,,,A450(1) + +Labels: +A450,,,,2000014 +Exc. filter,,,,BFP 450 +Measurement height,,,,13 mm +Number of flashes,,,,300 +Number of flashes integrated,,,,1 +Excitation light,,,,100% +Reference excitation light,,,,100% +Reference AD gain,,,,1 +Reference signal,,,,350888 +Last edited,,,,1/15/2024 10:00:00 AM +Last edited by,,,,EnVision +Factory preset,,,,No + +Filters: +BFP 450,,,,216 +Filter type,,,,Emission +Description,,,,M450 CWL=450nm BW=10nm Tmin=60% +Used with,,,,Luminescence Absorbance DELFIA - Time-resolved Fluorescence Fluorescence Intensity Fluorescence Polarization LANCE - Time-resolved Fluorescence +Last edited,,,,1/15/2024 9:50:00 AM +Last edited by,,,,EnVision +Factory preset,,,,Yes + +Instrument: +Serial number,,,,1050242 +Nickname,,,,EnVision#Alpha_680nm + + + + +Exported with EnVision Workstation version 1.14.3049.1642 diff --git a/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_absorbance_A450_example.json b/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_absorbance_A450_example.json new file mode 100644 index 000000000..8cc36f5f7 --- /dev/null +++ b/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_absorbance_A450_example.json @@ -0,0 +1,16151 @@ +{ + "$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": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "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": "96 General" + } + }, + "absorbance": { + "value": 0.15, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 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 + } + }, + "absorbance": { + "value": 0.085, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 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 + } + }, + "absorbance": { + "value": 0.1, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_3", + "sample document": { + "sample identifier": "Plate 1 A4", + "location identifier": "A4", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 1.85, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_4", + "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 + } + }, + "absorbance": { + "value": 1.8, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_5", + "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 + } + }, + "absorbance": { + "value": 1.75, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_6", + "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 + } + }, + "absorbance": { + "value": 0.6, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_7", + "sample document": { + "sample identifier": "Plate 1 A8", + "location identifier": "A8", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 1.0, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_8", + "sample document": { + "sample identifier": "Plate 1 A9", + "location identifier": "A9", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.75, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_9", + "sample document": { + "sample identifier": "Plate 1 A10", + "location identifier": "A10", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.65, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_10", + "sample document": { + "sample identifier": "Plate 1 A11", + "location identifier": "A11", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.6, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_11", + "sample document": { + "sample identifier": "Plate 1 A12", + "location identifier": "A12", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.7, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_12", + "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 + } + }, + "absorbance": { + "value": 0.1, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_13", + "sample document": { + "sample identifier": "Plate 1 B2", + "location identifier": "B2", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.07, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_14", + "sample document": { + "sample identifier": "Plate 1 B3", + "location identifier": "B3", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.11, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_15", + "sample document": { + "sample identifier": "Plate 1 B4", + "location identifier": "B4", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 1.0, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_16", + "sample document": { + "sample identifier": "Plate 1 B5", + "location identifier": "B5", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 1.05, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_17", + "sample document": { + "sample identifier": "Plate 1 B6", + "location identifier": "B6", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 1.1, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_18", + "sample document": { + "sample identifier": "Plate 1 B7", + "location identifier": "B7", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.25, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_19", + "sample document": { + "sample identifier": "Plate 1 B8", + "location identifier": "B8", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.8, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_20", + "sample document": { + "sample identifier": "Plate 1 B9", + "location identifier": "B9", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.3, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_21", + "sample document": { + "sample identifier": "Plate 1 B10", + "location identifier": "B10", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.28, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_22", + "sample document": { + "sample identifier": "Plate 1 B11", + "location identifier": "B11", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.22, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_23", + "sample document": { + "sample identifier": "Plate 1 B12", + "location identifier": "B12", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.31, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_24", + "sample document": { + "sample identifier": "Plate 1 C1", + "location identifier": "C1", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.095, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_25", + "sample document": { + "sample identifier": "Plate 1 C2", + "location identifier": "C2", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.065, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_26", + "sample document": { + "sample identifier": "Plate 1 C3", + "location identifier": "C3", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.08, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_27", + "sample document": { + "sample identifier": "Plate 1 C4", + "location identifier": "C4", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.55, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_28", + "sample document": { + "sample identifier": "Plate 1 C5", + "location identifier": "C5", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.5, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_29", + "sample document": { + "sample identifier": "Plate 1 C6", + "location identifier": "C6", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.48, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_30", + "sample document": { + "sample identifier": "Plate 1 C7", + "location identifier": "C7", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.15, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_31", + "sample document": { + "sample identifier": "Plate 1 C8", + "location identifier": "C8", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.1, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_32", + "sample document": { + "sample identifier": "Plate 1 C9", + "location identifier": "C9", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.16, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_33", + "sample document": { + "sample identifier": "Plate 1 C10", + "location identifier": "C10", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.12, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_34", + "sample document": { + "sample identifier": "Plate 1 C11", + "location identifier": "C11", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.13, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_35", + "sample document": { + "sample identifier": "Plate 1 C12", + "location identifier": "C12", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.18, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_36", + "sample document": { + "sample identifier": "Plate 1 D1", + "location identifier": "D1", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.07, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_37", + "sample document": { + "sample identifier": "Plate 1 D2", + "location identifier": "D2", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.06, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_38", + "sample document": { + "sample identifier": "Plate 1 D3", + "location identifier": "D3", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.15, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_39", + "sample document": { + "sample identifier": "Plate 1 D4", + "location identifier": "D4", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.2, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_40", + "sample document": { + "sample identifier": "Plate 1 D5", + "location identifier": "D5", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.21, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_41", + "sample document": { + "sample identifier": "Plate 1 D6", + "location identifier": "D6", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.22, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_42", + "sample document": { + "sample identifier": "Plate 1 D7", + "location identifier": "D7", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.1, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_43", + "sample document": { + "sample identifier": "Plate 1 D8", + "location identifier": "D8", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.16, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_44", + "sample document": { + "sample identifier": "Plate 1 D9", + "location identifier": "D9", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.11, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_45", + "sample document": { + "sample identifier": "Plate 1 D10", + "location identifier": "D10", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.14, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_46", + "sample document": { + "sample identifier": "Plate 1 D11", + "location identifier": "D11", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.085, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_47", + "sample document": { + "sample identifier": "Plate 1 D12", + "location identifier": "D12", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.14, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_48", + "sample document": { + "sample identifier": "Plate 1 E1", + "location identifier": "E1", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.08, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_49", + "sample document": { + "sample identifier": "Plate 1 E2", + "location identifier": "E2", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.075, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_50", + "sample document": { + "sample identifier": "Plate 1 E3", + "location identifier": "E3", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.09, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_51", + "sample document": { + "sample identifier": "Plate 1 E4", + "location identifier": "E4", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.15, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_52", + "sample document": { + "sample identifier": "Plate 1 E5", + "location identifier": "E5", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.28, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_53", + "sample document": { + "sample identifier": "Plate 1 E6", + "location identifier": "E6", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.11, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_54", + "sample document": { + "sample identifier": "Plate 1 E7", + "location identifier": "E7", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.08, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_55", + "sample document": { + "sample identifier": "Plate 1 E8", + "location identifier": "E8", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.15, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_56", + "sample document": { + "sample identifier": "Plate 1 E9", + "location identifier": "E9", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.09, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_57", + "sample document": { + "sample identifier": "Plate 1 E10", + "location identifier": "E10", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.48, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_58", + "sample document": { + "sample identifier": "Plate 1 E11", + "location identifier": "E11", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.1, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_59", + "sample document": { + "sample identifier": "Plate 1 E12", + "location identifier": "E12", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.11, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_60", + "sample document": { + "sample identifier": "Plate 1 F1", + "location identifier": "F1", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.075, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_61", + "sample document": { + "sample identifier": "Plate 1 F2", + "location identifier": "F2", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.08, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_62", + "sample document": { + "sample identifier": "Plate 1 F3", + "location identifier": "F3", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.078, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_63", + "sample document": { + "sample identifier": "Plate 1 F4", + "location identifier": "F4", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.08, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_64", + "sample document": { + "sample identifier": "Plate 1 F5", + "location identifier": "F5", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.082, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_65", + "sample document": { + "sample identifier": "Plate 1 F6", + "location identifier": "F6", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.13, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_66", + "sample document": { + "sample identifier": "Plate 1 F7", + "location identifier": "F7", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.105, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_67", + "sample document": { + "sample identifier": "Plate 1 F8", + "location identifier": "F8", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.065, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_68", + "sample document": { + "sample identifier": "Plate 1 F9", + "location identifier": "F9", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.14, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_69", + "sample document": { + "sample identifier": "Plate 1 F10", + "location identifier": "F10", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.095, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_70", + "sample document": { + "sample identifier": "Plate 1 F11", + "location identifier": "F11", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.11, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_71", + "sample document": { + "sample identifier": "Plate 1 F12", + "location identifier": "F12", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.095, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_72", + "sample document": { + "sample identifier": "Plate 1 G1", + "location identifier": "G1", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.1, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_73", + "sample document": { + "sample identifier": "Plate 1 G2", + "location identifier": "G2", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.15, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_74", + "sample document": { + "sample identifier": "Plate 1 G3", + "location identifier": "G3", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.075, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_75", + "sample document": { + "sample identifier": "Plate 1 G4", + "location identifier": "G4", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.09, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_76", + "sample document": { + "sample identifier": "Plate 1 G5", + "location identifier": "G5", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.078, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_77", + "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 + } + }, + "absorbance": { + "value": 0.1, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_78", + "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 + } + }, + "absorbance": { + "value": 0.085, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_79", + "sample document": { + "sample identifier": "Plate 1 G8", + "location identifier": "G8", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.45, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_80", + "sample document": { + "sample identifier": "Plate 1 G9", + "location identifier": "G9", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.105, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_81", + "sample document": { + "sample identifier": "Plate 1 G10", + "location identifier": "G10", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.085, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_82", + "sample document": { + "sample identifier": "Plate 1 G11", + "location identifier": "G11", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.11, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_83", + "sample document": { + "sample identifier": "Plate 1 G12", + "location identifier": "G12", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.12, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_84", + "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 + } + }, + "absorbance": { + "value": 0.18, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_85", + "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 + } + }, + "absorbance": { + "value": 0.09, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_86", + "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 + } + }, + "absorbance": { + "value": 0.095, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_87", + "sample document": { + "sample identifier": "Plate 1 H4", + "location identifier": "H4", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.075, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_88", + "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 + } + }, + "absorbance": { + "value": 0.105, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_89", + "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 + } + }, + "absorbance": { + "value": 0.09, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_90", + "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 + } + }, + "absorbance": { + "value": 0.08, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_91", + "sample document": { + "sample identifier": "Plate 1 H8", + "location identifier": "H8", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.08, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_92", + "sample document": { + "sample identifier": "Plate 1 H9", + "location identifier": "H9", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.095, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_93", + "sample document": { + "sample identifier": "Plate 1 H10", + "location identifier": "H10", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.11, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_94", + "sample document": { + "sample identifier": "Plate 1 H11", + "location identifier": "H11", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.095, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.5, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.6, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.1, + "unit": "degC" + }, + "Humidity at start": { + "value": 42.0, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_95", + "sample document": { + "sample identifier": "Plate 1 H12", + "location identifier": "H12", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 1", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.095, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.0, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_96", + "sample document": { + "sample identifier": "Plate 2 A1", + "location identifier": "A1", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.3, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_97", + "sample document": { + "sample identifier": "Plate 2 A2", + "location identifier": "A2", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.27, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_98", + "sample document": { + "sample identifier": "Plate 2 A3", + "location identifier": "A3", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.32, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_99", + "sample document": { + "sample identifier": "Plate 2 A4", + "location identifier": "A4", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 2.0, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_100", + "sample document": { + "sample identifier": "Plate 2 A5", + "location identifier": "A5", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 1.95, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_101", + "sample document": { + "sample identifier": "Plate 2 A6", + "location identifier": "A6", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 2.05, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_102", + "sample document": { + "sample identifier": "Plate 2 A7", + "location identifier": "A7", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 1.5, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_103", + "sample document": { + "sample identifier": "Plate 2 A8", + "location identifier": "A8", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 2.2, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_104", + "sample document": { + "sample identifier": "Plate 2 A9", + "location identifier": "A9", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 1.75, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_105", + "sample document": { + "sample identifier": "Plate 2 A10", + "location identifier": "A10", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 1.2, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_106", + "sample document": { + "sample identifier": "Plate 2 A11", + "location identifier": "A11", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.85, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_107", + "sample document": { + "sample identifier": "Plate 2 A12", + "location identifier": "A12", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.88, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_108", + "sample document": { + "sample identifier": "Plate 2 B1", + "location identifier": "B1", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.18, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_109", + "sample document": { + "sample identifier": "Plate 2 B2", + "location identifier": "B2", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.13, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_110", + "sample document": { + "sample identifier": "Plate 2 B3", + "location identifier": "B3", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.27, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_111", + "sample document": { + "sample identifier": "Plate 2 B4", + "location identifier": "B4", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 1.45, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_112", + "sample document": { + "sample identifier": "Plate 2 B5", + "location identifier": "B5", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 1.8, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_113", + "sample document": { + "sample identifier": "Plate 2 B6", + "location identifier": "B6", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 2.2, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_114", + "sample document": { + "sample identifier": "Plate 2 B7", + "location identifier": "B7", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 1.0, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_115", + "sample document": { + "sample identifier": "Plate 2 B8", + "location identifier": "B8", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 1.05, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_116", + "sample document": { + "sample identifier": "Plate 2 B9", + "location identifier": "B9", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 1.2, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_117", + "sample document": { + "sample identifier": "Plate 2 B10", + "location identifier": "B10", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.45, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_118", + "sample document": { + "sample identifier": "Plate 2 B11", + "location identifier": "B11", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.6, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_119", + "sample document": { + "sample identifier": "Plate 2 B12", + "location identifier": "B12", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.4, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_120", + "sample document": { + "sample identifier": "Plate 2 C1", + "location identifier": "C1", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.09, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_121", + "sample document": { + "sample identifier": "Plate 2 C2", + "location identifier": "C2", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.088, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_122", + "sample document": { + "sample identifier": "Plate 2 C3", + "location identifier": "C3", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.14, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_123", + "sample document": { + "sample identifier": "Plate 2 C4", + "location identifier": "C4", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 1.0, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_124", + "sample document": { + "sample identifier": "Plate 2 C5", + "location identifier": "C5", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 1.05, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_125", + "sample document": { + "sample identifier": "Plate 2 C6", + "location identifier": "C6", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 2.1, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_126", + "sample document": { + "sample identifier": "Plate 2 C7", + "location identifier": "C7", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.5, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_127", + "sample document": { + "sample identifier": "Plate 2 C8", + "location identifier": "C8", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.42, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_128", + "sample document": { + "sample identifier": "Plate 2 C9", + "location identifier": "C9", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.45, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_129", + "sample document": { + "sample identifier": "Plate 2 C10", + "location identifier": "C10", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.78, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_130", + "sample document": { + "sample identifier": "Plate 2 C11", + "location identifier": "C11", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.17, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_131", + "sample document": { + "sample identifier": "Plate 2 C12", + "location identifier": "C12", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.22, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_132", + "sample document": { + "sample identifier": "Plate 2 D1", + "location identifier": "D1", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.15, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_133", + "sample document": { + "sample identifier": "Plate 2 D2", + "location identifier": "D2", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.087, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_134", + "sample document": { + "sample identifier": "Plate 2 D3", + "location identifier": "D3", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.14, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_135", + "sample document": { + "sample identifier": "Plate 2 D4", + "location identifier": "D4", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.45, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_136", + "sample document": { + "sample identifier": "Plate 2 D5", + "location identifier": "D5", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.38, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_137", + "sample document": { + "sample identifier": "Plate 2 D6", + "location identifier": "D6", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.4, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_138", + "sample document": { + "sample identifier": "Plate 2 D7", + "location identifier": "D7", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.22, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_139", + "sample document": { + "sample identifier": "Plate 2 D8", + "location identifier": "D8", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.22, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_140", + "sample document": { + "sample identifier": "Plate 2 D9", + "location identifier": "D9", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.18, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_141", + "sample document": { + "sample identifier": "Plate 2 D10", + "location identifier": "D10", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.16, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_142", + "sample document": { + "sample identifier": "Plate 2 D11", + "location identifier": "D11", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.12, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_143", + "sample document": { + "sample identifier": "Plate 2 D12", + "location identifier": "D12", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.21, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_144", + "sample document": { + "sample identifier": "Plate 2 E1", + "location identifier": "E1", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.1, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_145", + "sample document": { + "sample identifier": "Plate 2 E2", + "location identifier": "E2", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.072, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_146", + "sample document": { + "sample identifier": "Plate 2 E3", + "location identifier": "E3", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.105, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_147", + "sample document": { + "sample identifier": "Plate 2 E4", + "location identifier": "E4", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.21, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_148", + "sample document": { + "sample identifier": "Plate 2 E5", + "location identifier": "E5", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.11, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_149", + "sample document": { + "sample identifier": "Plate 2 E6", + "location identifier": "E6", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.175, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_150", + "sample document": { + "sample identifier": "Plate 2 E7", + "location identifier": "E7", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.155, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_151", + "sample document": { + "sample identifier": "Plate 2 E8", + "location identifier": "E8", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.12, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_152", + "sample document": { + "sample identifier": "Plate 2 E9", + "location identifier": "E9", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.13, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_153", + "sample document": { + "sample identifier": "Plate 2 E10", + "location identifier": "E10", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.14, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_154", + "sample document": { + "sample identifier": "Plate 2 E11", + "location identifier": "E11", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.5, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_155", + "sample document": { + "sample identifier": "Plate 2 E12", + "location identifier": "E12", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.115, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_156", + "sample document": { + "sample identifier": "Plate 2 F1", + "location identifier": "F1", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.095, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_157", + "sample document": { + "sample identifier": "Plate 2 F2", + "location identifier": "F2", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.068, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_158", + "sample document": { + "sample identifier": "Plate 2 F3", + "location identifier": "F3", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.085, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_159", + "sample document": { + "sample identifier": "Plate 2 F4", + "location identifier": "F4", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.105, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_160", + "sample document": { + "sample identifier": "Plate 2 F5", + "location identifier": "F5", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.8, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_161", + "sample document": { + "sample identifier": "Plate 2 F6", + "location identifier": "F6", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.12, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_162", + "sample document": { + "sample identifier": "Plate 2 F7", + "location identifier": "F7", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.095, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_163", + "sample document": { + "sample identifier": "Plate 2 F8", + "location identifier": "F8", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.11, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_164", + "sample document": { + "sample identifier": "Plate 2 F9", + "location identifier": "F9", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.1, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_165", + "sample document": { + "sample identifier": "Plate 2 F10", + "location identifier": "F10", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.12, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_166", + "sample document": { + "sample identifier": "Plate 2 F11", + "location identifier": "F11", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.11, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_167", + "sample document": { + "sample identifier": "Plate 2 F12", + "location identifier": "F12", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.47, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_168", + "sample document": { + "sample identifier": "Plate 2 G1", + "location identifier": "G1", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.08, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_169", + "sample document": { + "sample identifier": "Plate 2 G2", + "location identifier": "G2", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.058, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_170", + "sample document": { + "sample identifier": "Plate 2 G3", + "location identifier": "G3", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.075, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_171", + "sample document": { + "sample identifier": "Plate 2 G4", + "location identifier": "G4", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.09, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_172", + "sample document": { + "sample identifier": "Plate 2 G5", + "location identifier": "G5", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.085, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_173", + "sample document": { + "sample identifier": "Plate 2 G6", + "location identifier": "G6", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.095, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_174", + "sample document": { + "sample identifier": "Plate 2 G7", + "location identifier": "G7", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.105, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_175", + "sample document": { + "sample identifier": "Plate 2 G8", + "location identifier": "G8", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.185, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_176", + "sample document": { + "sample identifier": "Plate 2 G9", + "location identifier": "G9", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.12, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_177", + "sample document": { + "sample identifier": "Plate 2 G10", + "location identifier": "G10", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.108, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_178", + "sample document": { + "sample identifier": "Plate 2 G11", + "location identifier": "G11", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.27, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_179", + "sample document": { + "sample identifier": "Plate 2 G12", + "location identifier": "G12", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.108, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_180", + "sample document": { + "sample identifier": "Plate 2 H1", + "location identifier": "H1", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.16, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_181", + "sample document": { + "sample identifier": "Plate 2 H2", + "location identifier": "H2", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.088, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_182", + "sample document": { + "sample identifier": "Plate 2 H3", + "location identifier": "H3", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.108, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_183", + "sample document": { + "sample identifier": "Plate 2 H4", + "location identifier": "H4", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.085, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_184", + "sample document": { + "sample identifier": "Plate 2 H5", + "location identifier": "H5", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.102, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_185", + "sample document": { + "sample identifier": "Plate 2 H6", + "location identifier": "H6", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.08, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_186", + "sample document": { + "sample identifier": "Plate 2 H7", + "location identifier": "H7", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.145, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_187", + "sample document": { + "sample identifier": "Plate 2 H8", + "location identifier": "H8", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.072, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_188", + "sample document": { + "sample identifier": "Plate 2 H9", + "location identifier": "H9", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.088, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_189", + "sample document": { + "sample identifier": "Plate 2 H10", + "location identifier": "H10", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.145, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_190", + "sample document": { + "sample identifier": "Plate 2 H11", + "location identifier": "H11", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.115, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + }, + { + "measurement aggregate document": { + "measurement document": [ + { + "device control aggregate document": { + "device control document": [ + { + "device type": "absorbance detector", + "detector distance setting (plate reader)": { + "value": 14.35, + "unit": "mm" + }, + "number of averages": { + "value": 300.0, + "unit": "#" + }, + "detector gain setting": "1", + "custom information document": { + "Ambient temperature at start": { + "value": 22.6, + "unit": "degC" + }, + "Ambient temperature at end": { + "value": 22.7, + "unit": "degC" + }, + "Chamber temperature at end": { + "value": 22.08, + "unit": "degC" + }, + "Humidity at start": { + "value": 41.6, + "unit": "%" + }, + "Humidity at end": { + "value": 41.5, + "unit": "%" + }, + "Kinetics": 0.0, + "ScanX": 0.0, + "ScanY": 0.0, + "Number of rows": 8.0, + "Height of the plate": "14.35 mm", + "Number of columns": 12.0 + } + } + ] + }, + "measurement identifier": "PERKIN_ELMER_ENVISION_TEST_ID_191", + "sample document": { + "sample identifier": "Plate 2 H12", + "location identifier": "H12", + "sample role type": "unknown sample role", + "well plate identifier": "Plate 2", + "custom information document": { + "group identifier": 1.0, + "Repeat": 1.0 + } + }, + "absorbance": { + "value": 0.13, + "unit": "mAU" + }, + "compartment temperature": { + "value": 22.05, + "unit": "degC" + } + } + ], + "measurement time": "2024-01-15T10:30:00+00:00", + "plate well count": { + "value": 96.0, + "unit": "#" + }, + "analytical method identifier": "100250", + "experimental data identifier": "101", + "container type": "well plate", + "custom information document": { + "Assay Exported": "1/15/2024 10:35:00 AM", + "Assay Started": "1/15/2024 10:28:00 AM", + "Protocol Name": "Absorbance Test Protocol" + } + } + } + ], + "data system document": { + "ASM file identifier": "PE_Envision_absorbance_A450_example.json", + "data system instance identifier": "N/A", + "file name": "PE_Envision_absorbance_A450_example.csv", + "UNC path": "tests/parsers/perkin_elmer_envision/testdata/PE_Envision_absorbance_A450_example.csv", + "ASM converter name": "allotropy_perkinelmer_envision", + "ASM converter version": "0.1.113", + "software name": "EnVision Workstation", + "software version": "1.14.3049.1642" + }, + "device system document": { + "device identifier": "EnVision#Alpha_680nm", + "model number": "EnVision", + "equipment serial number": "1050242" + } + } +} diff --git a/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_absorbance_example01.json b/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_absorbance_example01.json index c0a066fd3..237c65017 100644 --- a/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_absorbance_example01.json +++ b/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_absorbance_example01.json @@ -43,8 +43,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -63,7 +63,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.63, "unit": "mAU" }, "compartment temperature": { @@ -81,10 +81,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -129,8 +129,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -148,7 +148,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.713, "unit": "mAU" }, "compartment temperature": { @@ -166,10 +166,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -214,8 +214,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -233,7 +233,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.837, "unit": "mAU" }, "compartment temperature": { @@ -251,10 +251,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -299,8 +299,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -318,7 +318,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.884, "unit": "mAU" }, "compartment temperature": { @@ -336,10 +336,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -384,8 +384,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -403,7 +403,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.823, "unit": "mAU" }, "compartment temperature": { @@ -421,10 +421,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -469,8 +469,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -488,7 +488,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.783, "unit": "mAU" }, "compartment temperature": { @@ -506,10 +506,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -554,8 +554,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -573,7 +573,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.792, "unit": "mAU" }, "compartment temperature": { @@ -591,10 +591,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -639,8 +639,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -658,7 +658,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.791, "unit": "mAU" }, "compartment temperature": { @@ -676,10 +676,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -724,8 +724,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -743,7 +743,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.79, "unit": "mAU" }, "compartment temperature": { @@ -761,10 +761,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -809,8 +809,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -828,7 +828,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.786, "unit": "mAU" }, "compartment temperature": { @@ -846,10 +846,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -894,8 +894,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -913,7 +913,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.766, "unit": "mAU" }, "compartment temperature": { @@ -931,10 +931,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -979,8 +979,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -998,7 +998,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.763, "unit": "mAU" }, "compartment temperature": { @@ -1016,10 +1016,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -1064,8 +1064,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1083,7 +1083,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.739, "unit": "mAU" }, "compartment temperature": { @@ -1101,10 +1101,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -1149,8 +1149,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1168,7 +1168,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.752, "unit": "mAU" }, "compartment temperature": { @@ -1186,10 +1186,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -1234,8 +1234,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1253,7 +1253,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.761, "unit": "mAU" }, "compartment temperature": { @@ -1271,10 +1271,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -1319,8 +1319,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1338,7 +1338,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.773, "unit": "mAU" }, "compartment temperature": { @@ -1356,10 +1356,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -1404,8 +1404,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1423,7 +1423,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.792, "unit": "mAU" }, "compartment temperature": { @@ -1441,10 +1441,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -1489,8 +1489,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1508,7 +1508,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.814, "unit": "mAU" }, "compartment temperature": { @@ -1526,10 +1526,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -1574,8 +1574,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1593,7 +1593,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.813, "unit": "mAU" }, "compartment temperature": { @@ -1611,10 +1611,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -1659,8 +1659,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1678,7 +1678,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.81, "unit": "mAU" }, "compartment temperature": { @@ -1696,10 +1696,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -1744,8 +1744,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1763,7 +1763,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.781, "unit": "mAU" }, "compartment temperature": { @@ -1781,10 +1781,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -1829,8 +1829,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1848,7 +1848,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.806, "unit": "mAU" }, "compartment temperature": { @@ -1866,10 +1866,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -1914,8 +1914,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1933,7 +1933,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.78, "unit": "mAU" }, "compartment temperature": { @@ -1951,10 +1951,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -1999,8 +1999,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2018,7 +2018,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.727, "unit": "mAU" }, "compartment temperature": { @@ -2036,10 +2036,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -2084,8 +2084,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2103,7 +2103,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.711, "unit": "mAU" }, "compartment temperature": { @@ -2121,10 +2121,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -2169,8 +2169,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2188,7 +2188,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.713, "unit": "mAU" }, "compartment temperature": { @@ -2206,10 +2206,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -2254,8 +2254,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2273,7 +2273,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.737, "unit": "mAU" }, "compartment temperature": { @@ -2291,10 +2291,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -2339,8 +2339,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2358,7 +2358,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.794, "unit": "mAU" }, "compartment temperature": { @@ -2376,10 +2376,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -2424,8 +2424,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2443,7 +2443,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.795, "unit": "mAU" }, "compartment temperature": { @@ -2461,10 +2461,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -2509,8 +2509,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2528,7 +2528,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.787, "unit": "mAU" }, "compartment temperature": { @@ -2546,10 +2546,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -2594,8 +2594,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2613,7 +2613,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.773, "unit": "mAU" }, "compartment temperature": { @@ -2631,10 +2631,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -2679,8 +2679,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2698,7 +2698,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.789, "unit": "mAU" }, "compartment temperature": { @@ -2716,10 +2716,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -2764,8 +2764,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2783,7 +2783,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.814, "unit": "mAU" }, "compartment temperature": { @@ -2801,10 +2801,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -2849,8 +2849,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2868,7 +2868,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.809, "unit": "mAU" }, "compartment temperature": { @@ -2886,10 +2886,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -2934,8 +2934,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2953,7 +2953,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.826, "unit": "mAU" }, "compartment temperature": { @@ -2971,10 +2971,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -3019,8 +3019,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3038,7 +3038,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.795, "unit": "mAU" }, "compartment temperature": { @@ -3056,10 +3056,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -3104,8 +3104,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3123,7 +3123,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.777, "unit": "mAU" }, "compartment temperature": { @@ -3141,10 +3141,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -3189,8 +3189,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3208,7 +3208,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.769, "unit": "mAU" }, "compartment temperature": { @@ -3226,10 +3226,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -3274,8 +3274,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3293,7 +3293,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.753, "unit": "mAU" }, "compartment temperature": { @@ -3311,10 +3311,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -3359,8 +3359,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3378,7 +3378,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.768, "unit": "mAU" }, "compartment temperature": { @@ -3396,10 +3396,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -3444,8 +3444,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3463,7 +3463,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.735, "unit": "mAU" }, "compartment temperature": { @@ -3481,10 +3481,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -3529,8 +3529,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3548,7 +3548,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.757, "unit": "mAU" }, "compartment temperature": { @@ -3566,10 +3566,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -3614,8 +3614,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3633,7 +3633,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.744, "unit": "mAU" }, "compartment temperature": { @@ -3651,10 +3651,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -3699,8 +3699,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3718,7 +3718,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.721, "unit": "mAU" }, "compartment temperature": { @@ -3736,10 +3736,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -3784,8 +3784,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3803,7 +3803,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.746, "unit": "mAU" }, "compartment temperature": { @@ -3821,10 +3821,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -3869,8 +3869,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3888,7 +3888,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.742, "unit": "mAU" }, "compartment temperature": { @@ -3906,10 +3906,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -3954,8 +3954,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3973,7 +3973,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.725, "unit": "mAU" }, "compartment temperature": { @@ -3991,10 +3991,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -4039,8 +4039,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4058,7 +4058,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.681, "unit": "mAU" }, "compartment temperature": { @@ -4076,10 +4076,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -4124,8 +4124,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4143,7 +4143,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.831, "unit": "mAU" }, "compartment temperature": { @@ -4161,10 +4161,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -4209,8 +4209,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4228,7 +4228,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.815, "unit": "mAU" }, "compartment temperature": { @@ -4246,10 +4246,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -4294,8 +4294,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4313,7 +4313,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.854, "unit": "mAU" }, "compartment temperature": { @@ -4331,10 +4331,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -4379,8 +4379,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4398,7 +4398,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.873, "unit": "mAU" }, "compartment temperature": { @@ -4416,10 +4416,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -4464,8 +4464,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4483,7 +4483,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.799, "unit": "mAU" }, "compartment temperature": { @@ -4501,10 +4501,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -4549,8 +4549,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4568,7 +4568,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.778, "unit": "mAU" }, "compartment temperature": { @@ -4586,10 +4586,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -4634,8 +4634,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4653,7 +4653,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.827, "unit": "mAU" }, "compartment temperature": { @@ -4671,10 +4671,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -4719,8 +4719,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4738,7 +4738,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.845, "unit": "mAU" }, "compartment temperature": { @@ -4756,10 +4756,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -4804,8 +4804,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4823,7 +4823,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.826, "unit": "mAU" }, "compartment temperature": { @@ -4841,10 +4841,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -4889,8 +4889,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4908,7 +4908,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.83, "unit": "mAU" }, "compartment temperature": { @@ -4926,10 +4926,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -4974,8 +4974,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4993,7 +4993,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.789, "unit": "mAU" }, "compartment temperature": { @@ -5011,10 +5011,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -5059,8 +5059,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5078,7 +5078,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.757, "unit": "mAU" }, "compartment temperature": { @@ -5096,10 +5096,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -5144,8 +5144,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5163,7 +5163,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.773, "unit": "mAU" }, "compartment temperature": { @@ -5181,10 +5181,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -5229,8 +5229,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5248,7 +5248,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.767, "unit": "mAU" }, "compartment temperature": { @@ -5266,10 +5266,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -5314,8 +5314,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5333,7 +5333,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.775, "unit": "mAU" }, "compartment temperature": { @@ -5351,10 +5351,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -5399,8 +5399,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5418,7 +5418,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.784, "unit": "mAU" }, "compartment temperature": { @@ -5436,10 +5436,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -5484,8 +5484,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5503,7 +5503,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.769, "unit": "mAU" }, "compartment temperature": { @@ -5521,10 +5521,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -5569,8 +5569,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5588,7 +5588,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.801, "unit": "mAU" }, "compartment temperature": { @@ -5606,10 +5606,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -5654,8 +5654,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5673,7 +5673,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.8, "unit": "mAU" }, "compartment temperature": { @@ -5691,10 +5691,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -5739,8 +5739,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5758,7 +5758,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.817, "unit": "mAU" }, "compartment temperature": { @@ -5776,10 +5776,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -5824,8 +5824,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5843,7 +5843,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.829, "unit": "mAU" }, "compartment temperature": { @@ -5861,10 +5861,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -5909,8 +5909,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5928,7 +5928,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.776, "unit": "mAU" }, "compartment temperature": { @@ -5946,10 +5946,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -5994,8 +5994,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6013,7 +6013,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.724, "unit": "mAU" }, "compartment temperature": { @@ -6031,10 +6031,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -6079,8 +6079,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6098,7 +6098,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.639, "unit": "mAU" }, "compartment temperature": { @@ -6116,10 +6116,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -6164,8 +6164,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6183,7 +6183,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.72, "unit": "mAU" }, "compartment temperature": { @@ -6201,10 +6201,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -6249,8 +6249,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6268,7 +6268,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.767, "unit": "mAU" }, "compartment temperature": { @@ -6286,10 +6286,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -6334,8 +6334,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6353,7 +6353,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.789, "unit": "mAU" }, "compartment temperature": { @@ -6371,10 +6371,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -6419,8 +6419,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6438,7 +6438,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.866, "unit": "mAU" }, "compartment temperature": { @@ -6456,10 +6456,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -6504,8 +6504,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6523,7 +6523,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.844, "unit": "mAU" }, "compartment temperature": { @@ -6541,10 +6541,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -6589,8 +6589,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6608,7 +6608,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.807, "unit": "mAU" }, "compartment temperature": { @@ -6626,10 +6626,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -6674,8 +6674,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6693,7 +6693,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.785, "unit": "mAU" }, "compartment temperature": { @@ -6711,10 +6711,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -6759,8 +6759,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6778,7 +6778,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.798, "unit": "mAU" }, "compartment temperature": { @@ -6796,10 +6796,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -6844,8 +6844,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6863,7 +6863,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.786, "unit": "mAU" }, "compartment temperature": { @@ -6881,10 +6881,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -6929,8 +6929,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6948,7 +6948,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.806, "unit": "mAU" }, "compartment temperature": { @@ -6966,10 +6966,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -7014,8 +7014,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7033,7 +7033,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.793, "unit": "mAU" }, "compartment temperature": { @@ -7051,10 +7051,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -7099,8 +7099,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7118,7 +7118,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.795, "unit": "mAU" }, "compartment temperature": { @@ -7136,10 +7136,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -7184,8 +7184,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7203,7 +7203,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.777, "unit": "mAU" }, "compartment temperature": { @@ -7221,10 +7221,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -7269,8 +7269,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7288,7 +7288,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.782, "unit": "mAU" }, "compartment temperature": { @@ -7306,10 +7306,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -7354,8 +7354,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7373,7 +7373,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.751, "unit": "mAU" }, "compartment temperature": { @@ -7391,10 +7391,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -7439,8 +7439,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7458,7 +7458,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.733, "unit": "mAU" }, "compartment temperature": { @@ -7476,10 +7476,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -7524,8 +7524,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7543,7 +7543,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.713, "unit": "mAU" }, "compartment temperature": { @@ -7561,10 +7561,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -7609,8 +7609,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7628,7 +7628,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.711, "unit": "mAU" }, "compartment temperature": { @@ -7646,10 +7646,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -7694,8 +7694,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7713,7 +7713,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.714, "unit": "mAU" }, "compartment temperature": { @@ -7731,10 +7731,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -7779,8 +7779,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7798,7 +7798,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.749, "unit": "mAU" }, "compartment temperature": { @@ -7816,10 +7816,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -7864,8 +7864,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7883,7 +7883,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.825, "unit": "mAU" }, "compartment temperature": { @@ -7901,10 +7901,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -7949,8 +7949,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7968,7 +7968,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.79, "unit": "mAU" }, "compartment temperature": { @@ -7986,10 +7986,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -8034,8 +8034,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8053,7 +8053,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.806, "unit": "mAU" }, "compartment temperature": { @@ -8071,10 +8071,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -8119,8 +8119,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8138,7 +8138,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.684, "unit": "mAU" }, "compartment temperature": { @@ -8156,10 +8156,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -8204,8 +8204,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8223,7 +8223,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.796, "unit": "mAU" }, "compartment temperature": { @@ -8241,10 +8241,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -8289,8 +8289,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8308,7 +8308,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.817, "unit": "mAU" }, "compartment temperature": { @@ -8326,10 +8326,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -8374,8 +8374,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8393,7 +8393,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.825, "unit": "mAU" }, "compartment temperature": { @@ -8411,10 +8411,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -8459,8 +8459,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8478,7 +8478,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.845, "unit": "mAU" }, "compartment temperature": { @@ -8496,10 +8496,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -8544,8 +8544,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8563,7 +8563,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.763, "unit": "mAU" }, "compartment temperature": { @@ -8581,10 +8581,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -8629,8 +8629,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8648,7 +8648,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.744, "unit": "mAU" }, "compartment temperature": { @@ -8666,10 +8666,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -8714,8 +8714,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8733,7 +8733,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.801, "unit": "mAU" }, "compartment temperature": { @@ -8751,10 +8751,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -8799,8 +8799,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8818,7 +8818,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.82, "unit": "mAU" }, "compartment temperature": { @@ -8836,10 +8836,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -8884,8 +8884,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8903,7 +8903,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.826, "unit": "mAU" }, "compartment temperature": { @@ -8921,10 +8921,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -8969,8 +8969,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8988,7 +8988,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.822, "unit": "mAU" }, "compartment temperature": { @@ -9006,10 +9006,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -9054,8 +9054,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9073,7 +9073,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.771, "unit": "mAU" }, "compartment temperature": { @@ -9091,10 +9091,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -9139,8 +9139,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9158,7 +9158,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.762, "unit": "mAU" }, "compartment temperature": { @@ -9176,10 +9176,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -9224,8 +9224,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9243,7 +9243,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.792, "unit": "mAU" }, "compartment temperature": { @@ -9261,10 +9261,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -9309,8 +9309,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9328,7 +9328,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.77, "unit": "mAU" }, "compartment temperature": { @@ -9346,10 +9346,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -9394,8 +9394,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9413,7 +9413,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.767, "unit": "mAU" }, "compartment temperature": { @@ -9431,10 +9431,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -9479,8 +9479,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9498,7 +9498,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.783, "unit": "mAU" }, "compartment temperature": { @@ -9516,10 +9516,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -9564,8 +9564,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9583,7 +9583,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.76, "unit": "mAU" }, "compartment temperature": { @@ -9601,10 +9601,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -9649,8 +9649,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9668,7 +9668,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.821, "unit": "mAU" }, "compartment temperature": { @@ -9686,10 +9686,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -9734,8 +9734,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9753,7 +9753,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.852, "unit": "mAU" }, "compartment temperature": { @@ -9771,10 +9771,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -9819,8 +9819,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9838,7 +9838,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.878, "unit": "mAU" }, "compartment temperature": { @@ -9856,10 +9856,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -9904,8 +9904,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9923,7 +9923,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.929, "unit": "mAU" }, "compartment temperature": { @@ -9941,10 +9941,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -9989,8 +9989,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10008,7 +10008,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.803, "unit": "mAU" }, "compartment temperature": { @@ -10026,10 +10026,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -10074,8 +10074,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10093,7 +10093,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.721, "unit": "mAU" }, "compartment temperature": { @@ -10111,10 +10111,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -10159,8 +10159,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10178,7 +10178,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.642, "unit": "mAU" }, "compartment temperature": { @@ -10196,10 +10196,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -10244,8 +10244,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10263,7 +10263,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.758, "unit": "mAU" }, "compartment temperature": { @@ -10281,10 +10281,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -10329,8 +10329,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10348,7 +10348,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.793, "unit": "mAU" }, "compartment temperature": { @@ -10366,10 +10366,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -10414,8 +10414,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10433,7 +10433,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.796, "unit": "mAU" }, "compartment temperature": { @@ -10451,10 +10451,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -10499,8 +10499,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10518,7 +10518,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.837, "unit": "mAU" }, "compartment temperature": { @@ -10536,10 +10536,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -10584,8 +10584,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10603,7 +10603,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.819, "unit": "mAU" }, "compartment temperature": { @@ -10621,10 +10621,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -10669,8 +10669,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10688,7 +10688,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.777, "unit": "mAU" }, "compartment temperature": { @@ -10706,10 +10706,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -10754,8 +10754,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10773,7 +10773,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.77, "unit": "mAU" }, "compartment temperature": { @@ -10791,10 +10791,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -10839,8 +10839,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10858,7 +10858,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.777, "unit": "mAU" }, "compartment temperature": { @@ -10876,10 +10876,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -10924,8 +10924,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10943,7 +10943,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.816, "unit": "mAU" }, "compartment temperature": { @@ -10961,10 +10961,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -11009,8 +11009,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11028,7 +11028,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.845, "unit": "mAU" }, "compartment temperature": { @@ -11046,10 +11046,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -11094,8 +11094,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11113,7 +11113,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.839, "unit": "mAU" }, "compartment temperature": { @@ -11131,10 +11131,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -11179,8 +11179,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11198,7 +11198,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.773, "unit": "mAU" }, "compartment temperature": { @@ -11216,10 +11216,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -11264,8 +11264,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11283,7 +11283,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.792, "unit": "mAU" }, "compartment temperature": { @@ -11301,10 +11301,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -11349,8 +11349,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11368,7 +11368,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.774, "unit": "mAU" }, "compartment temperature": { @@ -11386,10 +11386,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -11434,8 +11434,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11453,7 +11453,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.748, "unit": "mAU" }, "compartment temperature": { @@ -11471,10 +11471,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -11519,8 +11519,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11538,7 +11538,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.746, "unit": "mAU" }, "compartment temperature": { @@ -11556,10 +11556,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -11604,8 +11604,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11623,7 +11623,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.708, "unit": "mAU" }, "compartment temperature": { @@ -11641,10 +11641,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -11689,8 +11689,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11708,7 +11708,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.685, "unit": "mAU" }, "compartment temperature": { @@ -11726,10 +11726,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -11774,8 +11774,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11793,7 +11793,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.678, "unit": "mAU" }, "compartment temperature": { @@ -11811,10 +11811,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -11859,8 +11859,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11878,7 +11878,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.704, "unit": "mAU" }, "compartment temperature": { @@ -11896,10 +11896,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -11944,8 +11944,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11963,7 +11963,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.8, "unit": "mAU" }, "compartment temperature": { @@ -11981,10 +11981,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -12029,8 +12029,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12048,7 +12048,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.801, "unit": "mAU" }, "compartment temperature": { @@ -12066,10 +12066,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -12114,8 +12114,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12133,7 +12133,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.771, "unit": "mAU" }, "compartment temperature": { @@ -12151,10 +12151,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -12199,8 +12199,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12218,7 +12218,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.651, "unit": "mAU" }, "compartment temperature": { @@ -12236,10 +12236,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -12284,8 +12284,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12303,7 +12303,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.905, "unit": "mAU" }, "compartment temperature": { @@ -12321,10 +12321,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -12369,8 +12369,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12388,7 +12388,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.739, "unit": "mAU" }, "compartment temperature": { @@ -12406,10 +12406,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -12454,8 +12454,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12473,7 +12473,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.749, "unit": "mAU" }, "compartment temperature": { @@ -12491,10 +12491,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -12539,8 +12539,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12558,7 +12558,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.729, "unit": "mAU" }, "compartment temperature": { @@ -12576,10 +12576,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -12624,8 +12624,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12643,7 +12643,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.739, "unit": "mAU" }, "compartment temperature": { @@ -12661,10 +12661,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -12709,8 +12709,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12728,7 +12728,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.717, "unit": "mAU" }, "compartment temperature": { @@ -12746,10 +12746,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -12794,8 +12794,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12813,7 +12813,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.766, "unit": "mAU" }, "compartment temperature": { @@ -12831,10 +12831,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -12879,8 +12879,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12898,7 +12898,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.779, "unit": "mAU" }, "compartment temperature": { @@ -12916,10 +12916,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -12964,8 +12964,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12983,7 +12983,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.791, "unit": "mAU" }, "compartment temperature": { @@ -13001,10 +13001,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -13049,8 +13049,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13068,7 +13068,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.78, "unit": "mAU" }, "compartment temperature": { @@ -13086,10 +13086,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -13134,8 +13134,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13153,7 +13153,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.763, "unit": "mAU" }, "compartment temperature": { @@ -13171,10 +13171,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -13219,8 +13219,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13238,7 +13238,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.743, "unit": "mAU" }, "compartment temperature": { @@ -13256,10 +13256,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -13304,8 +13304,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13323,7 +13323,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.785, "unit": "mAU" }, "compartment temperature": { @@ -13341,10 +13341,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -13389,8 +13389,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13408,7 +13408,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.779, "unit": "mAU" }, "compartment temperature": { @@ -13426,10 +13426,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -13474,8 +13474,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13493,7 +13493,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.746, "unit": "mAU" }, "compartment temperature": { @@ -13511,10 +13511,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -13559,8 +13559,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13578,7 +13578,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.752, "unit": "mAU" }, "compartment temperature": { @@ -13596,10 +13596,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -13644,8 +13644,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13663,7 +13663,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.736, "unit": "mAU" }, "compartment temperature": { @@ -13681,10 +13681,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -13729,8 +13729,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13748,7 +13748,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.764, "unit": "mAU" }, "compartment temperature": { @@ -13766,10 +13766,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -13814,8 +13814,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13833,7 +13833,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.792, "unit": "mAU" }, "compartment temperature": { @@ -13851,10 +13851,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -13899,8 +13899,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13918,7 +13918,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.848, "unit": "mAU" }, "compartment temperature": { @@ -13936,10 +13936,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -13984,8 +13984,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14003,7 +14003,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.861, "unit": "mAU" }, "compartment temperature": { @@ -14021,10 +14021,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -14069,8 +14069,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14088,7 +14088,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.819, "unit": "mAU" }, "compartment temperature": { @@ -14106,10 +14106,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -14154,8 +14154,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14173,7 +14173,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.745, "unit": "mAU" }, "compartment temperature": { @@ -14191,10 +14191,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -14239,8 +14239,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14258,7 +14258,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.645, "unit": "mAU" }, "compartment temperature": { @@ -14276,10 +14276,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -14324,8 +14324,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14343,7 +14343,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.999, "unit": "mAU" }, "compartment temperature": { @@ -14361,10 +14361,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -14409,8 +14409,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14428,7 +14428,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.93, "unit": "mAU" }, "compartment temperature": { @@ -14446,10 +14446,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -14494,8 +14494,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14513,7 +14513,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.867, "unit": "mAU" }, "compartment temperature": { @@ -14531,10 +14531,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -14579,8 +14579,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14598,7 +14598,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.827, "unit": "mAU" }, "compartment temperature": { @@ -14616,10 +14616,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -14664,8 +14664,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14683,7 +14683,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.878, "unit": "mAU" }, "compartment temperature": { @@ -14701,10 +14701,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -14749,8 +14749,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14768,7 +14768,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.818, "unit": "mAU" }, "compartment temperature": { @@ -14786,10 +14786,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -14834,8 +14834,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14853,7 +14853,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.792, "unit": "mAU" }, "compartment temperature": { @@ -14871,10 +14871,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -14919,8 +14919,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14938,7 +14938,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.791, "unit": "mAU" }, "compartment temperature": { @@ -14956,10 +14956,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -15004,8 +15004,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15023,7 +15023,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.798, "unit": "mAU" }, "compartment temperature": { @@ -15041,10 +15041,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -15089,8 +15089,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15108,7 +15108,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.812, "unit": "mAU" }, "compartment temperature": { @@ -15126,10 +15126,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -15174,8 +15174,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15193,7 +15193,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.837, "unit": "mAU" }, "compartment temperature": { @@ -15211,10 +15211,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -15259,8 +15259,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15278,7 +15278,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.791, "unit": "mAU" }, "compartment temperature": { @@ -15296,10 +15296,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -15344,8 +15344,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15363,7 +15363,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.801, "unit": "mAU" }, "compartment temperature": { @@ -15381,10 +15381,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -15429,8 +15429,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15448,7 +15448,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.79, "unit": "mAU" }, "compartment temperature": { @@ -15466,10 +15466,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -15514,8 +15514,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15533,7 +15533,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.791, "unit": "mAU" }, "compartment temperature": { @@ -15551,10 +15551,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -15599,8 +15599,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15618,7 +15618,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.759, "unit": "mAU" }, "compartment temperature": { @@ -15636,10 +15636,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -15684,8 +15684,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15703,7 +15703,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.765, "unit": "mAU" }, "compartment temperature": { @@ -15721,10 +15721,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -15769,8 +15769,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15788,7 +15788,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.737, "unit": "mAU" }, "compartment temperature": { @@ -15806,10 +15806,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -15854,8 +15854,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15873,7 +15873,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.718, "unit": "mAU" }, "compartment temperature": { @@ -15891,10 +15891,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -15939,8 +15939,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15958,7 +15958,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.728, "unit": "mAU" }, "compartment temperature": { @@ -15976,10 +15976,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -16024,8 +16024,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16043,7 +16043,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.737, "unit": "mAU" }, "compartment temperature": { @@ -16061,10 +16061,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -16109,8 +16109,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16128,7 +16128,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.786, "unit": "mAU" }, "compartment temperature": { @@ -16146,10 +16146,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -16194,8 +16194,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16213,7 +16213,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.742, "unit": "mAU" }, "compartment temperature": { @@ -16231,10 +16231,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -16279,8 +16279,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16298,7 +16298,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.678, "unit": "mAU" }, "compartment temperature": { @@ -16316,10 +16316,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -16364,8 +16364,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16383,7 +16383,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.995, "unit": "mAU" }, "compartment temperature": { @@ -16401,10 +16401,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -16449,8 +16449,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16468,7 +16468,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.733, "unit": "mAU" }, "compartment temperature": { @@ -16486,10 +16486,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -16534,8 +16534,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16553,7 +16553,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.678, "unit": "mAU" }, "compartment temperature": { @@ -16571,10 +16571,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -16619,8 +16619,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16638,7 +16638,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.702, "unit": "mAU" }, "compartment temperature": { @@ -16656,10 +16656,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -16704,8 +16704,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16723,7 +16723,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.713, "unit": "mAU" }, "compartment temperature": { @@ -16741,10 +16741,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -16789,8 +16789,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16808,7 +16808,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.756, "unit": "mAU" }, "compartment temperature": { @@ -16826,10 +16826,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -16874,8 +16874,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16893,7 +16893,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.789, "unit": "mAU" }, "compartment temperature": { @@ -16911,10 +16911,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -16959,8 +16959,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16978,7 +16978,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.8, "unit": "mAU" }, "compartment temperature": { @@ -16996,10 +16996,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -17044,8 +17044,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17063,7 +17063,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.792, "unit": "mAU" }, "compartment temperature": { @@ -17081,10 +17081,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -17129,8 +17129,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17148,7 +17148,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.77, "unit": "mAU" }, "compartment temperature": { @@ -17166,10 +17166,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -17214,8 +17214,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17233,7 +17233,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.783, "unit": "mAU" }, "compartment temperature": { @@ -17251,10 +17251,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -17299,8 +17299,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17318,7 +17318,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.8, "unit": "mAU" }, "compartment temperature": { @@ -17336,10 +17336,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -17384,8 +17384,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17403,7 +17403,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.805, "unit": "mAU" }, "compartment temperature": { @@ -17421,10 +17421,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -17469,8 +17469,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17488,7 +17488,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.806, "unit": "mAU" }, "compartment temperature": { @@ -17506,10 +17506,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -17554,8 +17554,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17573,7 +17573,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.789, "unit": "mAU" }, "compartment temperature": { @@ -17591,10 +17591,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -17639,8 +17639,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17658,7 +17658,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.799, "unit": "mAU" }, "compartment temperature": { @@ -17676,10 +17676,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -17724,8 +17724,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17743,7 +17743,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.755, "unit": "mAU" }, "compartment temperature": { @@ -17761,10 +17761,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -17809,8 +17809,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17828,7 +17828,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.757, "unit": "mAU" }, "compartment temperature": { @@ -17846,10 +17846,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -17894,8 +17894,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17913,7 +17913,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.795, "unit": "mAU" }, "compartment temperature": { @@ -17931,10 +17931,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -17979,8 +17979,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17998,7 +17998,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.812, "unit": "mAU" }, "compartment temperature": { @@ -18016,10 +18016,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -18064,8 +18064,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18083,7 +18083,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.81, "unit": "mAU" }, "compartment temperature": { @@ -18101,10 +18101,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -18149,8 +18149,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18168,7 +18168,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.799, "unit": "mAU" }, "compartment temperature": { @@ -18186,10 +18186,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -18234,8 +18234,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18253,7 +18253,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.745, "unit": "mAU" }, "compartment temperature": { @@ -18271,10 +18271,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -18319,8 +18319,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18338,7 +18338,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.681, "unit": "mAU" }, "compartment temperature": { @@ -18356,10 +18356,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -18404,8 +18404,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18423,7 +18423,7 @@ } }, "absorbance": { - "value": 3, + "value": 3.133, "unit": "mAU" }, "compartment temperature": { @@ -18441,10 +18441,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -18489,8 +18489,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18508,7 +18508,7 @@ } }, "absorbance": { - "value": 3, + "value": 3.08, "unit": "mAU" }, "compartment temperature": { @@ -18526,10 +18526,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -18574,8 +18574,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18593,7 +18593,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.946, "unit": "mAU" }, "compartment temperature": { @@ -18611,10 +18611,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -18659,8 +18659,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18678,7 +18678,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.818, "unit": "mAU" }, "compartment temperature": { @@ -18696,10 +18696,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -18744,8 +18744,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18763,7 +18763,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.8, "unit": "mAU" }, "compartment temperature": { @@ -18781,10 +18781,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -18829,8 +18829,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18848,7 +18848,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.746, "unit": "mAU" }, "compartment temperature": { @@ -18866,10 +18866,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -18914,8 +18914,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18933,7 +18933,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.802, "unit": "mAU" }, "compartment temperature": { @@ -18951,10 +18951,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -18999,8 +18999,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19018,7 +19018,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.799, "unit": "mAU" }, "compartment temperature": { @@ -19036,10 +19036,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -19084,8 +19084,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19103,7 +19103,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.781, "unit": "mAU" }, "compartment temperature": { @@ -19121,10 +19121,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -19169,8 +19169,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19188,7 +19188,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.792, "unit": "mAU" }, "compartment temperature": { @@ -19206,10 +19206,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -19254,8 +19254,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19273,7 +19273,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.787, "unit": "mAU" }, "compartment temperature": { @@ -19291,10 +19291,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -19339,8 +19339,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19358,7 +19358,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.797, "unit": "mAU" }, "compartment temperature": { @@ -19376,10 +19376,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -19424,8 +19424,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19443,7 +19443,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.793, "unit": "mAU" }, "compartment temperature": { @@ -19461,10 +19461,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -19509,8 +19509,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19528,7 +19528,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.767, "unit": "mAU" }, "compartment temperature": { @@ -19546,10 +19546,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -19594,8 +19594,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19613,7 +19613,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.779, "unit": "mAU" }, "compartment temperature": { @@ -19631,10 +19631,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -19679,8 +19679,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19698,7 +19698,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.805, "unit": "mAU" }, "compartment temperature": { @@ -19716,10 +19716,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -19764,8 +19764,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19783,7 +19783,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.786, "unit": "mAU" }, "compartment temperature": { @@ -19801,10 +19801,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -19849,8 +19849,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19868,7 +19868,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.769, "unit": "mAU" }, "compartment temperature": { @@ -19886,10 +19886,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -19934,8 +19934,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19953,7 +19953,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.733, "unit": "mAU" }, "compartment temperature": { @@ -19971,10 +19971,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -20019,8 +20019,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20038,7 +20038,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.746, "unit": "mAU" }, "compartment temperature": { @@ -20056,10 +20056,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -20104,8 +20104,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20123,7 +20123,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.739, "unit": "mAU" }, "compartment temperature": { @@ -20141,10 +20141,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -20189,8 +20189,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20208,7 +20208,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.742, "unit": "mAU" }, "compartment temperature": { @@ -20226,10 +20226,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -20274,8 +20274,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20293,7 +20293,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.745, "unit": "mAU" }, "compartment temperature": { @@ -20311,10 +20311,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -20359,8 +20359,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20378,7 +20378,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.673, "unit": "mAU" }, "compartment temperature": { @@ -20396,10 +20396,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -20444,8 +20444,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20463,7 +20463,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.815, "unit": "mAU" }, "compartment temperature": { @@ -20481,10 +20481,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -20529,8 +20529,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20548,7 +20548,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.645, "unit": "mAU" }, "compartment temperature": { @@ -20566,10 +20566,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -20614,8 +20614,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20633,7 +20633,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.623, "unit": "mAU" }, "compartment temperature": { @@ -20651,10 +20651,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -20699,8 +20699,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20718,7 +20718,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.653, "unit": "mAU" }, "compartment temperature": { @@ -20736,10 +20736,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -20784,8 +20784,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20803,7 +20803,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.707, "unit": "mAU" }, "compartment temperature": { @@ -20821,10 +20821,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -20869,8 +20869,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20888,7 +20888,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.733, "unit": "mAU" }, "compartment temperature": { @@ -20906,10 +20906,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -20954,8 +20954,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20973,7 +20973,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.797, "unit": "mAU" }, "compartment temperature": { @@ -20991,10 +20991,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -21039,8 +21039,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21058,7 +21058,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.765, "unit": "mAU" }, "compartment temperature": { @@ -21076,10 +21076,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -21124,8 +21124,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21143,7 +21143,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.778, "unit": "mAU" }, "compartment temperature": { @@ -21161,10 +21161,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -21209,8 +21209,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21228,7 +21228,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.764, "unit": "mAU" }, "compartment temperature": { @@ -21246,10 +21246,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -21294,8 +21294,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21313,7 +21313,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.765, "unit": "mAU" }, "compartment temperature": { @@ -21331,10 +21331,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -21379,8 +21379,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21398,7 +21398,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.757, "unit": "mAU" }, "compartment temperature": { @@ -21416,10 +21416,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -21464,8 +21464,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21483,7 +21483,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.784, "unit": "mAU" }, "compartment temperature": { @@ -21501,10 +21501,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -21549,8 +21549,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21568,7 +21568,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.818, "unit": "mAU" }, "compartment temperature": { @@ -21586,10 +21586,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -21634,8 +21634,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21653,7 +21653,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.791, "unit": "mAU" }, "compartment temperature": { @@ -21671,10 +21671,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -21719,8 +21719,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21738,7 +21738,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.782, "unit": "mAU" }, "compartment temperature": { @@ -21756,10 +21756,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -21804,8 +21804,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21823,7 +21823,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.764, "unit": "mAU" }, "compartment temperature": { @@ -21841,10 +21841,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -21889,8 +21889,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21908,7 +21908,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.758, "unit": "mAU" }, "compartment temperature": { @@ -21926,10 +21926,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -21974,8 +21974,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21993,7 +21993,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.738, "unit": "mAU" }, "compartment temperature": { @@ -22011,10 +22011,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -22059,8 +22059,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22078,7 +22078,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.787, "unit": "mAU" }, "compartment temperature": { @@ -22096,10 +22096,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -22144,8 +22144,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22163,7 +22163,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.805, "unit": "mAU" }, "compartment temperature": { @@ -22181,10 +22181,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -22229,8 +22229,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22248,7 +22248,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.797, "unit": "mAU" }, "compartment temperature": { @@ -22266,10 +22266,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -22314,8 +22314,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22333,7 +22333,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.737, "unit": "mAU" }, "compartment temperature": { @@ -22351,10 +22351,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -22399,8 +22399,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22418,7 +22418,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.671, "unit": "mAU" }, "compartment temperature": { @@ -22436,10 +22436,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -22484,8 +22484,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22503,7 +22503,7 @@ } }, "absorbance": { - "value": 3, + "value": 3.123, "unit": "mAU" }, "compartment temperature": { @@ -22521,10 +22521,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -22569,8 +22569,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22588,7 +22588,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.925, "unit": "mAU" }, "compartment temperature": { @@ -22606,10 +22606,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -22654,8 +22654,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22673,7 +22673,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.834, "unit": "mAU" }, "compartment temperature": { @@ -22691,10 +22691,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -22739,8 +22739,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22758,7 +22758,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.763, "unit": "mAU" }, "compartment temperature": { @@ -22776,10 +22776,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -22824,8 +22824,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22843,7 +22843,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.804, "unit": "mAU" }, "compartment temperature": { @@ -22861,10 +22861,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -22909,8 +22909,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22928,7 +22928,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.721, "unit": "mAU" }, "compartment temperature": { @@ -22946,10 +22946,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -22994,8 +22994,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23013,7 +23013,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.746, "unit": "mAU" }, "compartment temperature": { @@ -23031,10 +23031,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -23079,8 +23079,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23098,7 +23098,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.771, "unit": "mAU" }, "compartment temperature": { @@ -23116,10 +23116,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -23164,8 +23164,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23183,7 +23183,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.825, "unit": "mAU" }, "compartment temperature": { @@ -23201,10 +23201,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -23249,8 +23249,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23268,7 +23268,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.805, "unit": "mAU" }, "compartment temperature": { @@ -23286,10 +23286,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -23334,8 +23334,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23353,7 +23353,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.79, "unit": "mAU" }, "compartment temperature": { @@ -23371,10 +23371,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -23419,8 +23419,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23438,7 +23438,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.774, "unit": "mAU" }, "compartment temperature": { @@ -23456,10 +23456,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -23504,8 +23504,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23523,7 +23523,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.795, "unit": "mAU" }, "compartment temperature": { @@ -23541,10 +23541,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -23589,8 +23589,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23608,7 +23608,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.776, "unit": "mAU" }, "compartment temperature": { @@ -23626,10 +23626,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -23674,8 +23674,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23693,7 +23693,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.775, "unit": "mAU" }, "compartment temperature": { @@ -23711,10 +23711,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -23759,8 +23759,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23778,7 +23778,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.815, "unit": "mAU" }, "compartment temperature": { @@ -23796,10 +23796,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -23844,8 +23844,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23863,7 +23863,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.809, "unit": "mAU" }, "compartment temperature": { @@ -23881,10 +23881,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -23929,8 +23929,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23948,7 +23948,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.804, "unit": "mAU" }, "compartment temperature": { @@ -23966,10 +23966,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -24014,8 +24014,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24033,7 +24033,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.757, "unit": "mAU" }, "compartment temperature": { @@ -24051,10 +24051,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -24099,8 +24099,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24118,7 +24118,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.727, "unit": "mAU" }, "compartment temperature": { @@ -24136,10 +24136,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -24184,8 +24184,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24203,7 +24203,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.732, "unit": "mAU" }, "compartment temperature": { @@ -24221,10 +24221,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -24269,8 +24269,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24288,7 +24288,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.736, "unit": "mAU" }, "compartment temperature": { @@ -24306,10 +24306,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -24354,8 +24354,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24373,7 +24373,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.697, "unit": "mAU" }, "compartment temperature": { @@ -24391,10 +24391,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -24439,8 +24439,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24458,7 +24458,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.664, "unit": "mAU" }, "compartment temperature": { @@ -24476,10 +24476,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -24524,8 +24524,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24543,7 +24543,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.871, "unit": "mAU" }, "compartment temperature": { @@ -24561,10 +24561,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -24609,8 +24609,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24628,7 +24628,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.628, "unit": "mAU" }, "compartment temperature": { @@ -24646,10 +24646,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -24694,8 +24694,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24713,7 +24713,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.673, "unit": "mAU" }, "compartment temperature": { @@ -24731,10 +24731,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -24779,8 +24779,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24798,7 +24798,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.726, "unit": "mAU" }, "compartment temperature": { @@ -24816,10 +24816,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -24864,8 +24864,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24883,7 +24883,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.747, "unit": "mAU" }, "compartment temperature": { @@ -24901,10 +24901,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -24949,8 +24949,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24968,7 +24968,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.77, "unit": "mAU" }, "compartment temperature": { @@ -24986,10 +24986,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -25034,8 +25034,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25053,7 +25053,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.762, "unit": "mAU" }, "compartment temperature": { @@ -25071,10 +25071,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -25119,8 +25119,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25138,7 +25138,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.793, "unit": "mAU" }, "compartment temperature": { @@ -25156,10 +25156,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -25204,8 +25204,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25223,7 +25223,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.811, "unit": "mAU" }, "compartment temperature": { @@ -25241,10 +25241,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -25289,8 +25289,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25308,7 +25308,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.757, "unit": "mAU" }, "compartment temperature": { @@ -25326,10 +25326,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -25374,8 +25374,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25393,7 +25393,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.745, "unit": "mAU" }, "compartment temperature": { @@ -25411,10 +25411,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -25459,8 +25459,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25478,7 +25478,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.764, "unit": "mAU" }, "compartment temperature": { @@ -25496,10 +25496,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -25544,8 +25544,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25563,7 +25563,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.792, "unit": "mAU" }, "compartment temperature": { @@ -25581,10 +25581,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -25629,8 +25629,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25648,7 +25648,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.793, "unit": "mAU" }, "compartment temperature": { @@ -25666,10 +25666,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -25714,8 +25714,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25733,7 +25733,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.777, "unit": "mAU" }, "compartment temperature": { @@ -25751,10 +25751,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -25799,8 +25799,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25818,7 +25818,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.769, "unit": "mAU" }, "compartment temperature": { @@ -25836,10 +25836,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -25884,8 +25884,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25903,7 +25903,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.75, "unit": "mAU" }, "compartment temperature": { @@ -25921,10 +25921,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -25969,8 +25969,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25988,7 +25988,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.752, "unit": "mAU" }, "compartment temperature": { @@ -26006,10 +26006,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -26054,8 +26054,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26073,7 +26073,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.75, "unit": "mAU" }, "compartment temperature": { @@ -26091,10 +26091,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -26139,8 +26139,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26158,7 +26158,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.758, "unit": "mAU" }, "compartment temperature": { @@ -26176,10 +26176,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -26224,8 +26224,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26243,7 +26243,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.772, "unit": "mAU" }, "compartment temperature": { @@ -26261,10 +26261,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -26309,8 +26309,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26328,7 +26328,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.796, "unit": "mAU" }, "compartment temperature": { @@ -26346,10 +26346,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -26394,8 +26394,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26413,7 +26413,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.75, "unit": "mAU" }, "compartment temperature": { @@ -26431,10 +26431,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -26479,8 +26479,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26498,7 +26498,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.675, "unit": "mAU" }, "compartment temperature": { @@ -26516,10 +26516,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -26564,8 +26564,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26583,7 +26583,7 @@ } }, "absorbance": { - "value": 3, + "value": 3.3, "unit": "mAU" }, "compartment temperature": { @@ -26601,10 +26601,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -26649,8 +26649,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26668,7 +26668,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.913, "unit": "mAU" }, "compartment temperature": { @@ -26686,10 +26686,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -26734,8 +26734,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26753,7 +26753,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.775, "unit": "mAU" }, "compartment temperature": { @@ -26771,10 +26771,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -26819,8 +26819,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26838,7 +26838,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.748, "unit": "mAU" }, "compartment temperature": { @@ -26856,10 +26856,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -26904,8 +26904,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26923,7 +26923,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.768, "unit": "mAU" }, "compartment temperature": { @@ -26941,10 +26941,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -26989,8 +26989,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27008,7 +27008,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.774, "unit": "mAU" }, "compartment temperature": { @@ -27026,10 +27026,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -27074,8 +27074,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27093,7 +27093,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.747, "unit": "mAU" }, "compartment temperature": { @@ -27111,10 +27111,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -27159,8 +27159,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27178,7 +27178,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.723, "unit": "mAU" }, "compartment temperature": { @@ -27196,10 +27196,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -27244,8 +27244,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27263,7 +27263,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.759, "unit": "mAU" }, "compartment temperature": { @@ -27281,10 +27281,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -27329,8 +27329,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27348,7 +27348,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.794, "unit": "mAU" }, "compartment temperature": { @@ -27366,10 +27366,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -27414,8 +27414,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27433,7 +27433,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.813, "unit": "mAU" }, "compartment temperature": { @@ -27451,10 +27451,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -27499,8 +27499,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27518,7 +27518,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.787, "unit": "mAU" }, "compartment temperature": { @@ -27536,10 +27536,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -27584,8 +27584,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27603,7 +27603,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.815, "unit": "mAU" }, "compartment temperature": { @@ -27621,10 +27621,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -27669,8 +27669,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27688,7 +27688,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.824, "unit": "mAU" }, "compartment temperature": { @@ -27706,10 +27706,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -27754,8 +27754,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27773,7 +27773,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.797, "unit": "mAU" }, "compartment temperature": { @@ -27791,10 +27791,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -27839,8 +27839,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27858,7 +27858,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.809, "unit": "mAU" }, "compartment temperature": { @@ -27876,10 +27876,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -27924,8 +27924,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27943,7 +27943,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.821, "unit": "mAU" }, "compartment temperature": { @@ -27961,10 +27961,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -28009,8 +28009,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28028,7 +28028,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.79, "unit": "mAU" }, "compartment temperature": { @@ -28046,10 +28046,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -28094,8 +28094,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28113,7 +28113,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.795, "unit": "mAU" }, "compartment temperature": { @@ -28131,10 +28131,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -28179,8 +28179,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28198,7 +28198,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.72, "unit": "mAU" }, "compartment temperature": { @@ -28216,10 +28216,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -28264,8 +28264,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28283,7 +28283,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.68, "unit": "mAU" }, "compartment temperature": { @@ -28301,10 +28301,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -28349,8 +28349,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28368,7 +28368,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.705, "unit": "mAU" }, "compartment temperature": { @@ -28386,10 +28386,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -28434,8 +28434,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28453,7 +28453,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.686, "unit": "mAU" }, "compartment temperature": { @@ -28471,10 +28471,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -28519,8 +28519,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28538,7 +28538,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.655, "unit": "mAU" }, "compartment temperature": { @@ -28556,10 +28556,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -28604,8 +28604,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28623,7 +28623,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.817, "unit": "mAU" }, "compartment temperature": { @@ -28641,10 +28641,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -28689,8 +28689,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28708,7 +28708,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.612, "unit": "mAU" }, "compartment temperature": { @@ -28726,10 +28726,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -28774,8 +28774,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28793,7 +28793,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.659, "unit": "mAU" }, "compartment temperature": { @@ -28811,10 +28811,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -28859,8 +28859,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28878,7 +28878,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.757, "unit": "mAU" }, "compartment temperature": { @@ -28896,10 +28896,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -28944,8 +28944,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28963,7 +28963,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.768, "unit": "mAU" }, "compartment temperature": { @@ -28981,10 +28981,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -29029,8 +29029,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29048,7 +29048,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.732, "unit": "mAU" }, "compartment temperature": { @@ -29066,10 +29066,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -29114,8 +29114,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29133,7 +29133,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.754, "unit": "mAU" }, "compartment temperature": { @@ -29151,10 +29151,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -29199,8 +29199,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29218,7 +29218,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.782, "unit": "mAU" }, "compartment temperature": { @@ -29236,10 +29236,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -29284,8 +29284,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29303,7 +29303,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.791, "unit": "mAU" }, "compartment temperature": { @@ -29321,10 +29321,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -29369,8 +29369,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29388,7 +29388,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.808, "unit": "mAU" }, "compartment temperature": { @@ -29406,10 +29406,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -29454,8 +29454,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29473,7 +29473,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.796, "unit": "mAU" }, "compartment temperature": { @@ -29491,10 +29491,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -29539,8 +29539,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29558,7 +29558,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.766, "unit": "mAU" }, "compartment temperature": { @@ -29576,10 +29576,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -29624,8 +29624,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29643,7 +29643,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.79, "unit": "mAU" }, "compartment temperature": { @@ -29661,10 +29661,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -29709,8 +29709,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29728,7 +29728,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.751, "unit": "mAU" }, "compartment temperature": { @@ -29746,10 +29746,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -29794,8 +29794,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29813,7 +29813,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.713, "unit": "mAU" }, "compartment temperature": { @@ -29831,10 +29831,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -29879,8 +29879,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29898,7 +29898,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.725, "unit": "mAU" }, "compartment temperature": { @@ -29916,10 +29916,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -29964,8 +29964,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29983,7 +29983,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.746, "unit": "mAU" }, "compartment temperature": { @@ -30001,10 +30001,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -30049,8 +30049,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30068,7 +30068,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.724, "unit": "mAU" }, "compartment temperature": { @@ -30086,10 +30086,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -30134,8 +30134,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30153,7 +30153,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.722, "unit": "mAU" }, "compartment temperature": { @@ -30171,10 +30171,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -30219,8 +30219,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30238,7 +30238,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.753, "unit": "mAU" }, "compartment temperature": { @@ -30256,10 +30256,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -30304,8 +30304,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30323,7 +30323,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.752, "unit": "mAU" }, "compartment temperature": { @@ -30341,10 +30341,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -30389,8 +30389,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30408,7 +30408,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.766, "unit": "mAU" }, "compartment temperature": { @@ -30426,10 +30426,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -30474,8 +30474,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30493,7 +30493,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.738, "unit": "mAU" }, "compartment temperature": { @@ -30511,10 +30511,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -30559,8 +30559,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30578,7 +30578,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.678, "unit": "mAU" }, "compartment temperature": { @@ -30596,10 +30596,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -30644,8 +30644,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30663,7 +30663,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.921, "unit": "mAU" }, "compartment temperature": { @@ -30681,10 +30681,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -30729,8 +30729,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30748,7 +30748,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.886, "unit": "mAU" }, "compartment temperature": { @@ -30766,10 +30766,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -30814,8 +30814,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30833,7 +30833,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.771, "unit": "mAU" }, "compartment temperature": { @@ -30851,10 +30851,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -30899,8 +30899,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30918,7 +30918,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.715, "unit": "mAU" }, "compartment temperature": { @@ -30936,10 +30936,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -30984,8 +30984,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31003,7 +31003,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.764, "unit": "mAU" }, "compartment temperature": { @@ -31021,10 +31021,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -31069,8 +31069,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31088,7 +31088,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.717, "unit": "mAU" }, "compartment temperature": { @@ -31106,10 +31106,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -31154,8 +31154,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31173,7 +31173,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.713, "unit": "mAU" }, "compartment temperature": { @@ -31191,10 +31191,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -31239,8 +31239,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31258,7 +31258,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.693, "unit": "mAU" }, "compartment temperature": { @@ -31276,10 +31276,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -31324,8 +31324,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31343,7 +31343,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.718, "unit": "mAU" }, "compartment temperature": { @@ -31361,10 +31361,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -31409,8 +31409,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31428,7 +31428,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.774, "unit": "mAU" }, "compartment temperature": { @@ -31446,10 +31446,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -31494,8 +31494,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31513,7 +31513,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.821, "unit": "mAU" }, "compartment temperature": { @@ -31531,10 +31531,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -31579,8 +31579,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31598,7 +31598,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.907, "unit": "mAU" }, "compartment temperature": { @@ -31616,10 +31616,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -31664,8 +31664,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31683,7 +31683,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.845, "unit": "mAU" }, "compartment temperature": { @@ -31701,10 +31701,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -31749,8 +31749,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31768,7 +31768,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.893, "unit": "mAU" }, "compartment temperature": { @@ -31786,10 +31786,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -31834,8 +31834,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31853,7 +31853,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.843, "unit": "mAU" }, "compartment temperature": { @@ -31871,10 +31871,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -31919,8 +31919,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31938,7 +31938,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.861, "unit": "mAU" }, "compartment temperature": { @@ -31956,10 +31956,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -32004,8 +32004,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32023,7 +32023,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.753, "unit": "mAU" }, "compartment temperature": { @@ -32041,10 +32041,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -32089,8 +32089,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32108,7 +32108,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.744, "unit": "mAU" }, "compartment temperature": { @@ -32126,10 +32126,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -32174,8 +32174,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32193,7 +32193,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.722, "unit": "mAU" }, "compartment temperature": { @@ -32211,10 +32211,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -32259,8 +32259,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32278,7 +32278,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.703, "unit": "mAU" }, "compartment temperature": { @@ -32296,10 +32296,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -32344,8 +32344,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32363,7 +32363,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.683, "unit": "mAU" }, "compartment temperature": { @@ -32381,10 +32381,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -32429,8 +32429,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32448,7 +32448,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.689, "unit": "mAU" }, "compartment temperature": { @@ -32466,10 +32466,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -32514,8 +32514,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32533,7 +32533,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.665, "unit": "mAU" }, "compartment temperature": { @@ -32551,10 +32551,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -32599,8 +32599,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32618,7 +32618,7 @@ } }, "absorbance": { - "value": 2, + "value": 2.639, "unit": "mAU" }, "compartment temperature": { @@ -32636,10 +32636,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -32684,8 +32684,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32703,7 +32703,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -32721,10 +32721,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -32769,8 +32769,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32788,7 +32788,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -32806,10 +32806,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -32854,8 +32854,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32873,7 +32873,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -32891,10 +32891,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -32939,8 +32939,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32958,7 +32958,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -32976,10 +32976,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -33024,8 +33024,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33043,7 +33043,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -33061,10 +33061,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -33109,8 +33109,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33128,7 +33128,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -33146,10 +33146,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -33194,8 +33194,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33213,7 +33213,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -33231,10 +33231,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -33279,8 +33279,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33298,7 +33298,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -33316,10 +33316,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -33364,8 +33364,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33383,7 +33383,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -33401,10 +33401,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -33449,8 +33449,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33468,7 +33468,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -33486,10 +33486,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -33534,8 +33534,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33553,7 +33553,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -33571,10 +33571,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -33619,8 +33619,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33638,7 +33638,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -33656,10 +33656,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -33704,8 +33704,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33723,7 +33723,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -33741,10 +33741,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -33789,8 +33789,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33808,7 +33808,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -33826,10 +33826,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -33874,8 +33874,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33893,7 +33893,7 @@ } }, "absorbance": { - "value": 0, + "value": 0.0, "unit": "mAU" }, "compartment temperature": { @@ -33911,10 +33911,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -33959,8 +33959,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33978,7 +33978,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -33996,10 +33996,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -34044,8 +34044,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34063,7 +34063,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -34081,10 +34081,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -34129,8 +34129,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34148,7 +34148,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -34166,10 +34166,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -34214,8 +34214,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34233,7 +34233,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -34251,10 +34251,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -34299,8 +34299,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34318,7 +34318,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -34336,10 +34336,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -34384,8 +34384,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34403,7 +34403,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -34421,10 +34421,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -34469,8 +34469,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34488,7 +34488,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -34506,10 +34506,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -34554,8 +34554,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34573,7 +34573,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -34591,10 +34591,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -34639,8 +34639,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34658,7 +34658,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -34676,10 +34676,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -34724,8 +34724,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34743,7 +34743,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -34761,10 +34761,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -34809,8 +34809,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34828,7 +34828,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -34846,10 +34846,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -34894,8 +34894,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34913,7 +34913,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -34931,10 +34931,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -34979,8 +34979,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34998,7 +34998,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -35016,10 +35016,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -35064,8 +35064,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35083,7 +35083,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -35101,10 +35101,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -35149,8 +35149,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35168,7 +35168,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -35186,10 +35186,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -35234,8 +35234,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35253,7 +35253,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -35271,10 +35271,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -35319,8 +35319,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35338,7 +35338,7 @@ } }, "absorbance": { - "value": 12, + "value": 12.0, "unit": "mAU" }, "compartment temperature": { @@ -35356,10 +35356,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -35404,8 +35404,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35423,7 +35423,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -35441,10 +35441,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -35489,8 +35489,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35508,7 +35508,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -35526,10 +35526,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -35574,8 +35574,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35593,7 +35593,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -35611,10 +35611,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -35659,8 +35659,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35678,7 +35678,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -35696,10 +35696,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -35744,8 +35744,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35763,7 +35763,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -35781,10 +35781,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -35829,8 +35829,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35848,7 +35848,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -35866,10 +35866,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -35914,8 +35914,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35933,7 +35933,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -35951,10 +35951,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -35999,8 +35999,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36018,7 +36018,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -36036,10 +36036,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -36084,8 +36084,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36103,7 +36103,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -36121,10 +36121,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -36169,8 +36169,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36188,7 +36188,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -36206,10 +36206,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -36254,8 +36254,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36273,7 +36273,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -36291,10 +36291,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -36339,8 +36339,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36358,7 +36358,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -36376,10 +36376,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -36424,8 +36424,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36443,7 +36443,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -36461,10 +36461,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -36509,8 +36509,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36528,7 +36528,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -36546,10 +36546,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -36594,8 +36594,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36613,7 +36613,7 @@ } }, "absorbance": { - "value": 12, + "value": 12.0, "unit": "mAU" }, "compartment temperature": { @@ -36631,10 +36631,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -36679,8 +36679,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36698,7 +36698,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -36716,10 +36716,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -36764,8 +36764,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36783,7 +36783,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -36801,10 +36801,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -36849,8 +36849,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36868,7 +36868,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -36886,10 +36886,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -36934,8 +36934,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36953,7 +36953,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -36971,10 +36971,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -37019,8 +37019,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37038,7 +37038,7 @@ } }, "absorbance": { - "value": 12, + "value": 12.0, "unit": "mAU" }, "compartment temperature": { @@ -37056,10 +37056,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -37104,8 +37104,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37123,7 +37123,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -37141,10 +37141,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -37189,8 +37189,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37208,7 +37208,7 @@ } }, "absorbance": { - "value": 12, + "value": 12.0, "unit": "mAU" }, "compartment temperature": { @@ -37226,10 +37226,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -37274,8 +37274,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37293,7 +37293,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -37311,10 +37311,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -37359,8 +37359,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37378,7 +37378,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -37396,10 +37396,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -37444,8 +37444,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37463,7 +37463,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -37481,10 +37481,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -37529,8 +37529,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37548,7 +37548,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -37566,10 +37566,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -37614,8 +37614,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37633,7 +37633,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -37651,10 +37651,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -37699,8 +37699,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37718,7 +37718,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -37736,10 +37736,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -37784,8 +37784,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37803,7 +37803,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -37821,10 +37821,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -37869,8 +37869,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37888,7 +37888,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -37906,10 +37906,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -37954,8 +37954,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37973,7 +37973,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -37991,10 +37991,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -38039,8 +38039,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38058,7 +38058,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -38076,10 +38076,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -38124,8 +38124,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38143,7 +38143,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -38161,10 +38161,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -38209,8 +38209,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38228,7 +38228,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -38246,10 +38246,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -38294,8 +38294,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38313,7 +38313,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -38331,10 +38331,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -38379,8 +38379,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38398,7 +38398,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -38416,10 +38416,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -38464,8 +38464,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38483,7 +38483,7 @@ } }, "absorbance": { - "value": 0, + "value": 0.0, "unit": "mAU" }, "compartment temperature": { @@ -38501,10 +38501,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -38549,8 +38549,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38568,7 +38568,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -38586,10 +38586,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -38634,8 +38634,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38653,7 +38653,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -38671,10 +38671,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -38719,8 +38719,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38738,7 +38738,7 @@ } }, "absorbance": { - "value": 0, + "value": 0.0, "unit": "mAU" }, "compartment temperature": { @@ -38756,10 +38756,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -38804,8 +38804,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38823,7 +38823,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -38841,10 +38841,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -38889,8 +38889,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38908,7 +38908,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -38926,10 +38926,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -38974,8 +38974,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38993,7 +38993,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -39011,10 +39011,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -39059,8 +39059,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39078,7 +39078,7 @@ } }, "absorbance": { - "value": 12, + "value": 12.0, "unit": "mAU" }, "compartment temperature": { @@ -39096,10 +39096,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -39144,8 +39144,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39163,7 +39163,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -39181,10 +39181,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -39229,8 +39229,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39248,7 +39248,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -39266,10 +39266,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -39314,8 +39314,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39333,7 +39333,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -39351,10 +39351,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -39399,8 +39399,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39418,7 +39418,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -39436,10 +39436,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -39484,8 +39484,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39503,7 +39503,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -39521,10 +39521,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -39569,8 +39569,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39588,7 +39588,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -39606,10 +39606,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -39654,8 +39654,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39673,7 +39673,7 @@ } }, "absorbance": { - "value": 12, + "value": 12.0, "unit": "mAU" }, "compartment temperature": { @@ -39691,10 +39691,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -39739,8 +39739,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39758,7 +39758,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -39776,10 +39776,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -39824,8 +39824,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39843,7 +39843,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -39861,10 +39861,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -39909,8 +39909,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39928,7 +39928,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -39946,10 +39946,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -39994,8 +39994,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40013,7 +40013,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -40031,10 +40031,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -40079,8 +40079,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40098,7 +40098,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -40116,10 +40116,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -40164,8 +40164,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40183,7 +40183,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -40201,10 +40201,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -40249,8 +40249,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40268,7 +40268,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -40286,10 +40286,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -40334,8 +40334,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40353,7 +40353,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -40371,10 +40371,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -40419,8 +40419,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40438,7 +40438,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -40456,10 +40456,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -40504,8 +40504,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40523,7 +40523,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -40541,10 +40541,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -40589,8 +40589,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40608,7 +40608,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -40626,10 +40626,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -40674,8 +40674,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40693,7 +40693,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -40711,10 +40711,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -40759,8 +40759,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40778,7 +40778,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -40796,10 +40796,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -40844,8 +40844,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40863,7 +40863,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -40881,10 +40881,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -40929,8 +40929,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40948,7 +40948,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -40966,10 +40966,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -41014,8 +41014,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41033,7 +41033,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -41051,10 +41051,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -41099,8 +41099,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41118,7 +41118,7 @@ } }, "absorbance": { - "value": 12, + "value": 12.0, "unit": "mAU" }, "compartment temperature": { @@ -41136,10 +41136,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -41184,8 +41184,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41203,7 +41203,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -41221,10 +41221,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -41269,8 +41269,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41288,7 +41288,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -41306,10 +41306,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -41354,8 +41354,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41373,7 +41373,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -41391,10 +41391,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -41439,8 +41439,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41458,7 +41458,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -41476,10 +41476,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -41524,8 +41524,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41543,7 +41543,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -41561,10 +41561,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -41609,8 +41609,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41628,7 +41628,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -41646,10 +41646,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -41694,8 +41694,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41713,7 +41713,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -41731,10 +41731,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -41779,8 +41779,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41798,7 +41798,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -41816,10 +41816,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -41864,8 +41864,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41883,7 +41883,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -41901,10 +41901,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -41949,8 +41949,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41968,7 +41968,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -41986,10 +41986,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -42034,8 +42034,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42053,7 +42053,7 @@ } }, "absorbance": { - "value": 12, + "value": 12.0, "unit": "mAU" }, "compartment temperature": { @@ -42071,10 +42071,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -42119,8 +42119,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42138,7 +42138,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -42156,10 +42156,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -42204,8 +42204,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42223,7 +42223,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -42241,10 +42241,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -42289,8 +42289,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42308,7 +42308,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -42326,10 +42326,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -42374,8 +42374,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42393,7 +42393,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -42411,10 +42411,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -42459,8 +42459,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42478,7 +42478,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -42496,10 +42496,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -42544,8 +42544,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42563,7 +42563,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -42581,10 +42581,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -42629,8 +42629,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42648,7 +42648,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -42666,10 +42666,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -42714,8 +42714,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42733,7 +42733,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -42751,10 +42751,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -42799,8 +42799,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42818,7 +42818,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -42836,10 +42836,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -42884,8 +42884,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42903,7 +42903,7 @@ } }, "absorbance": { - "value": 0, + "value": 0.0, "unit": "mAU" }, "compartment temperature": { @@ -42921,10 +42921,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -42969,8 +42969,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42988,7 +42988,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -43006,10 +43006,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -43054,8 +43054,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43073,7 +43073,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -43091,10 +43091,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -43139,8 +43139,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43158,7 +43158,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -43176,10 +43176,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -43224,8 +43224,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43243,7 +43243,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -43261,10 +43261,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -43309,8 +43309,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43328,7 +43328,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -43346,10 +43346,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -43394,8 +43394,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43413,7 +43413,7 @@ } }, "absorbance": { - "value": 12, + "value": 12.0, "unit": "mAU" }, "compartment temperature": { @@ -43431,10 +43431,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -43479,8 +43479,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43498,7 +43498,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -43516,10 +43516,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -43564,8 +43564,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43583,7 +43583,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -43601,10 +43601,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -43649,8 +43649,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43668,7 +43668,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -43686,10 +43686,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -43734,8 +43734,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43753,7 +43753,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -43771,10 +43771,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -43819,8 +43819,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43838,7 +43838,7 @@ } }, "absorbance": { - "value": 12, + "value": 12.0, "unit": "mAU" }, "compartment temperature": { @@ -43856,10 +43856,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -43904,8 +43904,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43923,7 +43923,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -43941,10 +43941,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -43989,8 +43989,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44008,7 +44008,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -44026,10 +44026,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -44074,8 +44074,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44093,7 +44093,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -44111,10 +44111,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -44159,8 +44159,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44178,7 +44178,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -44196,10 +44196,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -44244,8 +44244,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44263,7 +44263,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -44281,10 +44281,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -44329,8 +44329,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44348,7 +44348,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -44366,10 +44366,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -44414,8 +44414,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44433,7 +44433,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -44451,10 +44451,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -44499,8 +44499,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44518,7 +44518,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -44536,10 +44536,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -44584,8 +44584,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44603,7 +44603,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -44621,10 +44621,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -44669,8 +44669,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44688,7 +44688,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -44706,10 +44706,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -44754,8 +44754,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44773,7 +44773,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -44791,10 +44791,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -44839,8 +44839,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44858,7 +44858,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -44876,10 +44876,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -44924,8 +44924,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44943,7 +44943,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -44961,10 +44961,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -45009,8 +45009,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45028,7 +45028,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -45046,10 +45046,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -45094,8 +45094,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45113,7 +45113,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -45131,10 +45131,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -45179,8 +45179,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45198,7 +45198,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -45216,10 +45216,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -45264,8 +45264,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45283,7 +45283,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -45301,10 +45301,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -45349,8 +45349,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45368,7 +45368,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -45386,10 +45386,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -45434,8 +45434,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45453,7 +45453,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -45471,10 +45471,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -45519,8 +45519,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45538,7 +45538,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -45556,10 +45556,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -45604,8 +45604,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45623,7 +45623,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -45641,10 +45641,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -45689,8 +45689,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45708,7 +45708,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -45726,10 +45726,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -45774,8 +45774,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45793,7 +45793,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -45811,10 +45811,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -45859,8 +45859,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45878,7 +45878,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -45896,10 +45896,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -45944,8 +45944,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45963,7 +45963,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -45981,10 +45981,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -46029,8 +46029,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46048,7 +46048,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -46066,10 +46066,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -46114,8 +46114,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46133,7 +46133,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -46151,10 +46151,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -46199,8 +46199,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46218,7 +46218,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -46236,10 +46236,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -46284,8 +46284,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46303,7 +46303,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -46321,10 +46321,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -46369,8 +46369,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46388,7 +46388,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -46406,10 +46406,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -46454,8 +46454,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46473,7 +46473,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -46491,10 +46491,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -46539,8 +46539,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46558,7 +46558,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -46576,10 +46576,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -46624,8 +46624,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46643,7 +46643,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -46661,10 +46661,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -46709,8 +46709,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46728,7 +46728,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -46746,10 +46746,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -46794,8 +46794,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46813,7 +46813,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -46831,10 +46831,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -46879,8 +46879,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46898,7 +46898,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -46916,10 +46916,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -46964,8 +46964,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46983,7 +46983,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -47001,10 +47001,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -47049,8 +47049,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47068,7 +47068,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -47086,10 +47086,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -47134,8 +47134,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47153,7 +47153,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -47171,10 +47171,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -47219,8 +47219,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47238,7 +47238,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -47256,10 +47256,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -47304,8 +47304,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47323,7 +47323,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -47341,10 +47341,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -47389,8 +47389,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47408,7 +47408,7 @@ } }, "absorbance": { - "value": 12, + "value": 12.0, "unit": "mAU" }, "compartment temperature": { @@ -47426,10 +47426,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -47474,8 +47474,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47493,7 +47493,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -47511,10 +47511,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -47559,8 +47559,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47578,7 +47578,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -47596,10 +47596,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -47644,8 +47644,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47663,7 +47663,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -47681,10 +47681,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -47729,8 +47729,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47748,7 +47748,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -47766,10 +47766,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -47814,8 +47814,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47833,7 +47833,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -47851,10 +47851,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -47899,8 +47899,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47918,7 +47918,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -47936,10 +47936,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -47984,8 +47984,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48003,7 +48003,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -48021,10 +48021,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -48069,8 +48069,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48088,7 +48088,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -48106,10 +48106,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -48154,8 +48154,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48173,7 +48173,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -48191,10 +48191,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -48239,8 +48239,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48258,7 +48258,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -48276,10 +48276,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -48324,8 +48324,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48343,7 +48343,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -48361,10 +48361,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -48409,8 +48409,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48428,7 +48428,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -48446,10 +48446,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -48494,8 +48494,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48513,7 +48513,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -48531,10 +48531,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -48579,8 +48579,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48598,7 +48598,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -48616,10 +48616,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -48664,8 +48664,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48683,7 +48683,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -48701,10 +48701,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -48749,8 +48749,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48768,7 +48768,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -48786,10 +48786,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -48834,8 +48834,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48853,7 +48853,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -48871,10 +48871,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -48919,8 +48919,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48938,7 +48938,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -48956,10 +48956,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -49004,8 +49004,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49023,7 +49023,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -49041,10 +49041,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -49089,8 +49089,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49108,7 +49108,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -49126,10 +49126,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -49174,8 +49174,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49193,7 +49193,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -49211,10 +49211,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -49259,8 +49259,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49278,7 +49278,7 @@ } }, "absorbance": { - "value": 0, + "value": 0.0, "unit": "mAU" }, "compartment temperature": { @@ -49296,10 +49296,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -49344,8 +49344,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49363,7 +49363,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -49381,10 +49381,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -49429,8 +49429,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49448,7 +49448,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -49466,10 +49466,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -49514,8 +49514,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49533,7 +49533,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -49551,10 +49551,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -49599,8 +49599,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49618,7 +49618,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -49636,10 +49636,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -49684,8 +49684,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49703,7 +49703,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -49721,10 +49721,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -49769,8 +49769,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49788,7 +49788,7 @@ } }, "absorbance": { - "value": 12, + "value": 12.0, "unit": "mAU" }, "compartment temperature": { @@ -49806,10 +49806,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -49854,8 +49854,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49873,7 +49873,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -49891,10 +49891,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -49939,8 +49939,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49958,7 +49958,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -49976,10 +49976,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -50024,8 +50024,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50043,7 +50043,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -50061,10 +50061,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -50109,8 +50109,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50128,7 +50128,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -50146,10 +50146,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -50194,8 +50194,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50213,7 +50213,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -50231,10 +50231,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -50279,8 +50279,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50298,7 +50298,7 @@ } }, "absorbance": { - "value": 0, + "value": 0.0, "unit": "mAU" }, "compartment temperature": { @@ -50316,10 +50316,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -50364,8 +50364,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50383,7 +50383,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -50401,10 +50401,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -50449,8 +50449,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50468,7 +50468,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -50486,10 +50486,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -50534,8 +50534,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50553,7 +50553,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -50571,10 +50571,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -50619,8 +50619,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50638,7 +50638,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -50656,10 +50656,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -50704,8 +50704,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50723,7 +50723,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -50741,10 +50741,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -50789,8 +50789,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50808,7 +50808,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -50826,10 +50826,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -50874,8 +50874,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50893,7 +50893,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -50911,10 +50911,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -50959,8 +50959,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50978,7 +50978,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -50996,10 +50996,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -51044,8 +51044,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51063,7 +51063,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -51081,10 +51081,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -51129,8 +51129,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51148,7 +51148,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -51166,10 +51166,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -51214,8 +51214,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51233,7 +51233,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -51251,10 +51251,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -51299,8 +51299,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51318,7 +51318,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -51336,10 +51336,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -51384,8 +51384,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51403,7 +51403,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -51421,10 +51421,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -51469,8 +51469,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51488,7 +51488,7 @@ } }, "absorbance": { - "value": 12, + "value": 12.0, "unit": "mAU" }, "compartment temperature": { @@ -51506,10 +51506,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -51554,8 +51554,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51573,7 +51573,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -51591,10 +51591,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -51639,8 +51639,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51658,7 +51658,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -51676,10 +51676,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -51724,8 +51724,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51743,7 +51743,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -51761,10 +51761,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -51809,8 +51809,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51828,7 +51828,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -51846,10 +51846,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -51894,8 +51894,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51913,7 +51913,7 @@ } }, "absorbance": { - "value": 0, + "value": 0.0, "unit": "mAU" }, "compartment temperature": { @@ -51931,10 +51931,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -51979,8 +51979,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51998,7 +51998,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -52016,10 +52016,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -52064,8 +52064,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52083,7 +52083,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -52101,10 +52101,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -52149,8 +52149,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52168,7 +52168,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -52186,10 +52186,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -52234,8 +52234,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52253,7 +52253,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -52271,10 +52271,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -52319,8 +52319,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52338,7 +52338,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -52356,10 +52356,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -52404,8 +52404,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52423,7 +52423,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -52441,10 +52441,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -52489,8 +52489,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52508,7 +52508,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -52526,10 +52526,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -52574,8 +52574,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52593,7 +52593,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -52611,10 +52611,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -52659,8 +52659,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52678,7 +52678,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -52696,10 +52696,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -52744,8 +52744,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52763,7 +52763,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -52781,10 +52781,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -52829,8 +52829,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52848,7 +52848,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -52866,10 +52866,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -52914,8 +52914,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52933,7 +52933,7 @@ } }, "absorbance": { - "value": 0, + "value": 0.0, "unit": "mAU" }, "compartment temperature": { @@ -52951,10 +52951,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -52999,8 +52999,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53018,7 +53018,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -53036,10 +53036,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -53084,8 +53084,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53103,7 +53103,7 @@ } }, "absorbance": { - "value": 0, + "value": 0.0, "unit": "mAU" }, "compartment temperature": { @@ -53121,10 +53121,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -53169,8 +53169,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53188,7 +53188,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -53206,10 +53206,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -53254,8 +53254,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53273,7 +53273,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -53291,10 +53291,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -53339,8 +53339,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53358,7 +53358,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -53376,10 +53376,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -53424,8 +53424,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53443,7 +53443,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -53461,10 +53461,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -53509,8 +53509,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53528,7 +53528,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -53546,10 +53546,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -53594,8 +53594,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53613,7 +53613,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -53631,10 +53631,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -53679,8 +53679,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53698,7 +53698,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -53716,10 +53716,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -53764,8 +53764,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53783,7 +53783,7 @@ } }, "absorbance": { - "value": 12, + "value": 12.0, "unit": "mAU" }, "compartment temperature": { @@ -53801,10 +53801,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -53849,8 +53849,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53868,7 +53868,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -53886,10 +53886,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -53934,8 +53934,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53953,7 +53953,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -53971,10 +53971,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -54019,8 +54019,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54038,7 +54038,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -54056,10 +54056,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -54104,8 +54104,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54123,7 +54123,7 @@ } }, "absorbance": { - "value": 12, + "value": 12.0, "unit": "mAU" }, "compartment temperature": { @@ -54141,10 +54141,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -54189,8 +54189,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54208,7 +54208,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -54226,10 +54226,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -54274,8 +54274,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54293,7 +54293,7 @@ } }, "absorbance": { - "value": 12, + "value": 12.0, "unit": "mAU" }, "compartment temperature": { @@ -54311,10 +54311,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -54359,8 +54359,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54378,7 +54378,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -54396,10 +54396,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -54444,8 +54444,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54463,7 +54463,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -54481,10 +54481,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -54529,8 +54529,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54548,7 +54548,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -54566,10 +54566,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -54614,8 +54614,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54633,7 +54633,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -54651,10 +54651,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -54699,8 +54699,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54718,7 +54718,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -54736,10 +54736,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -54784,8 +54784,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54803,7 +54803,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -54821,10 +54821,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -54869,8 +54869,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54888,7 +54888,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -54906,10 +54906,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -54954,8 +54954,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54973,7 +54973,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -54991,10 +54991,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -55039,8 +55039,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55058,7 +55058,7 @@ } }, "absorbance": { - "value": 0, + "value": 0.0, "unit": "mAU" }, "compartment temperature": { @@ -55076,10 +55076,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -55124,8 +55124,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55143,7 +55143,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -55161,10 +55161,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -55209,8 +55209,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55228,7 +55228,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -55246,10 +55246,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -55294,8 +55294,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55313,7 +55313,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -55331,10 +55331,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -55379,8 +55379,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55398,7 +55398,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -55416,10 +55416,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -55464,8 +55464,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55483,7 +55483,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -55501,10 +55501,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -55549,8 +55549,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55568,7 +55568,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -55586,10 +55586,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -55634,8 +55634,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55653,7 +55653,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -55671,10 +55671,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -55719,8 +55719,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55738,7 +55738,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -55756,10 +55756,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -55804,8 +55804,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55823,7 +55823,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -55841,10 +55841,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -55889,8 +55889,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55908,7 +55908,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -55926,10 +55926,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -55974,8 +55974,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55993,7 +55993,7 @@ } }, "absorbance": { - "value": 12, + "value": 12.0, "unit": "mAU" }, "compartment temperature": { @@ -56011,10 +56011,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -56059,8 +56059,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56078,7 +56078,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -56096,10 +56096,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -56144,8 +56144,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56163,7 +56163,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -56181,10 +56181,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -56229,8 +56229,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56248,7 +56248,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -56266,10 +56266,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -56314,8 +56314,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56333,7 +56333,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -56351,10 +56351,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -56399,8 +56399,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56418,7 +56418,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -56436,10 +56436,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -56484,8 +56484,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56503,7 +56503,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -56521,10 +56521,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -56569,8 +56569,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56588,7 +56588,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -56606,10 +56606,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -56654,8 +56654,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56673,7 +56673,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -56691,10 +56691,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -56739,8 +56739,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56758,7 +56758,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -56776,10 +56776,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -56824,8 +56824,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56843,7 +56843,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -56861,10 +56861,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -56909,8 +56909,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56928,7 +56928,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -56946,10 +56946,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -56994,8 +56994,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57013,7 +57013,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -57031,10 +57031,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -57079,8 +57079,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57098,7 +57098,7 @@ } }, "absorbance": { - "value": 0, + "value": 0.0, "unit": "mAU" }, "compartment temperature": { @@ -57116,10 +57116,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -57164,8 +57164,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57183,7 +57183,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -57201,10 +57201,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -57249,8 +57249,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57268,7 +57268,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -57286,10 +57286,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -57334,8 +57334,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57353,7 +57353,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -57371,10 +57371,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -57419,8 +57419,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57438,7 +57438,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -57456,10 +57456,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -57504,8 +57504,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57523,7 +57523,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -57541,10 +57541,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -57589,8 +57589,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57608,7 +57608,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -57626,10 +57626,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -57674,8 +57674,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57693,7 +57693,7 @@ } }, "absorbance": { - "value": 0, + "value": 0.0, "unit": "mAU" }, "compartment temperature": { @@ -57711,10 +57711,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -57759,8 +57759,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57778,7 +57778,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -57796,10 +57796,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -57844,8 +57844,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57863,7 +57863,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -57881,10 +57881,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -57929,8 +57929,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57948,7 +57948,7 @@ } }, "absorbance": { - "value": 12, + "value": 12.0, "unit": "mAU" }, "compartment temperature": { @@ -57966,10 +57966,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -58014,8 +58014,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58033,7 +58033,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -58051,10 +58051,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -58099,8 +58099,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58118,7 +58118,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -58136,10 +58136,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -58184,8 +58184,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58203,7 +58203,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -58221,10 +58221,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -58269,8 +58269,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58288,7 +58288,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -58306,10 +58306,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -58354,8 +58354,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58373,7 +58373,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -58391,10 +58391,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -58439,8 +58439,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58458,7 +58458,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -58476,10 +58476,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -58524,8 +58524,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58543,7 +58543,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -58561,10 +58561,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -58609,8 +58609,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58628,7 +58628,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -58646,10 +58646,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -58694,8 +58694,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58713,7 +58713,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -58731,10 +58731,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -58779,8 +58779,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58798,7 +58798,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -58816,10 +58816,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -58864,8 +58864,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58883,7 +58883,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -58901,10 +58901,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -58949,8 +58949,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58968,7 +58968,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -58986,10 +58986,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -59034,8 +59034,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59053,7 +59053,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -59071,10 +59071,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -59119,8 +59119,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59138,7 +59138,7 @@ } }, "absorbance": { - "value": 0, + "value": 0.0, "unit": "mAU" }, "compartment temperature": { @@ -59156,10 +59156,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -59204,8 +59204,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59223,7 +59223,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -59241,10 +59241,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -59289,8 +59289,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59308,7 +59308,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -59326,10 +59326,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -59374,8 +59374,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59393,7 +59393,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -59411,10 +59411,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -59459,8 +59459,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59478,7 +59478,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -59496,10 +59496,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -59544,8 +59544,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59563,7 +59563,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -59581,10 +59581,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -59629,8 +59629,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59648,7 +59648,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -59666,10 +59666,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -59714,8 +59714,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59733,7 +59733,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -59751,10 +59751,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -59799,8 +59799,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59818,7 +59818,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -59836,10 +59836,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -59884,8 +59884,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59903,7 +59903,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -59921,10 +59921,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -59969,8 +59969,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59988,7 +59988,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -60006,10 +60006,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -60054,8 +60054,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60073,7 +60073,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -60091,10 +60091,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -60139,8 +60139,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60158,7 +60158,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -60176,10 +60176,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -60224,8 +60224,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60243,7 +60243,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -60261,10 +60261,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -60309,8 +60309,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60328,7 +60328,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -60346,10 +60346,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -60394,8 +60394,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60413,7 +60413,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -60431,10 +60431,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -60479,8 +60479,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60498,7 +60498,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -60516,10 +60516,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -60564,8 +60564,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60583,7 +60583,7 @@ } }, "absorbance": { - "value": 12, + "value": 12.0, "unit": "mAU" }, "compartment temperature": { @@ -60601,10 +60601,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -60649,8 +60649,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60668,7 +60668,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -60686,10 +60686,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -60734,8 +60734,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60753,7 +60753,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -60771,10 +60771,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -60819,8 +60819,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60838,7 +60838,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -60856,10 +60856,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -60904,8 +60904,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60923,7 +60923,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -60941,10 +60941,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -60989,8 +60989,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -61008,7 +61008,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -61026,10 +61026,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -61074,8 +61074,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -61093,7 +61093,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -61111,10 +61111,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -61159,8 +61159,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -61178,7 +61178,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -61196,10 +61196,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -61244,8 +61244,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -61263,7 +61263,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -61281,10 +61281,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -61329,8 +61329,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -61348,7 +61348,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -61366,10 +61366,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -61414,8 +61414,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -61433,7 +61433,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -61451,10 +61451,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -61499,8 +61499,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -61518,7 +61518,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -61536,10 +61536,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -61584,8 +61584,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -61603,7 +61603,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -61621,10 +61621,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -61669,8 +61669,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -61688,7 +61688,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -61706,10 +61706,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -61754,8 +61754,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -61773,7 +61773,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -61791,10 +61791,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -61839,8 +61839,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -61858,7 +61858,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -61876,10 +61876,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -61924,8 +61924,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -61943,7 +61943,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -61961,10 +61961,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -62009,8 +62009,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -62028,7 +62028,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -62046,10 +62046,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -62094,8 +62094,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -62113,7 +62113,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -62131,10 +62131,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -62179,8 +62179,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -62198,7 +62198,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -62216,10 +62216,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -62264,8 +62264,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -62283,7 +62283,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -62301,10 +62301,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -62349,8 +62349,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -62368,7 +62368,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -62386,10 +62386,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -62434,8 +62434,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -62453,7 +62453,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -62471,10 +62471,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -62519,8 +62519,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -62538,7 +62538,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -62556,10 +62556,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -62604,8 +62604,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -62623,7 +62623,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -62641,10 +62641,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -62689,8 +62689,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -62708,7 +62708,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -62726,10 +62726,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -62774,8 +62774,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -62793,7 +62793,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -62811,10 +62811,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -62859,8 +62859,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -62878,7 +62878,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -62896,10 +62896,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -62944,8 +62944,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -62963,7 +62963,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -62981,10 +62981,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -63029,8 +63029,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -63048,7 +63048,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -63066,10 +63066,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -63114,8 +63114,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -63133,7 +63133,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -63151,10 +63151,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -63199,8 +63199,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -63218,7 +63218,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -63236,10 +63236,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -63284,8 +63284,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -63303,7 +63303,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -63321,10 +63321,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -63369,8 +63369,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -63388,7 +63388,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -63406,10 +63406,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -63454,8 +63454,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -63473,7 +63473,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -63491,10 +63491,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -63539,8 +63539,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -63558,7 +63558,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -63576,10 +63576,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -63624,8 +63624,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -63643,7 +63643,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -63661,10 +63661,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -63709,8 +63709,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -63728,7 +63728,7 @@ } }, "absorbance": { - "value": 12, + "value": 12.0, "unit": "mAU" }, "compartment temperature": { @@ -63746,10 +63746,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -63794,8 +63794,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -63813,7 +63813,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -63831,10 +63831,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -63879,8 +63879,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -63898,7 +63898,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -63916,10 +63916,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -63964,8 +63964,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -63983,7 +63983,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -64001,10 +64001,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -64049,8 +64049,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -64068,7 +64068,7 @@ } }, "absorbance": { - "value": 0, + "value": 0.0, "unit": "mAU" }, "compartment temperature": { @@ -64086,10 +64086,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -64134,8 +64134,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -64153,7 +64153,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -64171,10 +64171,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -64219,8 +64219,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -64238,7 +64238,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -64256,10 +64256,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -64304,8 +64304,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -64323,7 +64323,7 @@ } }, "absorbance": { - "value": 12, + "value": 12.0, "unit": "mAU" }, "compartment temperature": { @@ -64341,10 +64341,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -64389,8 +64389,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -64408,7 +64408,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -64426,10 +64426,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -64474,8 +64474,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -64493,7 +64493,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -64511,10 +64511,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -64559,8 +64559,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -64578,7 +64578,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -64596,10 +64596,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -64644,8 +64644,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -64663,7 +64663,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -64681,10 +64681,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -64729,8 +64729,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -64748,7 +64748,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -64766,10 +64766,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -64814,8 +64814,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -64833,7 +64833,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -64851,10 +64851,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -64899,8 +64899,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -64918,7 +64918,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -64936,10 +64936,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -64984,8 +64984,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -65003,7 +65003,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -65021,10 +65021,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -65069,8 +65069,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -65088,7 +65088,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -65106,10 +65106,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -65154,8 +65154,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -65173,7 +65173,7 @@ } }, "absorbance": { - "value": 8, + "value": 8.0, "unit": "mAU" }, "compartment temperature": { @@ -65191,10 +65191,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -65239,8 +65239,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -65258,7 +65258,7 @@ } }, "absorbance": { - "value": 4, + "value": 4.0, "unit": "mAU" }, "compartment temperature": { @@ -65276,10 +65276,10 @@ "experimental data identifier": "2899", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:59:18 AM", "Assay Started": "8/22/2023 10:54:07 AM", "Assay Finished": "8/22/2023 10:59:17 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:59:18 AM" + "Protocol Name": "DL Test Alpha" } } } @@ -71822,7 +71822,7 @@ "file name": "PE_Envision_absorbance_example01.csv", "UNC path": "tests/parsers/perkin_elmer_envision/testdata/PE_Envision_absorbance_example01.csv", "ASM converter name": "allotropy_perkinelmer_envision", - "ASM converter version": "0.1.105", + "ASM converter version": "0.1.113", "software name": "EnVision Workstation", "software version": "1.14.3049.1193" }, diff --git a/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_extra_espaces.json b/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_extra_espaces.json index c3d0f3b9f..6ed8134d1 100644 --- a/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_extra_espaces.json +++ b/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_extra_espaces.json @@ -61,8 +61,8 @@ "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 } } ] @@ -84,7 +84,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31441, + "value": 31441.0, "unit": "RFU" } }, @@ -144,8 +144,8 @@ "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 } } ] @@ -166,7 +166,7 @@ "unit": "degC" }, "fluorescence": { - "value": 80368, + "value": 80368.0, "unit": "RFU" } } @@ -180,10 +180,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -246,8 +246,8 @@ "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 } } ] @@ -268,7 +268,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31278, + "value": 31278.0, "unit": "RFU" } }, @@ -328,8 +328,8 @@ "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 } } ] @@ -350,7 +350,7 @@ "unit": "degC" }, "fluorescence": { - "value": 79711, + "value": 79711.0, "unit": "RFU" } } @@ -364,10 +364,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -430,8 +430,8 @@ "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 } } ] @@ -452,7 +452,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31727, + "value": 31727.0, "unit": "RFU" } }, @@ -512,8 +512,8 @@ "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 } } ] @@ -534,7 +534,7 @@ "unit": "degC" }, "fluorescence": { - "value": 80353, + "value": 80353.0, "unit": "RFU" } } @@ -548,10 +548,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -614,8 +614,8 @@ "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 } } ] @@ -636,7 +636,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32350, + "value": 32350.0, "unit": "RFU" } }, @@ -696,8 +696,8 @@ "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 } } ] @@ -718,7 +718,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82252, + "value": 82252.0, "unit": "RFU" } } @@ -732,10 +732,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -798,8 +798,8 @@ "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 } } ] @@ -820,7 +820,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32415, + "value": 32415.0, "unit": "RFU" } }, @@ -880,8 +880,8 @@ "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 } } ] @@ -902,7 +902,7 @@ "unit": "degC" }, "fluorescence": { - "value": 79802, + "value": 79802.0, "unit": "RFU" } } @@ -916,10 +916,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -982,8 +982,8 @@ "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 } } ] @@ -1004,7 +1004,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32847, + "value": 32847.0, "unit": "RFU" } }, @@ -1064,8 +1064,8 @@ "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 } } ] @@ -1086,7 +1086,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82187, + "value": 82187.0, "unit": "RFU" } } @@ -1100,10 +1100,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -1166,8 +1166,8 @@ "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 } } ] @@ -1188,7 +1188,7 @@ "unit": "degC" }, "fluorescence": { - "value": 19603, + "value": 19603.0, "unit": "RFU" } }, @@ -1248,8 +1248,8 @@ "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 } } ] @@ -1270,7 +1270,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82168, + "value": 82168.0, "unit": "RFU" } } @@ -1284,10 +1284,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -1350,8 +1350,8 @@ "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 } } ] @@ -1372,7 +1372,7 @@ "unit": "degC" }, "fluorescence": { - "value": 19063, + "value": 19063.0, "unit": "RFU" } }, @@ -1432,8 +1432,8 @@ "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 } } ] @@ -1454,7 +1454,7 @@ "unit": "degC" }, "fluorescence": { - "value": 79948, + "value": 79948.0, "unit": "RFU" } } @@ -1468,10 +1468,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -1534,8 +1534,8 @@ "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 } } ] @@ -1556,7 +1556,7 @@ "unit": "degC" }, "fluorescence": { - "value": 19621, + "value": 19621.0, "unit": "RFU" } }, @@ -1616,8 +1616,8 @@ "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 } } ] @@ -1638,7 +1638,7 @@ "unit": "degC" }, "fluorescence": { - "value": 81887, + "value": 81887.0, "unit": "RFU" } } @@ -1652,10 +1652,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -1718,8 +1718,8 @@ "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 } } ] @@ -1740,7 +1740,7 @@ "unit": "degC" }, "fluorescence": { - "value": 19543, + "value": 19543.0, "unit": "RFU" } }, @@ -1800,8 +1800,8 @@ "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 } } ] @@ -1822,7 +1822,7 @@ "unit": "degC" }, "fluorescence": { - "value": 81749, + "value": 81749.0, "unit": "RFU" } } @@ -1836,10 +1836,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -1902,8 +1902,8 @@ "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 } } ] @@ -1924,7 +1924,7 @@ "unit": "degC" }, "fluorescence": { - "value": 19799, + "value": 19799.0, "unit": "RFU" } }, @@ -1984,8 +1984,8 @@ "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 } } ] @@ -2006,7 +2006,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82610, + "value": 82610.0, "unit": "RFU" } } @@ -2020,10 +2020,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -2086,8 +2086,8 @@ "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 } } ] @@ -2108,7 +2108,7 @@ "unit": "degC" }, "fluorescence": { - "value": 20087, + "value": 20087.0, "unit": "RFU" } }, @@ -2168,8 +2168,8 @@ "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 } } ] @@ -2190,7 +2190,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82843, + "value": 82843.0, "unit": "RFU" } } @@ -2204,10 +2204,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -2270,8 +2270,8 @@ "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 } } ] @@ -2292,7 +2292,7 @@ "unit": "degC" }, "fluorescence": { - "value": 12762, + "value": 12762.0, "unit": "RFU" } }, @@ -2352,8 +2352,8 @@ "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 } } ] @@ -2374,7 +2374,7 @@ "unit": "degC" }, "fluorescence": { - "value": 85211, + "value": 85211.0, "unit": "RFU" } } @@ -2388,10 +2388,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -2454,8 +2454,8 @@ "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 } } ] @@ -2476,7 +2476,7 @@ "unit": "degC" }, "fluorescence": { - "value": 12502, + "value": 12502.0, "unit": "RFU" } }, @@ -2536,8 +2536,8 @@ "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 } } ] @@ -2558,7 +2558,7 @@ "unit": "degC" }, "fluorescence": { - "value": 84002, + "value": 84002.0, "unit": "RFU" } } @@ -2572,10 +2572,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -2638,8 +2638,8 @@ "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 } } ] @@ -2660,7 +2660,7 @@ "unit": "degC" }, "fluorescence": { - "value": 12582, + "value": 12582.0, "unit": "RFU" } }, @@ -2720,8 +2720,8 @@ "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 } } ] @@ -2742,7 +2742,7 @@ "unit": "degC" }, "fluorescence": { - "value": 85346, + "value": 85346.0, "unit": "RFU" } } @@ -2756,10 +2756,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -2822,8 +2822,8 @@ "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 } } ] @@ -2844,7 +2844,7 @@ "unit": "degC" }, "fluorescence": { - "value": 12842, + "value": 12842.0, "unit": "RFU" } }, @@ -2904,8 +2904,8 @@ "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 } } ] @@ -2926,7 +2926,7 @@ "unit": "degC" }, "fluorescence": { - "value": 84877, + "value": 84877.0, "unit": "RFU" } } @@ -2940,10 +2940,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -3006,8 +3006,8 @@ "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 } } ] @@ -3028,7 +3028,7 @@ "unit": "degC" }, "fluorescence": { - "value": 13071, + "value": 13071.0, "unit": "RFU" } }, @@ -3088,8 +3088,8 @@ "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 } } ] @@ -3110,7 +3110,7 @@ "unit": "degC" }, "fluorescence": { - "value": 87871, + "value": 87871.0, "unit": "RFU" } } @@ -3124,10 +3124,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -3190,8 +3190,8 @@ "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 } } ] @@ -3212,7 +3212,7 @@ "unit": "degC" }, "fluorescence": { - "value": 12914, + "value": 12914.0, "unit": "RFU" } }, @@ -3272,8 +3272,8 @@ "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 } } ] @@ -3294,7 +3294,7 @@ "unit": "degC" }, "fluorescence": { - "value": 87789, + "value": 87789.0, "unit": "RFU" } } @@ -3308,10 +3308,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -3374,8 +3374,8 @@ "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 } } ] @@ -3396,7 +3396,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8153, + "value": 8153.0, "unit": "RFU" } }, @@ -3456,8 +3456,8 @@ "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 } } ] @@ -3478,7 +3478,7 @@ "unit": "degC" }, "fluorescence": { - "value": 81127, + "value": 81127.0, "unit": "RFU" } } @@ -3492,10 +3492,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -3558,8 +3558,8 @@ "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 } } ] @@ -3580,7 +3580,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8018, + "value": 8018.0, "unit": "RFU" } }, @@ -3640,8 +3640,8 @@ "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 } } ] @@ -3662,7 +3662,7 @@ "unit": "degC" }, "fluorescence": { - "value": 80365, + "value": 80365.0, "unit": "RFU" } } @@ -3676,10 +3676,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -3742,8 +3742,8 @@ "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 } } ] @@ -3764,7 +3764,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8093, + "value": 8093.0, "unit": "RFU" } }, @@ -3824,8 +3824,8 @@ "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 } } ] @@ -3846,7 +3846,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82166, + "value": 82166.0, "unit": "RFU" } } @@ -3860,10 +3860,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -3926,8 +3926,8 @@ "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 } } ] @@ -3948,7 +3948,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8387, + "value": 8387.0, "unit": "RFU" } }, @@ -4008,8 +4008,8 @@ "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 } } ] @@ -4030,7 +4030,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82453, + "value": 82453.0, "unit": "RFU" } } @@ -4044,10 +4044,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -4110,8 +4110,8 @@ "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 } } ] @@ -4132,7 +4132,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8142, + "value": 8142.0, "unit": "RFU" } }, @@ -4192,8 +4192,8 @@ "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 } } ] @@ -4214,7 +4214,7 @@ "unit": "degC" }, "fluorescence": { - "value": 84026, + "value": 84026.0, "unit": "RFU" } } @@ -4228,10 +4228,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -4294,8 +4294,8 @@ "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 } } ] @@ -4316,7 +4316,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8294, + "value": 8294.0, "unit": "RFU" } }, @@ -4376,8 +4376,8 @@ "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 } } ] @@ -4398,7 +4398,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82521, + "value": 82521.0, "unit": "RFU" } } @@ -4412,10 +4412,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -4478,8 +4478,8 @@ "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 } } ] @@ -4500,7 +4500,7 @@ "unit": "degC" }, "fluorescence": { - "value": 5792, + "value": 5792.0, "unit": "RFU" } }, @@ -4560,8 +4560,8 @@ "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 } } ] @@ -4582,7 +4582,7 @@ "unit": "degC" }, "fluorescence": { - "value": 81900, + "value": 81900.0, "unit": "RFU" } } @@ -4596,10 +4596,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -4662,8 +4662,8 @@ "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 } } ] @@ -4684,7 +4684,7 @@ "unit": "degC" }, "fluorescence": { - "value": 5630, + "value": 5630.0, "unit": "RFU" } }, @@ -4744,8 +4744,8 @@ "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 } } ] @@ -4766,7 +4766,7 @@ "unit": "degC" }, "fluorescence": { - "value": 80721, + "value": 80721.0, "unit": "RFU" } } @@ -4780,10 +4780,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -4846,8 +4846,8 @@ "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 } } ] @@ -4868,7 +4868,7 @@ "unit": "degC" }, "fluorescence": { - "value": 5882, + "value": 5882.0, "unit": "RFU" } }, @@ -4928,8 +4928,8 @@ "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 } } ] @@ -4950,7 +4950,7 @@ "unit": "degC" }, "fluorescence": { - "value": 83612, + "value": 83612.0, "unit": "RFU" } } @@ -4964,10 +4964,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -5030,8 +5030,8 @@ "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 } } ] @@ -5052,7 +5052,7 @@ "unit": "degC" }, "fluorescence": { - "value": 6063, + "value": 6063.0, "unit": "RFU" } }, @@ -5112,8 +5112,8 @@ "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 } } ] @@ -5134,7 +5134,7 @@ "unit": "degC" }, "fluorescence": { - "value": 83485, + "value": 83485.0, "unit": "RFU" } } @@ -5148,10 +5148,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -5214,8 +5214,8 @@ "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 } } ] @@ -5236,7 +5236,7 @@ "unit": "degC" }, "fluorescence": { - "value": 5956, + "value": 5956.0, "unit": "RFU" } }, @@ -5296,8 +5296,8 @@ "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 } } ] @@ -5318,7 +5318,7 @@ "unit": "degC" }, "fluorescence": { - "value": 84916, + "value": 84916.0, "unit": "RFU" } } @@ -5332,10 +5332,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -5398,8 +5398,8 @@ "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 } } ] @@ -5420,7 +5420,7 @@ "unit": "degC" }, "fluorescence": { - "value": 6096, + "value": 6096.0, "unit": "RFU" } }, @@ -5480,8 +5480,8 @@ "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 } } ] @@ -5502,7 +5502,7 @@ "unit": "degC" }, "fluorescence": { - "value": 84517, + "value": 84517.0, "unit": "RFU" } } @@ -5516,10 +5516,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -5582,8 +5582,8 @@ "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 } } ] @@ -5604,7 +5604,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4671, + "value": 4671.0, "unit": "RFU" } }, @@ -5664,8 +5664,8 @@ "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 } } ] @@ -5686,7 +5686,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82995, + "value": 82995.0, "unit": "RFU" } } @@ -5700,10 +5700,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -5766,8 +5766,8 @@ "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 } } ] @@ -5788,7 +5788,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4477, + "value": 4477.0, "unit": "RFU" } }, @@ -5848,8 +5848,8 @@ "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 } } ] @@ -5870,7 +5870,7 @@ "unit": "degC" }, "fluorescence": { - "value": 80250, + "value": 80250.0, "unit": "RFU" } } @@ -5884,10 +5884,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -5950,8 +5950,8 @@ "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 } } ] @@ -5972,7 +5972,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4639, + "value": 4639.0, "unit": "RFU" } }, @@ -6032,8 +6032,8 @@ "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 } } ] @@ -6054,7 +6054,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82889, + "value": 82889.0, "unit": "RFU" } } @@ -6068,10 +6068,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -6134,8 +6134,8 @@ "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 } } ] @@ -6156,7 +6156,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4854, + "value": 4854.0, "unit": "RFU" } }, @@ -6216,8 +6216,8 @@ "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 } } ] @@ -6238,7 +6238,7 @@ "unit": "degC" }, "fluorescence": { - "value": 84629, + "value": 84629.0, "unit": "RFU" } } @@ -6252,10 +6252,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -6318,8 +6318,8 @@ "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 } } ] @@ -6340,7 +6340,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4728, + "value": 4728.0, "unit": "RFU" } }, @@ -6400,8 +6400,8 @@ "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 } } ] @@ -6422,7 +6422,7 @@ "unit": "degC" }, "fluorescence": { - "value": 83293, + "value": 83293.0, "unit": "RFU" } } @@ -6436,10 +6436,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -6502,8 +6502,8 @@ "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 } } ] @@ -6524,7 +6524,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4822, + "value": 4822.0, "unit": "RFU" } }, @@ -6584,8 +6584,8 @@ "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 } } ] @@ -6606,7 +6606,7 @@ "unit": "degC" }, "fluorescence": { - "value": 85499, + "value": 85499.0, "unit": "RFU" } } @@ -6620,10 +6620,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -6686,8 +6686,8 @@ "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 } } ] @@ -6708,7 +6708,7 @@ "unit": "degC" }, "fluorescence": { - "value": 3887, + "value": 3887.0, "unit": "RFU" } }, @@ -6768,8 +6768,8 @@ "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 } } ] @@ -6790,7 +6790,7 @@ "unit": "degC" }, "fluorescence": { - "value": 80779, + "value": 80779.0, "unit": "RFU" } } @@ -6804,10 +6804,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -6870,8 +6870,8 @@ "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 } } ] @@ -6892,7 +6892,7 @@ "unit": "degC" }, "fluorescence": { - "value": 3814, + "value": 3814.0, "unit": "RFU" } }, @@ -6952,8 +6952,8 @@ "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 } } ] @@ -6974,7 +6974,7 @@ "unit": "degC" }, "fluorescence": { - "value": 79099, + "value": 79099.0, "unit": "RFU" } } @@ -6988,10 +6988,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -7054,8 +7054,8 @@ "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 } } ] @@ -7076,7 +7076,7 @@ "unit": "degC" }, "fluorescence": { - "value": 3954, + "value": 3954.0, "unit": "RFU" } }, @@ -7136,8 +7136,8 @@ "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 } } ] @@ -7158,7 +7158,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82346, + "value": 82346.0, "unit": "RFU" } } @@ -7172,10 +7172,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -7238,8 +7238,8 @@ "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 } } ] @@ -7260,7 +7260,7 @@ "unit": "degC" }, "fluorescence": { - "value": 3979, + "value": 3979.0, "unit": "RFU" } }, @@ -7320,8 +7320,8 @@ "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 } } ] @@ -7342,7 +7342,7 @@ "unit": "degC" }, "fluorescence": { - "value": 83081, + "value": 83081.0, "unit": "RFU" } } @@ -7356,10 +7356,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -7422,8 +7422,8 @@ "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 } } ] @@ -7444,7 +7444,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4044, + "value": 4044.0, "unit": "RFU" } }, @@ -7504,8 +7504,8 @@ "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 } } ] @@ -7526,7 +7526,7 @@ "unit": "degC" }, "fluorescence": { - "value": 83822, + "value": 83822.0, "unit": "RFU" } } @@ -7540,10 +7540,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -7606,8 +7606,8 @@ "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 } } ] @@ -7628,7 +7628,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4139, + "value": 4139.0, "unit": "RFU" } }, @@ -7688,8 +7688,8 @@ "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 } } ] @@ -7710,7 +7710,7 @@ "unit": "degC" }, "fluorescence": { - "value": 84290, + "value": 84290.0, "unit": "RFU" } } @@ -7724,10 +7724,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -7790,8 +7790,8 @@ "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 } } ] @@ -7812,7 +7812,7 @@ "unit": "degC" }, "fluorescence": { - "value": 3266, + "value": 3266.0, "unit": "RFU" } }, @@ -7872,8 +7872,8 @@ "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 } } ] @@ -7894,7 +7894,7 @@ "unit": "degC" }, "fluorescence": { - "value": 81011, + "value": 81011.0, "unit": "RFU" } } @@ -7908,10 +7908,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -7974,8 +7974,8 @@ "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 } } ] @@ -7996,7 +7996,7 @@ "unit": "degC" }, "fluorescence": { - "value": 3354, + "value": 3354.0, "unit": "RFU" } }, @@ -8056,8 +8056,8 @@ "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 } } ] @@ -8078,7 +8078,7 @@ "unit": "degC" }, "fluorescence": { - "value": 80977, + "value": 80977.0, "unit": "RFU" } } @@ -8092,10 +8092,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -8158,8 +8158,8 @@ "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 } } ] @@ -8180,7 +8180,7 @@ "unit": "degC" }, "fluorescence": { - "value": 3252, + "value": 3252.0, "unit": "RFU" } }, @@ -8240,8 +8240,8 @@ "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 } } ] @@ -8262,7 +8262,7 @@ "unit": "degC" }, "fluorescence": { - "value": 81456, + "value": 81456.0, "unit": "RFU" } } @@ -8276,10 +8276,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -8342,8 +8342,8 @@ "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 } } ] @@ -8364,7 +8364,7 @@ "unit": "degC" }, "fluorescence": { - "value": 3405, + "value": 3405.0, "unit": "RFU" } }, @@ -8424,8 +8424,8 @@ "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 } } ] @@ -8446,7 +8446,7 @@ "unit": "degC" }, "fluorescence": { - "value": 84428, + "value": 84428.0, "unit": "RFU" } } @@ -8460,10 +8460,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -8526,8 +8526,8 @@ "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 } } ] @@ -8548,7 +8548,7 @@ "unit": "degC" }, "fluorescence": { - "value": 3342, + "value": 3342.0, "unit": "RFU" } }, @@ -8608,8 +8608,8 @@ "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 } } ] @@ -8630,7 +8630,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82202, + "value": 82202.0, "unit": "RFU" } } @@ -8644,10 +8644,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -8710,8 +8710,8 @@ "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 } } ] @@ -8732,7 +8732,7 @@ "unit": "degC" }, "fluorescence": { - "value": 3339, + "value": 3339.0, "unit": "RFU" } }, @@ -8792,8 +8792,8 @@ "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 } } ] @@ -8814,7 +8814,7 @@ "unit": "degC" }, "fluorescence": { - "value": 81633, + "value": 81633.0, "unit": "RFU" } } @@ -8828,10 +8828,10 @@ "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", - "Protocol Name": "HTRF LASER Eu 665/620", "Assay Finished": "10/13/2022 3:08:15 PM", - "Assay Exported": "10/13/2022 3:08:15 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } } @@ -9854,7 +9854,7 @@ "file name": "PE_Envision_extra_espaces.csv", "UNC path": "tests/parsers/perkin_elmer_envision/testdata/PE_Envision_extra_espaces.csv", "ASM converter name": "allotropy_perkinelmer_envision", - "ASM converter version": "0.1.105", + "ASM converter version": "0.1.113", "software name": "EnVision Workstation", "software version": "1.14.3049.1193" }, 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 0126d0ea3..31435d36b 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 @@ -60,9 +60,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -84,7 +84,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31441, + "value": 31441.0, "unit": "RFU" } }, @@ -143,9 +143,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -166,7 +166,7 @@ "unit": "degC" }, "fluorescence": { - "value": 80368, + "value": 80368.0, "unit": "RFU" } } @@ -181,9 +181,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -245,9 +245,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -268,7 +268,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31278, + "value": 31278.0, "unit": "RFU" } }, @@ -327,9 +327,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -350,7 +350,7 @@ "unit": "degC" }, "fluorescence": { - "value": 79711, + "value": 79711.0, "unit": "RFU" } } @@ -365,9 +365,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -429,9 +429,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -452,7 +452,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31727, + "value": 31727.0, "unit": "RFU" } }, @@ -511,9 +511,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -534,7 +534,7 @@ "unit": "degC" }, "fluorescence": { - "value": 80353, + "value": 80353.0, "unit": "RFU" } } @@ -549,9 +549,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -613,9 +613,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -636,7 +636,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32350, + "value": 32350.0, "unit": "RFU" } }, @@ -695,9 +695,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -718,7 +718,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82252, + "value": 82252.0, "unit": "RFU" } } @@ -733,9 +733,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -797,9 +797,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -820,7 +820,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32415, + "value": 32415.0, "unit": "RFU" } }, @@ -879,9 +879,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -902,7 +902,7 @@ "unit": "degC" }, "fluorescence": { - "value": 79802, + "value": 79802.0, "unit": "RFU" } } @@ -917,9 +917,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -981,9 +981,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -1004,7 +1004,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32847, + "value": 32847.0, "unit": "RFU" } }, @@ -1063,9 +1063,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -1086,7 +1086,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82187, + "value": 82187.0, "unit": "RFU" } } @@ -1101,9 +1101,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -1165,9 +1165,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -1188,7 +1188,7 @@ "unit": "degC" }, "fluorescence": { - "value": 19603, + "value": 19603.0, "unit": "RFU" } }, @@ -1247,9 +1247,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -1270,7 +1270,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82168, + "value": 82168.0, "unit": "RFU" } } @@ -1285,9 +1285,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -1349,9 +1349,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -1372,7 +1372,7 @@ "unit": "degC" }, "fluorescence": { - "value": 19063, + "value": 19063.0, "unit": "RFU" } }, @@ -1431,9 +1431,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -1454,7 +1454,7 @@ "unit": "degC" }, "fluorescence": { - "value": 79948, + "value": 79948.0, "unit": "RFU" } } @@ -1469,9 +1469,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -1533,9 +1533,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -1556,7 +1556,7 @@ "unit": "degC" }, "fluorescence": { - "value": 19621, + "value": 19621.0, "unit": "RFU" } }, @@ -1615,9 +1615,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -1638,7 +1638,7 @@ "unit": "degC" }, "fluorescence": { - "value": 81887, + "value": 81887.0, "unit": "RFU" } } @@ -1653,9 +1653,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -1717,9 +1717,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -1740,7 +1740,7 @@ "unit": "degC" }, "fluorescence": { - "value": 19543, + "value": 19543.0, "unit": "RFU" } }, @@ -1799,9 +1799,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -1822,7 +1822,7 @@ "unit": "degC" }, "fluorescence": { - "value": 81749, + "value": 81749.0, "unit": "RFU" } } @@ -1837,9 +1837,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -1901,9 +1901,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -1924,7 +1924,7 @@ "unit": "degC" }, "fluorescence": { - "value": 19799, + "value": 19799.0, "unit": "RFU" } }, @@ -1983,9 +1983,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -2006,7 +2006,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82610, + "value": 82610.0, "unit": "RFU" } } @@ -2021,9 +2021,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -2085,9 +2085,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -2108,7 +2108,7 @@ "unit": "degC" }, "fluorescence": { - "value": 20087, + "value": 20087.0, "unit": "RFU" } }, @@ -2167,9 +2167,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -2190,7 +2190,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82843, + "value": 82843.0, "unit": "RFU" } } @@ -2205,9 +2205,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -2269,9 +2269,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -2292,7 +2292,7 @@ "unit": "degC" }, "fluorescence": { - "value": 12762, + "value": 12762.0, "unit": "RFU" } }, @@ -2351,9 +2351,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -2374,7 +2374,7 @@ "unit": "degC" }, "fluorescence": { - "value": 85211, + "value": 85211.0, "unit": "RFU" } } @@ -2389,9 +2389,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -2453,9 +2453,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -2476,7 +2476,7 @@ "unit": "degC" }, "fluorescence": { - "value": 12502, + "value": 12502.0, "unit": "RFU" } }, @@ -2535,9 +2535,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -2558,7 +2558,7 @@ "unit": "degC" }, "fluorescence": { - "value": 84002, + "value": 84002.0, "unit": "RFU" } } @@ -2573,9 +2573,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -2637,9 +2637,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -2660,7 +2660,7 @@ "unit": "degC" }, "fluorescence": { - "value": 12582, + "value": 12582.0, "unit": "RFU" } }, @@ -2719,9 +2719,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -2742,7 +2742,7 @@ "unit": "degC" }, "fluorescence": { - "value": 85346, + "value": 85346.0, "unit": "RFU" } } @@ -2757,9 +2757,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -2821,9 +2821,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -2844,7 +2844,7 @@ "unit": "degC" }, "fluorescence": { - "value": 12842, + "value": 12842.0, "unit": "RFU" } }, @@ -2903,9 +2903,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -2926,7 +2926,7 @@ "unit": "degC" }, "fluorescence": { - "value": 84877, + "value": 84877.0, "unit": "RFU" } } @@ -2941,9 +2941,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -3005,9 +3005,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -3028,7 +3028,7 @@ "unit": "degC" }, "fluorescence": { - "value": 13071, + "value": 13071.0, "unit": "RFU" } }, @@ -3087,9 +3087,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -3110,7 +3110,7 @@ "unit": "degC" }, "fluorescence": { - "value": 87871, + "value": 87871.0, "unit": "RFU" } } @@ -3125,9 +3125,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -3189,9 +3189,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -3212,7 +3212,7 @@ "unit": "degC" }, "fluorescence": { - "value": 12914, + "value": 12914.0, "unit": "RFU" } }, @@ -3271,9 +3271,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -3294,7 +3294,7 @@ "unit": "degC" }, "fluorescence": { - "value": 87789, + "value": 87789.0, "unit": "RFU" } } @@ -3309,9 +3309,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -3373,9 +3373,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -3396,7 +3396,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8153, + "value": 8153.0, "unit": "RFU" } }, @@ -3455,9 +3455,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -3478,7 +3478,7 @@ "unit": "degC" }, "fluorescence": { - "value": 81127, + "value": 81127.0, "unit": "RFU" } } @@ -3493,9 +3493,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -3557,9 +3557,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -3580,7 +3580,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8018, + "value": 8018.0, "unit": "RFU" } }, @@ -3639,9 +3639,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -3662,7 +3662,7 @@ "unit": "degC" }, "fluorescence": { - "value": 80365, + "value": 80365.0, "unit": "RFU" } } @@ -3677,9 +3677,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -3741,9 +3741,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -3764,7 +3764,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8093, + "value": 8093.0, "unit": "RFU" } }, @@ -3823,9 +3823,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -3846,7 +3846,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82166, + "value": 82166.0, "unit": "RFU" } } @@ -3861,9 +3861,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -3925,9 +3925,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -3948,7 +3948,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8387, + "value": 8387.0, "unit": "RFU" } }, @@ -4007,9 +4007,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -4030,7 +4030,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82453, + "value": 82453.0, "unit": "RFU" } } @@ -4045,9 +4045,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -4109,9 +4109,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -4132,7 +4132,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8142, + "value": 8142.0, "unit": "RFU" } }, @@ -4191,9 +4191,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -4214,7 +4214,7 @@ "unit": "degC" }, "fluorescence": { - "value": 84026, + "value": 84026.0, "unit": "RFU" } } @@ -4229,9 +4229,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -4293,9 +4293,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -4316,7 +4316,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8294, + "value": 8294.0, "unit": "RFU" } }, @@ -4375,9 +4375,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -4398,7 +4398,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82521, + "value": 82521.0, "unit": "RFU" } } @@ -4413,9 +4413,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -4477,9 +4477,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -4500,7 +4500,7 @@ "unit": "degC" }, "fluorescence": { - "value": 5792, + "value": 5792.0, "unit": "RFU" } }, @@ -4559,9 +4559,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -4582,7 +4582,7 @@ "unit": "degC" }, "fluorescence": { - "value": 81900, + "value": 81900.0, "unit": "RFU" } } @@ -4597,9 +4597,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -4661,9 +4661,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -4684,7 +4684,7 @@ "unit": "degC" }, "fluorescence": { - "value": 5630, + "value": 5630.0, "unit": "RFU" } }, @@ -4743,9 +4743,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -4766,7 +4766,7 @@ "unit": "degC" }, "fluorescence": { - "value": 80721, + "value": 80721.0, "unit": "RFU" } } @@ -4781,9 +4781,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -4845,9 +4845,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -4868,7 +4868,7 @@ "unit": "degC" }, "fluorescence": { - "value": 5882, + "value": 5882.0, "unit": "RFU" } }, @@ -4927,9 +4927,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -4950,7 +4950,7 @@ "unit": "degC" }, "fluorescence": { - "value": 83612, + "value": 83612.0, "unit": "RFU" } } @@ -4965,9 +4965,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -5029,9 +5029,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -5052,7 +5052,7 @@ "unit": "degC" }, "fluorescence": { - "value": 6063, + "value": 6063.0, "unit": "RFU" } }, @@ -5111,9 +5111,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -5134,7 +5134,7 @@ "unit": "degC" }, "fluorescence": { - "value": 83485, + "value": 83485.0, "unit": "RFU" } } @@ -5149,9 +5149,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -5213,9 +5213,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -5236,7 +5236,7 @@ "unit": "degC" }, "fluorescence": { - "value": 5956, + "value": 5956.0, "unit": "RFU" } }, @@ -5295,9 +5295,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -5318,7 +5318,7 @@ "unit": "degC" }, "fluorescence": { - "value": 84916, + "value": 84916.0, "unit": "RFU" } } @@ -5333,9 +5333,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -5397,9 +5397,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -5420,7 +5420,7 @@ "unit": "degC" }, "fluorescence": { - "value": 6096, + "value": 6096.0, "unit": "RFU" } }, @@ -5479,9 +5479,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -5502,7 +5502,7 @@ "unit": "degC" }, "fluorescence": { - "value": 84517, + "value": 84517.0, "unit": "RFU" } } @@ -5517,9 +5517,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -5581,9 +5581,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -5604,7 +5604,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4671, + "value": 4671.0, "unit": "RFU" } }, @@ -5663,9 +5663,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -5686,7 +5686,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82995, + "value": 82995.0, "unit": "RFU" } } @@ -5701,9 +5701,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -5765,9 +5765,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -5788,7 +5788,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4477, + "value": 4477.0, "unit": "RFU" } }, @@ -5847,9 +5847,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -5870,7 +5870,7 @@ "unit": "degC" }, "fluorescence": { - "value": 80250, + "value": 80250.0, "unit": "RFU" } } @@ -5885,9 +5885,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -5949,9 +5949,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -5972,7 +5972,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4639, + "value": 4639.0, "unit": "RFU" } }, @@ -6031,9 +6031,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -6054,7 +6054,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82889, + "value": 82889.0, "unit": "RFU" } } @@ -6069,9 +6069,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -6133,9 +6133,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -6156,7 +6156,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4854, + "value": 4854.0, "unit": "RFU" } }, @@ -6215,9 +6215,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -6238,7 +6238,7 @@ "unit": "degC" }, "fluorescence": { - "value": 84629, + "value": 84629.0, "unit": "RFU" } } @@ -6253,9 +6253,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -6317,9 +6317,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -6340,7 +6340,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4728, + "value": 4728.0, "unit": "RFU" } }, @@ -6399,9 +6399,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -6422,7 +6422,7 @@ "unit": "degC" }, "fluorescence": { - "value": 83293, + "value": 83293.0, "unit": "RFU" } } @@ -6437,9 +6437,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -6501,9 +6501,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -6524,7 +6524,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4822, + "value": 4822.0, "unit": "RFU" } }, @@ -6583,9 +6583,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -6606,7 +6606,7 @@ "unit": "degC" }, "fluorescence": { - "value": 85499, + "value": 85499.0, "unit": "RFU" } } @@ -6621,9 +6621,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -6685,9 +6685,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -6708,7 +6708,7 @@ "unit": "degC" }, "fluorescence": { - "value": 3887, + "value": 3887.0, "unit": "RFU" } }, @@ -6767,9 +6767,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -6790,7 +6790,7 @@ "unit": "degC" }, "fluorescence": { - "value": 80779, + "value": 80779.0, "unit": "RFU" } } @@ -6805,9 +6805,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -6869,9 +6869,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -6892,7 +6892,7 @@ "unit": "degC" }, "fluorescence": { - "value": 3814, + "value": 3814.0, "unit": "RFU" } }, @@ -6951,9 +6951,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -6974,7 +6974,7 @@ "unit": "degC" }, "fluorescence": { - "value": 79099, + "value": 79099.0, "unit": "RFU" } } @@ -6989,9 +6989,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -7053,9 +7053,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -7076,7 +7076,7 @@ "unit": "degC" }, "fluorescence": { - "value": 3954, + "value": 3954.0, "unit": "RFU" } }, @@ -7135,9 +7135,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -7158,7 +7158,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82346, + "value": 82346.0, "unit": "RFU" } } @@ -7173,9 +7173,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -7237,9 +7237,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -7260,7 +7260,7 @@ "unit": "degC" }, "fluorescence": { - "value": 3979, + "value": 3979.0, "unit": "RFU" } }, @@ -7319,9 +7319,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -7342,7 +7342,7 @@ "unit": "degC" }, "fluorescence": { - "value": 83081, + "value": 83081.0, "unit": "RFU" } } @@ -7357,9 +7357,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -7421,9 +7421,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -7444,7 +7444,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4044, + "value": 4044.0, "unit": "RFU" } }, @@ -7503,9 +7503,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -7526,7 +7526,7 @@ "unit": "degC" }, "fluorescence": { - "value": 83822, + "value": 83822.0, "unit": "RFU" } } @@ -7541,9 +7541,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -7605,9 +7605,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -7628,7 +7628,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4139, + "value": 4139.0, "unit": "RFU" } }, @@ -7687,9 +7687,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -7710,7 +7710,7 @@ "unit": "degC" }, "fluorescence": { - "value": 84290, + "value": 84290.0, "unit": "RFU" } } @@ -7725,9 +7725,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -7789,9 +7789,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -7812,7 +7812,7 @@ "unit": "degC" }, "fluorescence": { - "value": 3266, + "value": 3266.0, "unit": "RFU" } }, @@ -7871,9 +7871,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -7894,7 +7894,7 @@ "unit": "degC" }, "fluorescence": { - "value": 81011, + "value": 81011.0, "unit": "RFU" } } @@ -7909,9 +7909,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -7973,9 +7973,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -7996,7 +7996,7 @@ "unit": "degC" }, "fluorescence": { - "value": 3354, + "value": 3354.0, "unit": "RFU" } }, @@ -8055,9 +8055,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -8078,7 +8078,7 @@ "unit": "degC" }, "fluorescence": { - "value": 80977, + "value": 80977.0, "unit": "RFU" } } @@ -8093,9 +8093,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -8157,9 +8157,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -8180,7 +8180,7 @@ "unit": "degC" }, "fluorescence": { - "value": 3252, + "value": 3252.0, "unit": "RFU" } }, @@ -8239,9 +8239,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -8262,7 +8262,7 @@ "unit": "degC" }, "fluorescence": { - "value": 81456, + "value": 81456.0, "unit": "RFU" } } @@ -8277,9 +8277,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -8341,9 +8341,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -8364,7 +8364,7 @@ "unit": "degC" }, "fluorescence": { - "value": 3405, + "value": 3405.0, "unit": "RFU" } }, @@ -8423,9 +8423,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -8446,7 +8446,7 @@ "unit": "degC" }, "fluorescence": { - "value": 84428, + "value": 84428.0, "unit": "RFU" } } @@ -8461,9 +8461,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -8525,9 +8525,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -8548,7 +8548,7 @@ "unit": "degC" }, "fluorescence": { - "value": 3342, + "value": 3342.0, "unit": "RFU" } }, @@ -8607,9 +8607,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -8630,7 +8630,7 @@ "unit": "degC" }, "fluorescence": { - "value": 82202, + "value": 82202.0, "unit": "RFU" } } @@ -8645,9 +8645,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } }, @@ -8709,9 +8709,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -8732,7 +8732,7 @@ "unit": "degC" }, "fluorescence": { - "value": 3339, + "value": 3339.0, "unit": "RFU" } }, @@ -8791,9 +8791,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 12.0, "Number of rows": 8.0, - "Height of the plate": "12 mm" + "Height of the plate": "12 mm", + "Number of columns": 12.0 } } ] @@ -8814,7 +8814,7 @@ "unit": "degC" }, "fluorescence": { - "value": 81633, + "value": 81633.0, "unit": "RFU" } } @@ -8829,9 +8829,9 @@ "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", - "Assay Started": "10/13/2022 3:06:23 PM" + "Protocol Name": "HTRF LASER Eu 665/620" } } } @@ -9854,7 +9854,7 @@ "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.105", + "ASM converter version": "0.1.113", "software name": "EnVision Workstation", "software version": "1.14.3049.1193" }, diff --git a/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_fluorescence_example02.json b/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_fluorescence_example02.json index 22131419d..bc1d32398 100644 --- a/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_fluorescence_example02.json +++ b/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_fluorescence_example02.json @@ -63,8 +63,8 @@ "value": 19.22, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -83,7 +83,7 @@ } }, "fluorescence": { - "value": 5230093, + "value": 5230093.0, "unit": "RFU" } } @@ -97,10 +97,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -165,8 +165,8 @@ "value": 19.22, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -184,7 +184,7 @@ } }, "fluorescence": { - "value": 3034219, + "value": 3034219.0, "unit": "RFU" } } @@ -198,10 +198,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -266,8 +266,8 @@ "value": 19.22, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -285,7 +285,7 @@ } }, "fluorescence": { - "value": 1871487, + "value": 1871487.0, "unit": "RFU" } } @@ -299,10 +299,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -367,8 +367,8 @@ "value": 19.22, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -386,7 +386,7 @@ } }, "fluorescence": { - "value": 1134351, + "value": 1134351.0, "unit": "RFU" } } @@ -400,10 +400,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -468,8 +468,8 @@ "value": 19.22, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -487,7 +487,7 @@ } }, "fluorescence": { - "value": 604299, + "value": 604299.0, "unit": "RFU" } } @@ -501,10 +501,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -569,8 +569,8 @@ "value": 19.22, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -588,7 +588,7 @@ } }, "fluorescence": { - "value": 331434, + "value": 331434.0, "unit": "RFU" } } @@ -602,10 +602,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -670,8 +670,8 @@ "value": 19.22, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -689,7 +689,7 @@ } }, "fluorescence": { - "value": 181415, + "value": 181415.0, "unit": "RFU" } } @@ -703,10 +703,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -771,8 +771,8 @@ "value": 19.22, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -790,7 +790,7 @@ } }, "fluorescence": { - "value": 103760, + "value": 103760.0, "unit": "RFU" } } @@ -804,10 +804,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -872,8 +872,8 @@ "value": 19.22, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -891,7 +891,7 @@ } }, "fluorescence": { - "value": 5108090, + "value": 5108090.0, "unit": "RFU" } } @@ -905,10 +905,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -973,8 +973,8 @@ "value": 19.22, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -992,7 +992,7 @@ } }, "fluorescence": { - "value": 3311363, + "value": 3311363.0, "unit": "RFU" } } @@ -1006,10 +1006,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -1074,8 +1074,8 @@ "value": 19.22, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -1093,7 +1093,7 @@ } }, "fluorescence": { - "value": 2237776, + "value": 2237776.0, "unit": "RFU" } } @@ -1107,10 +1107,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -1175,8 +1175,8 @@ "value": 19.22, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -1194,7 +1194,7 @@ } }, "fluorescence": { - "value": 1060821, + "value": 1060821.0, "unit": "RFU" } } @@ -1208,10 +1208,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -1276,8 +1276,8 @@ "value": 19.22, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -1295,7 +1295,7 @@ } }, "fluorescence": { - "value": 570678, + "value": 570678.0, "unit": "RFU" } } @@ -1309,10 +1309,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -1377,8 +1377,8 @@ "value": 19.22, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -1396,7 +1396,7 @@ } }, "fluorescence": { - "value": 261958, + "value": 261958.0, "unit": "RFU" } } @@ -1410,10 +1410,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -1478,8 +1478,8 @@ "value": 19.22, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -1497,7 +1497,7 @@ } }, "fluorescence": { - "value": 187541, + "value": 187541.0, "unit": "RFU" } } @@ -1511,10 +1511,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -1579,8 +1579,8 @@ "value": 19.22, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -1598,7 +1598,7 @@ } }, "fluorescence": { - "value": 98556, + "value": 98556.0, "unit": "RFU" } } @@ -1612,10 +1612,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -1680,8 +1680,8 @@ "value": 19.22, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -1699,7 +1699,7 @@ } }, "fluorescence": { - "value": 5075482, + "value": 5075482.0, "unit": "RFU" } } @@ -1713,10 +1713,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -1781,8 +1781,8 @@ "value": 19.22, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -1800,7 +1800,7 @@ } }, "fluorescence": { - "value": 3619785, + "value": 3619785.0, "unit": "RFU" } } @@ -1814,10 +1814,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -1882,8 +1882,8 @@ "value": 19.22, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -1901,7 +1901,7 @@ } }, "fluorescence": { - "value": 2353210, + "value": 2353210.0, "unit": "RFU" } } @@ -1915,10 +1915,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -1983,8 +1983,8 @@ "value": 19.22, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -2002,7 +2002,7 @@ } }, "fluorescence": { - "value": 1548777, + "value": 1548777.0, "unit": "RFU" } } @@ -2016,10 +2016,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -2084,8 +2084,8 @@ "value": 19.22, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -2103,7 +2103,7 @@ } }, "fluorescence": { - "value": 852954, + "value": 852954.0, "unit": "RFU" } } @@ -2117,10 +2117,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -2185,8 +2185,8 @@ "value": 19.22, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -2204,7 +2204,7 @@ } }, "fluorescence": { - "value": 491657, + "value": 491657.0, "unit": "RFU" } } @@ -2218,10 +2218,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -2286,8 +2286,8 @@ "value": 19.22, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -2305,7 +2305,7 @@ } }, "fluorescence": { - "value": 238247, + "value": 238247.0, "unit": "RFU" } } @@ -2319,10 +2319,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -2387,8 +2387,8 @@ "value": 19.22, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -2406,7 +2406,7 @@ } }, "fluorescence": { - "value": 131354, + "value": 131354.0, "unit": "RFU" } } @@ -2420,10 +2420,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -2488,8 +2488,8 @@ "value": 19.22, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -2507,7 +2507,7 @@ } }, "fluorescence": { - "value": 5129091, + "value": 5129091.0, "unit": "RFU" } } @@ -2521,10 +2521,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -2589,8 +2589,8 @@ "value": 19.22, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -2608,7 +2608,7 @@ } }, "fluorescence": { - "value": 4046760, + "value": 4046760.0, "unit": "RFU" } } @@ -2622,10 +2622,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -2690,8 +2690,8 @@ "value": 19.22, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -2709,7 +2709,7 @@ } }, "fluorescence": { - "value": 2789331, + "value": 2789331.0, "unit": "RFU" } } @@ -2723,10 +2723,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -2791,8 +2791,8 @@ "value": 19.22, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -2810,7 +2810,7 @@ } }, "fluorescence": { - "value": 1542638, + "value": 1542638.0, "unit": "RFU" } } @@ -2824,10 +2824,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -2892,8 +2892,8 @@ "value": 19.22, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -2911,7 +2911,7 @@ } }, "fluorescence": { - "value": 747882, + "value": 747882.0, "unit": "RFU" } } @@ -2925,10 +2925,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -2993,8 +2993,8 @@ "value": 19.22, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -3012,7 +3012,7 @@ } }, "fluorescence": { - "value": 393263, + "value": 393263.0, "unit": "RFU" } } @@ -3026,10 +3026,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -3094,8 +3094,8 @@ "value": 19.22, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -3113,7 +3113,7 @@ } }, "fluorescence": { - "value": 226895, + "value": 226895.0, "unit": "RFU" } } @@ -3127,10 +3127,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -3195,8 +3195,8 @@ "value": 19.22, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -3214,7 +3214,7 @@ } }, "fluorescence": { - "value": 117932, + "value": 117932.0, "unit": "RFU" } } @@ -3228,10 +3228,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -3296,8 +3296,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -3315,7 +3315,7 @@ } }, "fluorescence": { - "value": 4817678, + "value": 4817678.0, "unit": "RFU" } } @@ -3329,10 +3329,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -3397,8 +3397,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -3416,7 +3416,7 @@ } }, "fluorescence": { - "value": 3672440, + "value": 3672440.0, "unit": "RFU" } } @@ -3430,10 +3430,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -3498,8 +3498,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -3517,7 +3517,7 @@ } }, "fluorescence": { - "value": 4614004, + "value": 4614004.0, "unit": "RFU" } } @@ -3531,10 +3531,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -3599,8 +3599,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -3618,7 +3618,7 @@ } }, "fluorescence": { - "value": 3852433, + "value": 3852433.0, "unit": "RFU" } } @@ -3632,10 +3632,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -3700,8 +3700,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -3719,7 +3719,7 @@ } }, "fluorescence": { - "value": 5311807, + "value": 5311807.0, "unit": "RFU" } } @@ -3733,10 +3733,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -3801,8 +3801,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -3820,7 +3820,7 @@ } }, "fluorescence": { - "value": 3356249, + "value": 3356249.0, "unit": "RFU" } } @@ -3834,10 +3834,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -3902,8 +3902,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -3921,7 +3921,7 @@ } }, "fluorescence": { - "value": 4996682, + "value": 4996682.0, "unit": "RFU" } } @@ -3935,10 +3935,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -4003,8 +4003,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -4022,7 +4022,7 @@ } }, "fluorescence": { - "value": 4859545, + "value": 4859545.0, "unit": "RFU" } } @@ -4036,10 +4036,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -4104,8 +4104,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -4123,7 +4123,7 @@ } }, "fluorescence": { - "value": 5365877, + "value": 5365877.0, "unit": "RFU" } } @@ -4137,10 +4137,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -4205,8 +4205,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -4224,7 +4224,7 @@ } }, "fluorescence": { - "value": 5363195, + "value": 5363195.0, "unit": "RFU" } } @@ -4238,10 +4238,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -4306,8 +4306,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -4325,7 +4325,7 @@ } }, "fluorescence": { - "value": 5340513, + "value": 5340513.0, "unit": "RFU" } } @@ -4339,10 +4339,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -4407,8 +4407,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -4426,7 +4426,7 @@ } }, "fluorescence": { - "value": 397881, + "value": 397881.0, "unit": "RFU" } } @@ -4440,10 +4440,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -4508,8 +4508,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -4527,7 +4527,7 @@ } }, "fluorescence": { - "value": 5330484, + "value": 5330484.0, "unit": "RFU" } } @@ -4541,10 +4541,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -4609,8 +4609,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -4628,7 +4628,7 @@ } }, "fluorescence": { - "value": 2883838, + "value": 2883838.0, "unit": "RFU" } } @@ -4642,10 +4642,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -4710,8 +4710,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -4729,7 +4729,7 @@ } }, "fluorescence": { - "value": 4979157, + "value": 4979157.0, "unit": "RFU" } } @@ -4743,10 +4743,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -4811,8 +4811,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -4830,7 +4830,7 @@ } }, "fluorescence": { - "value": 5327334, + "value": 5327334.0, "unit": "RFU" } } @@ -4844,10 +4844,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -4912,8 +4912,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -4931,7 +4931,7 @@ } }, "fluorescence": { - "value": 5332067, + "value": 5332067.0, "unit": "RFU" } } @@ -4945,10 +4945,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -5013,8 +5013,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -5032,7 +5032,7 @@ } }, "fluorescence": { - "value": 5107159, + "value": 5107159.0, "unit": "RFU" } } @@ -5046,10 +5046,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -5114,8 +5114,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -5133,7 +5133,7 @@ } }, "fluorescence": { - "value": 4527599, + "value": 4527599.0, "unit": "RFU" } } @@ -5147,10 +5147,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -5215,8 +5215,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -5234,7 +5234,7 @@ } }, "fluorescence": { - "value": 5358457, + "value": 5358457.0, "unit": "RFU" } } @@ -5248,10 +5248,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -5316,8 +5316,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -5335,7 +5335,7 @@ } }, "fluorescence": { - "value": 5354762, + "value": 5354762.0, "unit": "RFU" } } @@ -5349,10 +5349,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -5417,8 +5417,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -5436,7 +5436,7 @@ } }, "fluorescence": { - "value": 5331036, + "value": 5331036.0, "unit": "RFU" } } @@ -5450,10 +5450,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -5518,8 +5518,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -5537,7 +5537,7 @@ } }, "fluorescence": { - "value": 5354779, + "value": 5354779.0, "unit": "RFU" } } @@ -5551,10 +5551,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -5619,8 +5619,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -5638,7 +5638,7 @@ } }, "fluorescence": { - "value": 5311483, + "value": 5311483.0, "unit": "RFU" } } @@ -5652,10 +5652,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -5720,8 +5720,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -5739,7 +5739,7 @@ } }, "fluorescence": { - "value": 4513977, + "value": 4513977.0, "unit": "RFU" } } @@ -5753,10 +5753,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -5821,8 +5821,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -5840,7 +5840,7 @@ } }, "fluorescence": { - "value": 4706274, + "value": 4706274.0, "unit": "RFU" } } @@ -5854,10 +5854,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -5922,8 +5922,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -5941,7 +5941,7 @@ } }, "fluorescence": { - "value": 5344373, + "value": 5344373.0, "unit": "RFU" } } @@ -5955,10 +5955,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -6023,8 +6023,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -6042,7 +6042,7 @@ } }, "fluorescence": { - "value": 5350551, + "value": 5350551.0, "unit": "RFU" } } @@ -6056,10 +6056,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -6124,8 +6124,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -6143,7 +6143,7 @@ } }, "fluorescence": { - "value": 5254030, + "value": 5254030.0, "unit": "RFU" } } @@ -6157,10 +6157,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -6225,8 +6225,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -6244,7 +6244,7 @@ } }, "fluorescence": { - "value": 4937846, + "value": 4937846.0, "unit": "RFU" } } @@ -6258,10 +6258,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -6326,8 +6326,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -6345,7 +6345,7 @@ } }, "fluorescence": { - "value": 5377497, + "value": 5377497.0, "unit": "RFU" } } @@ -6359,10 +6359,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -6427,8 +6427,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -6446,7 +6446,7 @@ } }, "fluorescence": { - "value": 5389125, + "value": 5389125.0, "unit": "RFU" } } @@ -6460,10 +6460,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -6528,8 +6528,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -6547,7 +6547,7 @@ } }, "fluorescence": { - "value": 5346848, + "value": 5346848.0, "unit": "RFU" } } @@ -6561,10 +6561,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -6629,8 +6629,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -6648,7 +6648,7 @@ } }, "fluorescence": { - "value": 5366021, + "value": 5366021.0, "unit": "RFU" } } @@ -6662,10 +6662,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -6730,8 +6730,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -6749,7 +6749,7 @@ } }, "fluorescence": { - "value": 3570925, + "value": 3570925.0, "unit": "RFU" } } @@ -6763,10 +6763,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -6831,8 +6831,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -6850,7 +6850,7 @@ } }, "fluorescence": { - "value": 4672547, + "value": 4672547.0, "unit": "RFU" } } @@ -6864,10 +6864,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -6932,8 +6932,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -6951,7 +6951,7 @@ } }, "fluorescence": { - "value": 5364805, + "value": 5364805.0, "unit": "RFU" } } @@ -6965,10 +6965,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -7033,8 +7033,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -7052,7 +7052,7 @@ } }, "fluorescence": { - "value": 4914931, + "value": 4914931.0, "unit": "RFU" } } @@ -7066,10 +7066,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -7134,8 +7134,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -7153,7 +7153,7 @@ } }, "fluorescence": { - "value": 4440585, + "value": 4440585.0, "unit": "RFU" } } @@ -7167,10 +7167,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -7235,8 +7235,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -7254,7 +7254,7 @@ } }, "fluorescence": { - "value": 5007195, + "value": 5007195.0, "unit": "RFU" } } @@ -7268,10 +7268,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -7336,8 +7336,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -7355,7 +7355,7 @@ } }, "fluorescence": { - "value": 3229263, + "value": 3229263.0, "unit": "RFU" } } @@ -7369,10 +7369,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -7437,8 +7437,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -7456,7 +7456,7 @@ } }, "fluorescence": { - "value": 4323321, + "value": 4323321.0, "unit": "RFU" } } @@ -7470,10 +7470,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -7538,8 +7538,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -7557,7 +7557,7 @@ } }, "fluorescence": { - "value": 2740849, + "value": 2740849.0, "unit": "RFU" } } @@ -7571,10 +7571,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -7639,8 +7639,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -7658,7 +7658,7 @@ } }, "fluorescence": { - "value": 3690581, + "value": 3690581.0, "unit": "RFU" } } @@ -7672,10 +7672,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -7740,8 +7740,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -7759,7 +7759,7 @@ } }, "fluorescence": { - "value": 3125480, + "value": 3125480.0, "unit": "RFU" } } @@ -7773,10 +7773,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -7841,8 +7841,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -7860,7 +7860,7 @@ } }, "fluorescence": { - "value": 3939943, + "value": 3939943.0, "unit": "RFU" } } @@ -7874,10 +7874,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -7942,8 +7942,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -7961,7 +7961,7 @@ } }, "fluorescence": { - "value": 2936067, + "value": 2936067.0, "unit": "RFU" } } @@ -7975,10 +7975,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -8043,8 +8043,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -8062,7 +8062,7 @@ } }, "fluorescence": { - "value": 5392265, + "value": 5392265.0, "unit": "RFU" } } @@ -8076,10 +8076,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -8144,8 +8144,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -8163,7 +8163,7 @@ } }, "fluorescence": { - "value": 3990440, + "value": 3990440.0, "unit": "RFU" } } @@ -8177,10 +8177,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -8245,8 +8245,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -8264,7 +8264,7 @@ } }, "fluorescence": { - "value": 2854743, + "value": 2854743.0, "unit": "RFU" } } @@ -8278,10 +8278,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -8346,8 +8346,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -8365,7 +8365,7 @@ } }, "fluorescence": { - "value": 2515811, + "value": 2515811.0, "unit": "RFU" } } @@ -8379,10 +8379,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -8447,8 +8447,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -8466,7 +8466,7 @@ } }, "fluorescence": { - "value": 3104667, + "value": 3104667.0, "unit": "RFU" } } @@ -8480,10 +8480,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -8548,8 +8548,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -8567,7 +8567,7 @@ } }, "fluorescence": { - "value": 320530, + "value": 320530.0, "unit": "RFU" } } @@ -8581,10 +8581,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -8649,8 +8649,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -8668,7 +8668,7 @@ } }, "fluorescence": { - "value": 17811, + "value": 17811.0, "unit": "RFU" } } @@ -8682,10 +8682,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -8750,8 +8750,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -8769,7 +8769,7 @@ } }, "fluorescence": { - "value": 17534, + "value": 17534.0, "unit": "RFU" } } @@ -8783,10 +8783,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -8851,8 +8851,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -8870,7 +8870,7 @@ } }, "fluorescence": { - "value": 17969, + "value": 17969.0, "unit": "RFU" } } @@ -8884,10 +8884,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -8952,8 +8952,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -8971,7 +8971,7 @@ } }, "fluorescence": { - "value": 18572, + "value": 18572.0, "unit": "RFU" } } @@ -8985,10 +8985,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -9053,8 +9053,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -9072,7 +9072,7 @@ } }, "fluorescence": { - "value": 17351, + "value": 17351.0, "unit": "RFU" } } @@ -9086,10 +9086,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -9154,8 +9154,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -9173,7 +9173,7 @@ } }, "fluorescence": { - "value": 16976, + "value": 16976.0, "unit": "RFU" } } @@ -9187,10 +9187,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -9255,8 +9255,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -9274,7 +9274,7 @@ } }, "fluorescence": { - "value": 17019, + "value": 17019.0, "unit": "RFU" } } @@ -9288,10 +9288,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -9356,8 +9356,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -9375,7 +9375,7 @@ } }, "fluorescence": { - "value": 23868, + "value": 23868.0, "unit": "RFU" } } @@ -9389,10 +9389,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -9457,8 +9457,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -9476,7 +9476,7 @@ } }, "fluorescence": { - "value": 19216, + "value": 19216.0, "unit": "RFU" } } @@ -9490,10 +9490,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -9558,8 +9558,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -9577,7 +9577,7 @@ } }, "fluorescence": { - "value": 20363, + "value": 20363.0, "unit": "RFU" } } @@ -9591,10 +9591,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -9659,8 +9659,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -9678,7 +9678,7 @@ } }, "fluorescence": { - "value": 17703, + "value": 17703.0, "unit": "RFU" } } @@ -9692,10 +9692,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -9760,8 +9760,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -9779,7 +9779,7 @@ } }, "fluorescence": { - "value": 27566, + "value": 27566.0, "unit": "RFU" } } @@ -9793,10 +9793,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -9861,8 +9861,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -9880,7 +9880,7 @@ } }, "fluorescence": { - "value": 25297, + "value": 25297.0, "unit": "RFU" } } @@ -9894,10 +9894,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -9962,8 +9962,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -9981,7 +9981,7 @@ } }, "fluorescence": { - "value": 28521, + "value": 28521.0, "unit": "RFU" } } @@ -9995,10 +9995,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -10063,8 +10063,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -10082,7 +10082,7 @@ } }, "fluorescence": { - "value": 26153, + "value": 26153.0, "unit": "RFU" } } @@ -10096,10 +10096,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -10164,8 +10164,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -10183,7 +10183,7 @@ } }, "fluorescence": { - "value": 25187, + "value": 25187.0, "unit": "RFU" } } @@ -10197,10 +10197,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -10265,8 +10265,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -10284,7 +10284,7 @@ } }, "fluorescence": { - "value": 24998, + "value": 24998.0, "unit": "RFU" } } @@ -10298,10 +10298,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -10366,8 +10366,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -10385,7 +10385,7 @@ } }, "fluorescence": { - "value": 22973, + "value": 22973.0, "unit": "RFU" } } @@ -10399,10 +10399,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -10467,8 +10467,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -10486,7 +10486,7 @@ } }, "fluorescence": { - "value": 24897, + "value": 24897.0, "unit": "RFU" } } @@ -10500,10 +10500,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -10568,8 +10568,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -10587,7 +10587,7 @@ } }, "fluorescence": { - "value": 16913, + "value": 16913.0, "unit": "RFU" } } @@ -10601,10 +10601,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -10669,8 +10669,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -10688,7 +10688,7 @@ } }, "fluorescence": { - "value": 16521, + "value": 16521.0, "unit": "RFU" } } @@ -10702,10 +10702,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -10770,8 +10770,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -10789,7 +10789,7 @@ } }, "fluorescence": { - "value": 16766, + "value": 16766.0, "unit": "RFU" } } @@ -10803,10 +10803,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -10871,8 +10871,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -10890,7 +10890,7 @@ } }, "fluorescence": { - "value": 18487, + "value": 18487.0, "unit": "RFU" } } @@ -10904,10 +10904,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -10972,8 +10972,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -10991,7 +10991,7 @@ } }, "fluorescence": { - "value": 16394, + "value": 16394.0, "unit": "RFU" } } @@ -11005,10 +11005,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -11073,8 +11073,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -11092,7 +11092,7 @@ } }, "fluorescence": { - "value": 17517, + "value": 17517.0, "unit": "RFU" } } @@ -11106,10 +11106,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -11174,8 +11174,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -11193,7 +11193,7 @@ } }, "fluorescence": { - "value": 17463, + "value": 17463.0, "unit": "RFU" } } @@ -11207,10 +11207,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -11275,8 +11275,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -11294,7 +11294,7 @@ } }, "fluorescence": { - "value": 17478, + "value": 17478.0, "unit": "RFU" } } @@ -11308,10 +11308,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -11376,8 +11376,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -11395,7 +11395,7 @@ } }, "fluorescence": { - "value": 17600, + "value": 17600.0, "unit": "RFU" } } @@ -11409,10 +11409,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -11477,8 +11477,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -11496,7 +11496,7 @@ } }, "fluorescence": { - "value": 17238, + "value": 17238.0, "unit": "RFU" } } @@ -11510,10 +11510,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -11578,8 +11578,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -11597,7 +11597,7 @@ } }, "fluorescence": { - "value": 16818, + "value": 16818.0, "unit": "RFU" } } @@ -11611,10 +11611,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -11679,8 +11679,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -11698,7 +11698,7 @@ } }, "fluorescence": { - "value": 16824, + "value": 16824.0, "unit": "RFU" } } @@ -11712,10 +11712,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -11780,8 +11780,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -11799,7 +11799,7 @@ } }, "fluorescence": { - "value": 16838, + "value": 16838.0, "unit": "RFU" } } @@ -11813,10 +11813,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -11881,8 +11881,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -11900,7 +11900,7 @@ } }, "fluorescence": { - "value": 16724, + "value": 16724.0, "unit": "RFU" } } @@ -11914,10 +11914,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -11982,8 +11982,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -12001,7 +12001,7 @@ } }, "fluorescence": { - "value": 16684, + "value": 16684.0, "unit": "RFU" } } @@ -12015,10 +12015,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -12083,8 +12083,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -12102,7 +12102,7 @@ } }, "fluorescence": { - "value": 17966, + "value": 17966.0, "unit": "RFU" } } @@ -12116,10 +12116,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -12184,8 +12184,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -12203,7 +12203,7 @@ } }, "fluorescence": { - "value": 17304, + "value": 17304.0, "unit": "RFU" } } @@ -12217,10 +12217,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -12285,8 +12285,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -12304,7 +12304,7 @@ } }, "fluorescence": { - "value": 17244, + "value": 17244.0, "unit": "RFU" } } @@ -12318,10 +12318,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -12386,8 +12386,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -12405,7 +12405,7 @@ } }, "fluorescence": { - "value": 17581, + "value": 17581.0, "unit": "RFU" } } @@ -12419,10 +12419,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -12487,8 +12487,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -12506,7 +12506,7 @@ } }, "fluorescence": { - "value": 17828, + "value": 17828.0, "unit": "RFU" } } @@ -12520,10 +12520,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -12588,8 +12588,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -12607,7 +12607,7 @@ } }, "fluorescence": { - "value": 17331, + "value": 17331.0, "unit": "RFU" } } @@ -12621,10 +12621,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -12689,8 +12689,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -12708,7 +12708,7 @@ } }, "fluorescence": { - "value": 17771, + "value": 17771.0, "unit": "RFU" } } @@ -12722,10 +12722,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -12790,8 +12790,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -12809,7 +12809,7 @@ } }, "fluorescence": { - "value": 16911, + "value": 16911.0, "unit": "RFU" } } @@ -12823,10 +12823,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -12891,8 +12891,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -12910,7 +12910,7 @@ } }, "fluorescence": { - "value": 16328, + "value": 16328.0, "unit": "RFU" } } @@ -12924,10 +12924,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -12992,8 +12992,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -13011,7 +13011,7 @@ } }, "fluorescence": { - "value": 3348493, + "value": 3348493.0, "unit": "RFU" } } @@ -13025,10 +13025,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -13093,8 +13093,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -13112,7 +13112,7 @@ } }, "fluorescence": { - "value": 3141523, + "value": 3141523.0, "unit": "RFU" } } @@ -13126,10 +13126,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -13194,8 +13194,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -13213,7 +13213,7 @@ } }, "fluorescence": { - "value": 5376874, + "value": 5376874.0, "unit": "RFU" } } @@ -13227,10 +13227,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -13295,8 +13295,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -13314,7 +13314,7 @@ } }, "fluorescence": { - "value": 5395344, + "value": 5395344.0, "unit": "RFU" } } @@ -13328,10 +13328,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -13396,8 +13396,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -13415,7 +13415,7 @@ } }, "fluorescence": { - "value": 5408015, + "value": 5408015.0, "unit": "RFU" } } @@ -13429,10 +13429,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -13497,8 +13497,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -13516,7 +13516,7 @@ } }, "fluorescence": { - "value": 5281516, + "value": 5281516.0, "unit": "RFU" } } @@ -13530,10 +13530,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -13598,8 +13598,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -13617,7 +13617,7 @@ } }, "fluorescence": { - "value": 4441834, + "value": 4441834.0, "unit": "RFU" } } @@ -13631,10 +13631,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -13699,8 +13699,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -13718,7 +13718,7 @@ } }, "fluorescence": { - "value": 5374217, + "value": 5374217.0, "unit": "RFU" } } @@ -13732,10 +13732,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -13800,8 +13800,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -13819,7 +13819,7 @@ } }, "fluorescence": { - "value": 5351533, + "value": 5351533.0, "unit": "RFU" } } @@ -13833,10 +13833,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -13901,8 +13901,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -13920,7 +13920,7 @@ } }, "fluorescence": { - "value": 5383175, + "value": 5383175.0, "unit": "RFU" } } @@ -13934,10 +13934,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -14002,8 +14002,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -14021,7 +14021,7 @@ } }, "fluorescence": { - "value": 2149916, + "value": 2149916.0, "unit": "RFU" } } @@ -14035,10 +14035,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -14103,8 +14103,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -14122,7 +14122,7 @@ } }, "fluorescence": { - "value": 5102113, + "value": 5102113.0, "unit": "RFU" } } @@ -14136,10 +14136,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -14204,8 +14204,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -14223,7 +14223,7 @@ } }, "fluorescence": { - "value": 3454487, + "value": 3454487.0, "unit": "RFU" } } @@ -14237,10 +14237,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -14305,8 +14305,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -14324,7 +14324,7 @@ } }, "fluorescence": { - "value": 5394290, + "value": 5394290.0, "unit": "RFU" } } @@ -14338,10 +14338,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -14406,8 +14406,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -14425,7 +14425,7 @@ } }, "fluorescence": { - "value": 5417005, + "value": 5417005.0, "unit": "RFU" } } @@ -14439,10 +14439,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -14507,8 +14507,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -14526,7 +14526,7 @@ } }, "fluorescence": { - "value": 5378447, + "value": 5378447.0, "unit": "RFU" } } @@ -14540,10 +14540,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -14608,8 +14608,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -14627,7 +14627,7 @@ } }, "fluorescence": { - "value": 5399028, + "value": 5399028.0, "unit": "RFU" } } @@ -14641,10 +14641,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -14709,8 +14709,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -14728,7 +14728,7 @@ } }, "fluorescence": { - "value": 5378455, + "value": 5378455.0, "unit": "RFU" } } @@ -14742,10 +14742,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -14810,8 +14810,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -14829,7 +14829,7 @@ } }, "fluorescence": { - "value": 5297121, + "value": 5297121.0, "unit": "RFU" } } @@ -14843,10 +14843,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -14911,8 +14911,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -14930,7 +14930,7 @@ } }, "fluorescence": { - "value": 5377670, + "value": 5377670.0, "unit": "RFU" } } @@ -14944,10 +14944,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -15012,8 +15012,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -15031,7 +15031,7 @@ } }, "fluorescence": { - "value": 5371420, + "value": 5371420.0, "unit": "RFU" } } @@ -15045,10 +15045,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -15113,8 +15113,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -15132,7 +15132,7 @@ } }, "fluorescence": { - "value": 5357850, + "value": 5357850.0, "unit": "RFU" } } @@ -15146,10 +15146,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -15214,8 +15214,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -15233,7 +15233,7 @@ } }, "fluorescence": { - "value": 5395846, + "value": 5395846.0, "unit": "RFU" } } @@ -15247,10 +15247,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -15315,8 +15315,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -15334,7 +15334,7 @@ } }, "fluorescence": { - "value": 5373154, + "value": 5373154.0, "unit": "RFU" } } @@ -15348,10 +15348,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -15416,8 +15416,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -15435,7 +15435,7 @@ } }, "fluorescence": { - "value": 3336983, + "value": 3336983.0, "unit": "RFU" } } @@ -15449,10 +15449,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -15517,8 +15517,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -15536,7 +15536,7 @@ } }, "fluorescence": { - "value": 5356267, + "value": 5356267.0, "unit": "RFU" } } @@ -15550,10 +15550,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -15618,8 +15618,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -15637,7 +15637,7 @@ } }, "fluorescence": { - "value": 5357329, + "value": 5357329.0, "unit": "RFU" } } @@ -15651,10 +15651,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -15719,8 +15719,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -15738,7 +15738,7 @@ } }, "fluorescence": { - "value": 5384269, + "value": 5384269.0, "unit": "RFU" } } @@ -15752,10 +15752,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -15820,8 +15820,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -15839,7 +15839,7 @@ } }, "fluorescence": { - "value": 5363127, + "value": 5363127.0, "unit": "RFU" } } @@ -15853,10 +15853,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -15921,8 +15921,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -15940,7 +15940,7 @@ } }, "fluorescence": { - "value": 5393763, + "value": 5393763.0, "unit": "RFU" } } @@ -15954,10 +15954,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -16022,8 +16022,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -16041,7 +16041,7 @@ } }, "fluorescence": { - "value": 3895438, + "value": 3895438.0, "unit": "RFU" } } @@ -16055,10 +16055,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -16123,8 +16123,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -16142,7 +16142,7 @@ } }, "fluorescence": { - "value": 5404853, + "value": 5404853.0, "unit": "RFU" } } @@ -16156,10 +16156,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -16224,8 +16224,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -16243,7 +16243,7 @@ } }, "fluorescence": { - "value": 4239334, + "value": 4239334.0, "unit": "RFU" } } @@ -16257,10 +16257,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -16325,8 +16325,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -16344,7 +16344,7 @@ } }, "fluorescence": { - "value": 2451683, + "value": 2451683.0, "unit": "RFU" } } @@ -16358,10 +16358,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -16426,8 +16426,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -16445,7 +16445,7 @@ } }, "fluorescence": { - "value": 4157324, + "value": 4157324.0, "unit": "RFU" } } @@ -16459,10 +16459,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -16527,8 +16527,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -16546,7 +16546,7 @@ } }, "fluorescence": { - "value": 3521777, + "value": 3521777.0, "unit": "RFU" } } @@ -16560,10 +16560,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -16628,8 +16628,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -16647,7 +16647,7 @@ } }, "fluorescence": { - "value": 1249307, + "value": 1249307.0, "unit": "RFU" } } @@ -16661,10 +16661,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -16729,8 +16729,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -16748,7 +16748,7 @@ } }, "fluorescence": { - "value": 785495, + "value": 785495.0, "unit": "RFU" } } @@ -16762,10 +16762,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -16830,8 +16830,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -16849,7 +16849,7 @@ } }, "fluorescence": { - "value": 459078, + "value": 459078.0, "unit": "RFU" } } @@ -16863,10 +16863,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -16931,8 +16931,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -16950,7 +16950,7 @@ } }, "fluorescence": { - "value": 957095, + "value": 957095.0, "unit": "RFU" } } @@ -16964,10 +16964,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -17032,8 +17032,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -17051,7 +17051,7 @@ } }, "fluorescence": { - "value": 1363891, + "value": 1363891.0, "unit": "RFU" } } @@ -17065,10 +17065,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -17133,8 +17133,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -17152,7 +17152,7 @@ } }, "fluorescence": { - "value": 1173665, + "value": 1173665.0, "unit": "RFU" } } @@ -17166,10 +17166,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -17234,8 +17234,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -17253,7 +17253,7 @@ } }, "fluorescence": { - "value": 1012954, + "value": 1012954.0, "unit": "RFU" } } @@ -17267,10 +17267,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -17335,8 +17335,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -17354,7 +17354,7 @@ } }, "fluorescence": { - "value": 1173793, + "value": 1173793.0, "unit": "RFU" } } @@ -17368,10 +17368,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -17436,8 +17436,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -17455,7 +17455,7 @@ } }, "fluorescence": { - "value": 819448, + "value": 819448.0, "unit": "RFU" } } @@ -17469,10 +17469,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -17537,8 +17537,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -17556,7 +17556,7 @@ } }, "fluorescence": { - "value": 867431, + "value": 867431.0, "unit": "RFU" } } @@ -17570,10 +17570,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -17638,8 +17638,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -17657,7 +17657,7 @@ } }, "fluorescence": { - "value": 969752, + "value": 969752.0, "unit": "RFU" } } @@ -17671,10 +17671,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -17739,8 +17739,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -17758,7 +17758,7 @@ } }, "fluorescence": { - "value": 21665, + "value": 21665.0, "unit": "RFU" } } @@ -17772,10 +17772,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -17840,8 +17840,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -17859,7 +17859,7 @@ } }, "fluorescence": { - "value": 26410, + "value": 26410.0, "unit": "RFU" } } @@ -17873,10 +17873,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -17941,8 +17941,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -17960,7 +17960,7 @@ } }, "fluorescence": { - "value": 40007, + "value": 40007.0, "unit": "RFU" } } @@ -17974,10 +17974,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -18042,8 +18042,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -18061,7 +18061,7 @@ } }, "fluorescence": { - "value": 35561, + "value": 35561.0, "unit": "RFU" } } @@ -18075,10 +18075,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -18143,8 +18143,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -18162,7 +18162,7 @@ } }, "fluorescence": { - "value": 20951, + "value": 20951.0, "unit": "RFU" } } @@ -18176,10 +18176,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -18244,8 +18244,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -18263,7 +18263,7 @@ } }, "fluorescence": { - "value": 35489, + "value": 35489.0, "unit": "RFU" } } @@ -18277,10 +18277,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -18345,8 +18345,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -18364,7 +18364,7 @@ } }, "fluorescence": { - "value": 31894, + "value": 31894.0, "unit": "RFU" } } @@ -18378,10 +18378,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -18446,8 +18446,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -18465,7 +18465,7 @@ } }, "fluorescence": { - "value": 36924, + "value": 36924.0, "unit": "RFU" } } @@ -18479,10 +18479,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -18547,8 +18547,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -18566,7 +18566,7 @@ } }, "fluorescence": { - "value": 42753, + "value": 42753.0, "unit": "RFU" } } @@ -18580,10 +18580,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -18648,8 +18648,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -18667,7 +18667,7 @@ } }, "fluorescence": { - "value": 38194, + "value": 38194.0, "unit": "RFU" } } @@ -18681,10 +18681,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -18749,8 +18749,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -18768,7 +18768,7 @@ } }, "fluorescence": { - "value": 42708, + "value": 42708.0, "unit": "RFU" } } @@ -18782,10 +18782,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -18850,8 +18850,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -18869,7 +18869,7 @@ } }, "fluorescence": { - "value": 40597, + "value": 40597.0, "unit": "RFU" } } @@ -18883,10 +18883,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -18951,8 +18951,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -18970,7 +18970,7 @@ } }, "fluorescence": { - "value": 56782, + "value": 56782.0, "unit": "RFU" } } @@ -18984,10 +18984,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -19052,8 +19052,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -19071,7 +19071,7 @@ } }, "fluorescence": { - "value": 17526, + "value": 17526.0, "unit": "RFU" } } @@ -19085,10 +19085,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -19153,8 +19153,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -19172,7 +19172,7 @@ } }, "fluorescence": { - "value": 18077, + "value": 18077.0, "unit": "RFU" } } @@ -19186,10 +19186,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -19254,8 +19254,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -19273,7 +19273,7 @@ } }, "fluorescence": { - "value": 17474, + "value": 17474.0, "unit": "RFU" } } @@ -19287,10 +19287,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -19355,8 +19355,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -19374,7 +19374,7 @@ } }, "fluorescence": { - "value": 18101, + "value": 18101.0, "unit": "RFU" } } @@ -19388,10 +19388,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -19456,8 +19456,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -19475,7 +19475,7 @@ } }, "fluorescence": { - "value": 28670, + "value": 28670.0, "unit": "RFU" } } @@ -19489,10 +19489,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -19557,8 +19557,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -19576,7 +19576,7 @@ } }, "fluorescence": { - "value": 17290, + "value": 17290.0, "unit": "RFU" } } @@ -19590,10 +19590,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -19658,8 +19658,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -19677,7 +19677,7 @@ } }, "fluorescence": { - "value": 17970, + "value": 17970.0, "unit": "RFU" } } @@ -19691,10 +19691,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -19759,8 +19759,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -19778,7 +19778,7 @@ } }, "fluorescence": { - "value": 19062, + "value": 19062.0, "unit": "RFU" } } @@ -19792,10 +19792,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -19860,8 +19860,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -19879,7 +19879,7 @@ } }, "fluorescence": { - "value": 17269, + "value": 17269.0, "unit": "RFU" } } @@ -19893,10 +19893,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -19961,8 +19961,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -19980,7 +19980,7 @@ } }, "fluorescence": { - "value": 17969, + "value": 17969.0, "unit": "RFU" } } @@ -19994,10 +19994,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -20062,8 +20062,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -20081,7 +20081,7 @@ } }, "fluorescence": { - "value": 16853, + "value": 16853.0, "unit": "RFU" } } @@ -20095,10 +20095,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -20163,8 +20163,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -20182,7 +20182,7 @@ } }, "fluorescence": { - "value": 16740, + "value": 16740.0, "unit": "RFU" } } @@ -20196,10 +20196,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -20264,8 +20264,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -20283,7 +20283,7 @@ } }, "fluorescence": { - "value": 17372, + "value": 17372.0, "unit": "RFU" } } @@ -20297,10 +20297,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -20365,8 +20365,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -20384,7 +20384,7 @@ } }, "fluorescence": { - "value": 17272, + "value": 17272.0, "unit": "RFU" } } @@ -20398,10 +20398,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -20466,8 +20466,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -20485,7 +20485,7 @@ } }, "fluorescence": { - "value": 17575, + "value": 17575.0, "unit": "RFU" } } @@ -20499,10 +20499,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -20567,8 +20567,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -20586,7 +20586,7 @@ } }, "fluorescence": { - "value": 17711, + "value": 17711.0, "unit": "RFU" } } @@ -20600,10 +20600,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -20668,8 +20668,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -20687,7 +20687,7 @@ } }, "fluorescence": { - "value": 18120, + "value": 18120.0, "unit": "RFU" } } @@ -20701,10 +20701,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -20769,8 +20769,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -20788,7 +20788,7 @@ } }, "fluorescence": { - "value": 17377, + "value": 17377.0, "unit": "RFU" } } @@ -20802,10 +20802,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -20870,8 +20870,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -20889,7 +20889,7 @@ } }, "fluorescence": { - "value": 17840, + "value": 17840.0, "unit": "RFU" } } @@ -20903,10 +20903,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -20971,8 +20971,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -20990,7 +20990,7 @@ } }, "fluorescence": { - "value": 18008, + "value": 18008.0, "unit": "RFU" } } @@ -21004,10 +21004,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -21072,8 +21072,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -21091,7 +21091,7 @@ } }, "fluorescence": { - "value": 16862, + "value": 16862.0, "unit": "RFU" } } @@ -21105,10 +21105,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -21173,8 +21173,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -21192,7 +21192,7 @@ } }, "fluorescence": { - "value": 16884, + "value": 16884.0, "unit": "RFU" } } @@ -21206,10 +21206,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -21274,8 +21274,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -21293,7 +21293,7 @@ } }, "fluorescence": { - "value": 16283, + "value": 16283.0, "unit": "RFU" } } @@ -21307,10 +21307,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -21375,8 +21375,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -21394,7 +21394,7 @@ } }, "fluorescence": { - "value": 16751, + "value": 16751.0, "unit": "RFU" } } @@ -21408,10 +21408,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -21476,8 +21476,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -21495,7 +21495,7 @@ } }, "fluorescence": { - "value": 17087, + "value": 17087.0, "unit": "RFU" } } @@ -21509,10 +21509,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -21577,8 +21577,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -21596,7 +21596,7 @@ } }, "fluorescence": { - "value": 17181, + "value": 17181.0, "unit": "RFU" } } @@ -21610,10 +21610,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -21678,8 +21678,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -21697,7 +21697,7 @@ } }, "fluorescence": { - "value": 16916, + "value": 16916.0, "unit": "RFU" } } @@ -21711,10 +21711,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -21779,8 +21779,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -21798,7 +21798,7 @@ } }, "fluorescence": { - "value": 17546, + "value": 17546.0, "unit": "RFU" } } @@ -21812,10 +21812,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -21880,8 +21880,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -21899,7 +21899,7 @@ } }, "fluorescence": { - "value": 18415, + "value": 18415.0, "unit": "RFU" } } @@ -21913,10 +21913,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -21981,8 +21981,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -22000,7 +22000,7 @@ } }, "fluorescence": { - "value": 50471, + "value": 50471.0, "unit": "RFU" } } @@ -22014,10 +22014,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -22082,8 +22082,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -22101,7 +22101,7 @@ } }, "fluorescence": { - "value": 18118, + "value": 18118.0, "unit": "RFU" } } @@ -22115,10 +22115,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -22183,8 +22183,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -22202,7 +22202,7 @@ } }, "fluorescence": { - "value": 18728, + "value": 18728.0, "unit": "RFU" } } @@ -22216,10 +22216,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -22284,8 +22284,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -22303,7 +22303,7 @@ } }, "fluorescence": { - "value": 18751, + "value": 18751.0, "unit": "RFU" } } @@ -22317,10 +22317,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -22385,8 +22385,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -22404,7 +22404,7 @@ } }, "fluorescence": { - "value": 17208, + "value": 17208.0, "unit": "RFU" } } @@ -22418,10 +22418,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -22486,8 +22486,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -22505,7 +22505,7 @@ } }, "fluorescence": { - "value": 17076, + "value": 17076.0, "unit": "RFU" } } @@ -22519,10 +22519,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -22587,8 +22587,8 @@ "value": 19.24, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -22606,7 +22606,7 @@ } }, "fluorescence": { - "value": 16991, + "value": 16991.0, "unit": "RFU" } } @@ -22620,10 +22620,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -22688,8 +22688,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -22707,7 +22707,7 @@ } }, "fluorescence": { - "value": 1409283, + "value": 1409283.0, "unit": "RFU" } } @@ -22721,10 +22721,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -22789,8 +22789,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -22808,7 +22808,7 @@ } }, "fluorescence": { - "value": 1945529, + "value": 1945529.0, "unit": "RFU" } } @@ -22822,10 +22822,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -22890,8 +22890,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -22909,7 +22909,7 @@ } }, "fluorescence": { - "value": 749801, + "value": 749801.0, "unit": "RFU" } } @@ -22923,10 +22923,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -22991,8 +22991,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -23010,7 +23010,7 @@ } }, "fluorescence": { - "value": 1170127, + "value": 1170127.0, "unit": "RFU" } } @@ -23024,10 +23024,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -23092,8 +23092,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -23111,7 +23111,7 @@ } }, "fluorescence": { - "value": 490238, + "value": 490238.0, "unit": "RFU" } } @@ -23125,10 +23125,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -23193,8 +23193,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -23212,7 +23212,7 @@ } }, "fluorescence": { - "value": 619873, + "value": 619873.0, "unit": "RFU" } } @@ -23226,10 +23226,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -23294,8 +23294,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -23313,7 +23313,7 @@ } }, "fluorescence": { - "value": 857007, + "value": 857007.0, "unit": "RFU" } } @@ -23327,10 +23327,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -23395,8 +23395,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -23414,7 +23414,7 @@ } }, "fluorescence": { - "value": 538621, + "value": 538621.0, "unit": "RFU" } } @@ -23428,10 +23428,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -23496,8 +23496,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -23515,7 +23515,7 @@ } }, "fluorescence": { - "value": 521311, + "value": 521311.0, "unit": "RFU" } } @@ -23529,10 +23529,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -23597,8 +23597,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -23616,7 +23616,7 @@ } }, "fluorescence": { - "value": 1061143, + "value": 1061143.0, "unit": "RFU" } } @@ -23630,10 +23630,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -23698,8 +23698,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -23717,7 +23717,7 @@ } }, "fluorescence": { - "value": 592159, + "value": 592159.0, "unit": "RFU" } } @@ -23731,10 +23731,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -23799,8 +23799,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -23818,7 +23818,7 @@ } }, "fluorescence": { - "value": 1486465, + "value": 1486465.0, "unit": "RFU" } } @@ -23832,10 +23832,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -23900,8 +23900,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -23919,7 +23919,7 @@ } }, "fluorescence": { - "value": 1005516, + "value": 1005516.0, "unit": "RFU" } } @@ -23933,10 +23933,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -24001,8 +24001,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -24020,7 +24020,7 @@ } }, "fluorescence": { - "value": 1421547, + "value": 1421547.0, "unit": "RFU" } } @@ -24034,10 +24034,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -24102,8 +24102,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -24121,7 +24121,7 @@ } }, "fluorescence": { - "value": 1135068, + "value": 1135068.0, "unit": "RFU" } } @@ -24135,10 +24135,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -24203,8 +24203,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -24222,7 +24222,7 @@ } }, "fluorescence": { - "value": 854857, + "value": 854857.0, "unit": "RFU" } } @@ -24236,10 +24236,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -24304,8 +24304,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -24323,7 +24323,7 @@ } }, "fluorescence": { - "value": 2073737, + "value": 2073737.0, "unit": "RFU" } } @@ -24337,10 +24337,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -24405,8 +24405,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -24424,7 +24424,7 @@ } }, "fluorescence": { - "value": 1780532, + "value": 1780532.0, "unit": "RFU" } } @@ -24438,10 +24438,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -24506,8 +24506,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -24525,7 +24525,7 @@ } }, "fluorescence": { - "value": 1253227, + "value": 1253227.0, "unit": "RFU" } } @@ -24539,10 +24539,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -24607,8 +24607,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -24626,7 +24626,7 @@ } }, "fluorescence": { - "value": 1958330, + "value": 1958330.0, "unit": "RFU" } } @@ -24640,10 +24640,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -24708,8 +24708,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -24727,7 +24727,7 @@ } }, "fluorescence": { - "value": 1366661, + "value": 1366661.0, "unit": "RFU" } } @@ -24741,10 +24741,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -24809,8 +24809,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -24828,7 +24828,7 @@ } }, "fluorescence": { - "value": 2090440, + "value": 2090440.0, "unit": "RFU" } } @@ -24842,10 +24842,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -24910,8 +24910,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -24929,7 +24929,7 @@ } }, "fluorescence": { - "value": 1818030, + "value": 1818030.0, "unit": "RFU" } } @@ -24943,10 +24943,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -25011,8 +25011,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -25030,7 +25030,7 @@ } }, "fluorescence": { - "value": 2286884, + "value": 2286884.0, "unit": "RFU" } } @@ -25044,10 +25044,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -25112,8 +25112,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -25131,7 +25131,7 @@ } }, "fluorescence": { - "value": 2823772, + "value": 2823772.0, "unit": "RFU" } } @@ -25145,10 +25145,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -25213,8 +25213,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -25232,7 +25232,7 @@ } }, "fluorescence": { - "value": 1593347, + "value": 1593347.0, "unit": "RFU" } } @@ -25246,10 +25246,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -25314,8 +25314,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -25333,7 +25333,7 @@ } }, "fluorescence": { - "value": 1811826, + "value": 1811826.0, "unit": "RFU" } } @@ -25347,10 +25347,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -25415,8 +25415,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -25434,7 +25434,7 @@ } }, "fluorescence": { - "value": 1068328, + "value": 1068328.0, "unit": "RFU" } } @@ -25448,10 +25448,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -25516,8 +25516,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -25535,7 +25535,7 @@ } }, "fluorescence": { - "value": 2088061, + "value": 2088061.0, "unit": "RFU" } } @@ -25549,10 +25549,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -25617,8 +25617,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -25636,7 +25636,7 @@ } }, "fluorescence": { - "value": 1392525, + "value": 1392525.0, "unit": "RFU" } } @@ -25650,10 +25650,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -25718,8 +25718,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -25737,7 +25737,7 @@ } }, "fluorescence": { - "value": 2382239, + "value": 2382239.0, "unit": "RFU" } } @@ -25751,10 +25751,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -25819,8 +25819,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -25838,7 +25838,7 @@ } }, "fluorescence": { - "value": 1172560, + "value": 1172560.0, "unit": "RFU" } } @@ -25852,10 +25852,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -25920,8 +25920,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -25939,7 +25939,7 @@ } }, "fluorescence": { - "value": 1325652, + "value": 1325652.0, "unit": "RFU" } } @@ -25953,10 +25953,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -26021,8 +26021,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -26040,7 +26040,7 @@ } }, "fluorescence": { - "value": 891145, + "value": 891145.0, "unit": "RFU" } } @@ -26054,10 +26054,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -26122,8 +26122,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -26141,7 +26141,7 @@ } }, "fluorescence": { - "value": 1239732, + "value": 1239732.0, "unit": "RFU" } } @@ -26155,10 +26155,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -26223,8 +26223,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -26242,7 +26242,7 @@ } }, "fluorescence": { - "value": 1062299, + "value": 1062299.0, "unit": "RFU" } } @@ -26256,10 +26256,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -26324,8 +26324,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -26343,7 +26343,7 @@ } }, "fluorescence": { - "value": 1326201, + "value": 1326201.0, "unit": "RFU" } } @@ -26357,10 +26357,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -26425,8 +26425,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -26444,7 +26444,7 @@ } }, "fluorescence": { - "value": 1953873, + "value": 1953873.0, "unit": "RFU" } } @@ -26458,10 +26458,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -26526,8 +26526,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -26545,7 +26545,7 @@ } }, "fluorescence": { - "value": 2891563, + "value": 2891563.0, "unit": "RFU" } } @@ -26559,10 +26559,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -26627,8 +26627,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -26646,7 +26646,7 @@ } }, "fluorescence": { - "value": 2082664, + "value": 2082664.0, "unit": "RFU" } } @@ -26660,10 +26660,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -26728,8 +26728,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -26747,7 +26747,7 @@ } }, "fluorescence": { - "value": 1953906, + "value": 1953906.0, "unit": "RFU" } } @@ -26761,10 +26761,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -26829,8 +26829,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -26848,7 +26848,7 @@ } }, "fluorescence": { - "value": 1685107, + "value": 1685107.0, "unit": "RFU" } } @@ -26862,10 +26862,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -26930,8 +26930,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -26949,7 +26949,7 @@ } }, "fluorescence": { - "value": 2669892, + "value": 2669892.0, "unit": "RFU" } } @@ -26963,10 +26963,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -27031,8 +27031,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -27050,7 +27050,7 @@ } }, "fluorescence": { - "value": 2239118, + "value": 2239118.0, "unit": "RFU" } } @@ -27064,10 +27064,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -27132,8 +27132,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -27151,7 +27151,7 @@ } }, "fluorescence": { - "value": 1595223, + "value": 1595223.0, "unit": "RFU" } } @@ -27165,10 +27165,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -27233,8 +27233,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -27252,7 +27252,7 @@ } }, "fluorescence": { - "value": 1917794, + "value": 1917794.0, "unit": "RFU" } } @@ -27266,10 +27266,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -27334,8 +27334,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -27353,7 +27353,7 @@ } }, "fluorescence": { - "value": 2428262, + "value": 2428262.0, "unit": "RFU" } } @@ -27367,10 +27367,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -27435,8 +27435,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -27454,7 +27454,7 @@ } }, "fluorescence": { - "value": 957092, + "value": 957092.0, "unit": "RFU" } } @@ -27468,10 +27468,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -27536,8 +27536,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -27555,7 +27555,7 @@ } }, "fluorescence": { - "value": 1580117, + "value": 1580117.0, "unit": "RFU" } } @@ -27569,10 +27569,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -27637,8 +27637,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -27656,7 +27656,7 @@ } }, "fluorescence": { - "value": 2164552, + "value": 2164552.0, "unit": "RFU" } } @@ -27670,10 +27670,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -27738,8 +27738,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -27757,7 +27757,7 @@ } }, "fluorescence": { - "value": 1880078, + "value": 1880078.0, "unit": "RFU" } } @@ -27771,10 +27771,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -27839,8 +27839,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -27858,7 +27858,7 @@ } }, "fluorescence": { - "value": 2143875, + "value": 2143875.0, "unit": "RFU" } } @@ -27872,10 +27872,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -27940,8 +27940,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -27959,7 +27959,7 @@ } }, "fluorescence": { - "value": 1105358, + "value": 1105358.0, "unit": "RFU" } } @@ -27973,10 +27973,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -28041,8 +28041,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -28060,7 +28060,7 @@ } }, "fluorescence": { - "value": 1665919, + "value": 1665919.0, "unit": "RFU" } } @@ -28074,10 +28074,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -28142,8 +28142,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -28161,7 +28161,7 @@ } }, "fluorescence": { - "value": 2510117, + "value": 2510117.0, "unit": "RFU" } } @@ -28175,10 +28175,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -28243,8 +28243,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -28262,7 +28262,7 @@ } }, "fluorescence": { - "value": 2722563, + "value": 2722563.0, "unit": "RFU" } } @@ -28276,10 +28276,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -28344,8 +28344,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -28363,7 +28363,7 @@ } }, "fluorescence": { - "value": 2484835, + "value": 2484835.0, "unit": "RFU" } } @@ -28377,10 +28377,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -28445,8 +28445,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -28464,7 +28464,7 @@ } }, "fluorescence": { - "value": 2377601, + "value": 2377601.0, "unit": "RFU" } } @@ -28478,10 +28478,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -28546,8 +28546,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -28565,7 +28565,7 @@ } }, "fluorescence": { - "value": 2625546, + "value": 2625546.0, "unit": "RFU" } } @@ -28579,10 +28579,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -28647,8 +28647,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -28666,7 +28666,7 @@ } }, "fluorescence": { - "value": 1943252, + "value": 1943252.0, "unit": "RFU" } } @@ -28680,10 +28680,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -28748,8 +28748,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -28767,7 +28767,7 @@ } }, "fluorescence": { - "value": 2075333, + "value": 2075333.0, "unit": "RFU" } } @@ -28781,10 +28781,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -28849,8 +28849,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -28868,7 +28868,7 @@ } }, "fluorescence": { - "value": 2544777, + "value": 2544777.0, "unit": "RFU" } } @@ -28882,10 +28882,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -28950,8 +28950,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -28969,7 +28969,7 @@ } }, "fluorescence": { - "value": 1861214, + "value": 1861214.0, "unit": "RFU" } } @@ -28983,10 +28983,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -29051,8 +29051,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -29070,7 +29070,7 @@ } }, "fluorescence": { - "value": 3107389, + "value": 3107389.0, "unit": "RFU" } } @@ -29084,10 +29084,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -29152,8 +29152,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -29171,7 +29171,7 @@ } }, "fluorescence": { - "value": 1497600, + "value": 1497600.0, "unit": "RFU" } } @@ -29185,10 +29185,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -29253,8 +29253,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -29272,7 +29272,7 @@ } }, "fluorescence": { - "value": 1603605, + "value": 1603605.0, "unit": "RFU" } } @@ -29286,10 +29286,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -29354,8 +29354,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -29373,7 +29373,7 @@ } }, "fluorescence": { - "value": 1167144, + "value": 1167144.0, "unit": "RFU" } } @@ -29387,10 +29387,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -29455,8 +29455,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -29474,7 +29474,7 @@ } }, "fluorescence": { - "value": 1625867, + "value": 1625867.0, "unit": "RFU" } } @@ -29488,10 +29488,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -29556,8 +29556,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -29575,7 +29575,7 @@ } }, "fluorescence": { - "value": 2906764, + "value": 2906764.0, "unit": "RFU" } } @@ -29589,10 +29589,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -29657,8 +29657,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -29676,7 +29676,7 @@ } }, "fluorescence": { - "value": 1679771, + "value": 1679771.0, "unit": "RFU" } } @@ -29690,10 +29690,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -29758,8 +29758,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -29777,7 +29777,7 @@ } }, "fluorescence": { - "value": 3365265, + "value": 3365265.0, "unit": "RFU" } } @@ -29791,10 +29791,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -29859,8 +29859,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -29878,7 +29878,7 @@ } }, "fluorescence": { - "value": 2911262, + "value": 2911262.0, "unit": "RFU" } } @@ -29892,10 +29892,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -29960,8 +29960,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -29979,7 +29979,7 @@ } }, "fluorescence": { - "value": 1688388, + "value": 1688388.0, "unit": "RFU" } } @@ -29993,10 +29993,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -30061,8 +30061,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -30080,7 +30080,7 @@ } }, "fluorescence": { - "value": 2092721, + "value": 2092721.0, "unit": "RFU" } } @@ -30094,10 +30094,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -30162,8 +30162,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -30181,7 +30181,7 @@ } }, "fluorescence": { - "value": 2446753, + "value": 2446753.0, "unit": "RFU" } } @@ -30195,10 +30195,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -30263,8 +30263,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -30282,7 +30282,7 @@ } }, "fluorescence": { - "value": 1989832, + "value": 1989832.0, "unit": "RFU" } } @@ -30296,10 +30296,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -30364,8 +30364,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -30383,7 +30383,7 @@ } }, "fluorescence": { - "value": 1880273, + "value": 1880273.0, "unit": "RFU" } } @@ -30397,10 +30397,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -30465,8 +30465,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -30484,7 +30484,7 @@ } }, "fluorescence": { - "value": 2063300, + "value": 2063300.0, "unit": "RFU" } } @@ -30498,10 +30498,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -30566,8 +30566,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -30585,7 +30585,7 @@ } }, "fluorescence": { - "value": 2317034, + "value": 2317034.0, "unit": "RFU" } } @@ -30599,10 +30599,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -30667,8 +30667,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -30686,7 +30686,7 @@ } }, "fluorescence": { - "value": 1998789, + "value": 1998789.0, "unit": "RFU" } } @@ -30700,10 +30700,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -30768,8 +30768,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -30787,7 +30787,7 @@ } }, "fluorescence": { - "value": 1359521, + "value": 1359521.0, "unit": "RFU" } } @@ -30801,10 +30801,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -30869,8 +30869,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -30888,7 +30888,7 @@ } }, "fluorescence": { - "value": 1601563, + "value": 1601563.0, "unit": "RFU" } } @@ -30902,10 +30902,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -30970,8 +30970,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -30989,7 +30989,7 @@ } }, "fluorescence": { - "value": 1333732, + "value": 1333732.0, "unit": "RFU" } } @@ -31003,10 +31003,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -31071,8 +31071,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -31090,7 +31090,7 @@ } }, "fluorescence": { - "value": 2437442, + "value": 2437442.0, "unit": "RFU" } } @@ -31104,10 +31104,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -31172,8 +31172,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -31191,7 +31191,7 @@ } }, "fluorescence": { - "value": 1916654, + "value": 1916654.0, "unit": "RFU" } } @@ -31205,10 +31205,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -31273,8 +31273,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -31292,7 +31292,7 @@ } }, "fluorescence": { - "value": 1685144, + "value": 1685144.0, "unit": "RFU" } } @@ -31306,10 +31306,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -31374,8 +31374,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -31393,7 +31393,7 @@ } }, "fluorescence": { - "value": 1426438, + "value": 1426438.0, "unit": "RFU" } } @@ -31407,10 +31407,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -31475,8 +31475,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -31494,7 +31494,7 @@ } }, "fluorescence": { - "value": 1722046, + "value": 1722046.0, "unit": "RFU" } } @@ -31508,10 +31508,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -31576,8 +31576,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -31595,7 +31595,7 @@ } }, "fluorescence": { - "value": 2064715, + "value": 2064715.0, "unit": "RFU" } } @@ -31609,10 +31609,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -31677,8 +31677,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -31696,7 +31696,7 @@ } }, "fluorescence": { - "value": 2390788, + "value": 2390788.0, "unit": "RFU" } } @@ -31710,10 +31710,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -31778,8 +31778,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -31797,7 +31797,7 @@ } }, "fluorescence": { - "value": 1382126, + "value": 1382126.0, "unit": "RFU" } } @@ -31811,10 +31811,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -31879,8 +31879,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -31898,7 +31898,7 @@ } }, "fluorescence": { - "value": 1044371, + "value": 1044371.0, "unit": "RFU" } } @@ -31912,10 +31912,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -31980,8 +31980,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -31999,7 +31999,7 @@ } }, "fluorescence": { - "value": 2041734, + "value": 2041734.0, "unit": "RFU" } } @@ -32013,10 +32013,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -32081,8 +32081,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -32100,7 +32100,7 @@ } }, "fluorescence": { - "value": 2748785, + "value": 2748785.0, "unit": "RFU" } } @@ -32114,10 +32114,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -32182,8 +32182,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -32201,7 +32201,7 @@ } }, "fluorescence": { - "value": 2450313, + "value": 2450313.0, "unit": "RFU" } } @@ -32215,10 +32215,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -32283,8 +32283,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -32302,7 +32302,7 @@ } }, "fluorescence": { - "value": 2261131, + "value": 2261131.0, "unit": "RFU" } } @@ -32316,10 +32316,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -32384,8 +32384,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -32403,7 +32403,7 @@ } }, "fluorescence": { - "value": 2475378, + "value": 2475378.0, "unit": "RFU" } } @@ -32417,10 +32417,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -32485,8 +32485,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -32504,7 +32504,7 @@ } }, "fluorescence": { - "value": 4095377, + "value": 4095377.0, "unit": "RFU" } } @@ -32518,10 +32518,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -32586,8 +32586,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -32605,7 +32605,7 @@ } }, "fluorescence": { - "value": 4402343, + "value": 4402343.0, "unit": "RFU" } } @@ -32619,10 +32619,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -32687,8 +32687,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -32706,7 +32706,7 @@ } }, "fluorescence": { - "value": 3497145, + "value": 3497145.0, "unit": "RFU" } } @@ -32720,10 +32720,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -32788,8 +32788,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -32807,7 +32807,7 @@ } }, "fluorescence": { - "value": 3633971, + "value": 3633971.0, "unit": "RFU" } } @@ -32821,10 +32821,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -32889,8 +32889,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -32908,7 +32908,7 @@ } }, "fluorescence": { - "value": 3740107, + "value": 3740107.0, "unit": "RFU" } } @@ -32922,10 +32922,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -32990,8 +32990,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -33009,7 +33009,7 @@ } }, "fluorescence": { - "value": 4709004, + "value": 4709004.0, "unit": "RFU" } } @@ -33023,10 +33023,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -33091,8 +33091,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -33110,7 +33110,7 @@ } }, "fluorescence": { - "value": 3717290, + "value": 3717290.0, "unit": "RFU" } } @@ -33124,10 +33124,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -33192,8 +33192,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -33211,7 +33211,7 @@ } }, "fluorescence": { - "value": 3772603, + "value": 3772603.0, "unit": "RFU" } } @@ -33225,10 +33225,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -33293,8 +33293,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -33312,7 +33312,7 @@ } }, "fluorescence": { - "value": 4573033, + "value": 4573033.0, "unit": "RFU" } } @@ -33326,10 +33326,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -33394,8 +33394,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -33413,7 +33413,7 @@ } }, "fluorescence": { - "value": 4959756, + "value": 4959756.0, "unit": "RFU" } } @@ -33427,10 +33427,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -33495,8 +33495,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -33514,7 +33514,7 @@ } }, "fluorescence": { - "value": 4248533, + "value": 4248533.0, "unit": "RFU" } } @@ -33528,10 +33528,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -33596,8 +33596,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -33615,7 +33615,7 @@ } }, "fluorescence": { - "value": 3880591, + "value": 3880591.0, "unit": "RFU" } } @@ -33629,10 +33629,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -33697,8 +33697,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -33716,7 +33716,7 @@ } }, "fluorescence": { - "value": 3112000, + "value": 3112000.0, "unit": "RFU" } } @@ -33730,10 +33730,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -33798,8 +33798,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -33817,7 +33817,7 @@ } }, "fluorescence": { - "value": 3962477, + "value": 3962477.0, "unit": "RFU" } } @@ -33831,10 +33831,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -33899,8 +33899,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -33918,7 +33918,7 @@ } }, "fluorescence": { - "value": 3962143, + "value": 3962143.0, "unit": "RFU" } } @@ -33932,10 +33932,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -34000,8 +34000,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -34019,7 +34019,7 @@ } }, "fluorescence": { - "value": 3943098, + "value": 3943098.0, "unit": "RFU" } } @@ -34033,10 +34033,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -34101,8 +34101,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -34120,7 +34120,7 @@ } }, "fluorescence": { - "value": 3892846, + "value": 3892846.0, "unit": "RFU" } } @@ -34134,10 +34134,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -34202,8 +34202,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -34221,7 +34221,7 @@ } }, "fluorescence": { - "value": 3727522, + "value": 3727522.0, "unit": "RFU" } } @@ -34235,10 +34235,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -34303,8 +34303,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -34322,7 +34322,7 @@ } }, "fluorescence": { - "value": 4558711, + "value": 4558711.0, "unit": "RFU" } } @@ -34336,10 +34336,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -34404,8 +34404,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -34423,7 +34423,7 @@ } }, "fluorescence": { - "value": 4355786, + "value": 4355786.0, "unit": "RFU" } } @@ -34437,10 +34437,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -34505,8 +34505,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -34524,7 +34524,7 @@ } }, "fluorescence": { - "value": 4870183, + "value": 4870183.0, "unit": "RFU" } } @@ -34538,10 +34538,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -34606,8 +34606,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -34625,7 +34625,7 @@ } }, "fluorescence": { - "value": 4371467, + "value": 4371467.0, "unit": "RFU" } } @@ -34639,10 +34639,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -34707,8 +34707,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -34726,7 +34726,7 @@ } }, "fluorescence": { - "value": 4018061, + "value": 4018061.0, "unit": "RFU" } } @@ -34740,10 +34740,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -34808,8 +34808,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -34827,7 +34827,7 @@ } }, "fluorescence": { - "value": 3975689, + "value": 3975689.0, "unit": "RFU" } } @@ -34841,10 +34841,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -34909,8 +34909,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -34928,7 +34928,7 @@ } }, "fluorescence": { - "value": 3937287, + "value": 3937287.0, "unit": "RFU" } } @@ -34942,10 +34942,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -35010,8 +35010,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -35029,7 +35029,7 @@ } }, "fluorescence": { - "value": 4134371, + "value": 4134371.0, "unit": "RFU" } } @@ -35043,10 +35043,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -35111,8 +35111,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -35130,7 +35130,7 @@ } }, "fluorescence": { - "value": 3631200, + "value": 3631200.0, "unit": "RFU" } } @@ -35144,10 +35144,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -35212,8 +35212,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -35231,7 +35231,7 @@ } }, "fluorescence": { - "value": 4461658, + "value": 4461658.0, "unit": "RFU" } } @@ -35245,10 +35245,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -35313,8 +35313,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -35332,7 +35332,7 @@ } }, "fluorescence": { - "value": 4511918, + "value": 4511918.0, "unit": "RFU" } } @@ -35346,10 +35346,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -35414,8 +35414,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -35433,7 +35433,7 @@ } }, "fluorescence": { - "value": 4492275, + "value": 4492275.0, "unit": "RFU" } } @@ -35447,10 +35447,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -35515,8 +35515,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -35534,7 +35534,7 @@ } }, "fluorescence": { - "value": 4081788, + "value": 4081788.0, "unit": "RFU" } } @@ -35548,10 +35548,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -35616,8 +35616,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -35635,7 +35635,7 @@ } }, "fluorescence": { - "value": 3487195, + "value": 3487195.0, "unit": "RFU" } } @@ -35649,10 +35649,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -35717,8 +35717,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -35736,7 +35736,7 @@ } }, "fluorescence": { - "value": 4817495, + "value": 4817495.0, "unit": "RFU" } } @@ -35750,10 +35750,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -35818,8 +35818,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -35837,7 +35837,7 @@ } }, "fluorescence": { - "value": 4732385, + "value": 4732385.0, "unit": "RFU" } } @@ -35851,10 +35851,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -35919,8 +35919,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -35938,7 +35938,7 @@ } }, "fluorescence": { - "value": 5049086, + "value": 5049086.0, "unit": "RFU" } } @@ -35952,10 +35952,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -36020,8 +36020,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -36039,7 +36039,7 @@ } }, "fluorescence": { - "value": 4049392, + "value": 4049392.0, "unit": "RFU" } } @@ -36053,10 +36053,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -36121,8 +36121,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -36140,7 +36140,7 @@ } }, "fluorescence": { - "value": 3898581, + "value": 3898581.0, "unit": "RFU" } } @@ -36154,10 +36154,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -36222,8 +36222,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -36241,7 +36241,7 @@ } }, "fluorescence": { - "value": 3167916, + "value": 3167916.0, "unit": "RFU" } } @@ -36255,10 +36255,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -36323,8 +36323,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -36342,7 +36342,7 @@ } }, "fluorescence": { - "value": 3621590, + "value": 3621590.0, "unit": "RFU" } } @@ -36356,10 +36356,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -36424,8 +36424,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -36443,7 +36443,7 @@ } }, "fluorescence": { - "value": 3870289, + "value": 3870289.0, "unit": "RFU" } } @@ -36457,10 +36457,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -36525,8 +36525,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -36544,7 +36544,7 @@ } }, "fluorescence": { - "value": 3882701, + "value": 3882701.0, "unit": "RFU" } } @@ -36558,10 +36558,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -36626,8 +36626,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -36645,7 +36645,7 @@ } }, "fluorescence": { - "value": 2903237, + "value": 2903237.0, "unit": "RFU" } } @@ -36659,10 +36659,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -36727,8 +36727,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -36746,7 +36746,7 @@ } }, "fluorescence": { - "value": 4039347, + "value": 4039347.0, "unit": "RFU" } } @@ -36760,10 +36760,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -36828,8 +36828,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -36847,7 +36847,7 @@ } }, "fluorescence": { - "value": 4388249, + "value": 4388249.0, "unit": "RFU" } } @@ -36861,10 +36861,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -36929,8 +36929,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -36948,7 +36948,7 @@ } }, "fluorescence": { - "value": 5237288, + "value": 5237288.0, "unit": "RFU" } } @@ -36962,10 +36962,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -37030,8 +37030,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -37049,7 +37049,7 @@ } }, "fluorescence": { - "value": 5100191, + "value": 5100191.0, "unit": "RFU" } } @@ -37063,10 +37063,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -37131,8 +37131,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -37150,7 +37150,7 @@ } }, "fluorescence": { - "value": 3982063, + "value": 3982063.0, "unit": "RFU" } } @@ -37164,10 +37164,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -37232,8 +37232,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -37251,7 +37251,7 @@ } }, "fluorescence": { - "value": 4332106, + "value": 4332106.0, "unit": "RFU" } } @@ -37265,10 +37265,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -37333,8 +37333,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -37352,7 +37352,7 @@ } }, "fluorescence": { - "value": 4681865, + "value": 4681865.0, "unit": "RFU" } } @@ -37366,10 +37366,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -37434,8 +37434,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -37453,7 +37453,7 @@ } }, "fluorescence": { - "value": 4663693, + "value": 4663693.0, "unit": "RFU" } } @@ -37467,10 +37467,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -37535,8 +37535,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -37554,7 +37554,7 @@ } }, "fluorescence": { - "value": 4271965, + "value": 4271965.0, "unit": "RFU" } } @@ -37568,10 +37568,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -37636,8 +37636,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -37655,7 +37655,7 @@ } }, "fluorescence": { - "value": 4397645, + "value": 4397645.0, "unit": "RFU" } } @@ -37669,10 +37669,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -37737,8 +37737,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -37756,7 +37756,7 @@ } }, "fluorescence": { - "value": 4738101, + "value": 4738101.0, "unit": "RFU" } } @@ -37770,10 +37770,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -37838,8 +37838,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -37857,7 +37857,7 @@ } }, "fluorescence": { - "value": 4323969, + "value": 4323969.0, "unit": "RFU" } } @@ -37871,10 +37871,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -37939,8 +37939,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -37958,7 +37958,7 @@ } }, "fluorescence": { - "value": 4272560, + "value": 4272560.0, "unit": "RFU" } } @@ -37972,10 +37972,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -38040,8 +38040,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -38059,7 +38059,7 @@ } }, "fluorescence": { - "value": 5018680, + "value": 5018680.0, "unit": "RFU" } } @@ -38073,10 +38073,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -38141,8 +38141,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -38160,7 +38160,7 @@ } }, "fluorescence": { - "value": 5353869, + "value": 5353869.0, "unit": "RFU" } } @@ -38174,10 +38174,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -38242,8 +38242,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -38261,7 +38261,7 @@ } }, "fluorescence": { - "value": 5322120, + "value": 5322120.0, "unit": "RFU" } } @@ -38275,10 +38275,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -38343,8 +38343,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -38362,7 +38362,7 @@ } }, "fluorescence": { - "value": 4501812, + "value": 4501812.0, "unit": "RFU" } } @@ -38376,10 +38376,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -38444,8 +38444,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -38463,7 +38463,7 @@ } }, "fluorescence": { - "value": 4253678, + "value": 4253678.0, "unit": "RFU" } } @@ -38477,10 +38477,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -38545,8 +38545,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -38564,7 +38564,7 @@ } }, "fluorescence": { - "value": 5042610, + "value": 5042610.0, "unit": "RFU" } } @@ -38578,10 +38578,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -38646,8 +38646,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -38665,7 +38665,7 @@ } }, "fluorescence": { - "value": 4350012, + "value": 4350012.0, "unit": "RFU" } } @@ -38679,10 +38679,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -38747,8 +38747,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -38766,7 +38766,7 @@ } }, "fluorescence": { - "value": 4271901, + "value": 4271901.0, "unit": "RFU" } } @@ -38780,10 +38780,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -38848,8 +38848,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -38867,7 +38867,7 @@ } }, "fluorescence": { - "value": 3561851, + "value": 3561851.0, "unit": "RFU" } } @@ -38881,10 +38881,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -38949,8 +38949,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -38968,7 +38968,7 @@ } }, "fluorescence": { - "value": 4859056, + "value": 4859056.0, "unit": "RFU" } } @@ -38982,10 +38982,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -39050,8 +39050,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -39069,7 +39069,7 @@ } }, "fluorescence": { - "value": 4860131, + "value": 4860131.0, "unit": "RFU" } } @@ -39083,10 +39083,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -39151,8 +39151,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -39170,7 +39170,7 @@ } }, "fluorescence": { - "value": 4724645, + "value": 4724645.0, "unit": "RFU" } } @@ -39184,10 +39184,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -39252,8 +39252,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -39271,7 +39271,7 @@ } }, "fluorescence": { - "value": 5235053, + "value": 5235053.0, "unit": "RFU" } } @@ -39285,10 +39285,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -39353,8 +39353,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -39372,7 +39372,7 @@ } }, "fluorescence": { - "value": 4234459, + "value": 4234459.0, "unit": "RFU" } } @@ -39386,10 +39386,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -39454,8 +39454,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -39473,7 +39473,7 @@ } }, "fluorescence": { - "value": 4231734, + "value": 4231734.0, "unit": "RFU" } } @@ -39487,10 +39487,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -39555,8 +39555,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -39574,7 +39574,7 @@ } }, "fluorescence": { - "value": 4786461, + "value": 4786461.0, "unit": "RFU" } } @@ -39588,10 +39588,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -39656,8 +39656,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -39675,7 +39675,7 @@ } }, "fluorescence": { - "value": 3664207, + "value": 3664207.0, "unit": "RFU" } } @@ -39689,10 +39689,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -39757,8 +39757,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -39776,7 +39776,7 @@ } }, "fluorescence": { - "value": 4455659, + "value": 4455659.0, "unit": "RFU" } } @@ -39790,10 +39790,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -39858,8 +39858,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -39877,7 +39877,7 @@ } }, "fluorescence": { - "value": 4279334, + "value": 4279334.0, "unit": "RFU" } } @@ -39891,10 +39891,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -39959,8 +39959,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -39978,7 +39978,7 @@ } }, "fluorescence": { - "value": 3979506, + "value": 3979506.0, "unit": "RFU" } } @@ -39992,10 +39992,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -40060,8 +40060,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -40079,7 +40079,7 @@ } }, "fluorescence": { - "value": 5009299, + "value": 5009299.0, "unit": "RFU" } } @@ -40093,10 +40093,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -40161,8 +40161,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -40180,7 +40180,7 @@ } }, "fluorescence": { - "value": 5242914, + "value": 5242914.0, "unit": "RFU" } } @@ -40194,10 +40194,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -40262,8 +40262,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -40281,7 +40281,7 @@ } }, "fluorescence": { - "value": 4548177, + "value": 4548177.0, "unit": "RFU" } } @@ -40295,10 +40295,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -40363,8 +40363,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -40382,7 +40382,7 @@ } }, "fluorescence": { - "value": 5191539, + "value": 5191539.0, "unit": "RFU" } } @@ -40396,10 +40396,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -40464,8 +40464,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -40483,7 +40483,7 @@ } }, "fluorescence": { - "value": 5310934, + "value": 5310934.0, "unit": "RFU" } } @@ -40497,10 +40497,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -40565,8 +40565,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -40584,7 +40584,7 @@ } }, "fluorescence": { - "value": 4719495, + "value": 4719495.0, "unit": "RFU" } } @@ -40598,10 +40598,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -40666,8 +40666,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -40685,7 +40685,7 @@ } }, "fluorescence": { - "value": 4006335, + "value": 4006335.0, "unit": "RFU" } } @@ -40699,10 +40699,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -40767,8 +40767,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -40786,7 +40786,7 @@ } }, "fluorescence": { - "value": 4732678, + "value": 4732678.0, "unit": "RFU" } } @@ -40800,10 +40800,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -40868,8 +40868,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -40887,7 +40887,7 @@ } }, "fluorescence": { - "value": 4452879, + "value": 4452879.0, "unit": "RFU" } } @@ -40901,10 +40901,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -40969,8 +40969,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -40988,7 +40988,7 @@ } }, "fluorescence": { - "value": 4425679, + "value": 4425679.0, "unit": "RFU" } } @@ -41002,10 +41002,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -41070,8 +41070,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -41089,7 +41089,7 @@ } }, "fluorescence": { - "value": 4762977, + "value": 4762977.0, "unit": "RFU" } } @@ -41103,10 +41103,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -41171,8 +41171,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -41190,7 +41190,7 @@ } }, "fluorescence": { - "value": 4939068, + "value": 4939068.0, "unit": "RFU" } } @@ -41204,10 +41204,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -41272,8 +41272,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -41291,7 +41291,7 @@ } }, "fluorescence": { - "value": 5039335, + "value": 5039335.0, "unit": "RFU" } } @@ -41305,10 +41305,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -41373,8 +41373,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -41392,7 +41392,7 @@ } }, "fluorescence": { - "value": 4242370, + "value": 4242370.0, "unit": "RFU" } } @@ -41406,10 +41406,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -41474,8 +41474,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -41493,7 +41493,7 @@ } }, "fluorescence": { - "value": 4386464, + "value": 4386464.0, "unit": "RFU" } } @@ -41507,10 +41507,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -41575,8 +41575,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -41594,7 +41594,7 @@ } }, "fluorescence": { - "value": 4610107, + "value": 4610107.0, "unit": "RFU" } } @@ -41608,10 +41608,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -41676,8 +41676,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -41695,7 +41695,7 @@ } }, "fluorescence": { - "value": 4710795, + "value": 4710795.0, "unit": "RFU" } } @@ -41709,10 +41709,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -41777,8 +41777,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -41796,7 +41796,7 @@ } }, "fluorescence": { - "value": 5157002, + "value": 5157002.0, "unit": "RFU" } } @@ -41810,10 +41810,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -41878,8 +41878,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -41897,7 +41897,7 @@ } }, "fluorescence": { - "value": 4457508, + "value": 4457508.0, "unit": "RFU" } } @@ -41911,10 +41911,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } }, @@ -41979,8 +41979,8 @@ "value": 19.32, "unit": "degC" }, - "Height of the plate": "14.35 mm", "Number of rows": 8.0, + "Height of the plate": "14.35 mm", "Number of columns": 12.0 } } @@ -41998,7 +41998,7 @@ } }, "fluorescence": { - "value": 5080334, + "value": 5080334.0, "unit": "RFU" } } @@ -42012,10 +42012,10 @@ "experimental data identifier": "3564", "container type": "well plate", "custom information document": { - "Protocol Name": "Qubit - JP", "Assay Exported": "11/10/2022 3:14:05 PM", + "Assay Started": "11/10/2022 3:09:07 PM", "Assay Finished": "11/10/2022 3:12:19 PM", - "Assay Started": "11/10/2022 3:09:07 PM" + "Protocol Name": "Qubit - JP" } } } @@ -42026,7 +42026,7 @@ "file name": "PE_Envision_fluorescence_example02.csv", "UNC path": "tests/parsers/perkin_elmer_envision/testdata/PE_Envision_fluorescence_example02.csv", "ASM converter name": "allotropy_perkinelmer_envision", - "ASM converter version": "0.1.105", + "ASM converter version": "0.1.113", "software name": "EnVision Workstation", "software version": "1.13.3009.1409" }, diff --git a/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_fluorescence_example03.json b/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_fluorescence_example03.json index f73f50248..9a5d67b69 100644 --- a/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_fluorescence_example03.json +++ b/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_fluorescence_example03.json @@ -39,9 +39,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -63,7 +63,7 @@ "unit": "degC" }, "fluorescence": { - "value": 512740, + "value": 512740.0, "unit": "RFU" } } @@ -78,9 +78,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -121,9 +121,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -144,7 +144,7 @@ "unit": "degC" }, "fluorescence": { - "value": 43140, + "value": 43140.0, "unit": "RFU" } } @@ -159,9 +159,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -202,9 +202,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -225,7 +225,7 @@ "unit": "degC" }, "fluorescence": { - "value": 27244, + "value": 27244.0, "unit": "RFU" } } @@ -240,9 +240,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -283,9 +283,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -306,7 +306,7 @@ "unit": "degC" }, "fluorescence": { - "value": 26600, + "value": 26600.0, "unit": "RFU" } } @@ -321,9 +321,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -364,9 +364,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -387,7 +387,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28196, + "value": 28196.0, "unit": "RFU" } } @@ -402,9 +402,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -445,9 +445,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -468,7 +468,7 @@ "unit": "degC" }, "fluorescence": { - "value": 27196, + "value": 27196.0, "unit": "RFU" } } @@ -483,9 +483,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -526,9 +526,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -549,7 +549,7 @@ "unit": "degC" }, "fluorescence": { - "value": 25632, + "value": 25632.0, "unit": "RFU" } } @@ -564,9 +564,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -607,9 +607,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -630,7 +630,7 @@ "unit": "degC" }, "fluorescence": { - "value": 26780, + "value": 26780.0, "unit": "RFU" } } @@ -645,9 +645,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -688,9 +688,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -711,7 +711,7 @@ "unit": "degC" }, "fluorescence": { - "value": 27820, + "value": 27820.0, "unit": "RFU" } } @@ -726,9 +726,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -769,9 +769,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -792,7 +792,7 @@ "unit": "degC" }, "fluorescence": { - "value": 25996, + "value": 25996.0, "unit": "RFU" } } @@ -807,9 +807,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -850,9 +850,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -873,7 +873,7 @@ "unit": "degC" }, "fluorescence": { - "value": 27444, + "value": 27444.0, "unit": "RFU" } } @@ -888,9 +888,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -931,9 +931,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -954,7 +954,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28504, + "value": 28504.0, "unit": "RFU" } } @@ -969,9 +969,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -1012,9 +1012,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -1035,7 +1035,7 @@ "unit": "degC" }, "fluorescence": { - "value": 26408, + "value": 26408.0, "unit": "RFU" } } @@ -1050,9 +1050,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -1093,9 +1093,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -1116,7 +1116,7 @@ "unit": "degC" }, "fluorescence": { - "value": 26804, + "value": 26804.0, "unit": "RFU" } } @@ -1131,9 +1131,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -1174,9 +1174,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -1197,7 +1197,7 @@ "unit": "degC" }, "fluorescence": { - "value": 25936, + "value": 25936.0, "unit": "RFU" } } @@ -1212,9 +1212,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -1255,9 +1255,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -1278,7 +1278,7 @@ "unit": "degC" }, "fluorescence": { - "value": 26040, + "value": 26040.0, "unit": "RFU" } } @@ -1293,9 +1293,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -1336,9 +1336,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -1359,7 +1359,7 @@ "unit": "degC" }, "fluorescence": { - "value": 26856, + "value": 26856.0, "unit": "RFU" } } @@ -1374,9 +1374,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -1417,9 +1417,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -1440,7 +1440,7 @@ "unit": "degC" }, "fluorescence": { - "value": 27108, + "value": 27108.0, "unit": "RFU" } } @@ -1455,9 +1455,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -1498,9 +1498,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -1521,7 +1521,7 @@ "unit": "degC" }, "fluorescence": { - "value": 25632, + "value": 25632.0, "unit": "RFU" } } @@ -1536,9 +1536,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -1579,9 +1579,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -1602,7 +1602,7 @@ "unit": "degC" }, "fluorescence": { - "value": 27200, + "value": 27200.0, "unit": "RFU" } } @@ -1617,9 +1617,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -1660,9 +1660,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -1683,7 +1683,7 @@ "unit": "degC" }, "fluorescence": { - "value": 26776, + "value": 26776.0, "unit": "RFU" } } @@ -1698,9 +1698,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -1741,9 +1741,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -1764,7 +1764,7 @@ "unit": "degC" }, "fluorescence": { - "value": 26076, + "value": 26076.0, "unit": "RFU" } } @@ -1779,9 +1779,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -1822,9 +1822,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -1845,7 +1845,7 @@ "unit": "degC" }, "fluorescence": { - "value": 25920, + "value": 25920.0, "unit": "RFU" } } @@ -1860,9 +1860,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -1903,9 +1903,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -1926,7 +1926,7 @@ "unit": "degC" }, "fluorescence": { - "value": 554048, + "value": 554048.0, "unit": "RFU" } } @@ -1941,9 +1941,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -1984,9 +1984,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -2007,7 +2007,7 @@ "unit": "degC" }, "fluorescence": { - "value": 428912, + "value": 428912.0, "unit": "RFU" } } @@ -2022,9 +2022,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -2065,9 +2065,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -2088,7 +2088,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30412, + "value": 30412.0, "unit": "RFU" } } @@ -2103,9 +2103,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -2146,9 +2146,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -2169,7 +2169,7 @@ "unit": "degC" }, "fluorescence": { - "value": 25536, + "value": 25536.0, "unit": "RFU" } } @@ -2184,9 +2184,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -2227,9 +2227,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -2250,7 +2250,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28388, + "value": 28388.0, "unit": "RFU" } } @@ -2265,9 +2265,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -2308,9 +2308,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -2331,7 +2331,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28224, + "value": 28224.0, "unit": "RFU" } } @@ -2346,9 +2346,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -2389,9 +2389,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -2412,7 +2412,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28680, + "value": 28680.0, "unit": "RFU" } } @@ -2427,9 +2427,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -2470,9 +2470,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -2493,7 +2493,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28912, + "value": 28912.0, "unit": "RFU" } } @@ -2508,9 +2508,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -2551,9 +2551,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -2574,7 +2574,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29128, + "value": 29128.0, "unit": "RFU" } } @@ -2589,9 +2589,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -2632,9 +2632,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -2655,7 +2655,7 @@ "unit": "degC" }, "fluorescence": { - "value": 26852, + "value": 26852.0, "unit": "RFU" } } @@ -2670,9 +2670,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -2713,9 +2713,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -2736,7 +2736,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28040, + "value": 28040.0, "unit": "RFU" } } @@ -2751,9 +2751,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -2794,9 +2794,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -2817,7 +2817,7 @@ "unit": "degC" }, "fluorescence": { - "value": 27996, + "value": 27996.0, "unit": "RFU" } } @@ -2832,9 +2832,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -2875,9 +2875,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -2898,7 +2898,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28564, + "value": 28564.0, "unit": "RFU" } } @@ -2913,9 +2913,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -2956,9 +2956,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -2979,7 +2979,7 @@ "unit": "degC" }, "fluorescence": { - "value": 27412, + "value": 27412.0, "unit": "RFU" } } @@ -2994,9 +2994,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -3037,9 +3037,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -3060,7 +3060,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30156, + "value": 30156.0, "unit": "RFU" } } @@ -3075,9 +3075,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -3118,9 +3118,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -3141,7 +3141,7 @@ "unit": "degC" }, "fluorescence": { - "value": 26908, + "value": 26908.0, "unit": "RFU" } } @@ -3156,9 +3156,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -3199,9 +3199,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -3222,7 +3222,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28860, + "value": 28860.0, "unit": "RFU" } } @@ -3237,9 +3237,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -3280,9 +3280,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -3303,7 +3303,7 @@ "unit": "degC" }, "fluorescence": { - "value": 27264, + "value": 27264.0, "unit": "RFU" } } @@ -3318,9 +3318,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -3361,9 +3361,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -3384,7 +3384,7 @@ "unit": "degC" }, "fluorescence": { - "value": 27592, + "value": 27592.0, "unit": "RFU" } } @@ -3399,9 +3399,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -3442,9 +3442,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -3465,7 +3465,7 @@ "unit": "degC" }, "fluorescence": { - "value": 27728, + "value": 27728.0, "unit": "RFU" } } @@ -3480,9 +3480,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -3523,9 +3523,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -3546,7 +3546,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28296, + "value": 28296.0, "unit": "RFU" } } @@ -3561,9 +3561,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -3604,9 +3604,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -3627,7 +3627,7 @@ "unit": "degC" }, "fluorescence": { - "value": 27772, + "value": 27772.0, "unit": "RFU" } } @@ -3642,9 +3642,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -3685,9 +3685,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -3708,7 +3708,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29212, + "value": 29212.0, "unit": "RFU" } } @@ -3723,9 +3723,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -3766,9 +3766,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -3789,7 +3789,7 @@ "unit": "degC" }, "fluorescence": { - "value": 27936, + "value": 27936.0, "unit": "RFU" } } @@ -3804,9 +3804,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -3847,9 +3847,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -3870,7 +3870,7 @@ "unit": "degC" }, "fluorescence": { - "value": 442244, + "value": 442244.0, "unit": "RFU" } } @@ -3885,9 +3885,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -3928,9 +3928,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -3951,7 +3951,7 @@ "unit": "degC" }, "fluorescence": { - "value": 237744, + "value": 237744.0, "unit": "RFU" } } @@ -3966,9 +3966,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -4009,9 +4009,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -4032,7 +4032,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29704, + "value": 29704.0, "unit": "RFU" } } @@ -4047,9 +4047,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -4090,9 +4090,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -4113,7 +4113,7 @@ "unit": "degC" }, "fluorescence": { - "value": 27556, + "value": 27556.0, "unit": "RFU" } } @@ -4128,9 +4128,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -4171,9 +4171,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -4194,7 +4194,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29540, + "value": 29540.0, "unit": "RFU" } } @@ -4209,9 +4209,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -4252,9 +4252,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -4275,7 +4275,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30036, + "value": 30036.0, "unit": "RFU" } } @@ -4290,9 +4290,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -4333,9 +4333,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -4356,7 +4356,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28712, + "value": 28712.0, "unit": "RFU" } } @@ -4371,9 +4371,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -4414,9 +4414,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -4437,7 +4437,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28276, + "value": 28276.0, "unit": "RFU" } } @@ -4452,9 +4452,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -4495,9 +4495,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -4518,7 +4518,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29656, + "value": 29656.0, "unit": "RFU" } } @@ -4533,9 +4533,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -4576,9 +4576,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -4599,7 +4599,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31664, + "value": 31664.0, "unit": "RFU" } } @@ -4614,9 +4614,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -4657,9 +4657,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -4680,7 +4680,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29096, + "value": 29096.0, "unit": "RFU" } } @@ -4695,9 +4695,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -4738,9 +4738,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -4761,7 +4761,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30260, + "value": 30260.0, "unit": "RFU" } } @@ -4776,9 +4776,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -4819,9 +4819,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -4842,7 +4842,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30252, + "value": 30252.0, "unit": "RFU" } } @@ -4857,9 +4857,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -4900,9 +4900,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -4923,7 +4923,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30028, + "value": 30028.0, "unit": "RFU" } } @@ -4938,9 +4938,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -4981,9 +4981,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -5004,7 +5004,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29296, + "value": 29296.0, "unit": "RFU" } } @@ -5019,9 +5019,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -5062,9 +5062,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -5085,7 +5085,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28600, + "value": 28600.0, "unit": "RFU" } } @@ -5100,9 +5100,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -5143,9 +5143,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -5166,7 +5166,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28668, + "value": 28668.0, "unit": "RFU" } } @@ -5181,9 +5181,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -5224,9 +5224,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -5247,7 +5247,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29328, + "value": 29328.0, "unit": "RFU" } } @@ -5262,9 +5262,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -5305,9 +5305,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -5328,7 +5328,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30380, + "value": 30380.0, "unit": "RFU" } } @@ -5343,9 +5343,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -5386,9 +5386,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -5409,7 +5409,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29908, + "value": 29908.0, "unit": "RFU" } } @@ -5424,9 +5424,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -5467,9 +5467,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -5490,7 +5490,7 @@ "unit": "degC" }, "fluorescence": { - "value": 27620, + "value": 27620.0, "unit": "RFU" } } @@ -5505,9 +5505,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -5548,9 +5548,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -5571,7 +5571,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31916, + "value": 31916.0, "unit": "RFU" } } @@ -5586,9 +5586,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -5629,9 +5629,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -5652,7 +5652,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28036, + "value": 28036.0, "unit": "RFU" } } @@ -5667,9 +5667,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -5710,9 +5710,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -5733,7 +5733,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28300, + "value": 28300.0, "unit": "RFU" } } @@ -5748,9 +5748,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -5791,9 +5791,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -5814,7 +5814,7 @@ "unit": "degC" }, "fluorescence": { - "value": 232476, + "value": 232476.0, "unit": "RFU" } } @@ -5829,9 +5829,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -5872,9 +5872,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -5895,7 +5895,7 @@ "unit": "degC" }, "fluorescence": { - "value": 97864, + "value": 97864.0, "unit": "RFU" } } @@ -5910,9 +5910,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -5953,9 +5953,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -5976,7 +5976,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29616, + "value": 29616.0, "unit": "RFU" } } @@ -5991,9 +5991,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -6034,9 +6034,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -6057,7 +6057,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28172, + "value": 28172.0, "unit": "RFU" } } @@ -6072,9 +6072,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -6115,9 +6115,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -6138,7 +6138,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29772, + "value": 29772.0, "unit": "RFU" } } @@ -6153,9 +6153,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -6196,9 +6196,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -6219,7 +6219,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28672, + "value": 28672.0, "unit": "RFU" } } @@ -6234,9 +6234,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -6277,9 +6277,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -6300,7 +6300,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30872, + "value": 30872.0, "unit": "RFU" } } @@ -6315,9 +6315,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -6358,9 +6358,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -6381,7 +6381,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30420, + "value": 30420.0, "unit": "RFU" } } @@ -6396,9 +6396,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -6439,9 +6439,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -6462,7 +6462,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29760, + "value": 29760.0, "unit": "RFU" } } @@ -6477,9 +6477,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -6520,9 +6520,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -6543,7 +6543,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30940, + "value": 30940.0, "unit": "RFU" } } @@ -6558,9 +6558,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -6601,9 +6601,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -6624,7 +6624,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30864, + "value": 30864.0, "unit": "RFU" } } @@ -6639,9 +6639,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -6682,9 +6682,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -6705,7 +6705,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30992, + "value": 30992.0, "unit": "RFU" } } @@ -6720,9 +6720,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -6763,9 +6763,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -6786,7 +6786,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29768, + "value": 29768.0, "unit": "RFU" } } @@ -6801,9 +6801,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -6844,9 +6844,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -6867,7 +6867,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29412, + "value": 29412.0, "unit": "RFU" } } @@ -6882,9 +6882,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -6925,9 +6925,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -6948,7 +6948,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29804, + "value": 29804.0, "unit": "RFU" } } @@ -6963,9 +6963,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -7006,9 +7006,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -7029,7 +7029,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31096, + "value": 31096.0, "unit": "RFU" } } @@ -7044,9 +7044,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -7087,9 +7087,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -7110,7 +7110,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30044, + "value": 30044.0, "unit": "RFU" } } @@ -7125,9 +7125,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -7168,9 +7168,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -7191,7 +7191,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29072, + "value": 29072.0, "unit": "RFU" } } @@ -7206,9 +7206,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -7249,9 +7249,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -7272,7 +7272,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29668, + "value": 29668.0, "unit": "RFU" } } @@ -7287,9 +7287,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -7330,9 +7330,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -7353,7 +7353,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31256, + "value": 31256.0, "unit": "RFU" } } @@ -7368,9 +7368,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -7411,9 +7411,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -7434,7 +7434,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30512, + "value": 30512.0, "unit": "RFU" } } @@ -7449,9 +7449,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -7492,9 +7492,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -7515,7 +7515,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28872, + "value": 28872.0, "unit": "RFU" } } @@ -7530,9 +7530,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -7573,9 +7573,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -7596,7 +7596,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30224, + "value": 30224.0, "unit": "RFU" } } @@ -7611,9 +7611,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -7654,9 +7654,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -7677,7 +7677,7 @@ "unit": "degC" }, "fluorescence": { - "value": 26964, + "value": 26964.0, "unit": "RFU" } } @@ -7692,9 +7692,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -7735,9 +7735,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -7758,7 +7758,7 @@ "unit": "degC" }, "fluorescence": { - "value": 100992, + "value": 100992.0, "unit": "RFU" } } @@ -7773,9 +7773,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -7816,9 +7816,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -7839,7 +7839,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36408, + "value": 36408.0, "unit": "RFU" } } @@ -7854,9 +7854,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -7897,9 +7897,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -7920,7 +7920,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29492, + "value": 29492.0, "unit": "RFU" } } @@ -7935,9 +7935,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -7978,9 +7978,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -8001,7 +8001,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28672, + "value": 28672.0, "unit": "RFU" } } @@ -8016,9 +8016,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -8059,9 +8059,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -8082,7 +8082,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29776, + "value": 29776.0, "unit": "RFU" } } @@ -8097,9 +8097,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -8140,9 +8140,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -8163,7 +8163,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29844, + "value": 29844.0, "unit": "RFU" } } @@ -8178,9 +8178,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -8221,9 +8221,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -8244,7 +8244,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28024, + "value": 28024.0, "unit": "RFU" } } @@ -8259,9 +8259,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -8302,9 +8302,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -8325,7 +8325,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28976, + "value": 28976.0, "unit": "RFU" } } @@ -8340,9 +8340,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -8383,9 +8383,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -8406,7 +8406,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28880, + "value": 28880.0, "unit": "RFU" } } @@ -8421,9 +8421,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -8464,9 +8464,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -8487,7 +8487,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29608, + "value": 29608.0, "unit": "RFU" } } @@ -8502,9 +8502,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -8545,9 +8545,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -8568,7 +8568,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29376, + "value": 29376.0, "unit": "RFU" } } @@ -8583,9 +8583,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -8626,9 +8626,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -8649,7 +8649,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31416, + "value": 31416.0, "unit": "RFU" } } @@ -8664,9 +8664,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -8707,9 +8707,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -8730,7 +8730,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31792, + "value": 31792.0, "unit": "RFU" } } @@ -8745,9 +8745,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -8788,9 +8788,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -8811,7 +8811,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31088, + "value": 31088.0, "unit": "RFU" } } @@ -8826,9 +8826,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -8869,9 +8869,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -8892,7 +8892,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31668, + "value": 31668.0, "unit": "RFU" } } @@ -8907,9 +8907,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -8950,9 +8950,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -8973,7 +8973,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30864, + "value": 30864.0, "unit": "RFU" } } @@ -8988,9 +8988,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -9031,9 +9031,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -9054,7 +9054,7 @@ "unit": "degC" }, "fluorescence": { - "value": 27808, + "value": 27808.0, "unit": "RFU" } } @@ -9069,9 +9069,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -9112,9 +9112,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -9135,7 +9135,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31400, + "value": 31400.0, "unit": "RFU" } } @@ -9150,9 +9150,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -9193,9 +9193,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -9216,7 +9216,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28620, + "value": 28620.0, "unit": "RFU" } } @@ -9231,9 +9231,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -9274,9 +9274,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -9297,7 +9297,7 @@ "unit": "degC" }, "fluorescence": { - "value": 27288, + "value": 27288.0, "unit": "RFU" } } @@ -9312,9 +9312,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -9355,9 +9355,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -9378,7 +9378,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29012, + "value": 29012.0, "unit": "RFU" } } @@ -9393,9 +9393,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -9436,9 +9436,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -9459,7 +9459,7 @@ "unit": "degC" }, "fluorescence": { - "value": 27312, + "value": 27312.0, "unit": "RFU" } } @@ -9474,9 +9474,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -9517,9 +9517,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -9540,7 +9540,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28548, + "value": 28548.0, "unit": "RFU" } } @@ -9555,9 +9555,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -9598,9 +9598,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -9621,7 +9621,7 @@ "unit": "degC" }, "fluorescence": { - "value": 27676, + "value": 27676.0, "unit": "RFU" } } @@ -9636,9 +9636,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -9679,9 +9679,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -9702,7 +9702,7 @@ "unit": "degC" }, "fluorescence": { - "value": 38020, + "value": 38020.0, "unit": "RFU" } } @@ -9717,9 +9717,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -9760,9 +9760,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -9783,7 +9783,7 @@ "unit": "degC" }, "fluorescence": { - "value": 15992, + "value": 15992.0, "unit": "RFU" } } @@ -9798,9 +9798,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -9841,9 +9841,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -9864,7 +9864,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31352, + "value": 31352.0, "unit": "RFU" } } @@ -9879,9 +9879,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -9922,9 +9922,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -9945,7 +9945,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31384, + "value": 31384.0, "unit": "RFU" } } @@ -9960,9 +9960,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -10003,9 +10003,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -10026,7 +10026,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29508, + "value": 29508.0, "unit": "RFU" } } @@ -10041,9 +10041,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -10084,9 +10084,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -10107,7 +10107,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31524, + "value": 31524.0, "unit": "RFU" } } @@ -10122,9 +10122,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -10165,9 +10165,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -10188,7 +10188,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30128, + "value": 30128.0, "unit": "RFU" } } @@ -10203,9 +10203,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -10246,9 +10246,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -10269,7 +10269,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32948, + "value": 32948.0, "unit": "RFU" } } @@ -10284,9 +10284,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -10327,9 +10327,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -10350,7 +10350,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31144, + "value": 31144.0, "unit": "RFU" } } @@ -10365,9 +10365,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -10408,9 +10408,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -10431,7 +10431,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30136, + "value": 30136.0, "unit": "RFU" } } @@ -10446,9 +10446,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -10489,9 +10489,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -10512,7 +10512,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30908, + "value": 30908.0, "unit": "RFU" } } @@ -10527,9 +10527,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -10570,9 +10570,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -10593,7 +10593,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28484, + "value": 28484.0, "unit": "RFU" } } @@ -10608,9 +10608,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -10651,9 +10651,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -10674,7 +10674,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30288, + "value": 30288.0, "unit": "RFU" } } @@ -10689,9 +10689,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -10732,9 +10732,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -10755,7 +10755,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29304, + "value": 29304.0, "unit": "RFU" } } @@ -10770,9 +10770,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -10813,9 +10813,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -10836,7 +10836,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30700, + "value": 30700.0, "unit": "RFU" } } @@ -10851,9 +10851,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -10894,9 +10894,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -10917,7 +10917,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29240, + "value": 29240.0, "unit": "RFU" } } @@ -10932,9 +10932,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -10975,9 +10975,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -10998,7 +10998,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28512, + "value": 28512.0, "unit": "RFU" } } @@ -11013,9 +11013,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -11056,9 +11056,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -11079,7 +11079,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30108, + "value": 30108.0, "unit": "RFU" } } @@ -11094,9 +11094,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -11137,9 +11137,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -11160,7 +11160,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28760, + "value": 28760.0, "unit": "RFU" } } @@ -11175,9 +11175,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -11218,9 +11218,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -11241,7 +11241,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28356, + "value": 28356.0, "unit": "RFU" } } @@ -11256,9 +11256,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -11299,9 +11299,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -11322,7 +11322,7 @@ "unit": "degC" }, "fluorescence": { - "value": 27880, + "value": 27880.0, "unit": "RFU" } } @@ -11337,9 +11337,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -11380,9 +11380,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -11403,7 +11403,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28336, + "value": 28336.0, "unit": "RFU" } } @@ -11418,9 +11418,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -11461,9 +11461,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -11484,7 +11484,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30052, + "value": 30052.0, "unit": "RFU" } } @@ -11499,9 +11499,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -11542,9 +11542,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -11565,7 +11565,7 @@ "unit": "degC" }, "fluorescence": { - "value": 27896, + "value": 27896.0, "unit": "RFU" } } @@ -11580,9 +11580,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -11623,9 +11623,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -11646,7 +11646,7 @@ "unit": "degC" }, "fluorescence": { - "value": 15440, + "value": 15440.0, "unit": "RFU" } } @@ -11661,9 +11661,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -11704,9 +11704,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -11727,7 +11727,7 @@ "unit": "degC" }, "fluorescence": { - "value": 7016, + "value": 7016.0, "unit": "RFU" } } @@ -11742,9 +11742,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -11785,9 +11785,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -11808,7 +11808,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29056, + "value": 29056.0, "unit": "RFU" } } @@ -11823,9 +11823,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -11866,9 +11866,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -11889,7 +11889,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31840, + "value": 31840.0, "unit": "RFU" } } @@ -11904,9 +11904,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -11947,9 +11947,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -11970,7 +11970,7 @@ "unit": "degC" }, "fluorescence": { - "value": 35172, + "value": 35172.0, "unit": "RFU" } } @@ -11985,9 +11985,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -12028,9 +12028,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -12051,7 +12051,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32160, + "value": 32160.0, "unit": "RFU" } } @@ -12066,9 +12066,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -12109,9 +12109,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -12132,7 +12132,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32108, + "value": 32108.0, "unit": "RFU" } } @@ -12147,9 +12147,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -12190,9 +12190,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -12213,7 +12213,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31496, + "value": 31496.0, "unit": "RFU" } } @@ -12228,9 +12228,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -12271,9 +12271,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -12294,7 +12294,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30676, + "value": 30676.0, "unit": "RFU" } } @@ -12309,9 +12309,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -12352,9 +12352,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -12375,7 +12375,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29128, + "value": 29128.0, "unit": "RFU" } } @@ -12390,9 +12390,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -12433,9 +12433,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -12456,7 +12456,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30628, + "value": 30628.0, "unit": "RFU" } } @@ -12471,9 +12471,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -12514,9 +12514,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -12537,7 +12537,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30268, + "value": 30268.0, "unit": "RFU" } } @@ -12552,9 +12552,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -12595,9 +12595,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -12618,7 +12618,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31128, + "value": 31128.0, "unit": "RFU" } } @@ -12633,9 +12633,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -12676,9 +12676,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -12699,7 +12699,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31340, + "value": 31340.0, "unit": "RFU" } } @@ -12714,9 +12714,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -12757,9 +12757,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -12780,7 +12780,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31892, + "value": 31892.0, "unit": "RFU" } } @@ -12795,9 +12795,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -12838,9 +12838,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -12861,7 +12861,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29064, + "value": 29064.0, "unit": "RFU" } } @@ -12876,9 +12876,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -12919,9 +12919,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -12942,7 +12942,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29940, + "value": 29940.0, "unit": "RFU" } } @@ -12957,9 +12957,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -13000,9 +13000,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -13023,7 +13023,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30572, + "value": 30572.0, "unit": "RFU" } } @@ -13038,9 +13038,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -13081,9 +13081,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -13104,7 +13104,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30492, + "value": 30492.0, "unit": "RFU" } } @@ -13119,9 +13119,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -13162,9 +13162,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -13185,7 +13185,7 @@ "unit": "degC" }, "fluorescence": { - "value": 27056, + "value": 27056.0, "unit": "RFU" } } @@ -13200,9 +13200,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -13243,9 +13243,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -13266,7 +13266,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28712, + "value": 28712.0, "unit": "RFU" } } @@ -13281,9 +13281,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -13324,9 +13324,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -13347,7 +13347,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29596, + "value": 29596.0, "unit": "RFU" } } @@ -13362,9 +13362,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -13405,9 +13405,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -13428,7 +13428,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30540, + "value": 30540.0, "unit": "RFU" } } @@ -13443,9 +13443,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -13486,9 +13486,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -13509,7 +13509,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30340, + "value": 30340.0, "unit": "RFU" } } @@ -13524,9 +13524,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -13567,9 +13567,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -13590,7 +13590,7 @@ "unit": "degC" }, "fluorescence": { - "value": 7164, + "value": 7164.0, "unit": "RFU" } } @@ -13605,9 +13605,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -13648,9 +13648,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -13671,7 +13671,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4368, + "value": 4368.0, "unit": "RFU" } } @@ -13686,9 +13686,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -13729,9 +13729,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -13752,7 +13752,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31500, + "value": 31500.0, "unit": "RFU" } } @@ -13767,9 +13767,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -13810,9 +13810,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -13833,7 +13833,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30348, + "value": 30348.0, "unit": "RFU" } } @@ -13848,9 +13848,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -13891,9 +13891,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -13914,7 +13914,7 @@ "unit": "degC" }, "fluorescence": { - "value": 35664, + "value": 35664.0, "unit": "RFU" } } @@ -13929,9 +13929,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -13972,9 +13972,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -13995,7 +13995,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29604, + "value": 29604.0, "unit": "RFU" } } @@ -14010,9 +14010,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -14053,9 +14053,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -14076,7 +14076,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28716, + "value": 28716.0, "unit": "RFU" } } @@ -14091,9 +14091,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -14134,9 +14134,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -14157,7 +14157,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30248, + "value": 30248.0, "unit": "RFU" } } @@ -14172,9 +14172,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -14215,9 +14215,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -14238,7 +14238,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32280, + "value": 32280.0, "unit": "RFU" } } @@ -14253,9 +14253,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -14296,9 +14296,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -14319,7 +14319,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32496, + "value": 32496.0, "unit": "RFU" } } @@ -14334,9 +14334,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -14377,9 +14377,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -14400,7 +14400,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32980, + "value": 32980.0, "unit": "RFU" } } @@ -14415,9 +14415,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -14458,9 +14458,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -14481,7 +14481,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30008, + "value": 30008.0, "unit": "RFU" } } @@ -14496,9 +14496,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -14539,9 +14539,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -14562,7 +14562,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32144, + "value": 32144.0, "unit": "RFU" } } @@ -14577,9 +14577,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -14620,9 +14620,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -14643,7 +14643,7 @@ "unit": "degC" }, "fluorescence": { - "value": 27316, + "value": 27316.0, "unit": "RFU" } } @@ -14658,9 +14658,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -14701,9 +14701,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -14724,7 +14724,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28596, + "value": 28596.0, "unit": "RFU" } } @@ -14739,9 +14739,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -14782,9 +14782,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -14805,7 +14805,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29464, + "value": 29464.0, "unit": "RFU" } } @@ -14820,9 +14820,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -14863,9 +14863,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -14886,7 +14886,7 @@ "unit": "degC" }, "fluorescence": { - "value": 24620, + "value": 24620.0, "unit": "RFU" } } @@ -14901,9 +14901,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -14944,9 +14944,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -14967,7 +14967,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31952, + "value": 31952.0, "unit": "RFU" } } @@ -14982,9 +14982,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -15025,9 +15025,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -15048,7 +15048,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29580, + "value": 29580.0, "unit": "RFU" } } @@ -15063,9 +15063,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -15106,9 +15106,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -15129,7 +15129,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28808, + "value": 28808.0, "unit": "RFU" } } @@ -15144,9 +15144,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -15187,9 +15187,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -15210,7 +15210,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30872, + "value": 30872.0, "unit": "RFU" } } @@ -15225,9 +15225,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -15268,9 +15268,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -15291,7 +15291,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29040, + "value": 29040.0, "unit": "RFU" } } @@ -15306,9 +15306,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -15349,9 +15349,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -15372,7 +15372,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31704, + "value": 31704.0, "unit": "RFU" } } @@ -15387,9 +15387,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -15430,9 +15430,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -15453,7 +15453,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31304, + "value": 31304.0, "unit": "RFU" } } @@ -15468,9 +15468,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -15511,9 +15511,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -15534,7 +15534,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4240, + "value": 4240.0, "unit": "RFU" } } @@ -15549,9 +15549,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -15592,9 +15592,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -15615,7 +15615,7 @@ "unit": "degC" }, "fluorescence": { - "value": 3092, + "value": 3092.0, "unit": "RFU" } } @@ -15630,9 +15630,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -15673,9 +15673,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -15696,7 +15696,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29852, + "value": 29852.0, "unit": "RFU" } } @@ -15711,9 +15711,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -15754,9 +15754,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -15777,7 +15777,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31676, + "value": 31676.0, "unit": "RFU" } } @@ -15792,9 +15792,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -15835,9 +15835,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -15858,7 +15858,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31460, + "value": 31460.0, "unit": "RFU" } } @@ -15873,9 +15873,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -15916,9 +15916,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -15939,7 +15939,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31220, + "value": 31220.0, "unit": "RFU" } } @@ -15954,9 +15954,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -15997,9 +15997,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -16020,7 +16020,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29788, + "value": 29788.0, "unit": "RFU" } } @@ -16035,9 +16035,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -16078,9 +16078,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -16101,7 +16101,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30732, + "value": 30732.0, "unit": "RFU" } } @@ -16116,9 +16116,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -16159,9 +16159,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -16182,7 +16182,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32552, + "value": 32552.0, "unit": "RFU" } } @@ -16197,9 +16197,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -16240,9 +16240,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -16263,7 +16263,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32472, + "value": 32472.0, "unit": "RFU" } } @@ -16278,9 +16278,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -16321,9 +16321,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -16344,7 +16344,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29600, + "value": 29600.0, "unit": "RFU" } } @@ -16359,9 +16359,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -16402,9 +16402,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -16425,7 +16425,7 @@ "unit": "degC" }, "fluorescence": { - "value": 27768, + "value": 27768.0, "unit": "RFU" } } @@ -16440,9 +16440,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -16483,9 +16483,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -16506,7 +16506,7 @@ "unit": "degC" }, "fluorescence": { - "value": 25788, + "value": 25788.0, "unit": "RFU" } } @@ -16521,9 +16521,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -16564,9 +16564,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -16587,7 +16587,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31896, + "value": 31896.0, "unit": "RFU" } } @@ -16602,9 +16602,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -16645,9 +16645,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -16668,7 +16668,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31736, + "value": 31736.0, "unit": "RFU" } } @@ -16683,9 +16683,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -16726,9 +16726,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -16749,7 +16749,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29632, + "value": 29632.0, "unit": "RFU" } } @@ -16764,9 +16764,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -16807,9 +16807,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -16830,7 +16830,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32292, + "value": 32292.0, "unit": "RFU" } } @@ -16845,9 +16845,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -16888,9 +16888,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -16911,7 +16911,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29752, + "value": 29752.0, "unit": "RFU" } } @@ -16926,9 +16926,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -16969,9 +16969,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -16992,7 +16992,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31412, + "value": 31412.0, "unit": "RFU" } } @@ -17007,9 +17007,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -17050,9 +17050,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -17073,7 +17073,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29996, + "value": 29996.0, "unit": "RFU" } } @@ -17088,9 +17088,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -17131,9 +17131,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -17154,7 +17154,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30664, + "value": 30664.0, "unit": "RFU" } } @@ -17169,9 +17169,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -17212,9 +17212,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -17235,7 +17235,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29972, + "value": 29972.0, "unit": "RFU" } } @@ -17250,9 +17250,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -17293,9 +17293,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -17316,7 +17316,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29596, + "value": 29596.0, "unit": "RFU" } } @@ -17331,9 +17331,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -17374,9 +17374,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -17397,7 +17397,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30292, + "value": 30292.0, "unit": "RFU" } } @@ -17412,9 +17412,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -17455,9 +17455,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -17478,7 +17478,7 @@ "unit": "degC" }, "fluorescence": { - "value": 2940, + "value": 2940.0, "unit": "RFU" } } @@ -17493,9 +17493,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -17536,9 +17536,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -17559,7 +17559,7 @@ "unit": "degC" }, "fluorescence": { - "value": 2804, + "value": 2804.0, "unit": "RFU" } } @@ -17574,9 +17574,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -17617,9 +17617,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -17640,7 +17640,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32428, + "value": 32428.0, "unit": "RFU" } } @@ -17655,9 +17655,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -17698,9 +17698,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -17721,7 +17721,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32308, + "value": 32308.0, "unit": "RFU" } } @@ -17736,9 +17736,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -17779,9 +17779,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -17802,7 +17802,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31204, + "value": 31204.0, "unit": "RFU" } } @@ -17817,9 +17817,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -17860,9 +17860,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -17883,7 +17883,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31232, + "value": 31232.0, "unit": "RFU" } } @@ -17898,9 +17898,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -17941,9 +17941,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -17964,7 +17964,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30396, + "value": 30396.0, "unit": "RFU" } } @@ -17979,9 +17979,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -18022,9 +18022,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -18045,7 +18045,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31364, + "value": 31364.0, "unit": "RFU" } } @@ -18060,9 +18060,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -18103,9 +18103,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -18126,7 +18126,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29044, + "value": 29044.0, "unit": "RFU" } } @@ -18141,9 +18141,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -18184,9 +18184,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -18207,7 +18207,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31716, + "value": 31716.0, "unit": "RFU" } } @@ -18222,9 +18222,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -18265,9 +18265,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -18288,7 +18288,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31616, + "value": 31616.0, "unit": "RFU" } } @@ -18303,9 +18303,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -18346,9 +18346,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -18369,7 +18369,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31452, + "value": 31452.0, "unit": "RFU" } } @@ -18384,9 +18384,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -18427,9 +18427,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -18450,7 +18450,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32824, + "value": 32824.0, "unit": "RFU" } } @@ -18465,9 +18465,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -18508,9 +18508,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -18531,7 +18531,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31396, + "value": 31396.0, "unit": "RFU" } } @@ -18546,9 +18546,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -18589,9 +18589,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -18612,7 +18612,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30424, + "value": 30424.0, "unit": "RFU" } } @@ -18627,9 +18627,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -18670,9 +18670,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -18693,7 +18693,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32984, + "value": 32984.0, "unit": "RFU" } } @@ -18708,9 +18708,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -18751,9 +18751,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -18774,7 +18774,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31660, + "value": 31660.0, "unit": "RFU" } } @@ -18789,9 +18789,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -18832,9 +18832,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -18855,7 +18855,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32688, + "value": 32688.0, "unit": "RFU" } } @@ -18870,9 +18870,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -18913,9 +18913,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -18936,7 +18936,7 @@ "unit": "degC" }, "fluorescence": { - "value": 33516, + "value": 33516.0, "unit": "RFU" } } @@ -18951,9 +18951,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -18994,9 +18994,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -19017,7 +19017,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30004, + "value": 30004.0, "unit": "RFU" } } @@ -19032,9 +19032,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -19075,9 +19075,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -19098,7 +19098,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32056, + "value": 32056.0, "unit": "RFU" } } @@ -19113,9 +19113,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -19156,9 +19156,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -19179,7 +19179,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31720, + "value": 31720.0, "unit": "RFU" } } @@ -19194,9 +19194,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -19237,9 +19237,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -19260,7 +19260,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31744, + "value": 31744.0, "unit": "RFU" } } @@ -19275,9 +19275,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -19318,9 +19318,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -19341,7 +19341,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29184, + "value": 29184.0, "unit": "RFU" } } @@ -19356,9 +19356,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -19399,9 +19399,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -19422,7 +19422,7 @@ "unit": "degC" }, "fluorescence": { - "value": 2884, + "value": 2884.0, "unit": "RFU" } } @@ -19437,9 +19437,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -19480,9 +19480,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -19503,7 +19503,7 @@ "unit": "degC" }, "fluorescence": { - "value": 2808, + "value": 2808.0, "unit": "RFU" } } @@ -19518,9 +19518,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -19561,9 +19561,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -19584,7 +19584,7 @@ "unit": "degC" }, "fluorescence": { - "value": 27288, + "value": 27288.0, "unit": "RFU" } } @@ -19599,9 +19599,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -19642,9 +19642,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -19665,7 +19665,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31016, + "value": 31016.0, "unit": "RFU" } } @@ -19680,9 +19680,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -19723,9 +19723,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -19746,7 +19746,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31368, + "value": 31368.0, "unit": "RFU" } } @@ -19761,9 +19761,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -19804,9 +19804,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -19827,7 +19827,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31828, + "value": 31828.0, "unit": "RFU" } } @@ -19842,9 +19842,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -19885,9 +19885,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -19908,7 +19908,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30320, + "value": 30320.0, "unit": "RFU" } } @@ -19923,9 +19923,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -19966,9 +19966,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -19989,7 +19989,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31596, + "value": 31596.0, "unit": "RFU" } } @@ -20004,9 +20004,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -20047,9 +20047,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -20070,7 +20070,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31012, + "value": 31012.0, "unit": "RFU" } } @@ -20085,9 +20085,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -20128,9 +20128,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -20151,7 +20151,7 @@ "unit": "degC" }, "fluorescence": { - "value": 35044, + "value": 35044.0, "unit": "RFU" } } @@ -20166,9 +20166,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -20209,9 +20209,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -20232,7 +20232,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32948, + "value": 32948.0, "unit": "RFU" } } @@ -20247,9 +20247,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -20290,9 +20290,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -20313,7 +20313,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31692, + "value": 31692.0, "unit": "RFU" } } @@ -20328,9 +20328,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -20371,9 +20371,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -20394,7 +20394,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30488, + "value": 30488.0, "unit": "RFU" } } @@ -20409,9 +20409,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -20452,9 +20452,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -20475,7 +20475,7 @@ "unit": "degC" }, "fluorescence": { - "value": 34116, + "value": 34116.0, "unit": "RFU" } } @@ -20490,9 +20490,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -20533,9 +20533,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -20556,7 +20556,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32176, + "value": 32176.0, "unit": "RFU" } } @@ -20571,9 +20571,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -20614,9 +20614,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -20637,7 +20637,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32824, + "value": 32824.0, "unit": "RFU" } } @@ -20652,9 +20652,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -20695,9 +20695,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -20718,7 +20718,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30696, + "value": 30696.0, "unit": "RFU" } } @@ -20733,9 +20733,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -20776,9 +20776,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -20799,7 +20799,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31880, + "value": 31880.0, "unit": "RFU" } } @@ -20814,9 +20814,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -20857,9 +20857,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -20880,7 +20880,7 @@ "unit": "degC" }, "fluorescence": { - "value": 33096, + "value": 33096.0, "unit": "RFU" } } @@ -20895,9 +20895,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -20938,9 +20938,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -20961,7 +20961,7 @@ "unit": "degC" }, "fluorescence": { - "value": 27436, + "value": 27436.0, "unit": "RFU" } } @@ -20976,9 +20976,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -21019,9 +21019,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -21042,7 +21042,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29680, + "value": 29680.0, "unit": "RFU" } } @@ -21057,9 +21057,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -21100,9 +21100,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -21123,7 +21123,7 @@ "unit": "degC" }, "fluorescence": { - "value": 34788, + "value": 34788.0, "unit": "RFU" } } @@ -21138,9 +21138,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -21181,9 +21181,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -21204,7 +21204,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30928, + "value": 30928.0, "unit": "RFU" } } @@ -21219,9 +21219,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -21262,9 +21262,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -21285,7 +21285,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30364, + "value": 30364.0, "unit": "RFU" } } @@ -21300,9 +21300,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -21343,9 +21343,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -21366,7 +21366,7 @@ "unit": "degC" }, "fluorescence": { - "value": 2780, + "value": 2780.0, "unit": "RFU" } } @@ -21381,9 +21381,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -21424,9 +21424,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -21447,7 +21447,7 @@ "unit": "degC" }, "fluorescence": { - "value": 2608, + "value": 2608.0, "unit": "RFU" } } @@ -21462,9 +21462,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -21505,9 +21505,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -21528,7 +21528,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31380, + "value": 31380.0, "unit": "RFU" } } @@ -21543,9 +21543,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -21586,9 +21586,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -21609,7 +21609,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30656, + "value": 30656.0, "unit": "RFU" } } @@ -21624,9 +21624,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -21667,9 +21667,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -21690,7 +21690,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32144, + "value": 32144.0, "unit": "RFU" } } @@ -21705,9 +21705,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -21748,9 +21748,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -21771,7 +21771,7 @@ "unit": "degC" }, "fluorescence": { - "value": 33308, + "value": 33308.0, "unit": "RFU" } } @@ -21786,9 +21786,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -21829,9 +21829,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -21852,7 +21852,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30044, + "value": 30044.0, "unit": "RFU" } } @@ -21867,9 +21867,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -21910,9 +21910,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -21933,7 +21933,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31088, + "value": 31088.0, "unit": "RFU" } } @@ -21948,9 +21948,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -21991,9 +21991,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -22014,7 +22014,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30840, + "value": 30840.0, "unit": "RFU" } } @@ -22029,9 +22029,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -22072,9 +22072,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -22095,7 +22095,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32332, + "value": 32332.0, "unit": "RFU" } } @@ -22110,9 +22110,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -22153,9 +22153,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -22176,7 +22176,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32088, + "value": 32088.0, "unit": "RFU" } } @@ -22191,9 +22191,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -22234,9 +22234,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -22257,7 +22257,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32132, + "value": 32132.0, "unit": "RFU" } } @@ -22272,9 +22272,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -22315,9 +22315,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -22338,7 +22338,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32948, + "value": 32948.0, "unit": "RFU" } } @@ -22353,9 +22353,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -22396,9 +22396,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -22419,7 +22419,7 @@ "unit": "degC" }, "fluorescence": { - "value": 35416, + "value": 35416.0, "unit": "RFU" } } @@ -22434,9 +22434,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -22477,9 +22477,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -22500,7 +22500,7 @@ "unit": "degC" }, "fluorescence": { - "value": 37084, + "value": 37084.0, "unit": "RFU" } } @@ -22515,9 +22515,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -22558,9 +22558,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -22581,7 +22581,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31048, + "value": 31048.0, "unit": "RFU" } } @@ -22596,9 +22596,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -22639,9 +22639,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -22662,7 +22662,7 @@ "unit": "degC" }, "fluorescence": { - "value": 35832, + "value": 35832.0, "unit": "RFU" } } @@ -22677,9 +22677,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -22720,9 +22720,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -22743,7 +22743,7 @@ "unit": "degC" }, "fluorescence": { - "value": 35624, + "value": 35624.0, "unit": "RFU" } } @@ -22758,9 +22758,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -22801,9 +22801,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -22824,7 +22824,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31432, + "value": 31432.0, "unit": "RFU" } } @@ -22839,9 +22839,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -22882,9 +22882,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -22905,7 +22905,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29284, + "value": 29284.0, "unit": "RFU" } } @@ -22920,9 +22920,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -22963,9 +22963,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -22986,7 +22986,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32272, + "value": 32272.0, "unit": "RFU" } } @@ -23001,9 +23001,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -23044,9 +23044,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -23067,7 +23067,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31040, + "value": 31040.0, "unit": "RFU" } } @@ -23082,9 +23082,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -23125,9 +23125,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -23148,7 +23148,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31504, + "value": 31504.0, "unit": "RFU" } } @@ -23163,9 +23163,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -23206,9 +23206,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -23229,7 +23229,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31952, + "value": 31952.0, "unit": "RFU" } } @@ -23244,9 +23244,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -23287,9 +23287,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -23310,7 +23310,7 @@ "unit": "degC" }, "fluorescence": { - "value": 2668, + "value": 2668.0, "unit": "RFU" } } @@ -23325,9 +23325,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -23368,9 +23368,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -23391,7 +23391,7 @@ "unit": "degC" }, "fluorescence": { - "value": 2556, + "value": 2556.0, "unit": "RFU" } } @@ -23406,9 +23406,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -23449,9 +23449,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -23472,7 +23472,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30964, + "value": 30964.0, "unit": "RFU" } } @@ -23487,9 +23487,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -23530,9 +23530,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -23553,7 +23553,7 @@ "unit": "degC" }, "fluorescence": { - "value": 27216, + "value": 27216.0, "unit": "RFU" } } @@ -23568,9 +23568,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -23611,9 +23611,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -23634,7 +23634,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32488, + "value": 32488.0, "unit": "RFU" } } @@ -23649,9 +23649,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -23692,9 +23692,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -23715,7 +23715,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32464, + "value": 32464.0, "unit": "RFU" } } @@ -23730,9 +23730,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -23773,9 +23773,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -23796,7 +23796,7 @@ "unit": "degC" }, "fluorescence": { - "value": 35180, + "value": 35180.0, "unit": "RFU" } } @@ -23811,9 +23811,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -23854,9 +23854,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -23877,7 +23877,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32944, + "value": 32944.0, "unit": "RFU" } } @@ -23892,9 +23892,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -23935,9 +23935,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -23958,7 +23958,7 @@ "unit": "degC" }, "fluorescence": { - "value": 33900, + "value": 33900.0, "unit": "RFU" } } @@ -23973,9 +23973,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -24016,9 +24016,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -24039,7 +24039,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31704, + "value": 31704.0, "unit": "RFU" } } @@ -24054,9 +24054,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -24097,9 +24097,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -24120,7 +24120,7 @@ "unit": "degC" }, "fluorescence": { - "value": 35612, + "value": 35612.0, "unit": "RFU" } } @@ -24135,9 +24135,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -24178,9 +24178,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -24201,7 +24201,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31420, + "value": 31420.0, "unit": "RFU" } } @@ -24216,9 +24216,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -24259,9 +24259,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -24282,7 +24282,7 @@ "unit": "degC" }, "fluorescence": { - "value": 33700, + "value": 33700.0, "unit": "RFU" } } @@ -24297,9 +24297,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -24340,9 +24340,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -24363,7 +24363,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32888, + "value": 32888.0, "unit": "RFU" } } @@ -24378,9 +24378,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -24421,9 +24421,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -24444,7 +24444,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31216, + "value": 31216.0, "unit": "RFU" } } @@ -24459,9 +24459,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -24502,9 +24502,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -24525,7 +24525,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32188, + "value": 32188.0, "unit": "RFU" } } @@ -24540,9 +24540,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -24583,9 +24583,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -24606,7 +24606,7 @@ "unit": "degC" }, "fluorescence": { - "value": 33092, + "value": 33092.0, "unit": "RFU" } } @@ -24621,9 +24621,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -24664,9 +24664,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -24687,7 +24687,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32620, + "value": 32620.0, "unit": "RFU" } } @@ -24702,9 +24702,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -24745,9 +24745,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -24768,7 +24768,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32360, + "value": 32360.0, "unit": "RFU" } } @@ -24783,9 +24783,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -24826,9 +24826,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -24849,7 +24849,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32760, + "value": 32760.0, "unit": "RFU" } } @@ -24864,9 +24864,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -24907,9 +24907,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -24930,7 +24930,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31944, + "value": 31944.0, "unit": "RFU" } } @@ -24945,9 +24945,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -24988,9 +24988,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -25011,7 +25011,7 @@ "unit": "degC" }, "fluorescence": { - "value": 33604, + "value": 33604.0, "unit": "RFU" } } @@ -25026,9 +25026,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -25069,9 +25069,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -25092,7 +25092,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31424, + "value": 31424.0, "unit": "RFU" } } @@ -25107,9 +25107,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -25150,9 +25150,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -25173,7 +25173,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30580, + "value": 30580.0, "unit": "RFU" } } @@ -25188,9 +25188,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -25231,9 +25231,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -25254,7 +25254,7 @@ "unit": "degC" }, "fluorescence": { - "value": 2568, + "value": 2568.0, "unit": "RFU" } } @@ -25269,9 +25269,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -25312,9 +25312,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -25335,7 +25335,7 @@ "unit": "degC" }, "fluorescence": { - "value": 2452, + "value": 2452.0, "unit": "RFU" } } @@ -25350,9 +25350,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -25393,9 +25393,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -25416,7 +25416,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31136, + "value": 31136.0, "unit": "RFU" } } @@ -25431,9 +25431,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -25474,9 +25474,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -25497,7 +25497,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29300, + "value": 29300.0, "unit": "RFU" } } @@ -25512,9 +25512,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -25555,9 +25555,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -25578,7 +25578,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32952, + "value": 32952.0, "unit": "RFU" } } @@ -25593,9 +25593,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -25636,9 +25636,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -25659,7 +25659,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30712, + "value": 30712.0, "unit": "RFU" } } @@ -25674,9 +25674,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -25717,9 +25717,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -25740,7 +25740,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31308, + "value": 31308.0, "unit": "RFU" } } @@ -25755,9 +25755,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -25798,9 +25798,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -25821,7 +25821,7 @@ "unit": "degC" }, "fluorescence": { - "value": 33508, + "value": 33508.0, "unit": "RFU" } } @@ -25836,9 +25836,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -25879,9 +25879,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -25902,7 +25902,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32192, + "value": 32192.0, "unit": "RFU" } } @@ -25917,9 +25917,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -25960,9 +25960,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -25983,7 +25983,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30948, + "value": 30948.0, "unit": "RFU" } } @@ -25998,9 +25998,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -26041,9 +26041,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -26064,7 +26064,7 @@ "unit": "degC" }, "fluorescence": { - "value": 33448, + "value": 33448.0, "unit": "RFU" } } @@ -26079,9 +26079,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -26122,9 +26122,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -26145,7 +26145,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31080, + "value": 31080.0, "unit": "RFU" } } @@ -26160,9 +26160,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -26203,9 +26203,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -26226,7 +26226,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32808, + "value": 32808.0, "unit": "RFU" } } @@ -26241,9 +26241,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -26284,9 +26284,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -26307,7 +26307,7 @@ "unit": "degC" }, "fluorescence": { - "value": 33528, + "value": 33528.0, "unit": "RFU" } } @@ -26322,9 +26322,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -26365,9 +26365,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -26388,7 +26388,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32112, + "value": 32112.0, "unit": "RFU" } } @@ -26403,9 +26403,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -26446,9 +26446,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -26469,7 +26469,7 @@ "unit": "degC" }, "fluorescence": { - "value": 33248, + "value": 33248.0, "unit": "RFU" } } @@ -26484,9 +26484,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -26527,9 +26527,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -26550,7 +26550,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31176, + "value": 31176.0, "unit": "RFU" } } @@ -26565,9 +26565,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -26608,9 +26608,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -26631,7 +26631,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32816, + "value": 32816.0, "unit": "RFU" } } @@ -26646,9 +26646,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -26689,9 +26689,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -26712,7 +26712,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32480, + "value": 32480.0, "unit": "RFU" } } @@ -26727,9 +26727,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -26770,9 +26770,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -26793,7 +26793,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31108, + "value": 31108.0, "unit": "RFU" } } @@ -26808,9 +26808,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -26851,9 +26851,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -26874,7 +26874,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31884, + "value": 31884.0, "unit": "RFU" } } @@ -26889,9 +26889,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -26932,9 +26932,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -26955,7 +26955,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32528, + "value": 32528.0, "unit": "RFU" } } @@ -26970,9 +26970,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -27013,9 +27013,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -27036,7 +27036,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30696, + "value": 30696.0, "unit": "RFU" } } @@ -27051,9 +27051,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -27094,9 +27094,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -27117,7 +27117,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29296, + "value": 29296.0, "unit": "RFU" } } @@ -27132,9 +27132,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -27175,9 +27175,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -27198,7 +27198,7 @@ "unit": "degC" }, "fluorescence": { - "value": 2636, + "value": 2636.0, "unit": "RFU" } } @@ -27213,9 +27213,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -27256,9 +27256,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -27279,7 +27279,7 @@ "unit": "degC" }, "fluorescence": { - "value": 2488, + "value": 2488.0, "unit": "RFU" } } @@ -27294,9 +27294,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -27337,9 +27337,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -27360,7 +27360,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28752, + "value": 28752.0, "unit": "RFU" } } @@ -27375,9 +27375,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -27418,9 +27418,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -27441,7 +27441,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32684, + "value": 32684.0, "unit": "RFU" } } @@ -27456,9 +27456,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -27499,9 +27499,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -27522,7 +27522,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30888, + "value": 30888.0, "unit": "RFU" } } @@ -27537,9 +27537,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -27580,9 +27580,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -27603,7 +27603,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32848, + "value": 32848.0, "unit": "RFU" } } @@ -27618,9 +27618,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -27661,9 +27661,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -27684,7 +27684,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31916, + "value": 31916.0, "unit": "RFU" } } @@ -27699,9 +27699,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -27742,9 +27742,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -27765,7 +27765,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30976, + "value": 30976.0, "unit": "RFU" } } @@ -27780,9 +27780,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -27823,9 +27823,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -27846,7 +27846,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31320, + "value": 31320.0, "unit": "RFU" } } @@ -27861,9 +27861,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -27904,9 +27904,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -27927,7 +27927,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32456, + "value": 32456.0, "unit": "RFU" } } @@ -27942,9 +27942,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -27985,9 +27985,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -28008,7 +28008,7 @@ "unit": "degC" }, "fluorescence": { - "value": 33784, + "value": 33784.0, "unit": "RFU" } } @@ -28023,9 +28023,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -28066,9 +28066,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -28089,7 +28089,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32096, + "value": 32096.0, "unit": "RFU" } } @@ -28104,9 +28104,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -28147,9 +28147,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -28170,7 +28170,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31780, + "value": 31780.0, "unit": "RFU" } } @@ -28185,9 +28185,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -28228,9 +28228,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -28251,7 +28251,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32716, + "value": 32716.0, "unit": "RFU" } } @@ -28266,9 +28266,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -28309,9 +28309,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -28332,7 +28332,7 @@ "unit": "degC" }, "fluorescence": { - "value": 33732, + "value": 33732.0, "unit": "RFU" } } @@ -28347,9 +28347,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -28390,9 +28390,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -28413,7 +28413,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32784, + "value": 32784.0, "unit": "RFU" } } @@ -28428,9 +28428,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -28471,9 +28471,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -28494,7 +28494,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31420, + "value": 31420.0, "unit": "RFU" } } @@ -28509,9 +28509,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -28552,9 +28552,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -28575,7 +28575,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30364, + "value": 30364.0, "unit": "RFU" } } @@ -28590,9 +28590,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -28633,9 +28633,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -28656,7 +28656,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32488, + "value": 32488.0, "unit": "RFU" } } @@ -28671,9 +28671,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -28714,9 +28714,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -28737,7 +28737,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32792, + "value": 32792.0, "unit": "RFU" } } @@ -28752,9 +28752,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -28795,9 +28795,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -28818,7 +28818,7 @@ "unit": "degC" }, "fluorescence": { - "value": 33048, + "value": 33048.0, "unit": "RFU" } } @@ -28833,9 +28833,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -28876,9 +28876,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -28899,7 +28899,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30320, + "value": 30320.0, "unit": "RFU" } } @@ -28914,9 +28914,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -28957,9 +28957,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -28980,7 +28980,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31384, + "value": 31384.0, "unit": "RFU" } } @@ -28995,9 +28995,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -29038,9 +29038,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -29061,7 +29061,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31400, + "value": 31400.0, "unit": "RFU" } } @@ -29076,9 +29076,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -29119,9 +29119,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -29142,7 +29142,7 @@ "unit": "degC" }, "fluorescence": { - "value": 2596, + "value": 2596.0, "unit": "RFU" } } @@ -29157,9 +29157,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -29200,9 +29200,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -29223,7 +29223,7 @@ "unit": "degC" }, "fluorescence": { - "value": 2600, + "value": 2600.0, "unit": "RFU" } } @@ -29238,9 +29238,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -29281,9 +29281,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -29304,7 +29304,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28884, + "value": 28884.0, "unit": "RFU" } } @@ -29319,9 +29319,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -29362,9 +29362,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -29385,7 +29385,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31564, + "value": 31564.0, "unit": "RFU" } } @@ -29400,9 +29400,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -29443,9 +29443,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -29466,7 +29466,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30208, + "value": 30208.0, "unit": "RFU" } } @@ -29481,9 +29481,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -29524,9 +29524,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -29547,7 +29547,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31324, + "value": 31324.0, "unit": "RFU" } } @@ -29562,9 +29562,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -29605,9 +29605,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -29628,7 +29628,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31328, + "value": 31328.0, "unit": "RFU" } } @@ -29643,9 +29643,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -29686,9 +29686,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -29709,7 +29709,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32692, + "value": 32692.0, "unit": "RFU" } } @@ -29724,9 +29724,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -29767,9 +29767,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -29790,7 +29790,7 @@ "unit": "degC" }, "fluorescence": { - "value": 29580, + "value": 29580.0, "unit": "RFU" } } @@ -29805,9 +29805,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -29848,9 +29848,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -29871,7 +29871,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28996, + "value": 28996.0, "unit": "RFU" } } @@ -29886,9 +29886,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -29929,9 +29929,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -29952,7 +29952,7 @@ "unit": "degC" }, "fluorescence": { - "value": 34300, + "value": 34300.0, "unit": "RFU" } } @@ -29967,9 +29967,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -30010,9 +30010,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -30033,7 +30033,7 @@ "unit": "degC" }, "fluorescence": { - "value": 35692, + "value": 35692.0, "unit": "RFU" } } @@ -30048,9 +30048,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -30091,9 +30091,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -30114,7 +30114,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32328, + "value": 32328.0, "unit": "RFU" } } @@ -30129,9 +30129,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -30172,9 +30172,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -30195,7 +30195,7 @@ "unit": "degC" }, "fluorescence": { - "value": 33936, + "value": 33936.0, "unit": "RFU" } } @@ -30210,9 +30210,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -30253,9 +30253,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -30276,7 +30276,7 @@ "unit": "degC" }, "fluorescence": { - "value": 33324, + "value": 33324.0, "unit": "RFU" } } @@ -30291,9 +30291,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -30334,9 +30334,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -30357,7 +30357,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31872, + "value": 31872.0, "unit": "RFU" } } @@ -30372,9 +30372,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -30415,9 +30415,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -30438,7 +30438,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32100, + "value": 32100.0, "unit": "RFU" } } @@ -30453,9 +30453,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -30496,9 +30496,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -30519,7 +30519,7 @@ "unit": "degC" }, "fluorescence": { - "value": 33284, + "value": 33284.0, "unit": "RFU" } } @@ -30534,9 +30534,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -30577,9 +30577,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -30600,7 +30600,7 @@ "unit": "degC" }, "fluorescence": { - "value": 33368, + "value": 33368.0, "unit": "RFU" } } @@ -30615,9 +30615,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -30658,9 +30658,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -30681,7 +30681,7 @@ "unit": "degC" }, "fluorescence": { - "value": 31500, + "value": 31500.0, "unit": "RFU" } } @@ -30696,9 +30696,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -30739,9 +30739,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -30762,7 +30762,7 @@ "unit": "degC" }, "fluorescence": { - "value": 34380, + "value": 34380.0, "unit": "RFU" } } @@ -30777,9 +30777,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -30820,9 +30820,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -30843,7 +30843,7 @@ "unit": "degC" }, "fluorescence": { - "value": 33668, + "value": 33668.0, "unit": "RFU" } } @@ -30858,9 +30858,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -30901,9 +30901,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -30924,7 +30924,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30996, + "value": 30996.0, "unit": "RFU" } } @@ -30939,9 +30939,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -30982,9 +30982,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -31005,7 +31005,7 @@ "unit": "degC" }, "fluorescence": { - "value": 30812, + "value": 30812.0, "unit": "RFU" } } @@ -31020,9 +31020,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } }, @@ -31063,9 +31063,9 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Number of columns": 24.0, "Number of rows": 16.0, - "Height of the plate": "14.4 mm" + "Height of the plate": "14.4 mm", + "Number of columns": 24.0 } } ] @@ -31086,7 +31086,7 @@ "unit": "degC" }, "fluorescence": { - "value": 2692, + "value": 2692.0, "unit": "RFU" } } @@ -31101,9 +31101,9 @@ "container type": "well plate", "custom information document": { "Assay Exported": "7/10/2023 2:10:21 PM", + "Assay Started": "7/10/2023 2:05:28 PM", "Assay Finished": "7/10/2023 2:10:21 PM", - "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain", - "Assay Started": "7/10/2023 2:05:28 PM" + "Protocol Name": "GENE AlphaLISA 384 Proxi Final - higher gain" } } } @@ -31114,7 +31114,7 @@ "file name": "PE_Envision_fluorescence_example03.csv", "UNC path": "tests/parsers/perkin_elmer_envision/testdata/PE_Envision_fluorescence_example03.csv", "ASM converter name": "allotropy_perkinelmer_envision", - "ASM converter version": "0.1.105", + "ASM converter version": "0.1.113", "software name": "EnVision Workstation", "software version": "1.14.3049.1193" }, diff --git a/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_fluorescence_example04.json b/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_fluorescence_example04.json index aef65cba2..957607ccb 100644 --- a/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_fluorescence_example04.json +++ b/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_fluorescence_example04.json @@ -39,8 +39,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -63,7 +63,7 @@ "unit": "degC" }, "fluorescence": { - "value": 20, + "value": 20.0, "unit": "RFU" } } @@ -77,10 +77,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -121,8 +121,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -144,7 +144,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -158,10 +158,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -202,8 +202,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -225,7 +225,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -239,10 +239,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -283,8 +283,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -306,7 +306,7 @@ "unit": "degC" }, "fluorescence": { - "value": 48, + "value": 48.0, "unit": "RFU" } } @@ -320,10 +320,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -364,8 +364,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -387,7 +387,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -401,10 +401,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -445,8 +445,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -468,7 +468,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -482,10 +482,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -526,8 +526,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -549,7 +549,7 @@ "unit": "degC" }, "fluorescence": { - "value": 52, + "value": 52.0, "unit": "RFU" } } @@ -563,10 +563,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -607,8 +607,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -630,7 +630,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -644,10 +644,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -688,8 +688,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -711,7 +711,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -725,10 +725,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -769,8 +769,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -792,7 +792,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -806,10 +806,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -850,8 +850,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -873,7 +873,7 @@ "unit": "degC" }, "fluorescence": { - "value": 52, + "value": 52.0, "unit": "RFU" } } @@ -887,10 +887,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -931,8 +931,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -954,7 +954,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -968,10 +968,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -1012,8 +1012,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1035,7 +1035,7 @@ "unit": "degC" }, "fluorescence": { - "value": 52, + "value": 52.0, "unit": "RFU" } } @@ -1049,10 +1049,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -1093,8 +1093,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1116,7 +1116,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -1130,10 +1130,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -1174,8 +1174,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1197,7 +1197,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -1211,10 +1211,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -1255,8 +1255,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1278,7 +1278,7 @@ "unit": "degC" }, "fluorescence": { - "value": 24, + "value": 24.0, "unit": "RFU" } } @@ -1292,10 +1292,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -1336,8 +1336,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1359,7 +1359,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -1373,10 +1373,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -1417,8 +1417,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1440,7 +1440,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -1454,10 +1454,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -1498,8 +1498,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1521,7 +1521,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -1535,10 +1535,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -1579,8 +1579,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1602,7 +1602,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -1616,10 +1616,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -1660,8 +1660,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1683,7 +1683,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -1697,10 +1697,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -1741,8 +1741,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1764,7 +1764,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28, + "value": 28.0, "unit": "RFU" } } @@ -1778,10 +1778,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -1822,8 +1822,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1845,7 +1845,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28, + "value": 28.0, "unit": "RFU" } } @@ -1859,10 +1859,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -1903,8 +1903,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1926,7 +1926,7 @@ "unit": "degC" }, "fluorescence": { - "value": 16, + "value": 16.0, "unit": "RFU" } } @@ -1940,10 +1940,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -1984,8 +1984,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2007,7 +2007,7 @@ "unit": "degC" }, "fluorescence": { - "value": 20, + "value": 20.0, "unit": "RFU" } } @@ -2021,10 +2021,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -2065,8 +2065,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2088,7 +2088,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -2102,10 +2102,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -2146,8 +2146,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2169,7 +2169,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -2183,10 +2183,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -2227,8 +2227,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2250,7 +2250,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -2264,10 +2264,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -2308,8 +2308,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2331,7 +2331,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -2345,10 +2345,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -2389,8 +2389,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2412,7 +2412,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -2426,10 +2426,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -2470,8 +2470,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2493,7 +2493,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28, + "value": 28.0, "unit": "RFU" } } @@ -2507,10 +2507,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -2551,8 +2551,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2574,7 +2574,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -2588,10 +2588,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -2632,8 +2632,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2655,7 +2655,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -2669,10 +2669,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -2713,8 +2713,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2736,7 +2736,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28, + "value": 28.0, "unit": "RFU" } } @@ -2750,10 +2750,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -2794,8 +2794,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2817,7 +2817,7 @@ "unit": "degC" }, "fluorescence": { - "value": 52, + "value": 52.0, "unit": "RFU" } } @@ -2831,10 +2831,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -2875,8 +2875,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2898,7 +2898,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28, + "value": 28.0, "unit": "RFU" } } @@ -2912,10 +2912,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -2956,8 +2956,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2979,7 +2979,7 @@ "unit": "degC" }, "fluorescence": { - "value": 48, + "value": 48.0, "unit": "RFU" } } @@ -2993,10 +2993,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -3037,8 +3037,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3060,7 +3060,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -3074,10 +3074,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -3118,8 +3118,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3141,7 +3141,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -3155,10 +3155,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -3199,8 +3199,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3222,7 +3222,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28, + "value": 28.0, "unit": "RFU" } } @@ -3236,10 +3236,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -3280,8 +3280,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3303,7 +3303,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -3317,10 +3317,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -3361,8 +3361,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3384,7 +3384,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -3398,10 +3398,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -3442,8 +3442,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3465,7 +3465,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -3479,10 +3479,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -3523,8 +3523,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3546,7 +3546,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -3560,10 +3560,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -3604,8 +3604,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3627,7 +3627,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -3641,10 +3641,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -3685,8 +3685,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3708,7 +3708,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -3722,10 +3722,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -3766,8 +3766,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3789,7 +3789,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -3803,10 +3803,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -3847,8 +3847,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3870,7 +3870,7 @@ "unit": "degC" }, "fluorescence": { - "value": 20, + "value": 20.0, "unit": "RFU" } } @@ -3884,10 +3884,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -3928,8 +3928,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3951,7 +3951,7 @@ "unit": "degC" }, "fluorescence": { - "value": 16, + "value": 16.0, "unit": "RFU" } } @@ -3965,10 +3965,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -4009,8 +4009,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4032,7 +4032,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -4046,10 +4046,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -4090,8 +4090,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4113,7 +4113,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -4127,10 +4127,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -4171,8 +4171,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4194,7 +4194,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -4208,10 +4208,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -4252,8 +4252,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4275,7 +4275,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -4289,10 +4289,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -4333,8 +4333,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4356,7 +4356,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -4370,10 +4370,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -4414,8 +4414,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4437,7 +4437,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -4451,10 +4451,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -4495,8 +4495,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4518,7 +4518,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -4532,10 +4532,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -4576,8 +4576,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4599,7 +4599,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -4613,10 +4613,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -4657,8 +4657,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4680,7 +4680,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -4694,10 +4694,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -4738,8 +4738,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4761,7 +4761,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -4775,10 +4775,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -4819,8 +4819,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4842,7 +4842,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -4856,10 +4856,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -4900,8 +4900,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4923,7 +4923,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -4937,10 +4937,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -4981,8 +4981,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5004,7 +5004,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -5018,10 +5018,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -5062,8 +5062,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5085,7 +5085,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -5099,10 +5099,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -5143,8 +5143,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5166,7 +5166,7 @@ "unit": "degC" }, "fluorescence": { - "value": 48, + "value": 48.0, "unit": "RFU" } } @@ -5180,10 +5180,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -5224,8 +5224,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5247,7 +5247,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -5261,10 +5261,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -5305,8 +5305,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5328,7 +5328,7 @@ "unit": "degC" }, "fluorescence": { - "value": 48, + "value": 48.0, "unit": "RFU" } } @@ -5342,10 +5342,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -5386,8 +5386,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5409,7 +5409,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -5423,10 +5423,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -5467,8 +5467,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5490,7 +5490,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -5504,10 +5504,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -5548,8 +5548,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5571,7 +5571,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -5585,10 +5585,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -5629,8 +5629,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5652,7 +5652,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28, + "value": 28.0, "unit": "RFU" } } @@ -5666,10 +5666,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -5710,8 +5710,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5733,7 +5733,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -5747,10 +5747,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -5791,8 +5791,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5814,7 +5814,7 @@ "unit": "degC" }, "fluorescence": { - "value": 16, + "value": 16.0, "unit": "RFU" } } @@ -5828,10 +5828,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -5872,8 +5872,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5895,7 +5895,7 @@ "unit": "degC" }, "fluorescence": { - "value": 20, + "value": 20.0, "unit": "RFU" } } @@ -5909,10 +5909,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -5953,8 +5953,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5976,7 +5976,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -5990,10 +5990,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -6034,8 +6034,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6057,7 +6057,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -6071,10 +6071,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -6115,8 +6115,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6138,7 +6138,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28, + "value": 28.0, "unit": "RFU" } } @@ -6152,10 +6152,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -6196,8 +6196,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6219,7 +6219,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -6233,10 +6233,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -6277,8 +6277,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6300,7 +6300,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -6314,10 +6314,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -6358,8 +6358,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6381,7 +6381,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -6395,10 +6395,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -6439,8 +6439,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6462,7 +6462,7 @@ "unit": "degC" }, "fluorescence": { - "value": 56, + "value": 56.0, "unit": "RFU" } } @@ -6476,10 +6476,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -6520,8 +6520,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6543,7 +6543,7 @@ "unit": "degC" }, "fluorescence": { - "value": 48, + "value": 48.0, "unit": "RFU" } } @@ -6557,10 +6557,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -6601,8 +6601,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6624,7 +6624,7 @@ "unit": "degC" }, "fluorescence": { - "value": 64, + "value": 64.0, "unit": "RFU" } } @@ -6638,10 +6638,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -6682,8 +6682,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6705,7 +6705,7 @@ "unit": "degC" }, "fluorescence": { - "value": 48, + "value": 48.0, "unit": "RFU" } } @@ -6719,10 +6719,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -6763,8 +6763,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6786,7 +6786,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -6800,10 +6800,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -6844,8 +6844,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6867,7 +6867,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -6881,10 +6881,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -6925,8 +6925,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6948,7 +6948,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -6962,10 +6962,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -7006,8 +7006,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7029,7 +7029,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -7043,10 +7043,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -7087,8 +7087,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7110,7 +7110,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -7124,10 +7124,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -7168,8 +7168,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7191,7 +7191,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -7205,10 +7205,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -7249,8 +7249,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7272,7 +7272,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28, + "value": 28.0, "unit": "RFU" } } @@ -7286,10 +7286,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -7330,8 +7330,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7353,7 +7353,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -7367,10 +7367,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -7411,8 +7411,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7434,7 +7434,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28, + "value": 28.0, "unit": "RFU" } } @@ -7448,10 +7448,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -7492,8 +7492,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7515,7 +7515,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -7529,10 +7529,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -7573,8 +7573,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7596,7 +7596,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -7610,10 +7610,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -7654,8 +7654,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7677,7 +7677,7 @@ "unit": "degC" }, "fluorescence": { - "value": 20, + "value": 20.0, "unit": "RFU" } } @@ -7691,10 +7691,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -7735,8 +7735,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7758,7 +7758,7 @@ "unit": "degC" }, "fluorescence": { - "value": 20, + "value": 20.0, "unit": "RFU" } } @@ -7772,10 +7772,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -7816,8 +7816,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7839,7 +7839,7 @@ "unit": "degC" }, "fluorescence": { - "value": 20, + "value": 20.0, "unit": "RFU" } } @@ -7853,10 +7853,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -7897,8 +7897,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7920,7 +7920,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -7934,10 +7934,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -7978,8 +7978,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8001,7 +8001,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -8015,10 +8015,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -8059,8 +8059,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8082,7 +8082,7 @@ "unit": "degC" }, "fluorescence": { - "value": 56, + "value": 56.0, "unit": "RFU" } } @@ -8096,10 +8096,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -8140,8 +8140,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8163,7 +8163,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -8177,10 +8177,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -8221,8 +8221,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8244,7 +8244,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -8258,10 +8258,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -8302,8 +8302,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8325,7 +8325,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -8339,10 +8339,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -8383,8 +8383,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8406,7 +8406,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -8420,10 +8420,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -8464,8 +8464,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8487,7 +8487,7 @@ "unit": "degC" }, "fluorescence": { - "value": 48, + "value": 48.0, "unit": "RFU" } } @@ -8501,10 +8501,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -8545,8 +8545,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8568,7 +8568,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -8582,10 +8582,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -8626,8 +8626,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8649,7 +8649,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28, + "value": 28.0, "unit": "RFU" } } @@ -8663,10 +8663,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -8707,8 +8707,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8730,7 +8730,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -8744,10 +8744,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -8788,8 +8788,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8811,7 +8811,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -8825,10 +8825,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -8869,8 +8869,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8892,7 +8892,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28, + "value": 28.0, "unit": "RFU" } } @@ -8906,10 +8906,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -8950,8 +8950,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8973,7 +8973,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28, + "value": 28.0, "unit": "RFU" } } @@ -8987,10 +8987,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -9031,8 +9031,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9054,7 +9054,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -9068,10 +9068,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -9112,8 +9112,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9135,7 +9135,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -9149,10 +9149,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -9193,8 +9193,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9216,7 +9216,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -9230,10 +9230,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -9274,8 +9274,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9297,7 +9297,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -9311,10 +9311,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -9355,8 +9355,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9378,7 +9378,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -9392,10 +9392,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -9436,8 +9436,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9459,7 +9459,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -9473,10 +9473,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -9517,8 +9517,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9540,7 +9540,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -9554,10 +9554,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -9598,8 +9598,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9621,7 +9621,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28, + "value": 28.0, "unit": "RFU" } } @@ -9635,10 +9635,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -9679,8 +9679,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9702,7 +9702,7 @@ "unit": "degC" }, "fluorescence": { - "value": 24, + "value": 24.0, "unit": "RFU" } } @@ -9716,10 +9716,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -9760,8 +9760,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9783,7 +9783,7 @@ "unit": "degC" }, "fluorescence": { - "value": 20, + "value": 20.0, "unit": "RFU" } } @@ -9797,10 +9797,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -9841,8 +9841,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9864,7 +9864,7 @@ "unit": "degC" }, "fluorescence": { - "value": 52, + "value": 52.0, "unit": "RFU" } } @@ -9878,10 +9878,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -9922,8 +9922,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9945,7 +9945,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -9959,10 +9959,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -10003,8 +10003,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10026,7 +10026,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -10040,10 +10040,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -10084,8 +10084,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10107,7 +10107,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -10121,10 +10121,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -10165,8 +10165,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10188,7 +10188,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -10202,10 +10202,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -10246,8 +10246,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10269,7 +10269,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -10283,10 +10283,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -10327,8 +10327,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10350,7 +10350,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -10364,10 +10364,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -10408,8 +10408,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10431,7 +10431,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -10445,10 +10445,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -10489,8 +10489,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10512,7 +10512,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -10526,10 +10526,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -10570,8 +10570,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10593,7 +10593,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -10607,10 +10607,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -10651,8 +10651,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10674,7 +10674,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -10688,10 +10688,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -10732,8 +10732,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10755,7 +10755,7 @@ "unit": "degC" }, "fluorescence": { - "value": 52, + "value": 52.0, "unit": "RFU" } } @@ -10769,10 +10769,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -10813,8 +10813,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10836,7 +10836,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -10850,10 +10850,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -10894,8 +10894,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10917,7 +10917,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -10931,10 +10931,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -10975,8 +10975,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10998,7 +10998,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -11012,10 +11012,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -11056,8 +11056,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11079,7 +11079,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -11093,10 +11093,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -11137,8 +11137,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11160,7 +11160,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -11174,10 +11174,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -11218,8 +11218,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11241,7 +11241,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -11255,10 +11255,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -11299,8 +11299,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11322,7 +11322,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -11336,10 +11336,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -11380,8 +11380,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11403,7 +11403,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -11417,10 +11417,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -11461,8 +11461,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11484,7 +11484,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -11498,10 +11498,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -11542,8 +11542,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11565,7 +11565,7 @@ "unit": "degC" }, "fluorescence": { - "value": 24, + "value": 24.0, "unit": "RFU" } } @@ -11579,10 +11579,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -11623,8 +11623,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11646,7 +11646,7 @@ "unit": "degC" }, "fluorescence": { - "value": 16, + "value": 16.0, "unit": "RFU" } } @@ -11660,10 +11660,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -11704,8 +11704,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11727,7 +11727,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28, + "value": 28.0, "unit": "RFU" } } @@ -11741,10 +11741,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -11785,8 +11785,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11808,7 +11808,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -11822,10 +11822,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -11866,8 +11866,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11889,7 +11889,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -11903,10 +11903,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -11947,8 +11947,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11970,7 +11970,7 @@ "unit": "degC" }, "fluorescence": { - "value": 48, + "value": 48.0, "unit": "RFU" } } @@ -11984,10 +11984,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -12028,8 +12028,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12051,7 +12051,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -12065,10 +12065,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -12109,8 +12109,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12132,7 +12132,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -12146,10 +12146,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -12190,8 +12190,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12213,7 +12213,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -12227,10 +12227,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -12271,8 +12271,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12294,7 +12294,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -12308,10 +12308,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -12352,8 +12352,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12375,7 +12375,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28, + "value": 28.0, "unit": "RFU" } } @@ -12389,10 +12389,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -12433,8 +12433,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12456,7 +12456,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -12470,10 +12470,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -12514,8 +12514,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12537,7 +12537,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -12551,10 +12551,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -12595,8 +12595,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12618,7 +12618,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -12632,10 +12632,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -12676,8 +12676,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12699,7 +12699,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -12713,10 +12713,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -12757,8 +12757,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12780,7 +12780,7 @@ "unit": "degC" }, "fluorescence": { - "value": 56, + "value": 56.0, "unit": "RFU" } } @@ -12794,10 +12794,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -12838,8 +12838,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12861,7 +12861,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -12875,10 +12875,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -12919,8 +12919,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12942,7 +12942,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -12956,10 +12956,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -13000,8 +13000,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13023,7 +13023,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -13037,10 +13037,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -13081,8 +13081,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13104,7 +13104,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -13118,10 +13118,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -13162,8 +13162,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13185,7 +13185,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -13199,10 +13199,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -13243,8 +13243,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13266,7 +13266,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -13280,10 +13280,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -13324,8 +13324,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13347,7 +13347,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -13361,10 +13361,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -13405,8 +13405,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13428,7 +13428,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28, + "value": 28.0, "unit": "RFU" } } @@ -13442,10 +13442,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -13486,8 +13486,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13509,7 +13509,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28, + "value": 28.0, "unit": "RFU" } } @@ -13523,10 +13523,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -13567,8 +13567,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13590,7 +13590,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28, + "value": 28.0, "unit": "RFU" } } @@ -13604,10 +13604,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -13648,8 +13648,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13671,7 +13671,7 @@ "unit": "degC" }, "fluorescence": { - "value": 24, + "value": 24.0, "unit": "RFU" } } @@ -13685,10 +13685,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -13729,8 +13729,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13752,7 +13752,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28, + "value": 28.0, "unit": "RFU" } } @@ -13766,10 +13766,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -13810,8 +13810,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13833,7 +13833,7 @@ "unit": "degC" }, "fluorescence": { - "value": 24, + "value": 24.0, "unit": "RFU" } } @@ -13847,10 +13847,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -13891,8 +13891,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13914,7 +13914,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -13928,10 +13928,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -13972,8 +13972,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13995,7 +13995,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -14009,10 +14009,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -14053,8 +14053,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14076,7 +14076,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -14090,10 +14090,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -14134,8 +14134,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14157,7 +14157,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -14171,10 +14171,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -14215,8 +14215,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14238,7 +14238,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28, + "value": 28.0, "unit": "RFU" } } @@ -14252,10 +14252,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -14296,8 +14296,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14319,7 +14319,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -14333,10 +14333,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -14377,8 +14377,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14400,7 +14400,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -14414,10 +14414,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -14458,8 +14458,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14481,7 +14481,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -14495,10 +14495,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -14539,8 +14539,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14562,7 +14562,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -14576,10 +14576,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -14620,8 +14620,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14643,7 +14643,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -14657,10 +14657,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -14701,8 +14701,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14724,7 +14724,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -14738,10 +14738,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -14782,8 +14782,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14805,7 +14805,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -14819,10 +14819,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -14863,8 +14863,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14886,7 +14886,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -14900,10 +14900,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -14944,8 +14944,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14967,7 +14967,7 @@ "unit": "degC" }, "fluorescence": { - "value": 48, + "value": 48.0, "unit": "RFU" } } @@ -14981,10 +14981,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -15025,8 +15025,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15048,7 +15048,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -15062,10 +15062,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -15106,8 +15106,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15129,7 +15129,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28, + "value": 28.0, "unit": "RFU" } } @@ -15143,10 +15143,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -15187,8 +15187,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15210,7 +15210,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -15224,10 +15224,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -15268,8 +15268,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15291,7 +15291,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28, + "value": 28.0, "unit": "RFU" } } @@ -15305,10 +15305,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -15349,8 +15349,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15372,7 +15372,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -15386,10 +15386,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -15430,8 +15430,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15453,7 +15453,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -15467,10 +15467,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -15511,8 +15511,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15534,7 +15534,7 @@ "unit": "degC" }, "fluorescence": { - "value": 16, + "value": 16.0, "unit": "RFU" } } @@ -15548,10 +15548,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -15592,8 +15592,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15615,7 +15615,7 @@ "unit": "degC" }, "fluorescence": { - "value": 24, + "value": 24.0, "unit": "RFU" } } @@ -15629,10 +15629,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -15673,8 +15673,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15696,7 +15696,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -15710,10 +15710,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -15754,8 +15754,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15777,7 +15777,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -15791,10 +15791,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -15835,8 +15835,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15858,7 +15858,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -15872,10 +15872,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -15916,8 +15916,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15939,7 +15939,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -15953,10 +15953,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -15997,8 +15997,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16020,7 +16020,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -16034,10 +16034,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -16078,8 +16078,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16101,7 +16101,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -16115,10 +16115,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -16159,8 +16159,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16182,7 +16182,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -16196,10 +16196,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -16240,8 +16240,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16263,7 +16263,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -16277,10 +16277,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -16321,8 +16321,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16344,7 +16344,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -16358,10 +16358,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -16402,8 +16402,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16425,7 +16425,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -16439,10 +16439,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -16483,8 +16483,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16506,7 +16506,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -16520,10 +16520,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -16564,8 +16564,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16587,7 +16587,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -16601,10 +16601,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -16645,8 +16645,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16668,7 +16668,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -16682,10 +16682,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -16726,8 +16726,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16749,7 +16749,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -16763,10 +16763,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -16807,8 +16807,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16830,7 +16830,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -16844,10 +16844,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -16888,8 +16888,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16911,7 +16911,7 @@ "unit": "degC" }, "fluorescence": { - "value": 24, + "value": 24.0, "unit": "RFU" } } @@ -16925,10 +16925,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -16969,8 +16969,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16992,7 +16992,7 @@ "unit": "degC" }, "fluorescence": { - "value": 24, + "value": 24.0, "unit": "RFU" } } @@ -17006,10 +17006,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -17050,8 +17050,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17073,7 +17073,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -17087,10 +17087,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -17131,8 +17131,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17154,7 +17154,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -17168,10 +17168,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -17212,8 +17212,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17235,7 +17235,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -17249,10 +17249,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -17293,8 +17293,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17316,7 +17316,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -17330,10 +17330,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -17374,8 +17374,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17397,7 +17397,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -17411,10 +17411,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -17455,8 +17455,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17478,7 +17478,7 @@ "unit": "degC" }, "fluorescence": { - "value": 20, + "value": 20.0, "unit": "RFU" } } @@ -17492,10 +17492,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -17536,8 +17536,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17559,7 +17559,7 @@ "unit": "degC" }, "fluorescence": { - "value": 20, + "value": 20.0, "unit": "RFU" } } @@ -17573,10 +17573,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -17617,8 +17617,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17640,7 +17640,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -17654,10 +17654,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -17698,8 +17698,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17721,7 +17721,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -17735,10 +17735,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -17779,8 +17779,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17802,7 +17802,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -17816,10 +17816,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -17860,8 +17860,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17883,7 +17883,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -17897,10 +17897,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -17941,8 +17941,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17964,7 +17964,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -17978,10 +17978,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -18022,8 +18022,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18045,7 +18045,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -18059,10 +18059,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -18103,8 +18103,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18126,7 +18126,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -18140,10 +18140,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -18184,8 +18184,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18207,7 +18207,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -18221,10 +18221,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -18265,8 +18265,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18288,7 +18288,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -18302,10 +18302,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -18346,8 +18346,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18369,7 +18369,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -18383,10 +18383,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -18427,8 +18427,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18450,7 +18450,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -18464,10 +18464,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -18508,8 +18508,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18531,7 +18531,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -18545,10 +18545,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -18589,8 +18589,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18612,7 +18612,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -18626,10 +18626,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -18670,8 +18670,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18693,7 +18693,7 @@ "unit": "degC" }, "fluorescence": { - "value": 48, + "value": 48.0, "unit": "RFU" } } @@ -18707,10 +18707,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -18751,8 +18751,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18774,7 +18774,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -18788,10 +18788,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -18832,8 +18832,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18855,7 +18855,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -18869,10 +18869,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -18913,8 +18913,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18936,7 +18936,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -18950,10 +18950,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -18994,8 +18994,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19017,7 +19017,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -19031,10 +19031,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -19075,8 +19075,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19098,7 +19098,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -19112,10 +19112,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -19156,8 +19156,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19179,7 +19179,7 @@ "unit": "degC" }, "fluorescence": { - "value": 20, + "value": 20.0, "unit": "RFU" } } @@ -19193,10 +19193,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -19237,8 +19237,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19260,7 +19260,7 @@ "unit": "degC" }, "fluorescence": { - "value": 24, + "value": 24.0, "unit": "RFU" } } @@ -19274,10 +19274,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -19318,8 +19318,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19341,7 +19341,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -19355,10 +19355,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -19399,8 +19399,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19422,7 +19422,7 @@ "unit": "degC" }, "fluorescence": { - "value": 24, + "value": 24.0, "unit": "RFU" } } @@ -19436,10 +19436,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -19480,8 +19480,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19503,7 +19503,7 @@ "unit": "degC" }, "fluorescence": { - "value": 16, + "value": 16.0, "unit": "RFU" } } @@ -19517,10 +19517,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -19561,8 +19561,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19584,7 +19584,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -19598,10 +19598,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -19642,8 +19642,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19665,7 +19665,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -19679,10 +19679,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -19723,8 +19723,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19746,7 +19746,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -19760,10 +19760,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -19804,8 +19804,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19827,7 +19827,7 @@ "unit": "degC" }, "fluorescence": { - "value": 48, + "value": 48.0, "unit": "RFU" } } @@ -19841,10 +19841,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -19885,8 +19885,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19908,7 +19908,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -19922,10 +19922,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -19966,8 +19966,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19989,7 +19989,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -20003,10 +20003,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -20047,8 +20047,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20070,7 +20070,7 @@ "unit": "degC" }, "fluorescence": { - "value": 48, + "value": 48.0, "unit": "RFU" } } @@ -20084,10 +20084,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -20128,8 +20128,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20151,7 +20151,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -20165,10 +20165,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -20209,8 +20209,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20232,7 +20232,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -20246,10 +20246,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -20290,8 +20290,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20313,7 +20313,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -20327,10 +20327,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -20371,8 +20371,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20394,7 +20394,7 @@ "unit": "degC" }, "fluorescence": { - "value": 24, + "value": 24.0, "unit": "RFU" } } @@ -20408,10 +20408,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -20452,8 +20452,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20475,7 +20475,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -20489,10 +20489,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -20533,8 +20533,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20556,7 +20556,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -20570,10 +20570,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -20614,8 +20614,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20637,7 +20637,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -20651,10 +20651,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -20695,8 +20695,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20718,7 +20718,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -20732,10 +20732,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -20776,8 +20776,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20799,7 +20799,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28, + "value": 28.0, "unit": "RFU" } } @@ -20813,10 +20813,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -20857,8 +20857,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20880,7 +20880,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -20894,10 +20894,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -20938,8 +20938,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20961,7 +20961,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -20975,10 +20975,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -21019,8 +21019,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21042,7 +21042,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -21056,10 +21056,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -21100,8 +21100,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21123,7 +21123,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -21137,10 +21137,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -21181,8 +21181,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21204,7 +21204,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -21218,10 +21218,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -21262,8 +21262,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21285,7 +21285,7 @@ "unit": "degC" }, "fluorescence": { - "value": 24, + "value": 24.0, "unit": "RFU" } } @@ -21299,10 +21299,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -21343,8 +21343,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21366,7 +21366,7 @@ "unit": "degC" }, "fluorescence": { - "value": 24, + "value": 24.0, "unit": "RFU" } } @@ -21380,10 +21380,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -21424,8 +21424,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21447,7 +21447,7 @@ "unit": "degC" }, "fluorescence": { - "value": 24, + "value": 24.0, "unit": "RFU" } } @@ -21461,10 +21461,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -21505,8 +21505,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21528,7 +21528,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -21542,10 +21542,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -21586,8 +21586,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21609,7 +21609,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -21623,10 +21623,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -21667,8 +21667,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21690,7 +21690,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -21704,10 +21704,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -21748,8 +21748,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21771,7 +21771,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -21785,10 +21785,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -21829,8 +21829,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21852,7 +21852,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -21866,10 +21866,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -21910,8 +21910,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21933,7 +21933,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -21947,10 +21947,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -21991,8 +21991,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22014,7 +22014,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -22028,10 +22028,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -22072,8 +22072,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22095,7 +22095,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -22109,10 +22109,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -22153,8 +22153,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22176,7 +22176,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -22190,10 +22190,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -22234,8 +22234,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22257,7 +22257,7 @@ "unit": "degC" }, "fluorescence": { - "value": 24, + "value": 24.0, "unit": "RFU" } } @@ -22271,10 +22271,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -22315,8 +22315,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22338,7 +22338,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -22352,10 +22352,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -22396,8 +22396,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22419,7 +22419,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -22433,10 +22433,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -22477,8 +22477,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22500,7 +22500,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -22514,10 +22514,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -22558,8 +22558,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22581,7 +22581,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -22595,10 +22595,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -22639,8 +22639,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22662,7 +22662,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -22676,10 +22676,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -22720,8 +22720,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22743,7 +22743,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28, + "value": 28.0, "unit": "RFU" } } @@ -22757,10 +22757,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -22801,8 +22801,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22824,7 +22824,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -22838,10 +22838,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -22882,8 +22882,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22905,7 +22905,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28, + "value": 28.0, "unit": "RFU" } } @@ -22919,10 +22919,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -22963,8 +22963,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22986,7 +22986,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -23000,10 +23000,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -23044,8 +23044,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23067,7 +23067,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -23081,10 +23081,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -23125,8 +23125,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23148,7 +23148,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -23162,10 +23162,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -23206,8 +23206,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23229,7 +23229,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -23243,10 +23243,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -23287,8 +23287,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23310,7 +23310,7 @@ "unit": "degC" }, "fluorescence": { - "value": 16, + "value": 16.0, "unit": "RFU" } } @@ -23324,10 +23324,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -23368,8 +23368,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23391,7 +23391,7 @@ "unit": "degC" }, "fluorescence": { - "value": 16, + "value": 16.0, "unit": "RFU" } } @@ -23405,10 +23405,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -23449,8 +23449,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23472,7 +23472,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -23486,10 +23486,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -23530,8 +23530,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23553,7 +23553,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -23567,10 +23567,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -23611,8 +23611,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23634,7 +23634,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -23648,10 +23648,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -23692,8 +23692,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23715,7 +23715,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -23729,10 +23729,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -23773,8 +23773,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23796,7 +23796,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -23810,10 +23810,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -23854,8 +23854,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23877,7 +23877,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -23891,10 +23891,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -23935,8 +23935,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23958,7 +23958,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -23972,10 +23972,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -24016,8 +24016,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24039,7 +24039,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -24053,10 +24053,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -24097,8 +24097,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24120,7 +24120,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -24134,10 +24134,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -24178,8 +24178,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24201,7 +24201,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -24215,10 +24215,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -24259,8 +24259,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24282,7 +24282,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -24296,10 +24296,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -24340,8 +24340,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24363,7 +24363,7 @@ "unit": "degC" }, "fluorescence": { - "value": 52, + "value": 52.0, "unit": "RFU" } } @@ -24377,10 +24377,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -24421,8 +24421,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24444,7 +24444,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -24458,10 +24458,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -24502,8 +24502,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24525,7 +24525,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -24539,10 +24539,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -24583,8 +24583,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24606,7 +24606,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28, + "value": 28.0, "unit": "RFU" } } @@ -24620,10 +24620,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -24664,8 +24664,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24687,7 +24687,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -24701,10 +24701,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -24745,8 +24745,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24768,7 +24768,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28, + "value": 28.0, "unit": "RFU" } } @@ -24782,10 +24782,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -24826,8 +24826,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24849,7 +24849,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -24863,10 +24863,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -24907,8 +24907,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24930,7 +24930,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -24944,10 +24944,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -24988,8 +24988,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25011,7 +25011,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -25025,10 +25025,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -25069,8 +25069,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25092,7 +25092,7 @@ "unit": "degC" }, "fluorescence": { - "value": 20, + "value": 20.0, "unit": "RFU" } } @@ -25106,10 +25106,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -25150,8 +25150,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25173,7 +25173,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -25187,10 +25187,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -25231,8 +25231,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25254,7 +25254,7 @@ "unit": "degC" }, "fluorescence": { - "value": 20, + "value": 20.0, "unit": "RFU" } } @@ -25268,10 +25268,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -25312,8 +25312,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25335,7 +25335,7 @@ "unit": "degC" }, "fluorescence": { - "value": 20, + "value": 20.0, "unit": "RFU" } } @@ -25349,10 +25349,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -25393,8 +25393,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25416,7 +25416,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -25430,10 +25430,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -25474,8 +25474,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25497,7 +25497,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -25511,10 +25511,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -25555,8 +25555,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25578,7 +25578,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -25592,10 +25592,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -25636,8 +25636,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25659,7 +25659,7 @@ "unit": "degC" }, "fluorescence": { - "value": 24, + "value": 24.0, "unit": "RFU" } } @@ -25673,10 +25673,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -25717,8 +25717,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25740,7 +25740,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -25754,10 +25754,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -25798,8 +25798,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25821,7 +25821,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -25835,10 +25835,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -25879,8 +25879,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25902,7 +25902,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -25916,10 +25916,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -25960,8 +25960,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25983,7 +25983,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -25997,10 +25997,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -26041,8 +26041,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26064,7 +26064,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -26078,10 +26078,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -26122,8 +26122,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26145,7 +26145,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -26159,10 +26159,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -26203,8 +26203,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26226,7 +26226,7 @@ "unit": "degC" }, "fluorescence": { - "value": 24, + "value": 24.0, "unit": "RFU" } } @@ -26240,10 +26240,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -26284,8 +26284,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26307,7 +26307,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -26321,10 +26321,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -26365,8 +26365,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26388,7 +26388,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -26402,10 +26402,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -26446,8 +26446,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26469,7 +26469,7 @@ "unit": "degC" }, "fluorescence": { - "value": 24, + "value": 24.0, "unit": "RFU" } } @@ -26483,10 +26483,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -26527,8 +26527,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26550,7 +26550,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -26564,10 +26564,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -26608,8 +26608,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26631,7 +26631,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -26645,10 +26645,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -26689,8 +26689,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26712,7 +26712,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -26726,10 +26726,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -26770,8 +26770,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26793,7 +26793,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -26807,10 +26807,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -26851,8 +26851,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26874,7 +26874,7 @@ "unit": "degC" }, "fluorescence": { - "value": 56, + "value": 56.0, "unit": "RFU" } } @@ -26888,10 +26888,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -26932,8 +26932,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26955,7 +26955,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -26969,10 +26969,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -27013,8 +27013,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27036,7 +27036,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -27050,10 +27050,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -27094,8 +27094,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27117,7 +27117,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -27131,10 +27131,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -27175,8 +27175,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27198,7 +27198,7 @@ "unit": "degC" }, "fluorescence": { - "value": 16, + "value": 16.0, "unit": "RFU" } } @@ -27212,10 +27212,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -27256,8 +27256,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27279,7 +27279,7 @@ "unit": "degC" }, "fluorescence": { - "value": 24, + "value": 24.0, "unit": "RFU" } } @@ -27293,10 +27293,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -27337,8 +27337,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27360,7 +27360,7 @@ "unit": "degC" }, "fluorescence": { - "value": 48, + "value": 48.0, "unit": "RFU" } } @@ -27374,10 +27374,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -27418,8 +27418,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27441,7 +27441,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -27455,10 +27455,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -27499,8 +27499,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27522,7 +27522,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -27536,10 +27536,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -27580,8 +27580,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27603,7 +27603,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -27617,10 +27617,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -27661,8 +27661,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27684,7 +27684,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -27698,10 +27698,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -27742,8 +27742,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27765,7 +27765,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -27779,10 +27779,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -27823,8 +27823,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27846,7 +27846,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -27860,10 +27860,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -27904,8 +27904,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27927,7 +27927,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -27941,10 +27941,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -27985,8 +27985,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28008,7 +28008,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -28022,10 +28022,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -28066,8 +28066,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28089,7 +28089,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -28103,10 +28103,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -28147,8 +28147,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28170,7 +28170,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -28184,10 +28184,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -28228,8 +28228,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28251,7 +28251,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -28265,10 +28265,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -28309,8 +28309,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28332,7 +28332,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -28346,10 +28346,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -28390,8 +28390,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28413,7 +28413,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -28427,10 +28427,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -28471,8 +28471,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28494,7 +28494,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -28508,10 +28508,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -28552,8 +28552,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28575,7 +28575,7 @@ "unit": "degC" }, "fluorescence": { - "value": 24, + "value": 24.0, "unit": "RFU" } } @@ -28589,10 +28589,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -28633,8 +28633,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28656,7 +28656,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -28670,10 +28670,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -28714,8 +28714,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28737,7 +28737,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -28751,10 +28751,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -28795,8 +28795,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28818,7 +28818,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -28832,10 +28832,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -28876,8 +28876,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28899,7 +28899,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -28913,10 +28913,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -28957,8 +28957,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28980,7 +28980,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28, + "value": 28.0, "unit": "RFU" } } @@ -28994,10 +28994,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -29038,8 +29038,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29061,7 +29061,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28, + "value": 28.0, "unit": "RFU" } } @@ -29075,10 +29075,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -29119,8 +29119,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29142,7 +29142,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -29156,10 +29156,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -29200,8 +29200,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29223,7 +29223,7 @@ "unit": "degC" }, "fluorescence": { - "value": 28, + "value": 28.0, "unit": "RFU" } } @@ -29237,10 +29237,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -29281,8 +29281,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29304,7 +29304,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -29318,10 +29318,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -29362,8 +29362,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29385,7 +29385,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -29399,10 +29399,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -29443,8 +29443,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29466,7 +29466,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -29480,10 +29480,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -29524,8 +29524,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29547,7 +29547,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -29561,10 +29561,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -29605,8 +29605,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29628,7 +29628,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -29642,10 +29642,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -29686,8 +29686,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29709,7 +29709,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -29723,10 +29723,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -29767,8 +29767,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29790,7 +29790,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -29804,10 +29804,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -29848,8 +29848,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29871,7 +29871,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -29885,10 +29885,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -29929,8 +29929,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29952,7 +29952,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -29966,10 +29966,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -30010,8 +30010,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30033,7 +30033,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -30047,10 +30047,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -30091,8 +30091,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30114,7 +30114,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -30128,10 +30128,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -30172,8 +30172,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30195,7 +30195,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -30209,10 +30209,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -30253,8 +30253,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30276,7 +30276,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -30290,10 +30290,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -30334,8 +30334,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30357,7 +30357,7 @@ "unit": "degC" }, "fluorescence": { - "value": 48, + "value": 48.0, "unit": "RFU" } } @@ -30371,10 +30371,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -30415,8 +30415,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30438,7 +30438,7 @@ "unit": "degC" }, "fluorescence": { - "value": 44, + "value": 44.0, "unit": "RFU" } } @@ -30452,10 +30452,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -30496,8 +30496,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30519,7 +30519,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -30533,10 +30533,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -30577,8 +30577,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30600,7 +30600,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -30614,10 +30614,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -30658,8 +30658,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30681,7 +30681,7 @@ "unit": "degC" }, "fluorescence": { - "value": 40, + "value": 40.0, "unit": "RFU" } } @@ -30695,10 +30695,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -30739,8 +30739,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30762,7 +30762,7 @@ "unit": "degC" }, "fluorescence": { - "value": 48, + "value": 48.0, "unit": "RFU" } } @@ -30776,10 +30776,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -30820,8 +30820,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30843,7 +30843,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -30857,10 +30857,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -30901,8 +30901,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30924,7 +30924,7 @@ "unit": "degC" }, "fluorescence": { - "value": 36, + "value": 36.0, "unit": "RFU" } } @@ -30938,10 +30938,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -30982,8 +30982,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31005,7 +31005,7 @@ "unit": "degC" }, "fluorescence": { - "value": 32, + "value": 32.0, "unit": "RFU" } } @@ -31019,10 +31019,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -31063,8 +31063,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31086,7 +31086,7 @@ "unit": "degC" }, "fluorescence": { - "value": 16, + "value": 16.0, "unit": "RFU" } } @@ -31100,10 +31100,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -31144,8 +31144,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31167,7 +31167,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -31181,10 +31181,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -31225,8 +31225,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31248,7 +31248,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -31262,10 +31262,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -31306,8 +31306,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31329,7 +31329,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -31343,10 +31343,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -31387,8 +31387,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31410,7 +31410,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -31424,10 +31424,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -31468,8 +31468,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31491,7 +31491,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -31505,10 +31505,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -31549,8 +31549,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31572,7 +31572,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -31586,10 +31586,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -31630,8 +31630,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31653,7 +31653,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -31667,10 +31667,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -31711,8 +31711,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31734,7 +31734,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -31748,10 +31748,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -31792,8 +31792,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31815,7 +31815,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -31829,10 +31829,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -31873,8 +31873,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31896,7 +31896,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -31910,10 +31910,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -31954,8 +31954,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31977,7 +31977,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -31991,10 +31991,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -32035,8 +32035,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32058,7 +32058,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -32072,10 +32072,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -32116,8 +32116,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32139,7 +32139,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -32153,10 +32153,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -32197,8 +32197,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32220,7 +32220,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -32234,10 +32234,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -32278,8 +32278,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32301,7 +32301,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -32315,10 +32315,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -32359,8 +32359,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32382,7 +32382,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -32396,10 +32396,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -32440,8 +32440,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32463,7 +32463,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -32477,10 +32477,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -32521,8 +32521,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32544,7 +32544,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -32558,10 +32558,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -32602,8 +32602,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32625,7 +32625,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -32639,10 +32639,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -32683,8 +32683,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32706,7 +32706,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -32720,10 +32720,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -32764,8 +32764,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32787,7 +32787,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -32801,10 +32801,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -32845,8 +32845,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32868,7 +32868,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -32882,10 +32882,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -32926,8 +32926,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32949,7 +32949,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -32963,10 +32963,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -33007,8 +33007,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33030,7 +33030,7 @@ "unit": "degC" }, "fluorescence": { - "value": 0, + "value": 0.0, "unit": "RFU" } } @@ -33044,10 +33044,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -33088,8 +33088,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33111,7 +33111,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -33125,10 +33125,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -33169,8 +33169,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33192,7 +33192,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -33206,10 +33206,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -33250,8 +33250,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33273,7 +33273,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -33287,10 +33287,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -33331,8 +33331,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33354,7 +33354,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -33368,10 +33368,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -33412,8 +33412,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33435,7 +33435,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -33449,10 +33449,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -33493,8 +33493,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33516,7 +33516,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -33530,10 +33530,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -33574,8 +33574,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33597,7 +33597,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -33611,10 +33611,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -33655,8 +33655,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33678,7 +33678,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -33692,10 +33692,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -33736,8 +33736,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33759,7 +33759,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -33773,10 +33773,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -33817,8 +33817,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33840,7 +33840,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -33854,10 +33854,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -33898,8 +33898,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33921,7 +33921,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -33935,10 +33935,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -33979,8 +33979,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34002,7 +34002,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -34016,10 +34016,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -34060,8 +34060,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34083,7 +34083,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -34097,10 +34097,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -34141,8 +34141,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34164,7 +34164,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -34178,10 +34178,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -34222,8 +34222,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34245,7 +34245,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -34259,10 +34259,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -34303,8 +34303,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34326,7 +34326,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -34340,10 +34340,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -34384,8 +34384,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34407,7 +34407,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -34421,10 +34421,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -34465,8 +34465,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34488,7 +34488,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -34502,10 +34502,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -34546,8 +34546,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34569,7 +34569,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -34583,10 +34583,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -34627,8 +34627,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34650,7 +34650,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -34664,10 +34664,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -34708,8 +34708,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34731,7 +34731,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -34745,10 +34745,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -34789,8 +34789,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34812,7 +34812,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -34826,10 +34826,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -34870,8 +34870,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34893,7 +34893,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -34907,10 +34907,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -34951,8 +34951,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34974,7 +34974,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -34988,10 +34988,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -35032,8 +35032,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35055,7 +35055,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -35069,10 +35069,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -35113,8 +35113,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35136,7 +35136,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -35150,10 +35150,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -35194,8 +35194,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35217,7 +35217,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -35231,10 +35231,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -35275,8 +35275,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35298,7 +35298,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -35312,10 +35312,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -35356,8 +35356,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35379,7 +35379,7 @@ "unit": "degC" }, "fluorescence": { - "value": 12, + "value": 12.0, "unit": "RFU" } } @@ -35393,10 +35393,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -35437,8 +35437,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35460,7 +35460,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -35474,10 +35474,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -35518,8 +35518,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35541,7 +35541,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -35555,10 +35555,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -35599,8 +35599,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35622,7 +35622,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -35636,10 +35636,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -35680,8 +35680,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35703,7 +35703,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -35717,10 +35717,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -35761,8 +35761,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35784,7 +35784,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -35798,10 +35798,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -35842,8 +35842,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35865,7 +35865,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -35879,10 +35879,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -35923,8 +35923,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35946,7 +35946,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -35960,10 +35960,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -36004,8 +36004,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36027,7 +36027,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -36041,10 +36041,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -36085,8 +36085,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36108,7 +36108,7 @@ "unit": "degC" }, "fluorescence": { - "value": 12, + "value": 12.0, "unit": "RFU" } } @@ -36122,10 +36122,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -36166,8 +36166,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36189,7 +36189,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -36203,10 +36203,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -36247,8 +36247,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36270,7 +36270,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -36284,10 +36284,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -36328,8 +36328,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36351,7 +36351,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -36365,10 +36365,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -36409,8 +36409,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36432,7 +36432,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -36446,10 +36446,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -36490,8 +36490,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36513,7 +36513,7 @@ "unit": "degC" }, "fluorescence": { - "value": 12, + "value": 12.0, "unit": "RFU" } } @@ -36527,10 +36527,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -36571,8 +36571,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36594,7 +36594,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -36608,10 +36608,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -36652,8 +36652,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36675,7 +36675,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -36689,10 +36689,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -36733,8 +36733,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36756,7 +36756,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -36770,10 +36770,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -36814,8 +36814,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36837,7 +36837,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -36851,10 +36851,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -36895,8 +36895,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36918,7 +36918,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -36932,10 +36932,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -36976,8 +36976,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36999,7 +36999,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -37013,10 +37013,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -37057,8 +37057,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37080,7 +37080,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -37094,10 +37094,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -37138,8 +37138,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37161,7 +37161,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -37175,10 +37175,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -37219,8 +37219,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37242,7 +37242,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -37256,10 +37256,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -37300,8 +37300,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37323,7 +37323,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -37337,10 +37337,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -37381,8 +37381,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37404,7 +37404,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -37418,10 +37418,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -37462,8 +37462,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37485,7 +37485,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -37499,10 +37499,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -37543,8 +37543,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37566,7 +37566,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -37580,10 +37580,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -37624,8 +37624,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37647,7 +37647,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -37661,10 +37661,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -37705,8 +37705,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37728,7 +37728,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -37742,10 +37742,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -37786,8 +37786,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37809,7 +37809,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -37823,10 +37823,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -37867,8 +37867,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37890,7 +37890,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -37904,10 +37904,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -37948,8 +37948,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37971,7 +37971,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -37985,10 +37985,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -38029,8 +38029,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38052,7 +38052,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -38066,10 +38066,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -38110,8 +38110,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38133,7 +38133,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -38147,10 +38147,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -38191,8 +38191,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38214,7 +38214,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -38228,10 +38228,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -38272,8 +38272,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38295,7 +38295,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -38309,10 +38309,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -38353,8 +38353,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38376,7 +38376,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -38390,10 +38390,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -38434,8 +38434,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38457,7 +38457,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -38471,10 +38471,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -38515,8 +38515,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38538,7 +38538,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -38552,10 +38552,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -38596,8 +38596,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38619,7 +38619,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -38633,10 +38633,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -38677,8 +38677,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38700,7 +38700,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -38714,10 +38714,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -38758,8 +38758,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38781,7 +38781,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -38795,10 +38795,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -38839,8 +38839,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38862,7 +38862,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -38876,10 +38876,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -38920,8 +38920,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38943,7 +38943,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -38957,10 +38957,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -39001,8 +39001,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39024,7 +39024,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -39038,10 +39038,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -39082,8 +39082,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39105,7 +39105,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -39119,10 +39119,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -39163,8 +39163,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39186,7 +39186,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -39200,10 +39200,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -39244,8 +39244,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39267,7 +39267,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -39281,10 +39281,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -39325,8 +39325,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39348,7 +39348,7 @@ "unit": "degC" }, "fluorescence": { - "value": 16, + "value": 16.0, "unit": "RFU" } } @@ -39362,10 +39362,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -39406,8 +39406,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39429,7 +39429,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -39443,10 +39443,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -39487,8 +39487,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39510,7 +39510,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -39524,10 +39524,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -39568,8 +39568,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39591,7 +39591,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -39605,10 +39605,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -39649,8 +39649,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39672,7 +39672,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -39686,10 +39686,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -39730,8 +39730,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39753,7 +39753,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -39767,10 +39767,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -39811,8 +39811,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39834,7 +39834,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -39848,10 +39848,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -39892,8 +39892,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39915,7 +39915,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -39929,10 +39929,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -39973,8 +39973,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39996,7 +39996,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -40010,10 +40010,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -40054,8 +40054,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40077,7 +40077,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -40091,10 +40091,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -40135,8 +40135,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40158,7 +40158,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -40172,10 +40172,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -40216,8 +40216,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40239,7 +40239,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -40253,10 +40253,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -40297,8 +40297,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40320,7 +40320,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -40334,10 +40334,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -40378,8 +40378,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40401,7 +40401,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -40415,10 +40415,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -40459,8 +40459,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40482,7 +40482,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -40496,10 +40496,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -40540,8 +40540,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40563,7 +40563,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -40577,10 +40577,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -40621,8 +40621,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40644,7 +40644,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -40658,10 +40658,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -40702,8 +40702,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40725,7 +40725,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -40739,10 +40739,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -40783,8 +40783,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40806,7 +40806,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -40820,10 +40820,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -40864,8 +40864,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40887,7 +40887,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -40901,10 +40901,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -40945,8 +40945,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40968,7 +40968,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -40982,10 +40982,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -41026,8 +41026,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41049,7 +41049,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -41063,10 +41063,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -41107,8 +41107,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41130,7 +41130,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -41144,10 +41144,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -41188,8 +41188,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41211,7 +41211,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -41225,10 +41225,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -41269,8 +41269,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41292,7 +41292,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -41306,10 +41306,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -41350,8 +41350,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41373,7 +41373,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -41387,10 +41387,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -41431,8 +41431,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41454,7 +41454,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -41468,10 +41468,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -41512,8 +41512,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41535,7 +41535,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -41549,10 +41549,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -41593,8 +41593,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41616,7 +41616,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -41630,10 +41630,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -41674,8 +41674,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41697,7 +41697,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -41711,10 +41711,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -41755,8 +41755,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41778,7 +41778,7 @@ "unit": "degC" }, "fluorescence": { - "value": 0, + "value": 0.0, "unit": "RFU" } } @@ -41792,10 +41792,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -41836,8 +41836,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41859,7 +41859,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -41873,10 +41873,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -41917,8 +41917,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41940,7 +41940,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -41954,10 +41954,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -41998,8 +41998,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42021,7 +42021,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -42035,10 +42035,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -42079,8 +42079,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42102,7 +42102,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -42116,10 +42116,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -42160,8 +42160,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42183,7 +42183,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -42197,10 +42197,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -42241,8 +42241,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42264,7 +42264,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -42278,10 +42278,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -42322,8 +42322,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42345,7 +42345,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -42359,10 +42359,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -42403,8 +42403,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42426,7 +42426,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -42440,10 +42440,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -42484,8 +42484,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42507,7 +42507,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -42521,10 +42521,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -42565,8 +42565,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42588,7 +42588,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -42602,10 +42602,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -42646,8 +42646,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42669,7 +42669,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -42683,10 +42683,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -42727,8 +42727,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42750,7 +42750,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -42764,10 +42764,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -42808,8 +42808,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42831,7 +42831,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -42845,10 +42845,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -42889,8 +42889,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42912,7 +42912,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -42926,10 +42926,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -42970,8 +42970,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42993,7 +42993,7 @@ "unit": "degC" }, "fluorescence": { - "value": 12, + "value": 12.0, "unit": "RFU" } } @@ -43007,10 +43007,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -43051,8 +43051,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43074,7 +43074,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -43088,10 +43088,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -43132,8 +43132,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43155,7 +43155,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -43169,10 +43169,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -43213,8 +43213,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43236,7 +43236,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -43250,10 +43250,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -43294,8 +43294,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43317,7 +43317,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -43331,10 +43331,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -43375,8 +43375,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43398,7 +43398,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -43412,10 +43412,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -43456,8 +43456,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43479,7 +43479,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -43493,10 +43493,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -43537,8 +43537,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43560,7 +43560,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -43574,10 +43574,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -43618,8 +43618,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43641,7 +43641,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -43655,10 +43655,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -43699,8 +43699,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43722,7 +43722,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -43736,10 +43736,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -43780,8 +43780,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43803,7 +43803,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -43817,10 +43817,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -43861,8 +43861,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43884,7 +43884,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -43898,10 +43898,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -43942,8 +43942,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43965,7 +43965,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -43979,10 +43979,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -44023,8 +44023,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44046,7 +44046,7 @@ "unit": "degC" }, "fluorescence": { - "value": 0, + "value": 0.0, "unit": "RFU" } } @@ -44060,10 +44060,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -44104,8 +44104,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44127,7 +44127,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -44141,10 +44141,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -44185,8 +44185,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44208,7 +44208,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -44222,10 +44222,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -44266,8 +44266,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44289,7 +44289,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -44303,10 +44303,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -44347,8 +44347,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44370,7 +44370,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -44384,10 +44384,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -44428,8 +44428,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44451,7 +44451,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -44465,10 +44465,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -44509,8 +44509,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44532,7 +44532,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -44546,10 +44546,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -44590,8 +44590,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44613,7 +44613,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -44627,10 +44627,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -44671,8 +44671,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44694,7 +44694,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -44708,10 +44708,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -44752,8 +44752,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44775,7 +44775,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -44789,10 +44789,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -44833,8 +44833,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44856,7 +44856,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -44870,10 +44870,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -44914,8 +44914,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44937,7 +44937,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -44951,10 +44951,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -44995,8 +44995,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45018,7 +45018,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -45032,10 +45032,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -45076,8 +45076,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45099,7 +45099,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -45113,10 +45113,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -45157,8 +45157,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45180,7 +45180,7 @@ "unit": "degC" }, "fluorescence": { - "value": 0, + "value": 0.0, "unit": "RFU" } } @@ -45194,10 +45194,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -45238,8 +45238,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45261,7 +45261,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -45275,10 +45275,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -45319,8 +45319,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45342,7 +45342,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -45356,10 +45356,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -45400,8 +45400,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45423,7 +45423,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -45437,10 +45437,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -45481,8 +45481,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45504,7 +45504,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -45518,10 +45518,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -45562,8 +45562,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45585,7 +45585,7 @@ "unit": "degC" }, "fluorescence": { - "value": 12, + "value": 12.0, "unit": "RFU" } } @@ -45599,10 +45599,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -45643,8 +45643,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45666,7 +45666,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -45680,10 +45680,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -45724,8 +45724,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45747,7 +45747,7 @@ "unit": "degC" }, "fluorescence": { - "value": 12, + "value": 12.0, "unit": "RFU" } } @@ -45761,10 +45761,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -45805,8 +45805,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45828,7 +45828,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -45842,10 +45842,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -45886,8 +45886,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45909,7 +45909,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -45923,10 +45923,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -45967,8 +45967,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45990,7 +45990,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -46004,10 +46004,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -46048,8 +46048,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46071,7 +46071,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -46085,10 +46085,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -46129,8 +46129,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46152,7 +46152,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -46166,10 +46166,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -46210,8 +46210,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46233,7 +46233,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -46247,10 +46247,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -46291,8 +46291,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46314,7 +46314,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -46328,10 +46328,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -46372,8 +46372,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46395,7 +46395,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -46409,10 +46409,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -46453,8 +46453,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46476,7 +46476,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -46490,10 +46490,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -46534,8 +46534,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46557,7 +46557,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -46571,10 +46571,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -46615,8 +46615,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46638,7 +46638,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -46652,10 +46652,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -46696,8 +46696,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46719,7 +46719,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -46733,10 +46733,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -46777,8 +46777,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46800,7 +46800,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -46814,10 +46814,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -46858,8 +46858,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46881,7 +46881,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -46895,10 +46895,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -46939,8 +46939,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46962,7 +46962,7 @@ "unit": "degC" }, "fluorescence": { - "value": 0, + "value": 0.0, "unit": "RFU" } } @@ -46976,10 +46976,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -47020,8 +47020,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47043,7 +47043,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -47057,10 +47057,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -47101,8 +47101,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47124,7 +47124,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -47138,10 +47138,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -47182,8 +47182,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47205,7 +47205,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -47219,10 +47219,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -47263,8 +47263,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47286,7 +47286,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -47300,10 +47300,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -47344,8 +47344,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47367,7 +47367,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -47381,10 +47381,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -47425,8 +47425,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47448,7 +47448,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -47462,10 +47462,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -47506,8 +47506,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47529,7 +47529,7 @@ "unit": "degC" }, "fluorescence": { - "value": 12, + "value": 12.0, "unit": "RFU" } } @@ -47543,10 +47543,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -47587,8 +47587,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47610,7 +47610,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -47624,10 +47624,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -47668,8 +47668,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47691,7 +47691,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -47705,10 +47705,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -47749,8 +47749,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47772,7 +47772,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -47786,10 +47786,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -47830,8 +47830,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47853,7 +47853,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -47867,10 +47867,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -47911,8 +47911,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47934,7 +47934,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -47948,10 +47948,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -47992,8 +47992,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48015,7 +48015,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -48029,10 +48029,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -48073,8 +48073,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48096,7 +48096,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -48110,10 +48110,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -48154,8 +48154,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48177,7 +48177,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -48191,10 +48191,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -48235,8 +48235,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48258,7 +48258,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -48272,10 +48272,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -48316,8 +48316,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48339,7 +48339,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -48353,10 +48353,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -48397,8 +48397,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48420,7 +48420,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -48434,10 +48434,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -48478,8 +48478,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48501,7 +48501,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -48515,10 +48515,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -48559,8 +48559,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48582,7 +48582,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -48596,10 +48596,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -48640,8 +48640,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48663,7 +48663,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -48677,10 +48677,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -48721,8 +48721,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48744,7 +48744,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -48758,10 +48758,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -48802,8 +48802,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48825,7 +48825,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -48839,10 +48839,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -48883,8 +48883,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48906,7 +48906,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -48920,10 +48920,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -48964,8 +48964,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48987,7 +48987,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -49001,10 +49001,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -49045,8 +49045,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49068,7 +49068,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -49082,10 +49082,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -49126,8 +49126,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49149,7 +49149,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -49163,10 +49163,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -49207,8 +49207,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49230,7 +49230,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -49244,10 +49244,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -49288,8 +49288,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49311,7 +49311,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -49325,10 +49325,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -49369,8 +49369,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49392,7 +49392,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -49406,10 +49406,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -49450,8 +49450,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49473,7 +49473,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -49487,10 +49487,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -49531,8 +49531,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49554,7 +49554,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -49568,10 +49568,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -49612,8 +49612,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49635,7 +49635,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -49649,10 +49649,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -49693,8 +49693,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49716,7 +49716,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -49730,10 +49730,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -49774,8 +49774,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49797,7 +49797,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -49811,10 +49811,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -49855,8 +49855,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49878,7 +49878,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -49892,10 +49892,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -49936,8 +49936,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49959,7 +49959,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -49973,10 +49973,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -50017,8 +50017,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50040,7 +50040,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -50054,10 +50054,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -50098,8 +50098,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50121,7 +50121,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -50135,10 +50135,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -50179,8 +50179,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50202,7 +50202,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -50216,10 +50216,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -50260,8 +50260,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50283,7 +50283,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -50297,10 +50297,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -50341,8 +50341,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50364,7 +50364,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -50378,10 +50378,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -50422,8 +50422,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50445,7 +50445,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -50459,10 +50459,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -50503,8 +50503,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50526,7 +50526,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -50540,10 +50540,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -50584,8 +50584,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50607,7 +50607,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -50621,10 +50621,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -50665,8 +50665,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50688,7 +50688,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -50702,10 +50702,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -50746,8 +50746,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50769,7 +50769,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -50783,10 +50783,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -50827,8 +50827,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50850,7 +50850,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -50864,10 +50864,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -50908,8 +50908,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50931,7 +50931,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -50945,10 +50945,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -50989,8 +50989,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51012,7 +51012,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -51026,10 +51026,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -51070,8 +51070,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51093,7 +51093,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -51107,10 +51107,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -51151,8 +51151,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51174,7 +51174,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -51188,10 +51188,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -51232,8 +51232,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51255,7 +51255,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -51269,10 +51269,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -51313,8 +51313,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51336,7 +51336,7 @@ "unit": "degC" }, "fluorescence": { - "value": 12, + "value": 12.0, "unit": "RFU" } } @@ -51350,10 +51350,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -51394,8 +51394,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51417,7 +51417,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -51431,10 +51431,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -51475,8 +51475,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51498,7 +51498,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -51512,10 +51512,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -51556,8 +51556,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51579,7 +51579,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -51593,10 +51593,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -51637,8 +51637,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51660,7 +51660,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -51674,10 +51674,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -51718,8 +51718,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51741,7 +51741,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -51755,10 +51755,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -51799,8 +51799,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51822,7 +51822,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -51836,10 +51836,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -51880,8 +51880,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51903,7 +51903,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -51917,10 +51917,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -51961,8 +51961,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51984,7 +51984,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -51998,10 +51998,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -52042,8 +52042,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52065,7 +52065,7 @@ "unit": "degC" }, "fluorescence": { - "value": 0, + "value": 0.0, "unit": "RFU" } } @@ -52079,10 +52079,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -52123,8 +52123,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52146,7 +52146,7 @@ "unit": "degC" }, "fluorescence": { - "value": 12, + "value": 12.0, "unit": "RFU" } } @@ -52160,10 +52160,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -52204,8 +52204,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52227,7 +52227,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -52241,10 +52241,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -52285,8 +52285,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52308,7 +52308,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -52322,10 +52322,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -52366,8 +52366,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52389,7 +52389,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -52403,10 +52403,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -52447,8 +52447,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52470,7 +52470,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -52484,10 +52484,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -52528,8 +52528,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52551,7 +52551,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -52565,10 +52565,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -52609,8 +52609,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52632,7 +52632,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -52646,10 +52646,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -52690,8 +52690,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52713,7 +52713,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -52727,10 +52727,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -52771,8 +52771,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52794,7 +52794,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -52808,10 +52808,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -52852,8 +52852,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52875,7 +52875,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -52889,10 +52889,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -52933,8 +52933,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52956,7 +52956,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -52970,10 +52970,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -53014,8 +53014,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53037,7 +53037,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -53051,10 +53051,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -53095,8 +53095,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53118,7 +53118,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -53132,10 +53132,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -53176,8 +53176,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53199,7 +53199,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -53213,10 +53213,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -53257,8 +53257,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53280,7 +53280,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -53294,10 +53294,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -53338,8 +53338,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53361,7 +53361,7 @@ "unit": "degC" }, "fluorescence": { - "value": 0, + "value": 0.0, "unit": "RFU" } } @@ -53375,10 +53375,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -53419,8 +53419,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53442,7 +53442,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -53456,10 +53456,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -53500,8 +53500,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53523,7 +53523,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -53537,10 +53537,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -53581,8 +53581,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53604,7 +53604,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -53618,10 +53618,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -53662,8 +53662,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53685,7 +53685,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -53699,10 +53699,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -53743,8 +53743,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53766,7 +53766,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -53780,10 +53780,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -53824,8 +53824,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53847,7 +53847,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -53861,10 +53861,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -53905,8 +53905,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53928,7 +53928,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -53942,10 +53942,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -53986,8 +53986,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54009,7 +54009,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -54023,10 +54023,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -54067,8 +54067,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54090,7 +54090,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -54104,10 +54104,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -54148,8 +54148,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54171,7 +54171,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -54185,10 +54185,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -54229,8 +54229,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54252,7 +54252,7 @@ "unit": "degC" }, "fluorescence": { - "value": 0, + "value": 0.0, "unit": "RFU" } } @@ -54266,10 +54266,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -54310,8 +54310,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54333,7 +54333,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -54347,10 +54347,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -54391,8 +54391,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54414,7 +54414,7 @@ "unit": "degC" }, "fluorescence": { - "value": 0, + "value": 0.0, "unit": "RFU" } } @@ -54428,10 +54428,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -54472,8 +54472,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54495,7 +54495,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -54509,10 +54509,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -54553,8 +54553,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54576,7 +54576,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -54590,10 +54590,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -54634,8 +54634,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54657,7 +54657,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -54671,10 +54671,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -54715,8 +54715,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54738,7 +54738,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -54752,10 +54752,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -54796,8 +54796,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54819,7 +54819,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -54833,10 +54833,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -54877,8 +54877,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54900,7 +54900,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -54914,10 +54914,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -54958,8 +54958,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54981,7 +54981,7 @@ "unit": "degC" }, "fluorescence": { - "value": 0, + "value": 0.0, "unit": "RFU" } } @@ -54995,10 +54995,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -55039,8 +55039,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55062,7 +55062,7 @@ "unit": "degC" }, "fluorescence": { - "value": 12, + "value": 12.0, "unit": "RFU" } } @@ -55076,10 +55076,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -55120,8 +55120,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55143,7 +55143,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -55157,10 +55157,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -55201,8 +55201,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55224,7 +55224,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -55238,10 +55238,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -55282,8 +55282,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55305,7 +55305,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -55319,10 +55319,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -55363,8 +55363,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55386,7 +55386,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -55400,10 +55400,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -55444,8 +55444,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55467,7 +55467,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -55481,10 +55481,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -55525,8 +55525,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55548,7 +55548,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -55562,10 +55562,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -55606,8 +55606,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55629,7 +55629,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -55643,10 +55643,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -55687,8 +55687,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55710,7 +55710,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -55724,10 +55724,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -55768,8 +55768,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55791,7 +55791,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -55805,10 +55805,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -55849,8 +55849,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55872,7 +55872,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -55886,10 +55886,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -55930,8 +55930,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55953,7 +55953,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -55967,10 +55967,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -56011,8 +56011,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56034,7 +56034,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -56048,10 +56048,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -56092,8 +56092,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56115,7 +56115,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -56129,10 +56129,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -56173,8 +56173,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56196,7 +56196,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -56210,10 +56210,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -56254,8 +56254,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56277,7 +56277,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -56291,10 +56291,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -56335,8 +56335,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56358,7 +56358,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -56372,10 +56372,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -56416,8 +56416,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56439,7 +56439,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -56453,10 +56453,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -56497,8 +56497,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56520,7 +56520,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -56534,10 +56534,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -56578,8 +56578,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56601,7 +56601,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -56615,10 +56615,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -56659,8 +56659,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56682,7 +56682,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -56696,10 +56696,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -56740,8 +56740,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56763,7 +56763,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -56777,10 +56777,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -56821,8 +56821,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56844,7 +56844,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -56858,10 +56858,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -56902,8 +56902,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56925,7 +56925,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -56939,10 +56939,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -56983,8 +56983,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57006,7 +57006,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -57020,10 +57020,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -57064,8 +57064,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57087,7 +57087,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -57101,10 +57101,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -57145,8 +57145,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57168,7 +57168,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -57182,10 +57182,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -57226,8 +57226,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57249,7 +57249,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -57263,10 +57263,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -57307,8 +57307,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57330,7 +57330,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -57344,10 +57344,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -57388,8 +57388,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57411,7 +57411,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -57425,10 +57425,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -57469,8 +57469,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57492,7 +57492,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -57506,10 +57506,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -57550,8 +57550,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57573,7 +57573,7 @@ "unit": "degC" }, "fluorescence": { - "value": 12, + "value": 12.0, "unit": "RFU" } } @@ -57587,10 +57587,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -57631,8 +57631,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57654,7 +57654,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -57668,10 +57668,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -57712,8 +57712,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57735,7 +57735,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -57749,10 +57749,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -57793,8 +57793,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57816,7 +57816,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -57830,10 +57830,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -57874,8 +57874,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57897,7 +57897,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -57911,10 +57911,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -57955,8 +57955,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57978,7 +57978,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -57992,10 +57992,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -58036,8 +58036,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58059,7 +58059,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -58073,10 +58073,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -58117,8 +58117,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58140,7 +58140,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -58154,10 +58154,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -58198,8 +58198,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58221,7 +58221,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -58235,10 +58235,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -58279,8 +58279,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58302,7 +58302,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -58316,10 +58316,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -58360,8 +58360,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58383,7 +58383,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -58397,10 +58397,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -58441,8 +58441,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58464,7 +58464,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -58478,10 +58478,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -58522,8 +58522,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58545,7 +58545,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -58559,10 +58559,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -58603,8 +58603,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58626,7 +58626,7 @@ "unit": "degC" }, "fluorescence": { - "value": 0, + "value": 0.0, "unit": "RFU" } } @@ -58640,10 +58640,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -58684,8 +58684,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58707,7 +58707,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -58721,10 +58721,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -58765,8 +58765,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58788,7 +58788,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -58802,10 +58802,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -58846,8 +58846,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58869,7 +58869,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -58883,10 +58883,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -58927,8 +58927,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58950,7 +58950,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -58964,10 +58964,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -59008,8 +59008,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59031,7 +59031,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -59045,10 +59045,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -59089,8 +59089,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59112,7 +59112,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -59126,10 +59126,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -59170,8 +59170,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59193,7 +59193,7 @@ "unit": "degC" }, "fluorescence": { - "value": 12, + "value": 12.0, "unit": "RFU" } } @@ -59207,10 +59207,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -59251,8 +59251,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59274,7 +59274,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -59288,10 +59288,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -59332,8 +59332,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59355,7 +59355,7 @@ "unit": "degC" }, "fluorescence": { - "value": 0, + "value": 0.0, "unit": "RFU" } } @@ -59369,10 +59369,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -59413,8 +59413,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59436,7 +59436,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -59450,10 +59450,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -59494,8 +59494,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59517,7 +59517,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -59531,10 +59531,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -59575,8 +59575,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59598,7 +59598,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -59612,10 +59612,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -59656,8 +59656,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59679,7 +59679,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -59693,10 +59693,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -59737,8 +59737,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59760,7 +59760,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -59774,10 +59774,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -59818,8 +59818,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59841,7 +59841,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -59855,10 +59855,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -59899,8 +59899,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59922,7 +59922,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -59936,10 +59936,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -59980,8 +59980,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60003,7 +60003,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -60017,10 +60017,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -60061,8 +60061,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60084,7 +60084,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -60098,10 +60098,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -60142,8 +60142,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60165,7 +60165,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -60179,10 +60179,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -60223,8 +60223,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60246,7 +60246,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -60260,10 +60260,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -60304,8 +60304,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60327,7 +60327,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -60341,10 +60341,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -60385,8 +60385,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60408,7 +60408,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -60422,10 +60422,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -60466,8 +60466,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60489,7 +60489,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -60503,10 +60503,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -60547,8 +60547,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60570,7 +60570,7 @@ "unit": "degC" }, "fluorescence": { - "value": 12, + "value": 12.0, "unit": "RFU" } } @@ -60584,10 +60584,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -60628,8 +60628,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60651,7 +60651,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -60665,10 +60665,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -60709,8 +60709,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60732,7 +60732,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -60746,10 +60746,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -60790,8 +60790,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60813,7 +60813,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -60827,10 +60827,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -60871,8 +60871,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60894,7 +60894,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -60908,10 +60908,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -60952,8 +60952,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60975,7 +60975,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -60989,10 +60989,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -61033,8 +61033,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -61056,7 +61056,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -61070,10 +61070,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -61114,8 +61114,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -61137,7 +61137,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -61151,10 +61151,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -61195,8 +61195,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -61218,7 +61218,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -61232,10 +61232,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -61276,8 +61276,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -61299,7 +61299,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -61313,10 +61313,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -61357,8 +61357,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -61380,7 +61380,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -61394,10 +61394,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -61438,8 +61438,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -61461,7 +61461,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -61475,10 +61475,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -61519,8 +61519,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -61542,7 +61542,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -61556,10 +61556,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -61600,8 +61600,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -61623,7 +61623,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -61637,10 +61637,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -61681,8 +61681,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -61704,7 +61704,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -61718,10 +61718,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -61762,8 +61762,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -61785,7 +61785,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -61799,10 +61799,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -61843,8 +61843,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -61866,7 +61866,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -61880,10 +61880,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -61924,8 +61924,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -61947,7 +61947,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -61961,10 +61961,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -62005,8 +62005,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -62028,7 +62028,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -62042,10 +62042,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -62086,8 +62086,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -62109,7 +62109,7 @@ "unit": "degC" }, "fluorescence": { - "value": 4, + "value": 4.0, "unit": "RFU" } } @@ -62123,10 +62123,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } }, @@ -62167,8 +62167,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -62190,7 +62190,7 @@ "unit": "degC" }, "fluorescence": { - "value": 8, + "value": 8.0, "unit": "RFU" } } @@ -62204,10 +62204,10 @@ "experimental data identifier": "2898", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 10:48:03 AM", "Assay Started": "8/22/2023 10:41:10 AM", "Assay Finished": "8/22/2023 10:48:03 AM", - "Protocol Name": "DL Test Alpha", - "Assay Exported": "8/22/2023 10:48:03 AM" + "Protocol Name": "DL Test Alpha" } } } @@ -75278,7 +75278,7 @@ "file name": "PE_Envision_fluorescence_example04.csv", "UNC path": "tests/parsers/perkin_elmer_envision/testdata/PE_Envision_fluorescence_example04.csv", "ASM converter name": "allotropy_perkinelmer_envision", - "ASM converter version": "0.1.105", + "ASM converter version": "0.1.113", "software name": "EnVision Workstation", "software version": "1.14.3049.1193" }, diff --git a/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_luminescence_example01.json b/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_luminescence_example01.json index 8b7423a5c..cf10eca60 100644 --- a/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_luminescence_example01.json +++ b/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_luminescence_example01.json @@ -39,8 +39,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -62,7 +62,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -76,10 +76,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -120,8 +120,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -142,7 +142,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -156,10 +156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -200,8 +200,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -222,7 +222,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -236,10 +236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -280,8 +280,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -302,7 +302,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -316,10 +316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -360,8 +360,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -382,7 +382,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -396,10 +396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -440,8 +440,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -462,7 +462,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -476,10 +476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -520,8 +520,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -542,7 +542,7 @@ "unit": "degC" }, "luminescence": { - "value": 80, + "value": 80.0, "unit": "RLU" } } @@ -556,10 +556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -600,8 +600,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -622,7 +622,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -636,10 +636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -680,8 +680,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -702,7 +702,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -716,10 +716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -760,8 +760,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -782,7 +782,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -796,10 +796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -840,8 +840,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -862,7 +862,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -876,10 +876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -920,8 +920,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -942,7 +942,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -956,10 +956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -1000,8 +1000,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -1022,7 +1022,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -1036,10 +1036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -1080,8 +1080,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -1102,7 +1102,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -1116,10 +1116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -1160,8 +1160,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -1182,7 +1182,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -1196,10 +1196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -1240,8 +1240,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -1262,7 +1262,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -1276,10 +1276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -1320,8 +1320,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -1342,7 +1342,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -1356,10 +1356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -1400,8 +1400,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -1422,7 +1422,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -1436,10 +1436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -1480,8 +1480,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -1502,7 +1502,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -1516,10 +1516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -1560,8 +1560,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -1582,7 +1582,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -1596,10 +1596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -1640,8 +1640,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -1662,7 +1662,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -1676,10 +1676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -1720,8 +1720,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -1742,7 +1742,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -1756,10 +1756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -1800,8 +1800,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -1822,7 +1822,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -1836,10 +1836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -1880,8 +1880,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -1902,7 +1902,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -1916,10 +1916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -1960,8 +1960,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -1982,7 +1982,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -1996,10 +1996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -2040,8 +2040,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -2062,7 +2062,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -2076,10 +2076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -2120,8 +2120,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -2142,7 +2142,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -2156,10 +2156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -2200,8 +2200,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -2222,7 +2222,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -2236,10 +2236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -2280,8 +2280,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -2302,7 +2302,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -2316,10 +2316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -2360,8 +2360,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -2382,7 +2382,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -2396,10 +2396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -2440,8 +2440,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -2462,7 +2462,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -2476,10 +2476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -2520,8 +2520,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -2542,7 +2542,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -2556,10 +2556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -2600,8 +2600,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -2622,7 +2622,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -2636,10 +2636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -2680,8 +2680,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -2702,7 +2702,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -2716,10 +2716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -2760,8 +2760,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -2782,7 +2782,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -2796,10 +2796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -2840,8 +2840,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -2862,7 +2862,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -2876,10 +2876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -2920,8 +2920,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -2942,7 +2942,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -2956,10 +2956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -3000,8 +3000,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -3022,7 +3022,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -3036,10 +3036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -3080,8 +3080,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -3102,7 +3102,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -3116,10 +3116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -3160,8 +3160,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -3182,7 +3182,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -3196,10 +3196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -3240,8 +3240,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -3262,7 +3262,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -3276,10 +3276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -3320,8 +3320,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -3342,7 +3342,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -3356,10 +3356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -3400,8 +3400,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -3422,7 +3422,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -3436,10 +3436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -3480,8 +3480,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -3502,7 +3502,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -3516,10 +3516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -3560,8 +3560,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -3582,7 +3582,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -3596,10 +3596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -3640,8 +3640,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -3662,7 +3662,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -3676,10 +3676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -3720,8 +3720,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -3742,7 +3742,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -3756,10 +3756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -3800,8 +3800,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -3822,7 +3822,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -3836,10 +3836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -3880,8 +3880,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -3902,7 +3902,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -3916,10 +3916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -3960,8 +3960,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -3982,7 +3982,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -3996,10 +3996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -4040,8 +4040,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -4062,7 +4062,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -4076,10 +4076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -4120,8 +4120,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -4142,7 +4142,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -4156,10 +4156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -4200,8 +4200,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -4222,7 +4222,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -4236,10 +4236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -4280,8 +4280,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -4302,7 +4302,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -4316,10 +4316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -4360,8 +4360,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -4382,7 +4382,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -4396,10 +4396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -4440,8 +4440,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -4462,7 +4462,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -4476,10 +4476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -4520,8 +4520,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -4542,7 +4542,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -4556,10 +4556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -4600,8 +4600,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -4622,7 +4622,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -4636,10 +4636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -4680,8 +4680,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -4702,7 +4702,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -4716,10 +4716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -4760,8 +4760,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -4782,7 +4782,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -4796,10 +4796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -4840,8 +4840,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -4862,7 +4862,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -4876,10 +4876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -4920,8 +4920,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -4942,7 +4942,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -4956,10 +4956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -5000,8 +5000,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -5022,7 +5022,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -5036,10 +5036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -5080,8 +5080,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -5102,7 +5102,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -5116,10 +5116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -5160,8 +5160,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -5182,7 +5182,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -5196,10 +5196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -5240,8 +5240,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -5262,7 +5262,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -5276,10 +5276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -5320,8 +5320,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -5342,7 +5342,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -5356,10 +5356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -5400,8 +5400,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -5422,7 +5422,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -5436,10 +5436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -5480,8 +5480,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -5502,7 +5502,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -5516,10 +5516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -5560,8 +5560,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -5582,7 +5582,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -5596,10 +5596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -5640,8 +5640,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -5662,7 +5662,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -5676,10 +5676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -5720,8 +5720,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -5742,7 +5742,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -5756,10 +5756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -5800,8 +5800,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -5822,7 +5822,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -5836,10 +5836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -5880,8 +5880,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -5902,7 +5902,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -5916,10 +5916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -5960,8 +5960,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -5982,7 +5982,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -5996,10 +5996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -6040,8 +6040,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -6062,7 +6062,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -6076,10 +6076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -6120,8 +6120,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -6142,7 +6142,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -6156,10 +6156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -6200,8 +6200,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -6222,7 +6222,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -6236,10 +6236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -6280,8 +6280,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -6302,7 +6302,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -6316,10 +6316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -6360,8 +6360,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -6382,7 +6382,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -6396,10 +6396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -6440,8 +6440,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -6462,7 +6462,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -6476,10 +6476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -6520,8 +6520,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -6542,7 +6542,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -6556,10 +6556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -6600,8 +6600,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -6622,7 +6622,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -6636,10 +6636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -6680,8 +6680,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -6702,7 +6702,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -6716,10 +6716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -6760,8 +6760,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -6782,7 +6782,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -6796,10 +6796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -6840,8 +6840,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -6862,7 +6862,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -6876,10 +6876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -6920,8 +6920,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -6942,7 +6942,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -6956,10 +6956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -7000,8 +7000,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -7022,7 +7022,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -7036,10 +7036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -7080,8 +7080,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -7102,7 +7102,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -7116,10 +7116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -7160,8 +7160,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -7182,7 +7182,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -7196,10 +7196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -7240,8 +7240,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -7262,7 +7262,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -7276,10 +7276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -7320,8 +7320,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -7342,7 +7342,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -7356,10 +7356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -7400,8 +7400,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -7422,7 +7422,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -7436,10 +7436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -7480,8 +7480,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -7502,7 +7502,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -7516,10 +7516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -7560,8 +7560,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -7582,7 +7582,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -7596,10 +7596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -7640,8 +7640,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -7662,7 +7662,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -7676,10 +7676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -7720,8 +7720,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -7742,7 +7742,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -7756,10 +7756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -7800,8 +7800,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -7822,7 +7822,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -7836,10 +7836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -7880,8 +7880,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -7902,7 +7902,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -7916,10 +7916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -7960,8 +7960,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -7982,7 +7982,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -7996,10 +7996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -8040,8 +8040,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -8062,7 +8062,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -8076,10 +8076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -8120,8 +8120,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -8142,7 +8142,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -8156,10 +8156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -8200,8 +8200,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -8222,7 +8222,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -8236,10 +8236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -8280,8 +8280,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -8302,7 +8302,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -8316,10 +8316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -8360,8 +8360,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -8382,7 +8382,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -8396,10 +8396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -8440,8 +8440,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -8462,7 +8462,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -8476,10 +8476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -8520,8 +8520,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -8542,7 +8542,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -8556,10 +8556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -8600,8 +8600,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -8622,7 +8622,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -8636,10 +8636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -8680,8 +8680,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -8702,7 +8702,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -8716,10 +8716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -8760,8 +8760,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -8782,7 +8782,7 @@ "unit": "degC" }, "luminescence": { - "value": 80, + "value": 80.0, "unit": "RLU" } } @@ -8796,10 +8796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -8840,8 +8840,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -8862,7 +8862,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -8876,10 +8876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -8920,8 +8920,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -8942,7 +8942,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -8956,10 +8956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -9000,8 +9000,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -9022,7 +9022,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -9036,10 +9036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -9080,8 +9080,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -9102,7 +9102,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -9116,10 +9116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -9160,8 +9160,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -9182,7 +9182,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -9196,10 +9196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -9240,8 +9240,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -9262,7 +9262,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -9276,10 +9276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -9320,8 +9320,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -9342,7 +9342,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -9356,10 +9356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -9400,8 +9400,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -9422,7 +9422,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -9436,10 +9436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -9480,8 +9480,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -9502,7 +9502,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -9516,10 +9516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -9560,8 +9560,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -9582,7 +9582,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -9596,10 +9596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -9640,8 +9640,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -9662,7 +9662,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -9676,10 +9676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -9720,8 +9720,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -9742,7 +9742,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -9756,10 +9756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -9800,8 +9800,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -9822,7 +9822,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -9836,10 +9836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -9880,8 +9880,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -9902,7 +9902,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -9916,10 +9916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -9960,8 +9960,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -9982,7 +9982,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -9996,10 +9996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -10040,8 +10040,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -10062,7 +10062,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -10076,10 +10076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -10120,8 +10120,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -10142,7 +10142,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -10156,10 +10156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -10200,8 +10200,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -10222,7 +10222,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -10236,10 +10236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -10280,8 +10280,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -10302,7 +10302,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -10316,10 +10316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -10360,8 +10360,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -10382,7 +10382,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -10396,10 +10396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -10440,8 +10440,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -10462,7 +10462,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -10476,10 +10476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -10520,8 +10520,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -10542,7 +10542,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -10556,10 +10556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -10600,8 +10600,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -10622,7 +10622,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -10636,10 +10636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -10680,8 +10680,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -10702,7 +10702,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -10716,10 +10716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -10760,8 +10760,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -10782,7 +10782,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -10796,10 +10796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -10840,8 +10840,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -10862,7 +10862,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -10876,10 +10876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -10920,8 +10920,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -10942,7 +10942,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -10956,10 +10956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -11000,8 +11000,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -11022,7 +11022,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -11036,10 +11036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -11080,8 +11080,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -11102,7 +11102,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -11116,10 +11116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -11160,8 +11160,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -11182,7 +11182,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -11196,10 +11196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -11240,8 +11240,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -11262,7 +11262,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -11276,10 +11276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -11320,8 +11320,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -11342,7 +11342,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -11356,10 +11356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -11400,8 +11400,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -11422,7 +11422,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -11436,10 +11436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -11480,8 +11480,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -11502,7 +11502,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -11516,10 +11516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -11560,8 +11560,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -11582,7 +11582,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -11596,10 +11596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -11640,8 +11640,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -11662,7 +11662,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -11676,10 +11676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -11720,8 +11720,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -11742,7 +11742,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -11756,10 +11756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -11800,8 +11800,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -11822,7 +11822,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -11836,10 +11836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -11880,8 +11880,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -11902,7 +11902,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -11916,10 +11916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -11960,8 +11960,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -11982,7 +11982,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -11996,10 +11996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -12040,8 +12040,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -12062,7 +12062,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -12076,10 +12076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -12120,8 +12120,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -12142,7 +12142,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -12156,10 +12156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -12200,8 +12200,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -12222,7 +12222,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -12236,10 +12236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -12280,8 +12280,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -12302,7 +12302,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -12316,10 +12316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -12360,8 +12360,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -12382,7 +12382,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -12396,10 +12396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -12440,8 +12440,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -12462,7 +12462,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -12476,10 +12476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -12520,8 +12520,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -12542,7 +12542,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -12556,10 +12556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -12600,8 +12600,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -12622,7 +12622,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -12636,10 +12636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -12680,8 +12680,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -12702,7 +12702,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -12716,10 +12716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -12760,8 +12760,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -12782,7 +12782,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -12796,10 +12796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -12840,8 +12840,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -12862,7 +12862,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -12876,10 +12876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -12920,8 +12920,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -12942,7 +12942,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -12956,10 +12956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -13000,8 +13000,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -13022,7 +13022,7 @@ "unit": "degC" }, "luminescence": { - "value": 120, + "value": 120.0, "unit": "RLU" } } @@ -13036,10 +13036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -13080,8 +13080,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -13102,7 +13102,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -13116,10 +13116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -13160,8 +13160,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -13182,7 +13182,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -13196,10 +13196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -13240,8 +13240,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -13262,7 +13262,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -13276,10 +13276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -13320,8 +13320,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -13342,7 +13342,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -13356,10 +13356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -13400,8 +13400,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -13422,7 +13422,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -13436,10 +13436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -13480,8 +13480,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -13502,7 +13502,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -13516,10 +13516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -13560,8 +13560,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -13582,7 +13582,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -13596,10 +13596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -13640,8 +13640,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -13662,7 +13662,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -13676,10 +13676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -13720,8 +13720,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -13742,7 +13742,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -13756,10 +13756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -13800,8 +13800,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -13822,7 +13822,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -13836,10 +13836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -13880,8 +13880,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -13902,7 +13902,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -13916,10 +13916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -13960,8 +13960,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -13982,7 +13982,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -13996,10 +13996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -14040,8 +14040,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -14062,7 +14062,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -14076,10 +14076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -14120,8 +14120,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -14142,7 +14142,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -14156,10 +14156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -14200,8 +14200,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -14222,7 +14222,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -14236,10 +14236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -14280,8 +14280,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -14302,7 +14302,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -14316,10 +14316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -14360,8 +14360,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -14382,7 +14382,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -14396,10 +14396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -14440,8 +14440,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -14462,7 +14462,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -14476,10 +14476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -14520,8 +14520,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -14542,7 +14542,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -14556,10 +14556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -14600,8 +14600,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -14622,7 +14622,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -14636,10 +14636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -14680,8 +14680,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -14702,7 +14702,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -14716,10 +14716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -14760,8 +14760,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -14782,7 +14782,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -14796,10 +14796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -14840,8 +14840,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -14862,7 +14862,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -14876,10 +14876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -14920,8 +14920,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -14942,7 +14942,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -14956,10 +14956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -15000,8 +15000,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -15022,7 +15022,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -15036,10 +15036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -15080,8 +15080,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -15102,7 +15102,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -15116,10 +15116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -15160,8 +15160,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -15182,7 +15182,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -15196,10 +15196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -15240,8 +15240,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -15262,7 +15262,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -15276,10 +15276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -15320,8 +15320,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -15342,7 +15342,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -15356,10 +15356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -15400,8 +15400,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -15422,7 +15422,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -15436,10 +15436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -15480,8 +15480,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -15502,7 +15502,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -15516,10 +15516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -15560,8 +15560,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -15582,7 +15582,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -15596,10 +15596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -15640,8 +15640,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -15662,7 +15662,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -15676,10 +15676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -15720,8 +15720,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -15742,7 +15742,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -15756,10 +15756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -15800,8 +15800,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -15822,7 +15822,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -15836,10 +15836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -15880,8 +15880,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -15902,7 +15902,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -15916,10 +15916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -15960,8 +15960,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -15982,7 +15982,7 @@ "unit": "degC" }, "luminescence": { - "value": 120, + "value": 120.0, "unit": "RLU" } } @@ -15996,10 +15996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -16040,8 +16040,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -16062,7 +16062,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -16076,10 +16076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -16120,8 +16120,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -16142,7 +16142,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -16156,10 +16156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -16200,8 +16200,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -16222,7 +16222,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -16236,10 +16236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -16280,8 +16280,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -16302,7 +16302,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -16316,10 +16316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -16360,8 +16360,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -16382,7 +16382,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -16396,10 +16396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -16440,8 +16440,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -16462,7 +16462,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -16476,10 +16476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -16520,8 +16520,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -16542,7 +16542,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -16556,10 +16556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -16600,8 +16600,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -16622,7 +16622,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -16636,10 +16636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -16680,8 +16680,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -16702,7 +16702,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -16716,10 +16716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -16760,8 +16760,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -16782,7 +16782,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -16796,10 +16796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -16840,8 +16840,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -16862,7 +16862,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -16876,10 +16876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -16920,8 +16920,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -16942,7 +16942,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -16956,10 +16956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -17000,8 +17000,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -17022,7 +17022,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -17036,10 +17036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -17080,8 +17080,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -17102,7 +17102,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -17116,10 +17116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -17160,8 +17160,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -17182,7 +17182,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -17196,10 +17196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -17240,8 +17240,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -17262,7 +17262,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -17276,10 +17276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -17320,8 +17320,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -17342,7 +17342,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -17356,10 +17356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -17400,8 +17400,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -17422,7 +17422,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -17436,10 +17436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -17480,8 +17480,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -17502,7 +17502,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -17516,10 +17516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -17560,8 +17560,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -17582,7 +17582,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -17596,10 +17596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -17640,8 +17640,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -17662,7 +17662,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -17676,10 +17676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -17720,8 +17720,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -17742,7 +17742,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -17756,10 +17756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -17800,8 +17800,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -17822,7 +17822,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -17836,10 +17836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -17880,8 +17880,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -17902,7 +17902,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -17916,10 +17916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -17960,8 +17960,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -17982,7 +17982,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -17996,10 +17996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -18040,8 +18040,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -18062,7 +18062,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -18076,10 +18076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -18120,8 +18120,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -18142,7 +18142,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -18156,10 +18156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -18200,8 +18200,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -18222,7 +18222,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -18236,10 +18236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -18280,8 +18280,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -18302,7 +18302,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -18316,10 +18316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -18360,8 +18360,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -18382,7 +18382,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -18396,10 +18396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -18440,8 +18440,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -18462,7 +18462,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -18476,10 +18476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -18520,8 +18520,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -18542,7 +18542,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -18556,10 +18556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -18600,8 +18600,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -18622,7 +18622,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -18636,10 +18636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -18680,8 +18680,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -18702,7 +18702,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -18716,10 +18716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -18760,8 +18760,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -18782,7 +18782,7 @@ "unit": "degC" }, "luminescence": { - "value": 80, + "value": 80.0, "unit": "RLU" } } @@ -18796,10 +18796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -18840,8 +18840,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -18862,7 +18862,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -18876,10 +18876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -18920,8 +18920,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -18942,7 +18942,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -18956,10 +18956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -19000,8 +19000,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -19022,7 +19022,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -19036,10 +19036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -19080,8 +19080,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -19102,7 +19102,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -19116,10 +19116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -19160,8 +19160,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -19182,7 +19182,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -19196,10 +19196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -19240,8 +19240,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -19262,7 +19262,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -19276,10 +19276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -19320,8 +19320,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -19342,7 +19342,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -19356,10 +19356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -19400,8 +19400,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -19422,7 +19422,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -19436,10 +19436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -19480,8 +19480,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -19502,7 +19502,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -19516,10 +19516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -19560,8 +19560,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -19582,7 +19582,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -19596,10 +19596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -19640,8 +19640,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -19662,7 +19662,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -19676,10 +19676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -19720,8 +19720,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -19742,7 +19742,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -19756,10 +19756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -19800,8 +19800,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -19822,7 +19822,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -19836,10 +19836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -19880,8 +19880,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -19902,7 +19902,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -19916,10 +19916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -19960,8 +19960,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -19982,7 +19982,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -19996,10 +19996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -20040,8 +20040,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -20062,7 +20062,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -20076,10 +20076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -20120,8 +20120,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -20142,7 +20142,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -20156,10 +20156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -20200,8 +20200,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -20222,7 +20222,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -20236,10 +20236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -20280,8 +20280,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -20302,7 +20302,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -20316,10 +20316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -20360,8 +20360,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -20382,7 +20382,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -20396,10 +20396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -20440,8 +20440,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -20462,7 +20462,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -20476,10 +20476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -20520,8 +20520,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -20542,7 +20542,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -20556,10 +20556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -20600,8 +20600,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -20622,7 +20622,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -20636,10 +20636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -20680,8 +20680,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -20702,7 +20702,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -20716,10 +20716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -20760,8 +20760,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -20782,7 +20782,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -20796,10 +20796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -20840,8 +20840,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -20862,7 +20862,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -20876,10 +20876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -20920,8 +20920,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -20942,7 +20942,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -20956,10 +20956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -21000,8 +21000,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -21022,7 +21022,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -21036,10 +21036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -21080,8 +21080,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -21102,7 +21102,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -21116,10 +21116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -21160,8 +21160,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -21182,7 +21182,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -21196,10 +21196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -21240,8 +21240,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -21262,7 +21262,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -21276,10 +21276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -21320,8 +21320,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -21342,7 +21342,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -21356,10 +21356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -21400,8 +21400,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -21422,7 +21422,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -21436,10 +21436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -21480,8 +21480,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -21502,7 +21502,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -21516,10 +21516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -21560,8 +21560,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -21582,7 +21582,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -21596,10 +21596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -21640,8 +21640,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -21662,7 +21662,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -21676,10 +21676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -21720,8 +21720,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -21742,7 +21742,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -21756,10 +21756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -21800,8 +21800,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -21822,7 +21822,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -21836,10 +21836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -21880,8 +21880,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -21902,7 +21902,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -21916,10 +21916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -21960,8 +21960,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -21982,7 +21982,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -21996,10 +21996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -22040,8 +22040,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -22062,7 +22062,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -22076,10 +22076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -22120,8 +22120,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -22142,7 +22142,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -22156,10 +22156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -22200,8 +22200,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -22222,7 +22222,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -22236,10 +22236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -22280,8 +22280,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -22302,7 +22302,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -22316,10 +22316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -22360,8 +22360,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -22382,7 +22382,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -22396,10 +22396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -22440,8 +22440,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -22462,7 +22462,7 @@ "unit": "degC" }, "luminescence": { - "value": 80, + "value": 80.0, "unit": "RLU" } } @@ -22476,10 +22476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -22520,8 +22520,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -22542,7 +22542,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -22556,10 +22556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -22600,8 +22600,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -22622,7 +22622,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -22636,10 +22636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -22680,8 +22680,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -22702,7 +22702,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -22716,10 +22716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -22760,8 +22760,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -22782,7 +22782,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -22796,10 +22796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -22840,8 +22840,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -22862,7 +22862,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -22876,10 +22876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -22920,8 +22920,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -22942,7 +22942,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -22956,10 +22956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -23000,8 +23000,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -23022,7 +23022,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -23036,10 +23036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -23080,8 +23080,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -23102,7 +23102,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -23116,10 +23116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -23160,8 +23160,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -23182,7 +23182,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -23196,10 +23196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -23240,8 +23240,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -23262,7 +23262,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -23276,10 +23276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -23320,8 +23320,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -23342,7 +23342,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -23356,10 +23356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -23400,8 +23400,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -23422,7 +23422,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -23436,10 +23436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -23480,8 +23480,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -23502,7 +23502,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -23516,10 +23516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -23560,8 +23560,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -23582,7 +23582,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -23596,10 +23596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -23640,8 +23640,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -23662,7 +23662,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -23676,10 +23676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -23720,8 +23720,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -23742,7 +23742,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -23756,10 +23756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -23800,8 +23800,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -23822,7 +23822,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -23836,10 +23836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -23880,8 +23880,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -23902,7 +23902,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -23916,10 +23916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -23960,8 +23960,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -23982,7 +23982,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -23996,10 +23996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -24040,8 +24040,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -24062,7 +24062,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -24076,10 +24076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -24120,8 +24120,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -24142,7 +24142,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -24156,10 +24156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -24200,8 +24200,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -24222,7 +24222,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -24236,10 +24236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -24280,8 +24280,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -24302,7 +24302,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -24316,10 +24316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -24360,8 +24360,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -24382,7 +24382,7 @@ "unit": "degC" }, "luminescence": { - "value": 80, + "value": 80.0, "unit": "RLU" } } @@ -24396,10 +24396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -24440,8 +24440,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -24462,7 +24462,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -24476,10 +24476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -24520,8 +24520,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -24542,7 +24542,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -24556,10 +24556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -24600,8 +24600,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -24622,7 +24622,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -24636,10 +24636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -24680,8 +24680,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -24702,7 +24702,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -24716,10 +24716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -24760,8 +24760,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -24782,7 +24782,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -24796,10 +24796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -24840,8 +24840,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -24862,7 +24862,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -24876,10 +24876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -24920,8 +24920,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -24942,7 +24942,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -24956,10 +24956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -25000,8 +25000,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -25022,7 +25022,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -25036,10 +25036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -25080,8 +25080,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -25102,7 +25102,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -25116,10 +25116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -25160,8 +25160,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -25182,7 +25182,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -25196,10 +25196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -25240,8 +25240,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -25262,7 +25262,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -25276,10 +25276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -25320,8 +25320,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -25342,7 +25342,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -25356,10 +25356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -25400,8 +25400,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -25422,7 +25422,7 @@ "unit": "degC" }, "luminescence": { - "value": 80, + "value": 80.0, "unit": "RLU" } } @@ -25436,10 +25436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -25480,8 +25480,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -25502,7 +25502,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -25516,10 +25516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -25560,8 +25560,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -25582,7 +25582,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -25596,10 +25596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -25640,8 +25640,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -25662,7 +25662,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -25676,10 +25676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -25720,8 +25720,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -25742,7 +25742,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -25756,10 +25756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -25800,8 +25800,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -25822,7 +25822,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -25836,10 +25836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -25880,8 +25880,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -25902,7 +25902,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -25916,10 +25916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -25960,8 +25960,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -25982,7 +25982,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -25996,10 +25996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -26040,8 +26040,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -26062,7 +26062,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -26076,10 +26076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -26120,8 +26120,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -26142,7 +26142,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -26156,10 +26156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -26200,8 +26200,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -26222,7 +26222,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -26236,10 +26236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -26280,8 +26280,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -26302,7 +26302,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -26316,10 +26316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -26360,8 +26360,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -26382,7 +26382,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -26396,10 +26396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -26440,8 +26440,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -26462,7 +26462,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -26476,10 +26476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -26520,8 +26520,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -26542,7 +26542,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -26556,10 +26556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -26600,8 +26600,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -26622,7 +26622,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -26636,10 +26636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -26680,8 +26680,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -26702,7 +26702,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -26716,10 +26716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -26760,8 +26760,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -26782,7 +26782,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -26796,10 +26796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -26840,8 +26840,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -26862,7 +26862,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -26876,10 +26876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -26920,8 +26920,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -26942,7 +26942,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -26956,10 +26956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -27000,8 +27000,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -27022,7 +27022,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -27036,10 +27036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -27080,8 +27080,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -27102,7 +27102,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -27116,10 +27116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -27160,8 +27160,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -27182,7 +27182,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -27196,10 +27196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -27240,8 +27240,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -27262,7 +27262,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -27276,10 +27276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -27320,8 +27320,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -27342,7 +27342,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -27356,10 +27356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -27400,8 +27400,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -27422,7 +27422,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -27436,10 +27436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -27480,8 +27480,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -27502,7 +27502,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -27516,10 +27516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -27560,8 +27560,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -27582,7 +27582,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -27596,10 +27596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -27640,8 +27640,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -27662,7 +27662,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -27676,10 +27676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -27720,8 +27720,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -27742,7 +27742,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -27756,10 +27756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -27800,8 +27800,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -27822,7 +27822,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -27836,10 +27836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -27880,8 +27880,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -27902,7 +27902,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -27916,10 +27916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -27960,8 +27960,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -27982,7 +27982,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -27996,10 +27996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -28040,8 +28040,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -28062,7 +28062,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -28076,10 +28076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -28120,8 +28120,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -28142,7 +28142,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -28156,10 +28156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -28200,8 +28200,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -28222,7 +28222,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -28236,10 +28236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -28280,8 +28280,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -28302,7 +28302,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -28316,10 +28316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -28360,8 +28360,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -28382,7 +28382,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -28396,10 +28396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -28440,8 +28440,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -28462,7 +28462,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -28476,10 +28476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -28520,8 +28520,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -28542,7 +28542,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -28556,10 +28556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -28600,8 +28600,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -28622,7 +28622,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -28636,10 +28636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -28680,8 +28680,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -28702,7 +28702,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -28716,10 +28716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -28760,8 +28760,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -28782,7 +28782,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -28796,10 +28796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -28840,8 +28840,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -28862,7 +28862,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -28876,10 +28876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -28920,8 +28920,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -28942,7 +28942,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -28956,10 +28956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -29000,8 +29000,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -29022,7 +29022,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -29036,10 +29036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -29080,8 +29080,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -29102,7 +29102,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -29116,10 +29116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -29160,8 +29160,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -29182,7 +29182,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -29196,10 +29196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -29240,8 +29240,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -29262,7 +29262,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -29276,10 +29276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -29320,8 +29320,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -29342,7 +29342,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -29356,10 +29356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -29400,8 +29400,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -29422,7 +29422,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -29436,10 +29436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -29480,8 +29480,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -29502,7 +29502,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -29516,10 +29516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -29560,8 +29560,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -29582,7 +29582,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -29596,10 +29596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -29640,8 +29640,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -29662,7 +29662,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -29676,10 +29676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -29720,8 +29720,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -29742,7 +29742,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -29756,10 +29756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -29800,8 +29800,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -29822,7 +29822,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -29836,10 +29836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -29880,8 +29880,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -29902,7 +29902,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -29916,10 +29916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -29960,8 +29960,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -29982,7 +29982,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -29996,10 +29996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -30040,8 +30040,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -30062,7 +30062,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -30076,10 +30076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -30120,8 +30120,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -30142,7 +30142,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -30156,10 +30156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -30200,8 +30200,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -30222,7 +30222,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -30236,10 +30236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -30280,8 +30280,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -30302,7 +30302,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -30316,10 +30316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -30360,8 +30360,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -30382,7 +30382,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -30396,10 +30396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -30440,8 +30440,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -30462,7 +30462,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -30476,10 +30476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -30520,8 +30520,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -30542,7 +30542,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -30556,10 +30556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -30600,8 +30600,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -30622,7 +30622,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -30636,10 +30636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -30680,8 +30680,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -30702,7 +30702,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -30716,10 +30716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -30760,8 +30760,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -30782,7 +30782,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -30796,10 +30796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -30840,8 +30840,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -30862,7 +30862,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -30876,10 +30876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -30920,8 +30920,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -30942,7 +30942,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -30956,10 +30956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -31000,8 +31000,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -31022,7 +31022,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -31036,10 +31036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -31080,8 +31080,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -31102,7 +31102,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -31116,10 +31116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -31160,8 +31160,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -31182,7 +31182,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -31196,10 +31196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -31240,8 +31240,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -31262,7 +31262,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -31276,10 +31276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -31320,8 +31320,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -31342,7 +31342,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -31356,10 +31356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -31400,8 +31400,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -31422,7 +31422,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -31436,10 +31436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -31480,8 +31480,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -31502,7 +31502,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -31516,10 +31516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -31560,8 +31560,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -31582,7 +31582,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -31596,10 +31596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -31640,8 +31640,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -31662,7 +31662,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -31676,10 +31676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -31720,8 +31720,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -31742,7 +31742,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -31756,10 +31756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -31800,8 +31800,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -31822,7 +31822,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -31836,10 +31836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -31880,8 +31880,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -31902,7 +31902,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -31916,10 +31916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -31960,8 +31960,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -31982,7 +31982,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -31996,10 +31996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -32040,8 +32040,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -32062,7 +32062,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -32076,10 +32076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -32120,8 +32120,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -32142,7 +32142,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -32156,10 +32156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -32200,8 +32200,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -32222,7 +32222,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -32236,10 +32236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -32280,8 +32280,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -32302,7 +32302,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -32316,10 +32316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -32360,8 +32360,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -32382,7 +32382,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -32396,10 +32396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -32440,8 +32440,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -32462,7 +32462,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -32476,10 +32476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -32520,8 +32520,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -32542,7 +32542,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -32556,10 +32556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -32600,8 +32600,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -32622,7 +32622,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -32636,10 +32636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -32680,8 +32680,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -32702,7 +32702,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -32716,10 +32716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -32760,8 +32760,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -32782,7 +32782,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -32796,10 +32796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -32840,8 +32840,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -32862,7 +32862,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -32876,10 +32876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -32920,8 +32920,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -32942,7 +32942,7 @@ "unit": "degC" }, "luminescence": { - "value": 80, + "value": 80.0, "unit": "RLU" } } @@ -32956,10 +32956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -33000,8 +33000,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -33022,7 +33022,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -33036,10 +33036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -33080,8 +33080,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -33102,7 +33102,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -33116,10 +33116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -33160,8 +33160,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -33182,7 +33182,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -33196,10 +33196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -33240,8 +33240,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -33262,7 +33262,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -33276,10 +33276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -33320,8 +33320,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -33342,7 +33342,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -33356,10 +33356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -33400,8 +33400,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -33422,7 +33422,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -33436,10 +33436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -33480,8 +33480,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -33502,7 +33502,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -33516,10 +33516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -33560,8 +33560,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -33582,7 +33582,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -33596,10 +33596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -33640,8 +33640,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -33662,7 +33662,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -33676,10 +33676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -33720,8 +33720,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -33742,7 +33742,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -33756,10 +33756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -33800,8 +33800,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -33822,7 +33822,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -33836,10 +33836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -33880,8 +33880,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -33902,7 +33902,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -33916,10 +33916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -33960,8 +33960,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -33982,7 +33982,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -33996,10 +33996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -34040,8 +34040,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -34062,7 +34062,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -34076,10 +34076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -34120,8 +34120,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -34142,7 +34142,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -34156,10 +34156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -34200,8 +34200,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -34222,7 +34222,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -34236,10 +34236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -34280,8 +34280,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -34302,7 +34302,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -34316,10 +34316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -34360,8 +34360,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -34382,7 +34382,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -34396,10 +34396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -34440,8 +34440,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -34462,7 +34462,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -34476,10 +34476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -34520,8 +34520,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -34542,7 +34542,7 @@ "unit": "degC" }, "luminescence": { - "value": 80, + "value": 80.0, "unit": "RLU" } } @@ -34556,10 +34556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -34600,8 +34600,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -34622,7 +34622,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -34636,10 +34636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -34680,8 +34680,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -34702,7 +34702,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -34716,10 +34716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -34760,8 +34760,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -34782,7 +34782,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -34796,10 +34796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -34840,8 +34840,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -34862,7 +34862,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -34876,10 +34876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -34920,8 +34920,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -34942,7 +34942,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -34956,10 +34956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -35000,8 +35000,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -35022,7 +35022,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -35036,10 +35036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -35080,8 +35080,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -35102,7 +35102,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -35116,10 +35116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -35160,8 +35160,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -35182,7 +35182,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -35196,10 +35196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -35240,8 +35240,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -35262,7 +35262,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -35276,10 +35276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -35320,8 +35320,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -35342,7 +35342,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -35356,10 +35356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -35400,8 +35400,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -35422,7 +35422,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -35436,10 +35436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -35480,8 +35480,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -35502,7 +35502,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -35516,10 +35516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -35560,8 +35560,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -35582,7 +35582,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -35596,10 +35596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -35640,8 +35640,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -35662,7 +35662,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -35676,10 +35676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -35720,8 +35720,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -35742,7 +35742,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -35756,10 +35756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -35800,8 +35800,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -35822,7 +35822,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -35836,10 +35836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -35880,8 +35880,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -35902,7 +35902,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -35916,10 +35916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -35960,8 +35960,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -35982,7 +35982,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -35996,10 +35996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -36040,8 +36040,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -36062,7 +36062,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -36076,10 +36076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -36120,8 +36120,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -36142,7 +36142,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -36156,10 +36156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -36200,8 +36200,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -36222,7 +36222,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -36236,10 +36236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -36280,8 +36280,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -36302,7 +36302,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -36316,10 +36316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -36360,8 +36360,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -36382,7 +36382,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -36396,10 +36396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -36440,8 +36440,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -36462,7 +36462,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -36476,10 +36476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -36520,8 +36520,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -36542,7 +36542,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -36556,10 +36556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -36600,8 +36600,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -36622,7 +36622,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -36636,10 +36636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -36680,8 +36680,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -36702,7 +36702,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -36716,10 +36716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -36760,8 +36760,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -36782,7 +36782,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -36796,10 +36796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -36840,8 +36840,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -36862,7 +36862,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -36876,10 +36876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -36920,8 +36920,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -36942,7 +36942,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -36956,10 +36956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -37000,8 +37000,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -37022,7 +37022,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -37036,10 +37036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -37080,8 +37080,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -37102,7 +37102,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -37116,10 +37116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -37160,8 +37160,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -37182,7 +37182,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -37196,10 +37196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -37240,8 +37240,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -37262,7 +37262,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -37276,10 +37276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -37320,8 +37320,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -37342,7 +37342,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -37356,10 +37356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -37400,8 +37400,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -37422,7 +37422,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -37436,10 +37436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -37480,8 +37480,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -37502,7 +37502,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -37516,10 +37516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -37560,8 +37560,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -37582,7 +37582,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -37596,10 +37596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -37640,8 +37640,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -37662,7 +37662,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -37676,10 +37676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -37720,8 +37720,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -37742,7 +37742,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -37756,10 +37756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -37800,8 +37800,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -37822,7 +37822,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -37836,10 +37836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -37880,8 +37880,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -37902,7 +37902,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -37916,10 +37916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -37960,8 +37960,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -37982,7 +37982,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -37996,10 +37996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -38040,8 +38040,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -38062,7 +38062,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -38076,10 +38076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -38120,8 +38120,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -38142,7 +38142,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -38156,10 +38156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -38200,8 +38200,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -38222,7 +38222,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -38236,10 +38236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -38280,8 +38280,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -38302,7 +38302,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -38316,10 +38316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -38360,8 +38360,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -38382,7 +38382,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -38396,10 +38396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -38440,8 +38440,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -38462,7 +38462,7 @@ "unit": "degC" }, "luminescence": { - "value": 80, + "value": 80.0, "unit": "RLU" } } @@ -38476,10 +38476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -38520,8 +38520,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -38542,7 +38542,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -38556,10 +38556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -38600,8 +38600,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -38622,7 +38622,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -38636,10 +38636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -38680,8 +38680,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -38702,7 +38702,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -38716,10 +38716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -38760,8 +38760,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -38782,7 +38782,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -38796,10 +38796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -38840,8 +38840,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -38862,7 +38862,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -38876,10 +38876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -38920,8 +38920,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -38942,7 +38942,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -38956,10 +38956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -39000,8 +39000,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -39022,7 +39022,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -39036,10 +39036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -39080,8 +39080,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -39102,7 +39102,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -39116,10 +39116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -39160,8 +39160,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -39182,7 +39182,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -39196,10 +39196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -39240,8 +39240,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -39262,7 +39262,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -39276,10 +39276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -39320,8 +39320,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -39342,7 +39342,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -39356,10 +39356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -39400,8 +39400,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -39422,7 +39422,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -39436,10 +39436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -39480,8 +39480,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -39502,7 +39502,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -39516,10 +39516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -39560,8 +39560,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -39582,7 +39582,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -39596,10 +39596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -39640,8 +39640,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -39662,7 +39662,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -39676,10 +39676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -39720,8 +39720,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -39742,7 +39742,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -39756,10 +39756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -39800,8 +39800,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -39822,7 +39822,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -39836,10 +39836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -39880,8 +39880,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -39902,7 +39902,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -39916,10 +39916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -39960,8 +39960,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -39982,7 +39982,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -39996,10 +39996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -40040,8 +40040,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -40062,7 +40062,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -40076,10 +40076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -40120,8 +40120,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -40142,7 +40142,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -40156,10 +40156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -40200,8 +40200,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -40222,7 +40222,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -40236,10 +40236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -40280,8 +40280,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -40302,7 +40302,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -40316,10 +40316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -40360,8 +40360,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -40382,7 +40382,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -40396,10 +40396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -40440,8 +40440,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -40462,7 +40462,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -40476,10 +40476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -40520,8 +40520,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -40542,7 +40542,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -40556,10 +40556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -40600,8 +40600,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -40622,7 +40622,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -40636,10 +40636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -40680,8 +40680,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -40702,7 +40702,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -40716,10 +40716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -40760,8 +40760,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -40782,7 +40782,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -40796,10 +40796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -40840,8 +40840,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -40862,7 +40862,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -40876,10 +40876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -40920,8 +40920,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -40942,7 +40942,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -40956,10 +40956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -41000,8 +41000,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -41022,7 +41022,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -41036,10 +41036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -41080,8 +41080,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -41102,7 +41102,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -41116,10 +41116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -41160,8 +41160,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -41182,7 +41182,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -41196,10 +41196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -41240,8 +41240,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -41262,7 +41262,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -41276,10 +41276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -41320,8 +41320,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -41342,7 +41342,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -41356,10 +41356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -41400,8 +41400,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -41422,7 +41422,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -41436,10 +41436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -41480,8 +41480,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -41502,7 +41502,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -41516,10 +41516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -41560,8 +41560,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -41582,7 +41582,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -41596,10 +41596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -41640,8 +41640,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -41662,7 +41662,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -41676,10 +41676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -41720,8 +41720,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -41742,7 +41742,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -41756,10 +41756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -41800,8 +41800,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -41822,7 +41822,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -41836,10 +41836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -41880,8 +41880,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -41902,7 +41902,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -41916,10 +41916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -41960,8 +41960,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -41982,7 +41982,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -41996,10 +41996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -42040,8 +42040,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -42062,7 +42062,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -42076,10 +42076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -42120,8 +42120,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -42142,7 +42142,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -42156,10 +42156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -42200,8 +42200,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -42222,7 +42222,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -42236,10 +42236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -42280,8 +42280,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -42302,7 +42302,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -42316,10 +42316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -42360,8 +42360,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -42382,7 +42382,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -42396,10 +42396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -42440,8 +42440,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -42462,7 +42462,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -42476,10 +42476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -42520,8 +42520,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -42542,7 +42542,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -42556,10 +42556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -42600,8 +42600,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -42622,7 +42622,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -42636,10 +42636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -42680,8 +42680,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -42702,7 +42702,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -42716,10 +42716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -42760,8 +42760,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -42782,7 +42782,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -42796,10 +42796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -42840,8 +42840,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -42862,7 +42862,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -42876,10 +42876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -42920,8 +42920,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -42942,7 +42942,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -42956,10 +42956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -43000,8 +43000,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -43022,7 +43022,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -43036,10 +43036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -43080,8 +43080,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -43102,7 +43102,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -43116,10 +43116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -43160,8 +43160,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -43182,7 +43182,7 @@ "unit": "degC" }, "luminescence": { - "value": 80, + "value": 80.0, "unit": "RLU" } } @@ -43196,10 +43196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -43240,8 +43240,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -43262,7 +43262,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -43276,10 +43276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -43320,8 +43320,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -43342,7 +43342,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -43356,10 +43356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -43400,8 +43400,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -43422,7 +43422,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -43436,10 +43436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -43480,8 +43480,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -43502,7 +43502,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -43516,10 +43516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -43560,8 +43560,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -43582,7 +43582,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -43596,10 +43596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -43640,8 +43640,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -43662,7 +43662,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -43676,10 +43676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -43720,8 +43720,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -43742,7 +43742,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -43756,10 +43756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -43800,8 +43800,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -43822,7 +43822,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -43836,10 +43836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -43880,8 +43880,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -43902,7 +43902,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -43916,10 +43916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -43960,8 +43960,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -43982,7 +43982,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -43996,10 +43996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -44040,8 +44040,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -44062,7 +44062,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -44076,10 +44076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -44120,8 +44120,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -44142,7 +44142,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -44156,10 +44156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -44200,8 +44200,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -44222,7 +44222,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -44236,10 +44236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -44280,8 +44280,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -44302,7 +44302,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -44316,10 +44316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -44360,8 +44360,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -44382,7 +44382,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -44396,10 +44396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -44440,8 +44440,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -44462,7 +44462,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -44476,10 +44476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -44520,8 +44520,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -44542,7 +44542,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -44556,10 +44556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -44600,8 +44600,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -44622,7 +44622,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -44636,10 +44636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -44680,8 +44680,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -44702,7 +44702,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -44716,10 +44716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -44760,8 +44760,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -44782,7 +44782,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -44796,10 +44796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -44840,8 +44840,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -44862,7 +44862,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -44876,10 +44876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -44920,8 +44920,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -44942,7 +44942,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -44956,10 +44956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -45000,8 +45000,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -45022,7 +45022,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -45036,10 +45036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -45080,8 +45080,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -45102,7 +45102,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -45116,10 +45116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -45160,8 +45160,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -45182,7 +45182,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -45196,10 +45196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -45240,8 +45240,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -45262,7 +45262,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -45276,10 +45276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -45320,8 +45320,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -45342,7 +45342,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -45356,10 +45356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -45400,8 +45400,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -45422,7 +45422,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -45436,10 +45436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -45480,8 +45480,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -45502,7 +45502,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -45516,10 +45516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -45560,8 +45560,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -45582,7 +45582,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -45596,10 +45596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -45640,8 +45640,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -45662,7 +45662,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -45676,10 +45676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -45720,8 +45720,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -45742,7 +45742,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -45756,10 +45756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -45800,8 +45800,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -45822,7 +45822,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -45836,10 +45836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -45880,8 +45880,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -45902,7 +45902,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -45916,10 +45916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -45960,8 +45960,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -45982,7 +45982,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -45996,10 +45996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -46040,8 +46040,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -46062,7 +46062,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -46076,10 +46076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -46120,8 +46120,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -46142,7 +46142,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -46156,10 +46156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -46200,8 +46200,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -46222,7 +46222,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -46236,10 +46236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -46280,8 +46280,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -46302,7 +46302,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -46316,10 +46316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -46360,8 +46360,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -46382,7 +46382,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -46396,10 +46396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -46440,8 +46440,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -46462,7 +46462,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -46476,10 +46476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -46520,8 +46520,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -46542,7 +46542,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -46556,10 +46556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -46600,8 +46600,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -46622,7 +46622,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -46636,10 +46636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -46680,8 +46680,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -46702,7 +46702,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -46716,10 +46716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -46760,8 +46760,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -46782,7 +46782,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -46796,10 +46796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -46840,8 +46840,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -46862,7 +46862,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -46876,10 +46876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -46920,8 +46920,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -46942,7 +46942,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -46956,10 +46956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -47000,8 +47000,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -47022,7 +47022,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -47036,10 +47036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -47080,8 +47080,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -47102,7 +47102,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -47116,10 +47116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -47160,8 +47160,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -47182,7 +47182,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -47196,10 +47196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -47240,8 +47240,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -47262,7 +47262,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -47276,10 +47276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -47320,8 +47320,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -47342,7 +47342,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -47356,10 +47356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -47400,8 +47400,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -47422,7 +47422,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -47436,10 +47436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -47480,8 +47480,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -47502,7 +47502,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -47516,10 +47516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -47560,8 +47560,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -47582,7 +47582,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -47596,10 +47596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -47640,8 +47640,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -47662,7 +47662,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -47676,10 +47676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -47720,8 +47720,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -47742,7 +47742,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -47756,10 +47756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -47800,8 +47800,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -47822,7 +47822,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -47836,10 +47836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -47880,8 +47880,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -47902,7 +47902,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -47916,10 +47916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -47960,8 +47960,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -47982,7 +47982,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -47996,10 +47996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -48040,8 +48040,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -48062,7 +48062,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -48076,10 +48076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -48120,8 +48120,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -48142,7 +48142,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -48156,10 +48156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -48200,8 +48200,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -48222,7 +48222,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -48236,10 +48236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -48280,8 +48280,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -48302,7 +48302,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -48316,10 +48316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -48360,8 +48360,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -48382,7 +48382,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -48396,10 +48396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -48440,8 +48440,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -48462,7 +48462,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -48476,10 +48476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -48520,8 +48520,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -48542,7 +48542,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -48556,10 +48556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -48600,8 +48600,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -48622,7 +48622,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -48636,10 +48636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -48680,8 +48680,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -48702,7 +48702,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -48716,10 +48716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -48760,8 +48760,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -48782,7 +48782,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -48796,10 +48796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -48840,8 +48840,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -48862,7 +48862,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -48876,10 +48876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -48920,8 +48920,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -48942,7 +48942,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -48956,10 +48956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -49000,8 +49000,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -49022,7 +49022,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -49036,10 +49036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -49080,8 +49080,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -49102,7 +49102,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -49116,10 +49116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -49160,8 +49160,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -49182,7 +49182,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -49196,10 +49196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -49240,8 +49240,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -49262,7 +49262,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -49276,10 +49276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -49320,8 +49320,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -49342,7 +49342,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -49356,10 +49356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -49400,8 +49400,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -49422,7 +49422,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -49436,10 +49436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -49480,8 +49480,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -49502,7 +49502,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -49516,10 +49516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -49560,8 +49560,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -49582,7 +49582,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -49596,10 +49596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -49640,8 +49640,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -49662,7 +49662,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -49676,10 +49676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -49720,8 +49720,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -49742,7 +49742,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -49756,10 +49756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -49800,8 +49800,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -49822,7 +49822,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -49836,10 +49836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -49880,8 +49880,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -49902,7 +49902,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -49916,10 +49916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -49960,8 +49960,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -49982,7 +49982,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -49996,10 +49996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -50040,8 +50040,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -50062,7 +50062,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -50076,10 +50076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -50120,8 +50120,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -50142,7 +50142,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -50156,10 +50156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -50200,8 +50200,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -50222,7 +50222,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -50236,10 +50236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -50280,8 +50280,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -50302,7 +50302,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -50316,10 +50316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -50360,8 +50360,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -50382,7 +50382,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -50396,10 +50396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -50440,8 +50440,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -50462,7 +50462,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -50476,10 +50476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -50520,8 +50520,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -50542,7 +50542,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -50556,10 +50556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -50600,8 +50600,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -50622,7 +50622,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -50636,10 +50636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -50680,8 +50680,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -50702,7 +50702,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -50716,10 +50716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -50760,8 +50760,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -50782,7 +50782,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -50796,10 +50796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -50840,8 +50840,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -50862,7 +50862,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -50876,10 +50876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -50920,8 +50920,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -50942,7 +50942,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -50956,10 +50956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -51000,8 +51000,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -51022,7 +51022,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -51036,10 +51036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -51080,8 +51080,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -51102,7 +51102,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -51116,10 +51116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -51160,8 +51160,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -51182,7 +51182,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -51196,10 +51196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -51240,8 +51240,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -51262,7 +51262,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -51276,10 +51276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -51320,8 +51320,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -51342,7 +51342,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -51356,10 +51356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -51400,8 +51400,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -51422,7 +51422,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -51436,10 +51436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -51480,8 +51480,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -51502,7 +51502,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -51516,10 +51516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -51560,8 +51560,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -51582,7 +51582,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -51596,10 +51596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -51640,8 +51640,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -51662,7 +51662,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -51676,10 +51676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -51720,8 +51720,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -51742,7 +51742,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -51756,10 +51756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -51800,8 +51800,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -51822,7 +51822,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -51836,10 +51836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -51880,8 +51880,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -51902,7 +51902,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -51916,10 +51916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -51960,8 +51960,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -51982,7 +51982,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -51996,10 +51996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -52040,8 +52040,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -52062,7 +52062,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -52076,10 +52076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -52120,8 +52120,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -52142,7 +52142,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -52156,10 +52156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -52200,8 +52200,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -52222,7 +52222,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -52236,10 +52236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -52280,8 +52280,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -52302,7 +52302,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -52316,10 +52316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -52360,8 +52360,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -52382,7 +52382,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -52396,10 +52396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -52440,8 +52440,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -52462,7 +52462,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -52476,10 +52476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -52520,8 +52520,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -52542,7 +52542,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -52556,10 +52556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -52600,8 +52600,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -52622,7 +52622,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -52636,10 +52636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -52680,8 +52680,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -52702,7 +52702,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -52716,10 +52716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -52760,8 +52760,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -52782,7 +52782,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -52796,10 +52796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -52840,8 +52840,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -52862,7 +52862,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -52876,10 +52876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -52920,8 +52920,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -52942,7 +52942,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -52956,10 +52956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -53000,8 +53000,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -53022,7 +53022,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -53036,10 +53036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -53080,8 +53080,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -53102,7 +53102,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -53116,10 +53116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -53160,8 +53160,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -53182,7 +53182,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -53196,10 +53196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -53240,8 +53240,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -53262,7 +53262,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -53276,10 +53276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -53320,8 +53320,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -53342,7 +53342,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -53356,10 +53356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -53400,8 +53400,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -53422,7 +53422,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -53436,10 +53436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -53480,8 +53480,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -53502,7 +53502,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -53516,10 +53516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -53560,8 +53560,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -53582,7 +53582,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -53596,10 +53596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -53640,8 +53640,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -53662,7 +53662,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -53676,10 +53676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -53720,8 +53720,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -53742,7 +53742,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -53756,10 +53756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -53800,8 +53800,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -53822,7 +53822,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -53836,10 +53836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -53880,8 +53880,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -53902,7 +53902,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -53916,10 +53916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -53960,8 +53960,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -53982,7 +53982,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -53996,10 +53996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -54040,8 +54040,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -54062,7 +54062,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -54076,10 +54076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -54120,8 +54120,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -54142,7 +54142,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -54156,10 +54156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -54200,8 +54200,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -54222,7 +54222,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -54236,10 +54236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -54280,8 +54280,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -54302,7 +54302,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -54316,10 +54316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -54360,8 +54360,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -54382,7 +54382,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -54396,10 +54396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -54440,8 +54440,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -54462,7 +54462,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -54476,10 +54476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -54520,8 +54520,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -54542,7 +54542,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -54556,10 +54556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -54600,8 +54600,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -54622,7 +54622,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -54636,10 +54636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -54680,8 +54680,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -54702,7 +54702,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -54716,10 +54716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -54760,8 +54760,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -54782,7 +54782,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -54796,10 +54796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -54840,8 +54840,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -54862,7 +54862,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -54876,10 +54876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -54920,8 +54920,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -54942,7 +54942,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -54956,10 +54956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -55000,8 +55000,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -55022,7 +55022,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -55036,10 +55036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -55080,8 +55080,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -55102,7 +55102,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -55116,10 +55116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -55160,8 +55160,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -55182,7 +55182,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -55196,10 +55196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -55240,8 +55240,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -55262,7 +55262,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -55276,10 +55276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -55320,8 +55320,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -55342,7 +55342,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -55356,10 +55356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -55400,8 +55400,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -55422,7 +55422,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -55436,10 +55436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -55480,8 +55480,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -55502,7 +55502,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -55516,10 +55516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -55560,8 +55560,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -55582,7 +55582,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -55596,10 +55596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -55640,8 +55640,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -55662,7 +55662,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -55676,10 +55676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -55720,8 +55720,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -55742,7 +55742,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -55756,10 +55756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -55800,8 +55800,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -55822,7 +55822,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -55836,10 +55836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -55880,8 +55880,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -55902,7 +55902,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -55916,10 +55916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -55960,8 +55960,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -55982,7 +55982,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -55996,10 +55996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -56040,8 +56040,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -56062,7 +56062,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -56076,10 +56076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -56120,8 +56120,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -56142,7 +56142,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -56156,10 +56156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -56200,8 +56200,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -56222,7 +56222,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -56236,10 +56236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -56280,8 +56280,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -56302,7 +56302,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -56316,10 +56316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -56360,8 +56360,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -56382,7 +56382,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -56396,10 +56396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -56440,8 +56440,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -56462,7 +56462,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -56476,10 +56476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -56520,8 +56520,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -56542,7 +56542,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -56556,10 +56556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -56600,8 +56600,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -56622,7 +56622,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -56636,10 +56636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -56680,8 +56680,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -56702,7 +56702,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -56716,10 +56716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -56760,8 +56760,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -56782,7 +56782,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -56796,10 +56796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -56840,8 +56840,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -56862,7 +56862,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -56876,10 +56876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -56920,8 +56920,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -56942,7 +56942,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -56956,10 +56956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -57000,8 +57000,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -57022,7 +57022,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -57036,10 +57036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -57080,8 +57080,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -57102,7 +57102,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -57116,10 +57116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -57160,8 +57160,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -57182,7 +57182,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -57196,10 +57196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -57240,8 +57240,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -57262,7 +57262,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -57276,10 +57276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -57320,8 +57320,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -57342,7 +57342,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -57356,10 +57356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -57400,8 +57400,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -57422,7 +57422,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -57436,10 +57436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -57480,8 +57480,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -57502,7 +57502,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -57516,10 +57516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -57560,8 +57560,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -57582,7 +57582,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -57596,10 +57596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -57640,8 +57640,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -57662,7 +57662,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -57676,10 +57676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -57720,8 +57720,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -57742,7 +57742,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -57756,10 +57756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -57800,8 +57800,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -57822,7 +57822,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -57836,10 +57836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -57880,8 +57880,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -57902,7 +57902,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -57916,10 +57916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -57960,8 +57960,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -57982,7 +57982,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -57996,10 +57996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -58040,8 +58040,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -58062,7 +58062,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -58076,10 +58076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -58120,8 +58120,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -58142,7 +58142,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -58156,10 +58156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -58200,8 +58200,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -58222,7 +58222,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -58236,10 +58236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -58280,8 +58280,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -58302,7 +58302,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -58316,10 +58316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -58360,8 +58360,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -58382,7 +58382,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -58396,10 +58396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -58440,8 +58440,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -58462,7 +58462,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -58476,10 +58476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -58520,8 +58520,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -58542,7 +58542,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -58556,10 +58556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -58600,8 +58600,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -58622,7 +58622,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -58636,10 +58636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -58680,8 +58680,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -58702,7 +58702,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -58716,10 +58716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -58760,8 +58760,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -58782,7 +58782,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -58796,10 +58796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -58840,8 +58840,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -58862,7 +58862,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -58876,10 +58876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -58920,8 +58920,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -58942,7 +58942,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -58956,10 +58956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -59000,8 +59000,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -59022,7 +59022,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -59036,10 +59036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -59080,8 +59080,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -59102,7 +59102,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -59116,10 +59116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -59160,8 +59160,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -59182,7 +59182,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -59196,10 +59196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -59240,8 +59240,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -59262,7 +59262,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -59276,10 +59276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -59320,8 +59320,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -59342,7 +59342,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -59356,10 +59356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -59400,8 +59400,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -59422,7 +59422,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -59436,10 +59436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -59480,8 +59480,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -59502,7 +59502,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -59516,10 +59516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -59560,8 +59560,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -59582,7 +59582,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -59596,10 +59596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -59640,8 +59640,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -59662,7 +59662,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -59676,10 +59676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -59720,8 +59720,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -59742,7 +59742,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -59756,10 +59756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -59800,8 +59800,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -59822,7 +59822,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -59836,10 +59836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -59880,8 +59880,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -59902,7 +59902,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -59916,10 +59916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -59960,8 +59960,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -59982,7 +59982,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -59996,10 +59996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -60040,8 +60040,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -60062,7 +60062,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -60076,10 +60076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -60120,8 +60120,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -60142,7 +60142,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -60156,10 +60156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -60200,8 +60200,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -60222,7 +60222,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -60236,10 +60236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -60280,8 +60280,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -60302,7 +60302,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -60316,10 +60316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -60360,8 +60360,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -60382,7 +60382,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -60396,10 +60396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -60440,8 +60440,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -60462,7 +60462,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -60476,10 +60476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -60520,8 +60520,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -60542,7 +60542,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -60556,10 +60556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -60600,8 +60600,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -60622,7 +60622,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -60636,10 +60636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -60680,8 +60680,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -60702,7 +60702,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -60716,10 +60716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -60760,8 +60760,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -60782,7 +60782,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -60796,10 +60796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -60840,8 +60840,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -60862,7 +60862,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -60876,10 +60876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -60920,8 +60920,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -60942,7 +60942,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -60956,10 +60956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -61000,8 +61000,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -61022,7 +61022,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -61036,10 +61036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -61080,8 +61080,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -61102,7 +61102,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -61116,10 +61116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -61160,8 +61160,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -61182,7 +61182,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -61196,10 +61196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -61240,8 +61240,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -61262,7 +61262,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -61276,10 +61276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -61320,8 +61320,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -61342,7 +61342,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -61356,10 +61356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } }, @@ -61400,8 +61400,8 @@ "ScanX": 0.0, "ScanY": 0.0, "Number of rows": 16.0, - "Number of columns": 24.0, - "Height of the plate": "14.35 mm" + "Height of the plate": "14.35 mm", + "Number of columns": 24.0 } } ] @@ -61422,7 +61422,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -61436,10 +61436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { + "Assay Exported": "8/22/2023 12:18:26 PM", "Assay Started": "8/22/2023 12:15:09 PM", - "Protocol Name": "DL LUM test", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Exported": "8/22/2023 12:18:26 PM" + "Protocol Name": "DL LUM test" } } } @@ -74510,7 +74510,7 @@ "file name": "PE_Envision_luminescence_example01.csv", "UNC path": "tests/parsers/perkin_elmer_envision/testdata/PE_Envision_luminescence_example01.csv", "ASM converter name": "allotropy_perkinelmer_envision", - "ASM converter version": "0.1.105", + "ASM converter version": "0.1.113", "software name": "EnVision Workstation", "software version": "1.14.3049.1193" }, diff --git a/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_missing_plate_maps.json b/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_missing_plate_maps.json index 4d41f5b6b..ff5aa18f3 100644 --- a/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_missing_plate_maps.json +++ b/tests/parsers/perkin_elmer_envision/testdata/PE_Envision_missing_plate_maps.json @@ -38,8 +38,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -62,7 +62,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -76,10 +76,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -119,8 +119,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -142,7 +142,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -156,10 +156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -199,8 +199,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -222,7 +222,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -236,10 +236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -279,8 +279,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -302,7 +302,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -316,10 +316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -359,8 +359,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -382,7 +382,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -396,10 +396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -439,8 +439,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -462,7 +462,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -476,10 +476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -519,8 +519,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -542,7 +542,7 @@ "unit": "degC" }, "luminescence": { - "value": 80, + "value": 80.0, "unit": "RLU" } } @@ -556,10 +556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -599,8 +599,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -622,7 +622,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -636,10 +636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -679,8 +679,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -702,7 +702,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -716,10 +716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -759,8 +759,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -782,7 +782,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -796,10 +796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -839,8 +839,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -862,7 +862,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -876,10 +876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -919,8 +919,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -942,7 +942,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -956,10 +956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -999,8 +999,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1022,7 +1022,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -1036,10 +1036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -1079,8 +1079,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1102,7 +1102,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -1116,10 +1116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -1159,8 +1159,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1182,7 +1182,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -1196,10 +1196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -1239,8 +1239,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1262,7 +1262,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -1276,10 +1276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -1319,8 +1319,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1342,7 +1342,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -1356,10 +1356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -1399,8 +1399,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1422,7 +1422,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -1436,10 +1436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -1479,8 +1479,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1502,7 +1502,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -1516,10 +1516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -1559,8 +1559,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1582,7 +1582,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -1596,10 +1596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -1639,8 +1639,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1662,7 +1662,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -1676,10 +1676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -1719,8 +1719,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1742,7 +1742,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -1756,10 +1756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -1799,8 +1799,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1822,7 +1822,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -1836,10 +1836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -1879,8 +1879,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1902,7 +1902,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -1916,10 +1916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -1959,8 +1959,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -1982,7 +1982,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -1996,10 +1996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -2039,8 +2039,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2062,7 +2062,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -2076,10 +2076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -2119,8 +2119,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2142,7 +2142,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -2156,10 +2156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -2199,8 +2199,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2222,7 +2222,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -2236,10 +2236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -2279,8 +2279,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2302,7 +2302,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -2316,10 +2316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -2359,8 +2359,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2382,7 +2382,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -2396,10 +2396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -2439,8 +2439,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2462,7 +2462,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -2476,10 +2476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -2519,8 +2519,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2542,7 +2542,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -2556,10 +2556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -2599,8 +2599,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2622,7 +2622,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -2636,10 +2636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -2679,8 +2679,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2702,7 +2702,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -2716,10 +2716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -2759,8 +2759,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2782,7 +2782,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -2796,10 +2796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -2839,8 +2839,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2862,7 +2862,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -2876,10 +2876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -2919,8 +2919,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -2942,7 +2942,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -2956,10 +2956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -2999,8 +2999,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3022,7 +3022,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -3036,10 +3036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -3079,8 +3079,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3102,7 +3102,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -3116,10 +3116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -3159,8 +3159,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3182,7 +3182,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -3196,10 +3196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -3239,8 +3239,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3262,7 +3262,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -3276,10 +3276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -3319,8 +3319,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3342,7 +3342,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -3356,10 +3356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -3399,8 +3399,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3422,7 +3422,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -3436,10 +3436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -3479,8 +3479,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3502,7 +3502,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -3516,10 +3516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -3559,8 +3559,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3582,7 +3582,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -3596,10 +3596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -3639,8 +3639,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3662,7 +3662,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -3676,10 +3676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -3719,8 +3719,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3742,7 +3742,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -3756,10 +3756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -3799,8 +3799,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3822,7 +3822,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -3836,10 +3836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -3879,8 +3879,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3902,7 +3902,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -3916,10 +3916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -3959,8 +3959,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -3982,7 +3982,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -3996,10 +3996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -4039,8 +4039,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4062,7 +4062,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -4076,10 +4076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -4119,8 +4119,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4142,7 +4142,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -4156,10 +4156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -4199,8 +4199,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4222,7 +4222,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -4236,10 +4236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -4279,8 +4279,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4302,7 +4302,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -4316,10 +4316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -4359,8 +4359,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4382,7 +4382,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -4396,10 +4396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -4439,8 +4439,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4462,7 +4462,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -4476,10 +4476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -4519,8 +4519,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4542,7 +4542,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -4556,10 +4556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -4599,8 +4599,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4622,7 +4622,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -4636,10 +4636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -4679,8 +4679,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4702,7 +4702,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -4716,10 +4716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -4759,8 +4759,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4782,7 +4782,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -4796,10 +4796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -4839,8 +4839,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4862,7 +4862,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -4876,10 +4876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -4919,8 +4919,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -4942,7 +4942,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -4956,10 +4956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -4999,8 +4999,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5022,7 +5022,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -5036,10 +5036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -5079,8 +5079,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5102,7 +5102,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -5116,10 +5116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -5159,8 +5159,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5182,7 +5182,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -5196,10 +5196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -5239,8 +5239,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5262,7 +5262,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -5276,10 +5276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -5319,8 +5319,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5342,7 +5342,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -5356,10 +5356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -5399,8 +5399,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5422,7 +5422,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -5436,10 +5436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -5479,8 +5479,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5502,7 +5502,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -5516,10 +5516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -5559,8 +5559,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5582,7 +5582,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -5596,10 +5596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -5639,8 +5639,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5662,7 +5662,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -5676,10 +5676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -5719,8 +5719,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5742,7 +5742,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -5756,10 +5756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -5799,8 +5799,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5822,7 +5822,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -5836,10 +5836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -5879,8 +5879,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5902,7 +5902,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -5916,10 +5916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -5959,8 +5959,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -5982,7 +5982,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -5996,10 +5996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -6039,8 +6039,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6062,7 +6062,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -6076,10 +6076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -6119,8 +6119,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6142,7 +6142,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -6156,10 +6156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -6199,8 +6199,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6222,7 +6222,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -6236,10 +6236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -6279,8 +6279,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6302,7 +6302,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -6316,10 +6316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -6359,8 +6359,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6382,7 +6382,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -6396,10 +6396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -6439,8 +6439,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6462,7 +6462,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -6476,10 +6476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -6519,8 +6519,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6542,7 +6542,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -6556,10 +6556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -6599,8 +6599,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6622,7 +6622,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -6636,10 +6636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -6679,8 +6679,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6702,7 +6702,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -6716,10 +6716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -6759,8 +6759,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6782,7 +6782,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -6796,10 +6796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -6839,8 +6839,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6862,7 +6862,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -6876,10 +6876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -6919,8 +6919,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -6942,7 +6942,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -6956,10 +6956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -6999,8 +6999,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7022,7 +7022,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -7036,10 +7036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -7079,8 +7079,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7102,7 +7102,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -7116,10 +7116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -7159,8 +7159,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7182,7 +7182,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -7196,10 +7196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -7239,8 +7239,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7262,7 +7262,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -7276,10 +7276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -7319,8 +7319,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7342,7 +7342,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -7356,10 +7356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -7399,8 +7399,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7422,7 +7422,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -7436,10 +7436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -7479,8 +7479,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7502,7 +7502,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -7516,10 +7516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -7559,8 +7559,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7582,7 +7582,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -7596,10 +7596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -7639,8 +7639,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7662,7 +7662,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -7676,10 +7676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -7719,8 +7719,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7742,7 +7742,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -7756,10 +7756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -7799,8 +7799,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7822,7 +7822,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -7836,10 +7836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -7879,8 +7879,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7902,7 +7902,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -7916,10 +7916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -7959,8 +7959,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -7982,7 +7982,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -7996,10 +7996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -8039,8 +8039,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8062,7 +8062,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -8076,10 +8076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -8119,8 +8119,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8142,7 +8142,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -8156,10 +8156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -8199,8 +8199,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8222,7 +8222,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -8236,10 +8236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -8279,8 +8279,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8302,7 +8302,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -8316,10 +8316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -8359,8 +8359,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8382,7 +8382,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -8396,10 +8396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -8439,8 +8439,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8462,7 +8462,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -8476,10 +8476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -8519,8 +8519,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8542,7 +8542,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -8556,10 +8556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -8599,8 +8599,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8622,7 +8622,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -8636,10 +8636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -8679,8 +8679,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8702,7 +8702,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -8716,10 +8716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -8759,8 +8759,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8782,7 +8782,7 @@ "unit": "degC" }, "luminescence": { - "value": 80, + "value": 80.0, "unit": "RLU" } } @@ -8796,10 +8796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -8839,8 +8839,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8862,7 +8862,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -8876,10 +8876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -8919,8 +8919,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -8942,7 +8942,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -8956,10 +8956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -8999,8 +8999,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9022,7 +9022,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -9036,10 +9036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -9079,8 +9079,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9102,7 +9102,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -9116,10 +9116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -9159,8 +9159,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9182,7 +9182,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -9196,10 +9196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -9239,8 +9239,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9262,7 +9262,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -9276,10 +9276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -9319,8 +9319,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9342,7 +9342,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -9356,10 +9356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -9399,8 +9399,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9422,7 +9422,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -9436,10 +9436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -9479,8 +9479,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9502,7 +9502,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -9516,10 +9516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -9559,8 +9559,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9582,7 +9582,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -9596,10 +9596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -9639,8 +9639,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9662,7 +9662,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -9676,10 +9676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -9719,8 +9719,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9742,7 +9742,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -9756,10 +9756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -9799,8 +9799,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9822,7 +9822,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -9836,10 +9836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -9879,8 +9879,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9902,7 +9902,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -9916,10 +9916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -9959,8 +9959,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -9982,7 +9982,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -9996,10 +9996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -10039,8 +10039,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10062,7 +10062,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -10076,10 +10076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -10119,8 +10119,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10142,7 +10142,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -10156,10 +10156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -10199,8 +10199,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10222,7 +10222,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -10236,10 +10236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -10279,8 +10279,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10302,7 +10302,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -10316,10 +10316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -10359,8 +10359,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10382,7 +10382,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -10396,10 +10396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -10439,8 +10439,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10462,7 +10462,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -10476,10 +10476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -10519,8 +10519,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10542,7 +10542,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -10556,10 +10556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -10599,8 +10599,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10622,7 +10622,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -10636,10 +10636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -10679,8 +10679,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10702,7 +10702,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -10716,10 +10716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -10759,8 +10759,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10782,7 +10782,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -10796,10 +10796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -10839,8 +10839,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10862,7 +10862,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -10876,10 +10876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -10919,8 +10919,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -10942,7 +10942,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -10956,10 +10956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -10999,8 +10999,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11022,7 +11022,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -11036,10 +11036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -11079,8 +11079,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11102,7 +11102,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -11116,10 +11116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -11159,8 +11159,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11182,7 +11182,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -11196,10 +11196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -11239,8 +11239,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11262,7 +11262,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -11276,10 +11276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -11319,8 +11319,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11342,7 +11342,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -11356,10 +11356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -11399,8 +11399,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11422,7 +11422,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -11436,10 +11436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -11479,8 +11479,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11502,7 +11502,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -11516,10 +11516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -11559,8 +11559,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11582,7 +11582,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -11596,10 +11596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -11639,8 +11639,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11662,7 +11662,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -11676,10 +11676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -11719,8 +11719,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11742,7 +11742,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -11756,10 +11756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -11799,8 +11799,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11822,7 +11822,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -11836,10 +11836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -11879,8 +11879,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11902,7 +11902,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -11916,10 +11916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -11959,8 +11959,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -11982,7 +11982,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -11996,10 +11996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -12039,8 +12039,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12062,7 +12062,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -12076,10 +12076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -12119,8 +12119,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12142,7 +12142,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -12156,10 +12156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -12199,8 +12199,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12222,7 +12222,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -12236,10 +12236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -12279,8 +12279,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12302,7 +12302,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -12316,10 +12316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -12359,8 +12359,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12382,7 +12382,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -12396,10 +12396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -12439,8 +12439,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12462,7 +12462,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -12476,10 +12476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -12519,8 +12519,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12542,7 +12542,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -12556,10 +12556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -12599,8 +12599,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12622,7 +12622,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -12636,10 +12636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -12679,8 +12679,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12702,7 +12702,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -12716,10 +12716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -12759,8 +12759,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12782,7 +12782,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -12796,10 +12796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -12839,8 +12839,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12862,7 +12862,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -12876,10 +12876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -12919,8 +12919,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -12942,7 +12942,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -12956,10 +12956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -12999,8 +12999,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13022,7 +13022,7 @@ "unit": "degC" }, "luminescence": { - "value": 120, + "value": 120.0, "unit": "RLU" } } @@ -13036,10 +13036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -13079,8 +13079,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13102,7 +13102,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -13116,10 +13116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -13159,8 +13159,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13182,7 +13182,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -13196,10 +13196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -13239,8 +13239,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13262,7 +13262,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -13276,10 +13276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -13319,8 +13319,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13342,7 +13342,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -13356,10 +13356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -13399,8 +13399,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13422,7 +13422,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -13436,10 +13436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -13479,8 +13479,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13502,7 +13502,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -13516,10 +13516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -13559,8 +13559,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13582,7 +13582,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -13596,10 +13596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -13639,8 +13639,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13662,7 +13662,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -13676,10 +13676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -13719,8 +13719,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13742,7 +13742,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -13756,10 +13756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -13799,8 +13799,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13822,7 +13822,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -13836,10 +13836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -13879,8 +13879,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13902,7 +13902,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -13916,10 +13916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -13959,8 +13959,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -13982,7 +13982,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -13996,10 +13996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -14039,8 +14039,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14062,7 +14062,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -14076,10 +14076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -14119,8 +14119,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14142,7 +14142,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -14156,10 +14156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -14199,8 +14199,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14222,7 +14222,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -14236,10 +14236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -14279,8 +14279,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14302,7 +14302,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -14316,10 +14316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -14359,8 +14359,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14382,7 +14382,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -14396,10 +14396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -14439,8 +14439,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14462,7 +14462,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -14476,10 +14476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -14519,8 +14519,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14542,7 +14542,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -14556,10 +14556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -14599,8 +14599,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14622,7 +14622,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -14636,10 +14636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -14679,8 +14679,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14702,7 +14702,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -14716,10 +14716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -14759,8 +14759,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14782,7 +14782,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -14796,10 +14796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -14839,8 +14839,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14862,7 +14862,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -14876,10 +14876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -14919,8 +14919,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -14942,7 +14942,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -14956,10 +14956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -14999,8 +14999,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15022,7 +15022,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -15036,10 +15036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -15079,8 +15079,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15102,7 +15102,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -15116,10 +15116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -15159,8 +15159,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15182,7 +15182,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -15196,10 +15196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -15239,8 +15239,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15262,7 +15262,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -15276,10 +15276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -15319,8 +15319,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15342,7 +15342,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -15356,10 +15356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -15399,8 +15399,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15422,7 +15422,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -15436,10 +15436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -15479,8 +15479,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15502,7 +15502,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -15516,10 +15516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -15559,8 +15559,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15582,7 +15582,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -15596,10 +15596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -15639,8 +15639,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15662,7 +15662,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -15676,10 +15676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -15719,8 +15719,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15742,7 +15742,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -15756,10 +15756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -15799,8 +15799,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15822,7 +15822,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -15836,10 +15836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -15879,8 +15879,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15902,7 +15902,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -15916,10 +15916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -15959,8 +15959,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -15982,7 +15982,7 @@ "unit": "degC" }, "luminescence": { - "value": 120, + "value": 120.0, "unit": "RLU" } } @@ -15996,10 +15996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -16039,8 +16039,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16062,7 +16062,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -16076,10 +16076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -16119,8 +16119,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16142,7 +16142,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -16156,10 +16156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -16199,8 +16199,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16222,7 +16222,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -16236,10 +16236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -16279,8 +16279,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16302,7 +16302,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -16316,10 +16316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -16359,8 +16359,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16382,7 +16382,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -16396,10 +16396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -16439,8 +16439,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16462,7 +16462,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -16476,10 +16476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -16519,8 +16519,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16542,7 +16542,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -16556,10 +16556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -16599,8 +16599,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16622,7 +16622,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -16636,10 +16636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -16679,8 +16679,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16702,7 +16702,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -16716,10 +16716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -16759,8 +16759,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16782,7 +16782,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -16796,10 +16796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -16839,8 +16839,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16862,7 +16862,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -16876,10 +16876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -16919,8 +16919,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -16942,7 +16942,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -16956,10 +16956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -16999,8 +16999,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17022,7 +17022,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -17036,10 +17036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -17079,8 +17079,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17102,7 +17102,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -17116,10 +17116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -17159,8 +17159,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17182,7 +17182,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -17196,10 +17196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -17239,8 +17239,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17262,7 +17262,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -17276,10 +17276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -17319,8 +17319,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17342,7 +17342,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -17356,10 +17356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -17399,8 +17399,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17422,7 +17422,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -17436,10 +17436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -17479,8 +17479,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17502,7 +17502,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -17516,10 +17516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -17559,8 +17559,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17582,7 +17582,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -17596,10 +17596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -17639,8 +17639,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17662,7 +17662,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -17676,10 +17676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -17719,8 +17719,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17742,7 +17742,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -17756,10 +17756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -17799,8 +17799,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17822,7 +17822,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -17836,10 +17836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -17879,8 +17879,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17902,7 +17902,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -17916,10 +17916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -17959,8 +17959,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -17982,7 +17982,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -17996,10 +17996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -18039,8 +18039,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18062,7 +18062,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -18076,10 +18076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -18119,8 +18119,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18142,7 +18142,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -18156,10 +18156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -18199,8 +18199,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18222,7 +18222,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -18236,10 +18236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -18279,8 +18279,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18302,7 +18302,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -18316,10 +18316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -18359,8 +18359,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18382,7 +18382,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -18396,10 +18396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -18439,8 +18439,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18462,7 +18462,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -18476,10 +18476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -18519,8 +18519,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18542,7 +18542,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -18556,10 +18556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -18599,8 +18599,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18622,7 +18622,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -18636,10 +18636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -18679,8 +18679,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18702,7 +18702,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -18716,10 +18716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -18759,8 +18759,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18782,7 +18782,7 @@ "unit": "degC" }, "luminescence": { - "value": 80, + "value": 80.0, "unit": "RLU" } } @@ -18796,10 +18796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -18839,8 +18839,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18862,7 +18862,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -18876,10 +18876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -18919,8 +18919,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -18942,7 +18942,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -18956,10 +18956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -18999,8 +18999,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19022,7 +19022,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -19036,10 +19036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -19079,8 +19079,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19102,7 +19102,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -19116,10 +19116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -19159,8 +19159,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19182,7 +19182,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -19196,10 +19196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -19239,8 +19239,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19262,7 +19262,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -19276,10 +19276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -19319,8 +19319,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19342,7 +19342,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -19356,10 +19356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -19399,8 +19399,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19422,7 +19422,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -19436,10 +19436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -19479,8 +19479,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19502,7 +19502,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -19516,10 +19516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -19559,8 +19559,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19582,7 +19582,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -19596,10 +19596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -19639,8 +19639,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19662,7 +19662,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -19676,10 +19676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -19719,8 +19719,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19742,7 +19742,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -19756,10 +19756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -19799,8 +19799,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19822,7 +19822,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -19836,10 +19836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -19879,8 +19879,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19902,7 +19902,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -19916,10 +19916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -19959,8 +19959,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -19982,7 +19982,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -19996,10 +19996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -20039,8 +20039,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20062,7 +20062,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -20076,10 +20076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -20119,8 +20119,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20142,7 +20142,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -20156,10 +20156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -20199,8 +20199,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20222,7 +20222,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -20236,10 +20236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -20279,8 +20279,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20302,7 +20302,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -20316,10 +20316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -20359,8 +20359,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20382,7 +20382,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -20396,10 +20396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -20439,8 +20439,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20462,7 +20462,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -20476,10 +20476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -20519,8 +20519,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20542,7 +20542,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -20556,10 +20556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -20599,8 +20599,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20622,7 +20622,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -20636,10 +20636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -20679,8 +20679,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20702,7 +20702,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -20716,10 +20716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -20759,8 +20759,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20782,7 +20782,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -20796,10 +20796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -20839,8 +20839,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20862,7 +20862,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -20876,10 +20876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -20919,8 +20919,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -20942,7 +20942,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -20956,10 +20956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -20999,8 +20999,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21022,7 +21022,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -21036,10 +21036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -21079,8 +21079,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21102,7 +21102,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -21116,10 +21116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -21159,8 +21159,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21182,7 +21182,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -21196,10 +21196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -21239,8 +21239,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21262,7 +21262,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -21276,10 +21276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -21319,8 +21319,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21342,7 +21342,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -21356,10 +21356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -21399,8 +21399,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21422,7 +21422,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -21436,10 +21436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -21479,8 +21479,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21502,7 +21502,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -21516,10 +21516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -21559,8 +21559,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21582,7 +21582,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -21596,10 +21596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -21639,8 +21639,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21662,7 +21662,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -21676,10 +21676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -21719,8 +21719,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21742,7 +21742,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -21756,10 +21756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -21799,8 +21799,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21822,7 +21822,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -21836,10 +21836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -21879,8 +21879,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21902,7 +21902,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -21916,10 +21916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -21959,8 +21959,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -21982,7 +21982,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -21996,10 +21996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -22039,8 +22039,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22062,7 +22062,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -22076,10 +22076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -22119,8 +22119,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22142,7 +22142,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -22156,10 +22156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -22199,8 +22199,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22222,7 +22222,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -22236,10 +22236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -22279,8 +22279,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22302,7 +22302,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -22316,10 +22316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -22359,8 +22359,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22382,7 +22382,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -22396,10 +22396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -22439,8 +22439,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22462,7 +22462,7 @@ "unit": "degC" }, "luminescence": { - "value": 80, + "value": 80.0, "unit": "RLU" } } @@ -22476,10 +22476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -22519,8 +22519,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22542,7 +22542,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -22556,10 +22556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -22599,8 +22599,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22622,7 +22622,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -22636,10 +22636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -22679,8 +22679,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22702,7 +22702,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -22716,10 +22716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -22759,8 +22759,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22782,7 +22782,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -22796,10 +22796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -22839,8 +22839,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22862,7 +22862,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -22876,10 +22876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -22919,8 +22919,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -22942,7 +22942,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -22956,10 +22956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -22999,8 +22999,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23022,7 +23022,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -23036,10 +23036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -23079,8 +23079,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23102,7 +23102,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -23116,10 +23116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -23159,8 +23159,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23182,7 +23182,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -23196,10 +23196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -23239,8 +23239,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23262,7 +23262,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -23276,10 +23276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -23319,8 +23319,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23342,7 +23342,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -23356,10 +23356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -23399,8 +23399,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23422,7 +23422,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -23436,10 +23436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -23479,8 +23479,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23502,7 +23502,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -23516,10 +23516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -23559,8 +23559,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23582,7 +23582,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -23596,10 +23596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -23639,8 +23639,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23662,7 +23662,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -23676,10 +23676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -23719,8 +23719,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23742,7 +23742,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -23756,10 +23756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -23799,8 +23799,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23822,7 +23822,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -23836,10 +23836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -23879,8 +23879,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23902,7 +23902,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -23916,10 +23916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -23959,8 +23959,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -23982,7 +23982,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -23996,10 +23996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -24039,8 +24039,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24062,7 +24062,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -24076,10 +24076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -24119,8 +24119,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24142,7 +24142,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -24156,10 +24156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -24199,8 +24199,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24222,7 +24222,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -24236,10 +24236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -24279,8 +24279,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24302,7 +24302,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -24316,10 +24316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -24359,8 +24359,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24382,7 +24382,7 @@ "unit": "degC" }, "luminescence": { - "value": 80, + "value": 80.0, "unit": "RLU" } } @@ -24396,10 +24396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -24439,8 +24439,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24462,7 +24462,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -24476,10 +24476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -24519,8 +24519,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24542,7 +24542,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -24556,10 +24556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -24599,8 +24599,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24622,7 +24622,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -24636,10 +24636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -24679,8 +24679,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24702,7 +24702,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -24716,10 +24716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -24759,8 +24759,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24782,7 +24782,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -24796,10 +24796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -24839,8 +24839,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24862,7 +24862,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -24876,10 +24876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -24919,8 +24919,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -24942,7 +24942,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -24956,10 +24956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -24999,8 +24999,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25022,7 +25022,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -25036,10 +25036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -25079,8 +25079,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25102,7 +25102,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -25116,10 +25116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -25159,8 +25159,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25182,7 +25182,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -25196,10 +25196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -25239,8 +25239,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25262,7 +25262,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -25276,10 +25276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -25319,8 +25319,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25342,7 +25342,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -25356,10 +25356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -25399,8 +25399,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25422,7 +25422,7 @@ "unit": "degC" }, "luminescence": { - "value": 80, + "value": 80.0, "unit": "RLU" } } @@ -25436,10 +25436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -25479,8 +25479,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25502,7 +25502,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -25516,10 +25516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -25559,8 +25559,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25582,7 +25582,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -25596,10 +25596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -25639,8 +25639,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25662,7 +25662,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -25676,10 +25676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -25719,8 +25719,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25742,7 +25742,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -25756,10 +25756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -25799,8 +25799,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25822,7 +25822,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -25836,10 +25836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -25879,8 +25879,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25902,7 +25902,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -25916,10 +25916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -25959,8 +25959,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -25982,7 +25982,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -25996,10 +25996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -26039,8 +26039,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26062,7 +26062,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -26076,10 +26076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -26119,8 +26119,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26142,7 +26142,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -26156,10 +26156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -26199,8 +26199,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26222,7 +26222,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -26236,10 +26236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -26279,8 +26279,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26302,7 +26302,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -26316,10 +26316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -26359,8 +26359,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26382,7 +26382,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -26396,10 +26396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -26439,8 +26439,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26462,7 +26462,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -26476,10 +26476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -26519,8 +26519,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26542,7 +26542,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -26556,10 +26556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -26599,8 +26599,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26622,7 +26622,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -26636,10 +26636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -26679,8 +26679,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26702,7 +26702,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -26716,10 +26716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -26759,8 +26759,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26782,7 +26782,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -26796,10 +26796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -26839,8 +26839,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26862,7 +26862,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -26876,10 +26876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -26919,8 +26919,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -26942,7 +26942,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -26956,10 +26956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -26999,8 +26999,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27022,7 +27022,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -27036,10 +27036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -27079,8 +27079,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27102,7 +27102,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -27116,10 +27116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -27159,8 +27159,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27182,7 +27182,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -27196,10 +27196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -27239,8 +27239,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27262,7 +27262,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -27276,10 +27276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -27319,8 +27319,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27342,7 +27342,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -27356,10 +27356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -27399,8 +27399,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27422,7 +27422,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -27436,10 +27436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -27479,8 +27479,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27502,7 +27502,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -27516,10 +27516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -27559,8 +27559,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27582,7 +27582,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -27596,10 +27596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -27639,8 +27639,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27662,7 +27662,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -27676,10 +27676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -27719,8 +27719,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27742,7 +27742,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -27756,10 +27756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -27799,8 +27799,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27822,7 +27822,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -27836,10 +27836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -27879,8 +27879,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27902,7 +27902,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -27916,10 +27916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -27959,8 +27959,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -27982,7 +27982,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -27996,10 +27996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -28039,8 +28039,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28062,7 +28062,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -28076,10 +28076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -28119,8 +28119,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28142,7 +28142,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -28156,10 +28156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -28199,8 +28199,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28222,7 +28222,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -28236,10 +28236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -28279,8 +28279,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28302,7 +28302,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -28316,10 +28316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -28359,8 +28359,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28382,7 +28382,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -28396,10 +28396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -28439,8 +28439,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28462,7 +28462,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -28476,10 +28476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -28519,8 +28519,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28542,7 +28542,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -28556,10 +28556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -28599,8 +28599,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28622,7 +28622,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -28636,10 +28636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -28679,8 +28679,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28702,7 +28702,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -28716,10 +28716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -28759,8 +28759,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28782,7 +28782,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -28796,10 +28796,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -28839,8 +28839,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28862,7 +28862,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -28876,10 +28876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -28919,8 +28919,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -28942,7 +28942,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -28956,10 +28956,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -28999,8 +28999,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29022,7 +29022,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -29036,10 +29036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -29079,8 +29079,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29102,7 +29102,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -29116,10 +29116,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -29159,8 +29159,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29182,7 +29182,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -29196,10 +29196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -29239,8 +29239,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29262,7 +29262,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -29276,10 +29276,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -29319,8 +29319,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29342,7 +29342,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -29356,10 +29356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -29399,8 +29399,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29422,7 +29422,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -29436,10 +29436,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -29479,8 +29479,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29502,7 +29502,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -29516,10 +29516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -29559,8 +29559,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29582,7 +29582,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -29596,10 +29596,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -29639,8 +29639,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29662,7 +29662,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -29676,10 +29676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -29719,8 +29719,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29742,7 +29742,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -29756,10 +29756,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -29799,8 +29799,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29822,7 +29822,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -29836,10 +29836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -29879,8 +29879,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29902,7 +29902,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -29916,10 +29916,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -29959,8 +29959,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -29982,7 +29982,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -29996,10 +29996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -30039,8 +30039,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30062,7 +30062,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -30076,10 +30076,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -30119,8 +30119,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30142,7 +30142,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -30156,10 +30156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -30199,8 +30199,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30222,7 +30222,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -30236,10 +30236,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -30279,8 +30279,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30302,7 +30302,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -30316,10 +30316,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -30359,8 +30359,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30382,7 +30382,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -30396,10 +30396,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -30439,8 +30439,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30462,7 +30462,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -30476,10 +30476,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -30519,8 +30519,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30542,7 +30542,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -30556,10 +30556,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -30599,8 +30599,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30622,7 +30622,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -30636,10 +30636,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -30679,8 +30679,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30702,7 +30702,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -30716,10 +30716,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -30759,8 +30759,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30781,7 +30781,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -30795,10 +30795,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -30838,8 +30838,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30860,7 +30860,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -30874,10 +30874,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -30917,8 +30917,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -30939,7 +30939,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -30953,10 +30953,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -30996,8 +30996,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31018,7 +31018,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -31032,10 +31032,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -31075,8 +31075,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31097,7 +31097,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -31111,10 +31111,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -31154,8 +31154,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31176,7 +31176,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -31190,10 +31190,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -31233,8 +31233,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31255,7 +31255,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -31269,10 +31269,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -31312,8 +31312,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31334,7 +31334,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -31348,10 +31348,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -31391,8 +31391,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31413,7 +31413,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -31427,10 +31427,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -31470,8 +31470,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31492,7 +31492,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -31506,10 +31506,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -31549,8 +31549,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31571,7 +31571,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -31585,10 +31585,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -31628,8 +31628,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31650,7 +31650,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -31664,10 +31664,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -31707,8 +31707,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31729,7 +31729,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -31743,10 +31743,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -31786,8 +31786,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31808,7 +31808,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -31822,10 +31822,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -31865,8 +31865,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31887,7 +31887,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -31901,10 +31901,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -31944,8 +31944,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -31966,7 +31966,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -31980,10 +31980,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -32023,8 +32023,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32045,7 +32045,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -32059,10 +32059,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -32102,8 +32102,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32124,7 +32124,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -32138,10 +32138,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -32181,8 +32181,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32203,7 +32203,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -32217,10 +32217,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -32260,8 +32260,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32282,7 +32282,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -32296,10 +32296,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -32339,8 +32339,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32361,7 +32361,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -32375,10 +32375,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -32418,8 +32418,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32440,7 +32440,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -32454,10 +32454,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -32497,8 +32497,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32519,7 +32519,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -32533,10 +32533,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -32576,8 +32576,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32598,7 +32598,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -32612,10 +32612,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -32655,8 +32655,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32677,7 +32677,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -32691,10 +32691,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -32734,8 +32734,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32756,7 +32756,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -32770,10 +32770,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -32813,8 +32813,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32835,7 +32835,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -32849,10 +32849,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -32892,8 +32892,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32914,7 +32914,7 @@ "unit": "degC" }, "luminescence": { - "value": 80, + "value": 80.0, "unit": "RLU" } } @@ -32928,10 +32928,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -32971,8 +32971,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -32993,7 +32993,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -33007,10 +33007,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -33050,8 +33050,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33072,7 +33072,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -33086,10 +33086,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -33129,8 +33129,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33151,7 +33151,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -33165,10 +33165,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -33208,8 +33208,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33230,7 +33230,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -33244,10 +33244,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -33287,8 +33287,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33309,7 +33309,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -33323,10 +33323,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -33366,8 +33366,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33388,7 +33388,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -33402,10 +33402,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -33445,8 +33445,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33467,7 +33467,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -33481,10 +33481,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -33524,8 +33524,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33546,7 +33546,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -33560,10 +33560,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -33603,8 +33603,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33625,7 +33625,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -33639,10 +33639,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -33682,8 +33682,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33704,7 +33704,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -33718,10 +33718,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -33761,8 +33761,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33783,7 +33783,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -33797,10 +33797,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -33840,8 +33840,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33862,7 +33862,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -33876,10 +33876,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -33919,8 +33919,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -33941,7 +33941,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -33955,10 +33955,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -33998,8 +33998,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34020,7 +34020,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -34034,10 +34034,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -34077,8 +34077,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34099,7 +34099,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -34113,10 +34113,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -34156,8 +34156,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34178,7 +34178,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -34192,10 +34192,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -34235,8 +34235,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34257,7 +34257,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -34271,10 +34271,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -34314,8 +34314,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34336,7 +34336,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -34350,10 +34350,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -34393,8 +34393,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34415,7 +34415,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -34429,10 +34429,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -34472,8 +34472,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34494,7 +34494,7 @@ "unit": "degC" }, "luminescence": { - "value": 80, + "value": 80.0, "unit": "RLU" } } @@ -34508,10 +34508,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -34551,8 +34551,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34573,7 +34573,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -34587,10 +34587,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -34630,8 +34630,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34652,7 +34652,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -34666,10 +34666,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -34709,8 +34709,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34731,7 +34731,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -34745,10 +34745,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -34788,8 +34788,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34810,7 +34810,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -34824,10 +34824,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -34867,8 +34867,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34889,7 +34889,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -34903,10 +34903,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -34946,8 +34946,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -34968,7 +34968,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -34982,10 +34982,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -35025,8 +35025,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35047,7 +35047,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -35061,10 +35061,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -35104,8 +35104,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35126,7 +35126,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -35140,10 +35140,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -35183,8 +35183,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35205,7 +35205,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -35219,10 +35219,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -35262,8 +35262,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35284,7 +35284,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -35298,10 +35298,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -35341,8 +35341,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35363,7 +35363,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -35377,10 +35377,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -35420,8 +35420,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35442,7 +35442,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -35456,10 +35456,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -35499,8 +35499,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35521,7 +35521,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -35535,10 +35535,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -35578,8 +35578,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35600,7 +35600,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -35614,10 +35614,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -35657,8 +35657,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35679,7 +35679,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -35693,10 +35693,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -35736,8 +35736,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35758,7 +35758,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -35772,10 +35772,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -35815,8 +35815,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35837,7 +35837,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -35851,10 +35851,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -35894,8 +35894,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35916,7 +35916,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -35930,10 +35930,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -35973,8 +35973,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -35995,7 +35995,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -36009,10 +36009,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -36052,8 +36052,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36074,7 +36074,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -36088,10 +36088,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -36131,8 +36131,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36153,7 +36153,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -36167,10 +36167,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -36210,8 +36210,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36232,7 +36232,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -36246,10 +36246,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -36289,8 +36289,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36311,7 +36311,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -36325,10 +36325,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -36368,8 +36368,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36390,7 +36390,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -36404,10 +36404,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -36447,8 +36447,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36469,7 +36469,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -36483,10 +36483,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -36526,8 +36526,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36548,7 +36548,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -36562,10 +36562,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -36605,8 +36605,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36627,7 +36627,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -36641,10 +36641,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -36684,8 +36684,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36706,7 +36706,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -36720,10 +36720,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -36763,8 +36763,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36785,7 +36785,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -36799,10 +36799,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -36842,8 +36842,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36864,7 +36864,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -36878,10 +36878,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -36921,8 +36921,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -36943,7 +36943,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -36957,10 +36957,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -37000,8 +37000,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37022,7 +37022,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -37036,10 +37036,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -37079,8 +37079,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37101,7 +37101,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -37115,10 +37115,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -37158,8 +37158,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37180,7 +37180,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -37194,10 +37194,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -37237,8 +37237,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37259,7 +37259,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -37273,10 +37273,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -37316,8 +37316,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37338,7 +37338,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -37352,10 +37352,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -37395,8 +37395,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37417,7 +37417,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -37431,10 +37431,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -37474,8 +37474,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37496,7 +37496,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -37510,10 +37510,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -37553,8 +37553,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37575,7 +37575,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -37589,10 +37589,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -37632,8 +37632,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37654,7 +37654,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -37668,10 +37668,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -37711,8 +37711,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37733,7 +37733,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -37747,10 +37747,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -37790,8 +37790,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37812,7 +37812,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -37826,10 +37826,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -37869,8 +37869,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37891,7 +37891,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -37905,10 +37905,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -37948,8 +37948,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -37970,7 +37970,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -37984,10 +37984,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -38027,8 +38027,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38049,7 +38049,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -38063,10 +38063,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -38106,8 +38106,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38128,7 +38128,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -38142,10 +38142,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -38185,8 +38185,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38207,7 +38207,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -38221,10 +38221,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -38264,8 +38264,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38286,7 +38286,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -38300,10 +38300,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -38343,8 +38343,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38365,7 +38365,7 @@ "unit": "degC" }, "luminescence": { - "value": 80, + "value": 80.0, "unit": "RLU" } } @@ -38379,10 +38379,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -38422,8 +38422,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38444,7 +38444,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -38458,10 +38458,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -38501,8 +38501,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38523,7 +38523,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -38537,10 +38537,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -38580,8 +38580,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38602,7 +38602,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -38616,10 +38616,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -38659,8 +38659,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38681,7 +38681,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -38695,10 +38695,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -38738,8 +38738,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38760,7 +38760,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -38774,10 +38774,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -38817,8 +38817,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38839,7 +38839,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -38853,10 +38853,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -38896,8 +38896,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38918,7 +38918,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -38932,10 +38932,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -38975,8 +38975,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -38997,7 +38997,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -39011,10 +39011,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -39054,8 +39054,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39076,7 +39076,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -39090,10 +39090,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -39133,8 +39133,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39155,7 +39155,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -39169,10 +39169,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -39212,8 +39212,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39234,7 +39234,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -39248,10 +39248,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -39291,8 +39291,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39313,7 +39313,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -39327,10 +39327,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -39370,8 +39370,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39392,7 +39392,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -39406,10 +39406,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -39449,8 +39449,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39471,7 +39471,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -39485,10 +39485,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -39528,8 +39528,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39550,7 +39550,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -39564,10 +39564,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -39607,8 +39607,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39629,7 +39629,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -39643,10 +39643,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -39686,8 +39686,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39708,7 +39708,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -39722,10 +39722,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -39765,8 +39765,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39787,7 +39787,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -39801,10 +39801,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -39844,8 +39844,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39866,7 +39866,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -39880,10 +39880,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -39923,8 +39923,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -39945,7 +39945,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -39959,10 +39959,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -40002,8 +40002,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40024,7 +40024,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -40038,10 +40038,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -40081,8 +40081,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40103,7 +40103,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -40117,10 +40117,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -40160,8 +40160,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40182,7 +40182,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -40196,10 +40196,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -40239,8 +40239,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40261,7 +40261,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -40275,10 +40275,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -40318,8 +40318,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40340,7 +40340,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -40354,10 +40354,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -40397,8 +40397,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40419,7 +40419,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -40433,10 +40433,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -40476,8 +40476,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40498,7 +40498,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -40512,10 +40512,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -40555,8 +40555,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40577,7 +40577,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -40591,10 +40591,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -40634,8 +40634,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40656,7 +40656,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -40670,10 +40670,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -40713,8 +40713,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40735,7 +40735,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -40749,10 +40749,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -40792,8 +40792,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40814,7 +40814,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -40828,10 +40828,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -40871,8 +40871,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40893,7 +40893,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -40907,10 +40907,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -40950,8 +40950,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -40972,7 +40972,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -40986,10 +40986,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -41029,8 +41029,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41051,7 +41051,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -41065,10 +41065,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -41108,8 +41108,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41130,7 +41130,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -41144,10 +41144,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -41187,8 +41187,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41209,7 +41209,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -41223,10 +41223,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -41266,8 +41266,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41288,7 +41288,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -41302,10 +41302,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -41345,8 +41345,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41367,7 +41367,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -41381,10 +41381,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -41424,8 +41424,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41446,7 +41446,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -41460,10 +41460,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -41503,8 +41503,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41525,7 +41525,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -41539,10 +41539,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -41582,8 +41582,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41604,7 +41604,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -41618,10 +41618,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -41661,8 +41661,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41683,7 +41683,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -41697,10 +41697,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -41740,8 +41740,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41762,7 +41762,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -41776,10 +41776,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -41819,8 +41819,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41841,7 +41841,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -41855,10 +41855,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -41898,8 +41898,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41920,7 +41920,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -41934,10 +41934,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -41977,8 +41977,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -41999,7 +41999,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -42013,10 +42013,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -42056,8 +42056,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42078,7 +42078,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -42092,10 +42092,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -42135,8 +42135,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42157,7 +42157,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -42171,10 +42171,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -42214,8 +42214,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42236,7 +42236,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -42250,10 +42250,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -42293,8 +42293,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42315,7 +42315,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -42329,10 +42329,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -42372,8 +42372,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42394,7 +42394,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -42408,10 +42408,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -42451,8 +42451,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42473,7 +42473,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -42487,10 +42487,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -42530,8 +42530,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42552,7 +42552,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -42566,10 +42566,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -42609,8 +42609,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42631,7 +42631,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -42645,10 +42645,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -42688,8 +42688,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42710,7 +42710,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -42724,10 +42724,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -42767,8 +42767,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42789,7 +42789,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -42803,10 +42803,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -42846,8 +42846,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42868,7 +42868,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -42882,10 +42882,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -42925,8 +42925,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -42947,7 +42947,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -42961,10 +42961,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -43004,8 +43004,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43026,7 +43026,7 @@ "unit": "degC" }, "luminescence": { - "value": 80, + "value": 80.0, "unit": "RLU" } } @@ -43040,10 +43040,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -43083,8 +43083,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43105,7 +43105,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -43119,10 +43119,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -43162,8 +43162,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43184,7 +43184,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -43198,10 +43198,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -43241,8 +43241,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43263,7 +43263,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -43277,10 +43277,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -43320,8 +43320,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43342,7 +43342,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -43356,10 +43356,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -43399,8 +43399,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43421,7 +43421,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -43435,10 +43435,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -43478,8 +43478,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43500,7 +43500,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -43514,10 +43514,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -43557,8 +43557,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43579,7 +43579,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -43593,10 +43593,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -43636,8 +43636,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43658,7 +43658,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -43672,10 +43672,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -43715,8 +43715,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43737,7 +43737,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -43751,10 +43751,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -43794,8 +43794,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43816,7 +43816,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -43830,10 +43830,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -43873,8 +43873,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43895,7 +43895,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -43909,10 +43909,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -43952,8 +43952,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -43974,7 +43974,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -43988,10 +43988,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -44031,8 +44031,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44053,7 +44053,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -44067,10 +44067,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -44110,8 +44110,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44132,7 +44132,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -44146,10 +44146,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -44189,8 +44189,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44211,7 +44211,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -44225,10 +44225,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -44268,8 +44268,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44290,7 +44290,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -44304,10 +44304,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -44347,8 +44347,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44369,7 +44369,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -44383,10 +44383,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -44426,8 +44426,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44448,7 +44448,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -44462,10 +44462,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -44505,8 +44505,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44527,7 +44527,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -44541,10 +44541,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -44584,8 +44584,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44606,7 +44606,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -44620,10 +44620,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -44663,8 +44663,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44685,7 +44685,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -44699,10 +44699,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -44742,8 +44742,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44764,7 +44764,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -44778,10 +44778,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -44821,8 +44821,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44843,7 +44843,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -44857,10 +44857,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -44900,8 +44900,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -44922,7 +44922,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -44936,10 +44936,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -44979,8 +44979,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45001,7 +45001,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -45015,10 +45015,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -45058,8 +45058,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45080,7 +45080,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -45094,10 +45094,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -45137,8 +45137,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45159,7 +45159,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -45173,10 +45173,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -45216,8 +45216,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45238,7 +45238,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -45252,10 +45252,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -45295,8 +45295,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45317,7 +45317,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -45331,10 +45331,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -45374,8 +45374,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45396,7 +45396,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -45410,10 +45410,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -45453,8 +45453,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45475,7 +45475,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -45489,10 +45489,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -45532,8 +45532,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45554,7 +45554,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -45568,10 +45568,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -45611,8 +45611,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45633,7 +45633,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -45647,10 +45647,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -45690,8 +45690,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45712,7 +45712,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -45726,10 +45726,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -45769,8 +45769,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45791,7 +45791,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -45805,10 +45805,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -45848,8 +45848,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45870,7 +45870,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -45884,10 +45884,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -45927,8 +45927,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -45949,7 +45949,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -45963,10 +45963,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -46006,8 +46006,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46028,7 +46028,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -46042,10 +46042,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -46085,8 +46085,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46107,7 +46107,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -46121,10 +46121,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -46164,8 +46164,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46186,7 +46186,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -46200,10 +46200,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -46243,8 +46243,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46265,7 +46265,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -46279,10 +46279,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -46322,8 +46322,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46344,7 +46344,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -46358,10 +46358,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -46401,8 +46401,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46423,7 +46423,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -46437,10 +46437,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -46480,8 +46480,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46502,7 +46502,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -46516,10 +46516,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -46559,8 +46559,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46581,7 +46581,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -46595,10 +46595,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -46638,8 +46638,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46660,7 +46660,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -46674,10 +46674,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -46717,8 +46717,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46739,7 +46739,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -46753,10 +46753,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -46796,8 +46796,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46818,7 +46818,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -46832,10 +46832,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -46875,8 +46875,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46897,7 +46897,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -46911,10 +46911,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -46954,8 +46954,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -46976,7 +46976,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -46990,10 +46990,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -47033,8 +47033,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47055,7 +47055,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -47069,10 +47069,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -47112,8 +47112,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47134,7 +47134,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -47148,10 +47148,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -47191,8 +47191,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47213,7 +47213,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -47227,10 +47227,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -47270,8 +47270,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47292,7 +47292,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -47306,10 +47306,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -47349,8 +47349,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47371,7 +47371,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -47385,10 +47385,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -47428,8 +47428,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47450,7 +47450,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -47464,10 +47464,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -47507,8 +47507,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47529,7 +47529,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -47543,10 +47543,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -47586,8 +47586,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47608,7 +47608,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -47622,10 +47622,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -47665,8 +47665,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47687,7 +47687,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -47701,10 +47701,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -47744,8 +47744,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47766,7 +47766,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -47780,10 +47780,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -47823,8 +47823,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47845,7 +47845,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -47859,10 +47859,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -47902,8 +47902,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -47924,7 +47924,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -47938,10 +47938,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -47981,8 +47981,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48003,7 +48003,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -48017,10 +48017,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -48060,8 +48060,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48082,7 +48082,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -48096,10 +48096,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -48139,8 +48139,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48161,7 +48161,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -48175,10 +48175,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -48218,8 +48218,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48240,7 +48240,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -48254,10 +48254,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -48297,8 +48297,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48319,7 +48319,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -48333,10 +48333,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -48376,8 +48376,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48398,7 +48398,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -48412,10 +48412,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -48455,8 +48455,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48477,7 +48477,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -48491,10 +48491,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -48534,8 +48534,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48556,7 +48556,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -48570,10 +48570,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -48613,8 +48613,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48635,7 +48635,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -48649,10 +48649,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -48692,8 +48692,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48714,7 +48714,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -48728,10 +48728,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -48771,8 +48771,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48793,7 +48793,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -48807,10 +48807,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -48850,8 +48850,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48872,7 +48872,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -48886,10 +48886,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -48929,8 +48929,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -48951,7 +48951,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -48965,10 +48965,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -49008,8 +49008,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49030,7 +49030,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -49044,10 +49044,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -49087,8 +49087,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49109,7 +49109,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -49123,10 +49123,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -49166,8 +49166,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49188,7 +49188,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -49202,10 +49202,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -49245,8 +49245,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49267,7 +49267,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -49281,10 +49281,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -49324,8 +49324,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49346,7 +49346,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -49360,10 +49360,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -49403,8 +49403,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49425,7 +49425,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -49439,10 +49439,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -49482,8 +49482,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49504,7 +49504,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -49518,10 +49518,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -49561,8 +49561,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49583,7 +49583,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -49597,10 +49597,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -49640,8 +49640,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49662,7 +49662,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -49676,10 +49676,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -49719,8 +49719,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49741,7 +49741,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -49755,10 +49755,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -49798,8 +49798,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49820,7 +49820,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -49834,10 +49834,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -49877,8 +49877,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49899,7 +49899,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -49913,10 +49913,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -49956,8 +49956,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -49978,7 +49978,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -49992,10 +49992,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -50035,8 +50035,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50057,7 +50057,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -50071,10 +50071,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -50114,8 +50114,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50136,7 +50136,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -50150,10 +50150,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -50193,8 +50193,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50215,7 +50215,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -50229,10 +50229,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -50272,8 +50272,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50294,7 +50294,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -50308,10 +50308,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -50351,8 +50351,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50373,7 +50373,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -50387,10 +50387,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -50430,8 +50430,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50452,7 +50452,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -50466,10 +50466,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -50509,8 +50509,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50531,7 +50531,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -50545,10 +50545,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -50588,8 +50588,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50610,7 +50610,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -50624,10 +50624,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -50667,8 +50667,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50689,7 +50689,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -50703,10 +50703,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -50746,8 +50746,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50768,7 +50768,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -50782,10 +50782,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -50825,8 +50825,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50847,7 +50847,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -50861,10 +50861,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -50904,8 +50904,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -50926,7 +50926,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -50940,10 +50940,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -50983,8 +50983,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51005,7 +51005,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -51019,10 +51019,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -51062,8 +51062,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51084,7 +51084,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -51098,10 +51098,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -51141,8 +51141,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51163,7 +51163,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -51177,10 +51177,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -51220,8 +51220,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51242,7 +51242,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -51256,10 +51256,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -51299,8 +51299,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51321,7 +51321,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -51335,10 +51335,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -51378,8 +51378,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51400,7 +51400,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -51414,10 +51414,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -51457,8 +51457,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51479,7 +51479,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -51493,10 +51493,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -51536,8 +51536,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51558,7 +51558,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -51572,10 +51572,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -51615,8 +51615,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51637,7 +51637,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -51651,10 +51651,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -51694,8 +51694,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51716,7 +51716,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -51730,10 +51730,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -51773,8 +51773,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51795,7 +51795,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -51809,10 +51809,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -51852,8 +51852,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51874,7 +51874,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -51888,10 +51888,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -51931,8 +51931,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -51953,7 +51953,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -51967,10 +51967,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -52010,8 +52010,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52032,7 +52032,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -52046,10 +52046,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -52089,8 +52089,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52111,7 +52111,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -52125,10 +52125,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -52168,8 +52168,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52190,7 +52190,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -52204,10 +52204,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -52247,8 +52247,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52269,7 +52269,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -52283,10 +52283,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -52326,8 +52326,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52348,7 +52348,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -52362,10 +52362,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -52405,8 +52405,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52427,7 +52427,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -52441,10 +52441,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -52484,8 +52484,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52506,7 +52506,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -52520,10 +52520,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -52563,8 +52563,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52585,7 +52585,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -52599,10 +52599,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -52642,8 +52642,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52664,7 +52664,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -52678,10 +52678,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -52721,8 +52721,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52743,7 +52743,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -52757,10 +52757,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -52800,8 +52800,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52822,7 +52822,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -52836,10 +52836,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -52879,8 +52879,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52901,7 +52901,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -52915,10 +52915,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -52958,8 +52958,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -52980,7 +52980,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -52994,10 +52994,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -53037,8 +53037,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53059,7 +53059,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -53073,10 +53073,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -53116,8 +53116,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53138,7 +53138,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -53152,10 +53152,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -53195,8 +53195,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53217,7 +53217,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -53231,10 +53231,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -53274,8 +53274,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53296,7 +53296,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -53310,10 +53310,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -53353,8 +53353,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53375,7 +53375,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -53389,10 +53389,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -53432,8 +53432,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53454,7 +53454,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -53468,10 +53468,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -53511,8 +53511,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53533,7 +53533,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -53547,10 +53547,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -53590,8 +53590,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53612,7 +53612,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -53626,10 +53626,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -53669,8 +53669,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53691,7 +53691,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -53705,10 +53705,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -53748,8 +53748,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53770,7 +53770,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -53784,10 +53784,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -53827,8 +53827,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53849,7 +53849,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -53863,10 +53863,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -53906,8 +53906,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -53928,7 +53928,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -53942,10 +53942,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -53985,8 +53985,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54007,7 +54007,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -54021,10 +54021,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -54064,8 +54064,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54086,7 +54086,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -54100,10 +54100,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -54143,8 +54143,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54165,7 +54165,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -54179,10 +54179,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -54222,8 +54222,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54244,7 +54244,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -54258,10 +54258,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -54301,8 +54301,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54323,7 +54323,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -54337,10 +54337,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -54380,8 +54380,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54402,7 +54402,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -54416,10 +54416,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -54459,8 +54459,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54481,7 +54481,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -54495,10 +54495,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -54538,8 +54538,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54560,7 +54560,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -54574,10 +54574,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -54617,8 +54617,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54639,7 +54639,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -54653,10 +54653,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -54696,8 +54696,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54718,7 +54718,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -54732,10 +54732,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -54775,8 +54775,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54797,7 +54797,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -54811,10 +54811,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -54854,8 +54854,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54876,7 +54876,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -54890,10 +54890,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -54933,8 +54933,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -54955,7 +54955,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -54969,10 +54969,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -55012,8 +55012,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55034,7 +55034,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -55048,10 +55048,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -55091,8 +55091,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55113,7 +55113,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -55127,10 +55127,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -55170,8 +55170,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55192,7 +55192,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -55206,10 +55206,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -55249,8 +55249,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55271,7 +55271,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -55285,10 +55285,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -55328,8 +55328,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55350,7 +55350,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -55364,10 +55364,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -55407,8 +55407,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55429,7 +55429,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -55443,10 +55443,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -55486,8 +55486,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55508,7 +55508,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -55522,10 +55522,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -55565,8 +55565,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55587,7 +55587,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -55601,10 +55601,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -55644,8 +55644,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55666,7 +55666,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -55680,10 +55680,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -55723,8 +55723,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55745,7 +55745,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -55759,10 +55759,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -55802,8 +55802,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55824,7 +55824,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -55838,10 +55838,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -55881,8 +55881,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55903,7 +55903,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -55917,10 +55917,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -55960,8 +55960,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -55982,7 +55982,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -55996,10 +55996,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -56039,8 +56039,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56061,7 +56061,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -56075,10 +56075,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -56118,8 +56118,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56140,7 +56140,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -56154,10 +56154,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -56197,8 +56197,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56219,7 +56219,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -56233,10 +56233,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -56276,8 +56276,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56298,7 +56298,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -56312,10 +56312,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -56355,8 +56355,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56377,7 +56377,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -56391,10 +56391,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -56434,8 +56434,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56456,7 +56456,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -56470,10 +56470,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -56513,8 +56513,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56535,7 +56535,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -56549,10 +56549,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -56592,8 +56592,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56614,7 +56614,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -56628,10 +56628,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -56671,8 +56671,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56693,7 +56693,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -56707,10 +56707,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -56750,8 +56750,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56772,7 +56772,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -56786,10 +56786,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -56829,8 +56829,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56851,7 +56851,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -56865,10 +56865,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -56908,8 +56908,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -56930,7 +56930,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -56944,10 +56944,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -56987,8 +56987,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57009,7 +57009,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -57023,10 +57023,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -57066,8 +57066,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57088,7 +57088,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -57102,10 +57102,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -57145,8 +57145,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57167,7 +57167,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -57181,10 +57181,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -57224,8 +57224,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57246,7 +57246,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -57260,10 +57260,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -57303,8 +57303,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57325,7 +57325,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -57339,10 +57339,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -57382,8 +57382,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57404,7 +57404,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -57418,10 +57418,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -57461,8 +57461,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57483,7 +57483,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -57497,10 +57497,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -57540,8 +57540,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57562,7 +57562,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -57576,10 +57576,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -57619,8 +57619,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57641,7 +57641,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -57655,10 +57655,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -57698,8 +57698,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57720,7 +57720,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -57734,10 +57734,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -57777,8 +57777,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57799,7 +57799,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -57813,10 +57813,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -57856,8 +57856,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57878,7 +57878,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -57892,10 +57892,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -57935,8 +57935,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -57957,7 +57957,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -57971,10 +57971,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -58014,8 +58014,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58036,7 +58036,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -58050,10 +58050,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -58093,8 +58093,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58115,7 +58115,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -58129,10 +58129,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -58172,8 +58172,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58194,7 +58194,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -58208,10 +58208,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -58251,8 +58251,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58273,7 +58273,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -58287,10 +58287,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -58330,8 +58330,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58352,7 +58352,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -58366,10 +58366,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -58409,8 +58409,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58431,7 +58431,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -58445,10 +58445,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -58488,8 +58488,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58510,7 +58510,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -58524,10 +58524,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -58567,8 +58567,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58589,7 +58589,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -58603,10 +58603,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -58646,8 +58646,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58668,7 +58668,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -58682,10 +58682,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -58725,8 +58725,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58747,7 +58747,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -58761,10 +58761,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -58804,8 +58804,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58826,7 +58826,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -58840,10 +58840,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -58883,8 +58883,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58905,7 +58905,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -58919,10 +58919,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -58962,8 +58962,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -58984,7 +58984,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -58998,10 +58998,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -59041,8 +59041,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59063,7 +59063,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -59077,10 +59077,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -59120,8 +59120,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59142,7 +59142,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -59156,10 +59156,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -59199,8 +59199,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59221,7 +59221,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -59235,10 +59235,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -59278,8 +59278,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59300,7 +59300,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -59314,10 +59314,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -59357,8 +59357,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59379,7 +59379,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -59393,10 +59393,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -59436,8 +59436,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59458,7 +59458,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -59472,10 +59472,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -59515,8 +59515,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59537,7 +59537,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -59551,10 +59551,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -59594,8 +59594,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59616,7 +59616,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -59630,10 +59630,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -59673,8 +59673,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59695,7 +59695,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -59709,10 +59709,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -59752,8 +59752,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59774,7 +59774,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -59788,10 +59788,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -59831,8 +59831,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59853,7 +59853,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -59867,10 +59867,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -59910,8 +59910,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -59932,7 +59932,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -59946,10 +59946,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -59989,8 +59989,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60011,7 +60011,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -60025,10 +60025,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -60068,8 +60068,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60090,7 +60090,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -60104,10 +60104,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -60147,8 +60147,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60169,7 +60169,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -60183,10 +60183,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -60226,8 +60226,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60248,7 +60248,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -60262,10 +60262,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -60305,8 +60305,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60327,7 +60327,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -60341,10 +60341,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -60384,8 +60384,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60406,7 +60406,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -60420,10 +60420,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -60463,8 +60463,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60485,7 +60485,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -60499,10 +60499,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -60542,8 +60542,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60564,7 +60564,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -60578,10 +60578,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -60621,8 +60621,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60643,7 +60643,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -60657,10 +60657,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -60700,8 +60700,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60722,7 +60722,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -60736,10 +60736,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -60779,8 +60779,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60801,7 +60801,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -60815,10 +60815,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -60858,8 +60858,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60880,7 +60880,7 @@ "unit": "degC" }, "luminescence": { - "value": 0, + "value": 0.0, "unit": "RLU" } } @@ -60894,10 +60894,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -60937,8 +60937,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -60959,7 +60959,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -60973,10 +60973,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } }, @@ -61016,8 +61016,8 @@ "Kinetics": 0.0, "ScanX": 0.0, "ScanY": 0.0, - "Height of the plate": "14.35 mm", "Number of rows": 16.0, + "Height of the plate": "14.35 mm", "Number of columns": 24.0 } } @@ -61038,7 +61038,7 @@ "unit": "degC" }, "luminescence": { - "value": 40, + "value": 40.0, "unit": "RLU" } } @@ -61052,10 +61052,10 @@ "experimental data identifier": "2900", "container type": "well plate", "custom information document": { - "Protocol Name": "DL LUM test", "Assay Exported": "8/22/2023 12:18:26 PM", + "Assay Started": "8/22/2023 12:15:09 PM", "Assay Finished": "8/22/2023 12:18:26 PM", - "Assay Started": "8/22/2023 12:15:09 PM" + "Protocol Name": "DL LUM test" } } } @@ -74126,7 +74126,7 @@ "file name": "PE_Envision_missing_plate_maps.csv", "UNC path": "tests/parsers/perkin_elmer_envision/testdata/PE_Envision_missing_plate_maps.csv", "ASM converter name": "allotropy_perkinelmer_envision", - "ASM converter version": "0.1.105", + "ASM converter version": "0.1.113", "software name": "EnVision Workstation", "software version": "1.14.3049.1193" },