Кривые обнаружения (ROC) часть 2: Моделирование методом Монте-Карло¶
В этом примере показано, как с помощью моделирования Монте-Карло построить кривую обнаружения приемника (ROC-кривая) радиолокационной системы. ROC определяет, насколько хорошо система может обнаруживать цели, отбрасывая при этом большие значения ложных сигналов, когда цель отсутствует (ложные тревоги). Система обнаружения определяет наличие или отсутствие цели, сравнивая полученное значение сигнала с заданным порогом.
Вероятность правильного обнаружения (Pd) - это вероятность того, что мгновенное значение сигнала больше порогового значения, когда цель действительно присутствует.
Вероятность ложной тревоги (Pfa) - это вероятность того, что значение сигнала больше порога, когда цель отсутствует. В этом случае сигнал обусловлен шумом, и его свойства зависят от статистики шума. При моделировании методом Монте-Карло генерируется очень большое количество радиолокационных сигналов в условиях наличия и отсутствия цели.
ROC-кривая представляет собой график зависимости Pd от Pfa. Форма ROC-кривой зависит от отношения сигнал шум (ОСШ) принимаемого сигнала. Если ОСШ принимаемого сигнала известен, то кривая ROC показывает насколько надежна система, анализируя значения Pd и Pfa. Если задать Pd и Pfa, то можно определить, какая мощность необходима для выполнения этого требования.
Вы можете использовать функцию rocsnr для расчета теоретических ROC-кривых. В этом примере показана ROC-кривая, полученная в результате моделирования методом Монте-Карло одноантенной радарной системы, и проведено сравнение этой кривой с теоретической кривой.
Тактико-технические характеристики радара¶
Установим желаемую Pd = 0,9 и Pfa = $10^{-6}$, зададим максимальную дальность действия радара 4000 метров и разрешение по дальности 50 метров. Установите фактическую дальность до цели 3000 метров. Также установим эффективную площадь рассеяния (ЭПР) цели в 1.5 $м^2$ и рабочую частоту в 10 ГГц.
Любое моделирование, которое вычисляет Pfa и pd, требует обработки множества сигналов. Чтобы не занимать много памяти, будем обработывать только части импульсов. Зададим количество импульсов для обработки 45_000 и размер каждой части 10_000.
Выбор тип зондирующего сигнала (ЗС) и его параметры¶
Сформируем системный объект генератора ЛЧМ-сигнала. Для этого необходимо вычислить:
- Полосу импульсов, используя разрешение по дальности;
- Частоту повторения импульсов (ЧПИ), исходя из максимальной дальности работы радара.
- Частоту дискретизации (fs) зададим равную удвоенной полосе пропускания, поскольку сигнал широкополосный;
- Длительность импульса, исходя из ширины полосы пропускания.
Для достижения определенных Pd и Pfa требуется, чтобы достаточная мощность сигнала поступала в приемник после того, как цель отразит сигнал. Вычислим минимальное значение SNR, необходимое для достижения заданной вероятности ложной тревоги и вероятности обнаружения, используя уравнение Альбершема.
Чтобы достичь ОСШ = 13 дБ, на цель должна быть передана достаточная мощность. Используйте уравнение радара, чтобы оценить пиковую мощность передачи, необходимую для достижения заданного ОСШ для цели на дальности 3000 метров. Принимаемый сигнал также зависит от ЭПР, которое, как предполагается, соответствует нефлутуирующей модели (Swerling 0). Установим для радара одинаковые коэффициенты усиления по приему и передаче, равные 20 дБ.
Задание параметров системных объектов передатчика¶
Создадим объекты системы, определяющие передающую часть симуляции: модель движения антенны, геометрию антенны, передатчик и излучатель.
Создадим объект Target, соответствующий реальной отражающей цели с заданным ЭПР. Отражения от этой цели будут имитировать реальные отраженные сигналы. Чтобы рассчитать ложные тревоги, создадим вторую цель с нулевой ЭПР. Отражения от этой цели равны нулю, за исключением шума.
Задание параметров объекта среды распространения¶
Зададим условия распространения сигнала - каналы распространения от радара до целей и обратно.
Задание параметров системного объекта передатчика¶
Сформируем шум, установив для свойства NoiseMethod значение "Noise temperature", а для свойства шумовой температуры ReferenceTemperature - 290 K.
Задание сетки быстрого времени¶
Сетка быстрого времени - это набор временных выборок в пределах длительности импульса. Каждый отсчет соответствует элементу разрешения по дальности.
Генерирование зондирующего сигнала¶
Сформируем импульсы зондирующего сигнала, которую вы хотите передать.
Далее, создадим передаваемый сигнал, включающий усиление передаваемой антенны.
Создайте коэффициенты согласованного фильтра из объекта waveform . Затем создайте системный объект согласованного фильтра.
Расчет дальности до цели¶
Вычислим дальность до цели, а затем рассчитайте номер элемента в векторе разрешения по дальности. Поскольку цель и радар неподвижны, то значения положения и скорости на протяжении всего цикла моделирования. Можно предположить, что номер в векторе разрешения постоянен на протяжении всей симуляции.
Создадим цикл обработки сигнала. Каждый шаг выполняется путем выполнения системных объектов. Цикл обработки вызывается дважды: один раз для условия "цель присутствует" и один раз для условия "цель отсутствует".
- Излучение сигнала в пространство с помощью EngeePhased.Radiator.
- Распространение сигнала к цели и обратно к антенне с помощью EngeePhased.FreeSpace
- Отражение сигнала от цели с помощью EngeePhased.Target.
- Прохождение принятого сигнала через усилитель приема с помощью EngeePhased.ReceiverPreamp.Этот шаг также добавляет случайный шум к сигналу.
- Прием отраженного сигнала на антенну с помощью EngeePhased.Collector.
- Согласованный фильтр усиленного сигнала с помощью EngeePhased.MatchedFilter.
- Сохраните выход согласованного фильтра в индексе бина целевого диапазона для дальнейшего анализа.
Построение гистограмм выходов согласованных фильтров¶
Вычислим гистограммы сигналов "цель присутствует" и "цель отсутствует". Используйте 100 отсчетов, чтобы получить грубую оценку разброса значений сигналов. Установим пределы значений гистограммы от наименьшего сигнала до наибольшего.
Сравнение смоделированных и теоретических Pd и Pfa¶
Чтобы вычислить Pd и Pfa, подсчитайте количество случаев, когда возврат "цель отсутствует" и возврат "цель присутствует" превышают заданный порог. Этот набор пороговых значений имеет более тонкую гранулярность, чем бины, использованные для создания гистограммы в предыдущем моделировании. Затем нормализуем эти подсчеты по количеству импульсов, чтобы получить оценку вероятности. Вектор sim_pfa - это смоделированная вероятность ложной тревоги как функция порога, thresh. Вектор sim_pd - это смоделированная вероятность обнаружения, также являющаяся функцией порога. Приемник устанавливает порог таким образом, чтобы он мог определить наличие или отсутствие цели. Гистограмма выше показывает, что наилучший порог составляет около 1,8.
Чтобы построить экспериментальную ROC-кривую, необходимо инвертировать кривую Pfa, чтобы можно было построить график Pd против Pfa. Инвертировать кривую Pfa можно только в том случае, если вы можете выразить Pfa как строго монотонно убывающую функцию от Thresh. Чтобы выразить Pfa таким образом, найдите все индексы массива, для которых Pfa является константой по соседним индексам. Затем удалите эти значения из массивов Pd и Pfa.
Ограничим наименьшее значение Pfa до $10^{-6}$ .
Вычислим теоретические значения Pfa и Pd от наименьшего Pfa до 1. Затем постройте теоретическую кривую Pfa.
Улучшение моделирования с помощью одного миллиона импульсов¶
В предыдущем моделировании значения Pd при низком Pfa не падают по плавной кривой и даже не доходят до заданного рабочего режима. Причина этого в том, что при очень низких уровнях Pfa очень немногие выборки, если таковые вообще имеются, превышают пороговое значение. Для генерации кривых при низком Pfa необходимо использовать количество выборок порядка, обратного Pfa. Этот тип моделирования занимает много времени. Следующая кривая использует миллион импульсов вместо 45 000. Чтобы запустить это моделирование, повторите пример, но установите Npulse равным 1000000.
{"id": "696f8f00-ef22-432b-b9d5-80e3ee89a138", "data": [{"showlegend": true, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [218, 0, 0, 218, 218, 218], "type": "scatter", "x": [0, 0, 5e-08, 5e-08, 0, 0], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [634, 0, 0, 634, 634, 634], "type": "scatter", "x": [5e-08, 5e-08, 1e-07, 1e-07, 5e-08, 5e-08], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1149, 0, 0, 1149, 1149, 1149], "type": "scatter", "x": [1e-07, 1e-07, 1.5e-07, 1.5e-07, 1e-07, 1e-07], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1539, 0, 0, 1539, 1539, 1539], "type": "scatter", "x": [1.5e-07, 1.5e-07, 2e-07, 2e-07, 1.5e-07, 1.5e-07], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1858, 0, 0, 1858, 1858, 1858], "type": "scatter", "x": [2e-07, 2e-07, 2.5e-07, 2.5e-07, 2e-07, 2e-07], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2196, 0, 0, 2196, 2196, 2196], "type": "scatter", "x": [2.5000000000000004e-07, 2.5000000000000004e-07, 3e-07, 3e-07, 2.5000000000000004e-07, 2.5000000000000004e-07], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2414, 0, 0, 2414, 2414, 2414], "type": "scatter", "x": [3e-07, 3e-07, 3.4999999999999993e-07, 3.4999999999999993e-07, 3e-07, 3e-07], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2712, 0, 0, 2712, 2712, 2712], "type": "scatter", "x": [3.5000000000000004e-07, 3.5000000000000004e-07, 4e-07, 4e-07, 3.5000000000000004e-07, 3.5000000000000004e-07], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2786, 0, 0, 2786, 2786, 2786], "type": "scatter", "x": [4e-07, 4e-07, 4.4999999999999993e-07, 4.4999999999999993e-07, 4e-07, 4e-07], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2756, 0, 0, 2756, 2756, 2756], "type": "scatter", "x": [4.5000000000000003e-07, 4.5000000000000003e-07, 5e-07, 5e-07, 4.5000000000000003e-07, 4.5000000000000003e-07], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2784, 0, 0, 2784, 2784, 2784], "type": "scatter", "x": [5.000000000000001e-07, 5.000000000000001e-07, 5.5e-07, 5.5e-07, 5.000000000000001e-07, 5.000000000000001e-07], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2659, 0, 0, 2659, 2659, 2659], "type": "scatter", "x": [5.5e-07, 5.5e-07, 6e-07, 6e-07, 5.5e-07, 5.5e-07], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2560, 0, 0, 2560, 2560, 2560], "type": "scatter", "x": [6e-07, 6e-07, 6.499999999999999e-07, 6.499999999999999e-07, 6e-07, 6e-07], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2479, 0, 0, 2479, 2479, 2479], "type": "scatter", "x": [6.499999999999999e-07, 6.499999999999999e-07, 6.999999999999999e-07, 6.999999999999999e-07, 6.499999999999999e-07, 6.499999999999999e-07], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2254, 0, 0, 2254, 2254, 2254], "type": "scatter", "x": [7.000000000000001e-07, 7.000000000000001e-07, 7.5e-07, 7.5e-07, 7.000000000000001e-07, 7.000000000000001e-07], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2089, 0, 0, 2089, 2089, 2089], "type": "scatter", "x": [7.5e-07, 7.5e-07, 8e-07, 8e-07, 7.5e-07, 7.5e-07], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1779, 0, 0, 1779, 1779, 1779], "type": "scatter", "x": [8e-07, 8e-07, 8.499999999999999e-07, 8.499999999999999e-07, 8e-07, 8e-07], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1722, 0, 0, 1722, 1722, 1722], "type": "scatter", "x": [8.499999999999999e-07, 8.499999999999999e-07, 8.999999999999999e-07, 8.999999999999999e-07, 8.499999999999999e-07, 8.499999999999999e-07], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1468, 0, 0, 1468, 1468, 1468], "type": "scatter", "x": [9.000000000000001e-07, 9.000000000000001e-07, 9.5e-07, 9.5e-07, 9.000000000000001e-07, 9.000000000000001e-07], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1305, 0, 0, 1305, 1305, 1305], "type": "scatter", "x": [9.5e-07, 9.5e-07, 1e-06, 1e-06, 9.5e-07, 9.5e-07], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1089, 0, 0, 1089, 1089, 1089], "type": "scatter", "x": [1e-06, 1e-06, 1.05e-06, 1.05e-06, 1e-06, 1e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [896, 0, 0, 896, 896, 896], "type": "scatter", "x": [1.0499999999999997e-06, 1.0499999999999997e-06, 1.1e-06, 1.1e-06, 1.0499999999999997e-06, 1.0499999999999997e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [756, 0, 0, 756, 756, 756], "type": "scatter", "x": [1.1e-06, 1.1e-06, 1.15e-06, 1.15e-06, 1.1e-06, 1.1e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [642, 0, 0, 642, 642, 642], "type": "scatter", "x": [1.15e-06, 1.15e-06, 1.2e-06, 1.2e-06, 1.15e-06, 1.15e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [518, 0, 0, 518, 518, 518], "type": "scatter", "x": [1.2e-06, 1.2e-06, 1.2499999999999999e-06, 1.2499999999999999e-06, 1.2e-06, 1.2e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [391, 0, 0, 391, 391, 391], "type": "scatter", "x": [1.2499999999999999e-06, 1.2499999999999999e-06, 1.2999999999999998e-06, 1.2999999999999998e-06, 1.2499999999999999e-06, 1.2499999999999999e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [336, 0, 0, 336, 336, 336], "type": "scatter", "x": [1.2999999999999998e-06, 1.2999999999999998e-06, 1.3500000000000002e-06, 1.3500000000000002e-06, 1.2999999999999998e-06, 1.2999999999999998e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [240, 0, 0, 240, 240, 240], "type": "scatter", "x": [1.35e-06, 1.35e-06, 1.4e-06, 1.4e-06, 1.35e-06, 1.35e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [194, 0, 0, 194, 194, 194], "type": "scatter", "x": [1.4e-06, 1.4e-06, 1.4499999999999999e-06, 1.4499999999999999e-06, 1.4e-06, 1.4e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [142, 0, 0, 142, 142, 142], "type": "scatter", "x": [1.4499999999999997e-06, 1.4499999999999997e-06, 1.5e-06, 1.5e-06, 1.4499999999999997e-06, 1.4499999999999997e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [117, 0, 0, 117, 117, 117], "type": "scatter", "x": [1.5e-06, 1.5e-06, 1.55e-06, 1.55e-06, 1.5e-06, 1.5e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [85, 0, 0, 85, 85, 85], "type": "scatter", "x": [1.55e-06, 1.55e-06, 1.6e-06, 1.6e-06, 1.55e-06, 1.55e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [73, 0, 0, 73, 73, 73], "type": "scatter", "x": [1.6e-06, 1.6e-06, 1.6499999999999999e-06, 1.6499999999999999e-06, 1.6e-06, 1.6e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [41, 0, 0, 41, 41, 41], "type": "scatter", "x": [1.6499999999999999e-06, 1.6499999999999999e-06, 1.6999999999999998e-06, 1.6999999999999998e-06, 1.6499999999999999e-06, 1.6499999999999999e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [32, 0, 0, 32, 32, 32], "type": "scatter", "x": [1.6999999999999998e-06, 1.6999999999999998e-06, 1.7500000000000002e-06, 1.7500000000000002e-06, 1.6999999999999998e-06, 1.6999999999999998e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [33, 0, 0, 33, 33, 33], "type": "scatter", "x": [1.75e-06, 1.75e-06, 1.8e-06, 1.8e-06, 1.75e-06, 1.75e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [18, 0, 0, 18, 18, 18], "type": "scatter", "x": [1.8e-06, 1.8e-06, 1.8499999999999999e-06, 1.8499999999999999e-06, 1.8e-06, 1.8e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [16, 0, 0, 16, 16, 16], "type": "scatter", "x": [1.8499999999999997e-06, 1.8499999999999997e-06, 1.9e-06, 1.9e-06, 1.8499999999999997e-06, 1.8499999999999997e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8, 0, 0, 8, 8, 8], "type": "scatter", "x": [1.9000000000000002e-06, 1.9000000000000002e-06, 1.95e-06, 1.95e-06, 1.9000000000000002e-06, 1.9000000000000002e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4, 0, 0, 4, 4, 4], "type": "scatter", "x": [1.95e-06, 1.95e-06, 1.9999999999999995e-06, 1.9999999999999995e-06, 1.95e-06, 1.95e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2, 0, 0, 2, 2, 2], "type": "scatter", "x": [2.0000000000000003e-06, 2.0000000000000003e-06, 2.05e-06, 2.05e-06, 2.0000000000000003e-06, 2.0000000000000003e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2, 0, 0, 2, 2, 2], "type": "scatter", "x": [2.05e-06, 2.05e-06, 2.0999999999999994e-06, 2.0999999999999994e-06, 2.05e-06, 2.05e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1, 0, 0, 1, 1, 1], "type": "scatter", "x": [2.1000000000000002e-06, 2.1000000000000002e-06, 2.1499999999999997e-06, 2.1499999999999997e-06, 2.1000000000000002e-06, 2.1000000000000002e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1, 0, 0, 1, 1, 1], "type": "scatter", "x": [2.1499999999999997e-06, 2.1499999999999997e-06, 2.2e-06, 2.2e-06, 2.1499999999999997e-06, 2.1499999999999997e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1, 0, 0, 1, 1, 1], "type": "scatter", "x": [2.2e-06, 2.2e-06, 2.2499999999999996e-06, 2.2499999999999996e-06, 2.2e-06, 2.2e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [2.2500000000000005e-06, 2.2500000000000005e-06, 2.3e-06, 2.3e-06, 2.2500000000000005e-06, 2.2500000000000005e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [2.3e-06, 2.3e-06, 2.3499999999999995e-06, 2.3499999999999995e-06, 2.3e-06, 2.3e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [2.3500000000000004e-06, 2.3500000000000004e-06, 2.4e-06, 2.4e-06, 2.3500000000000004e-06, 2.3500000000000004e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [2.4e-06, 2.4e-06, 2.4499999999999994e-06, 2.4499999999999994e-06, 2.4e-06, 2.4e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "Target Absent", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Absent", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1, 0, 0, 1, 1, 1], "type": "scatter", "x": [2.4500000000000003e-06, 2.4500000000000003e-06, 2.4999999999999998e-06, 2.4999999999999998e-06, 2.4500000000000003e-06, 2.4500000000000003e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "markers", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "Target Absent", "zmin": null, "yaxis": "y", "legendgroup": "Target Absent", "marker": {"symbol": "circle", "color": "rgba(0, 154, 250, 0.000)", "line": {"color": "rgba(0, 0, 0, 0)", "width": 1}, "size": 0}, "zmax": null, "y": [218, 634, 1149, 1539, 1858, 2196, 2414, 2712, 2786, 2756, 2784, 2659, 2560, 2479, 2254, 2089, 1779, 1722, 1468, 1305, 1089, 896, 756, 642, 518, 391, 336, 240, 194, 142, 117, 85, 73, 41, 32, 33, 18, 16, 8, 4, 2, 2, 1, 1, 1, 0, 0, 0, 0, 1], "type": "scatter", "x": [2.5e-08, 7.5e-08, 1.25e-07, 1.75e-07, 2.25e-07, 2.75e-07, 3.2499999999999996e-07, 3.75e-07, 4.2499999999999995e-07, 4.75e-07, 5.250000000000001e-07, 5.75e-07, 6.249999999999999e-07, 6.749999999999999e-07, 7.25e-07, 7.75e-07, 8.249999999999999e-07, 8.749999999999999e-07, 9.25e-07, 9.75e-07, 1.025e-06, 1.0749999999999999e-06, 1.125e-06, 1.175e-06, 1.225e-06, 1.2749999999999999e-06, 1.325e-06, 1.375e-06, 1.425e-06, 1.4749999999999999e-06, 1.525e-06, 1.575e-06, 1.625e-06, 1.6749999999999998e-06, 1.725e-06, 1.775e-06, 1.8249999999999999e-06, 1.8749999999999998e-06, 1.925e-06, 1.9749999999999997e-06, 2.025e-06, 2.0749999999999996e-06, 2.125e-06, 2.175e-06, 2.225e-06, 2.2750000000000002e-06, 2.3249999999999998e-06, 2.375e-06, 2.4249999999999997e-06, 2.475e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 50, "currentCount": 50}}}, {"showlegend": true, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1, 0, 0, 1, 1, 1], "type": "scatter", "x": [9.000000000000001e-07, 9.000000000000001e-07, 9.5e-07, 9.5e-07, 9.000000000000001e-07, 9.000000000000001e-07], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [9.5e-07, 9.5e-07, 1e-06, 1e-06, 9.5e-07, 9.5e-07], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [1e-06, 1e-06, 1.05e-06, 1.05e-06, 1e-06, 1e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [1.0499999999999997e-06, 1.0499999999999997e-06, 1.1e-06, 1.1e-06, 1.0499999999999997e-06, 1.0499999999999997e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1, 0, 0, 1, 1, 1], "type": "scatter", "x": [1.1e-06, 1.1e-06, 1.15e-06, 1.15e-06, 1.1e-06, 1.1e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [1.15e-06, 1.15e-06, 1.2e-06, 1.2e-06, 1.15e-06, 1.15e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [1.2e-06, 1.2e-06, 1.2500000000000003e-06, 1.2500000000000003e-06, 1.2e-06, 1.2e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [1.25e-06, 1.25e-06, 1.3e-06, 1.3e-06, 1.25e-06, 1.25e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1, 0, 0, 1, 1, 1], "type": "scatter", "x": [1.3e-06, 1.3e-06, 1.35e-06, 1.35e-06, 1.3e-06, 1.3e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5, 0, 0, 5, 5, 5], "type": "scatter", "x": [1.35e-06, 1.35e-06, 1.4e-06, 1.4e-06, 1.35e-06, 1.35e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4, 0, 0, 4, 4, 4], "type": "scatter", "x": [1.3999999999999997e-06, 1.3999999999999997e-06, 1.45e-06, 1.45e-06, 1.3999999999999997e-06, 1.3999999999999997e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1, 0, 0, 1, 1, 1], "type": "scatter", "x": [1.45e-06, 1.45e-06, 1.5e-06, 1.5e-06, 1.45e-06, 1.45e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5, 0, 0, 5, 5, 5], "type": "scatter", "x": [1.5e-06, 1.5e-06, 1.55e-06, 1.55e-06, 1.5e-06, 1.5e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6, 0, 0, 6, 6, 6], "type": "scatter", "x": [1.55e-06, 1.55e-06, 1.6e-06, 1.6e-06, 1.55e-06, 1.55e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6, 0, 0, 6, 6, 6], "type": "scatter", "x": [1.6e-06, 1.6e-06, 1.6500000000000003e-06, 1.6500000000000003e-06, 1.6e-06, 1.6e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [13, 0, 0, 13, 13, 13], "type": "scatter", "x": [1.65e-06, 1.65e-06, 1.7e-06, 1.7e-06, 1.65e-06, 1.65e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [21, 0, 0, 21, 21, 21], "type": "scatter", "x": [1.7e-06, 1.7e-06, 1.75e-06, 1.75e-06, 1.7e-06, 1.7e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [27, 0, 0, 27, 27, 27], "type": "scatter", "x": [1.75e-06, 1.75e-06, 1.8e-06, 1.8e-06, 1.75e-06, 1.75e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [40, 0, 0, 40, 40, 40], "type": "scatter", "x": [1.7999999999999997e-06, 1.7999999999999997e-06, 1.85e-06, 1.85e-06, 1.7999999999999997e-06, 1.7999999999999997e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [49, 0, 0, 49, 49, 49], "type": "scatter", "x": [1.85e-06, 1.85e-06, 1.9e-06, 1.9e-06, 1.85e-06, 1.85e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [79, 0, 0, 79, 79, 79], "type": "scatter", "x": [1.9000000000000002e-06, 1.9000000000000002e-06, 1.95e-06, 1.95e-06, 1.9000000000000002e-06, 1.9000000000000002e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [87, 0, 0, 87, 87, 87], "type": "scatter", "x": [1.95e-06, 1.95e-06, 1.9999999999999995e-06, 1.9999999999999995e-06, 1.95e-06, 1.95e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [98, 0, 0, 98, 98, 98], "type": "scatter", "x": [2.0000000000000003e-06, 2.0000000000000003e-06, 2.05e-06, 2.05e-06, 2.0000000000000003e-06, 2.0000000000000003e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [149, 0, 0, 149, 149, 149], "type": "scatter", "x": [2.05e-06, 2.05e-06, 2.0999999999999994e-06, 2.0999999999999994e-06, 2.05e-06, 2.05e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [161, 0, 0, 161, 161, 161], "type": "scatter", "x": [2.1000000000000002e-06, 2.1000000000000002e-06, 2.1499999999999997e-06, 2.1499999999999997e-06, 2.1000000000000002e-06, 2.1000000000000002e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [238, 0, 0, 238, 238, 238], "type": "scatter", "x": [2.1499999999999997e-06, 2.1499999999999997e-06, 2.1999999999999993e-06, 2.1999999999999993e-06, 2.1499999999999997e-06, 2.1499999999999997e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [288, 0, 0, 288, 288, 288], "type": "scatter", "x": [2.1999999999999997e-06, 2.1999999999999997e-06, 2.25e-06, 2.25e-06, 2.1999999999999997e-06, 2.1999999999999997e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [338, 0, 0, 338, 338, 338], "type": "scatter", "x": [2.2500000000000005e-06, 2.2500000000000005e-06, 2.3e-06, 2.3e-06, 2.2500000000000005e-06, 2.2500000000000005e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [397, 0, 0, 397, 397, 397], "type": "scatter", "x": [2.3e-06, 2.3e-06, 2.3499999999999995e-06, 2.3499999999999995e-06, 2.3e-06, 2.3e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [439, 0, 0, 439, 439, 439], "type": "scatter", "x": [2.35e-06, 2.35e-06, 2.4000000000000003e-06, 2.4000000000000003e-06, 2.35e-06, 2.35e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [542, 0, 0, 542, 542, 542], "type": "scatter", "x": [2.4000000000000007e-06, 2.4000000000000007e-06, 2.4500000000000003e-06, 2.4500000000000003e-06, 2.4000000000000007e-06, 2.4000000000000007e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [625, 0, 0, 625, 625, 625], "type": "scatter", "x": [2.4500000000000003e-06, 2.4500000000000003e-06, 2.4999999999999998e-06, 2.4999999999999998e-06, 2.4500000000000003e-06, 2.4500000000000003e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [750, 0, 0, 750, 750, 750], "type": "scatter", "x": [2.5000000000000006e-06, 2.5000000000000006e-06, 2.55e-06, 2.55e-06, 2.5000000000000006e-06, 2.5000000000000006e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [859, 0, 0, 859, 859, 859], "type": "scatter", "x": [2.55e-06, 2.55e-06, 2.5999999999999997e-06, 2.5999999999999997e-06, 2.55e-06, 2.55e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1023, 0, 0, 1023, 1023, 1023], "type": "scatter", "x": [2.6000000000000005e-06, 2.6000000000000005e-06, 2.65e-06, 2.65e-06, 2.6000000000000005e-06, 2.6000000000000005e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1097, 0, 0, 1097, 1097, 1097], "type": "scatter", "x": [2.65e-06, 2.65e-06, 2.6999999999999996e-06, 2.6999999999999996e-06, 2.65e-06, 2.65e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1122, 0, 0, 1122, 1122, 1122], "type": "scatter", "x": [2.7000000000000004e-06, 2.7000000000000004e-06, 2.75e-06, 2.75e-06, 2.7000000000000004e-06, 2.7000000000000004e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1358, 0, 0, 1358, 1358, 1358], "type": "scatter", "x": [2.75e-06, 2.75e-06, 2.8000000000000003e-06, 2.8000000000000003e-06, 2.75e-06, 2.75e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1379, 0, 0, 1379, 1379, 1379], "type": "scatter", "x": [2.8000000000000003e-06, 2.8000000000000003e-06, 2.85e-06, 2.85e-06, 2.8000000000000003e-06, 2.8000000000000003e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1490, 0, 0, 1490, 1490, 1490], "type": "scatter", "x": [2.8500000000000007e-06, 2.8500000000000007e-06, 2.9e-06, 2.9e-06, 2.8500000000000007e-06, 2.8500000000000007e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1638, 0, 0, 1638, 1638, 1638], "type": "scatter", "x": [2.9e-06, 2.9e-06, 2.9499999999999997e-06, 2.9499999999999997e-06, 2.9e-06, 2.9e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1742, 0, 0, 1742, 1742, 1742], "type": "scatter", "x": [2.9500000000000006e-06, 2.9500000000000006e-06, 3e-06, 3e-06, 2.9500000000000006e-06, 2.9500000000000006e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1720, 0, 0, 1720, 1720, 1720], "type": "scatter", "x": [3e-06, 3e-06, 3.0499999999999996e-06, 3.0499999999999996e-06, 3e-06, 3e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1747, 0, 0, 1747, 1747, 1747], "type": "scatter", "x": [3.05e-06, 3.05e-06, 3.1000000000000004e-06, 3.1000000000000004e-06, 3.05e-06, 3.05e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1844, 0, 0, 1844, 1844, 1844], "type": "scatter", "x": [3.100000000000001e-06, 3.100000000000001e-06, 3.1500000000000003e-06, 3.1500000000000003e-06, 3.100000000000001e-06, 3.100000000000001e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1941, 0, 0, 1941, 1941, 1941], "type": "scatter", "x": [3.1500000000000003e-06, 3.1500000000000003e-06, 3.2e-06, 3.2e-06, 3.1500000000000003e-06, 3.1500000000000003e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1882, 0, 0, 1882, 1882, 1882], "type": "scatter", "x": [3.2000000000000007e-06, 3.2000000000000007e-06, 3.2500000000000002e-06, 3.2500000000000002e-06, 3.2000000000000007e-06, 3.2000000000000007e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1732, 0, 0, 1732, 1732, 1732], "type": "scatter", "x": [3.2500000000000002e-06, 3.2500000000000002e-06, 3.2999999999999997e-06, 3.2999999999999997e-06, 3.2500000000000002e-06, 3.2500000000000002e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1727, 0, 0, 1727, 1727, 1727], "type": "scatter", "x": [3.3000000000000006e-06, 3.3000000000000006e-06, 3.35e-06, 3.35e-06, 3.3000000000000006e-06, 3.3000000000000006e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1791, 0, 0, 1791, 1791, 1791], "type": "scatter", "x": [3.35e-06, 3.35e-06, 3.3999999999999996e-06, 3.3999999999999996e-06, 3.35e-06, 3.35e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1609, 0, 0, 1609, 1609, 1609], "type": "scatter", "x": [3.4000000000000005e-06, 3.4000000000000005e-06, 3.45e-06, 3.45e-06, 3.4000000000000005e-06, 3.4000000000000005e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1531, 0, 0, 1531, 1531, 1531], "type": "scatter", "x": [3.45e-06, 3.45e-06, 3.4999999999999995e-06, 3.4999999999999995e-06, 3.45e-06, 3.45e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1420, 0, 0, 1420, 1420, 1420], "type": "scatter", "x": [3.5e-06, 3.5e-06, 3.5500000000000003e-06, 3.5500000000000003e-06, 3.5e-06, 3.5e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1340, 0, 0, 1340, 1340, 1340], "type": "scatter", "x": [3.5500000000000007e-06, 3.5500000000000007e-06, 3.6000000000000003e-06, 3.6000000000000003e-06, 3.5500000000000007e-06, 3.5500000000000007e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1215, 0, 0, 1215, 1215, 1215], "type": "scatter", "x": [3.6000000000000003e-06, 3.6000000000000003e-06, 3.6499999999999998e-06, 3.6499999999999998e-06, 3.6000000000000003e-06, 3.6000000000000003e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1070, 0, 0, 1070, 1070, 1070], "type": "scatter", "x": [3.6500000000000006e-06, 3.6500000000000006e-06, 3.7e-06, 3.7e-06, 3.6500000000000006e-06, 3.6500000000000006e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [931, 0, 0, 931, 931, 931], "type": "scatter", "x": [3.7e-06, 3.7e-06, 3.7499999999999997e-06, 3.7499999999999997e-06, 3.7e-06, 3.7e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [885, 0, 0, 885, 885, 885], "type": "scatter", "x": [3.7500000000000005e-06, 3.7500000000000005e-06, 3.8e-06, 3.8e-06, 3.7500000000000005e-06, 3.7500000000000005e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [782, 0, 0, 782, 782, 782], "type": "scatter", "x": [3.8e-06, 3.8e-06, 3.8499999999999996e-06, 3.8499999999999996e-06, 3.8e-06, 3.8e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [651, 0, 0, 651, 651, 651], "type": "scatter", "x": [3.849999999999999e-06, 3.849999999999999e-06, 3.9e-06, 3.9e-06, 3.849999999999999e-06, 3.849999999999999e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [544, 0, 0, 544, 544, 544], "type": "scatter", "x": [3.9e-06, 3.9e-06, 3.950000000000001e-06, 3.950000000000001e-06, 3.9e-06, 3.9e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [499, 0, 0, 499, 499, 499], "type": "scatter", "x": [3.95e-06, 3.95e-06, 4e-06, 4e-06, 3.95e-06, 3.95e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [423, 0, 0, 423, 423, 423], "type": "scatter", "x": [3.999999999999999e-06, 3.999999999999999e-06, 4.05e-06, 4.05e-06, 3.999999999999999e-06, 3.999999999999999e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [324, 0, 0, 324, 324, 324], "type": "scatter", "x": [4.05e-06, 4.05e-06, 4.1e-06, 4.1e-06, 4.05e-06, 4.05e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [285, 0, 0, 285, 285, 285], "type": "scatter", "x": [4.1e-06, 4.1e-06, 4.150000000000001e-06, 4.150000000000001e-06, 4.1e-06, 4.1e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [207, 0, 0, 207, 207, 207], "type": "scatter", "x": [4.15e-06, 4.15e-06, 4.2e-06, 4.2e-06, 4.15e-06, 4.15e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [192, 0, 0, 192, 192, 192], "type": "scatter", "x": [4.199999999999999e-06, 4.199999999999999e-06, 4.25e-06, 4.25e-06, 4.199999999999999e-06, 4.199999999999999e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [148, 0, 0, 148, 148, 148], "type": "scatter", "x": [4.25e-06, 4.25e-06, 4.2999999999999995e-06, 4.2999999999999995e-06, 4.25e-06, 4.25e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [118, 0, 0, 118, 118, 118], "type": "scatter", "x": [4.2999999999999995e-06, 4.2999999999999995e-06, 4.350000000000001e-06, 4.350000000000001e-06, 4.2999999999999995e-06, 4.2999999999999995e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [80, 0, 0, 80, 80, 80], "type": "scatter", "x": [4.349999999999999e-06, 4.349999999999999e-06, 4.4e-06, 4.4e-06, 4.349999999999999e-06, 4.349999999999999e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [68, 0, 0, 68, 68, 68], "type": "scatter", "x": [4.4e-06, 4.4e-06, 4.45e-06, 4.45e-06, 4.4e-06, 4.4e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [41, 0, 0, 41, 41, 41], "type": "scatter", "x": [4.45e-06, 4.45e-06, 4.500000000000001e-06, 4.500000000000001e-06, 4.45e-06, 4.45e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [54, 0, 0, 54, 54, 54], "type": "scatter", "x": [4.5e-06, 4.5e-06, 4.55e-06, 4.55e-06, 4.5e-06, 4.5e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [23, 0, 0, 23, 23, 23], "type": "scatter", "x": [4.549999999999999e-06, 4.549999999999999e-06, 4.6e-06, 4.6e-06, 4.549999999999999e-06, 4.549999999999999e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [34, 0, 0, 34, 34, 34], "type": "scatter", "x": [4.6e-06, 4.6e-06, 4.6499999999999995e-06, 4.6499999999999995e-06, 4.6e-06, 4.6e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [13, 0, 0, 13, 13, 13], "type": "scatter", "x": [4.6499999999999995e-06, 4.6499999999999995e-06, 4.700000000000001e-06, 4.700000000000001e-06, 4.6499999999999995e-06, 4.6499999999999995e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [13, 0, 0, 13, 13, 13], "type": "scatter", "x": [4.7e-06, 4.7e-06, 4.749999999999999e-06, 4.749999999999999e-06, 4.7e-06, 4.7e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8, 0, 0, 8, 8, 8], "type": "scatter", "x": [4.7499999999999986e-06, 4.7499999999999986e-06, 4.8e-06, 4.8e-06, 4.7499999999999986e-06, 4.7499999999999986e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8, 0, 0, 8, 8, 8], "type": "scatter", "x": [4.8e-06, 4.8e-06, 4.849999999999999e-06, 4.849999999999999e-06, 4.8e-06, 4.8e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6, 0, 0, 6, 6, 6], "type": "scatter", "x": [4.849999999999999e-06, 4.849999999999999e-06, 4.9000000000000005e-06, 4.9000000000000005e-06, 4.849999999999999e-06, 4.849999999999999e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6, 0, 0, 6, 6, 6], "type": "scatter", "x": [4.899999999999999e-06, 4.899999999999999e-06, 4.95e-06, 4.95e-06, 4.899999999999999e-06, 4.899999999999999e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4, 0, 0, 4, 4, 4], "type": "scatter", "x": [4.95e-06, 4.95e-06, 4.9999999999999996e-06, 4.9999999999999996e-06, 4.95e-06, 4.95e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2, 0, 0, 2, 2, 2], "type": "scatter", "x": [4.9999999999999996e-06, 4.9999999999999996e-06, 5.050000000000001e-06, 5.050000000000001e-06, 4.9999999999999996e-06, 4.9999999999999996e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [5.05e-06, 5.05e-06, 5.0999999999999995e-06, 5.0999999999999995e-06, 5.05e-06, 5.05e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [5.099999999999999e-06, 5.099999999999999e-06, 5.15e-06, 5.15e-06, 5.099999999999999e-06, 5.099999999999999e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1, 0, 0, 1, 1, 1], "type": "scatter", "x": [5.15e-06, 5.15e-06, 5.199999999999999e-06, 5.199999999999999e-06, 5.15e-06, 5.15e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(227, 111, 71, 1.000)", "name": "Target Present", "fill": "tozeroy", "yaxis": "y", "legendgroup": "Target Present", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2, 0, 0, 2, 2, 2], "type": "scatter", "x": [5.199999999999999e-06, 5.199999999999999e-06, 5.2500000000000006e-06, 5.2500000000000006e-06, 5.199999999999999e-06, 5.199999999999999e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "markers", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "Target Present", "zmin": null, "yaxis": "y", "legendgroup": "Target Present", "marker": {"symbol": "circle", "color": "rgba(227, 111, 71, 0.000)", "line": {"color": "rgba(0, 0, 0, 0)", "width": 1}, "size": 0}, "zmax": null, "y": [1, 0, 0, 0, 1, 0, 0, 0, 1, 5, 4, 1, 5, 6, 6, 13, 21, 27, 40, 49, 79, 87, 98, 149, 161, 238, 288, 338, 397, 439, 542, 625, 750, 859, 1023, 1097, 1122, 1358, 1379, 1490, 1638, 1742, 1720, 1747, 1844, 1941, 1882, 1732, 1727, 1791, 1609, 1531, 1420, 1340, 1215, 1070, 931, 885, 782, 651, 544, 499, 423, 324, 285, 207, 192, 148, 118, 80, 68, 41, 54, 23, 34, 13, 13, 8, 8, 6, 6, 4, 2, 0, 0, 1, 2], "type": "scatter", "x": [9.25e-07, 9.75e-07, 1.025e-06, 1.0749999999999999e-06, 1.125e-06, 1.175e-06, 1.2250000000000001e-06, 1.275e-06, 1.325e-06, 1.375e-06, 1.425e-06, 1.475e-06, 1.525e-06, 1.575e-06, 1.6250000000000001e-06, 1.675e-06, 1.725e-06, 1.775e-06, 1.8249999999999999e-06, 1.875e-06, 1.925e-06, 1.9749999999999997e-06, 2.025e-06, 2.0749999999999996e-06, 2.125e-06, 2.1749999999999995e-06, 2.225e-06, 2.2750000000000002e-06, 2.3249999999999998e-06, 2.375e-06, 2.4250000000000005e-06, 2.475e-06, 2.5250000000000004e-06, 2.575e-06, 2.6250000000000003e-06, 2.675e-06, 2.725e-06, 2.775e-06, 2.825e-06, 2.8750000000000004e-06, 2.925e-06, 2.9750000000000003e-06, 3.025e-06, 3.075e-06, 3.1250000000000006e-06, 3.175e-06, 3.2250000000000005e-06, 3.275e-06, 3.3250000000000004e-06, 3.375e-06, 3.4250000000000002e-06, 3.4749999999999998e-06, 3.525e-06, 3.5750000000000005e-06, 3.625e-06, 3.6750000000000004e-06, 3.725e-06, 3.7750000000000003e-06, 3.825e-06, 3.874999999999999e-06, 3.9250000000000005e-06, 3.975e-06, 4.025e-06, 4.075e-06, 4.125e-06, 4.175e-06, 4.224999999999999e-06, 4.275e-06, 4.325e-06, 4.375e-06, 4.425e-06, 4.475e-06, 4.525e-06, 4.574999999999999e-06, 4.625e-06, 4.675e-06, 4.725e-06, 4.774999999999999e-06, 4.8249999999999995e-06, 4.875e-06, 4.9249999999999994e-06, 4.975e-06, 5.025e-06, 5.075e-06, 5.124999999999999e-06, 5.175e-06, 5.225e-06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 87, "currentCount": 87}}}], "config": {"showlegend": true, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 1e-06, 2e-06, 3e-06, 4e-06, 4.9999999999999996e-06], "range": [-2.3866500000000045e-07, 5.544165000000001e-06], "domain": [0.0658209390492855, 0.9934383202099738], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0", "1.0×10⁻⁶", "2.0×10⁻⁶", "3.0×10⁻⁶", "4.0×10⁻⁶", "5.0×10⁻⁶"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "paper_bgcolor": "rgba(255, 255, 255, 1.000)", "annotations": [{"yanchor": "top", "xanchor": "center", "rotation": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 20}, "yref": "paper", "showarrow": false, "text": "Target-Absent Vs Target-Present Histograms", "xref": "paper", "x": 0.5296296296296296}], "height": 400, "margin": {"l": 0, "b": 20, "r": 0, "t": 20}, "plot_bgcolor": "rgba(255, 255, 255, 1.000)", "yaxis": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 500, 1000, 1500, 2000, 2500], "range": [-83.58000000000015, 2869.58], "domain": [0.03762029746281716, 0.9415463692038496], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0", "500", "1000", "1500", "2000", "2500"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "legend": {"yanchor": "auto", "xanchor": "auto", "bordercolor": "rgba(0, 0, 0, 1)", "bgcolor": "rgba(255, 255, 255, 1.000)", "borderwidth": 1, "tracegroupgap": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}, "text": ""}, "traceorder": "normal", "x": 1}, "width": 758.609375}}
{"id": "f729357c-559e-414a-92d8-937ac2e0ff87", "data": [{"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "Theoretical", "zmin": null, "yaxis": "y", "legendgroup": "Theoretical", "zmax": null, "line": {"color": "rgba(0, 154, 250, 1.000)", "shape": "linear", "dash": "solid", "width": 1}, "y": [0.8908195633106917, 0.8921256793045467, 0.8934222333690351, 0.8947092215815827, 0.895986640853151, 0.8972544889271812, 0.8985127643784034, 0.8997614666115044, 0.9010005958596501, 0.9022301531828743, 0.9034501404663229, 0.9046605604183589, 0.9058614165685277, 0.9070527132653838, 0.9082344556741738, 0.9094066497743833, 0.9105693023571484, 0.9117224210225177, 0.9128660141765883, 0.9140000910284943, 0.9151246615872639, 0.9162397366585373, 0.9173453278411463, 0.9184414475235626, 0.9195281088802052, 0.9206053258676183, 0.9216731132205124, 0.9227314864476712, 0.9237804618277288, 0.9248200564048125, 0.9258502879840572, 0.9268711751269849, 0.9278827371467625, 0.9288849941033239, 0.9298779667983695, 0.9308616767702355, 0.9318361462886422, 0.9328013983493137, 0.9337574566684792, 0.9347043456772457, 0.9356420905158573, 0.9365707170278275, 0.9374902517539613, 0.93840072192625, 0.9393021554616607, 0.9401945809558023, 0.9410780276764846, 0.9419525255571612, 0.9428181051902687, 0.9436747978204462, 0.9445226353376588, 0.9453616502702087, 0.9461918757776441, 0.9470133456435641, 0.9478260942683268, 0.948630156661651, 0.949425568435128, 0.9502123657946304, 0.9509905855326358, 0.9517602650204458, 0.9525214422003266, 0.9532741555775538, 0.9540184442123715, 0.9547543477118683, 0.9554819062217702, 0.9562011604181497, 0.9569121514990577, 0.9576149211760807, 0.9583095116658179, 0.958995965681289, 0.9596743264232701, 0.9603446375715621, 0.9610069432761875, 0.9616612881485302, 0.9623077172524063, 0.962946276095078, 0.9635770106182093, 0.9641999671887641, 0.9648151925898526, 0.9654227340115262, 0.966022639041523, 0.966614955655965, 0.9671997322100125, 0.967777017428478, 0.9683468603963974, 0.9689093105495645, 0.9694644176650307, 0.9700122318515726, 0.9705528035401281, 0.9710861834742054, 0.9716124227002675, 0.9721315725580898, 0.9726436846711014, 0.973148810936706, 0.9736470035165871, 0.9741383148269985, 0.9746227975290481, 0.9751005045189678, 0.9755714889183816, 0.9760358040645674, 0.9764935035007203, 0.976944640966212, 0.9773892703868637, 0.9778274458652123, 0.9782592216707982, 0.9786846522304536, 0.9791037921186125, 0.9795166960476306, 0.9799234188581284, 0.9803240155093526, 0.9807185410695599, 0.9811070507064317, 0.9814895996775095, 0.9818662433206661, 0.9822370370446109, 0.9826020363194249, 0.982961296667137, 0.9833148736523417, 0.9836628228728571, 0.9840051999504269, 0.9843420605214716, 0.9846734602278884, 0.9849994547079002, 0.9853200995869641, 0.9856354504687307, 0.9859455629260631, 0.986250492492118, 0.9865502946514881, 0.9868450248314125, 0.9871347383930449, 0.987419490622804, 0.9876993367237872, 0.9879743318072549, 0.9882445308842008, 0.9885099888569854, 0.9887707605110637, 0.9890269005067811, 0.9892784633712596, 0.9895255034903687, 0.9897680751007825, 0.9900062322821211, 0.9902400289491908, 0.9904695188443107, 0.9906947555297332, 0.990915792380165, 0.991132682575379, 0.9913454790929328, 0.991554234700978, 0.991759001951183, 0.9919598331717484, 0.9921567804605369, 0.9923498956783025, 0.9925392304420332, 0.9927248361183991, 0.9929067638173127, 0.9930850643856011, 0.9932597884007924, 0.993430986165014, 0.9935987076990075, 0.9937630027362614, 0.9939239207172603, 0.9940815107838508, 0.9942358217737329, 0.9943869022150655, 0.9945348003211967, 0.9946795639855162, 0.9948212407764304, 0.9949598779324609, 0.9950955223574687, 0.9952282206160036, 0.9953580189287762, 0.9954849631682623, 0.9956090988544298, 0.9957304711505931, 0.9958491248593965, 0.9959651044189272, 0.9960784538989534, 0.9961892169972942, 0.9962974370363172, 0.9964031569595663, 0.9965064193285146, 0.9966072663194556, 0.9967057397205159, 0.9968018809287976, 0.9968957309476587, 0.9969873303841107, 0.997076719446356, 0.9971639379414463, 0.997249025273076, 0.9973320204395006, 0.9974129620315828, 0.9974918882309688, 0.9975688368083915, 0.9976438451220974, 0.9977169501164037, 0.9977881883203804, 0.997857595846655, 0.9979252083903463, 0.9979910612281153, 0.9980551892173466, 0.9981176267954476, 0.9981784079792694, 0.9982375663646506, 0.9982951351260777, 0.9983511470164669, 0.9984056343670616, 0.9984586290874483, 0.998510162665686, 0.998560266168552, 0.9986089702419017, 0.9986563051111363, 0.9987023005817873, 0.9987469860402045, 0.9987903904543581, 0.998832542374744, 0.9988734699353946, 0.9989132008549971, 0.9989517624381122, 0.9989891815764931, 0.9990254847505055, 0.9990606980306478, 0.999094847079164, 0.999127957151755, 0.9991600530993814, 0.9991911593701596, 0.9992213000113462, 0.9992504986714127, 0.9992787786022055, 0.9993061626611928, 0.9993326733137909, 0.9993583326357768, 0.9993831623157756, 0.9994071836578311, 0.9994304175840445, 0.999452884637296, 0.999474604984031, 0.9994955984171227, 0.9995158843587971, 0.9995354818636284, 0.9995544096215994, 0.9995726859612175, 0.999590328852703, 0.9996073559112241, 0.999623784400195, 0.9996396312346277, 0.9996549129845345, 0.9996696458783824, 0.9996838458065958, 0.9996975283251055, 0.9997107086589416, 0.9997234017058714, 0.9997356220400726, 0.99974738391585, 0.999758701271388, 0.9997695877325323, 0.999780056616611, 0.9997901209362812, 0.9997997934034067, 0.9998090864329605, 0.9998180121469508, 0.9998265823783729, 0.9998348086751785, 0.999842702304264, 0.9998502742554758, 0.9998575352456314, 0.9998644957225504, 0.9998711658690996, 0.9998775556072435, 0.9998836746021055, 0.9998895322660316, 0.9998951377626598, 0.9999005000109877, 0.999905627689444, 0.9999105292399558, 0.9999152128720113, 0.99991968656672, 0.9999239580808643, 0.9999280349509378, 0.9999319244971845, 0.9999356338276146, 0.9999391698420101, 0.9999425392359209, 0.9999457485046342, 0.9999488039471339, 0.9999517116700377, 0.99995447759151, 0.9999571074451579, 0.9999596067838978, 0.9999619809838016, 0.9999642352479102, 0.9999663746100262, 0.9999684039384734, 0.9999703279398237, 0.9999721511625977, 0.9999738780009303, 0.9999755126982004, 0.9999770593506291, 0.9999785219108395, 0.9999799041913802, 0.9999812098682126, 0.9999824424841567, 0.9999836054522981, 0.9999847020593556, 0.9999857354690063, 0.9999867087251663, 0.9999876247552354, 0.9999884863732896, 0.9999892962832334, 0.9999900570819099, 0.9999907712621587, 0.9999914412158352, 0.9999920692367752, 0.9999926575237206, 0.9999932081831917, 0.999993723232313, 0.9999942046015927, 0.9999946541376513, 0.9999950736059017, 0.9999954646931817, 0.999995829010333, 0.9999961680947373, 0.9999964834127955, 0.9999967763623621, 0.9999970482751266, 0.9999973004189475, 0.9999975340001336, 0.999997750165678, 0.9999979500054405, 0.999998134554279, 0.9999983047941352, 0.9999984616560671, 0.9999986060222326, 0.9999987387278259, 0.9999988605629637, 0.9999989722745213, 0.9999990745679245, 0.999999168108888, 0.999999253525111, 0.9999993314079229, 0.9999994023138831, 0.9999994667663333, 0.9999995252569062, 0.9999995782469853, 0.9999996261691227, 0.9999996694284118, 0.9999997084038139, 0.999999743449445, 0.999999774895817, 0.9999998030510389, 0.9999998282019739, 0.9999998506153587, 0.99999987053888, 0.9999998882022132, 0.9999999038180213, 0.9999999175829161, 0.9999999296783814, 0.9999999402716606, 0.9999999495166072, 0.9999999575545006, 0.9999999645148272, 0.9999999705160286, 0.9999999756662153, 0.9999999800638503, 0.9999999837983989, 0.9999999869509506, 0.9999999895948088, 0.9999999917960535, 0.9999999936140738, 0.9999999951020752, 0.9999999963075583, 0.9999999972727732, 0.9999999980351484, 0.9999999986276944, 0.9999999990793862, 0.9999999994155211, 0.9999999996580556, 0.9999999998259214, 0.9999999999353201, 1], "type": "scatter", "x": [1e-06, 1.037225095407057e-06, 1.0758358985421785e-06, 1.1158839925077481e-06, 1.1574228805920567e-06, 1.2005080577484066e-06, 1.2451970847350319e-06, 1.2915496650148827e-06, 1.339627724518017e-06, 1.389495494373139e-06, 1.4412195967188548e-06, 1.4948691337092345e-06, 1.5505157798326253e-06, 1.6082338776670421e-06, 1.6681005372000591e-06, 1.7301957388458945e-06, 1.7946024402973163e-06, 1.8614066873551212e-06, 1.9306977288832498e-06, 2.002568136043117e-06, 2.0771139259664544e-06, 2.1544346900318822e-06, 2.2346337269165925e-06, 2.3178181806008898e-06, 2.4040991835099745e-06, 2.4935920049841607e-06, 2.586416205275971e-06, 2.6826957952797274e-06, 2.782559402207126e-06, 2.8861404414300897e-06, 2.9935772947204905e-06, 3.10501349512486e-06, 3.220597918721083e-06, 3.3404849835132442e-06, 3.464834855730366e-06, 3.5938136638046257e-06, 3.727593720314938e-06, 3.8663537521924085e-06, 4.010279139495204e-06, 4.159562163071843e-06, 4.314402261443785e-06, 4.475006297250453e-06, 4.641588833612782e-06, 4.814372420784349e-06, 4.99358789347315e-06, 5.179474679231212e-06, 5.3722811183240305e-06, 5.572264795507174e-06, 5.779692884153313e-06, 5.994842503189409e-06, 6.218001087320915e-06, 6.449466771037621e-06, 6.68954878691414e-06, 6.938567878737181e-06, 7.196856730011514e-06, 7.4647604084171125e-06, 7.742636826811277e-06, 8.030857221391521e-06, 8.329806647658272e-06, 8.63988449483969e-06, 8.96150501946605e-06, 9.295097898806495e-06, 9.6411088049075e-06, 1e-05, 1.037225095407057e-05, 1.0758358985421785e-05, 1.1158839925077481e-05, 1.1574228805920567e-05, 1.2005080577484068e-05, 1.2451970847350319e-05, 1.2915496650148827e-05, 1.339627724518017e-05, 1.3894954943731388e-05, 1.4412195967188549e-05, 1.4948691337092343e-05, 1.5505157798326253e-05, 1.6082338776670423e-05, 1.6681005372000593e-05, 1.7301957388458942e-05, 1.7946024402973163e-05, 1.8614066873551213e-05, 1.9306977288832496e-05, 2.002568136043117e-05, 2.077113925966454e-05, 2.1544346900318823e-05, 2.2346337269165923e-05, 2.3178181806008898e-05, 2.404099183509974e-05, 2.493592004984161e-05, 2.586416205275971e-05, 2.6826957952797274e-05, 2.782559402207126e-05, 2.8861404414300896e-05, 2.9935772947204906e-05, 3.1050134951248604e-05, 3.220597918721083e-05, 3.340484983513244e-05, 3.4648348557303664e-05, 3.5938136638046256e-05, 3.727593720314938e-05, 3.8663537521924085e-05, 4.0102791394952036e-05, 4.159562163071843e-05, 4.3144022614437855e-05, 4.475006297250453e-05, 4.641588833612782e-05, 4.8143724207843484e-05, 4.99358789347315e-05, 5.1794746792312125e-05, 5.372281118324031e-05, 5.572264795507174e-05, 5.7796928841533134e-05, 5.994842503189409e-05, 6.218001087320916e-05, 6.44946677103762e-05, 6.68954878691414e-05, 6.938567878737181e-05, 7.196856730011514e-05, 7.464760408417113e-05, 7.742636826811278e-05, 8.030857221391521e-05, 8.329806647658273e-05, 8.63988449483969e-05, 8.96150501946605e-05, 9.295097898806494e-05, 9.641108804907501e-05, 0.0001, 0.0001037225095407057, 0.00010758358985421785, 0.0001115883992507748, 0.00011574228805920578, 0.00012005080577484079, 0.00012451970847350333, 0.0001291549665014884, 0.00013396277245180155, 0.00013894954943731373, 0.00014412195967188535, 0.0001494869133709233, 0.00015505157798326253, 0.00016082338776670423, 0.0001668100537200059, 0.00017301957388458943, 0.00017946024402973164, 0.00018614066873551212, 0.00019306977288832496, 0.0002002568136043117, 0.00020771139259664564, 0.00021544346900318845, 0.00022346337269165946, 0.00023178181806008923, 0.00024040991835099718, 0.0002493592004984158, 0.00025864162052759686, 0.00026826957952797245, 0.0002782559402207126, 0.000288614044143009, 0.00029935772947204905, 0.00031050134951248604, 0.0003220597918721083, 0.00033404849835132444, 0.0003464834855730366, 0.00035938136638046257, 0.00037275937203149417, 0.00038663537521924123, 0.00040102791394952075, 0.0004159562163071847, 0.00043144022614437813, 0.0004475006297250448, 0.00046415888336127773, 0.00048143724207843437, 0.0004993587893473149, 0.0005179474679231213, 0.0005372281118324031, 0.0005572264795507174, 0.0005779692884153313, 0.0005994842503189409, 0.0006218001087320915, 0.000644946677103762, 0.0006689548786914147, 0.0006938567878737188, 0.0007196856730011522, 0.0007464760408417121, 0.000774263682681127, 0.0008030857221391513, 0.0008329806647658265, 0.000863988449483968, 0.000896150501946605, 0.0009295097898806494, 0.0009641108804907501, 0.001, 0.001037225095407057, 0.0010758358985421786, 0.001115883992507748, 0.0011574228805920578, 0.001200508057748408, 0.0012451970847350332, 0.001291549665014884, 0.0013396277245180156, 0.0013894954943731374, 0.0014412195967188532, 0.001494869133709233, 0.0015505157798326253, 0.0016082338776670423, 0.0016681005372000592, 0.0017301957388458943, 0.0017946024402973164, 0.0018614066873551213, 0.0019306977288832496, 0.002002568136043117, 0.0020771139259664565, 0.0021544346900318843, 0.002234633726916595, 0.0023178181806008924, 0.002404099183509972, 0.0024935920049841583, 0.0025864162052759683, 0.0026826957952797246, 0.0027825594022071257, 0.0028861404414300897, 0.0029935772947204905, 0.00310501349512486, 0.0032205979187210827, 0.0033404849835132443, 0.0034648348557303663, 0.003593813663804626, 0.0037275937203149418, 0.003866353752192412, 0.004010279139495207, 0.004159562163071847, 0.004314402261443781, 0.004475006297250448, 0.004641588833612777, 0.004814372420784343, 0.0049935878934731495, 0.005179474679231213, 0.005372281118324031, 0.0055722647955071735, 0.005779692884153313, 0.005994842503189409, 0.006218001087320915, 0.00644946677103762, 0.006689548786914147, 0.006938567878737189, 0.0071968567300115215, 0.00746476040841712, 0.007742636826811269, 0.008030857221391512, 0.008329806647658264, 0.00863988449483968, 0.00896150501946605, 0.009295097898806493, 0.0096411088049075, 0.010000000000000002, 0.01037225095407057, 0.01075835898542179, 0.011158839925077485, 0.011574228805920572, 0.012005080577484074, 0.012451970847350332, 0.01291549665014884, 0.013396277245180156, 0.013894954943731374, 0.01441219596718854, 0.014948691337092337, 0.015505157798326246, 0.016082338776670414, 0.016681005372000592, 0.017301957388458945, 0.017946024402973163, 0.018614066873551213, 0.019306977288832506, 0.020025681360431178, 0.02077113925966455, 0.021544346900318832, 0.022346337269165947, 0.023178181806008922, 0.02404099183509972, 0.024935920049841583, 0.025864162052759695, 0.02682695795279726, 0.027825594022071243, 0.028861404414300882, 0.029935772947204904, 0.031050134951248604, 0.032205979187210826, 0.03340484983513244, 0.03464834855730368, 0.03593813663804628, 0.0372759372031494, 0.0386635375219241, 0.04010279139495208, 0.04159562163071847, 0.04314402261443781, 0.04475006297250449, 0.046415888336127795, 0.04814372420784346, 0.04993587893473147, 0.0517947467923121, 0.05372281118324031, 0.05572264795507174, 0.05779692884153313, 0.05994842503189409, 0.06218001087320918, 0.06449466771037624, 0.06689548786914143, 0.06938567878737184, 0.07196856730011521, 0.0746476040841712, 0.0774263682681127, 0.08030857221391513, 0.08329806647658268, 0.08639884494839685, 0.08961505019466046, 0.0929509789880649, 0.09641108804907501, 0.1, 0.10372250954070573, 0.10758358985421788, 0.11158839925077486, 0.11574228805920572, 0.12005080577484076, 0.12451970847350328, 0.1291549665014884, 0.13396277245180155, 0.13894954943731377, 0.14412195967188537, 0.14948691337092337, 0.15505157798326247, 0.16082338776670418, 0.16681005372000587, 0.17301957388458944, 0.17946024402973162, 0.18614066873551216, 0.193069772888325, 0.2002568136043118, 0.20771139259664553, 0.2154434690031884, 0.22346337269165942, 0.23178181806008924, 0.24040991835099718, 0.2493592004984159, 0.25864162052759687, 0.2682695795279726, 0.2782559402207124, 0.2886140441430089, 0.299357729472049, 0.31050134951248604, 0.3220597918721083, 0.3340484983513245, 0.34648348557303676, 0.35938136638046275, 0.37275937203149406, 0.38663537521924113, 0.4010279139495207, 0.4159562163071847, 0.43144022614437816, 0.44750062972504495, 0.4641588833612779, 0.4814372420784346, 0.4993587893473148, 0.5179474679231212, 0.537228111832403, 0.5572264795507174, 0.5779692884153314, 0.599484250318941, 0.6218001087320918, 0.6449466771037624, 0.6689548786914145, 0.6938567878737186, 0.719685673001152, 0.746476040841712, 0.7742636826811271, 0.8030857221391514, 0.8329806647658268, 0.8639884494839686, 0.8961505019466046, 0.9295097898806491, 0.96411088049075, 1], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 379, "currentCount": 379}}}, {"showlegend": true, "mode": "markers", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "Simulated", "zmin": null, "yaxis": "y", "legendgroup": "Simulated", "marker": {"symbol": "circle", "color": "rgba(227, 111, 71, 1.000)", "line": {"color": "rgba(255, 0, 0, 1.000)", "width": 1}, "size": 4}, "zmax": null, "y": [0.9337777777777778, 0.9771333333333333, 0.9791333333333333, 0.9853555555555555, 0.9876, 0.9894888888888889, 0.9918444444444444, 0.9922222222222222, 0.9926444444444444, 0.9931777777777778, 0.9935555555555555, 0.9938, 0.9946, 0.9947777777777778, 0.9949333333333333, 0.9953333333333333, 0.9955111111111111, 0.9955777777777778, 0.9961333333333333, 0.9963111111111111, 0.9964222222222222, 0.9966444444444444, 0.9966888888888888, 0.9968222222222223, 0.9969111111111111, 0.9969777777777777, 0.9970666666666667, 0.9971777777777778, 0.9973777777777778, 0.9974444444444445, 0.9975333333333334, 0.9976444444444444, 0.9977333333333334, 0.9977777777777778, 0.9978, 0.9978444444444444, 0.9980222222222223, 0.9980888888888889, 0.9981111111111111, 0.9982666666666666, 0.9983555555555556, 0.9984, 0.9984888888888889, 0.9984888888888889, 0.9985333333333334, 0.9986, 0.9986666666666667, 0.9986888888888888, 0.9987777777777778, 0.9988444444444444, 0.9988888888888889, 0.9989333333333333, 0.9989777777777777, 0.9989777777777777, 0.9990444444444444, 0.9990666666666667, 0.9991333333333333, 0.9992, 0.9992222222222222, 0.9992222222222222, 0.9992222222222222, 0.9992666666666666, 0.9992888888888889, 0.9993333333333333, 0.9993333333333333, 0.9993333333333333, 0.9993555555555556, 0.9993555555555556, 0.9993777777777778, 0.9993777777777778, 0.9994, 0.9994444444444445, 0.9994666666666666, 0.9994666666666666, 0.9994666666666666, 0.9994888888888889, 0.9994888888888889, 0.9995111111111111, 0.9995111111111111, 0.9995111111111111, 0.9995555555555555, 0.9995555555555555, 0.9995555555555555, 0.9996222222222222, 0.9996666666666667, 0.9996666666666667, 0.9996888888888888, 0.9996888888888888, 0.9997111111111111, 0.9997111111111111, 0.9997111111111111, 0.9997111111111111, 0.9997111111111111, 0.9997111111111111, 0.9997111111111111, 0.9997111111111111, 0.9997111111111111, 0.9997333333333334, 0.9997333333333334, 0.9997333333333334, 0.9997333333333334, 0.9997333333333334, 0.9997333333333334, 0.9997333333333334, 0.9997555555555555, 0.9997555555555555, 0.9997555555555555, 0.9997777777777778, 0.9997777777777778, 0.9997777777777778, 0.9997777777777778, 0.9998222222222222, 0.9998222222222222, 0.9998222222222222, 0.9998222222222222, 0.9998444444444444, 0.9998666666666667, 0.9998888888888889, 0.9999111111111111, 0.9999111111111111, 0.9999333333333333, 0.9999333333333333, 0.9999333333333333, 0.9999333333333333, 0.9999333333333333, 0.9999333333333333, 0.9999333333333333, 0.9999333333333333, 0.9999333333333333, 0.9999333333333333, 0.9999555555555556, 0.9999555555555556, 0.9999555555555556, 0.9999555555555556, 0.9999555555555556, 0.9999555555555556, 0.9999555555555556, 0.9999555555555556, 0.9999555555555556, 0.9999555555555556, 0.9999555555555556, 0.9999555555555556, 0.9999555555555556, 0.9999555555555556, 0.9999555555555556, 0.9999555555555556, 0.9999555555555556, 0.9999555555555556, 0.9999555555555556, 0.9999555555555556, 0.9999555555555556, 0.9999555555555556, 0.9999555555555556, 0.9999555555555556, 0.9999555555555556, 0.9999555555555556, 0.9999555555555556, 0.9999555555555556, 0.9999555555555556, 0.9999555555555556, 0.9999555555555556, 0.9999555555555556, 0.9999555555555556, 0.9999555555555556, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 0.9999777777777777, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "type": "scatter", "x": [2.2222222222222223e-05, 4.4444444444444447e-05, 6.666666666666667e-05, 8.888888888888889e-05, 0.00011111111111111112, 0.00013333333333333334, 0.00015555555555555556, 0.00017777777777777779, 0.0002, 0.00022222222222222223, 0.00024444444444444443, 0.0002666666666666667, 0.0003111111111111111, 0.0003333333333333333, 0.00035555555555555557, 0.00037777777777777777, 0.0004222222222222222, 0.00044444444444444447, 0.00046666666666666666, 0.0004888888888888889, 0.0005333333333333334, 0.0005777777777777778, 0.0006444444444444444, 0.0006666666666666666, 0.0006888888888888888, 0.0007333333333333333, 0.0007777777777777777, 0.0008, 0.0008444444444444444, 0.0008888888888888889, 0.0009777777777777777, 0.0010444444444444444, 0.0011111111111111111, 0.0011333333333333334, 0.0011555555555555555, 0.0012, 0.0012444444444444445, 0.0013777777777777777, 0.0014, 0.001488888888888889, 0.0015555555555555555, 0.0017111111111111112, 0.0018222222222222223, 0.0018444444444444443, 0.001911111111111111, 0.001977777777777778, 0.002022222222222222, 0.0021555555555555555, 0.0022222222222222222, 0.002266666666666667, 0.0023555555555555556, 0.0024, 0.0024666666666666665, 0.0025555555555555557, 0.0026666666666666666, 0.0028, 0.0028444444444444446, 0.0029555555555555555, 0.003022222222222222, 0.003088888888888889, 0.0031777777777777776, 0.0032444444444444443, 0.0034222222222222223, 0.003488888888888889, 0.0036222222222222224, 0.0037555555555555554, 0.0038888888888888888, 0.004177777777777778, 0.004355555555555555, 0.004577777777777778, 0.004688888888888889, 0.004911111111111111, 0.005066666666666666, 0.005177777777777778, 0.005355555555555555, 0.005533333333333334, 0.005711111111111111, 0.005911111111111111, 0.006066666666666666, 0.0062, 0.006422222222222222, 0.006688888888888889, 0.006977777777777778, 0.0071333333333333335, 0.007333333333333333, 0.007711111111111111, 0.00788888888888889, 0.0082, 0.008466666666666667, 0.008777777777777778, 0.009111111111111111, 0.009355555555555556, 0.009644444444444445, 0.009822222222222222, 0.010066666666666666, 0.010311111111111111, 0.010555555555555556, 0.010866666666666667, 0.011288888888888888, 0.011622222222222223, 0.012133333333333333, 0.012511111111111112, 0.012911111111111111, 0.013333333333333334, 0.013622222222222223, 0.013888888888888888, 0.014355555555555555, 0.0148, 0.015244444444444444, 0.015844444444444446, 0.016355555555555557, 0.017, 0.01748888888888889, 0.018155555555555557, 0.0186, 0.01902222222222222, 0.01962222222222222, 0.020133333333333333, 0.020777777777777777, 0.021466666666666665, 0.021977777777777777, 0.0226, 0.023311111111111112, 0.024288888888888888, 0.02508888888888889, 0.025733333333333334, 0.026355555555555556, 0.027088888888888888, 0.027777777777777776, 0.02857777777777778, 0.029555555555555557, 0.03062222222222222, 0.03133333333333333, 0.032466666666666665, 0.03311111111111111, 0.034133333333333335, 0.0348, 0.03588888888888889, 0.037, 0.03788888888888889, 0.03888888888888889, 0.04002222222222222, 0.041244444444444445, 0.0422, 0.04331111111111111, 0.04466666666666667, 0.045955555555555555, 0.047155555555555555, 0.04851111111111111, 0.0498, 0.050977777777777775, 0.051977777777777776, 0.05337777777777778, 0.055, 0.056688888888888886, 0.05815555555555556, 0.05957777777777778, 0.06113333333333333, 0.06297777777777777, 0.0644, 0.06633333333333333, 0.06822222222222223, 0.06973333333333333, 0.07142222222222222, 0.07328888888888889, 0.07502222222222223, 0.077, 0.07855555555555556, 0.08022222222222222, 0.08206666666666666, 0.08422222222222223, 0.08635555555555556, 0.08815555555555556, 0.08997777777777778, 0.09231111111111111, 0.09402222222222222, 0.09635555555555556, 0.09871111111111111, 0.10093333333333333, 0.10335555555555556, 0.10595555555555555, 0.10833333333333334, 0.11068888888888889, 0.113, 0.11573333333333333, 0.11844444444444445, 0.12113333333333333, 0.12373333333333333, 0.1264, 0.12975555555555557, 0.13257777777777777, 0.1353111111111111, 0.1380888888888889, 0.14084444444444444, 0.14402222222222222, 0.14746666666666666, 0.15066666666666667, 0.15362222222222222, 0.1568, 0.15995555555555555, 0.1632222222222222, 0.1662888888888889, 0.1696, 0.17346666666666666, 0.17708888888888888, 0.18053333333333332, 0.1846, 0.18784444444444445, 0.1916, 0.19533333333333333, 0.19855555555555557, 0.20242222222222223, 0.20657777777777778, 0.21088888888888888, 0.2156, 0.21975555555555557, 0.22384444444444446, 0.22848888888888888, 0.2322, 0.23624444444444445, 0.24015555555555557, 0.24406666666666665, 0.2482888888888889, 0.25206666666666666, 0.2564, 0.2607777777777778, 0.26553333333333334, 0.2695111111111111, 0.2742888888888889, 0.2792222222222222, 0.2841111111111111, 0.28924444444444447, 0.2939777777777778, 0.29904444444444445, 0.30417777777777777, 0.3094222222222222, 0.3145777777777778, 0.31951111111111113, 0.32466666666666666, 0.32955555555555555, 0.33486666666666665, 0.3402222222222222, 0.3451111111111111, 0.3506, 0.3562444444444444, 0.36173333333333335, 0.36791111111111113, 0.37344444444444447, 0.37893333333333334, 0.3844888888888889, 0.39015555555555553, 0.3956222222222222, 0.40175555555555553, 0.40726666666666667, 0.4137111111111111, 0.41933333333333334, 0.42506666666666665, 0.4308444444444444, 0.43655555555555553, 0.44235555555555556, 0.44853333333333334, 0.4547777777777778, 0.4608, 0.4670888888888889, 0.473, 0.479, 0.48495555555555553, 0.4907111111111111, 0.49655555555555553, 0.5024666666666666, 0.5091111111111111, 0.5158444444444444, 0.5222, 0.5285555555555556, 0.5349777777777778, 0.5412666666666667, 0.548, 0.5550888888888889, 0.5610888888888889, 0.5676888888888889, 0.5738222222222222, 0.5802222222222222, 0.5869333333333333, 0.5934, 0.5998666666666667, 0.606, 0.6129111111111111, 0.6189555555555556, 0.6254, 0.632, 0.6385111111111111, 0.6448888888888888, 0.6514222222222222, 0.6575555555555556, 0.6641333333333334, 0.6712888888888889, 0.6776222222222222, 0.6842, 0.6905333333333333, 0.6973111111111111, 0.7036666666666667, 0.7100888888888889, 0.7160444444444445, 0.7225111111111111, 0.7292666666666666, 0.7356, 0.7416666666666667, 0.7480888888888889, 0.7546222222222222, 0.7602888888888889, 0.7668888888888888, 0.7729111111111111, 0.7794, 0.7850666666666667, 0.7909555555555555, 0.7972, 0.8027777777777778, 0.8080444444444445, 0.8139777777777778, 0.8193555555555555, 0.8249777777777778, 0.8298, 0.8352, 0.8398888888888889, 0.8449555555555556, 0.8502, 0.8560888888888889, 0.8614666666666667, 0.8662, 0.8712222222222222, 0.8758666666666667, 0.8806888888888889, 0.8858888888888888, 0.8902, 0.8945111111111111, 0.8989555555555555, 0.9027777777777778, 0.9071111111111111, 0.9114888888888889, 0.9155111111111112, 0.9196222222222222, 0.9236222222222222, 0.9277555555555556, 0.9323333333333333, 0.9358222222222222, 0.9395333333333333, 0.9432, 0.9461555555555555, 0.9492222222222222, 0.9523555555555555, 0.9557111111111111, 0.9589111111111112, 0.9619111111111112, 0.9646888888888889, 0.9672444444444445, 0.9700666666666666, 0.9724444444444444, 0.975, 0.9774, 0.9798444444444444, 0.9819333333333333, 0.9835777777777778, 0.9854444444444445, 0.9871555555555556, 0.9888666666666667, 0.9904444444444445, 0.9918, 0.9928, 0.9938, 0.9950222222222223, 0.9961777777777778, 0.9969555555555556, 0.9977777777777778, 0.9983555555555556, 0.9988666666666667, 0.9994444444444445, 0.9997555555555555, 0.9998444444444444, 1], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 379, "currentCount": 379}}}], "config": {"showlegend": true, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [1e-06, 1e-05, 0.0001, 0.001, 0.01, 0.1, 1], "range": [-6.18, 0.18000000000000013], "domain": [0.10609871682706327, 0.9934383202099737], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["10^-6", "10^-5", "10^-4", "10^-3", "10^-2", "10^-1", "10^0"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "Pfa", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "log"}, "paper_bgcolor": "rgba(255, 255, 255, 1.000)", "annotations": [{"yanchor": "top", "xanchor": "center", "rotation": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 20}, "yref": "paper", "showarrow": false, "text": "Simulated and Theoretical ROC Curves", "xref": "paper", "x": 0.5497685185185185}], "height": 400, "margin": {"l": 0, "b": 20, "r": 0, "t": 20}, "plot_bgcolor": "rgba(255, 255, 255, 1.000)", "yaxis": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0.9000000000000001, 0.9250000000000002, 0.9500000000000002, 0.9750000000000002, 1.0000000000000002], "range": [0.8875441502100124, 1.0032754131006794], "domain": [0.07581474190726165, 0.9415463692038496], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0.900", "0.925", "0.950", "0.975", "1.000"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "Pd", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "legend": {"yanchor": "bottom", "xanchor": "right", "bordercolor": "rgba(0, 0, 0, 1)", "bgcolor": "rgba(0, 0, 0, 0)", "borderwidth": 1, "tracegroupgap": 0, "y": 0.07, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}, "text": ""}, "traceorder": "normal", "x": 1}, "width": 758.609375}}