ds005256-mriqc/sub-0014_ses-04_task-fractional_acq-mb8_run-02_bold.html
Felix Hoffstaedter 2103bd7b7f [DATALAD RUNCMD] Compute MRIQC for sub-0014
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0014 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
 "dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
 "exit": 0,
 "extra_inputs": [
  "code/containers/images/bids/bids-mriqc--24.0.2.sing"
 ],
 "inputs": [
  "sourcedata/raw/sub-0014",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:42:44 +02:00

616 lines
No EOL
143 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0014_ses-04_task-fractional_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0014_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0014_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0014_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0014_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0014_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0014_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0014_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0014_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0014/ses-04/func/sub-0014_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>07956330897b2418bb46a75b8fd03670</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:40:0.655000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998139, 0.0506942, 0.0339003, -0.0489917, 0.997582, -0.0492936]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0939481</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7758, -7264, 525, -85, -68, 56, 47]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.826</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9e759f15-69eb-4e64-9d46-986a639a9677||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6779332160949707, -0.1314411610364914, 0.09805664420127869, 115.45708465576172], [-0.13600872457027435, 2.6764397621154785, -0.1283607929944992, -81.21988677978516], [0.09095215052366257, 0.13225118815898895, 2.6951637268066406, -81.46595001220703], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1322]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['154000.655000', '154001.115000', '154001.575000', '154002.035000', '154002.495000', '154002.955000', '154003.415000', '154003.875000', '154004.335000', '154004.795000', '154005.255000', '154005.715000', '154006.175000', '154006.635000', '154007.095000', '154007.555000', '154008.015000', '154008.475000', '154008.935000', '154009.395000', '154009.855000', '154010.315000', '154010.775000', '154011.235000', '154011.695000', '154012.155000', '154012.615000', '154013.075000', '154013.535000', '154013.995000', '154014.455000', '154014.915000', '154015.375000', '154015.835000', '154016.295000', '154016.755000', '154017.215000', '154017.675000', '154018.135000', '154018.595000', '154019.055000', '154019.515000', '154019.975000', '154020.435000', '154020.895000', '154021.355000', '154021.815000', '154022.275000', '154022.735000', '154023.195000', '154023.655000', '154024.115000', '154024.575000', '154025.035000', '154025.495000', '154025.955000', '154026.415000', '154026.875000', '154027.335000', '154027.795000', '154028.255000', '154028.715000', '154029.175000', '154029.635000', '154030.095000', '154030.555000', '154031.015000', '154031.475000', '154031.935000', '154032.395000', '154032.855000', '154033.315000', '154033.775000', '154034.235000', '154034.695000', '154035.155000', '154035.615000', '154036.075000', '154036.535000', '154036.995000', '154037.455000', '154037.915000', '154038.375000', '154038.835000', '154039.295000', '154039.755000', '154040.215000', '154040.675000', '154041.135000', '154041.595000', '154042.055000', '154042.515000', '154042.975000', '154043.435000', '154043.895000', '154044.355000', '154044.815000', '154045.275000', '154045.735000', '154046.195000', '154046.655000', '154047.115000', '154047.575000', '154048.035000', '154048.495000', '154048.955000', '154049.415000', '154049.875000', '154050.335000', '154050.795000', '154051.255000', '154051.715000', '154052.175000', '154052.635000', '154053.095000', '154053.555000', '154054.015000', '154054.475000', '154054.935000', '154055.395000', '154055.855000', '154056.315000', '154056.775000', '154057.235000', '154057.695000', '154058.155000', '154058.615000', '154059.075000', '154059.535000', '154059.995000', '154100.455000', '154100.915000', '154101.375000', '154101.835000', '154102.295000', '154102.755000', '154103.215000', '154103.675000', '154104.135000', '154104.595000', '154105.055000', '154105.515000', '154105.975000', '154106.435000', '154106.895000', '154107.355000', '154107.815000', '154108.275000', '154108.735000', '154109.195000', '154109.655000', '154110.115000', '154110.575000', '154111.035000', '154111.495000', '154111.955000', '154112.415000', '154112.875000', '154113.335000', '154113.795000', '154114.255000', '154114.715000', '154115.175000', '154115.635000', '154116.095000', '154116.555000', '154117.015000', '154117.475000', '154117.935000', '154118.395000', '154118.855000', '154119.315000', '154119.775000', '154120.235000', '154120.695000', '154121.155000', '154121.615000', '154122.075000', '154122.535000', '154122.995000', '154123.455000', '154123.915000', '154124.375000', '154124.835000', '154125.295000', '154125.755000', '154126.215000', '154126.675000', '154127.135000', '154127.595000', '154128.055000', '154128.515000', '154128.975000', '154129.435000', '154129.895000', '154130.355000', '154130.815000', '154131.275000', '154131.735000', '154132.195000', '154132.655000', '154133.115000', '154133.575000', '154134.035000', '154134.495000', '154134.955000', '154135.415000', '154135.875000', '154136.335000', '154136.795000', '154137.255000', '154137.715000', '154138.175000', '154138.635000', '154139.095000', '154139.555000', '154140.015000', '154140.475000', '154140.935000', '154141.395000', '154141.855000', '154142.315000', '154142.775000', '154143.235000', '154143.695000', '154144.155000', '154144.615000', '154145.075000', '154145.535000', '154145.995000', '154146.455000', '154146.915000', '154147.375000', '154147.835000', '154148.295000', '154148.755000', '154149.215000', '154149.675000', '154150.135000', '154150.595000', '154151.055000', '154151.515000', '154151.975000', '154152.435000', '154152.895000', '154153.355000', '154153.815000', '154154.275000', '154154.735000', '154155.195000', '154155.655000', '154156.115000', '154156.575000', '154157.035000', '154157.495000', '154157.955000', '154158.415000', '154158.875000', '154159.335000', '154159.795000', '154200.255000', '154200.715000', '154201.175000', '154201.635000', '154202.095000', '154202.555000', '154203.015000', '154203.475000', '154203.935000', '154204.395000', '154204.855000', '154205.315000', '154205.775000', '154206.235000', '154206.695000', '154207.155000', '154207.615000', '154208.075000', '154208.535000', '154208.995000', '154209.455000', '154209.915000', '154210.375000', '154210.835000', '154211.295000', '154211.755000', '154212.215000', '154212.675000', '154213.135000', '154213.595000', '154214.055000', '154214.515000', '154214.975000', '154215.435000', '154215.895000', '154216.355000', '154216.815000', '154217.275000', '154217.735000', '154218.195000', '154218.655000', '154219.115000', '154219.575000', '154220.035000', '154220.495000', '154220.955000', '154221.415000', '154221.875000', '154222.335000', '154222.795000', '154223.255000', '154223.715000', '154224.175000', '154224.635000', '154225.095000', '154225.555000', '154226.015000', '154226.475000', '154226.935000', '154227.395000', '154227.855000', '154228.315000', '154228.775000', '154229.235000', '154229.695000', '154230.155000', '154230.615000', '154231.075000', '154231.535000', '154231.995000', '154232.455000', '154232.915000', '154233.375000', '154233.835000', '154234.295000', '154234.755000', '154235.215000', '154235.675000', '154236.135000', '154236.595000', '154237.055000', '154237.515000', '154237.975000', '154238.435000', '154238.895000', '154239.355000', '154239.815000', '154240.275000', '154240.735000', '154241.195000', '154241.655000', '154242.115000', '154242.575000', '154243.035000', '154243.495000', '154243.955000', '154244.415000', '154244.875000', '154245.335000', '154245.795000', '154246.255000', '154246.715000', '154247.175000', '154247.635000', '154248.095000', '154248.555000', '154249.015000', '154249.475000', '154249.935000', '154250.395000', '154250.855000', '154251.315000', '154251.775000', '154252.235000', '154252.695000', '154253.155000', '154253.615000', '154254.075000', '154254.535000', '154254.995000', '154255.455000', '154255.915000', '154256.375000', '154256.835000', '154257.295000', '154257.755000', '154258.215000', '154258.675000', '154259.135000', '154259.595000', '154300.055000', '154300.515000', '154300.975000', '154301.435000', '154301.895000', '154302.355000', '154302.815000', '154303.275000', '154303.735000', '154304.195000', '154304.655000', '154305.115000', '154305.575000', '154306.035000', '154306.495000', '154306.955000', '154307.415000', '154307.875000', '154308.335000', '154308.795000', '154309.255000', '154309.715000', '154310.175000', '154310.635000', '154311.095000', '154311.555000', '154312.015000', '154312.475000', '154312.935000', '154313.395000', '154313.855000', '154314.315000', '154314.775000', '154315.235000', '154315.695000', '154316.155000', '154316.615000', '154317.075000', '154317.535000', '154317.995000', '154318.455000', '154318.915000', '154319.375000', '154319.835000', '154320.295000', '154320.755000', '154321.215000', '154321.675000', '154322.135000', '154322.595000', '154323.055000', '154323.515000', '154323.975000', '154324.435000', '154324.895000', '154325.355000', '154325.815000', '154326.275000', '154326.735000', '154327.195000', '154327.655000', '154328.115000', '154328.575000', '154329.035000', '154329.495000', '154329.955000', '154330.415000', '154330.875000', '154331.335000', '154331.795000', '154332.255000', '154332.715000', '154333.175000', '154333.635000', '154334.095000', '154334.555000', '154335.015000', '154335.475000', '154335.935000', '154336.395000', '154336.855000', '154337.315000', '154337.775000', '154338.235000', '154338.695000', '154339.155000', '154339.615000', '154340.075000', '154340.535000', '154340.995000', '154341.455000', '154341.915000', '154342.375000', '154342.835000', '154343.295000', '154343.755000', '154344.215000', '154344.675000', '154345.135000', '154345.595000', '154346.055000', '154346.515000', '154346.975000', '154347.435000', '154347.895000', '154348.355000', '154348.815000', '154349.275000', '154349.735000', '154350.195000', '154350.655000', '154351.115000', '154351.575000', '154352.035000', '154352.495000', '154352.955000', '154353.415000', '154353.875000', '154354.335000', '154354.795000', '154355.255000', '154355.715000', '154356.175000', '154356.635000', '154357.095000', '154357.555000', '154358.015000', '154358.475000', '154358.935000', '154359.395000', '154359.855000', '154400.315000', '154400.775000', '154401.235000', '154401.695000', '154402.155000', '154402.615000', '154403.075000', '154403.535000', '154403.995000', '154404.455000', '154404.915000', '154405.375000', '154405.835000', '154406.295000', '154406.755000', '154407.215000', '154407.675000', '154408.135000', '154408.595000', '154409.055000', '154409.515000', '154409.975000', '154410.435000', '154410.895000', '154411.355000', '154411.815000', '154412.275000', '154412.735000', '154413.195000', '154413.655000', '154414.115000', '154414.575000', '154415.035000', '154415.495000', '154415.955000', '154416.415000', '154416.875000', '154417.335000', '154417.795000', '154418.255000', '154418.715000', '154419.175000', '154419.635000', '154420.095000', '154420.555000', '154421.015000', '154421.475000', '154421.935000', '154422.395000', '154422.855000', '154423.315000', '154423.775000', '154424.235000', '154424.695000', '154425.155000', '154425.615000', '154426.075000', '154426.535000', '154426.995000', '154427.455000', '154427.915000', '154428.375000', '154428.835000', '154429.295000', '154429.755000', '154430.215000', '154430.675000', '154431.135000', '154431.595000', '154432.055000', '154432.515000', '154432.975000', '154433.435000', '154433.895000', '154434.355000', '154434.815000', '154435.275000', '154435.735000', '154436.195000', '154436.655000', '154437.115000', '154437.575000', '154438.035000', '154438.495000', '154438.955000', '154439.415000', '154439.875000', '154440.335000', '154440.795000', '154441.255000', '154441.715000', '154442.175000', '154442.635000', '154443.095000', '154443.555000', '154444.015000', '154444.475000', '154444.935000', '154445.395000', '154445.855000', '154446.315000', '154446.775000', '154447.235000', '154447.695000', '154448.155000', '154448.615000', '154449.075000', '154449.535000', '154449.995000', '154450.455000', '154450.915000', '154451.375000', '154451.835000', '154452.295000', '154452.755000', '154453.215000', '154453.675000', '154454.135000', '154454.595000', '154455.055000', '154455.515000', '154455.975000', '154456.435000', '154456.895000', '154457.355000', '154457.815000', '154458.275000', '154458.735000', '154459.195000', '154459.655000', '154500.115000', '154500.575000', '154501.035000', '154501.495000', '154501.955000', '154502.415000', '154502.875000', '154503.335000', '154503.795000', '154504.255000', '154504.715000', '154505.175000', '154505.635000', '154506.095000', '154506.555000', '154507.015000', '154507.475000', '154507.935000', '154508.395000', '154508.855000', '154509.315000', '154509.775000', '154510.235000', '154510.695000', '154511.155000', '154511.615000', '154512.075000', '154512.535000', '154512.995000', '154513.455000', '154513.915000', '154514.375000', '154514.835000', '154515.295000', '154515.755000', '154516.215000', '154516.675000', '154517.135000', '154517.595000', '154518.055000', '154518.515000', '154518.975000', '154519.435000', '154519.895000', '154520.355000', '154520.815000', '154521.275000', '154521.735000', '154522.195000', '154522.655000', '154523.115000', '154523.575000', '154524.035000', '154524.495000', '154524.955000', '154525.415000', '154525.875000', '154526.335000', '154526.795000', '154527.255000', '154527.715000', '154528.175000', '154528.635000', '154529.095000', '154529.555000', '154530.015000', '154530.475000', '154530.935000', '154531.395000', '154531.855000', '154532.315000', '154532.775000', '154533.235000', '154533.695000', '154534.155000', '154534.615000', '154535.075000', '154535.535000', '154535.995000', '154536.455000', '154536.915000', '154537.375000', '154537.835000', '154538.295000', '154538.755000', '154539.215000', '154539.675000', '154540.135000', '154540.595000', '154541.055000', '154541.515000', '154541.975000', '154542.435000', '154542.895000', '154543.355000', '154543.815000', '154544.275000', '154544.735000', '154545.195000', '154545.655000', '154546.115000', '154546.575000', '154547.035000', '154547.495000', '154547.955000', '154548.415000', '154548.875000', '154549.335000', '154549.795000', '154550.255000', '154550.715000', '154551.175000', '154551.635000', '154552.095000', '154552.555000', '154553.015000', '154553.475000', '154553.935000', '154554.395000', '154554.855000', '154555.315000', '154555.775000', '154556.235000', '154556.695000', '154557.155000', '154557.615000', '154558.075000', '154558.535000', '154558.995000', '154559.455000', '154559.915000', '154600.375000', '154600.835000', '154601.295000', '154601.755000', '154602.215000', '154602.675000', '154603.135000', '154603.595000', '154604.055000', '154604.515000', '154604.975000', '154605.435000', '154605.895000', '154606.355000', '154606.815000', '154607.275000', '154607.735000', '154608.195000', '154608.655000', '154609.115000', '154609.575000', '154610.035000', '154610.495000', '154610.955000', '154611.415000', '154611.875000', '154612.335000', '154612.795000', '154613.255000', '154613.715000', '154614.175000', '154614.635000', '154615.095000', '154615.555000', '154616.015000', '154616.475000', '154616.935000', '154617.395000', '154617.855000', '154618.315000', '154618.775000', '154619.235000', '154619.695000', '154620.155000', '154620.615000', '154621.075000', '154621.535000', '154621.995000', '154622.455000', '154622.915000', '154623.375000', '154623.835000', '154624.295000', '154624.755000', '154625.215000', '154625.675000', '154626.135000', '154626.595000', '154627.055000', '154627.515000', '154627.975000', '154628.435000', '154628.895000', '154629.355000', '154629.815000', '154630.275000', '154630.735000', '154631.195000', '154631.655000', '154632.115000', '154632.575000', '154633.035000', '154633.495000', '154633.955000', '154634.415000', '154634.875000', '154635.335000', '154635.795000', '154636.255000', '154636.715000', '154637.175000', '154637.635000', '154638.095000', '154638.555000', '154639.015000', '154639.475000', '154639.935000', '154640.395000', '154640.855000', '154641.315000', '154641.775000', '154642.235000', '154642.695000', '154643.155000', '154643.615000', '154644.075000', '154644.535000', '154644.995000', '154645.455000', '154645.915000', '154646.375000', '154646.835000', '154647.295000', '154647.755000', '154648.215000', '154648.675000', '154649.135000', '154649.595000', '154650.055000', '154650.515000', '154650.975000', '154651.435000', '154651.895000', '154652.355000', '154652.815000', '154653.275000', '154653.735000', '154654.195000', '154654.655000', '154655.115000', '154655.575000', '154656.035000', '154656.495000', '154656.955000', '154657.415000', '154657.875000', '154658.335000', '154658.795000', '154659.255000', '154659.715000', '154700.175000', '154700.635000', '154701.095000', '154701.555000', '154702.015000', '154702.475000', '154702.935000', '154703.395000', '154703.855000', '154704.315000', '154704.775000', '154705.235000', '154705.695000', '154706.155000', '154706.615000', '154707.075000', '154707.535000', '154707.995000', '154708.455000', '154708.915000', '154709.375000', '154709.835000', '154710.295000', '154710.755000', '154711.215000', '154711.675000', '154712.135000', '154712.595000', '154713.055000', '154713.515000', '154713.975000', '154714.435000', '154714.895000', '154715.355000', '154715.815000', '154716.275000', '154716.735000', '154717.195000', '154717.655000', '154718.115000', '154718.575000', '154719.035000', '154719.495000', '154719.955000', '154720.415000', '154720.875000', '154721.335000', '154721.795000', '154722.255000', '154722.715000', '154723.175000', '154723.635000', '154724.095000', '154724.555000', '154725.015000', '154725.475000', '154725.935000', '154726.395000', '154726.855000', '154727.315000', '154727.775000', '154728.235000', '154728.695000', '154729.155000', '154729.615000', '154730.075000', '154730.535000', '154730.995000', '154731.455000', '154731.915000', '154732.375000', '154732.835000', '154733.295000', '154733.755000', '154734.215000', '154734.675000', '154735.135000', '154735.595000', '154736.055000', '154736.515000', '154736.975000', '154737.435000', '154737.895000', '154738.355000', '154738.815000', '154739.275000', '154739.735000', '154740.195000', '154740.655000', '154741.115000', '154741.575000', '154742.035000', '154742.495000', '154742.955000', '154743.415000', '154743.875000', '154744.335000', '154744.795000', '154745.255000', '154745.715000', '154746.175000', '154746.635000', '154747.095000', '154747.555000', '154748.015000', '154748.475000', '154748.935000', '154749.395000', '154749.855000', '154750.315000', '154750.775000', '154751.235000', '154751.695000', '154752.155000', '154752.615000', '154753.075000', '154753.535000', '154753.995000', '154754.455000', '154754.915000', '154755.375000', '154755.835000', '154756.295000', '154756.755000', '154757.215000', '154757.675000', '154758.135000', '154758.595000', '154759.055000', '154759.515000', '154759.975000', '154800.435000', '154800.895000', '154801.355000', '154801.815000', '154802.275000', '154802.735000', '154803.195000', '154803.655000', '154804.115000', '154804.575000', '154805.035000', '154805.495000', '154805.955000', '154806.415000', '154806.875000', '154807.335000', '154807.795000', '154808.255000', '154808.715000', '154809.175000', '154809.635000', '154810.095000', '154810.555000', '154811.015000', '154811.475000', '154811.935000', '154812.395000', '154812.855000', '154813.315000', '154813.775000', '154814.235000', '154814.695000', '154815.155000', '154815.615000', '154816.075000', '154816.535000', '154816.995000', '154817.455000', '154817.915000', '154818.375000', '154818.835000', '154819.295000', '154819.755000', '154820.215000', '154820.675000', '154821.135000', '154821.595000', '154822.055000', '154822.515000', '154822.975000', '154823.435000', '154823.895000', '154824.355000', '154824.815000', '154825.275000', '154825.735000', '154826.195000', '154826.655000', '154827.115000', '154827.575000', '154828.035000', '154828.495000', '154828.955000', '154829.415000', '154829.875000', '154830.335000', '154830.795000', '154831.255000', '154831.715000', '154832.175000', '154832.635000', '154833.095000', '154833.555000', '154834.015000', '154834.475000', '154834.935000', '154835.395000', '154835.855000', '154836.315000', '154836.775000', '154837.235000', '154837.695000', '154838.155000', '154838.615000', '154839.075000', '154839.535000', '154839.995000', '154840.455000', '154840.915000', '154841.375000', '154841.835000', '154842.295000', '154842.755000', '154843.215000', '154843.675000', '154844.135000', '154844.595000', '154845.055000', '154845.515000', '154845.975000', '154846.435000', '154846.895000', '154847.355000', '154847.815000', '154848.275000', '154848.735000', '154849.195000', '154849.655000', '154850.115000', '154850.575000', '154851.035000', '154851.495000', '154851.955000', '154852.415000', '154852.875000', '154853.335000', '154853.795000', '154854.255000', '154854.715000', '154855.175000', '154855.635000', '154856.095000', '154856.555000', '154857.015000', '154857.475000', '154857.935000', '154858.395000', '154858.855000', '154859.315000', '154859.775000', '154900.235000', '154900.695000', '154901.155000', '154901.615000', '154902.075000', '154902.535000', '154902.995000', '154903.455000', '154903.915000', '154904.375000', '154904.835000', '154905.295000', '154905.755000', '154906.215000', '154906.675000', '154907.135000', '154907.595000', '154908.055000', '154908.515000', '154908.975000', '154909.435000', '154909.895000', '154910.355000', '154910.815000', '154911.275000', '154911.735000', '154912.195000', '154912.655000', '154913.115000', '154913.575000', '154914.035000', '154914.495000', '154914.955000', '154915.415000', '154915.875000', '154916.335000', '154916.795000', '154917.255000', '154917.715000', '154918.175000', '154918.635000', '154919.095000', '154919.555000', '154920.015000', '154920.475000', '154920.935000', '154921.395000', '154921.855000', '154922.315000', '154922.775000', '154923.235000', '154923.695000', '154924.155000', '154924.615000', '154925.075000', '154925.535000', '154925.995000', '154926.455000', '154926.915000', '154927.375000', '154927.835000', '154928.295000', '154928.755000', '154929.215000', '154929.675000', '154930.135000', '154930.595000', '154931.055000', '154931.515000', '154931.975000', '154932.435000', '154932.895000', '154933.355000', '154933.815000', '154934.275000', '154934.735000', '154935.195000', '154935.655000', '154936.115000', '154936.575000', '154937.035000', '154937.495000', '154937.955000', '154938.415000', '154938.875000', '154939.335000', '154939.795000', '154940.255000', '154940.715000', '154941.175000', '154941.635000', '154942.095000', '154942.555000', '154943.015000', '154943.475000', '154943.935000', '154944.395000', '154944.855000', '154945.315000', '154945.775000', '154946.235000', '154946.695000', '154947.155000', '154947.615000', '154948.075000', '154948.535000', '154948.995000', '154949.455000', '154949.915000', '154950.375000', '154950.835000', '154951.295000', '154951.755000', '154952.215000', '154952.675000', '154953.135000', '154953.595000', '154954.055000', '154954.515000', '154954.975000', '154955.435000', '154955.895000', '154956.355000', '154956.815000', '154957.275000', '154957.735000', '154958.195000', '154958.655000', '154959.115000', '154959.575000', '155000.035000', '155000.495000', '155000.955000', '155001.415000', '155001.875000', '155002.335000', '155002.795000', '155003.255000', '155003.715000', '155004.175000', '155004.635000', '155005.095000', '155005.555000', '155006.015000', '155006.475000', '155006.935000', '155007.395000', '155007.855000', '155008.315000'], 'ContentTime': ['154026.302000', '154026.306000', '154026.309000', '154026.311000', '154026.314000', '154026.317000', '154026.320000', '154026.323000', '154026.325000', '154026.328000', '154026.331000', '154026.334000', '154026.337000', '154026.339000', '154026.342000', '154026.345000', '154026.348000', '154026.351000', '154026.354000', '154026.356000', '154026.359000', '154026.362000', '154026.365000', '154026.367000', '154026.378000', '154026.381000', '154026.384000', '154026.393000', '154026.396000', '154026.399000', '154026.401000', '154026.404000', '154026.407000', '154026.410000', '154026.412000', '154026.415000', '154026.418000', '154026.421000', '154026.424000', '154026.426000', '154026.429000', '154026.432000', '154026.435000', '154026.438000', '154026.440000', '154026.443000', '154026.446000', '154026.449000', '154026.452000', '154026.454000', '154026.457000', '154026.460000', '154026.463000', '154026.465000', '154026.468000', '154046.272000', '154046.275000', '154046.278000', '154046.280000', '154046.283000', '154046.286000', '154046.289000', '154046.292000', '154046.294000', '154046.297000', '154046.300000', '154046.303000', '154046.305000', '154046.308000', '154046.311000', '154046.314000', '154046.317000', '154046.320000', '154046.322000', '154046.325000', '154046.328000', '154046.331000', '154046.333000', '154046.336000', '154046.339000', '154046.342000', '154046.345000', '154046.347000', '154046.350000', '154046.353000', '154046.367000', '154046.369000', '154046.372000', '154046.375000', '154046.378000', '154046.381000', '154046.383000', '154046.386000', '154046.389000', '154046.392000', '154046.395000', '154046.399000', '154046.402000', '154106.271000', '154106.274000', '154106.277000', '154106.279000', '154106.282000', '154106.285000', '154106.288000', '154106.290000', '154106.293000', '154106.296000', '154106.299000', '154106.302000', '154106.304000', '154106.307000', '154106.310000', '154106.313000', '154106.316000', '154106.318000', '154106.321000', '154106.339000', '154106.341000', '154106.344000', '154106.347000', '154106.350000', '154106.353000', '154106.355000', '154106.358000', '154106.361000', '154106.364000', '154106.367000', '154106.370000', '154106.373000', '154106.376000', '154106.378000', '154106.381000', '154106.384000', '154106.387000', '154106.390000', '154106.393000', '154106.395000', '154106.398000', '154106.401000', '154106.404000', '154106.407000', '154126.271000', '154126.274000', '154126.277000', '154126.279000', '154126.282000', '154126.285000', '154126.288000', '154126.291000', '154126.294000', '154126.296000', '154126.299000', '154126.302000', '154126.305000', '154126.308000', '154126.310000', '154126.313000', '154126.316000', '154126.319000', '154126.322000', '154126.324000', '154126.327000', '154126.330000', '154126.333000', '154126.336000', '154126.338000', '154126.341000', '154126.344000', '154126.347000', '154126.350000', '154126.353000', '154126.355000', '154126.358000', '154126.361000', '154126.364000', '154126.367000', '154126.369000', '154126.372000', '154126.375000', '154126.378000', '154126.381000', '154126.384000', '154126.386000', '154126.396000', '154146.271000', '154146.274000', '154146.277000', '154146.280000', '154146.283000', '154146.285000', '154146.288000', '154146.291000', '154146.294000', '154146.297000', '154146.299000', '154146.302000', '154146.305000', '154146.308000', '154146.311000', '154146.319000', '154146.322000', '154146.325000', '154146.327000', '154146.330000', '154146.333000', '154146.336000', '154146.338000', '154146.341000', '154146.344000', '154146.347000', '154146.350000', '154146.353000', '154146.355000', '154146.358000', '154146.361000', '154146.364000', '154146.367000', '154146.369000', '154146.372000', '154146.375000', '154146.378000', '154146.381000', '154146.383000', '154146.386000', '154146.389000', '154146.392000', '154146.404000', '154206.272000', '154206.275000', '154206.278000', '154206.280000', '154206.283000', '154206.286000', '154206.289000', '154206.292000', '154206.294000', '154206.297000', '154206.300000', '154206.303000', '154206.321000', '154206.324000', '154206.326000', '154206.329000', '154206.332000', '154206.335000', '154206.338000', '154206.340000', '154206.353000', '154206.356000', '154206.359000', '154206.362000', '154206.364000', '154206.367000', '154206.370000', '154206.373000', '154206.376000', '154206.379000', '154206.381000', '154206.384000', '154206.387000', '154206.390000', '154206.393000', '154206.396000', '154206.398000', '154206.401000', '154206.404000', '154206.407000', '154206.410000', '154206.413000', '154206.415000', '154206.418000', '154226.271000', '154226.274000', '154226.277000', '154226.280000', '154226.283000', '154226.286000', '154226.288000', '154226.291000', '154226.294000', '154226.297000', '154226.300000', '154226.303000', '154226.305000', '154226.308000', '154226.311000', '154226.314000', '154226.317000', '154226.319000', '154226.322000', '154226.325000', '154226.328000', '154226.331000', '154226.333000', '154226.336000', '154226.339000', '154226.342000', '154226.345000', '154226.348000', '154226.350000', '154226.353000', '154226.356000', '154226.359000', '154226.362000', '154226.364000', '154226.367000', '154226.370000', '154226.373000', '154226.376000', '154226.378000', '154226.381000', '154226.384000', '154226.387000', '154226.390000', '154246.271000', '154246.274000', '154246.277000', '154246.280000', '154246.282000', '154246.285000', '154246.288000', '154246.291000', '154246.294000', '154246.296000', '154246.299000', '154246.302000', '154246.305000', '154246.308000', '154246.310000', '154246.313000', '154246.316000', '154246.319000', '154246.322000', '154246.324000', '154246.327000', '154246.330000', '154246.333000', '154246.336000', '154246.339000', '154246.341000', '154246.344000', '154246.347000', '154246.350000', '154246.353000', '154246.355000', '154246.358000', '154246.361000', '154246.364000', '154246.367000', '154246.370000', '154246.373000', '154246.375000', '154246.378000', '154246.381000', '154246.384000', '154246.387000', '154246.389000', '154246.392000', '154306.272000', '154306.275000', '154306.278000', '154306.281000', '154306.283000', '154306.286000', '154306.291000', '154306.294000', '154306.297000', '154306.300000', '154306.303000', '154306.305000', '154306.308000', '154306.311000', '154306.314000', '154306.317000', '154306.319000', '154306.322000', '154306.325000', '154306.328000', '154306.331000', '154306.333000', '154306.336000', '154306.339000', '154306.342000', '154306.345000', '154306.347000', '154306.350000', '154306.353000', '154306.356000', '154306.359000', '154306.362000', '154306.364000', '154306.367000', '154306.370000', '154306.373000', '154306.376000', '154306.378000', '154306.381000', '154306.384000', '154306.387000', '154306.390000', '154306.393000', '154326.271000', '154326.274000', '154326.277000', '154326.280000', '154326.282000', '154326.285000', '154326.288000', '154326.291000', '154326.294000', '154326.297000', '154326.299000', '154326.302000', '154326.305000', '154326.308000', '154326.311000', '154326.313000', '154326.316000', '154326.319000', '154326.322000', '154326.325000', '154326.327000', '154326.330000', '154326.333000', '154326.336000', '154326.339000', '154326.342000', '154326.345000', '154326.347000', '154326.350000', '154326.353000', '154326.356000', '154326.359000', '154326.361000', '154326.364000', '154326.367000', '154326.370000', '154326.373000', '154326.376000', '154326.379000', '154326.381000', '154326.384000', '154326.387000', '154326.390000', '154326.393000', '154346.271000', '154346.274000', '154346.277000', '154346.280000', '154346.282000', '154346.285000', '154346.288000', '154346.291000', '154346.294000', '154346.297000', '154346.299000', '154346.302000', '154346.305000', '154346.308000', '154346.311000', '154346.314000', '154346.316000', '154346.319000', '154346.324000', '154346.328000', '154346.331000', '154346.334000', '154346.337000', '154346.340000', '154346.343000', '154346.346000', '154346.348000', '154346.351000', '154346.354000', '154346.357000', '154346.360000', '154346.363000', '154346.365000', '154346.368000', '154346.371000', '154346.374000', '154346.377000', '154346.380000', '154346.382000', '154346.385000', '154346.388000', '154346.391000', '154346.394000', '154406.271000', '154406.274000', '154406.277000', '154406.280000', '154406.282000', '154406.285000', '154406.288000', '154406.291000', '154406.294000', '154406.297000', '154406.299000', '154406.302000', '154406.305000', '154406.308000', '154406.311000', '154406.314000', '154406.316000', '154406.319000', '154406.322000', '154406.325000', '154406.328000', '154406.331000', '154406.334000', '154406.336000', '154406.339000', '154406.342000', '154406.345000', '154406.348000', '154406.351000', '154406.353000', '154406.356000', '154406.359000', '154406.362000', '154406.365000', '154406.368000', '154406.370000', '154406.373000', '154406.376000', '154406.379000', '154406.382000', '154406.385000', '154406.387000', '154406.390000', '154406.393000', '154426.273000', '154426.276000', '154426.279000', '154426.281000', '154426.284000', '154426.287000', '154426.290000', '154426.293000', '154426.296000', '154426.298000', '154426.301000', '154426.304000', '154426.307000', '154426.310000', '154426.312000', '154426.315000', '154426.318000', '154426.321000', '154426.324000', '154426.327000', '154426.330000', '154426.333000', '154426.336000', '154426.339000', '154426.341000', '154426.344000', '154426.347000', '154426.350000', '154426.353000', '154426.356000', '154426.359000', '154426.362000', '154426.364000', '154426.367000', '154426.370000', '154426.373000', '154426.376000', '154426.379000', '154426.381000', '154426.384000', '154426.387000', '154426.390000', '154426.393000', '154446.271000', '154446.274000', '154446.277000', '154446.280000', '154446.283000', '154446.285000', '154446.288000', '154446.291000', '154446.294000', '154446.297000', '154446.300000', '154446.302000', '154446.305000', '154446.308000', '154446.311000', '154446.314000', '154446.317000', '154446.319000', '154446.322000', '154446.325000', '154446.328000', '154446.331000', '154446.334000', '154446.336000', '154446.339000', '154446.342000', '154446.345000', '154446.348000', '154446.350000', '154446.353000', '154446.356000', '154446.359000', '154446.362000', '154446.365000', '154446.368000', '154446.370000', '154446.373000', '154446.376000', '154446.379000', '154446.382000', '154446.385000', '154446.387000', '154446.390000', '154446.393000', '154506.271000', '154506.274000', '154506.277000', '154506.280000', '154506.283000', '154506.286000', '154506.289000', '154506.291000', '154506.294000', '154506.297000', '154506.300000', '154506.303000', '154506.306000', '154506.308000', '154506.311000', '154506.314000', '154506.317000', '154506.320000', '154506.337000', '154506.340000', '154506.343000', '154506.346000', '154506.348000', '154506.351000', '154506.354000', '154506.357000', '154506.360000', '154506.363000', '154506.366000', '154506.369000', '154506.371000', '154506.374000', '154506.377000', '154506.380000', '154506.383000', '154506.386000', '154506.389000', '154506.391000', '154506.394000', '154506.397000', '154506.400000', '154506.403000', '154506.405000', '154526.271000', '154526.274000', '154526.277000', '154526.280000', '154526.282000', '154526.285000', '154526.288000', '154526.291000', '154526.294000', '154526.296000', '154526.299000', '154526.302000', '154526.305000', '154526.308000', '154526.310000', '154526.313000', '154526.316000', '154526.319000', '154526.322000', '154526.325000', '154526.327000', '154526.330000', '154526.333000', '154526.336000', '154526.339000', '154526.341000', '154526.344000', '154526.347000', '154526.350000', '154526.353000', '154526.355000', '154526.358000', '154526.361000', '154526.364000', '154526.367000', '154526.370000', '154526.373000', '154526.375000', '154526.378000', '154526.381000', '154526.384000', '154526.387000', '154526.389000', '154526.392000', '154546.271000', '154546.274000', '154546.277000', '154546.280000', '154546.282000', '154546.285000', '154546.288000', '154546.291000', '154546.294000', '154546.297000', '154546.299000', '154546.302000', '154546.305000', '154546.310000', '154546.313000', '154546.316000', '154546.319000', '154546.322000', '154546.325000', '154546.327000', '154546.330000', '154546.333000', '154546.336000', '154546.339000', '154546.341000', '154546.344000', '154546.347000', '154546.350000', '154546.353000', '154546.356000', '154546.359000', '154546.361000', '154546.365000', '154546.368000', '154546.371000', '154546.373000', '154546.376000', '154546.379000', '154546.382000', '154546.385000', '154546.388000', '154546.390000', '154546.393000', '154606.271000', '154606.274000', '154606.277000', '154606.280000', '154606.283000', '154606.285000', '154606.288000', '154606.291000', '154606.294000', '154606.297000', '154606.300000', '154606.303000', '154606.306000', '154606.309000', '154606.311000', '154606.314000', '154606.317000', '154606.320000', '154606.323000', '154606.326000', '154606.329000', '154606.331000', '154606.334000', '154606.337000', '154606.347000', '154606.350000', '154606.353000', '154606.356000', '154606.359000', '154606.362000', '154606.364000', '154606.369000', '154606.372000', '154606.375000', '154606.377000', '154606.380000', '154606.383000', '154606.386000', '154606.389000', '154606.392000', '154606.394000', '154606.397000', '154606.400000', '154606.403000', '154626.271000', '154626.274000', '154626.277000', '154626.280000', '154626.282000', '154626.285000', '154626.288000', '154626.291000', '154626.294000', '154626.296000', '154626.299000', '154626.302000', '154626.305000', '154626.308000', '154626.310000', '154626.313000', '154626.316000', '154626.319000', '154626.322000', '154626.325000', '154626.327000', '154626.330000', '154626.333000', '154626.336000', '154626.339000', '154626.342000', '154626.344000', '154626.347000', '154626.362000', '154626.364000', '154626.367000', '154626.370000', '154626.373000', '154626.376000', '154626.387000', '154626.390000', '154626.394000', '154626.399000', '154626.401000', '154626.404000', '154626.407000', '154626.410000', '154626.413000', '154646.271000', '154646.274000', '154646.277000', '154646.280000', '154646.282000', '154646.285000', '154646.288000', '154646.291000', '154646.293000', '154646.296000', '154646.299000', '154646.302000', '154646.305000', '154646.308000', '154646.310000', '154646.313000', '154646.316000', '154646.319000', '154646.322000', '154646.325000', '154646.327000', '154646.330000', '154646.333000', '154646.336000', '154646.339000', '154646.341000', '154646.344000', '154646.347000', '154646.350000', '154646.353000', '154646.356000', '154646.358000', '154646.361000', '154646.364000', '154646.367000', '154646.370000', '154646.372000', '154646.375000', '154646.378000', '154646.381000', '154646.384000', '154646.387000', '154646.389000', '154646.392000', '154706.271000', '154706.274000', '154706.283000', '154706.286000', '154706.288000', '154706.291000', '154706.294000', '154706.297000', '154706.300000', '154706.302000', '154706.305000', '154706.308000', '154706.311000', '154706.314000', '154706.317000', '154706.319000', '154706.323000', '154706.326000', '154706.328000', '154706.331000', '154706.334000', '154706.337000', '154706.340000', '154706.343000', '154706.347000', '154706.350000', '154706.353000', '154706.356000', '154706.359000', '154706.362000', '154706.365000', '154706.367000', '154706.370000', '154706.373000', '154706.376000', '154706.379000', '154706.381000', '154706.384000', '154706.387000', '154706.390000', '154706.393000', '154706.396000', '154706.398000', '154726.271000', '154726.274000', '154726.277000', '154726.280000', '154726.283000', '154726.285000', '154726.288000', '154726.291000', '154726.294000', '154726.297000', '154726.299000', '154726.302000', '154726.305000', '154726.308000', '154726.311000', '154726.314000', '154726.316000', '154726.319000', '154726.322000', '154726.325000', '154726.328000', '154726.330000', '154726.333000', '154726.336000', '154726.339000', '154726.342000', '154726.345000', '154726.347000', '154726.350000', '154726.353000', '154726.356000', '154726.359000', '154726.362000', '154726.364000', '154726.367000', '154726.370000', '154726.373000', '154726.376000', '154726.379000', '154726.381000', '154726.384000', '154726.387000', '154726.390000', '154726.393000', '154746.271000', '154746.274000', '154746.277000', '154746.280000', '154746.282000', '154746.285000', '154746.288000', '154746.291000', '154746.294000', '154746.297000', '154746.299000', '154746.302000', '154746.305000', '154746.308000', '154746.311000', '154746.313000', '154746.316000', '154746.319000', '154746.322000', '154746.325000', '154746.328000', '154746.330000', '154746.333000', '154746.355000', '154746.358000', '154746.361000', '154746.364000', '154746.367000', '154746.370000', '154746.372000', '154746.375000', '154746.378000', '154746.381000', '154746.384000', '154746.387000', '154746.389000', '154746.392000', '154746.395000', '154746.398000', '154746.410000', '154746.413000', '154746.416000', '154746.419000', '154806.271000', '154806.274000', '154806.277000', '154806.280000', '154806.283000', '154806.286000', '154806.288000', '154806.291000', '154806.294000', '154806.297000', '154806.300000', '154806.303000', '154806.305000', '154806.308000', '154806.311000', '154806.314000', '154806.317000', '154806.320000', '154806.322000', '154806.325000', '154806.328000', '154806.331000', '154806.334000', '154806.336000', '154806.339000', '154806.342000', '154806.345000', '154806.348000', '154806.351000', '154806.354000', '154806.357000', '154806.360000', '154806.363000', '154806.366000', '154806.368000', '154806.371000', '154806.374000', '154806.377000', '154806.380000', '154806.383000', '154806.385000', '154806.388000', '154806.391000', '154806.394000', '154826.271000', '154826.274000', '154826.277000', '154826.280000', '154826.283000', '154826.285000', '154826.288000', '154826.291000', '154826.294000', '154826.297000', '154826.300000', '154826.302000', '154826.305000', '154826.308000', '154826.311000', '154826.314000', '154826.316000', '154826.319000', '154826.322000', '154826.325000', '154826.328000', '154826.331000', '154826.333000', '154826.336000', '154826.339000', '154826.342000', '154826.345000', '154826.348000', '154826.350000', '154826.353000', '154826.356000', '154826.359000', '154826.362000', '154826.365000', '154826.367000', '154826.370000', '154826.373000', '154826.376000', '154826.379000', '154826.382000', '154826.385000', '154826.388000', '154826.391000', '154846.271000', '154846.274000', '154846.277000', '154846.279000', '154846.282000', '154846.285000', '154846.288000', '154846.291000', '154846.294000', '154846.297000', '154846.299000', '154846.302000', '154846.305000', '154846.308000', '154846.311000', '154846.313000', '154846.316000', '154846.319000', '154846.322000', '154846.325000', '154846.327000', '154846.330000', '154846.333000', '154846.336000', '154846.339000', '154846.342000', '154846.344000', '154846.347000', '154846.350000', '154846.353000', '154846.356000', '154846.359000', '154846.361000', '154846.364000', '154846.367000', '154846.370000', '154846.373000', '154846.376000', '154846.379000', '154846.382000', '154846.384000', '154846.387000', '154846.390000', '154846.393000', '154906.271000', '154906.274000', '154906.277000', '154906.280000', '154906.282000', '154906.285000', '154906.288000', '154906.291000', '154906.294000', '154906.297000', '154906.300000', '154906.303000', '154906.310000', '154906.313000', '154906.316000', '154906.319000', '154906.322000', '154906.324000', '154906.327000', '154906.330000', '154906.333000', '154906.344000', '154906.346000', '154906.349000', '154906.352000', '154906.355000', '154906.358000', '154906.361000', '154906.363000', '154906.366000', '154906.369000', '154906.373000', '154906.375000', '154906.378000', '154906.381000', '154906.384000', '154906.387000', '154906.390000', '154906.392000', '154906.395000', '154906.398000', '154906.401000', '154906.404000', '154926.271000', '154926.274000', '154926.277000', '154926.280000', '154926.282000', '154926.285000', '154926.288000', '154926.291000', '154926.294000', '154926.297000', '154926.299000', '154926.302000', '154926.305000', '154926.308000', '154926.311000', '154926.314000', '154926.316000', '154926.319000', '154926.322000', '154926.325000', '154926.328000', '154926.331000', '154926.333000', '154926.336000', '154926.339000', '154926.342000', '154926.345000', '154926.348000', '154926.350000', '154926.353000', '154926.356000', '154926.359000', '154926.362000', '154926.365000', '154926.367000', '154926.370000', '154926.373000', '154926.376000', '154926.379000', '154926.382000', '154926.385000', '154926.387000', '154926.390000', '154926.393000', '154946.271000', '154946.274000', '154946.277000', '154946.280000', '154946.283000', '154946.285000', '154946.288000', '154946.291000', '154946.294000', '154946.297000', '154946.299000', '154946.302000', '154946.305000', '154946.308000', '154946.311000', '154946.313000', '154946.316000', '154946.319000', '154946.322000', '154946.325000', '154946.328000', '154946.331000', '154946.334000', '154946.336000', '154946.339000', '154946.342000', '154946.345000', '154946.348000', '154946.350000', '154946.353000', '154946.356000', '154946.359000', '154946.362000', '154946.365000', '154946.367000', '154946.370000', '154946.373000', '154946.376000', '154946.379000', '154946.382000', '154946.384000', '154946.387000', '154946.390000', '155006.271000', '155006.274000', '155006.277000', '155006.280000', '155006.282000', '155006.285000', '155006.288000', '155006.291000', '155006.294000', '155006.297000', '155006.300000', '155006.302000', '155006.305000', '155006.308000', '155006.311000', '155006.314000', '155006.317000', '155006.320000', '155006.323000', '155006.325000', '155006.328000', '155006.331000', '155006.334000', '155006.337000', '155006.340000', '155006.342000', '155006.345000', '155006.348000', '155006.351000', '155006.354000', '155006.357000', '155006.359000', '155006.362000', '155006.365000', '155006.368000', '155006.371000', '155006.374000', '155006.377000', '155006.379000', '155006.382000', '155006.385000', '155006.389000', '155006.392000', '155009.095000', '155009.098000', '155009.101000', '155009.104000', '155009.107000', '155009.111000', '155009.114000'], 'InstanceCreationTime': ['154026.302000', '154026.306000', '154026.309000', '154026.311000', '154026.314000', '154026.317000', '154026.320000', '154026.323000', '154026.325000', '154026.328000', '154026.331000', '154026.334000', '154026.337000', '154026.339000', '154026.342000', '154026.345000', '154026.348000', '154026.351000', '154026.354000', '154026.356000', '154026.359000', '154026.362000', '154026.365000', '154026.367000', '154026.378000', '154026.381000', '154026.384000', '154026.393000', '154026.396000', '154026.399000', '154026.401000', '154026.404000', '154026.407000', '154026.410000', '154026.412000', '154026.415000', '154026.418000', '154026.421000', '154026.424000', '154026.426000', '154026.429000', '154026.432000', '154026.435000', '154026.438000', '154026.440000', '154026.443000', '154026.446000', '154026.449000', '154026.452000', '154026.454000', '154026.457000', '154026.460000', '154026.463000', '154026.465000', '154026.468000', '154046.272000', '154046.275000', '154046.278000', '154046.280000', '154046.283000', '154046.286000', '154046.289000', '154046.292000', '154046.294000', '154046.297000', '154046.300000', '154046.303000', '154046.305000', '154046.308000', '154046.311000', '154046.314000', '154046.317000', '154046.320000', '154046.322000', '154046.325000', '154046.328000', '154046.331000', '154046.333000', '154046.336000', '154046.339000', '154046.342000', '154046.345000', '154046.347000', '154046.350000', '154046.353000', '154046.367000', '154046.369000', '154046.372000', '154046.375000', '154046.378000', '154046.381000', '154046.383000', '154046.386000', '154046.389000', '154046.392000', '154046.395000', '154046.399000', '154046.402000', '154106.271000', '154106.274000', '154106.277000', '154106.279000', '154106.282000', '154106.285000', '154106.288000', '154106.290000', '154106.293000', '154106.296000', '154106.299000', '154106.302000', '154106.304000', '154106.307000', '154106.310000', '154106.313000', '154106.316000', '154106.318000', '154106.321000', '154106.339000', '154106.341000', '154106.344000', '154106.347000', '154106.350000', '154106.353000', '154106.355000', '154106.358000', '154106.361000', '154106.364000', '154106.367000', '154106.370000', '154106.373000', '154106.376000', '154106.378000', '154106.381000', '154106.384000', '154106.387000', '154106.390000', '154106.393000', '154106.395000', '154106.398000', '154106.401000', '154106.404000', '154106.407000', '154126.271000', '154126.274000', '154126.277000', '154126.279000', '154126.282000', '154126.285000', '154126.288000', '154126.291000', '154126.294000', '154126.296000', '154126.299000', '154126.302000', '154126.305000', '154126.308000', '154126.310000', '154126.313000', '154126.316000', '154126.319000', '154126.322000', '154126.324000', '154126.327000', '154126.330000', '154126.333000', '154126.336000', '154126.338000', '154126.341000', '154126.344000', '154126.347000', '154126.350000', '154126.353000', '154126.355000', '154126.358000', '154126.361000', '154126.364000', '154126.367000', '154126.369000', '154126.372000', '154126.375000', '154126.378000', '154126.381000', '154126.384000', '154126.386000', '154126.396000', '154146.271000', '154146.274000', '154146.277000', '154146.280000', '154146.283000', '154146.285000', '154146.288000', '154146.291000', '154146.294000', '154146.297000', '154146.299000', '154146.302000', '154146.305000', '154146.308000', '154146.311000', '154146.319000', '154146.322000', '154146.325000', '154146.327000', '154146.330000', '154146.333000', '154146.336000', '154146.338000', '154146.341000', '154146.344000', '154146.347000', '154146.350000', '154146.353000', '154146.355000', '154146.358000', '154146.361000', '154146.364000', '154146.367000', '154146.369000', '154146.372000', '154146.375000', '154146.378000', '154146.381000', '154146.383000', '154146.386000', '154146.389000', '154146.392000', '154146.404000', '154206.272000', '154206.275000', '154206.278000', '154206.280000', '154206.283000', '154206.286000', '154206.289000', '154206.292000', '154206.294000', '154206.297000', '154206.300000', '154206.303000', '154206.321000', '154206.324000', '154206.326000', '154206.329000', '154206.332000', '154206.335000', '154206.338000', '154206.340000', '154206.353000', '154206.356000', '154206.359000', '154206.362000', '154206.364000', '154206.367000', '154206.370000', '154206.373000', '154206.376000', '154206.379000', '154206.381000', '154206.384000', '154206.387000', '154206.390000', '154206.393000', '154206.396000', '154206.398000', '154206.401000', '154206.404000', '154206.407000', '154206.410000', '154206.413000', '154206.415000', '154206.418000', '154226.271000', '154226.274000', '154226.277000', '154226.280000', '154226.283000', '154226.286000', '154226.288000', '154226.291000', '154226.294000', '154226.297000', '154226.300000', '154226.303000', '154226.305000', '154226.308000', '154226.311000', '154226.314000', '154226.317000', '154226.319000', '154226.322000', '154226.325000', '154226.328000', '154226.331000', '154226.333000', '154226.336000', '154226.339000', '154226.342000', '154226.345000', '154226.348000', '154226.350000', '154226.353000', '154226.356000', '154226.359000', '154226.362000', '154226.364000', '154226.367000', '154226.370000', '154226.373000', '154226.376000', '154226.378000', '154226.381000', '154226.384000', '154226.387000', '154226.390000', '154246.271000', '154246.274000', '154246.277000', '154246.280000', '154246.282000', '154246.285000', '154246.288000', '154246.291000', '154246.294000', '154246.296000', '154246.299000', '154246.302000', '154246.305000', '154246.308000', '154246.310000', '154246.313000', '154246.316000', '154246.319000', '154246.322000', '154246.324000', '154246.327000', '154246.330000', '154246.333000', '154246.336000', '154246.339000', '154246.341000', '154246.344000', '154246.347000', '154246.350000', '154246.353000', '154246.355000', '154246.358000', '154246.361000', '154246.364000', '154246.367000', '154246.370000', '154246.373000', '154246.375000', '154246.378000', '154246.381000', '154246.384000', '154246.387000', '154246.389000', '154246.392000', '154306.272000', '154306.275000', '154306.278000', '154306.281000', '154306.283000', '154306.286000', '154306.291000', '154306.294000', '154306.297000', '154306.300000', '154306.303000', '154306.305000', '154306.308000', '154306.311000', '154306.314000', '154306.317000', '154306.319000', '154306.322000', '154306.325000', '154306.328000', '154306.331000', '154306.333000', '154306.336000', '154306.339000', '154306.342000', '154306.345000', '154306.347000', '154306.350000', '154306.353000', '154306.356000', '154306.359000', '154306.362000', '154306.364000', '154306.367000', '154306.370000', '154306.373000', '154306.376000', '154306.378000', '154306.381000', '154306.384000', '154306.387000', '154306.390000', '154306.393000', '154326.271000', '154326.274000', '154326.277000', '154326.280000', '154326.282000', '154326.285000', '154326.288000', '154326.291000', '154326.294000', '154326.297000', '154326.299000', '154326.302000', '154326.305000', '154326.308000', '154326.311000', '154326.313000', '154326.316000', '154326.319000', '154326.322000', '154326.325000', '154326.327000', '154326.330000', '154326.333000', '154326.336000', '154326.339000', '154326.342000', '154326.345000', '154326.347000', '154326.350000', '154326.353000', '154326.356000', '154326.359000', '154326.361000', '154326.364000', '154326.367000', '154326.370000', '154326.373000', '154326.376000', '154326.379000', '154326.381000', '154326.384000', '154326.387000', '154326.390000', '154326.393000', '154346.271000', '154346.274000', '154346.277000', '154346.280000', '154346.282000', '154346.285000', '154346.288000', '154346.291000', '154346.294000', '154346.297000', '154346.299000', '154346.302000', '154346.305000', '154346.308000', '154346.311000', '154346.314000', '154346.316000', '154346.319000', '154346.324000', '154346.328000', '154346.331000', '154346.334000', '154346.337000', '154346.340000', '154346.343000', '154346.346000', '154346.348000', '154346.351000', '154346.354000', '154346.357000', '154346.360000', '154346.363000', '154346.365000', '154346.368000', '154346.371000', '154346.374000', '154346.377000', '154346.380000', '154346.382000', '154346.385000', '154346.388000', '154346.391000', '154346.394000', '154406.271000', '154406.274000', '154406.277000', '154406.280000', '154406.282000', '154406.285000', '154406.288000', '154406.291000', '154406.294000', '154406.297000', '154406.299000', '154406.302000', '154406.305000', '154406.308000', '154406.311000', '154406.314000', '154406.316000', '154406.319000', '154406.322000', '154406.325000', '154406.328000', '154406.331000', '154406.334000', '154406.336000', '154406.339000', '154406.342000', '154406.345000', '154406.348000', '154406.351000', '154406.353000', '154406.356000', '154406.359000', '154406.362000', '154406.365000', '154406.368000', '154406.370000', '154406.373000', '154406.376000', '154406.379000', '154406.382000', '154406.385000', '154406.387000', '154406.390000', '154406.393000', '154426.273000', '154426.276000', '154426.279000', '154426.281000', '154426.284000', '154426.287000', '154426.290000', '154426.293000', '154426.296000', '154426.298000', '154426.301000', '154426.304000', '154426.307000', '154426.310000', '154426.312000', '154426.315000', '154426.318000', '154426.321000', '154426.324000', '154426.327000', '154426.330000', '154426.333000', '154426.336000', '154426.339000', '154426.341000', '154426.344000', '154426.347000', '154426.350000', '154426.353000', '154426.356000', '154426.359000', '154426.362000', '154426.364000', '154426.367000', '154426.370000', '154426.373000', '154426.376000', '154426.379000', '154426.381000', '154426.384000', '154426.387000', '154426.390000', '154426.393000', '154446.271000', '154446.274000', '154446.277000', '154446.280000', '154446.283000', '154446.285000', '154446.288000', '154446.291000', '154446.294000', '154446.297000', '154446.300000', '154446.302000', '154446.305000', '154446.308000', '154446.311000', '154446.314000', '154446.317000', '154446.319000', '154446.322000', '154446.325000', '154446.328000', '154446.331000', '154446.334000', '154446.336000', '154446.339000', '154446.342000', '154446.345000', '154446.348000', '154446.350000', '154446.353000', '154446.356000', '154446.359000', '154446.362000', '154446.365000', '154446.368000', '154446.370000', '154446.373000', '154446.376000', '154446.379000', '154446.382000', '154446.385000', '154446.387000', '154446.390000', '154446.393000', '154506.271000', '154506.274000', '154506.277000', '154506.280000', '154506.283000', '154506.286000', '154506.289000', '154506.291000', '154506.294000', '154506.297000', '154506.300000', '154506.303000', '154506.306000', '154506.308000', '154506.311000', '154506.314000', '154506.317000', '154506.320000', '154506.337000', '154506.340000', '154506.343000', '154506.346000', '154506.348000', '154506.351000', '154506.354000', '154506.357000', '154506.360000', '154506.363000', '154506.366000', '154506.369000', '154506.371000', '154506.374000', '154506.377000', '154506.380000', '154506.383000', '154506.386000', '154506.389000', '154506.391000', '154506.394000', '154506.397000', '154506.400000', '154506.403000', '154506.405000', '154526.271000', '154526.274000', '154526.277000', '154526.280000', '154526.282000', '154526.285000', '154526.288000', '154526.291000', '154526.294000', '154526.296000', '154526.299000', '154526.302000', '154526.305000', '154526.308000', '154526.310000', '154526.313000', '154526.316000', '154526.319000', '154526.322000', '154526.325000', '154526.327000', '154526.330000', '154526.333000', '154526.336000', '154526.339000', '154526.341000', '154526.344000', '154526.347000', '154526.350000', '154526.353000', '154526.355000', '154526.358000', '154526.361000', '154526.364000', '154526.367000', '154526.370000', '154526.373000', '154526.375000', '154526.378000', '154526.381000', '154526.384000', '154526.387000', '154526.389000', '154526.392000', '154546.271000', '154546.274000', '154546.277000', '154546.280000', '154546.282000', '154546.285000', '154546.288000', '154546.291000', '154546.294000', '154546.297000', '154546.299000', '154546.302000', '154546.305000', '154546.310000', '154546.313000', '154546.316000', '154546.319000', '154546.322000', '154546.325000', '154546.327000', '154546.330000', '154546.333000', '154546.336000', '154546.339000', '154546.341000', '154546.344000', '154546.347000', '154546.350000', '154546.353000', '154546.356000', '154546.359000', '154546.361000', '154546.365000', '154546.368000', '154546.371000', '154546.373000', '154546.376000', '154546.379000', '154546.382000', '154546.385000', '154546.388000', '154546.390000', '154546.393000', '154606.271000', '154606.274000', '154606.277000', '154606.280000', '154606.283000', '154606.285000', '154606.288000', '154606.291000', '154606.294000', '154606.297000', '154606.300000', '154606.303000', '154606.306000', '154606.309000', '154606.311000', '154606.314000', '154606.317000', '154606.320000', '154606.323000', '154606.326000', '154606.329000', '154606.331000', '154606.334000', '154606.337000', '154606.347000', '154606.350000', '154606.353000', '154606.356000', '154606.359000', '154606.362000', '154606.364000', '154606.369000', '154606.372000', '154606.375000', '154606.377000', '154606.380000', '154606.383000', '154606.386000', '154606.389000', '154606.392000', '154606.394000', '154606.397000', '154606.400000', '154606.403000', '154626.271000', '154626.274000', '154626.277000', '154626.280000', '154626.282000', '154626.285000', '154626.288000', '154626.291000', '154626.294000', '154626.296000', '154626.299000', '154626.302000', '154626.305000', '154626.308000', '154626.310000', '154626.313000', '154626.316000', '154626.319000', '154626.322000', '154626.325000', '154626.327000', '154626.330000', '154626.333000', '154626.336000', '154626.339000', '154626.342000', '154626.344000', '154626.347000', '154626.362000', '154626.364000', '154626.367000', '154626.370000', '154626.373000', '154626.376000', '154626.387000', '154626.390000', '154626.394000', '154626.399000', '154626.401000', '154626.404000', '154626.407000', '154626.410000', '154626.413000', '154646.271000', '154646.274000', '154646.277000', '154646.280000', '154646.282000', '154646.285000', '154646.288000', '154646.291000', '154646.293000', '154646.296000', '154646.299000', '154646.302000', '154646.305000', '154646.308000', '154646.310000', '154646.313000', '154646.316000', '154646.319000', '154646.322000', '154646.325000', '154646.327000', '154646.330000', '154646.333000', '154646.336000', '154646.339000', '154646.341000', '154646.344000', '154646.347000', '154646.350000', '154646.353000', '154646.356000', '154646.358000', '154646.361000', '154646.364000', '154646.367000', '154646.370000', '154646.372000', '154646.375000', '154646.378000', '154646.381000', '154646.384000', '154646.387000', '154646.389000', '154646.392000', '154706.271000', '154706.274000', '154706.283000', '154706.286000', '154706.288000', '154706.291000', '154706.294000', '154706.297000', '154706.300000', '154706.302000', '154706.305000', '154706.308000', '154706.311000', '154706.314000', '154706.317000', '154706.319000', '154706.323000', '154706.326000', '154706.328000', '154706.331000', '154706.334000', '154706.337000', '154706.340000', '154706.343000', '154706.347000', '154706.350000', '154706.353000', '154706.356000', '154706.359000', '154706.362000', '154706.365000', '154706.367000', '154706.370000', '154706.373000', '154706.376000', '154706.379000', '154706.381000', '154706.384000', '154706.387000', '154706.390000', '154706.393000', '154706.396000', '154706.398000', '154726.271000', '154726.274000', '154726.277000', '154726.280000', '154726.283000', '154726.285000', '154726.288000', '154726.291000', '154726.294000', '154726.297000', '154726.299000', '154726.302000', '154726.305000', '154726.308000', '154726.311000', '154726.314000', '154726.316000', '154726.319000', '154726.322000', '154726.325000', '154726.328000', '154726.330000', '154726.333000', '154726.336000', '154726.339000', '154726.342000', '154726.345000', '154726.347000', '154726.350000', '154726.353000', '154726.356000', '154726.359000', '154726.362000', '154726.364000', '154726.367000', '154726.370000', '154726.373000', '154726.376000', '154726.379000', '154726.381000', '154726.384000', '154726.387000', '154726.390000', '154726.393000', '154746.271000', '154746.274000', '154746.277000', '154746.280000', '154746.282000', '154746.285000', '154746.288000', '154746.291000', '154746.294000', '154746.297000', '154746.299000', '154746.302000', '154746.305000', '154746.308000', '154746.311000', '154746.313000', '154746.316000', '154746.319000', '154746.322000', '154746.325000', '154746.328000', '154746.330000', '154746.333000', '154746.355000', '154746.358000', '154746.361000', '154746.364000', '154746.367000', '154746.370000', '154746.372000', '154746.375000', '154746.378000', '154746.381000', '154746.384000', '154746.387000', '154746.389000', '154746.392000', '154746.395000', '154746.398000', '154746.410000', '154746.413000', '154746.416000', '154746.419000', '154806.271000', '154806.274000', '154806.277000', '154806.280000', '154806.283000', '154806.286000', '154806.288000', '154806.291000', '154806.294000', '154806.297000', '154806.300000', '154806.303000', '154806.305000', '154806.308000', '154806.311000', '154806.314000', '154806.317000', '154806.320000', '154806.322000', '154806.325000', '154806.328000', '154806.331000', '154806.334000', '154806.336000', '154806.339000', '154806.342000', '154806.345000', '154806.348000', '154806.351000', '154806.354000', '154806.357000', '154806.360000', '154806.363000', '154806.366000', '154806.368000', '154806.371000', '154806.374000', '154806.377000', '154806.380000', '154806.383000', '154806.385000', '154806.388000', '154806.391000', '154806.394000', '154826.271000', '154826.274000', '154826.277000', '154826.280000', '154826.283000', '154826.285000', '154826.288000', '154826.291000', '154826.294000', '154826.297000', '154826.300000', '154826.302000', '154826.305000', '154826.308000', '154826.311000', '154826.314000', '154826.316000', '154826.319000', '154826.322000', '154826.325000', '154826.328000', '154826.331000', '154826.333000', '154826.336000', '154826.339000', '154826.342000', '154826.345000', '154826.348000', '154826.350000', '154826.353000', '154826.356000', '154826.359000', '154826.362000', '154826.365000', '154826.367000', '154826.370000', '154826.373000', '154826.376000', '154826.379000', '154826.382000', '154826.385000', '154826.388000', '154826.391000', '154846.271000', '154846.274000', '154846.277000', '154846.279000', '154846.282000', '154846.285000', '154846.288000', '154846.291000', '154846.294000', '154846.297000', '154846.299000', '154846.302000', '154846.305000', '154846.308000', '154846.311000', '154846.313000', '154846.316000', '154846.319000', '154846.322000', '154846.325000', '154846.327000', '154846.330000', '154846.333000', '154846.336000', '154846.339000', '154846.342000', '154846.344000', '154846.347000', '154846.350000', '154846.353000', '154846.356000', '154846.359000', '154846.361000', '154846.364000', '154846.367000', '154846.370000', '154846.373000', '154846.376000', '154846.379000', '154846.382000', '154846.384000', '154846.387000', '154846.390000', '154846.393000', '154906.271000', '154906.274000', '154906.277000', '154906.280000', '154906.282000', '154906.285000', '154906.288000', '154906.291000', '154906.294000', '154906.297000', '154906.300000', '154906.303000', '154906.310000', '154906.313000', '154906.316000', '154906.319000', '154906.322000', '154906.324000', '154906.327000', '154906.330000', '154906.333000', '154906.344000', '154906.346000', '154906.349000', '154906.352000', '154906.355000', '154906.358000', '154906.361000', '154906.363000', '154906.366000', '154906.369000', '154906.373000', '154906.375000', '154906.378000', '154906.381000', '154906.384000', '154906.387000', '154906.390000', '154906.392000', '154906.395000', '154906.398000', '154906.401000', '154906.404000', '154926.271000', '154926.274000', '154926.277000', '154926.280000', '154926.282000', '154926.285000', '154926.288000', '154926.291000', '154926.294000', '154926.297000', '154926.299000', '154926.302000', '154926.305000', '154926.308000', '154926.311000', '154926.314000', '154926.316000', '154926.319000', '154926.322000', '154926.325000', '154926.328000', '154926.331000', '154926.333000', '154926.336000', '154926.339000', '154926.342000', '154926.345000', '154926.348000', '154926.350000', '154926.353000', '154926.356000', '154926.359000', '154926.362000', '154926.365000', '154926.367000', '154926.370000', '154926.373000', '154926.376000', '154926.379000', '154926.382000', '154926.385000', '154926.387000', '154926.390000', '154926.393000', '154946.271000', '154946.274000', '154946.277000', '154946.280000', '154946.283000', '154946.285000', '154946.288000', '154946.291000', '154946.294000', '154946.297000', '154946.299000', '154946.302000', '154946.305000', '154946.308000', '154946.311000', '154946.313000', '154946.316000', '154946.319000', '154946.322000', '154946.325000', '154946.328000', '154946.331000', '154946.334000', '154946.336000', '154946.339000', '154946.342000', '154946.345000', '154946.348000', '154946.350000', '154946.353000', '154946.356000', '154946.359000', '154946.362000', '154946.365000', '154946.367000', '154946.370000', '154946.373000', '154946.376000', '154946.379000', '154946.382000', '154946.384000', '154946.387000', '154946.390000', '155006.271000', '155006.274000', '155006.277000', '155006.280000', '155006.282000', '155006.285000', '155006.288000', '155006.291000', '155006.294000', '155006.297000', '155006.300000', '155006.302000', '155006.305000', '155006.308000', '155006.311000', '155006.314000', '155006.317000', '155006.320000', '155006.323000', '155006.325000', '155006.328000', '155006.331000', '155006.334000', '155006.337000', '155006.340000', '155006.342000', '155006.345000', '155006.348000', '155006.351000', '155006.354000', '155006.357000', '155006.359000', '155006.362000', '155006.365000', '155006.368000', '155006.371000', '155006.374000', '155006.377000', '155006.379000', '155006.382000', '155006.385000', '155006.389000', '155006.392000', '155009.095000', '155009.098000', '155009.101000', '155009.104000', '155009.107000', '155009.111000', '155009.114000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [9300, 10437, 9854, 12005, 9656, 13587, 9985, 9422, 9467, 9221, 9442, 9160, 9777, 10051, 10681, 9421, 9018, 9522, 9157, 9478, 10197, 9547, 9068, 9559, 9684, 9173, 9531, 9165, 9751, 10284, 9526, 9042, 9195, 9636, 9026, 9537, 10100, 10090, 9943, 10014, 9361, 9159, 9601, 9610, 9829, 9795, 10052, 9439, 8508, 9467, 9539, 10018, 10178, 10772, 9456, 8961, 9547, 8953, 9373, 9883, 9079, 9679, 9054, 9488, 9540, 9748, 9081, 9193, 9921, 9222, 10150, 9757, 9873, 9269, 8679, 9525, 9616, 10831, 9193, 10099, 8818, 9123, 9203, 9510, 9449, 8951, 9074, 8999, 8879, 9667, 9093, 11796, 9184, 10477, 9345, 9023, 9022, 9266, 10312, 9221, 11697, 9475, 9281, 9040, 8569, 9403, 9590, 9423, 9097, 9651, 9210, 8798, 9287, 8990, 9259, 9956, 10267, 8959, 9080, 9167, 9222, 9696, 8797, 10013, 9349, 13109, 10335, 10092, 9166, 9195, 9130, 9042, 9505, 9339, 8947, 9211, 9142, 8943, 9545, 9226, 8743, 8847, 9130, 8985, 9177, 8738, 9459, 9107, 9496, 8870, 8775, 9077, 8297, 8882, 9960, 9384, 9421, 9109, 8757, 8570, 8753, 8859, 8683, 9259, 8696, 10747, 9996, 11639, 9103, 9926, 8849, 8685, 9201, 9496, 10758, 8063, 11134, 9112, 11135, 8987, 10369, 8871, 8006, 8929, 8921, 8739, 8977, 8363, 8664, 8491, 8896, 8578, 8796, 8820, 8774, 9156, 8524, 8878, 9524, 8716, 9059, 8759, 8359, 8445, 8919, 8787, 8650, 9223, 9241, 9642, 9711, 8860, 8485, 8508, 9149, 8749, 8756, 8884, 8755, 8747, 8677, 9357, 11421, 8811, 8674, 8645, 8546, 9690, 8380, 10559, 9454, 13681, 10777, 11626, 8467, 8564, 8809, 9199, 10784, 9905, 13763, 11512, 9003, 8299, 8422, 8465, 8758, 8628, 8637, 9058, 9205, 8623, 11328, 9202, 9474, 8443, 8005, 10366, 9457, 9609, 9061, 8894, 7946, 8910, 8712, 9613, 12855, 10200, 13036, 9259, 9006, 9384, 9890, 8338, 9307, 8923, 9023, 9458, 9712, 9041, 11739, 10025, 13577, 10599, 11126, 8925, 9179, 11177, 8975, 13621, 8266, 11818, 8510, 9339, 8970, 8997, 10657, 8622, 9580, 8730, 9029, 9110, 8510, 9649, 8934, 9062, 9675, 8520, 7869, 8982, 8434, 8687, 9661, 10481, 8743, 7929, 8805, 8705, 8826, 9002, 8541, 8987, 8943, 8163, 8984, 8319, 8899, 9262, 9672, 10214, 11675, 8791, 8140, 8680, 8802, 9164, 9519, 11193, 9437, 8738, 8794, 8623, 8957, 9690, 8402, 9437, 8478, 8824, 8899, 8558, 8728, 8841, 9388, 11098, 9055, 8369, 8541, 8760, 9006, 8992, 8444, 8900, 8823, 9864, 8825, 8417, 8916, 8741, 9464, 8470, 10124, 9182, 8653, 8942, 8689, 11609, 8504, 12614, 9756, 10473, 8893, 8679, 8888, 8853, 10872, 10151, 14688, 8681, 8525, 8602, 8147, 9787, 8188, 12909, 9551, 11453, 8308, 8687, 8726, 8707, 9312, 9085, 8332, 8684, 8499, 8938, 8355, 8813, 8676, 9210, 8728, 8497, 9342, 8902, 8842, 8754, 8812, 8628, 8242, 8564, 8600, 8600, 7943, 8886, 8929, 10601, 8663, 8063, 8774, 8866, 8382, 8853, 8625, 11781, 8418, 11453, 9720, 10886, 10135, 13804, 10847, 14435, 10895, 10207, 8447, 8854, 11570, 8304, 11186, 8612, 10556, 9204, 11759, 9134, 12998, 9017, 8892, 8647, 8692, 8896, 8663, 8753, 11800, 12492, 8518, 8053, 8879, 8828, 9033, 9105, 9456, 9829, 11210, 9111, 9118, 8609, 8803, 9165, 9083, 12814, 8969, 13947, 7809, 14350, 9460, 14764, 10803, 14356, 8263, 8448, 8315, 8078, 9154, 8197, 8937, 8852, 8620, 8199, 9223, 8789, 8353, 8254, 7850, 8318, 8852, 9124, 8925, 8352, 8398, 8840, 9657, 8738, 9716, 9195, 13583, 9907, 11604, 8612, 8604, 8713, 8137, 9254, 7951, 9971, 9478, 8616, 8989, 8042, 9256, 8804, 9563, 8616, 9562, 8875, 9223, 8824, 8864, 8590, 8389, 8915, 8017, 9341, 8108, 9366, 8767, 9342, 8620, 8389, 8580, 8223, 9606, 8933, 8266, 8962, 8722, 10436, 9705, 8673, 8466, 8818, 9319, 8842, 10277, 9553, 11913, 8693, 8486, 9064, 8767, 9838, 9541, 13368, 9736, 9126, 13642, 8789, 8718, 8972, 8819, 9490, 8787, 9150, 9568, 10693, 9188, 9988, 9019, 8750, 8934, 8909, 9416, 9360, 9375, 8328, 9090, 9415, 8661, 9268, 8927, 8272, 8335, 8641, 9128, 8725, 8529, 8969, 8396, 8883, 8445, 11589, 9774, 8535, 9934, 8860, 8370, 8774, 8892, 8836, 9163, 9297, 9996, 10093, 12460, 9029, 9131, 8835, 9500, 10510, 10308, 15147, 14071, 10454, 13853, 8825, 9038, 8704, 8641, 9041, 8941, 9013, 8911, 8737, 8813, 9380, 8748, 8861, 9275, 8624, 9668, 8497, 8958, 9019, 9135, 8625, 9119, 10737, 8185, 9094, 8311, 7981, 9100, 8624, 10299, 8681, 9891, 8808, 9028, 10187, 8727, 10184, 8951, 12652, 9038, 13518, 9144, 12594, 8703, 9146, 8861, 9166, 8634, 8637, 9479, 8688, 8491, 8773, 8145, 8891, 8235, 9335, 9219, 8942, 8963, 8566, 8817, 9147, 9099, 8838, 9776, 8717, 8890, 8645, 8660, 8977, 8513, 9172, 8690, 8234, 8502, 8414, 9134, 9062, 9404, 9179, 8710, 8842, 10248, 9206, 8474, 8738, 9214, 9151, 9013, 9175, 8962, 8576, 10500, 9718, 10521, 9218, 8627, 9288, 9496, 11470, 11173, 14512, 12045, 13750, 9121, 9239, 9081, 8636, 13947, 8969, 15364, 10222, 15083, 9136, 9487, 9281, 8834, 8851, 9452, 9395, 9458, 8582, 10892, 9053, 10462, 9375, 9527, 9800, 9063, 14230, 9865, 14227, 9009, 11006, 9003, 9316, 9194, 9064, 8990, 9200, 8465, 9236, 8403, 9231, 8626, 8692, 8107, 8926, 8568, 8933, 8985, 9358, 9245, 9700, 9119, 9274, 9164, 8140, 9206, 11023, 9470, 10355, 9317, 9701, 9291, 8876, 9397, 9373, 8425, 9568, 8999, 9146, 9452, 12779, 10718, 14230, 9834, 13800, 9431, 14315, 10830, 15390, 11057, 12357, 9067, 11379, 9633, 10164, 9641, 9553, 9404, 9198, 9235, 9119, 11314, 9073, 8870, 8719, 9386, 9687, 9944, 9974, 10014, 9911, 10131, 9557, 8573, 11798, 8864, 11829, 9497, 9828, 9514, 9547, 10450, 8694, 13265, 9269, 10907, 9276, 9342, 9646, 9413, 9333, 9819, 9266, 8813, 9487, 9392, 8749, 9619, 8571, 9771, 10101, 8926, 9557, 8910, 9538, 9834, 9437, 9923, 9507, 9289, 9076, 9676, 9125, 9392, 9777, 9613, 11122, 9438, 12811, 9254, 10047, 9667, 10207, 9443, 9511, 9330, 9653, 10255, 9590, 9766, 9675, 10032, 11545, 10107, 13037, 11043, 13506, 9185, 11183, 9406, 9150, 9098, 9455, 8846, 9512, 9343, 9190, 9658, 8853, 9456, 8904, 9966, 9156, 9059, 8915, 9276, 8060, 9811, 9403, 9511, 9848, 9144, 9413, 9957, 9179, 9264, 8912, 8794, 9253, 9025, 9004, 10491, 8994, 11214, 9323, 9418, 9876, 9502, 9463, 9977, 9369, 8861, 9416, 9912, 9106, 9189, 10391, 9028, 11414, 9567, 8268, 9898, 9832, 9370, 8625, 9261, 8939, 9365, 9261, 8783, 8748, 8497, 8373, 8538, 8371, 8976, 8384, 8622, 8966, 9010, 8351, 8778, 8463, 9349, 8851, 9227, 9268, 9347, 9166, 8926, 12569, 10670, 13256, 9443, 13262, 9470, 13861, 10268, 14182, 10160, 12328, 9368, 10595, 9433, 13219, 10499, 13724, 8964, 11444, 9200, 9008, 9095, 9332, 11064, 8610, 15402, 12544, 9126, 8768, 8862, 8729, 9065, 8995, 9055, 8486, 9325, 8996, 11287, 9795, 13226, 9991, 13743, 10404, 12813, 11017, 13446, 10687, 13155, 9363, 9761, 8870, 9762, 8889, 9478, 8856, 9641, 8799, 8849, 9861, 8849, 9538, 8703, 9102, 9232, 8828, 9140, 8700, 9085, 8910, 9353, 9060, 9415, 9598, 9450, 9582, 9266, 9783, 9571, 9653, 9239, 9419, 9126, 9821, 9540, 9594, 9735, 9354, 9598, 9477, 9702, 9483, 9770, 9666, 9719, 10134, 9916, 9650, 9759, 10157, 11138, 9898, 12648, 10323, 10663, 9467, 9289, 10046, 9877, 14429, 11365, 15030, 9547, 9547, 9042, 9204, 9493, 9505, 11320, 9481, 10381, 9112, 9282, 9325, 9490, 10253, 9550, 9747, 9210, 9795, 11217, 9731, 10021, 9692, 10042, 9566, 9109, 9570, 9347, 9714, 9290, 9720, 10333, 10058, 9979, 10510, 9623, 9945, 9578, 10004, 9868, 9762, 9746, 9691, 10407, 10144, 9389, 9296, 9999, 9578, 10071, 13028, 9030, 13273, 9480, 9738, 9181, 9195, 10026, 9198, 9857, 9558, 9497, 10800, 10234, 10393, 9777, 10381, 9600, 9691, 9566, 10059, 11705, 9824, 11514, 9789, 10161, 9663, 11622, 9582, 13908, 10093, 11708, 10039, 9632, 9365, 9931, 9530, 9817, 9360, 9607, 8796, 9873, 8836, 9571, 9429, 10030, 10107, 9403, 9741, 9595, 9383, 9022, 9643, 9112, 9865, 9933, 9437, 10013, 9798, 9871, 10309, 9587, 10778, 9504, 10166, 9343, 9637, 8773, 8985, 8707, 9901, 8935, 9269, 10446, 9588, 10104, 9660, 10001, 9687, 10189, 9599, 9787, 9957, 10049, 10081, 9661, 10351, 9380, 10037, 9146, 9084, 9279, 9276, 9489, 9560, 9334, 10491, 10275, 9960, 9595, 9742, 10192, 10080, 10275, 13008, 10635, 12685, 11396, 13412, 9091, 9156, 10362, 9215, 10368, 10205, 9711, 9046, 10324, 9188, 9518, 9331, 9939, 8704, 10158, 10322, 9893, 10380, 9443, 9762, 11136, 9803, 10335, 9428, 10011, 9324, 10309, 10185, 9455, 14151, 10569, 12593, 9781, 10695, 9507, 11204, 9044, 14172, 8987, 11284, 9355, 10302, 9630, 9123, 9027, 9757, 9192, 10046, 9941, 9427, 10343, 10452, 9671, 11319, 9761, 10497, 9702, 9746, 9710, 9973, 11021, 9755, 10538, 9979, 10638, 10019], 'WindowCenter': [4165.0, 4158.0, 4144.0, 4163.0, 4131.0, 4148.0, 4117.0, 4104.0, 4102.0, 4101.0, 4102.0, 4100.0, 4101.0, 4112.0, 4111.0, 4102.0, 4092.0, 4101.0, 4102.0, 4102.0, 4114.0, 4113.0, 4105.0, 4113.0, 4114.0, 4103.0, 4114.0, 4102.0, 4114.0, 4127.0, 4113.0, 4104.0, 4102.0, 4113.0, 4102.0, 4114.0, 4126.0, 4125.0, 4115.0, 4114.0, 4115.0, 4103.0, 4114.0, 4126.0, 4115.0, 4127.0, 4114.0, 4116.0, 4105.0, 4115.0, 4114.0, 4115.0, 4125.0, 4123.0, 4114.0, 4104.0, 4113.0, 4103.0, 4101.0, 4126.0, 4103.0, 4116.0, 4103.0, 4113.0, 4115.0, 4102.0, 4104.0, 4114.0, 4115.0, 4103.0, 4113.0, 4113.0, 4112.0, 4103.0, 4090.0, 4113.0, 4103.0, 4124.0, 4103.0, 4110.0, 4102.0, 4102.0, 4102.0, 4115.0, 4114.0, 4117.0, 4106.0, 4104.0, 4104.0, 4114.0, 4104.0, 4135.0, 4116.0, 4114.0, 4103.0, 4103.0, 4091.0, 4101.0, 4112.0, 4102.0, 4121.0, 4101.0, 4100.0, 4090.0, 4090.0, 4102.0, 4112.0, 4104.0, 4102.0, 4100.0, 4102.0, 4090.0, 4101.0, 4103.0, 4103.0, 4115.0, 4113.0, 4105.0, 4104.0, 4102.0, 4103.0, 4103.0, 4092.0, 4101.0, 4103.0, 4133.0, 4114.0, 4110.0, 4101.0, 4101.0, 4101.0, 4104.0, 4113.0, 4103.0, 4101.0, 4102.0, 4101.0, 4101.0, 4114.0, 4103.0, 4103.0, 4102.0, 4101.0, 4102.0, 4100.0, 4091.0, 4102.0, 4104.0, 4101.0, 4102.0, 4090.0, 4101.0, 4091.0, 4103.0, 4126.0, 4116.0, 4119.0, 4105.0, 4105.0, 4105.0, 4105.0, 4105.0, 4103.0, 4114.0, 4105.0, 4125.0, 4116.0, 4123.0, 4103.0, 4100.0, 4092.0, 4091.0, 4101.0, 4099.0, 4110.0, 4067.0, 4109.0, 4089.0, 4097.0, 4078.0, 4098.0, 4088.0, 4067.0, 4077.0, 4087.0, 4077.0, 4088.0, 4077.0, 4090.0, 4089.0, 4090.0, 4079.0, 4078.0, 4076.0, 4077.0, 4090.0, 4078.0, 4091.0, 4100.0, 4091.0, 4092.0, 4090.0, 4092.0, 4090.0, 4102.0, 4092.0, 4103.0, 4115.0, 4117.0, 4116.0, 4114.0, 4104.0, 4106.0, 4104.0, 4116.0, 4106.0, 4118.0, 4117.0, 4107.0, 4107.0, 4104.0, 4116.0, 4138.0, 4116.0, 4106.0, 4105.0, 4093.0, 4113.0, 4092.0, 4114.0, 4115.0, 4144.0, 4125.0, 4122.0, 4081.0, 4090.0, 4103.0, 4103.0, 4123.0, 4114.0, 4144.0, 4123.0, 4091.0, 4081.0, 4092.0, 4090.0, 4093.0, 4091.0, 4093.0, 4104.0, 4105.0, 4105.0, 4123.0, 4103.0, 4102.0, 4081.0, 4079.0, 4102.0, 4089.0, 4090.0, 4079.0, 4088.0, 4068.0, 4088.0, 4093.0, 4114.0, 4146.0, 4126.0, 4133.0, 4091.0, 4089.0, 4090.0, 4101.0, 4079.0, 4103.0, 4092.0, 4102.0, 4102.0, 4102.0, 4092.0, 4121.0, 4101.0, 4118.0, 4099.0, 4097.0, 4077.0, 4074.0, 4086.0, 4064.0, 4104.0, 4063.0, 4092.0, 4061.0, 4061.0, 4060.0, 4062.0, 4082.0, 4063.0, 4073.0, 4063.0, 4074.0, 4073.0, 4076.0, 4086.0, 4077.0, 4078.0, 4086.0, 4077.0, 4066.0, 4088.0, 4079.0, 4091.0, 4113.0, 4110.0, 4092.0, 4080.0, 4090.0, 4092.0, 4101.0, 4104.0, 4094.0, 4103.0, 4104.0, 4094.0, 4103.0, 4094.0, 4105.0, 4117.0, 4116.0, 4128.0, 4135.0, 4094.0, 4082.0, 4092.0, 4103.0, 4116.0, 4116.0, 4123.0, 4104.0, 4092.0, 4093.0, 4094.0, 4104.0, 4128.0, 4108.0, 4117.0, 4109.0, 4106.0, 4105.0, 4104.0, 4104.0, 4105.0, 4117.0, 4138.0, 4116.0, 4105.0, 4106.0, 4105.0, 4104.0, 4116.0, 4105.0, 4118.0, 4117.0, 4127.0, 4106.0, 4105.0, 4116.0, 4106.0, 4116.0, 4095.0, 4113.0, 4104.0, 4103.0, 4106.0, 4106.0, 4125.0, 4093.0, 4122.0, 4102.0, 4110.0, 4093.0, 4091.0, 4090.0, 4091.0, 4112.0, 4112.0, 4141.0, 4090.0, 4090.0, 4079.0, 4078.0, 4099.0, 4080.0, 4121.0, 4091.0, 4110.0, 4080.0, 4079.0, 4078.0, 4090.0, 4101.0, 4102.0, 4090.0, 4091.0, 4091.0, 4091.0, 4093.0, 4103.0, 4104.0, 4103.0, 4104.0, 4094.0, 4103.0, 4105.0, 4104.0, 4106.0, 4105.0, 4095.0, 4093.0, 4093.0, 4092.0, 4093.0, 4092.0, 4103.0, 4115.0, 4125.0, 4106.0, 4107.0, 4118.0, 4120.0, 4118.0, 4130.0, 4120.0, 4162.0, 4120.0, 4138.0, 4119.0, 4127.0, 4128.0, 4147.0, 4127.0, 4145.0, 4114.0, 4102.0, 4081.0, 4091.0, 4122.0, 4079.0, 4110.0, 4079.0, 4099.0, 4090.0, 4122.0, 4090.0, 4119.0, 4077.0, 4077.0, 4078.0, 4077.0, 4090.0, 4089.0, 4103.0, 4137.0, 4137.0, 4093.0, 4080.0, 4091.0, 4103.0, 4103.0, 4104.0, 4113.0, 4118.0, 4136.0, 4106.0, 4104.0, 4104.0, 4103.0, 4102.0, 4093.0, 4134.0, 4090.0, 4132.0, 4067.0, 4119.0, 4088.0, 4129.0, 4098.0, 4116.0, 4066.0, 4064.0, 4065.0, 4065.0, 4077.0, 4067.0, 4075.0, 4076.0, 4078.0, 4078.0, 4087.0, 4078.0, 4077.0, 4078.0, 4079.0, 4091.0, 4105.0, 4114.0, 4117.0, 4106.0, 4107.0, 4105.0, 4116.0, 4106.0, 4104.0, 4105.0, 4145.0, 4105.0, 4123.0, 4093.0, 4079.0, 4080.0, 4069.0, 4090.0, 4082.0, 4101.0, 4102.0, 4090.0, 4091.0, 4081.0, 4102.0, 4091.0, 4104.0, 4093.0, 4102.0, 4091.0, 4091.0, 4092.0, 4091.0, 4093.0, 4093.0, 4104.0, 4083.0, 4105.0, 4094.0, 4103.0, 4094.0, 4104.0, 4105.0, 4105.0, 4105.0, 4094.0, 4115.0, 4105.0, 4095.0, 4105.0, 4107.0, 4127.0, 4118.0, 4107.0, 4096.0, 4106.0, 4104.0, 4105.0, 4115.0, 4117.0, 4135.0, 4095.0, 4093.0, 4092.0, 4092.0, 4113.0, 4116.0, 4145.0, 4105.0, 4104.0, 4134.0, 4092.0, 4090.0, 4091.0, 4090.0, 4102.0, 4092.0, 4102.0, 4116.0, 4125.0, 4104.0, 4113.0, 4104.0, 4093.0, 4101.0, 4101.0, 4102.0, 4115.0, 4105.0, 4095.0, 4094.0, 4102.0, 4091.0, 4091.0, 4091.0, 4089.0, 4092.0, 4093.0, 4103.0, 4092.0, 4090.0, 4102.0, 4091.0, 4103.0, 4094.0, 4124.0, 4117.0, 4106.0, 4116.0, 4105.0, 4093.0, 4092.0, 4105.0, 4104.0, 4120.0, 4117.0, 4119.0, 4129.0, 4138.0, 4104.0, 4104.0, 4092.0, 4102.0, 4113.0, 4114.0, 4144.0, 4147.0, 4104.0, 4132.0, 4080.0, 4078.0, 4079.0, 4078.0, 4079.0, 4090.0, 4090.0, 4092.0, 4091.0, 4093.0, 4091.0, 4080.0, 4080.0, 4079.0, 4078.0, 4088.0, 4066.0, 4076.0, 4078.0, 4088.0, 4082.0, 4107.0, 4125.0, 4080.0, 4088.0, 4079.0, 4069.0, 4090.0, 4092.0, 4101.0, 4095.0, 4102.0, 4093.0, 4092.0, 4102.0, 4080.0, 4090.0, 4078.0, 4108.0, 4078.0, 4107.0, 4077.0, 4107.0, 4067.0, 4076.0, 4077.0, 4077.0, 4077.0, 4077.0, 4087.0, 4077.0, 4076.0, 4077.0, 4067.0, 4078.0, 4080.0, 4091.0, 4092.0, 4090.0, 4090.0, 4080.0, 4090.0, 4091.0, 4092.0, 4106.0, 4115.0, 4095.0, 4092.0, 4091.0, 4091.0, 4091.0, 4093.0, 4101.0, 4105.0, 4095.0, 4107.0, 4095.0, 4118.0, 4119.0, 4107.0, 4119.0, 4106.0, 4120.0, 4127.0, 4118.0, 4095.0, 4106.0, 4117.0, 4116.0, 4117.0, 4116.0, 4118.0, 4119.0, 4141.0, 4130.0, 4141.0, 4120.0, 4110.0, 4118.0, 4117.0, 4138.0, 4138.0, 4146.0, 4137.0, 4134.0, 4092.0, 4091.0, 4090.0, 4079.0, 4132.0, 4079.0, 4143.0, 4100.0, 4131.0, 4078.0, 4087.0, 4077.0, 4078.0, 4088.0, 4101.0, 4090.0, 4102.0, 4093.0, 4113.0, 4093.0, 4112.0, 4091.0, 4100.0, 4101.0, 4078.0, 4129.0, 4089.0, 4119.0, 4078.0, 4098.0, 4078.0, 4089.0, 4088.0, 4079.0, 4076.0, 4089.0, 4067.0, 4076.0, 4065.0, 4076.0, 4075.0, 4078.0, 4078.0, 4090.0, 4078.0, 4091.0, 4102.0, 4102.0, 4104.0, 4117.0, 4119.0, 4132.0, 4130.0, 4099.0, 4118.0, 4127.0, 4117.0, 4127.0, 4117.0, 4116.0, 4117.0, 4117.0, 4118.0, 4118.0, 4107.0, 4118.0, 4117.0, 4118.0, 4120.0, 4150.0, 4127.0, 4147.0, 4117.0, 4146.0, 4104.0, 4144.0, 4115.0, 4142.0, 4112.0, 4108.0, 4080.0, 4109.0, 4089.0, 4086.0, 4087.0, 4088.0, 4090.0, 4090.0, 4090.0, 4105.0, 4123.0, 4092.0, 4092.0, 4091.0, 4091.0, 4101.0, 4104.0, 4117.0, 4114.0, 4116.0, 4115.0, 4105.0, 4095.0, 4125.0, 4093.0, 4112.0, 4092.0, 4090.0, 4092.0, 4091.0, 4113.0, 4081.0, 4122.0, 4090.0, 4099.0, 4091.0, 4088.0, 4090.0, 4087.0, 4090.0, 4089.0, 4090.0, 4077.0, 4089.0, 4090.0, 4080.0, 4091.0, 4080.0, 4104.0, 4114.0, 4093.0, 4103.0, 4093.0, 4105.0, 4114.0, 4104.0, 4116.0, 4116.0, 4107.0, 4105.0, 4117.0, 4106.0, 4107.0, 4106.0, 4106.0, 4127.0, 4107.0, 4134.0, 4104.0, 4103.0, 4103.0, 4114.0, 4103.0, 4116.0, 4116.0, 4118.0, 4128.0, 4119.0, 4130.0, 4118.0, 4130.0, 4127.0, 4118.0, 4137.0, 4115.0, 4138.0, 4092.0, 4112.0, 4090.0, 4089.0, 4078.0, 4088.0, 4080.0, 4090.0, 4079.0, 4079.0, 4089.0, 4077.0, 4090.0, 4078.0, 4100.0, 4090.0, 4091.0, 4091.0, 4091.0, 4080.0, 4102.0, 4103.0, 4103.0, 4114.0, 4105.0, 4118.0, 4117.0, 4107.0, 4105.0, 4094.0, 4092.0, 4104.0, 4092.0, 4094.0, 4114.0, 4094.0, 4113.0, 4104.0, 4092.0, 4104.0, 4105.0, 4105.0, 4104.0, 4104.0, 4092.0, 4092.0, 4102.0, 4091.0, 4103.0, 4114.0, 4094.0, 4112.0, 4091.0, 4082.0, 4102.0, 4103.0, 4104.0, 4094.0, 4105.0, 4106.0, 4106.0, 4118.0, 4095.0, 4095.0, 4106.0, 4097.0, 4094.0, 4094.0, 4105.0, 4094.0, 4093.0, 4106.0, 4118.0, 4109.0, 4121.0, 4109.0, 4134.0, 4133.0, 4133.0, 4133.0, 4134.0, 4131.0, 4122.0, 4151.0, 4131.0, 4149.0, 4118.0, 4134.0, 4106.0, 4135.0, 4115.0, 4134.0, 4104.0, 4121.0, 4092.0, 4100.0, 4091.0, 4121.0, 4101.0, 4120.0, 4078.0, 4098.0, 4079.0, 4076.0, 4079.0, 4090.0, 4126.0, 4106.0, 4146.0, 4122.0, 4089.0, 4081.0, 4093.0, 4091.0, 4091.0, 4092.0, 4103.0, 4093.0, 4103.0, 4104.0, 4124.0, 4104.0, 4133.0, 4102.0, 4120.0, 4101.0, 4109.0, 4099.0, 4108.0, 4087.0, 4094.0, 4064.0, 4073.0, 4063.0, 4071.0, 4050.0, 4061.0, 4062.0, 4073.0, 4064.0, 4076.0, 4086.0, 4076.0, 4087.0, 4076.0, 4078.0, 4088.0, 4078.0, 4089.0, 4080.0, 4091.0, 4091.0, 4092.0, 4091.0, 4092.0, 4101.0, 4102.0, 4100.0, 4090.0, 4101.0, 4102.0, 4102.0, 4103.0, 4105.0, 4104.0, 4116.0, 4116.0, 4117.0, 4117.0, 4117.0, 4130.0, 4129.0, 4130.0, 4130.0, 4128.0, 4127.0, 4115.0, 4125.0, 4114.0, 4115.0, 4116.0, 4127.0, 4138.0, 4128.0, 4147.0, 4126.0, 4125.0, 4114.0, 4103.0, 4102.0, 4103.0, 4145.0, 4124.0, 4143.0, 4091.0, 4101.0, 4092.0, 4091.0, 4090.0, 4102.0, 4112.0, 4104.0, 4102.0, 4091.0, 4092.0, 4091.0, 4103.0, 4102.0, 4103.0, 4102.0, 4104.0, 4104.0, 4113.0, 4104.0, 4103.0, 4102.0, 4101.0, 4103.0, 4090.0, 4104.0, 4101.0, 4104.0, 4103.0, 4104.0, 4127.0, 4116.0, 4127.0, 4140.0, 4129.0, 4132.0, 4130.0, 4133.0, 4131.0, 4129.0, 4119.0, 4120.0, 4128.0, 4129.0, 4106.0, 4106.0, 4104.0, 4104.0, 4104.0, 4136.0, 4093.0, 4122.0, 4092.0, 4090.0, 4091.0, 4090.0, 4090.0, 4091.0, 4101.0, 4103.0, 4104.0, 4113.0, 4113.0, 4113.0, 4103.0, 4115.0, 4104.0, 4116.0, 4106.0, 4118.0, 4138.0, 4117.0, 4125.0, 4105.0, 4104.0, 4104.0, 4124.0, 4104.0, 4133.0, 4103.0, 4110.0, 4102.0, 4090.0, 4091.0, 4100.0, 4102.0, 4103.0, 4102.0, 4102.0, 4091.0, 4113.0, 4092.0, 4104.0, 4102.0, 4115.0, 4114.0, 4106.0, 4103.0, 4103.0, 4103.0, 4092.0, 4103.0, 4092.0, 4115.0, 4114.0, 4104.0, 4104.0, 4104.0, 4103.0, 4102.0, 4102.0, 4112.0, 4105.0, 4103.0, 4092.0, 4103.0, 4081.0, 4091.0, 4079.0, 4103.0, 4092.0, 4104.0, 4112.0, 4104.0, 4112.0, 4103.0, 4113.0, 4103.0, 4115.0, 4116.0, 4128.0, 4116.0, 4128.0, 4127.0, 4116.0, 4128.0, 4106.0, 4130.0, 4120.0, 4106.0, 4103.0, 4103.0, 4105.0, 4104.0, 4105.0, 4126.0, 4127.0, 4128.0, 4130.0, 4130.0, 4141.0, 4140.0, 4141.0, 4150.0, 4142.0, 4151.0, 4139.0, 4149.0, 4095.0, 4105.0, 4103.0, 4104.0, 4128.0, 4117.0, 4116.0, 4105.0, 4104.0, 4093.0, 4103.0, 4103.0, 4115.0, 4094.0, 4126.0, 4127.0, 4117.0, 4128.0, 4116.0, 4129.0, 4136.0, 4119.0, 4116.0, 4104.0, 4115.0, 4103.0, 4114.0, 4116.0, 4104.0, 4146.0, 4115.0, 4123.0, 4102.0, 4100.0, 4102.0, 4112.0, 4094.0, 4130.0, 4091.0, 4109.0, 4090.0, 4099.0, 4099.0, 4090.0, 4091.0, 4103.0, 4101.0, 4103.0, 4112.0, 4103.0, 4116.0, 4116.0, 4103.0, 4113.0, 4103.0, 4113.0, 4103.0, 4102.0, 4104.0, 4115.0, 4114.0, 4104.0, 4113.0, 4115.0, 4113.0, 4114.0], 'WindowWidth': [9261.0, 9236.0, 9209.0, 9230.0, 9186.0, 9201.0, 9156.0, 9133.0, 9126.0, 9123.0, 9125.0, 9122.0, 9124.0, 9142.0, 9139.0, 9127.0, 9113.0, 9124.0, 9129.0, 9127.0, 9146.0, 9146.0, 9138.0, 9143.0, 9146.0, 9132.0, 9145.0, 9129.0, 9147.0, 9168.0, 9145.0, 9134.0, 9128.0, 9144.0, 9129.0, 9147.0, 9165.0, 9163.0, 9149.0, 9146.0, 9148.0, 9131.0, 9147.0, 9167.0, 9151.0, 9169.0, 9148.0, 9151.0, 9136.0, 9148.0, 9147.0, 9151.0, 9165.0, 9158.0, 9146.0, 9132.0, 9142.0, 9130.0, 9127.0, 9167.0, 9133.0, 9153.0, 9133.0, 9145.0, 9148.0, 9127.0, 9135.0, 9147.0, 9151.0, 9132.0, 9144.0, 9142.0, 9140.0, 9130.0, 9110.0, 9146.0, 9130.0, 9162.0, 9129.0, 9137.0, 9127.0, 9127.0, 9127.0, 9150.0, 9149.0, 9158.0, 9139.0, 9135.0, 9136.0, 9146.0, 9136.0, 9179.0, 9152.0, 9147.0, 9130.0, 9127.0, 9109.0, 9124.0, 9140.0, 9128.0, 9152.0, 9123.0, 9121.0, 9109.0, 9108.0, 9125.0, 9143.0, 9135.0, 9128.0, 9124.0, 9127.0, 9110.0, 9124.0, 9131.0, 9132.0, 9151.0, 9145.0, 9134.0, 9131.0, 9130.0, 9131.0, 9131.0, 9114.0, 9125.0, 9131.0, 9170.0, 9146.0, 9135.0, 9123.0, 9124.0, 9122.0, 9133.0, 9144.0, 9132.0, 9126.0, 9127.0, 9124.0, 9124.0, 9148.0, 9130.0, 9132.0, 9128.0, 9125.0, 9126.0, 9122.0, 9111.0, 9127.0, 9133.0, 9125.0, 9129.0, 9110.0, 9126.0, 9113.0, 9131.0, 9170.0, 9155.0, 9162.0, 9137.0, 9136.0, 9136.0, 9135.0, 9138.0, 9132.0, 9148.0, 9138.0, 9165.0, 9151.0, 9157.0, 9129.0, 9122.0, 9113.0, 9112.0, 9125.0, 9118.0, 9133.0, 9073.0, 9130.0, 9103.0, 9110.0, 9088.0, 9116.0, 9102.0, 9072.0, 9085.0, 9098.0, 9084.0, 9102.0, 9085.0, 9107.0, 9107.0, 9110.0, 9091.0, 9087.0, 9083.0, 9084.0, 9104.0, 9088.0, 9111.0, 9122.0, 9109.0, 9112.0, 9107.0, 9114.0, 9109.0, 9127.0, 9114.0, 9130.0, 9149.0, 9154.0, 9150.0, 9146.0, 9133.0, 9138.0, 9134.0, 9154.0, 9141.0, 9160.0, 9155.0, 9142.0, 9140.0, 9135.0, 9154.0, 9185.0, 9155.0, 9139.0, 9136.0, 9116.0, 9143.0, 9114.0, 9146.0, 9150.0, 9185.0, 9160.0, 9151.0, 9097.0, 9108.0, 9129.0, 9130.0, 9157.0, 9148.0, 9188.0, 9157.0, 9109.0, 9096.0, 9113.0, 9108.0, 9115.0, 9112.0, 9116.0, 9132.0, 9136.0, 9134.0, 9156.0, 9129.0, 9126.0, 9097.0, 9091.0, 9125.0, 9102.0, 9105.0, 9087.0, 9099.0, 9073.0, 9101.0, 9117.0, 9149.0, 9196.0, 9165.0, 9169.0, 9109.0, 9104.0, 9104.0, 9123.0, 9091.0, 9127.0, 9113.0, 9127.0, 9125.0, 9125.0, 9112.0, 9148.0, 9122.0, 9141.0, 9116.0, 9109.0, 9080.0, 9073.0, 9090.0, 9060.0, 9112.0, 9058.0, 9094.0, 9052.0, 9051.0, 9049.0, 9055.0, 9082.0, 9059.0, 9071.0, 9058.0, 9075.0, 9073.0, 9079.0, 9096.0, 9085.0, 9086.0, 9095.0, 9085.0, 9069.0, 9100.0, 9088.0, 9111.0, 9145.0, 9134.0, 9114.0, 9094.0, 9106.0, 9111.0, 9124.0, 9135.0, 9118.0, 9130.0, 9132.0, 9118.0, 9131.0, 9119.0, 9134.0, 9155.0, 9154.0, 9171.0, 9176.0, 9118.0, 9100.0, 9113.0, 9130.0, 9150.0, 9153.0, 9156.0, 9132.0, 9112.0, 9116.0, 9117.0, 9132.0, 9172.0, 9145.0, 9154.0, 9148.0, 9138.0, 9134.0, 9131.0, 9131.0, 9134.0, 9156.0, 9183.0, 9154.0, 9136.0, 9138.0, 9138.0, 9135.0, 9154.0, 9140.0, 9160.0, 9155.0, 9168.0, 9140.0, 9137.0, 9155.0, 9140.0, 9152.0, 9123.0, 9145.0, 9133.0, 9130.0, 9139.0, 9137.0, 9162.0, 9116.0, 9154.0, 9125.0, 9133.0, 9115.0, 9109.0, 9106.0, 9110.0, 9140.0, 9141.0, 9177.0, 9107.0, 9106.0, 9090.0, 9089.0, 9118.0, 9093.0, 9148.0, 9107.0, 9130.0, 9092.0, 9090.0, 9088.0, 9108.0, 9124.0, 9128.0, 9107.0, 9110.0, 9109.0, 9110.0, 9115.0, 9130.0, 9134.0, 9132.0, 9133.0, 9119.0, 9129.0, 9133.0, 9133.0, 9141.0, 9134.0, 9119.0, 9117.0, 9116.0, 9111.0, 9115.0, 9115.0, 9130.0, 9150.0, 9162.0, 9140.0, 9143.0, 9159.0, 9164.0, 9162.0, 9180.0, 9167.0, 9225.0, 9166.0, 9187.0, 9162.0, 9167.0, 9172.0, 9194.0, 9169.0, 9188.0, 9144.0, 9124.0, 9098.0, 9111.0, 9152.0, 9091.0, 9132.0, 9090.0, 9115.0, 9107.0, 9152.0, 9107.0, 9142.0, 9083.0, 9083.0, 9085.0, 9082.0, 9105.0, 9103.0, 9132.0, 9184.0, 9182.0, 9117.0, 9095.0, 9111.0, 9129.0, 9132.0, 9135.0, 9146.0, 9156.0, 9179.0, 9138.0, 9133.0, 9133.0, 9128.0, 9128.0, 9115.0, 9172.0, 9106.0, 9166.0, 9071.0, 9140.0, 9100.0, 9155.0, 9113.0, 9132.0, 9064.0, 9060.0, 9062.0, 9064.0, 9080.0, 9067.0, 9078.0, 9080.0, 9086.0, 9087.0, 9097.0, 9086.0, 9085.0, 9089.0, 9093.0, 9110.0, 9134.0, 9146.0, 9156.0, 9140.0, 9141.0, 9136.0, 9151.0, 9138.0, 9130.0, 9136.0, 9188.0, 9133.0, 9154.0, 9113.0, 9089.0, 9091.0, 9074.0, 9104.0, 9100.0, 9124.0, 9125.0, 9106.0, 9109.0, 9095.0, 9123.0, 9109.0, 9131.0, 9115.0, 9124.0, 9108.0, 9108.0, 9111.0, 9109.0, 9116.0, 9117.0, 9134.0, 9103.0, 9134.0, 9119.0, 9130.0, 9118.0, 9130.0, 9135.0, 9135.0, 9136.0, 9121.0, 9147.0, 9136.0, 9123.0, 9135.0, 9144.0, 9169.0, 9158.0, 9142.0, 9124.0, 9137.0, 9133.0, 9136.0, 9150.0, 9155.0, 9174.0, 9120.0, 9115.0, 9112.0, 9114.0, 9144.0, 9151.0, 9187.0, 9135.0, 9134.0, 9171.0, 9113.0, 9107.0, 9109.0, 9107.0, 9124.0, 9113.0, 9126.0, 9153.0, 9163.0, 9134.0, 9141.0, 9129.0, 9115.0, 9124.0, 9125.0, 9129.0, 9149.0, 9133.0, 9121.0, 9116.0, 9124.0, 9110.0, 9108.0, 9109.0, 9106.0, 9115.0, 9113.0, 9129.0, 9111.0, 9107.0, 9125.0, 9110.0, 9128.0, 9121.0, 9159.0, 9156.0, 9139.0, 9152.0, 9135.0, 9116.0, 9113.0, 9134.0, 9132.0, 9163.0, 9155.0, 9159.0, 9173.0, 9181.0, 9133.0, 9130.0, 9112.0, 9122.0, 9140.0, 9142.0, 9186.0, 9193.0, 9128.0, 9163.0, 9089.0, 9084.0, 9087.0, 9085.0, 9088.0, 9104.0, 9103.0, 9110.0, 9108.0, 9114.0, 9107.0, 9092.0, 9090.0, 9086.0, 9084.0, 9096.0, 9065.0, 9078.0, 9083.0, 9097.0, 9096.0, 9140.0, 9159.0, 9093.0, 9099.0, 9087.0, 9074.0, 9104.0, 9110.0, 9121.0, 9120.0, 9125.0, 9114.0, 9110.0, 9122.0, 9090.0, 9102.0, 9084.0, 9122.0, 9082.0, 9121.0, 9081.0, 9118.0, 9067.0, 9077.0, 9081.0, 9080.0, 9080.0, 9082.0, 9094.0, 9082.0, 9079.0, 9082.0, 9070.0, 9086.0, 9092.0, 9108.0, 9110.0, 9106.0, 9104.0, 9092.0, 9103.0, 9107.0, 9111.0, 9136.0, 9146.0, 9119.0, 9112.0, 9108.0, 9108.0, 9108.0, 9111.0, 9121.0, 9133.0, 9121.0, 9139.0, 9122.0, 9156.0, 9157.0, 9137.0, 9161.0, 9138.0, 9162.0, 9168.0, 9154.0, 9123.0, 9137.0, 9152.0, 9149.0, 9154.0, 9152.0, 9159.0, 9163.0, 9193.0, 9180.0, 9192.0, 9162.0, 9150.0, 9156.0, 9153.0, 9184.0, 9183.0, 9191.0, 9178.0, 9168.0, 9111.0, 9107.0, 9105.0, 9090.0, 9166.0, 9088.0, 9182.0, 9118.0, 9159.0, 9084.0, 9096.0, 9081.0, 9086.0, 9100.0, 9122.0, 9105.0, 9126.0, 9114.0, 9141.0, 9113.0, 9136.0, 9110.0, 9119.0, 9120.0, 9085.0, 9155.0, 9102.0, 9140.0, 9085.0, 9110.0, 9084.0, 9101.0, 9099.0, 9085.0, 9079.0, 9100.0, 9067.0, 9079.0, 9062.0, 9080.0, 9076.0, 9087.0, 9087.0, 9105.0, 9088.0, 9107.0, 9126.0, 9126.0, 9131.0, 9152.0, 9162.0, 9182.0, 9178.0, 9133.0, 9156.0, 9165.0, 9154.0, 9166.0, 9155.0, 9152.0, 9153.0, 9154.0, 9156.0, 9157.0, 9140.0, 9156.0, 9154.0, 9159.0, 9161.0, 9204.0, 9168.0, 9193.0, 9151.0, 9187.0, 9130.0, 9184.0, 9144.0, 9175.0, 9136.0, 9124.0, 9090.0, 9127.0, 9101.0, 9094.0, 9096.0, 9098.0, 9106.0, 9106.0, 9107.0, 9133.0, 9156.0, 9111.0, 9110.0, 9107.0, 9110.0, 9120.0, 9128.0, 9150.0, 9145.0, 9149.0, 9146.0, 9133.0, 9119.0, 9160.0, 9111.0, 9134.0, 9108.0, 9102.0, 9107.0, 9107.0, 9137.0, 9092.0, 9147.0, 9103.0, 9114.0, 9104.0, 9097.0, 9101.0, 9097.0, 9104.0, 9098.0, 9101.0, 9082.0, 9099.0, 9104.0, 9089.0, 9107.0, 9089.0, 9128.0, 9141.0, 9112.0, 9125.0, 9112.0, 9131.0, 9143.0, 9130.0, 9150.0, 9150.0, 9140.0, 9135.0, 9152.0, 9136.0, 9137.0, 9133.0, 9132.0, 9163.0, 9138.0, 9169.0, 9127.0, 9126.0, 9126.0, 9143.0, 9126.0, 9149.0, 9150.0, 9157.0, 9170.0, 9158.0, 9173.0, 9155.0, 9174.0, 9166.0, 9155.0, 9179.0, 9146.0, 9177.0, 9109.0, 9136.0, 9102.0, 9099.0, 9085.0, 9099.0, 9089.0, 9102.0, 9085.0, 9084.0, 9099.0, 9080.0, 9104.0, 9085.0, 9115.0, 9102.0, 9108.0, 9107.0, 9108.0, 9092.0, 9124.0, 9126.0, 9126.0, 9144.0, 9133.0, 9154.0, 9153.0, 9138.0, 9132.0, 9114.0, 9110.0, 9128.0, 9108.0, 9114.0, 9142.0, 9115.0, 9138.0, 9129.0, 9110.0, 9128.0, 9131.0, 9133.0, 9128.0, 9129.0, 9110.0, 9109.0, 9122.0, 9107.0, 9125.0, 9142.0, 9114.0, 9135.0, 9106.0, 9094.0, 9122.0, 9125.0, 9130.0, 9116.0, 9131.0, 9134.0, 9131.0, 9153.0, 9118.0, 9119.0, 9136.0, 9127.0, 9116.0, 9116.0, 9132.0, 9118.0, 9114.0, 9137.0, 9159.0, 9148.0, 9168.0, 9149.0, 9189.0, 9186.0, 9186.0, 9187.0, 9187.0, 9180.0, 9170.0, 9207.0, 9178.0, 9197.0, 9154.0, 9171.0, 9136.0, 9174.0, 9147.0, 9169.0, 9128.0, 9147.0, 9109.0, 9116.0, 9106.0, 9146.0, 9120.0, 9144.0, 9084.0, 9110.0, 9085.0, 9078.0, 9087.0, 9104.0, 9164.0, 9137.0, 9188.0, 9150.0, 9102.0, 9093.0, 9113.0, 9110.0, 9110.0, 9111.0, 9128.0, 9116.0, 9131.0, 9131.0, 9158.0, 9131.0, 9165.0, 9123.0, 9142.0, 9118.0, 9125.0, 9113.0, 9122.0, 9092.0, 9097.0, 9055.0, 9064.0, 9052.0, 9062.0, 9033.0, 9048.0, 9051.0, 9067.0, 9058.0, 9080.0, 9092.0, 9079.0, 9095.0, 9080.0, 9086.0, 9099.0, 9085.0, 9101.0, 9091.0, 9109.0, 9107.0, 9111.0, 9107.0, 9111.0, 9119.0, 9124.0, 9118.0, 9104.0, 9119.0, 9122.0, 9123.0, 9125.0, 9133.0, 9131.0, 9149.0, 9152.0, 9153.0, 9156.0, 9155.0, 9177.0, 9179.0, 9179.0, 9180.0, 9172.0, 9169.0, 9149.0, 9162.0, 9148.0, 9150.0, 9152.0, 9167.0, 9184.0, 9171.0, 9195.0, 9166.0, 9161.0, 9146.0, 9127.0, 9126.0, 9128.0, 9188.0, 9159.0, 9179.0, 9107.0, 9122.0, 9109.0, 9107.0, 9103.0, 9123.0, 9137.0, 9130.0, 9123.0, 9107.0, 9110.0, 9107.0, 9126.0, 9123.0, 9125.0, 9124.0, 9128.0, 9129.0, 9140.0, 9128.0, 9125.0, 9122.0, 9118.0, 9126.0, 9105.0, 9129.0, 9122.0, 9129.0, 9127.0, 9130.0, 9166.0, 9149.0, 9167.0, 9188.0, 9174.0, 9183.0, 9175.0, 9182.0, 9179.0, 9172.0, 9158.0, 9162.0, 9169.0, 9171.0, 9135.0, 9133.0, 9129.0, 9128.0, 9129.0, 9176.0, 9112.0, 9151.0, 9108.0, 9104.0, 9106.0, 9102.0, 9102.0, 9103.0, 9119.0, 9126.0, 9129.0, 9138.0, 9140.0, 9137.0, 9127.0, 9145.0, 9129.0, 9147.0, 9136.0, 9156.0, 9182.0, 9152.0, 9160.0, 9131.0, 9127.0, 9129.0, 9156.0, 9131.0, 9168.0, 9124.0, 9130.0, 9121.0, 9105.0, 9108.0, 9117.0, 9125.0, 9125.0, 9125.0, 9124.0, 9109.0, 9141.0, 9113.0, 9130.0, 9126.0, 9146.0, 9144.0, 9134.0, 9128.0, 9127.0, 9128.0, 9112.0, 9128.0, 9111.0, 9147.0, 9143.0, 9131.0, 9127.0, 9127.0, 9126.0, 9123.0, 9124.0, 9139.0, 9132.0, 9126.0, 9109.0, 9126.0, 9094.0, 9107.0, 9089.0, 9124.0, 9110.0, 9130.0, 9136.0, 9128.0, 9136.0, 9126.0, 9142.0, 9128.0, 9147.0, 9152.0, 9171.0, 9151.0, 9170.0, 9167.0, 9151.0, 9167.0, 9136.0, 9174.0, 9160.0, 9136.0, 9130.0, 9128.0, 9131.0, 9130.0, 9132.0, 9161.0, 9166.0, 9170.0, 9177.0, 9177.0, 9193.0, 9190.0, 9193.0, 9203.0, 9194.0, 9205.0, 9185.0, 9199.0, 9119.0, 9130.0, 9126.0, 9128.0, 9167.0, 9154.0, 9149.0, 9132.0, 9127.0, 9112.0, 9128.0, 9127.0, 9147.0, 9118.0, 9164.0, 9166.0, 9151.0, 9169.0, 9152.0, 9174.0, 9180.0, 9159.0, 9150.0, 9131.0, 9144.0, 9127.0, 9140.0, 9146.0, 9130.0, 9186.0, 9145.0, 9151.0, 9121.0, 9117.0, 9123.0, 9138.0, 9116.0, 9158.0, 9107.0, 9128.0, 9103.0, 9114.0, 9115.0, 9105.0, 9109.0, 9127.0, 9121.0, 9127.0, 9140.0, 9127.0, 9148.0, 9147.0, 9129.0, 9141.0, 9126.0, 9139.0, 9127.0, 9125.0, 9129.0, 9146.0, 9145.0, 9131.0, 9141.0, 9144.0, 9139.0, 9143.0]}, 'slices': {}}</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-2">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
Extracted Image quality metrics (IQMs)
</button>
</h2>
<div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-2" class="table table-sm table-striped">
<tr><td colspan=3>aor</td><td>0.0005281928625664389</td></tr>
<tr><td colspan=3>aqi</td><td>0.02270771693242217</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.01634053689971</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1617138838677814</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9916061883738604</td></tr>
<tr><td colspan=3>efc</td><td>0.5051</td></tr>
<tr><td colspan=3>fber</td><td>3594.8767</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08843234589451456</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>32</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.4297646165527715</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6947587373535966</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6894545722420427</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.927877021103063</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4669446187156834</td></tr>
<tr><td colspan=3>gcor</td><td>0.0149212</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01141090877354145</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027553485706448555</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1317</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.5539996535818963</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>17.1536</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.1475</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>229.5144</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296491.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1169.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>418.9729</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7774</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>555.1259</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3231.0417</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3458.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80053.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>824.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4339.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>972.9822</td></tr>
<tr><td colspan=3>tsnr</td><td>35.877614334225655</td></tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="qcrating-menu" class="card position-fixed d-none" style="width: 30%; top: 100px; left: 65%; max-height: 85%; overflow-y: auto;">
<div class="card-header m-0">
Rating widget
<button type="button" class="btn-close position-absolute top-0 end-0" aria-label="Close" id="close-qcrating-menu" onclick="toggle_rating()" style="margin: 10px 10px 0 0"></button>
</div>
<div class="card-body">
<div class="accordion">
<div class="accordion-item">
<h2 class="accordion-header" id="qcslider-head">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#qcslider-collapse" aria-expanded="true" aria-controls="qcslider-collapse">Overall Quality Rating</button>
</h2>
<div id="qcslider-collapse" class="accordion-collapse collapse show" aria-labelledby="qcslider-head">
<div class="accordion-body">
<input type="range" min="1.0" max="4.0" step="0.05" value="2.5" id="qcslider" class="slider">
<ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
<li class="list-group-item list-group-item-danger small" style="font-size: 0.7em; width: 25%; text-align:center">Exclude</li>
<li class="list-group-item list-group-item-warning small" style="font-size: 0.7em; width: 25%; text-align:center">Poor</li>
<li class="list-group-item list-group-item-primary small" style="font-size: 0.7em; width: 25%; text-align:center">Acceptable</li>
<li class="list-group-item list-group-item-success small" style="font-size: 0.7em; width: 25%; text-align:center">Excellent</li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="qcartifacts-head">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcartifacts-collapse" aria-expanded="false" aria-controls="qcartifacts-collapse">
Record specific artifacts
</button>
</h2>
<div id="qcartifacts-collapse" class="accordion-collapse collapse" aria-labelledby="qcartifacts-head">
<div class="accordion-body">
<fieldset id="qcartifacts-group" class="form-group">
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="head-motion" id="qcartifacts-item-0" />
<label class="form-check-label" for="qcartifacts-item-0">Head motion artifacts</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="eye-spillover" id="qcartifacts-item-1" />
<label class="form-check-label" for="qcartifacts-item-1">Eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="noneye-spillover" id="qcartifacts-item-2" />
<label class="form-check-label" for="qcartifacts-item-2">Non-eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="coil-failure" id="qcartifacts-item-3" />
<label class="form-check-label" for="qcartifacts-item-3">Coil failure</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="noise-global" id="qcartifacts-item-4" />
<label class="form-check-label" for="qcartifacts-item-4">Global noise</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="noise-local" id="qcartifacts-item-5" />
<label class="form-check-label" for="qcartifacts-item-5">Local noise</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="em-perturbation" id="qcartifacts-item-6" />
<label class="form-check-label" for="qcartifacts-item-6"><abbr title="electromagnetic">EM</abbr> interference/perturbation</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="wrap-around" id="qcartifacts-item-7" />
<label class="form-check-label" for="qcartifacts-item-7">Problematic <abbr title="field-of-view">FoV</abbr> prescription / wrap-around</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="ghost-aliasing" id="qcartifacts-item-8" />
<label class="form-check-label" for="qcartifacts-item-8">Aliasing ghosts</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="ghost-other" id="qcartifacts-item-9" />
<label class="form-check-label" for="qcartifacts-item-9">Other ghosts (for example, <abbr title="radiofrequency">RF</abbr> spoiling)</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="inu" id="qcartifacts-item-10" />
<label class="form-check-label" for="qcartifacts-item-10">Intensity non-uniformity (B<sub>1</sub> bias)</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="field-variation" id="qcartifacts-item-11" />
<label class="form-check-label" for="qcartifacts-item-11">Temporal B<sub>1</sub> field non-uniformity variation</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="processing" id="qcartifacts-item-12" />
<label class="form-check-label" for="qcartifacts-item-12">Processing such as denoising, defacing or resamplings happened</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="uncategorized" id="qcartifacts-item-13" />
<label class="form-check-label" for="qcartifacts-item-13">Other uncategorized artifact(s)</label>
</div>
</fieldset>
</div> <!-- accordion-body -->
</div> <!-- accordion-collapse -->
</div> <!-- accordion-item -->
<div class="accordion-item">
<h2 class="accordion-header" id="qcextra-head">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcextra-collapse" aria-expanded="false" aria-controls="qcextra-collapse">
Extra details
</button>
</h2>
<div id="qcextra-collapse" class="accordion-collapse collapse" aria-labelledby="qcextra-head">
<div class="accordion-body">
<div class="input-group">
<span class="input-group-text">Comments</span>
<textarea class="form-control" aria-label="Comments" id="qcextra-comments"></textarea>
</div>
<p style="margin-top: 20px; font-weight: bold">Rater confidence</p>
<input type="range" min="0.0" max="4.0" step="0.05" value="3.5" id="qcextra-confidence" class="slider" style="margin-left: 22%;width: 56%;">
<ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
<li class="list-group-item list-group-item-warning small" style="width: 50%; text-align:center">Doubtful</li>
<li class="list-group-item list-group-item-success bg-success text-white small" style="width: 50%; text-align:center">Confident</li>
</ul>
</div> <!-- accordion-body -->
</div> <!-- accordion-collapse -->
</div> <!-- accordion-item -->
</div>
<div style="margin-top: 10px">
<a class="btn btn-primary disabled" id="btn-download" href="">Download</a>
<button class="btn btn-primary" id="btn-post" value="8sSYVI0XjFqacEMZ8wF4" disabled>Share publicly</button>
</div>
<script type="text/javascript">
var MINIMUM_RATING_TIME = 10
$('#qcslider').on('input', function() {
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
$('#btn-download').removeClass('disabled');
$('#btn-download').removeAttr('aria-disabled');
$('#btn-post').removeAttr('disabled');
};
$('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
});
$('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
});
if ( $(this).val() < 1.5 ) {
$('#qcslider-collapse .list-group-item-danger').addClass('bg-danger text-white');
} else if ( $(this).val() > 3.5 ) {
$('#qcslider-collapse .list-group-item-success').addClass('bg-success text-white');
} else if ( $(this).val() < 2.5 ) {
$('#qcslider-collapse .list-group-item-warning').addClass('bg-warning text-dark');
} else {
$('#qcslider-collapse .list-group-item-primary').addClass('bg-primary text-white');
};
var payload = read_form();
});
$('#qcextra-confidence').on('input', function() {
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
$('#btn-download').removeClass('disabled');
$('#btn-download').removeAttr('aria-disabled');
$('#btn-post').removeAttr('disabled');
};
$('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
});
$('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
});
if ( $(this).val() < 2.0 ) {
$('#qcextra-collapse .list-group-item-warning').addClass('bg-warning text-dark');
} else {
$('#qcextra-collapse .list-group-item-success').addClass('bg-success text-white');
};
var payload = read_form();
});
$('#qcextra-comments').bind('input propertychange', function() {
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
$('#btn-download').removeClass('disabled');
$('#btn-download').removeAttr('aria-disabled');
$('#btn-post').removeAttr('disabled');
};
});
$( '#btn-post' ).click( function() {
var payload = read_form();
var md5sum = "unspecified";
var params = {
'rating': payload['rating'],
'md5sum': md5sum,
'name': "",
'comment': JSON.stringify(payload['artifacts'])
};
// disable development releases
var authorization = $(this).val();
var ratingReq = new XMLHttpRequest();
ratingReq.open("POST", "https://mriqc.nimh.nih.gov:443/api/v1/rating");
ratingReq.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
ratingReq.setRequestHeader("Authorization", authorization);
ratingReq.onload = function () {
status = ratingReq.status;
$('#btn-post').removeClass('btn-primary');
$('#btn-post').attr('disabled', true);
$('#btn-post').attr('aria-disabled', true);
$('#btn-post').prop('disabled');
$('#btn-post').addClass('disabled');
$('#btn-post').removeClass('active');
if (status === "201") {
$('#btn-post').addClass('btn-success');
$('#btn-post').html('Posted!');
} else {
$('#btn-post').addClass('btn-danger');
$('#btn-post').html('Failed');
};
};
ratingReq.send(JSON.stringify(params));
});
$( 'body' ).on( 'click', '#qcartifacts-group input', function(e) {
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
$('#btn-download').removeClass('disabled');
$('#btn-download').removeAttr('aria-disabled');
$('#btn-post').removeAttr('disabled');
};
var payload = read_form();
});
$( 'body' ).on( 'click', '#qcrating-toggler', function(e) {
toggle_rating();
});
</script>
</div>
<script type="text/javascript">
function toggle(id) {
var element = document.getElementById(id);
if(element.style.display == 'block')
element.style.display = 'none';
else
element.style.display = 'block';
}
</script>
</body>
</html>