ds005256-mriqc/sub-0087_ses-01_task-alignvideo_acq-mb8_run-04_bold.html
Felix Hoffstaedter 9ad845eeb8 [DATALAD RUNCMD] Compute MRIQC for sub-0087
=== 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-0087 --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-0087",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:36:28 +02:00

616 lines
No EOL
134 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-0087_ses-01_task-alignvideo_acq-mb8_run-04_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-0087_ses-01_task-alignvideo_acq-mb8_run-04_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-04_session-01_subject-0087_suffix-bold_task-alignvideo" 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-0087/figures/sub-0087_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0087_suffix-bold_task-alignvideo" 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-0087/figures/sub-0087_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0087_suffix-bold_task-alignvideo" 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-0087/figures/sub-0087_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0087_suffix-bold_task-alignvideo" 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-0087/figures/sub-0087_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-alignvideo_acq-mb8_run-04_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-04_session-01_subject-0087_suffix-bold_task-alignvideo" 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-0087/figures/sub-0087_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-alignvideo_acq-mb8_run-04_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-04_session-01_subject-0087_suffix-bold_task-alignvideo" 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-0087/figures/sub-0087_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0087_suffix-bold_task-alignvideo" 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-0087/figures/sub-0087_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0087/figures/sub-0087_ses-01_task-alignvideo_acq-mb8_run-04_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-0087/figures/sub-0087_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-alignvideo_acq-mb8_run-04_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-0087/ses-01/func/sub-0087_ses-01_task-alignvideo_acq-mb8_run-04_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>64f533b0f48e58c9d6f0909da5111b6f</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>23:09:12.760000</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_VE11E_LATEST_20181129</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.999311, 0.0331416, -0.0167186, -0.0305317, 0.99002, 0.137581]</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-04_task-alignvideo_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.0946495</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4161, -7782, -7246, 540, -37, -23, 37, 60]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>253.67</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9cf57861-9749-4361-9b1e-e8991fd97763||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6810779571533203, -0.08191429823637009, -0.05700075998902321, 118.06758880615234], [-0.08891642093658447, 2.6561508178710938, 0.36983534693717957, -99.9625473022461], [-0.04485474154353142, -0.36912059783935547, 2.673943281173706, -52.67265319824219], [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, 1209]</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], 'AcquisitionTime': ['230912.760000', '230913.220000', '230913.680000', '230914.140000', '230914.600000', '230915.060000', '230915.520000', '230915.980000', '230916.440000', '230916.900000', '230917.360000', '230917.820000', '230918.280000', '230918.740000', '230919.200000', '230919.660000', '230920.120000', '230920.580000', '230921.040000', '230921.500000', '230921.960000', '230922.420000', '230922.880000', '230923.340000', '230923.800000', '230924.260000', '230924.720000', '230925.180000', '230925.640000', '230926.100000', '230926.560000', '230927.020000', '230927.480000', '230927.940000', '230928.400000', '230928.860000', '230929.320000', '230929.780000', '230930.240000', '230930.700000', '230931.160000', '230931.620000', '230932.080000', '230932.540000', '230933.000000', '230933.460000', '230933.920000', '230934.380000', '230934.840000', '230935.300000', '230935.760000', '230936.220000', '230936.680000', '230937.140000', '230937.600000', '230938.060000', '230938.520000', '230938.980000', '230939.440000', '230939.900000', '230940.360000', '230940.820000', '230941.280000', '230941.740000', '230942.200000', '230942.660000', '230943.120000', '230943.580000', '230944.040000', '230944.500000', '230944.960000', '230945.420000', '230945.880000', '230946.340000', '230946.800000', '230947.260000', '230947.720000', '230948.180000', '230948.640000', '230949.100000', '230949.560000', '230950.020000', '230950.480000', '230950.940000', '230951.400000', '230951.860000', '230952.320000', '230952.780000', '230953.240000', '230953.700000', '230954.160000', '230954.620000', '230955.080000', '230955.540000', '230956.000000', '230956.460000', '230956.920000', '230957.380000', '230957.840000', '230958.300000', '230958.760000', '230959.220000', '230959.680000', '231000.140000', '231000.600000', '231001.060000', '231001.520000', '231001.980000', '231002.440000', '231002.900000', '231003.360000', '231003.820000', '231004.280000', '231004.740000', '231005.200000', '231005.660000', '231006.120000', '231006.580000', '231007.040000', '231007.500000', '231007.960000', '231008.420000', '231008.880000', '231009.340000', '231009.800000', '231010.260000', '231010.720000', '231011.180000', '231011.640000', '231012.100000', '231012.560000', '231013.020000', '231013.480000', '231013.940000', '231014.400000', '231014.860000', '231015.320000', '231015.780000', '231016.240000', '231016.700000', '231017.160000', '231017.620000', '231018.080000', '231018.540000', '231019.000000', '231019.460000', '231019.920000', '231020.380000', '231020.840000', '231021.300000', '231021.760000', '231022.220000', '231022.680000', '231023.140000', '231023.600000', '231024.060000', '231024.520000', '231024.980000', '231025.440000', '231025.900000', '231026.360000', '231026.820000', '231027.280000', '231027.740000', '231028.200000', '231028.660000', '231029.120000', '231029.580000', '231030.040000', '231030.500000', '231030.960000', '231031.420000', '231031.880000', '231032.340000', '231032.800000', '231033.260000', '231033.720000', '231034.180000', '231034.640000', '231035.100000', '231035.560000', '231036.020000', '231036.480000', '231036.940000', '231037.400000', '231037.860000', '231038.320000', '231038.780000', '231039.240000', '231039.700000', '231040.160000', '231040.620000', '231041.080000', '231041.540000', '231042.000000', '231042.460000', '231042.920000', '231043.380000', '231043.840000', '231044.300000', '231044.760000', '231045.220000', '231045.680000', '231046.140000', '231046.600000', '231047.060000', '231047.520000', '231047.980000', '231048.440000', '231048.900000', '231049.360000', '231049.820000', '231050.280000', '231050.740000', '231051.200000', '231051.660000', '231052.120000', '231052.580000', '231053.040000', '231053.500000', '231053.960000', '231054.420000', '231054.880000', '231055.340000', '231055.800000', '231056.260000', '231056.720000', '231057.180000', '231057.640000', '231058.100000', '231058.560000', '231059.020000', '231059.480000', '231059.940000', '231100.400000', '231100.860000', '231101.320000', '231101.780000', '231102.240000', '231102.700000', '231103.160000', '231103.620000', '231104.080000', '231104.540000', '231105.000000', '231105.460000', '231105.920000', '231106.380000', '231106.840000', '231107.300000', '231107.760000', '231108.220000', '231108.680000', '231109.140000', '231109.600000', '231110.060000', '231110.520000', '231110.980000', '231111.440000', '231111.900000', '231112.360000', '231112.820000', '231113.280000', '231113.740000', '231114.200000', '231114.660000', '231115.120000', '231115.580000', '231116.040000', '231116.500000', '231116.960000', '231117.420000', '231117.880000', '231118.340000', '231118.800000', '231119.260000', '231119.720000', '231120.180000', '231120.640000', '231121.100000', '231121.560000', '231122.020000', '231122.480000', '231122.940000', '231123.400000', '231123.860000', '231124.320000', '231124.780000', '231125.240000', '231125.700000', '231126.160000', '231126.620000', '231127.080000', '231127.540000', '231128.000000', '231128.460000', '231128.920000', '231129.380000', '231129.840000', '231130.300000', '231130.760000', '231131.220000', '231131.680000', '231132.140000', '231132.600000', '231133.060000', '231133.520000', '231133.980000', '231134.440000', '231134.900000', '231135.360000', '231135.820000', '231136.280000', '231136.740000', '231137.200000', '231137.660000', '231138.120000', '231138.580000', '231139.040000', '231139.500000', '231139.960000', '231140.420000', '231140.880000', '231141.340000', '231141.800000', '231142.260000', '231142.720000', '231143.180000', '231143.640000', '231144.100000', '231144.560000', '231145.020000', '231145.480000', '231145.940000', '231146.400000', '231146.860000', '231147.320000', '231147.780000', '231148.240000', '231148.700000', '231149.160000', '231149.620000', '231150.080000', '231150.540000', '231151.000000', '231151.460000', '231151.920000', '231152.380000', '231152.840000', '231153.300000', '231153.760000', '231154.220000', '231154.680000', '231155.140000', '231155.600000', '231156.060000', '231156.520000', '231156.980000', '231157.440000', '231157.900000', '231158.360000', '231158.820000', '231159.280000', '231159.740000', '231200.200000', '231200.660000', '231201.120000', '231201.580000', '231202.040000', '231202.500000', '231202.960000', '231203.420000', '231203.880000', '231204.340000', '231204.800000', '231205.260000', '231205.720000', '231206.180000', '231206.640000', '231207.100000', '231207.560000', '231208.020000', '231208.480000', '231208.940000', '231209.400000', '231209.860000', '231210.320000', '231210.780000', '231211.240000', '231211.700000', '231212.160000', '231212.620000', '231213.080000', '231213.540000', '231214.000000', '231214.460000', '231214.920000', '231215.380000', '231215.840000', '231216.300000', '231216.760000', '231217.220000', '231217.680000', '231218.140000', '231218.600000', '231219.060000', '231219.520000', '231219.980000', '231220.440000', '231220.900000', '231221.360000', '231221.820000', '231222.280000', '231222.740000', '231223.200000', '231223.660000', '231224.120000', '231224.580000', '231225.040000', '231225.500000', '231225.960000', '231226.420000', '231226.880000', '231227.340000', '231227.800000', '231228.260000', '231228.720000', '231229.180000', '231229.640000', '231230.100000', '231230.560000', '231231.020000', '231231.480000', '231231.940000', '231232.400000', '231232.860000', '231233.320000', '231233.780000', '231234.240000', '231234.700000', '231235.160000', '231235.620000', '231236.080000', '231236.540000', '231237.000000', '231237.460000', '231237.920000', '231238.380000', '231238.840000', '231239.300000', '231239.760000', '231240.220000', '231240.680000', '231241.140000', '231241.600000', '231242.060000', '231242.520000', '231242.980000', '231243.440000', '231243.900000', '231244.360000', '231244.820000', '231245.280000', '231245.740000', '231246.200000', '231246.660000', '231247.120000', '231247.580000', '231248.040000', '231248.500000', '231248.960000', '231249.420000', '231249.880000', '231250.340000', '231250.800000', '231251.260000', '231251.720000', '231252.180000', '231252.640000', '231253.100000', '231253.560000', '231254.020000', '231254.480000', '231254.940000', '231255.400000', '231255.860000', '231256.320000', '231256.780000', '231257.240000', '231257.700000', '231258.160000', '231258.620000', '231259.080000', '231259.540000', '231300.000000', '231300.460000', '231300.920000', '231301.380000', '231301.840000', '231302.300000', '231302.760000', '231303.220000', '231303.680000', '231304.140000', '231304.600000', '231305.060000', '231305.520000', '231305.980000', '231306.440000', '231306.900000', '231307.360000', '231307.820000', '231308.280000', '231308.740000', '231309.200000', '231309.660000', '231310.120000', '231310.580000', '231311.040000', '231311.500000', '231311.960000', '231312.420000', '231312.880000', '231313.340000', '231313.800000', '231314.260000', '231314.720000', '231315.180000', '231315.640000', '231316.100000', '231316.560000', '231317.020000', '231317.480000', '231317.940000', '231318.400000', '231318.860000', '231319.320000', '231319.780000', '231320.240000', '231320.700000', '231321.160000', '231321.620000', '231322.080000', '231322.540000', '231323.000000', '231323.460000', '231323.920000', '231324.380000', '231324.840000', '231325.300000', '231325.760000', '231326.220000', '231326.680000', '231327.140000', '231327.600000', '231328.060000', '231328.520000', '231328.980000', '231329.440000', '231329.900000', '231330.360000', '231330.820000', '231331.280000', '231331.740000', '231332.200000', '231332.660000', '231333.120000', '231333.580000', '231334.040000', '231334.500000', '231334.960000', '231335.420000', '231335.880000', '231336.340000', '231336.800000', '231337.260000', '231337.720000', '231338.180000', '231338.640000', '231339.100000', '231339.560000', '231340.020000', '231340.480000', '231340.940000', '231341.400000', '231341.860000', '231342.320000', '231342.780000', '231343.240000', '231343.700000', '231344.160000', '231344.620000', '231345.080000', '231345.540000', '231346.000000', '231346.460000', '231346.920000', '231347.380000', '231347.840000', '231348.300000', '231348.760000', '231349.220000', '231349.680000', '231350.140000', '231350.600000', '231351.060000', '231351.520000', '231351.980000', '231352.440000', '231352.900000', '231353.360000', '231353.820000', '231354.280000', '231354.740000', '231355.200000', '231355.660000', '231356.120000', '231356.580000', '231357.040000', '231357.500000', '231357.960000', '231358.420000', '231358.880000', '231359.340000', '231359.800000', '231400.260000', '231400.720000', '231401.180000', '231401.640000', '231402.100000', '231402.560000', '231403.020000', '231403.480000', '231403.940000', '231404.400000', '231404.860000', '231405.320000', '231405.780000', '231406.240000', '231406.700000', '231407.160000', '231407.620000', '231408.080000', '231408.540000', '231409.000000', '231409.460000', '231409.920000', '231410.380000', '231410.840000', '231411.300000', '231411.760000', '231412.220000', '231412.680000', '231413.140000', '231413.600000', '231414.060000', '231414.520000', '231414.980000', '231415.440000', '231415.900000', '231416.360000', '231416.820000', '231417.280000', '231417.740000', '231418.200000', '231418.660000', '231419.120000', '231419.580000', '231420.040000', '231420.500000', '231420.960000', '231421.420000', '231421.880000', '231422.340000', '231422.800000', '231423.260000', '231423.720000', '231424.180000', '231424.640000', '231425.100000', '231425.560000', '231426.020000', '231426.480000', '231426.940000', '231427.400000', '231427.860000', '231428.320000', '231428.780000', '231429.240000', '231429.700000', '231430.160000', '231430.620000', '231431.080000', '231431.540000', '231432.000000', '231432.460000', '231432.920000', '231433.380000', '231433.840000', '231434.300000', '231434.760000', '231435.220000', '231435.680000', '231436.140000', '231436.600000', '231437.060000', '231437.520000', '231437.980000', '231438.440000', '231438.900000', '231439.360000', '231439.820000', '231440.280000', '231440.740000', '231441.200000', '231441.660000', '231442.120000', '231442.580000', '231443.040000', '231443.500000', '231443.960000', '231444.420000', '231444.880000', '231445.340000', '231445.800000', '231446.260000', '231446.720000', '231447.180000', '231447.640000', '231448.100000', '231448.560000', '231449.020000', '231449.480000', '231449.940000', '231450.400000', '231450.860000', '231451.320000', '231451.780000', '231452.240000', '231452.700000', '231453.160000', '231453.620000', '231454.080000', '231454.540000', '231455.000000', '231455.460000', '231455.920000', '231456.380000', '231456.840000', '231457.300000', '231457.760000', '231458.220000', '231458.680000', '231459.140000', '231459.600000', '231500.060000', '231500.520000', '231500.980000', '231501.440000', '231501.900000', '231502.360000', '231502.820000', '231503.280000', '231503.740000', '231504.200000', '231504.660000', '231505.120000', '231505.580000', '231506.040000', '231506.500000', '231506.960000', '231507.420000', '231507.880000', '231508.340000', '231508.800000', '231509.260000', '231509.720000', '231510.180000', '231510.640000', '231511.100000', '231511.560000', '231512.020000', '231512.480000', '231512.940000', '231513.400000', '231513.860000', '231514.320000', '231514.780000', '231515.240000', '231515.700000', '231516.160000', '231516.620000', '231517.080000', '231517.540000', '231518.000000', '231518.460000', '231518.920000', '231519.380000', '231519.840000', '231520.300000', '231520.760000', '231521.220000', '231521.680000', '231522.140000', '231522.600000', '231523.060000', '231523.520000', '231523.980000', '231524.440000', '231524.900000', '231525.360000', '231525.820000', '231526.280000', '231526.740000', '231527.200000', '231527.660000', '231528.120000', '231528.580000', '231529.040000', '231529.500000', '231529.960000', '231530.420000', '231530.880000', '231531.340000', '231531.800000', '231532.260000', '231532.720000', '231533.180000', '231533.640000', '231534.100000', '231534.560000', '231535.020000', '231535.480000', '231535.940000', '231536.400000', '231536.860000', '231537.320000', '231537.780000', '231538.240000', '231538.700000', '231539.160000', '231539.620000', '231540.080000', '231540.540000', '231541.000000', '231541.460000', '231541.920000', '231542.380000', '231542.840000', '231543.300000', '231543.760000', '231544.220000', '231544.680000', '231545.140000', '231545.600000', '231546.060000', '231546.520000', '231546.980000', '231547.440000', '231547.900000', '231548.360000', '231548.820000', '231549.280000', '231549.740000', '231550.200000', '231550.660000', '231551.120000', '231551.580000', '231552.040000', '231552.500000', '231552.960000', '231553.420000', '231553.880000', '231554.340000', '231554.800000', '231555.260000', '231555.720000', '231556.180000', '231556.640000', '231557.100000', '231557.560000', '231558.020000', '231558.480000', '231558.940000', '231559.400000', '231559.860000', '231600.320000', '231600.780000', '231601.240000', '231601.700000', '231602.160000', '231602.620000', '231603.080000', '231603.540000', '231604.000000', '231604.460000', '231604.920000', '231605.380000', '231605.840000', '231606.300000', '231606.760000', '231607.220000', '231607.680000', '231608.140000', '231608.600000', '231609.060000', '231609.520000', '231609.980000', '231610.440000', '231610.900000', '231611.360000', '231611.820000', '231612.280000', '231612.740000', '231613.200000', '231613.660000', '231614.120000', '231614.580000', '231615.040000', '231615.500000', '231615.960000', '231616.420000', '231616.880000', '231617.340000', '231617.800000', '231618.260000', '231618.720000', '231619.180000', '231619.640000', '231620.100000', '231620.560000', '231621.020000', '231621.480000', '231621.940000', '231622.400000', '231622.860000', '231623.320000', '231623.780000', '231624.240000', '231624.700000', '231625.160000', '231625.620000', '231626.080000', '231626.540000', '231627.000000', '231627.460000', '231627.920000', '231628.380000', '231628.840000', '231629.300000', '231629.760000', '231630.220000', '231630.680000', '231631.140000', '231631.600000', '231632.060000', '231632.520000', '231632.980000', '231633.440000', '231633.900000', '231634.360000', '231634.820000', '231635.280000', '231635.740000', '231636.200000', '231636.660000', '231637.120000', '231637.580000', '231638.040000', '231638.500000', '231638.960000', '231639.420000', '231639.880000', '231640.340000', '231640.800000', '231641.260000', '231641.720000', '231642.180000', '231642.640000', '231643.100000', '231643.560000', '231644.020000', '231644.480000', '231644.940000', '231645.400000', '231645.860000', '231646.320000', '231646.780000', '231647.240000', '231647.700000', '231648.160000', '231648.620000', '231649.080000', '231649.540000', '231650.000000', '231650.460000', '231650.920000', '231651.380000', '231651.840000', '231652.300000', '231652.760000', '231653.220000', '231653.680000', '231654.140000', '231654.600000', '231655.060000', '231655.520000', '231655.980000', '231656.440000', '231656.900000', '231657.360000', '231657.820000', '231658.280000', '231658.740000', '231659.200000', '231659.660000', '231700.120000', '231700.580000', '231701.040000', '231701.500000', '231701.960000', '231702.420000', '231702.880000', '231703.340000', '231703.800000', '231704.260000', '231704.720000', '231705.180000', '231705.640000', '231706.100000', '231706.560000', '231707.020000', '231707.480000', '231707.940000', '231708.400000', '231708.860000', '231709.320000', '231709.780000', '231710.240000', '231710.700000', '231711.160000', '231711.620000', '231712.080000', '231712.540000', '231713.000000', '231713.460000', '231713.920000', '231714.380000', '231714.840000', '231715.300000', '231715.760000', '231716.220000', '231716.680000', '231717.140000', '231717.600000', '231718.060000', '231718.520000', '231718.980000', '231719.440000', '231719.900000', '231720.360000', '231720.820000', '231721.280000', '231721.740000', '231722.200000', '231722.660000', '231723.120000', '231723.580000', '231724.040000', '231724.500000', '231724.960000', '231725.420000', '231725.880000', '231726.340000', '231726.800000', '231727.260000', '231727.720000', '231728.180000', '231728.640000', '231729.100000', '231729.560000', '231730.020000', '231730.480000', '231730.940000', '231731.400000', '231731.860000', '231732.320000', '231732.780000', '231733.240000', '231733.700000', '231734.160000', '231734.620000', '231735.080000', '231735.540000', '231736.000000', '231736.460000', '231736.920000', '231737.380000', '231737.840000', '231738.300000', '231738.760000', '231739.220000', '231739.680000', '231740.140000', '231740.600000', '231741.060000', '231741.520000', '231741.980000', '231742.440000', '231742.900000', '231743.360000', '231743.820000', '231744.280000', '231744.740000', '231745.200000', '231745.660000', '231746.120000', '231746.580000', '231747.040000', '231747.500000', '231747.960000', '231748.420000', '231748.880000', '231749.340000', '231749.800000', '231750.260000', '231750.720000', '231751.180000', '231751.640000', '231752.100000', '231752.560000', '231753.020000', '231753.480000', '231753.940000', '231754.400000', '231754.860000', '231755.320000', '231755.780000', '231756.240000', '231756.700000', '231757.160000', '231757.620000', '231758.080000', '231758.540000', '231759.000000', '231759.460000', '231759.920000', '231800.380000', '231800.840000', '231801.300000', '231801.760000', '231802.220000', '231802.680000', '231803.140000', '231803.600000', '231804.060000', '231804.520000', '231804.980000', '231805.440000', '231805.900000', '231806.360000', '231806.820000', '231807.280000', '231807.740000', '231808.200000', '231808.660000', '231809.120000', '231809.580000', '231810.040000', '231810.500000', '231810.960000', '231811.420000', '231811.880000', '231812.340000', '231812.800000', '231813.260000', '231813.720000', '231814.180000', '231814.640000', '231815.100000', '231815.560000', '231816.020000', '231816.480000', '231816.940000', '231817.400000', '231817.860000', '231818.320000', '231818.780000', '231819.240000', '231819.700000', '231820.160000', '231820.620000', '231821.080000', '231821.540000', '231822.000000', '231822.460000', '231822.920000', '231823.380000', '231823.840000', '231824.300000', '231824.760000', '231825.220000', '231825.680000', '231826.140000', '231826.600000', '231827.060000', '231827.520000', '231827.980000', '231828.440000'], 'ContentTime': ['230925.461000', '230925.464000', '230925.467000', '230925.469000', '230925.473000', '230925.475000', '230925.478000', '230925.480000', '230925.483000', '230925.485000', '230925.488000', '230925.491000', '230925.493000', '230925.496000', '230925.499000', '230925.501000', '230925.504000', '230925.506000', '230925.509000', '230925.511000', '230925.514000', '230925.516000', '230925.519000', '230925.531000', '230925.533000', '230945.416000', '230945.419000', '230945.422000', '230945.424000', '230945.427000', '230945.430000', '230945.432000', '230945.435000', '230945.437000', '230945.440000', '230945.442000', '230945.445000', '230945.447000', '230945.450000', '230945.452000', '230945.455000', '230945.458000', '230945.460000', '230945.463000', '230945.465000', '230945.468000', '230945.470000', '230945.473000', '230945.476000', '230945.478000', '230945.481000', '230945.483000', '230945.486000', '230945.488000', '230945.491000', '230945.493000', '230945.502000', '230945.504000', '230945.507000', '230945.509000', '230945.512000', '230945.514000', '230945.517000', '230945.520000', '230945.522000', '230945.525000', '230945.527000', '230945.530000', '231005.417000', '231005.420000', '231005.423000', '231005.426000', '231005.428000', '231005.431000', '231005.434000', '231005.436000', '231005.439000', '231005.441000', '231005.444000', '231005.447000', '231005.449000', '231005.452000', '231005.454000', '231005.457000', '231005.459000', '231005.462000', '231005.464000', '231005.467000', '231005.470000', '231005.472000', '231005.475000', '231005.477000', '231005.480000', '231005.482000', '231005.485000', '231005.487000', '231005.490000', '231005.493000', '231005.495000', '231005.498000', '231005.500000', '231005.503000', '231005.505000', '231005.508000', '231005.510000', '231005.513000', '231005.516000', '231005.518000', '231005.521000', '231005.523000', '231005.526000', '231005.528000', '231025.418000', '231025.420000', '231025.423000', '231025.425000', '231025.428000', '231025.431000', '231025.433000', '231025.436000', '231025.438000', '231025.441000', '231025.443000', '231025.446000', '231025.448000', '231025.451000', '231025.453000', '231025.456000', '231025.459000', '231025.461000', '231025.464000', '231025.467000', '231025.470000', '231025.472000', '231025.475000', '231025.478000', '231025.481000', '231025.484000', '231025.487000', '231025.490000', '231025.492000', '231025.495000', '231025.497000', '231025.500000', '231025.502000', '231025.505000', '231025.508000', '231025.510000', '231025.513000', '231025.515000', '231025.518000', '231025.521000', '231025.523000', '231025.526000', '231025.529000', '231045.417000', '231045.420000', '231045.423000', '231045.425000', '231045.428000', '231045.431000', '231045.433000', '231045.436000', '231045.438000', '231045.441000', '231045.443000', '231045.446000', '231045.449000', '231045.451000', '231045.454000', '231045.456000', '231045.459000', '231045.462000', '231045.464000', '231045.467000', '231045.469000', '231045.472000', '231045.474000', '231045.477000', '231045.480000', '231045.482000', '231045.485000', '231045.487000', '231045.490000', '231045.492000', '231045.495000', '231045.498000', '231045.500000', '231045.503000', '231045.505000', '231045.508000', '231045.511000', '231045.513000', '231045.516000', '231045.518000', '231045.521000', '231045.524000', '231045.526000', '231045.529000', '231105.417000', '231105.420000', '231105.423000', '231105.425000', '231105.428000', '231105.430000', '231105.433000', '231105.436000', '231105.438000', '231105.441000', '231105.443000', '231105.446000', '231105.448000', '231105.451000', '231105.454000', '231105.456000', '231105.459000', '231105.461000', '231105.464000', '231105.466000', '231105.469000', '231105.471000', '231105.474000', '231105.476000', '231105.479000', '231105.482000', '231105.484000', '231105.487000', '231105.489000', '231105.492000', '231105.494000', '231105.497000', '231105.500000', '231105.502000', '231105.505000', '231105.507000', '231105.510000', '231105.512000', '231105.515000', '231105.517000', '231105.520000', '231105.523000', '231105.526000', '231125.418000', '231125.420000', '231125.423000', '231125.426000', '231125.428000', '231125.431000', '231125.433000', '231125.436000', '231125.439000', '231125.441000', '231125.444000', '231125.446000', '231125.449000', '231125.452000', '231125.454000', '231125.457000', '231125.459000', '231125.462000', '231125.465000', '231125.467000', '231125.470000', '231125.472000', '231125.475000', '231125.478000', '231125.480000', '231125.483000', '231125.485000', '231125.488000', '231125.491000', '231125.493000', '231125.496000', '231125.498000', '231125.501000', '231125.504000', '231125.506000', '231125.509000', '231125.511000', '231125.514000', '231125.517000', '231125.519000', '231125.522000', '231125.524000', '231125.527000', '231125.530000', '231145.416000', '231145.419000', '231145.422000', '231145.424000', '231145.427000', '231145.429000', '231145.432000', '231145.435000', '231145.437000', '231145.440000', '231145.442000', '231145.445000', '231145.447000', '231145.450000', '231145.452000', '231145.455000', '231145.458000', '231145.460000', '231145.463000', '231145.465000', '231145.468000', '231145.470000', '231145.473000', '231145.476000', '231145.478000', '231145.481000', '231145.483000', '231145.486000', '231145.488000', '231145.491000', '231145.494000', '231145.496000', '231145.499000', '231145.501000', '231145.505000', '231145.507000', '231145.510000', '231145.513000', '231145.515000', '231145.518000', '231145.520000', '231145.523000', '231145.525000', '231205.416000', '231205.419000', '231205.422000', '231205.424000', '231205.427000', '231205.429000', '231205.432000', '231205.435000', '231205.437000', '231205.440000', '231205.442000', '231205.445000', '231205.448000', '231205.450000', '231205.453000', '231205.456000', '231205.458000', '231205.461000', '231205.464000', '231205.466000', '231205.469000', '231205.471000', '231205.474000', '231205.477000', '231205.479000', '231205.482000', '231205.485000', '231205.487000', '231205.490000', '231205.492000', '231205.495000', '231205.497000', '231205.500000', '231205.503000', '231205.505000', '231205.508000', '231205.510000', '231205.513000', '231205.515000', '231205.529000', '231205.532000', '231205.534000', '231205.537000', '231205.540000', '231225.418000', '231225.421000', '231225.423000', '231225.426000', '231225.428000', '231225.431000', '231225.433000', '231225.436000', '231225.439000', '231225.441000', '231225.444000', '231225.446000', '231225.449000', '231225.451000', '231225.454000', '231225.456000', '231225.459000', '231225.462000', '231225.464000', '231225.467000', '231225.469000', '231225.472000', '231225.474000', '231225.477000', '231225.480000', '231225.482000', '231225.485000', '231225.487000', '231225.490000', '231225.492000', '231225.495000', '231225.498000', '231225.500000', '231225.503000', '231225.505000', '231225.508000', '231225.511000', '231225.513000', '231225.516000', '231225.519000', '231225.521000', '231225.524000', '231225.526000', '231245.418000', '231245.420000', '231245.423000', '231245.426000', '231245.428000', '231245.431000', '231245.433000', '231245.436000', '231245.439000', '231245.441000', '231245.444000', '231245.446000', '231245.449000', '231245.451000', '231245.454000', '231245.457000', '231245.459000', '231245.462000', '231245.464000', '231245.467000', '231245.469000', '231245.472000', '231245.475000', '231245.477000', '231245.480000', '231245.482000', '231245.485000', '231245.488000', '231245.490000', '231245.493000', '231245.495000', '231245.498000', '231245.501000', '231245.503000', '231245.506000', '231245.508000', '231245.511000', '231245.514000', '231245.516000', '231245.519000', '231245.521000', '231245.524000', '231245.527000', '231245.529000', '231305.417000', '231305.420000', '231305.423000', '231305.425000', '231305.428000', '231305.431000', '231305.433000', '231305.436000', '231305.438000', '231305.441000', '231305.444000', '231305.446000', '231305.449000', '231305.451000', '231305.454000', '231305.456000', '231305.459000', '231305.462000', '231305.464000', '231305.467000', '231305.469000', '231305.472000', '231305.474000', '231305.477000', '231305.480000', '231305.482000', '231305.485000', '231305.487000', '231305.490000', '231305.492000', '231305.495000', '231305.498000', '231305.500000', '231305.503000', '231305.505000', '231305.508000', '231305.511000', '231305.513000', '231305.516000', '231305.518000', '231305.521000', '231305.523000', '231305.526000', '231325.417000', '231325.420000', '231325.423000', '231325.426000', '231325.428000', '231325.431000', '231325.433000', '231325.436000', '231325.439000', '231325.441000', '231325.444000', '231325.446000', '231325.449000', '231325.452000', '231325.454000', '231325.457000', '231325.460000', '231325.462000', '231325.465000', '231325.467000', '231325.470000', '231325.473000', '231325.475000', '231325.478000', '231325.481000', '231325.483000', '231325.486000', '231325.488000', '231325.491000', '231325.494000', '231325.496000', '231325.499000', '231325.501000', '231325.504000', '231325.506000', '231325.509000', '231325.512000', '231325.514000', '231325.517000', '231325.519000', '231325.522000', '231325.525000', '231325.527000', '231325.530000', '231345.417000', '231345.420000', '231345.423000', '231345.426000', '231345.428000', '231345.431000', '231345.433000', '231345.436000', '231345.438000', '231345.441000', '231345.444000', '231345.446000', '231345.449000', '231345.451000', '231345.454000', '231345.456000', '231345.459000', '231345.462000', '231345.464000', '231345.467000', '231345.476000', '231345.479000', '231345.481000', '231345.484000', '231345.486000', '231345.489000', '231345.492000', '231345.494000', '231345.497000', '231345.499000', '231345.502000', '231345.505000', '231345.507000', '231345.510000', '231345.512000', '231345.515000', '231345.517000', '231345.520000', '231345.523000', '231345.525000', '231345.528000', '231345.530000', '231345.533000', '231405.416000', '231405.419000', '231405.422000', '231405.424000', '231405.427000', '231405.430000', '231405.432000', '231405.435000', '231405.438000', '231405.440000', '231405.443000', '231405.445000', '231405.448000', '231405.451000', '231405.453000', '231405.456000', '231405.459000', '231405.461000', '231405.464000', '231405.466000', '231405.469000', '231405.472000', '231405.474000', '231405.477000', '231405.479000', '231405.482000', '231405.485000', '231405.487000', '231405.490000', '231405.492000', '231405.495000', '231405.498000', '231405.500000', '231405.503000', '231405.506000', '231405.508000', '231405.511000', '231405.513000', '231405.516000', '231405.519000', '231405.521000', '231405.524000', '231405.526000', '231405.529000', '231425.417000', '231425.420000', '231425.422000', '231425.425000', '231425.428000', '231425.430000', '231425.433000', '231425.435000', '231425.438000', '231425.440000', '231425.443000', '231425.446000', '231425.448000', '231425.451000', '231425.453000', '231425.456000', '231425.459000', '231425.461000', '231425.464000', '231425.466000', '231425.469000', '231425.472000', '231425.474000', '231425.477000', '231425.479000', '231425.482000', '231425.484000', '231425.487000', '231425.490000', '231425.492000', '231425.495000', '231425.497000', '231425.500000', '231425.503000', '231425.505000', '231425.508000', '231425.510000', '231425.513000', '231425.515000', '231425.518000', '231425.521000', '231425.523000', '231425.526000', '231445.418000', '231445.421000', '231445.423000', '231445.426000', '231445.428000', '231445.433000', '231445.436000', '231445.438000', '231445.441000', '231445.443000', '231445.446000', '231445.449000', '231445.451000', '231445.454000', '231445.456000', '231445.459000', '231445.461000', '231445.464000', '231445.467000', '231445.469000', '231445.472000', '231445.474000', '231445.477000', '231445.480000', '231445.483000', '231445.485000', '231445.488000', '231445.490000', '231445.493000', '231445.496000', '231445.498000', '231445.501000', '231445.504000', '231445.506000', '231445.509000', '231445.511000', '231445.514000', '231445.517000', '231445.519000', '231445.522000', '231445.524000', '231445.527000', '231445.530000', '231445.532000', '231505.418000', '231505.421000', '231505.423000', '231505.426000', '231505.429000', '231505.431000', '231505.434000', '231505.436000', '231505.439000', '231505.442000', '231505.444000', '231505.447000', '231505.449000', '231505.452000', '231505.454000', '231505.457000', '231505.460000', '231505.462000', '231505.465000', '231505.467000', '231505.470000', '231505.472000', '231505.475000', '231505.478000', '231505.480000', '231505.483000', '231505.485000', '231505.488000', '231505.490000', '231505.493000', '231505.502000', '231505.504000', '231505.507000', '231505.509000', '231505.512000', '231505.514000', '231505.517000', '231505.520000', '231505.522000', '231505.525000', '231505.528000', '231505.530000', '231505.533000', '231525.418000', '231525.421000', '231525.424000', '231525.426000', '231525.429000', '231525.431000', '231525.434000', '231525.437000', '231525.439000', '231525.442000', '231525.445000', '231525.447000', '231525.450000', '231525.452000', '231525.455000', '231525.458000', '231525.460000', '231525.463000', '231525.465000', '231525.468000', '231525.471000', '231525.473000', '231525.476000', '231525.478000', '231525.481000', '231525.484000', '231525.486000', '231525.489000', '231525.491000', '231525.494000', '231525.497000', '231525.499000', '231525.502000', '231525.505000', '231525.507000', '231525.510000', '231525.512000', '231525.515000', '231525.517000', '231525.520000', '231525.523000', '231525.525000', '231525.528000', '231525.530000', '231545.418000', '231545.421000', '231545.423000', '231545.426000', '231545.428000', '231545.431000', '231545.433000', '231545.436000', '231545.439000', '231545.441000', '231545.444000', '231545.446000', '231545.449000', '231545.451000', '231545.454000', '231545.457000', '231545.459000', '231545.462000', '231545.464000', '231545.467000', '231545.469000', '231545.472000', '231545.475000', '231545.477000', '231545.480000', '231545.482000', '231545.485000', '231545.488000', '231545.490000', '231545.493000', '231545.495000', '231545.498000', '231545.501000', '231545.503000', '231545.506000', '231545.508000', '231545.511000', '231545.513000', '231545.516000', '231545.519000', '231545.521000', '231545.524000', '231545.526000', '231605.417000', '231605.420000', '231605.423000', '231605.426000', '231605.428000', '231605.431000', '231605.433000', '231605.436000', '231605.439000', '231605.441000', '231605.444000', '231605.446000', '231605.449000', '231605.451000', '231605.454000', '231605.457000', '231605.459000', '231605.462000', '231605.464000', '231605.467000', '231605.470000', '231605.472000', '231605.483000', '231605.485000', '231605.488000', '231605.490000', '231605.493000', '231605.496000', '231605.498000', '231605.501000', '231605.503000', '231605.506000', '231605.509000', '231605.511000', '231605.514000', '231605.516000', '231605.519000', '231605.522000', '231605.524000', '231605.527000', '231605.529000', '231605.532000', '231605.534000', '231605.537000', '231625.418000', '231625.421000', '231625.424000', '231625.426000', '231625.429000', '231625.431000', '231625.434000', '231625.437000', '231625.439000', '231625.442000', '231625.444000', '231625.447000', '231625.450000', '231625.452000', '231625.455000', '231625.458000', '231625.460000', '231625.463000', '231625.465000', '231625.468000', '231625.471000', '231625.473000', '231625.476000', '231625.478000', '231625.481000', '231625.484000', '231625.486000', '231625.489000', '231625.492000', '231625.494000', '231625.497000', '231625.499000', '231625.502000', '231625.505000', '231625.507000', '231625.510000', '231625.513000', '231625.515000', '231625.518000', '231625.520000', '231625.523000', '231625.533000', '231625.536000', '231645.417000', '231645.419000', '231645.423000', '231645.425000', '231645.428000', '231645.431000', '231645.433000', '231645.436000', '231645.438000', '231645.441000', '231645.444000', '231645.446000', '231645.449000', '231645.451000', '231645.454000', '231645.457000', '231645.459000', '231645.462000', '231645.465000', '231645.467000', '231645.470000', '231645.472000', '231645.475000', '231645.478000', '231645.480000', '231645.483000', '231645.486000', '231645.488000', '231645.491000', '231645.493000', '231645.496000', '231645.499000', '231645.501000', '231645.504000', '231645.507000', '231645.509000', '231645.512000', '231645.514000', '231645.517000', '231645.520000', '231645.522000', '231645.525000', '231645.527000', '231705.418000', '231705.420000', '231705.423000', '231705.426000', '231705.428000', '231705.431000', '231705.433000', '231705.436000', '231705.439000', '231705.441000', '231705.444000', '231705.446000', '231705.449000', '231705.452000', '231705.454000', '231705.457000', '231705.459000', '231705.462000', '231705.464000', '231705.467000', '231705.469000', '231705.472000', '231705.475000', '231705.477000', '231705.480000', '231705.482000', '231705.485000', '231705.487000', '231705.490000', '231705.493000', '231705.495000', '231705.498000', '231705.500000', '231705.503000', '231705.505000', '231705.508000', '231705.511000', '231705.513000', '231705.516000', '231705.518000', '231705.521000', '231705.523000', '231705.526000', '231705.529000', '231725.418000', '231725.420000', '231725.423000', '231725.426000', '231725.428000', '231725.431000', '231725.434000', '231725.437000', '231725.439000', '231725.442000', '231725.445000', '231725.447000', '231725.450000', '231725.453000', '231725.455000', '231725.458000', '231725.460000', '231725.463000', '231725.466000', '231725.468000', '231725.471000', '231725.473000', '231725.476000', '231725.479000', '231725.481000', '231725.484000', '231725.487000', '231725.489000', '231725.492000', '231725.494000', '231725.497000', '231725.500000', '231725.502000', '231725.505000', '231725.508000', '231725.510000', '231725.513000', '231725.515000', '231725.518000', '231725.521000', '231725.523000', '231725.526000', '231725.528000', '231725.531000', '231745.418000', '231745.421000', '231745.423000', '231745.426000', '231745.428000', '231745.431000', '231745.433000', '231745.436000', '231745.439000', '231745.441000', '231745.444000', '231745.446000', '231745.449000', '231745.451000', '231745.454000', '231745.457000', '231745.459000', '231745.462000', '231745.464000', '231745.467000', '231745.469000', '231745.472000', '231745.475000', '231745.477000', '231745.480000', '231745.482000', '231745.485000', '231745.488000', '231745.490000', '231745.493000', '231745.495000', '231745.498000', '231745.500000', '231745.503000', '231745.505000', '231745.508000', '231745.511000', '231745.513000', '231745.538000', '231745.540000', '231745.543000', '231745.546000', '231745.548000', '231805.418000', '231805.420000', '231805.423000', '231805.426000', '231805.428000', '231805.431000', '231805.433000', '231805.437000', '231805.440000', '231805.443000', '231805.446000', '231805.448000', '231805.451000', '231805.454000', '231805.456000', '231805.459000', '231805.462000', '231805.465000', '231805.468000', '231805.471000', '231805.474000', '231805.476000', '231805.479000', '231805.481000', '231805.484000', '231805.487000', '231805.489000', '231805.492000', '231805.494000', '231805.497000', '231805.499000', '231805.502000', '231805.505000', '231805.507000', '231805.510000', '231805.513000', '231805.515000', '231805.518000', '231805.521000', '231805.523000', '231805.526000', '231805.528000', '231805.531000', '231825.417000', '231825.419000', '231825.422000', '231825.425000', '231825.427000', '231825.430000', '231825.432000', '231825.435000', '231825.438000', '231825.440000', '231825.443000', '231825.445000', '231825.448000', '231825.451000', '231825.453000', '231825.456000', '231825.459000', '231825.461000', '231825.464000', '231825.466000', '231825.469000', '231825.472000', '231825.474000', '231825.477000', '231825.479000', '231825.482000', '231825.485000', '231825.487000', '231825.490000', '231825.492000', '231825.495000', '231825.497000', '231825.500000', '231825.503000', '231825.505000', '231825.508000', '231825.510000', '231825.513000', '231825.515000', '231825.518000', '231825.521000', '231825.523000', '231825.526000', '231825.528000', '231829.785000', '231829.788000', '231829.790000', '231829.793000', '231829.795000', '231829.798000', '231829.801000', '231829.803000', '231829.806000', '231829.808000'], 'InstanceCreationTime': ['230925.461000', '230925.464000', '230925.467000', '230925.469000', '230925.473000', '230925.475000', '230925.478000', '230925.480000', '230925.483000', '230925.485000', '230925.488000', '230925.491000', '230925.493000', '230925.496000', '230925.499000', '230925.501000', '230925.504000', '230925.506000', '230925.509000', '230925.511000', '230925.514000', '230925.516000', '230925.519000', '230925.531000', '230925.533000', '230945.416000', '230945.419000', '230945.422000', '230945.424000', '230945.427000', '230945.430000', '230945.432000', '230945.435000', '230945.437000', '230945.440000', '230945.442000', '230945.445000', '230945.447000', '230945.450000', '230945.452000', '230945.455000', '230945.458000', '230945.460000', '230945.463000', '230945.465000', '230945.468000', '230945.470000', '230945.473000', '230945.476000', '230945.478000', '230945.481000', '230945.483000', '230945.486000', '230945.488000', '230945.491000', '230945.493000', '230945.502000', '230945.504000', '230945.507000', '230945.509000', '230945.512000', '230945.514000', '230945.517000', '230945.520000', '230945.522000', '230945.525000', '230945.527000', '230945.530000', '231005.417000', '231005.420000', '231005.423000', '231005.426000', '231005.428000', '231005.431000', '231005.434000', '231005.436000', '231005.439000', '231005.441000', '231005.444000', '231005.447000', '231005.449000', '231005.452000', '231005.454000', '231005.457000', '231005.459000', '231005.462000', '231005.464000', '231005.467000', '231005.470000', '231005.472000', '231005.475000', '231005.477000', '231005.480000', '231005.482000', '231005.485000', '231005.487000', '231005.490000', '231005.493000', '231005.495000', '231005.498000', '231005.500000', '231005.503000', '231005.505000', '231005.508000', '231005.510000', '231005.513000', '231005.516000', '231005.518000', '231005.521000', '231005.523000', '231005.526000', '231005.528000', '231025.418000', '231025.420000', '231025.423000', '231025.425000', '231025.428000', '231025.431000', '231025.433000', '231025.436000', '231025.438000', '231025.441000', '231025.443000', '231025.446000', '231025.448000', '231025.451000', '231025.453000', '231025.456000', '231025.459000', '231025.461000', '231025.464000', '231025.467000', '231025.470000', '231025.472000', '231025.475000', '231025.478000', '231025.481000', '231025.484000', '231025.487000', '231025.490000', '231025.492000', '231025.495000', '231025.497000', '231025.500000', '231025.502000', '231025.505000', '231025.508000', '231025.510000', '231025.513000', '231025.515000', '231025.518000', '231025.521000', '231025.523000', '231025.526000', '231025.529000', '231045.417000', '231045.420000', '231045.423000', '231045.425000', '231045.428000', '231045.431000', '231045.433000', '231045.436000', '231045.438000', '231045.441000', '231045.443000', '231045.446000', '231045.449000', '231045.451000', '231045.454000', '231045.456000', '231045.459000', '231045.462000', '231045.464000', '231045.467000', '231045.469000', '231045.472000', '231045.474000', '231045.477000', '231045.480000', '231045.482000', '231045.485000', '231045.487000', '231045.490000', '231045.492000', '231045.495000', '231045.498000', '231045.500000', '231045.503000', '231045.505000', '231045.508000', '231045.511000', '231045.513000', '231045.516000', '231045.518000', '231045.521000', '231045.524000', '231045.526000', '231045.529000', '231105.417000', '231105.420000', '231105.423000', '231105.425000', '231105.428000', '231105.430000', '231105.433000', '231105.436000', '231105.438000', '231105.441000', '231105.443000', '231105.446000', '231105.448000', '231105.451000', '231105.454000', '231105.456000', '231105.459000', '231105.461000', '231105.464000', '231105.466000', '231105.469000', '231105.471000', '231105.474000', '231105.476000', '231105.479000', '231105.482000', '231105.484000', '231105.487000', '231105.489000', '231105.492000', '231105.494000', '231105.497000', '231105.500000', '231105.502000', '231105.505000', '231105.507000', '231105.510000', '231105.512000', '231105.515000', '231105.517000', '231105.520000', '231105.523000', '231105.526000', '231125.418000', '231125.420000', '231125.423000', '231125.426000', '231125.428000', '231125.431000', '231125.433000', '231125.436000', '231125.439000', '231125.441000', '231125.444000', '231125.446000', '231125.449000', '231125.452000', '231125.454000', '231125.457000', '231125.459000', '231125.462000', '231125.465000', '231125.467000', '231125.470000', '231125.472000', '231125.475000', '231125.478000', '231125.480000', '231125.483000', '231125.485000', '231125.488000', '231125.491000', '231125.493000', '231125.496000', '231125.498000', '231125.501000', '231125.504000', '231125.506000', '231125.509000', '231125.511000', '231125.514000', '231125.517000', '231125.519000', '231125.522000', '231125.524000', '231125.527000', '231125.530000', '231145.416000', '231145.419000', '231145.422000', '231145.424000', '231145.427000', '231145.429000', '231145.432000', '231145.435000', '231145.437000', '231145.440000', '231145.442000', '231145.445000', '231145.447000', '231145.450000', '231145.452000', '231145.455000', '231145.458000', '231145.460000', '231145.463000', '231145.465000', '231145.468000', '231145.470000', '231145.473000', '231145.476000', '231145.478000', '231145.481000', '231145.483000', '231145.486000', '231145.488000', '231145.491000', '231145.494000', '231145.496000', '231145.499000', '231145.501000', '231145.505000', '231145.507000', '231145.510000', '231145.513000', '231145.515000', '231145.518000', '231145.520000', '231145.523000', '231145.525000', '231205.416000', '231205.419000', '231205.422000', '231205.424000', '231205.427000', '231205.429000', '231205.432000', '231205.435000', '231205.437000', '231205.440000', '231205.442000', '231205.445000', '231205.448000', '231205.450000', '231205.453000', '231205.456000', '231205.458000', '231205.461000', '231205.464000', '231205.466000', '231205.469000', '231205.471000', '231205.474000', '231205.477000', '231205.479000', '231205.482000', '231205.485000', '231205.487000', '231205.490000', '231205.492000', '231205.495000', '231205.497000', '231205.500000', '231205.503000', '231205.505000', '231205.508000', '231205.510000', '231205.513000', '231205.515000', '231205.529000', '231205.532000', '231205.534000', '231205.537000', '231205.540000', '231225.418000', '231225.421000', '231225.423000', '231225.426000', '231225.428000', '231225.431000', '231225.433000', '231225.436000', '231225.439000', '231225.441000', '231225.444000', '231225.446000', '231225.449000', '231225.451000', '231225.454000', '231225.456000', '231225.459000', '231225.462000', '231225.464000', '231225.467000', '231225.469000', '231225.472000', '231225.474000', '231225.477000', '231225.480000', '231225.482000', '231225.485000', '231225.487000', '231225.490000', '231225.492000', '231225.495000', '231225.498000', '231225.500000', '231225.503000', '231225.505000', '231225.508000', '231225.511000', '231225.513000', '231225.516000', '231225.519000', '231225.521000', '231225.524000', '231225.526000', '231245.418000', '231245.420000', '231245.423000', '231245.426000', '231245.428000', '231245.431000', '231245.433000', '231245.436000', '231245.439000', '231245.441000', '231245.444000', '231245.446000', '231245.449000', '231245.451000', '231245.454000', '231245.457000', '231245.459000', '231245.462000', '231245.464000', '231245.467000', '231245.469000', '231245.472000', '231245.475000', '231245.477000', '231245.480000', '231245.482000', '231245.485000', '231245.488000', '231245.490000', '231245.493000', '231245.495000', '231245.498000', '231245.501000', '231245.503000', '231245.506000', '231245.508000', '231245.511000', '231245.514000', '231245.516000', '231245.519000', '231245.521000', '231245.524000', '231245.527000', '231245.529000', '231305.417000', '231305.420000', '231305.423000', '231305.425000', '231305.428000', '231305.431000', '231305.433000', '231305.436000', '231305.438000', '231305.441000', '231305.444000', '231305.446000', '231305.449000', '231305.451000', '231305.454000', '231305.456000', '231305.459000', '231305.462000', '231305.464000', '231305.467000', '231305.469000', '231305.472000', '231305.474000', '231305.477000', '231305.480000', '231305.482000', '231305.485000', '231305.487000', '231305.490000', '231305.492000', '231305.495000', '231305.498000', '231305.500000', '231305.503000', '231305.505000', '231305.508000', '231305.511000', '231305.513000', '231305.516000', '231305.518000', '231305.521000', '231305.523000', '231305.526000', '231325.417000', '231325.420000', '231325.423000', '231325.426000', '231325.428000', '231325.431000', '231325.433000', '231325.436000', '231325.439000', '231325.441000', '231325.444000', '231325.446000', '231325.449000', '231325.452000', '231325.454000', '231325.457000', '231325.460000', '231325.462000', '231325.465000', '231325.467000', '231325.470000', '231325.473000', '231325.475000', '231325.478000', '231325.481000', '231325.483000', '231325.486000', '231325.488000', '231325.491000', '231325.494000', '231325.496000', '231325.499000', '231325.501000', '231325.504000', '231325.506000', '231325.509000', '231325.512000', '231325.514000', '231325.517000', '231325.519000', '231325.522000', '231325.525000', '231325.527000', '231325.530000', '231345.417000', '231345.420000', '231345.423000', '231345.426000', '231345.428000', '231345.431000', '231345.433000', '231345.436000', '231345.438000', '231345.441000', '231345.444000', '231345.446000', '231345.449000', '231345.451000', '231345.454000', '231345.456000', '231345.459000', '231345.462000', '231345.464000', '231345.467000', '231345.476000', '231345.479000', '231345.481000', '231345.484000', '231345.486000', '231345.489000', '231345.492000', '231345.494000', '231345.497000', '231345.499000', '231345.502000', '231345.505000', '231345.507000', '231345.510000', '231345.512000', '231345.515000', '231345.517000', '231345.520000', '231345.523000', '231345.525000', '231345.528000', '231345.530000', '231345.533000', '231405.416000', '231405.419000', '231405.422000', '231405.424000', '231405.427000', '231405.430000', '231405.432000', '231405.435000', '231405.438000', '231405.440000', '231405.443000', '231405.445000', '231405.448000', '231405.451000', '231405.453000', '231405.456000', '231405.459000', '231405.461000', '231405.464000', '231405.466000', '231405.469000', '231405.472000', '231405.474000', '231405.477000', '231405.479000', '231405.482000', '231405.485000', '231405.487000', '231405.490000', '231405.492000', '231405.495000', '231405.498000', '231405.500000', '231405.503000', '231405.506000', '231405.508000', '231405.511000', '231405.513000', '231405.516000', '231405.519000', '231405.521000', '231405.524000', '231405.526000', '231405.529000', '231425.417000', '231425.420000', '231425.422000', '231425.425000', '231425.428000', '231425.430000', '231425.433000', '231425.435000', '231425.438000', '231425.440000', '231425.443000', '231425.446000', '231425.448000', '231425.451000', '231425.453000', '231425.456000', '231425.459000', '231425.461000', '231425.464000', '231425.466000', '231425.469000', '231425.472000', '231425.474000', '231425.477000', '231425.479000', '231425.482000', '231425.484000', '231425.487000', '231425.490000', '231425.492000', '231425.495000', '231425.497000', '231425.500000', '231425.503000', '231425.505000', '231425.508000', '231425.510000', '231425.513000', '231425.515000', '231425.518000', '231425.521000', '231425.523000', '231425.526000', '231445.418000', '231445.421000', '231445.423000', '231445.426000', '231445.428000', '231445.433000', '231445.436000', '231445.438000', '231445.441000', '231445.443000', '231445.446000', '231445.449000', '231445.451000', '231445.454000', '231445.456000', '231445.459000', '231445.461000', '231445.464000', '231445.467000', '231445.469000', '231445.472000', '231445.474000', '231445.477000', '231445.480000', '231445.483000', '231445.485000', '231445.488000', '231445.490000', '231445.493000', '231445.496000', '231445.498000', '231445.501000', '231445.504000', '231445.506000', '231445.509000', '231445.511000', '231445.514000', '231445.517000', '231445.519000', '231445.522000', '231445.524000', '231445.527000', '231445.530000', '231445.532000', '231505.418000', '231505.421000', '231505.423000', '231505.426000', '231505.429000', '231505.431000', '231505.434000', '231505.436000', '231505.439000', '231505.442000', '231505.444000', '231505.447000', '231505.449000', '231505.452000', '231505.454000', '231505.457000', '231505.460000', '231505.462000', '231505.465000', '231505.467000', '231505.470000', '231505.472000', '231505.475000', '231505.478000', '231505.480000', '231505.483000', '231505.485000', '231505.488000', '231505.490000', '231505.493000', '231505.502000', '231505.504000', '231505.507000', '231505.509000', '231505.512000', '231505.514000', '231505.517000', '231505.520000', '231505.522000', '231505.525000', '231505.528000', '231505.530000', '231505.533000', '231525.418000', '231525.421000', '231525.424000', '231525.426000', '231525.429000', '231525.431000', '231525.434000', '231525.437000', '231525.439000', '231525.442000', '231525.445000', '231525.447000', '231525.450000', '231525.452000', '231525.455000', '231525.458000', '231525.460000', '231525.463000', '231525.465000', '231525.468000', '231525.471000', '231525.473000', '231525.476000', '231525.478000', '231525.481000', '231525.484000', '231525.486000', '231525.489000', '231525.491000', '231525.494000', '231525.497000', '231525.499000', '231525.502000', '231525.505000', '231525.507000', '231525.510000', '231525.512000', '231525.515000', '231525.517000', '231525.520000', '231525.523000', '231525.525000', '231525.528000', '231525.530000', '231545.418000', '231545.421000', '231545.423000', '231545.426000', '231545.428000', '231545.431000', '231545.433000', '231545.436000', '231545.439000', '231545.441000', '231545.444000', '231545.446000', '231545.449000', '231545.451000', '231545.454000', '231545.457000', '231545.459000', '231545.462000', '231545.464000', '231545.467000', '231545.469000', '231545.472000', '231545.475000', '231545.477000', '231545.480000', '231545.482000', '231545.485000', '231545.488000', '231545.490000', '231545.493000', '231545.495000', '231545.498000', '231545.501000', '231545.503000', '231545.506000', '231545.508000', '231545.511000', '231545.513000', '231545.516000', '231545.519000', '231545.521000', '231545.524000', '231545.526000', '231605.417000', '231605.420000', '231605.423000', '231605.426000', '231605.428000', '231605.431000', '231605.433000', '231605.436000', '231605.439000', '231605.441000', '231605.444000', '231605.446000', '231605.449000', '231605.451000', '231605.454000', '231605.457000', '231605.459000', '231605.462000', '231605.464000', '231605.467000', '231605.470000', '231605.472000', '231605.483000', '231605.485000', '231605.488000', '231605.490000', '231605.493000', '231605.496000', '231605.498000', '231605.501000', '231605.503000', '231605.506000', '231605.509000', '231605.511000', '231605.514000', '231605.516000', '231605.519000', '231605.522000', '231605.524000', '231605.527000', '231605.529000', '231605.532000', '231605.534000', '231605.537000', '231625.418000', '231625.421000', '231625.424000', '231625.426000', '231625.429000', '231625.431000', '231625.434000', '231625.437000', '231625.439000', '231625.442000', '231625.444000', '231625.447000', '231625.450000', '231625.452000', '231625.455000', '231625.458000', '231625.460000', '231625.463000', '231625.465000', '231625.468000', '231625.471000', '231625.473000', '231625.476000', '231625.478000', '231625.481000', '231625.484000', '231625.486000', '231625.489000', '231625.492000', '231625.494000', '231625.497000', '231625.499000', '231625.502000', '231625.505000', '231625.507000', '231625.510000', '231625.513000', '231625.515000', '231625.518000', '231625.520000', '231625.523000', '231625.533000', '231625.536000', '231645.417000', '231645.419000', '231645.423000', '231645.425000', '231645.428000', '231645.431000', '231645.433000', '231645.436000', '231645.438000', '231645.441000', '231645.444000', '231645.446000', '231645.449000', '231645.451000', '231645.454000', '231645.457000', '231645.459000', '231645.462000', '231645.465000', '231645.467000', '231645.470000', '231645.472000', '231645.475000', '231645.478000', '231645.480000', '231645.483000', '231645.486000', '231645.488000', '231645.491000', '231645.493000', '231645.496000', '231645.499000', '231645.501000', '231645.504000', '231645.507000', '231645.509000', '231645.512000', '231645.514000', '231645.517000', '231645.520000', '231645.522000', '231645.525000', '231645.527000', '231705.418000', '231705.420000', '231705.423000', '231705.426000', '231705.428000', '231705.431000', '231705.433000', '231705.436000', '231705.439000', '231705.441000', '231705.444000', '231705.446000', '231705.449000', '231705.452000', '231705.454000', '231705.457000', '231705.459000', '231705.462000', '231705.464000', '231705.467000', '231705.469000', '231705.472000', '231705.475000', '231705.477000', '231705.480000', '231705.482000', '231705.485000', '231705.487000', '231705.490000', '231705.493000', '231705.495000', '231705.498000', '231705.500000', '231705.503000', '231705.505000', '231705.508000', '231705.511000', '231705.513000', '231705.516000', '231705.518000', '231705.521000', '231705.523000', '231705.526000', '231705.529000', '231725.418000', '231725.420000', '231725.423000', '231725.426000', '231725.428000', '231725.431000', '231725.434000', '231725.437000', '231725.439000', '231725.442000', '231725.445000', '231725.447000', '231725.450000', '231725.453000', '231725.455000', '231725.458000', '231725.460000', '231725.463000', '231725.466000', '231725.468000', '231725.471000', '231725.473000', '231725.476000', '231725.479000', '231725.481000', '231725.484000', '231725.487000', '231725.489000', '231725.492000', '231725.494000', '231725.497000', '231725.500000', '231725.502000', '231725.505000', '231725.508000', '231725.510000', '231725.513000', '231725.515000', '231725.518000', '231725.521000', '231725.523000', '231725.526000', '231725.528000', '231725.531000', '231745.418000', '231745.421000', '231745.423000', '231745.426000', '231745.428000', '231745.431000', '231745.433000', '231745.436000', '231745.439000', '231745.441000', '231745.444000', '231745.446000', '231745.449000', '231745.451000', '231745.454000', '231745.457000', '231745.459000', '231745.462000', '231745.464000', '231745.467000', '231745.469000', '231745.472000', '231745.475000', '231745.477000', '231745.480000', '231745.482000', '231745.485000', '231745.488000', '231745.490000', '231745.493000', '231745.495000', '231745.498000', '231745.500000', '231745.503000', '231745.505000', '231745.508000', '231745.511000', '231745.513000', '231745.538000', '231745.540000', '231745.543000', '231745.546000', '231745.548000', '231805.418000', '231805.420000', '231805.423000', '231805.426000', '231805.428000', '231805.431000', '231805.433000', '231805.437000', '231805.440000', '231805.443000', '231805.446000', '231805.448000', '231805.451000', '231805.454000', '231805.456000', '231805.459000', '231805.462000', '231805.465000', '231805.468000', '231805.471000', '231805.474000', '231805.476000', '231805.479000', '231805.481000', '231805.484000', '231805.487000', '231805.489000', '231805.492000', '231805.494000', '231805.497000', '231805.499000', '231805.502000', '231805.505000', '231805.507000', '231805.510000', '231805.513000', '231805.515000', '231805.518000', '231805.521000', '231805.523000', '231805.526000', '231805.528000', '231805.531000', '231825.417000', '231825.419000', '231825.422000', '231825.425000', '231825.427000', '231825.430000', '231825.432000', '231825.435000', '231825.438000', '231825.440000', '231825.443000', '231825.445000', '231825.448000', '231825.451000', '231825.453000', '231825.456000', '231825.459000', '231825.461000', '231825.464000', '231825.466000', '231825.469000', '231825.472000', '231825.474000', '231825.477000', '231825.479000', '231825.482000', '231825.485000', '231825.487000', '231825.490000', '231825.492000', '231825.495000', '231825.497000', '231825.500000', '231825.503000', '231825.505000', '231825.508000', '231825.510000', '231825.513000', '231825.515000', '231825.518000', '231825.521000', '231825.523000', '231825.526000', '231825.528000', '231829.785000', '231829.788000', '231829.790000', '231829.793000', '231829.795000', '231829.798000', '231829.801000', '231829.803000', '231829.806000', '231829.808000'], '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], 'LargestImagePixelValue': [10944, 9979, 10651, 10414, 10773, 9833, 11542, 10591, 11503, 10633, 11614, 11072, 11829, 10905, 12257, 11144, 12637, 11021, 12105, 10891, 12717, 11259, 12699, 11393, 12182, 11006, 13300, 11175, 13467, 10584, 13210, 10459, 13778, 10796, 11304, 10795, 10386, 10765, 9838, 12282, 10697, 12630, 10507, 12933, 10683, 13369, 10873, 13152, 10811, 13842, 11126, 13197, 11000, 13475, 10489, 11937, 10726, 9442, 11152, 10042, 12027, 10692, 12317, 10856, 12065, 11199, 13229, 10498, 9957, 10619, 9251, 10869, 10320, 11761, 10719, 12473, 11191, 12976, 11405, 13029, 10355, 12694, 10486, 9433, 11167, 10413, 12311, 10285, 13172, 10419, 13181, 11116, 13381, 11006, 14392, 10816, 12311, 10746, 11434, 10783, 9660, 11579, 10539, 12446, 10725, 12720, 10608, 12368, 10755, 12688, 10795, 13031, 10760, 12447, 11115, 12558, 11104, 13071, 10782, 12256, 10457, 10750, 10608, 9650, 11086, 10074, 11476, 10429, 12442, 10961, 12497, 11070, 12814, 11149, 12235, 10676, 10778, 10599, 9729, 10572, 9652, 11705, 10311, 11931, 10709, 12397, 11113, 11924, 10221, 10936, 10745, 10415, 11494, 10680, 12241, 11083, 12698, 11560, 13070, 10423, 13447, 10537, 9696, 10724, 10428, 11933, 10274, 12444, 10804, 12930, 10918, 13105, 11141, 13302, 11383, 12938, 10589, 13464, 10410, 9567, 10769, 9608, 11268, 10276, 12424, 11087, 12741, 10908, 13111, 10851, 13312, 10634, 10098, 11091, 9620, 12620, 10499, 12909, 10943, 13217, 11048, 13844, 10720, 11678, 10592, 11102, 10607, 9654, 12273, 10462, 12502, 10599, 13024, 11420, 12737, 10678, 12403, 10497, 10871, 10732, 10010, 12118, 10397, 12563, 10412, 13438, 10730, 13066, 11461, 13435, 10930, 13033, 10791, 9467, 12002, 9937, 13209, 10476, 13353, 10964, 14045, 11418, 10712, 10649, 11256, 13491, 11593, 10817, 12100, 10977, 13950, 11142, 12308, 10988, 10814, 12653, 10486, 13114, 10791, 13478, 11126, 13820, 10459, 10394, 10506, 9128, 11291, 10765, 11361, 11748, 10668, 10429, 10176, 11449, 10929, 10246, 10633, 9772, 12722, 10018, 13045, 10705, 13761, 11122, 13867, 10634, 14700, 10394, 8959, 12728, 8777, 10240, 10234, 10950, 9837, 15740, 10980, 14518, 11270, 15799, 11531, 15578, 12099, 16080, 12699, 15656, 13009, 15106, 12234, 15241, 11629, 15144, 11862, 15052, 11826, 15281, 11578, 14200, 11204, 13897, 10991, 13569, 10519, 13346, 10338, 12584, 10000, 12578, 11166, 9208, 10148, 9680, 11441, 10632, 10021, 9707, 9049, 11151, 9895, 9570, 10497, 8758, 11815, 9302, 12690, 9757, 12829, 10494, 12425, 10794, 13705, 10932, 12831, 10659, 12565, 10774, 12817, 10628, 10561, 10330, 10059, 10216, 8539, 10606, 8184, 11299, 8636, 11588, 9240, 12214, 9410, 12388, 9905, 12937, 10552, 12776, 10328, 13557, 11063, 14238, 10786, 13999, 11155, 15012, 11345, 11948, 11322, 11323, 10802, 11890, 11245, 8928, 11863, 8950, 12613, 9589, 12701, 9283, 12634, 9082, 12997, 9469, 13169, 9365, 13163, 9376, 13424, 9723, 13138, 9620, 13101, 10149, 13108, 10830, 13335, 10756, 12822, 10558, 13132, 10647, 14997, 10794, 14051, 10968, 13177, 10943, 14384, 10840, 13672, 10558, 12803, 10688, 13188, 10495, 12653, 10600, 11484, 10212, 9584, 9665, 8164, 11076, 9116, 11571, 9169, 12315, 9771, 12040, 10271, 13759, 10882, 11501, 10871, 11414, 10641, 12048, 11254, 9783, 10725, 8932, 11440, 8961, 12227, 9288, 12678, 8977, 12613, 10097, 12670, 10412, 12795, 10811, 13719, 10929, 9649, 10294, 8866, 11045, 9271, 11702, 8975, 12302, 8969, 12352, 9408, 12864, 9086, 12967, 9469, 12973, 10319, 13525, 10791, 13647, 10798, 14286, 11102, 15653, 11519, 12121, 11181, 11069, 11793, 9306, 12852, 9388, 13035, 9494, 13565, 9930, 13260, 10350, 13187, 10947, 13925, 10840, 11923, 10325, 10029, 10514, 9105, 11454, 9077, 12641, 9428, 12847, 10505, 12605, 10293, 12696, 10505, 10999, 10584, 8664, 11293, 8414, 11710, 8958, 12368, 9098, 12579, 8964, 12463, 9090, 12764, 9282, 12530, 10328, 12752, 10689, 12271, 10731, 9938, 10407, 9679, 11145, 8569, 12489, 8877, 12462, 9651, 12993, 9198, 12998, 10125, 13195, 10834, 13915, 11007, 13727, 10823, 14028, 11166, 11794, 10671, 9694, 11204, 8894, 12107, 9070, 13024, 10079, 13397, 10688, 9376, 12820, 9743, 14458, 11362, 9140, 14051, 11337, 16223, 12773, 10493, 12902, 9560, 13701, 10404, 14085, 10437, 13902, 10832, 14660, 11622, 14204, 10715, 12759, 10881, 13143, 10746, 11410, 10183, 10403, 10446, 9708, 10352, 8200, 11899, 8997, 12020, 9046, 12359, 9367, 12834, 9733, 13498, 10187, 13823, 10221, 12810, 10574, 13276, 9722, 12571, 9166, 12459, 9311, 12146, 10190, 12445, 10084, 12399, 10533, 13732, 10832, 14657, 10921, 11519, 10714, 11832, 11253, 10886, 11539, 9456, 11180, 10508, 11696, 8725, 11829, 8708, 12186, 9354, 12110, 9037, 11923, 8855, 12264, 9129, 12233, 9124, 12191, 8987, 12151, 9106, 12339, 9020, 12653, 9815, 12782, 10636, 13356, 10565, 12860, 10720, 12252, 10570, 10039, 10409, 8181, 11080, 8672, 12266, 9231, 12739, 10216, 12541, 10241, 13430, 10923, 8766, 10967, 8458, 11649, 8951, 12299, 8733, 12973, 9831, 12852, 10747, 13603, 10937, 13351, 10858, 13821, 10764, 11644, 10311, 10377, 10549, 9537, 10558, 8210, 12200, 8821, 12333, 8960, 12765, 9570, 13018, 10143, 13465, 10591, 13741, 10677, 13059, 10740, 12159, 10716, 8599, 10722, 8167, 11337, 8555, 11822, 8589, 12764, 9884, 13537, 10801, 14024, 10944, 14050, 10965, 15184, 11702, 11663, 10793, 10906, 11265, 11517, 11627, 8672, 12068, 8807, 12198, 9183, 12033, 8631, 12421, 8856, 12243, 8938, 11782, 8389, 11959, 8496, 11895, 8548, 11675, 8479, 11945, 8521, 11504, 8394, 11730, 8741, 12056, 9065, 11893, 9182, 11717, 10101, 11828, 10056, 12210, 9910, 9094, 9585, 8655, 10776, 8253, 11803, 8476, 12655, 9200, 12738, 10460, 13765, 10409, 13482, 10916, 13794, 11069, 10385, 10960, 8753, 12479, 8970, 12983, 8689, 13194, 9494, 12942, 10647, 13674, 10819, 12768, 10438, 12483, 10738, 10072, 10757, 9022, 11810, 10562, 12126, 8714, 12535, 8840, 12644, 9261, 12688, 9449, 12657, 9806, 12599, 10503, 14012, 10594, 11000, 10383, 10319, 11790, 8802, 12327, 9029, 12898, 9437, 13069, 9597, 13031, 10154, 13630, 10710, 12910, 10186, 12757, 10200, 13939, 10327, 12571, 10346, 12032, 10069, 12963, 9964, 12487, 9861, 12142, 10146, 11178, 10180, 10360, 10274, 11521, 10743, 8841, 11130, 8608, 12145, 10142, 12344, 9901, 12953, 9992, 9834, 10645, 9111, 9661, 10028, 10821, 10775, 9139, 12998, 11563, 15190, 11409, 13482, 10907, 14962, 12966, 13369, 10564, 12140, 10451, 11755, 10146, 8602, 10475, 8508, 11141, 8752, 11490, 9791, 11815, 9687, 11937, 9988, 11959, 9749, 11937, 9698, 12048, 10164, 12345, 9604, 11329, 10536, 9606, 10619, 8534, 11706, 8957, 12713, 9923, 12336, 10001, 13761, 11845, 13151, 10599, 12114, 10414, 13748, 11394, 12143, 10581, 9805, 11077, 10623, 11563, 9112, 11595, 9139, 12100, 8855, 11547, 8792, 11652, 8970, 11823, 9483, 11639, 9401, 12114, 9274, 11798, 9956, 11708, 9757, 12333, 9949, 11597, 9807, 9856, 10444, 9109, 11663, 8858, 12231, 9163, 12474, 9362, 12457, 9353, 12297, 9787, 12687, 10621, 12325, 10004, 11385, 10022, 8726, 12061, 9409, 12116, 9889, 13447, 10562, 9222, 10174, 8741, 11547, 9220, 12135, 9448, 12096, 9763, 13024, 10093, 9717, 10121, 8749, 11810, 9061, 12354, 9672, 12242, 9720, 12795, 10896, 13022, 9707, 11029, 9706, 10330, 10140, 8627, 11688, 9318, 11801, 9645, 11958, 9676, 11873, 9492, 9346, 10212, 9349, 12310, 10470, 10461, 10468, 8707, 12307, 11143, 11359, 11404, 9626, 13121, 9787, 13343, 11450, 12513, 10308, 13352, 10537, 12876, 9735, 8289, 10190, 9702, 9466, 10392, 10134, 10109, 12593, 9818, 11301, 10162, 11860, 9765, 12034, 10145, 12159, 9773, 11596, 10541, 12793, 10948, 14152, 10533, 14031, 9396, 13732, 11915, 10637, 12172, 10156, 13572, 10493, 13368, 10483, 13311, 10193, 12907, 9937, 12444, 9802, 12405, 10054, 11671, 9918, 11620, 9884, 10870, 9664, 10747, 9873, 10730, 9982, 10475, 9838, 10757, 9931, 10871, 9397, 7930, 8970, 8075, 9783, 7945, 9524, 7749, 9858, 7631, 10515, 7926, 10593, 8422, 10953, 9207, 11583, 9914, 11405, 9497, 8200, 10860, 8324, 11378, 8763, 12563, 9690, 12681, 10620, 13603, 11110, 12595, 10472, 11042, 12448, 9373, 13136, 9527, 13099, 10727, 13175, 11545, 8986, 12971, 10221, 13467, 12163, 10152, 13613, 12267, 14457, 12195, 14130, 12424, 10496, 14812, 11426, 12395, 10972, 9264, 11670, 10374, 11674, 10607, 11221, 10442, 11483, 9773, 11950, 10332, 12029, 10218, 11848, 10480, 11930, 10707, 8954, 10324, 10002, 11565], 'WindowCenter': [4265.0, 4250.0, 4248.0, 4234.0, 4233.0, 4221.0, 4231.0, 4221.0, 4232.0, 4232.0, 4231.0, 4231.0, 4230.0, 4232.0, 4242.0, 4233.0, 4241.0, 4231.0, 4240.0, 4232.0, 4241.0, 4231.0, 4241.0, 4233.0, 4242.0, 4233.0, 4252.0, 4231.0, 4239.0, 4220.0, 4251.0, 4233.0, 4250.0, 4233.0, 4230.0, 4220.0, 4221.0, 4231.0, 4209.0, 4240.0, 4219.0, 4240.0, 4220.0, 4241.0, 4220.0, 4251.0, 4230.0, 4239.0, 4231.0, 4240.0, 4230.0, 4238.0, 4219.0, 4240.0, 4220.0, 4229.0, 4219.0, 4209.0, 4229.0, 4220.0, 4239.0, 4219.0, 4241.0, 4230.0, 4240.0, 4231.0, 4240.0, 4221.0, 4219.0, 4221.0, 4211.0, 4230.0, 4220.0, 4240.0, 4220.0, 4241.0, 4231.0, 4240.0, 4232.0, 4240.0, 4221.0, 4240.0, 4221.0, 4209.0, 4230.0, 4220.0, 4240.0, 4220.0, 4240.0, 4219.0, 4239.0, 4230.0, 4250.0, 4220.0, 4250.0, 4220.0, 4229.0, 4232.0, 4231.0, 4220.0, 4209.0, 4230.0, 4218.0, 4240.0, 4219.0, 4240.0, 4219.0, 4240.0, 4218.0, 4239.0, 4219.0, 4239.0, 4218.0, 4228.0, 4219.0, 4239.0, 4229.0, 4238.0, 4230.0, 4229.0, 4221.0, 4230.0, 4220.0, 4209.0, 4231.0, 4221.0, 4231.0, 4231.0, 4242.0, 4231.0, 4241.0, 4232.0, 4241.0, 4232.0, 4240.0, 4221.0, 4230.0, 4231.0, 4210.0, 4220.0, 4210.0, 4241.0, 4232.0, 4241.0, 4231.0, 4241.0, 4231.0, 4242.0, 4233.0, 4231.0, 4232.0, 4220.0, 4241.0, 4233.0, 4242.0, 4232.0, 4242.0, 4232.0, 4251.0, 4233.0, 4251.0, 4221.0, 4210.0, 4231.0, 4220.0, 4242.0, 4220.0, 4241.0, 4231.0, 4240.0, 4230.0, 4252.0, 4232.0, 4240.0, 4231.0, 4239.0, 4221.0, 4252.0, 4221.0, 4209.0, 4231.0, 4210.0, 4231.0, 4233.0, 4252.0, 4232.0, 4252.0, 4233.0, 4254.0, 4233.0, 4253.0, 4233.0, 4221.0, 4233.0, 4222.0, 4242.0, 4232.0, 4253.0, 4231.0, 4253.0, 4243.0, 4252.0, 4233.0, 4231.0, 4233.0, 4231.0, 4231.0, 4212.0, 4243.0, 4232.0, 4253.0, 4233.0, 4252.0, 4243.0, 4252.0, 4233.0, 4253.0, 4234.0, 4232.0, 4233.0, 4222.0, 4243.0, 4233.0, 4254.0, 4233.0, 4252.0, 4232.0, 4251.0, 4242.0, 4253.0, 4233.0, 4252.0, 4232.0, 4211.0, 4242.0, 4221.0, 4252.0, 4231.0, 4251.0, 4231.0, 4252.0, 4243.0, 4231.0, 4231.0, 4231.0, 4251.0, 4232.0, 4233.0, 4255.0, 4233.0, 4252.0, 4232.0, 4241.0, 4221.0, 4219.0, 4240.0, 4218.0, 4239.0, 4219.0, 4240.0, 4220.0, 4239.0, 4220.0, 4208.0, 4220.0, 4210.0, 4231.0, 4232.0, 4243.0, 4243.0, 4232.0, 4233.0, 4234.0, 4244.0, 4245.0, 4234.0, 4248.0, 4236.0, 4255.0, 4234.0, 4254.0, 4232.0, 4251.0, 4232.0, 4265.0, 4247.0, 4265.0, 4222.0, 4201.0, 4227.0, 4225.0, 4245.0, 4247.0, 4244.0, 4234.0, 4276.0, 4245.0, 4263.0, 4243.0, 4261.0, 4242.0, 4262.0, 4242.0, 4275.0, 4242.0, 4249.0, 4238.0, 4246.0, 4226.0, 4234.0, 4204.0, 4233.0, 4212.0, 4221.0, 4213.0, 4220.0, 4201.0, 4219.0, 4200.0, 4208.0, 4189.0, 4208.0, 4190.0, 4209.0, 4190.0, 4209.0, 4207.0, 4225.0, 4215.0, 4209.0, 4219.0, 4207.0, 4227.0, 4229.0, 4217.0, 4207.0, 4198.0, 4242.0, 4222.0, 4224.0, 4233.0, 4212.0, 4243.0, 4225.0, 4252.0, 4222.0, 4250.0, 4220.0, 4252.0, 4233.0, 4250.0, 4232.0, 4241.0, 4221.0, 4242.0, 4233.0, 4240.0, 4232.0, 4230.0, 4221.0, 4233.0, 4234.0, 4210.0, 4232.0, 4200.0, 4243.0, 4213.0, 4243.0, 4222.0, 4253.0, 4223.0, 4265.0, 4234.0, 4253.0, 4234.0, 4252.0, 4234.0, 4264.0, 4245.0, 4262.0, 4244.0, 4262.0, 4244.0, 4274.0, 4244.0, 4242.0, 4243.0, 4241.0, 4244.0, 4254.0, 4243.0, 4212.0, 4243.0, 4212.0, 4254.0, 4222.0, 4253.0, 4211.0, 4252.0, 4212.0, 4254.0, 4221.0, 4251.0, 4210.0, 4251.0, 4210.0, 4252.0, 4221.0, 4251.0, 4210.0, 4250.0, 4232.0, 4252.0, 4231.0, 4250.0, 4231.0, 4240.0, 4231.0, 4251.0, 4232.0, 4260.0, 4231.0, 4250.0, 4231.0, 4250.0, 4232.0, 4249.0, 4230.0, 4248.0, 4219.0, 4240.0, 4231.0, 4238.0, 4219.0, 4238.0, 4219.0, 4240.0, 4231.0, 4220.0, 4220.0, 4199.0, 4231.0, 4211.0, 4242.0, 4222.0, 4242.0, 4223.0, 4252.0, 4233.0, 4263.0, 4233.0, 4242.0, 4244.0, 4241.0, 4233.0, 4253.0, 4242.0, 4221.0, 4232.0, 4211.0, 4243.0, 4211.0, 4242.0, 4221.0, 4252.0, 4223.0, 4253.0, 4233.0, 4252.0, 4244.0, 4253.0, 4245.0, 4266.0, 4244.0, 4223.0, 4234.0, 4212.0, 4244.0, 4224.0, 4254.0, 4212.0, 4253.0, 4212.0, 4254.0, 4224.0, 4254.0, 4223.0, 4265.0, 4223.0, 4265.0, 4245.0, 4263.0, 4245.0, 4263.0, 4244.0, 4276.0, 4245.0, 4275.0, 4244.0, 4252.0, 4243.0, 4244.0, 4243.0, 4221.0, 4253.0, 4221.0, 4253.0, 4234.0, 4263.0, 4222.0, 4252.0, 4232.0, 4252.0, 4247.0, 4263.0, 4245.0, 4243.0, 4233.0, 4234.0, 4234.0, 4212.0, 4243.0, 4212.0, 4253.0, 4224.0, 4254.0, 4233.0, 4254.0, 4234.0, 4253.0, 4245.0, 4245.0, 4245.0, 4213.0, 4244.0, 4213.0, 4255.0, 4224.0, 4254.0, 4223.0, 4254.0, 4223.0, 4254.0, 4224.0, 4253.0, 4223.0, 4253.0, 4245.0, 4264.0, 4245.0, 4254.0, 4245.0, 4233.0, 4246.0, 4235.0, 4245.0, 4213.0, 4255.0, 4223.0, 4255.0, 4235.0, 4264.0, 4223.0, 4253.0, 4233.0, 4264.0, 4244.0, 4263.0, 4244.0, 4262.0, 4244.0, 4263.0, 4244.0, 4242.0, 4234.0, 4222.0, 4244.0, 4213.0, 4253.0, 4213.0, 4253.0, 4235.0, 4266.0, 4245.0, 4238.0, 4267.0, 4236.0, 4264.0, 4245.0, 4223.0, 4264.0, 4246.0, 4275.0, 4256.0, 4234.0, 4255.0, 4234.0, 4265.0, 4233.0, 4252.0, 4220.0, 4250.0, 4231.0, 4260.0, 4231.0, 4250.0, 4231.0, 4240.0, 4233.0, 4252.0, 4231.0, 4230.0, 4221.0, 4230.0, 4232.0, 4221.0, 4221.0, 4201.0, 4242.0, 4212.0, 4243.0, 4211.0, 4252.0, 4211.0, 4241.0, 4222.0, 4253.0, 4223.0, 4252.0, 4221.0, 4240.0, 4232.0, 4252.0, 4221.0, 4241.0, 4210.0, 4240.0, 4211.0, 4242.0, 4232.0, 4251.0, 4233.0, 4243.0, 4234.0, 4264.0, 4245.0, 4262.0, 4233.0, 4231.0, 4233.0, 4243.0, 4242.0, 4231.0, 4242.0, 4220.0, 4242.0, 4231.0, 4241.0, 4200.0, 4241.0, 4199.0, 4242.0, 4221.0, 4242.0, 4210.0, 4242.0, 4210.0, 4242.0, 4221.0, 4241.0, 4209.0, 4241.0, 4199.0, 4241.0, 4211.0, 4240.0, 4210.0, 4242.0, 4220.0, 4251.0, 4232.0, 4250.0, 4232.0, 4240.0, 4231.0, 4242.0, 4232.0, 4220.0, 4231.0, 4199.0, 4231.0, 4212.0, 4242.0, 4222.0, 4253.0, 4232.0, 4252.0, 4234.0, 4253.0, 4245.0, 4212.0, 4244.0, 4214.0, 4255.0, 4223.0, 4254.0, 4213.0, 4264.0, 4235.0, 4265.0, 4245.0, 4264.0, 4245.0, 4264.0, 4245.0, 4264.0, 4245.0, 4243.0, 4234.0, 4233.0, 4245.0, 4233.0, 4244.0, 4213.0, 4255.0, 4225.0, 4255.0, 4224.0, 4264.0, 4234.0, 4253.0, 4246.0, 4264.0, 4244.0, 4263.0, 4234.0, 4253.0, 4245.0, 4253.0, 4234.0, 4212.0, 4244.0, 4213.0, 4245.0, 4213.0, 4255.0, 4213.0, 4264.0, 4236.0, 4266.0, 4245.0, 4264.0, 4246.0, 4264.0, 4246.0, 4274.0, 4244.0, 4242.0, 4233.0, 4232.0, 4243.0, 4242.0, 4242.0, 4212.0, 4242.0, 4213.0, 4254.0, 4222.0, 4253.0, 4212.0, 4253.0, 4213.0, 4253.0, 4212.0, 4242.0, 4201.0, 4242.0, 4212.0, 4242.0, 4200.0, 4242.0, 4201.0, 4241.0, 4212.0, 4243.0, 4202.0, 4242.0, 4212.0, 4242.0, 4223.0, 4243.0, 4222.0, 4242.0, 4233.0, 4243.0, 4235.0, 4255.0, 4234.0, 4223.0, 4235.0, 4214.0, 4246.0, 4214.0, 4255.0, 4215.0, 4265.0, 4225.0, 4266.0, 4246.0, 4265.0, 4246.0, 4264.0, 4246.0, 4266.0, 4245.0, 4234.0, 4245.0, 4213.0, 4266.0, 4224.0, 4265.0, 4214.0, 4265.0, 4235.0, 4265.0, 4245.0, 4264.0, 4246.0, 4254.0, 4246.0, 4255.0, 4245.0, 4234.0, 4244.0, 4223.0, 4255.0, 4233.0, 4254.0, 4212.0, 4253.0, 4213.0, 4253.0, 4222.0, 4253.0, 4222.0, 4252.0, 4233.0, 4253.0, 4234.0, 4262.0, 4234.0, 4232.0, 4234.0, 4233.0, 4244.0, 4212.0, 4254.0, 4213.0, 4253.0, 4212.0, 4252.0, 4221.0, 4252.0, 4234.0, 4252.0, 4231.0, 4241.0, 4221.0, 4251.0, 4232.0, 4251.0, 4223.0, 4241.0, 4220.0, 4241.0, 4222.0, 4240.0, 4223.0, 4240.0, 4221.0, 4242.0, 4232.0, 4231.0, 4232.0, 4220.0, 4233.0, 4242.0, 4231.0, 4211.0, 4231.0, 4200.0, 4253.0, 4233.0, 4252.0, 4232.0, 4252.0, 4223.0, 4234.0, 4245.0, 4238.0, 4234.0, 4235.0, 4244.0, 4243.0, 4224.0, 4266.0, 4245.0, 4265.0, 4246.0, 4253.0, 4235.0, 4264.0, 4252.0, 4240.0, 4220.0, 4228.0, 4220.0, 4230.0, 4219.0, 4197.0, 4220.0, 4200.0, 4231.0, 4211.0, 4242.0, 4222.0, 4241.0, 4223.0, 4242.0, 4221.0, 4241.0, 4211.0, 4242.0, 4222.0, 4240.0, 4222.0, 4241.0, 4223.0, 4243.0, 4245.0, 4222.0, 4232.0, 4211.0, 4254.0, 4223.0, 4252.0, 4233.0, 4253.0, 4233.0, 4264.0, 4244.0, 4253.0, 4233.0, 4241.0, 4232.0, 4264.0, 4232.0, 4229.0, 4220.0, 4207.0, 4229.0, 4230.0, 4229.0, 4197.0, 4228.0, 4196.0, 4228.0, 4199.0, 4229.0, 4197.0, 4228.0, 4197.0, 4228.0, 4209.0, 4230.0, 4210.0, 4239.0, 4210.0, 4239.0, 4220.0, 4241.0, 4222.0, 4240.0, 4222.0, 4230.0, 4220.0, 4222.0, 4231.0, 4199.0, 4231.0, 4210.0, 4240.0, 4222.0, 4242.0, 4210.0, 4240.0, 4210.0, 4240.0, 4222.0, 4240.0, 4221.0, 4240.0, 4221.0, 4242.0, 4222.0, 4211.0, 4241.0, 4210.0, 4240.0, 4222.0, 4251.0, 4231.0, 4211.0, 4221.0, 4211.0, 4242.0, 4211.0, 4241.0, 4211.0, 4241.0, 4223.0, 4251.0, 4221.0, 4220.0, 4222.0, 4211.0, 4241.0, 4210.0, 4241.0, 4210.0, 4239.0, 4221.0, 4241.0, 4231.0, 4240.0, 4210.0, 4219.0, 4221.0, 4220.0, 4219.0, 4198.0, 4240.0, 4209.0, 4240.0, 4210.0, 4229.0, 4220.0, 4229.0, 4210.0, 4222.0, 4232.0, 4222.0, 4253.0, 4244.0, 4231.0, 4232.0, 4212.0, 4253.0, 4244.0, 4244.0, 4245.0, 4223.0, 4253.0, 4234.0, 4253.0, 4232.0, 4240.0, 4236.0, 4253.0, 4234.0, 4252.0, 4209.0, 4187.0, 4217.0, 4206.0, 4205.0, 4217.0, 4205.0, 4217.0, 4227.0, 4219.0, 4228.0, 4219.0, 4239.0, 4219.0, 4238.0, 4206.0, 4226.0, 4193.0, 4215.0, 4217.0, 4239.0, 4218.0, 4248.0, 4218.0, 4236.0, 4193.0, 4222.0, 4213.0, 4191.0, 4211.0, 4191.0, 4222.0, 4202.0, 4221.0, 4191.0, 4221.0, 4191.0, 4211.0, 4192.0, 4210.0, 4191.0, 4211.0, 4192.0, 4212.0, 4205.0, 4213.0, 4205.0, 4203.0, 4195.0, 4215.0, 4208.0, 4216.0, 4208.0, 4217.0, 4219.0, 4217.0, 4220.0, 4229.0, 4209.0, 4188.0, 4199.0, 4188.0, 4220.0, 4202.0, 4220.0, 4189.0, 4220.0, 4190.0, 4230.0, 4201.0, 4231.0, 4201.0, 4231.0, 4223.0, 4242.0, 4234.0, 4242.0, 4223.0, 4212.0, 4243.0, 4213.0, 4243.0, 4212.0, 4253.0, 4223.0, 4253.0, 4234.0, 4263.0, 4256.0, 4264.0, 4257.0, 4243.0, 4255.0, 4224.0, 4265.0, 4223.0, 4262.0, 4244.0, 4279.0, 4257.0, 4224.0, 4264.0, 4234.0, 4263.0, 4254.0, 4234.0, 4277.0, 4266.0, 4265.0, 4255.0, 4266.0, 4266.0, 4234.0, 4262.0, 4245.0, 4256.0, 4246.0, 4214.0, 4245.0, 4247.0, 4244.0, 4234.0, 4231.0, 4220.0, 4229.0, 4210.0, 4230.0, 4219.0, 4230.0, 4209.0, 4216.0, 4207.0, 4216.0, 4218.0, 4186.0, 4207.0, 4208.0, 4229.0], 'WindowWidth': [9453.0, 9422.0, 9416.0, 9387.0, 9382.0, 9362.0, 9376.0, 9363.0, 9379.0, 9378.0, 9376.0, 9376.0, 9374.0, 9380.0, 9394.0, 9380.0, 9389.0, 9376.0, 9387.0, 9380.0, 9389.0, 9378.0, 9389.0, 9380.0, 9392.0, 9384.0, 9405.0, 9378.0, 9386.0, 9361.0, 9403.0, 9382.0, 9402.0, 9380.0, 9372.0, 9360.0, 9363.0, 9378.0, 9344.0, 9388.0, 9358.0, 9387.0, 9362.0, 9391.0, 9360.0, 9403.0, 9372.0, 9385.0, 9376.0, 9387.0, 9372.0, 9382.0, 9357.0, 9387.0, 9361.0, 9369.0, 9356.0, 9342.0, 9370.0, 9361.0, 9385.0, 9358.0, 9387.0, 9372.0, 9386.0, 9377.0, 9386.0, 9364.0, 9357.0, 9362.0, 9349.0, 9374.0, 9358.0, 9387.0, 9358.0, 9388.0, 9376.0, 9387.0, 9377.0, 9386.0, 9364.0, 9388.0, 9362.0, 9343.0, 9373.0, 9358.0, 9388.0, 9358.0, 9388.0, 9356.0, 9383.0, 9373.0, 9401.0, 9360.0, 9400.0, 9361.0, 9370.0, 9378.0, 9374.0, 9360.0, 9343.0, 9374.0, 9354.0, 9387.0, 9357.0, 9388.0, 9355.0, 9385.0, 9354.0, 9385.0, 9356.0, 9384.0, 9353.0, 9367.0, 9355.0, 9383.0, 9370.0, 9381.0, 9373.0, 9370.0, 9362.0, 9374.0, 9361.0, 9345.0, 9375.0, 9362.0, 9378.0, 9377.0, 9392.0, 9376.0, 9389.0, 9381.0, 9390.0, 9379.0, 9386.0, 9363.0, 9374.0, 9377.0, 9345.0, 9361.0, 9345.0, 9388.0, 9379.0, 9391.0, 9376.0, 9389.0, 9376.0, 9392.0, 9382.0, 9376.0, 9377.0, 9360.0, 9390.0, 9382.0, 9392.0, 9378.0, 9391.0, 9378.0, 9403.0, 9382.0, 9405.0, 9363.0, 9345.0, 9375.0, 9361.0, 9391.0, 9361.0, 9390.0, 9374.0, 9387.0, 9374.0, 9406.0, 9378.0, 9385.0, 9374.0, 9384.0, 9362.0, 9408.0, 9363.0, 9344.0, 9375.0, 9346.0, 9377.0, 9382.0, 9406.0, 9380.0, 9405.0, 9381.0, 9411.0, 9384.0, 9408.0, 9382.0, 9361.0, 9381.0, 9367.0, 9394.0, 9377.0, 9408.0, 9377.0, 9410.0, 9396.0, 9408.0, 9384.0, 9378.0, 9383.0, 9379.0, 9378.0, 9352.0, 9396.0, 9378.0, 9409.0, 9383.0, 9408.0, 9395.0, 9408.0, 9382.0, 9410.0, 9385.0, 9381.0, 9383.0, 9366.0, 9395.0, 9383.0, 9412.0, 9382.0, 9407.0, 9379.0, 9404.0, 9393.0, 9409.0, 9383.0, 9406.0, 9380.0, 9348.0, 9392.0, 9364.0, 9409.0, 9375.0, 9405.0, 9375.0, 9407.0, 9395.0, 9375.0, 9377.0, 9375.0, 9403.0, 9378.0, 9384.0, 9417.0, 9384.0, 9409.0, 9378.0, 9389.0, 9361.0, 9355.0, 9387.0, 9352.0, 9382.0, 9355.0, 9386.0, 9358.0, 9384.0, 9357.0, 9339.0, 9362.0, 9349.0, 9378.0, 9380.0, 9397.0, 9394.0, 9380.0, 9383.0, 9387.0, 9400.0, 9402.0, 9386.0, 9411.0, 9392.0, 9417.0, 9386.0, 9411.0, 9378.0, 9401.0, 9380.0, 9428.0, 9411.0, 9433.0, 9366.0, 9333.0, 9360.0, 9378.0, 9407.0, 9411.0, 9404.0, 9389.0, 9449.0, 9407.0, 9427.0, 9398.0, 9422.0, 9395.0, 9423.0, 9395.0, 9446.0, 9396.0, 9400.0, 9382.0, 9388.0, 9359.0, 9368.0, 9327.0, 9365.0, 9336.0, 9348.0, 9339.0, 9344.0, 9317.0, 9338.0, 9314.0, 9323.0, 9300.0, 9323.0, 9302.0, 9324.0, 9303.0, 9324.0, 9339.0, 9357.0, 9344.0, 9344.0, 9357.0, 9340.0, 9365.0, 9372.0, 9351.0, 9338.0, 9329.0, 9395.0, 9368.0, 9372.0, 9383.0, 9353.0, 9398.0, 9378.0, 9407.0, 9366.0, 9401.0, 9360.0, 9407.0, 9385.0, 9402.0, 9378.0, 9389.0, 9363.0, 9393.0, 9383.0, 9389.0, 9380.0, 9372.0, 9364.0, 9385.0, 9384.0, 9348.0, 9379.0, 9336.0, 9397.0, 9357.0, 9396.0, 9367.0, 9410.0, 9371.0, 9430.0, 9389.0, 9409.0, 9386.0, 9407.0, 9386.0, 9427.0, 9403.0, 9420.0, 9399.0, 9420.0, 9400.0, 9444.0, 9399.0, 9393.0, 9397.0, 9392.0, 9399.0, 9413.0, 9396.0, 9354.0, 9398.0, 9354.0, 9416.0, 9369.0, 9412.0, 9351.0, 9407.0, 9355.0, 9414.0, 9364.0, 9406.0, 9348.0, 9405.0, 9349.0, 9408.0, 9365.0, 9405.0, 9349.0, 9403.0, 9380.0, 9408.0, 9379.0, 9403.0, 9379.0, 9388.0, 9377.0, 9406.0, 9383.0, 9415.0, 9377.0, 9400.0, 9376.0, 9402.0, 9381.0, 9399.0, 9374.0, 9395.0, 9358.0, 9387.0, 9379.0, 9382.0, 9360.0, 9383.0, 9360.0, 9388.0, 9380.0, 9361.0, 9362.0, 9333.0, 9378.0, 9352.0, 9396.0, 9370.0, 9394.0, 9370.0, 9407.0, 9384.0, 9427.0, 9387.0, 9395.0, 9399.0, 9391.0, 9384.0, 9411.0, 9396.0, 9364.0, 9380.0, 9353.0, 9398.0, 9353.0, 9396.0, 9367.0, 9409.0, 9373.0, 9413.0, 9385.0, 9409.0, 9400.0, 9411.0, 9404.0, 9434.0, 9403.0, 9371.0, 9387.0, 9355.0, 9402.0, 9375.0, 9414.0, 9357.0, 9413.0, 9354.0, 9415.0, 9377.0, 9414.0, 9372.0, 9429.0, 9373.0, 9432.0, 9406.0, 9427.0, 9405.0, 9427.0, 9403.0, 9448.0, 9407.0, 9445.0, 9403.0, 9410.0, 9399.0, 9401.0, 9399.0, 9367.0, 9412.0, 9366.0, 9411.0, 9389.0, 9426.0, 9368.0, 9408.0, 9382.0, 9408.0, 9408.0, 9425.0, 9402.0, 9398.0, 9386.0, 9388.0, 9388.0, 9356.0, 9399.0, 9356.0, 9410.0, 9374.0, 9415.0, 9387.0, 9415.0, 9389.0, 9411.0, 9406.0, 9407.0, 9404.0, 9360.0, 9402.0, 9358.0, 9417.0, 9376.0, 9416.0, 9371.0, 9414.0, 9370.0, 9416.0, 9374.0, 9413.0, 9373.0, 9411.0, 9405.0, 9431.0, 9405.0, 9414.0, 9404.0, 9386.0, 9407.0, 9392.0, 9403.0, 9359.0, 9416.0, 9371.0, 9417.0, 9390.0, 9427.0, 9371.0, 9410.0, 9383.0, 9427.0, 9400.0, 9424.0, 9399.0, 9422.0, 9401.0, 9427.0, 9400.0, 9394.0, 9386.0, 9367.0, 9400.0, 9357.0, 9413.0, 9357.0, 9410.0, 9389.0, 9435.0, 9408.0, 9403.0, 9437.0, 9395.0, 9431.0, 9404.0, 9371.0, 9431.0, 9408.0, 9449.0, 9422.0, 9389.0, 9416.0, 9389.0, 9432.0, 9383.0, 9408.0, 9361.0, 9402.0, 9378.0, 9417.0, 9377.0, 9403.0, 9377.0, 9389.0, 9384.0, 9407.0, 9379.0, 9375.0, 9365.0, 9376.0, 9383.0, 9365.0, 9366.0, 9337.0, 9393.0, 9355.0, 9396.0, 9353.0, 9408.0, 9350.0, 9391.0, 9368.0, 9410.0, 9368.0, 9407.0, 9365.0, 9388.0, 9380.0, 9407.0, 9364.0, 9390.0, 9349.0, 9388.0, 9352.0, 9394.0, 9382.0, 9405.0, 9385.0, 9395.0, 9387.0, 9429.0, 9402.0, 9422.0, 9382.0, 9376.0, 9383.0, 9397.0, 9395.0, 9377.0, 9392.0, 9359.0, 9394.0, 9380.0, 9392.0, 9333.0, 9392.0, 9333.0, 9394.0, 9367.0, 9393.0, 9348.0, 9395.0, 9347.0, 9394.0, 9367.0, 9392.0, 9346.0, 9390.0, 9331.0, 9390.0, 9350.0, 9389.0, 9348.0, 9392.0, 9362.0, 9406.0, 9381.0, 9402.0, 9380.0, 9389.0, 9379.0, 9395.0, 9380.0, 9360.0, 9377.0, 9333.0, 9377.0, 9355.0, 9395.0, 9366.0, 9411.0, 9382.0, 9410.0, 9390.0, 9413.0, 9403.0, 9356.0, 9402.0, 9362.0, 9417.0, 9372.0, 9415.0, 9359.0, 9429.0, 9391.0, 9431.0, 9403.0, 9427.0, 9403.0, 9427.0, 9404.0, 9430.0, 9404.0, 9398.0, 9389.0, 9385.0, 9404.0, 9386.0, 9401.0, 9359.0, 9417.0, 9379.0, 9418.0, 9375.0, 9429.0, 9388.0, 9412.0, 9407.0, 9428.0, 9400.0, 9425.0, 9388.0, 9411.0, 9403.0, 9412.0, 9386.0, 9354.0, 9400.0, 9360.0, 9403.0, 9360.0, 9417.0, 9360.0, 9429.0, 9395.0, 9435.0, 9405.0, 9428.0, 9407.0, 9429.0, 9407.0, 9443.0, 9401.0, 9395.0, 9383.0, 9382.0, 9399.0, 9395.0, 9396.0, 9354.0, 9396.0, 9358.0, 9413.0, 9369.0, 9410.0, 9354.0, 9410.0, 9358.0, 9412.0, 9354.0, 9395.0, 9338.0, 9394.0, 9356.0, 9396.0, 9336.0, 9393.0, 9337.0, 9392.0, 9356.0, 9396.0, 9341.0, 9395.0, 9354.0, 9394.0, 9373.0, 9398.0, 9368.0, 9393.0, 9384.0, 9397.0, 9392.0, 9418.0, 9389.0, 9372.0, 9389.0, 9361.0, 9407.0, 9361.0, 9417.0, 9363.0, 9429.0, 9378.0, 9434.0, 9408.0, 9432.0, 9406.0, 9429.0, 9406.0, 9436.0, 9404.0, 9386.0, 9403.0, 9359.0, 9433.0, 9376.0, 9433.0, 9361.0, 9430.0, 9390.0, 9432.0, 9405.0, 9429.0, 9406.0, 9416.0, 9406.0, 9420.0, 9404.0, 9387.0, 9402.0, 9372.0, 9418.0, 9385.0, 9414.0, 9353.0, 9409.0, 9357.0, 9412.0, 9369.0, 9410.0, 9366.0, 9407.0, 9386.0, 9411.0, 9385.0, 9423.0, 9386.0, 9382.0, 9387.0, 9385.0, 9400.0, 9355.0, 9412.0, 9359.0, 9411.0, 9354.0, 9408.0, 9364.0, 9408.0, 9386.0, 9406.0, 9378.0, 9389.0, 9364.0, 9405.0, 9382.0, 9404.0, 9368.0, 9390.0, 9361.0, 9390.0, 9368.0, 9386.0, 9368.0, 9388.0, 9365.0, 9397.0, 9382.0, 9377.0, 9381.0, 9362.0, 9384.0, 9394.0, 9378.0, 9350.0, 9378.0, 9337.0, 9411.0, 9385.0, 9410.0, 9384.0, 9408.0, 9371.0, 9387.0, 9407.0, 9401.0, 9387.0, 9391.0, 9400.0, 9397.0, 9373.0, 9436.0, 9404.0, 9433.0, 9407.0, 9410.0, 9387.0, 9429.0, 9407.0, 9388.0, 9358.0, 9368.0, 9362.0, 9372.0, 9356.0, 9325.0, 9360.0, 9334.0, 9379.0, 9352.0, 9394.0, 9367.0, 9390.0, 9371.0, 9393.0, 9364.0, 9390.0, 9348.0, 9392.0, 9367.0, 9388.0, 9366.0, 9389.0, 9369.0, 9398.0, 9403.0, 9367.0, 9377.0, 9352.0, 9414.0, 9373.0, 9407.0, 9386.0, 9410.0, 9385.0, 9429.0, 9401.0, 9411.0, 9385.0, 9390.0, 9380.0, 9430.0, 9379.0, 9371.0, 9359.0, 9338.0, 9371.0, 9375.0, 9371.0, 9324.0, 9368.0, 9322.0, 9366.0, 9331.0, 9371.0, 9325.0, 9369.0, 9326.0, 9368.0, 9345.0, 9376.0, 9347.0, 9384.0, 9347.0, 9385.0, 9361.0, 9392.0, 9368.0, 9388.0, 9367.0, 9373.0, 9361.0, 9367.0, 9377.0, 9331.0, 9376.0, 9346.0, 9388.0, 9366.0, 9393.0, 9348.0, 9389.0, 9349.0, 9387.0, 9368.0, 9387.0, 9364.0, 9386.0, 9363.0, 9394.0, 9369.0, 9352.0, 9391.0, 9348.0, 9388.0, 9369.0, 9406.0, 9379.0, 9349.0, 9364.0, 9353.0, 9393.0, 9351.0, 9391.0, 9349.0, 9390.0, 9370.0, 9404.0, 9363.0, 9359.0, 9364.0, 9351.0, 9391.0, 9348.0, 9389.0, 9346.0, 9385.0, 9365.0, 9390.0, 9377.0, 9388.0, 9349.0, 9356.0, 9363.0, 9361.0, 9359.0, 9328.0, 9386.0, 9345.0, 9388.0, 9347.0, 9370.0, 9362.0, 9372.0, 9348.0, 9368.0, 9381.0, 9368.0, 9411.0, 9400.0, 9379.0, 9382.0, 9357.0, 9413.0, 9403.0, 9401.0, 9404.0, 9370.0, 9412.0, 9388.0, 9411.0, 9379.0, 9387.0, 9394.0, 9411.0, 9389.0, 9409.0, 9344.0, 9310.0, 9350.0, 9335.0, 9330.0, 9351.0, 9332.0, 9351.0, 9364.0, 9355.0, 9366.0, 9357.0, 9383.0, 9355.0, 9381.0, 9333.0, 9359.0, 9309.0, 9342.0, 9352.0, 9385.0, 9353.0, 9395.0, 9355.0, 9374.0, 9310.0, 9350.0, 9338.0, 9307.0, 9332.0, 9304.0, 9350.0, 9319.0, 9346.0, 9304.0, 9343.0, 9304.0, 9330.0, 9307.0, 9328.0, 9304.0, 9330.0, 9308.0, 9335.0, 9332.0, 9338.0, 9330.0, 9325.0, 9318.0, 9344.0, 9341.0, 9347.0, 9339.0, 9350.0, 9356.0, 9352.0, 9361.0, 9372.0, 9344.0, 9314.0, 9330.0, 9314.0, 9359.0, 9341.0, 9362.0, 9319.0, 9360.0, 9320.0, 9374.0, 9338.0, 9377.0, 9339.0, 9378.0, 9369.0, 9394.0, 9387.0, 9396.0, 9371.0, 9355.0, 9397.0, 9359.0, 9399.0, 9356.0, 9410.0, 9371.0, 9409.0, 9387.0, 9425.0, 9419.0, 9430.0, 9424.0, 9398.0, 9418.0, 9375.0, 9430.0, 9371.0, 9423.0, 9402.0, 9459.0, 9422.0, 9376.0, 9429.0, 9389.0, 9428.0, 9414.0, 9389.0, 9456.0, 9436.0, 9434.0, 9419.0, 9436.0, 9441.0, 9387.0, 9426.0, 9405.0, 9423.0, 9409.0, 9362.0, 9403.0, 9412.0, 9401.0, 9387.0, 9380.0, 9359.0, 9370.0, 9345.0, 9373.0, 9357.0, 9371.0, 9341.0, 9347.0, 9335.0, 9348.0, 9352.0, 9304.0, 9335.0, 9338.0, 9367.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.013461600331674959</td></tr>
<tr><td colspan=3>aqi</td><td>0.03911131111111111</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.869420997360955</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2519783308132781</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.101277959211618</td></tr>
<tr><td colspan=3>efc</td><td>0.4839</td></tr>
<tr><td colspan=3>fber</td><td>4557.9697</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12213776088888295</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>95</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.877280265339967</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.678972820003542</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6505530277149822</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9172654759015164</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4690999563941256</td></tr>
<tr><td colspan=3>gcor</td><td>0.00781667</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0024451741483062506</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021036971360445023</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1206</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.7704042441719583</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.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.8187</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.5254</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.3247</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298908.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>828.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>337.6939</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1931</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>511.0024</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3399.6645</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3626.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77636.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1042.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4500.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>961.6944</td></tr>
<tr><td colspan=3>tsnr</td><td>31.914767941343598</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>