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

616 lines
No EOL
133 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-0127_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-0127_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-0127_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-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0127/figures/sub-0127_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-0127/figures/sub-0127_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127/ses-01/func/sub-0127_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>ffec19b7495efcb207fdea930d38ab09</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>12:02:17.540000</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.996568, 0.0676935, -0.0476402, -0.0738829, 0.986938, -0.143157]</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.259</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.0833819</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>[4188, -7740, -7254, 189, -162, 90, -55, 125]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.555</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2f60217a-6eba-473d-9e98-c828520230a6||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.6737194061279297, -0.19822241365909576, -0.10078336298465729, 124.82891845703125], [-0.18161675333976746, 2.647883653640747, -0.3946995735168457, -82.4654541015625], [-0.1278151571750641, 0.3840785026550293, 2.6690924167633057, -98.0027084350586], [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': ['120217.540000', '120218.000000', '120218.460000', '120218.920000', '120219.380000', '120219.840000', '120220.300000', '120220.760000', '120221.220000', '120221.680000', '120222.140000', '120222.600000', '120223.060000', '120223.520000', '120223.980000', '120224.440000', '120224.900000', '120225.360000', '120225.820000', '120226.280000', '120226.740000', '120227.200000', '120227.660000', '120228.120000', '120228.580000', '120229.040000', '120229.500000', '120229.960000', '120230.420000', '120230.880000', '120231.340000', '120231.800000', '120232.260000', '120232.720000', '120233.180000', '120233.640000', '120234.100000', '120234.560000', '120235.020000', '120235.480000', '120235.940000', '120236.400000', '120236.860000', '120237.320000', '120237.780000', '120238.240000', '120238.700000', '120239.160000', '120239.620000', '120240.080000', '120240.540000', '120241.000000', '120241.460000', '120241.920000', '120242.380000', '120242.840000', '120243.300000', '120243.760000', '120244.220000', '120244.680000', '120245.140000', '120245.600000', '120246.060000', '120246.520000', '120246.980000', '120247.440000', '120247.900000', '120248.360000', '120248.820000', '120249.280000', '120249.740000', '120250.200000', '120250.660000', '120251.120000', '120251.580000', '120252.040000', '120252.500000', '120252.960000', '120253.420000', '120253.880000', '120254.340000', '120254.800000', '120255.260000', '120255.720000', '120256.180000', '120256.640000', '120257.100000', '120257.560000', '120258.020000', '120258.480000', '120258.940000', '120259.400000', '120259.860000', '120300.320000', '120300.780000', '120301.240000', '120301.700000', '120302.160000', '120302.620000', '120303.080000', '120303.540000', '120304.000000', '120304.460000', '120304.920000', '120305.380000', '120305.840000', '120306.300000', '120306.760000', '120307.220000', '120307.680000', '120308.140000', '120308.600000', '120309.060000', '120309.520000', '120309.980000', '120310.440000', '120310.900000', '120311.360000', '120311.820000', '120312.280000', '120312.740000', '120313.200000', '120313.660000', '120314.120000', '120314.580000', '120315.040000', '120315.500000', '120315.960000', '120316.420000', '120316.880000', '120317.340000', '120317.800000', '120318.260000', '120318.720000', '120319.180000', '120319.640000', '120320.100000', '120320.560000', '120321.020000', '120321.480000', '120321.940000', '120322.400000', '120322.860000', '120323.320000', '120323.780000', '120324.240000', '120324.700000', '120325.160000', '120325.620000', '120326.080000', '120326.540000', '120327.000000', '120327.460000', '120327.920000', '120328.380000', '120328.840000', '120329.300000', '120329.760000', '120330.220000', '120330.680000', '120331.140000', '120331.600000', '120332.060000', '120332.520000', '120332.980000', '120333.440000', '120333.900000', '120334.360000', '120334.820000', '120335.280000', '120335.740000', '120336.200000', '120336.660000', '120337.120000', '120337.580000', '120338.040000', '120338.500000', '120338.960000', '120339.420000', '120339.880000', '120340.340000', '120340.800000', '120341.260000', '120341.720000', '120342.180000', '120342.640000', '120343.100000', '120343.560000', '120344.020000', '120344.480000', '120344.940000', '120345.400000', '120345.860000', '120346.320000', '120346.780000', '120347.240000', '120347.700000', '120348.160000', '120348.620000', '120349.080000', '120349.540000', '120350.000000', '120350.460000', '120350.920000', '120351.380000', '120351.840000', '120352.300000', '120352.760000', '120353.220000', '120353.680000', '120354.140000', '120354.600000', '120355.060000', '120355.520000', '120355.980000', '120356.440000', '120356.900000', '120357.360000', '120357.820000', '120358.280000', '120358.740000', '120359.200000', '120359.660000', '120400.120000', '120400.580000', '120401.040000', '120401.500000', '120401.960000', '120402.420000', '120402.880000', '120403.340000', '120403.800000', '120404.260000', '120404.720000', '120405.180000', '120405.640000', '120406.100000', '120406.560000', '120407.020000', '120407.480000', '120407.940000', '120408.400000', '120408.860000', '120409.320000', '120409.780000', '120410.240000', '120410.700000', '120411.160000', '120411.620000', '120412.080000', '120412.540000', '120413.000000', '120413.460000', '120413.920000', '120414.380000', '120414.840000', '120415.300000', '120415.760000', '120416.220000', '120416.680000', '120417.140000', '120417.600000', '120418.060000', '120418.520000', '120418.980000', '120419.440000', '120419.900000', '120420.360000', '120420.820000', '120421.280000', '120421.740000', '120422.200000', '120422.660000', '120423.120000', '120423.580000', '120424.040000', '120424.500000', '120424.960000', '120425.420000', '120425.880000', '120426.340000', '120426.800000', '120427.260000', '120427.720000', '120428.180000', '120428.640000', '120429.100000', '120429.560000', '120430.020000', '120430.480000', '120430.940000', '120431.400000', '120431.860000', '120432.320000', '120432.780000', '120433.240000', '120433.700000', '120434.160000', '120434.620000', '120435.080000', '120435.540000', '120436.000000', '120436.460000', '120436.920000', '120437.380000', '120437.840000', '120438.300000', '120438.760000', '120439.220000', '120439.680000', '120440.140000', '120440.600000', '120441.060000', '120441.520000', '120441.980000', '120442.440000', '120442.900000', '120443.360000', '120443.820000', '120444.280000', '120444.740000', '120445.200000', '120445.660000', '120446.120000', '120446.580000', '120447.040000', '120447.500000', '120447.960000', '120448.420000', '120448.880000', '120449.340000', '120449.800000', '120450.260000', '120450.720000', '120451.180000', '120451.640000', '120452.100000', '120452.560000', '120453.020000', '120453.480000', '120453.940000', '120454.400000', '120454.860000', '120455.320000', '120455.780000', '120456.240000', '120456.700000', '120457.160000', '120457.620000', '120458.080000', '120458.540000', '120459.000000', '120459.460000', '120459.920000', '120500.380000', '120500.840000', '120501.300000', '120501.760000', '120502.220000', '120502.680000', '120503.140000', '120503.600000', '120504.060000', '120504.520000', '120504.980000', '120505.440000', '120505.900000', '120506.360000', '120506.820000', '120507.280000', '120507.740000', '120508.200000', '120508.660000', '120509.120000', '120509.580000', '120510.040000', '120510.500000', '120510.960000', '120511.420000', '120511.880000', '120512.340000', '120512.800000', '120513.260000', '120513.720000', '120514.180000', '120514.640000', '120515.100000', '120515.560000', '120516.020000', '120516.480000', '120516.940000', '120517.400000', '120517.860000', '120518.320000', '120518.780000', '120519.240000', '120519.700000', '120520.160000', '120520.620000', '120521.080000', '120521.540000', '120522.000000', '120522.460000', '120522.920000', '120523.380000', '120523.840000', '120524.300000', '120524.760000', '120525.220000', '120525.680000', '120526.140000', '120526.600000', '120527.060000', '120527.520000', '120527.980000', '120528.440000', '120528.900000', '120529.360000', '120529.820000', '120530.280000', '120530.740000', '120531.200000', '120531.660000', '120532.120000', '120532.580000', '120533.040000', '120533.500000', '120533.960000', '120534.420000', '120534.880000', '120535.340000', '120535.800000', '120536.260000', '120536.720000', '120537.180000', '120537.640000', '120538.100000', '120538.560000', '120539.020000', '120539.480000', '120539.940000', '120540.400000', '120540.860000', '120541.320000', '120541.780000', '120542.240000', '120542.700000', '120543.160000', '120543.620000', '120544.080000', '120544.540000', '120545.000000', '120545.460000', '120545.920000', '120546.380000', '120546.840000', '120547.300000', '120547.760000', '120548.220000', '120548.680000', '120549.140000', '120549.600000', '120550.060000', '120550.520000', '120550.980000', '120551.440000', '120551.900000', '120552.360000', '120552.820000', '120553.280000', '120553.740000', '120554.200000', '120554.660000', '120555.120000', '120555.580000', '120556.040000', '120556.500000', '120556.960000', '120557.420000', '120557.880000', '120558.340000', '120558.800000', '120559.260000', '120559.720000', '120600.180000', '120600.640000', '120601.100000', '120601.560000', '120602.020000', '120602.480000', '120602.940000', '120603.400000', '120603.860000', '120604.320000', '120604.780000', '120605.240000', '120605.700000', '120606.160000', '120606.620000', '120607.080000', '120607.540000', '120608.000000', '120608.460000', '120608.920000', '120609.380000', '120609.840000', '120610.300000', '120610.760000', '120611.220000', '120611.680000', '120612.140000', '120612.600000', '120613.060000', '120613.520000', '120613.980000', '120614.440000', '120614.900000', '120615.360000', '120615.820000', '120616.280000', '120616.740000', '120617.200000', '120617.660000', '120618.120000', '120618.580000', '120619.040000', '120619.500000', '120619.960000', '120620.420000', '120620.880000', '120621.340000', '120621.800000', '120622.260000', '120622.720000', '120623.180000', '120623.640000', '120624.100000', '120624.560000', '120625.020000', '120625.480000', '120625.940000', '120626.400000', '120626.860000', '120627.320000', '120627.780000', '120628.240000', '120628.700000', '120629.160000', '120629.620000', '120630.080000', '120630.540000', '120631.000000', '120631.460000', '120631.920000', '120632.380000', '120632.840000', '120633.300000', '120633.760000', '120634.220000', '120634.680000', '120635.140000', '120635.600000', '120636.060000', '120636.520000', '120636.980000', '120637.440000', '120637.900000', '120638.360000', '120638.820000', '120639.280000', '120639.740000', '120640.200000', '120640.660000', '120641.120000', '120641.580000', '120642.040000', '120642.500000', '120642.960000', '120643.420000', '120643.880000', '120644.340000', '120644.800000', '120645.260000', '120645.720000', '120646.180000', '120646.640000', '120647.100000', '120647.560000', '120648.020000', '120648.480000', '120648.940000', '120649.400000', '120649.860000', '120650.320000', '120650.780000', '120651.240000', '120651.700000', '120652.160000', '120652.620000', '120653.080000', '120653.540000', '120654.000000', '120654.460000', '120654.920000', '120655.380000', '120655.840000', '120656.300000', '120656.760000', '120657.220000', '120657.680000', '120658.140000', '120658.600000', '120659.060000', '120659.520000', '120659.980000', '120700.440000', '120700.900000', '120701.360000', '120701.820000', '120702.280000', '120702.740000', '120703.200000', '120703.660000', '120704.120000', '120704.580000', '120705.040000', '120705.500000', '120705.960000', '120706.420000', '120706.880000', '120707.340000', '120707.800000', '120708.260000', '120708.720000', '120709.180000', '120709.640000', '120710.100000', '120710.560000', '120711.020000', '120711.480000', '120711.940000', '120712.400000', '120712.860000', '120713.320000', '120713.780000', '120714.240000', '120714.700000', '120715.160000', '120715.620000', '120716.080000', '120716.540000', '120717.000000', '120717.460000', '120717.920000', '120718.380000', '120718.840000', '120719.300000', '120719.760000', '120720.220000', '120720.680000', '120721.140000', '120721.600000', '120722.060000', '120722.520000', '120722.980000', '120723.440000', '120723.900000', '120724.360000', '120724.820000', '120725.280000', '120725.740000', '120726.200000', '120726.660000', '120727.120000', '120727.580000', '120728.040000', '120728.500000', '120728.960000', '120729.420000', '120729.880000', '120730.340000', '120730.800000', '120731.260000', '120731.720000', '120732.180000', '120732.640000', '120733.100000', '120733.560000', '120734.020000', '120734.480000', '120734.940000', '120735.400000', '120735.860000', '120736.320000', '120736.780000', '120737.240000', '120737.700000', '120738.160000', '120738.620000', '120739.080000', '120739.540000', '120740.000000', '120740.460000', '120740.920000', '120741.380000', '120741.840000', '120742.300000', '120742.760000', '120743.220000', '120743.680000', '120744.140000', '120744.600000', '120745.060000', '120745.520000', '120745.980000', '120746.440000', '120746.900000', '120747.360000', '120747.820000', '120748.280000', '120748.740000', '120749.200000', '120749.660000', '120750.120000', '120750.580000', '120751.040000', '120751.500000', '120751.960000', '120752.420000', '120752.880000', '120753.340000', '120753.800000', '120754.260000', '120754.720000', '120755.180000', '120755.640000', '120756.100000', '120756.560000', '120757.020000', '120757.480000', '120757.940000', '120758.400000', '120758.860000', '120759.320000', '120759.780000', '120800.240000', '120800.700000', '120801.160000', '120801.620000', '120802.080000', '120802.540000', '120803.000000', '120803.460000', '120803.920000', '120804.380000', '120804.840000', '120805.300000', '120805.760000', '120806.220000', '120806.680000', '120807.140000', '120807.600000', '120808.060000', '120808.520000', '120808.980000', '120809.440000', '120809.900000', '120810.360000', '120810.820000', '120811.280000', '120811.740000', '120812.200000', '120812.660000', '120813.120000', '120813.580000', '120814.040000', '120814.500000', '120814.960000', '120815.420000', '120815.880000', '120816.340000', '120816.800000', '120817.260000', '120817.720000', '120818.180000', '120818.640000', '120819.100000', '120819.560000', '120820.020000', '120820.480000', '120820.940000', '120821.400000', '120821.860000', '120822.320000', '120822.780000', '120823.240000', '120823.700000', '120824.160000', '120824.620000', '120825.080000', '120825.540000', '120826.000000', '120826.460000', '120826.920000', '120827.380000', '120827.840000', '120828.300000', '120828.760000', '120829.220000', '120829.680000', '120830.140000', '120830.600000', '120831.060000', '120831.520000', '120831.980000', '120832.440000', '120832.900000', '120833.360000', '120833.820000', '120834.280000', '120834.740000', '120835.200000', '120835.660000', '120836.120000', '120836.580000', '120837.040000', '120837.500000', '120837.960000', '120838.420000', '120838.880000', '120839.340000', '120839.800000', '120840.260000', '120840.720000', '120841.180000', '120841.640000', '120842.100000', '120842.560000', '120843.020000', '120843.480000', '120843.940000', '120844.400000', '120844.860000', '120845.320000', '120845.780000', '120846.240000', '120846.700000', '120847.160000', '120847.620000', '120848.080000', '120848.540000', '120849.000000', '120849.460000', '120849.920000', '120850.380000', '120850.840000', '120851.300000', '120851.760000', '120852.220000', '120852.680000', '120853.140000', '120853.600000', '120854.060000', '120854.520000', '120854.980000', '120855.440000', '120855.900000', '120856.360000', '120856.820000', '120857.280000', '120857.740000', '120858.200000', '120858.660000', '120859.120000', '120859.580000', '120900.040000', '120900.500000', '120900.960000', '120901.420000', '120901.880000', '120902.340000', '120902.800000', '120903.260000', '120903.720000', '120904.180000', '120904.640000', '120905.100000', '120905.560000', '120906.020000', '120906.480000', '120906.940000', '120907.400000', '120907.860000', '120908.320000', '120908.780000', '120909.240000', '120909.700000', '120910.160000', '120910.620000', '120911.080000', '120911.540000', '120912.000000', '120912.460000', '120912.920000', '120913.380000', '120913.840000', '120914.300000', '120914.760000', '120915.220000', '120915.680000', '120916.140000', '120916.600000', '120917.060000', '120917.520000', '120917.980000', '120918.440000', '120918.900000', '120919.360000', '120919.820000', '120920.280000', '120920.740000', '120921.200000', '120921.660000', '120922.120000', '120922.580000', '120923.040000', '120923.500000', '120923.960000', '120924.420000', '120924.880000', '120925.340000', '120925.800000', '120926.260000', '120926.720000', '120927.180000', '120927.640000', '120928.100000', '120928.560000', '120929.020000', '120929.480000', '120929.940000', '120930.400000', '120930.860000', '120931.320000', '120931.780000', '120932.240000', '120932.700000', '120933.160000', '120933.620000', '120934.080000', '120934.540000', '120935.000000', '120935.460000', '120935.920000', '120936.380000', '120936.840000', '120937.300000', '120937.760000', '120938.220000', '120938.680000', '120939.140000', '120939.600000', '120940.060000', '120940.520000', '120940.980000', '120941.440000', '120941.900000', '120942.360000', '120942.820000', '120943.280000', '120943.740000', '120944.200000', '120944.660000', '120945.120000', '120945.580000', '120946.040000', '120946.500000', '120946.960000', '120947.420000', '120947.880000', '120948.340000', '120948.800000', '120949.260000', '120949.720000', '120950.180000', '120950.640000', '120951.100000', '120951.560000', '120952.020000', '120952.480000', '120952.940000', '120953.400000', '120953.860000', '120954.320000', '120954.780000', '120955.240000', '120955.700000', '120956.160000', '120956.620000', '120957.080000', '120957.540000', '120958.000000', '120958.460000', '120958.920000', '120959.380000', '120959.840000', '121000.300000', '121000.760000', '121001.220000', '121001.680000', '121002.140000', '121002.600000', '121003.060000', '121003.520000', '121003.980000', '121004.440000', '121004.900000', '121005.360000', '121005.820000', '121006.280000', '121006.740000', '121007.200000', '121007.660000', '121008.120000', '121008.580000', '121009.040000', '121009.500000', '121009.960000', '121010.420000', '121010.880000', '121011.340000', '121011.800000', '121012.260000', '121012.720000', '121013.180000', '121013.640000', '121014.100000', '121014.560000', '121015.020000', '121015.480000', '121015.940000', '121016.400000', '121016.860000', '121017.320000', '121017.780000', '121018.240000', '121018.700000', '121019.160000', '121019.620000', '121020.080000', '121020.540000', '121021.000000', '121021.460000', '121021.920000', '121022.380000', '121022.840000', '121023.300000', '121023.760000', '121024.220000', '121024.680000', '121025.140000', '121025.600000', '121026.060000', '121026.520000', '121026.980000', '121027.440000', '121027.900000', '121028.360000', '121028.820000', '121029.280000', '121029.740000', '121030.200000', '121030.660000', '121031.120000', '121031.580000', '121032.040000', '121032.500000', '121032.960000', '121033.420000', '121033.880000', '121034.340000', '121034.800000', '121035.260000', '121035.720000', '121036.180000', '121036.640000', '121037.100000', '121037.560000', '121038.020000', '121038.480000', '121038.940000', '121039.400000', '121039.860000', '121040.320000', '121040.780000', '121041.240000', '121041.700000', '121042.160000', '121042.620000', '121043.080000', '121043.540000', '121044.000000', '121044.460000', '121044.920000', '121045.380000', '121045.840000', '121046.300000', '121046.760000', '121047.220000', '121047.680000', '121048.140000', '121048.600000', '121049.060000', '121049.520000', '121049.980000', '121050.440000', '121050.900000', '121051.360000', '121051.820000', '121052.280000', '121052.740000', '121053.200000', '121053.660000', '121054.120000', '121054.580000', '121055.040000', '121055.500000', '121055.960000', '121056.420000', '121056.880000', '121057.340000', '121057.800000', '121058.260000', '121058.720000', '121059.180000', '121059.640000', '121100.100000', '121100.560000', '121101.020000', '121101.480000', '121101.940000', '121102.400000', '121102.860000', '121103.320000', '121103.780000', '121104.240000', '121104.700000', '121105.160000', '121105.620000', '121106.080000', '121106.540000', '121107.000000', '121107.460000', '121107.920000', '121108.380000', '121108.840000', '121109.300000', '121109.760000', '121110.220000', '121110.680000', '121111.140000', '121111.600000', '121112.060000', '121112.520000', '121112.980000', '121113.440000', '121113.900000', '121114.360000', '121114.820000', '121115.280000', '121115.740000', '121116.200000', '121116.660000', '121117.120000', '121117.580000', '121118.040000', '121118.500000', '121118.960000', '121119.420000', '121119.880000', '121120.340000', '121120.800000', '121121.260000', '121121.720000', '121122.180000', '121122.640000', '121123.100000', '121123.560000', '121124.020000', '121124.480000', '121124.940000', '121125.400000', '121125.860000', '121126.320000', '121126.780000', '121127.240000', '121127.700000', '121128.160000', '121128.620000', '121129.080000', '121129.540000', '121130.000000', '121130.460000', '121130.920000', '121131.380000', '121131.840000', '121132.300000', '121132.760000', '121133.220000'], 'ContentTime': ['120231.059000', '120231.063000', '120231.066000', '120231.069000', '120231.071000', '120231.074000', '120231.076000', '120231.079000', '120231.092000', '120231.094000', '120231.097000', '120231.100000', '120231.102000', '120231.105000', '120231.107000', '120231.110000', '120231.113000', '120231.115000', '120231.118000', '120231.120000', '120231.123000', '120231.125000', '120231.128000', '120231.131000', '120231.133000', '120231.136000', '120231.138000', '120231.205000', '120251.029000', '120251.032000', '120251.035000', '120251.037000', '120251.040000', '120251.050000', '120251.052000', '120251.055000', '120251.058000', '120251.060000', '120251.063000', '120251.065000', '120251.068000', '120251.070000', '120251.073000', '120251.075000', '120251.078000', '120251.081000', '120251.083000', '120251.086000', '120251.088000', '120251.091000', '120251.093000', '120251.096000', '120251.098000', '120251.101000', '120251.104000', '120251.106000', '120251.109000', '120251.111000', '120251.114000', '120251.116000', '120251.119000', '120251.121000', '120251.131000', '120251.133000', '120251.136000', '120251.139000', '120251.141000', '120251.144000', '120251.146000', '120251.149000', '120251.152000', '120311.030000', '120311.034000', '120311.036000', '120311.039000', '120311.042000', '120311.045000', '120311.047000', '120311.050000', '120311.052000', '120311.055000', '120311.058000', '120311.060000', '120311.063000', '120311.065000', '120311.068000', '120311.071000', '120311.073000', '120311.076000', '120311.078000', '120311.081000', '120311.084000', '120311.086000', '120311.089000', '120311.091000', '120311.094000', '120311.106000', '120311.108000', '120311.111000', '120311.114000', '120311.116000', '120311.119000', '120311.121000', '120311.124000', '120311.127000', '120311.129000', '120311.132000', '120311.134000', '120311.137000', '120311.140000', '120311.142000', '120311.145000', '120311.147000', '120311.150000', '120311.153000', '120331.030000', '120331.033000', '120331.036000', '120331.039000', '120331.041000', '120331.044000', '120331.046000', '120331.049000', '120331.051000', '120331.054000', '120331.057000', '120331.059000', '120331.062000', '120331.064000', '120331.067000', '120331.070000', '120331.072000', '120331.075000', '120331.077000', '120331.080000', '120331.082000', '120331.085000', '120331.088000', '120331.090000', '120331.093000', '120331.095000', '120331.098000', '120331.101000', '120331.103000', '120331.106000', '120331.109000', '120331.111000', '120331.114000', '120331.116000', '120331.119000', '120331.121000', '120331.124000', '120331.127000', '120331.129000', '120331.132000', '120331.134000', '120331.137000', '120331.139000', '120351.030000', '120351.033000', '120351.036000', '120351.038000', '120351.041000', '120351.044000', '120351.047000', '120351.049000', '120351.052000', '120351.054000', '120351.057000', '120351.060000', '120351.062000', '120351.065000', '120351.067000', '120351.070000', '120351.073000', '120351.075000', '120351.078000', '120351.080000', '120351.083000', '120351.085000', '120351.088000', '120351.091000', '120351.093000', '120351.103000', '120351.106000', '120351.108000', '120351.111000', '120351.113000', '120351.116000', '120351.119000', '120351.121000', '120351.124000', '120351.126000', '120351.129000', '120351.132000', '120351.134000', '120351.137000', '120351.139000', '120351.142000', '120351.145000', '120351.147000', '120351.150000', '120411.031000', '120411.033000', '120411.036000', '120411.039000', '120411.041000', '120411.044000', '120411.047000', '120411.049000', '120411.052000', '120411.055000', '120411.057000', '120411.060000', '120411.062000', '120411.065000', '120411.068000', '120411.070000', '120411.073000', '120411.075000', '120411.078000', '120411.081000', '120411.083000', '120411.086000', '120411.088000', '120411.091000', '120411.099000', '120411.101000', '120411.104000', '120411.107000', '120411.109000', '120411.112000', '120411.115000', '120411.117000', '120411.120000', '120411.122000', '120411.125000', '120411.128000', '120411.130000', '120411.133000', '120411.135000', '120411.138000', '120411.141000', '120411.143000', '120411.146000', '120431.030000', '120431.033000', '120431.036000', '120431.044000', '120431.046000', '120431.049000', '120431.052000', '120431.054000', '120431.057000', '120431.059000', '120431.062000', '120431.065000', '120431.067000', '120431.070000', '120431.072000', '120431.075000', '120431.078000', '120431.080000', '120431.083000', '120431.085000', '120431.088000', '120431.090000', '120431.093000', '120431.096000', '120431.098000', '120431.101000', '120431.103000', '120431.106000', '120431.108000', '120431.111000', '120431.113000', '120431.116000', '120431.119000', '120431.121000', '120431.124000', '120431.127000', '120431.129000', '120431.132000', '120431.134000', '120431.137000', '120431.140000', '120431.142000', '120431.145000', '120431.147000', '120451.030000', '120451.033000', '120451.035000', '120451.038000', '120451.040000', '120451.043000', '120451.046000', '120451.048000', '120451.051000', '120451.054000', '120451.056000', '120451.059000', '120451.061000', '120451.064000', '120451.066000', '120451.069000', '120451.072000', '120451.074000', '120451.077000', '120451.079000', '120451.082000', '120451.084000', '120451.087000', '120451.090000', '120451.092000', '120451.095000', '120451.097000', '120451.100000', '120451.103000', '120451.106000', '120451.108000', '120451.111000', '120451.115000', '120451.118000', '120451.120000', '120451.123000', '120451.125000', '120451.128000', '120451.131000', '120451.133000', '120451.136000', '120451.138000', '120451.141000', '120511.029000', '120511.032000', '120511.035000', '120511.038000', '120511.049000', '120511.052000', '120511.055000', '120511.058000', '120511.060000', '120511.063000', '120511.065000', '120511.068000', '120511.071000', '120511.073000', '120511.076000', '120511.078000', '120511.081000', '120511.084000', '120511.086000', '120511.089000', '120511.092000', '120511.094000', '120511.097000', '120511.100000', '120511.102000', '120511.105000', '120511.107000', '120511.110000', '120511.113000', '120511.115000', '120511.118000', '120511.120000', '120511.123000', '120511.126000', '120511.128000', '120511.131000', '120511.134000', '120511.136000', '120511.139000', '120511.142000', '120511.145000', '120511.147000', '120511.150000', '120511.152000', '120531.030000', '120531.033000', '120531.036000', '120531.038000', '120531.041000', '120531.044000', '120531.046000', '120531.049000', '120531.052000', '120531.055000', '120531.057000', '120531.060000', '120531.062000', '120531.065000', '120531.068000', '120531.070000', '120531.073000', '120531.076000', '120531.079000', '120531.081000', '120531.084000', '120531.086000', '120531.089000', '120531.092000', '120531.094000', '120531.097000', '120531.099000', '120531.102000', '120531.105000', '120531.107000', '120531.110000', '120531.112000', '120531.115000', '120531.118000', '120531.120000', '120531.123000', '120531.126000', '120531.128000', '120531.131000', '120531.133000', '120531.136000', '120531.139000', '120531.141000', '120551.031000', '120551.034000', '120551.036000', '120551.039000', '120551.041000', '120551.083000', '120551.085000', '120551.088000', '120551.090000', '120551.093000', '120551.096000', '120551.098000', '120551.101000', '120551.104000', '120551.106000', '120551.109000', '120551.111000', '120551.114000', '120551.117000', '120551.119000', '120551.122000', '120551.125000', '120551.127000', '120551.130000', '120551.132000', '120551.135000', '120551.138000', '120551.140000', '120551.143000', '120551.146000', '120551.148000', '120551.151000', '120551.153000', '120551.156000', '120551.159000', '120551.161000', '120551.164000', '120551.167000', '120551.169000', '120551.172000', '120551.174000', '120551.177000', '120551.180000', '120551.182000', '120611.030000', '120611.033000', '120611.036000', '120611.039000', '120611.041000', '120611.044000', '120611.047000', '120611.049000', '120611.052000', '120611.054000', '120611.057000', '120611.060000', '120611.062000', '120611.065000', '120611.067000', '120611.070000', '120611.073000', '120611.075000', '120611.078000', '120611.081000', '120611.083000', '120611.086000', '120611.088000', '120611.091000', '120611.094000', '120611.096000', '120611.099000', '120611.102000', '120611.104000', '120611.107000', '120611.109000', '120611.112000', '120611.114000', '120611.117000', '120611.120000', '120611.122000', '120611.125000', '120611.127000', '120611.130000', '120611.132000', '120611.135000', '120611.137000', '120611.140000', '120631.030000', '120631.033000', '120631.036000', '120631.039000', '120631.041000', '120631.044000', '120631.046000', '120631.049000', '120631.051000', '120631.054000', '120631.057000', '120631.060000', '120631.063000', '120631.066000', '120631.069000', '120631.071000', '120631.074000', '120631.076000', '120631.079000', '120631.082000', '120631.084000', '120631.087000', '120631.089000', '120631.092000', '120631.094000', '120631.097000', '120631.099000', '120631.102000', '120631.105000', '120631.107000', '120631.110000', '120631.112000', '120631.115000', '120631.117000', '120631.120000', '120631.123000', '120631.125000', '120631.128000', '120631.130000', '120631.133000', '120631.135000', '120631.138000', '120631.141000', '120651.030000', '120651.033000', '120651.036000', '120651.039000', '120651.041000', '120651.044000', '120651.046000', '120651.049000', '120651.051000', '120651.054000', '120651.057000', '120651.059000', '120651.062000', '120651.064000', '120651.067000', '120651.070000', '120651.072000', '120651.075000', '120651.078000', '120651.080000', '120651.083000', '120651.085000', '120651.088000', '120651.090000', '120651.093000', '120651.096000', '120651.098000', '120651.101000', '120651.103000', '120651.106000', '120651.109000', '120651.111000', '120651.114000', '120651.116000', '120651.119000', '120651.122000', '120651.124000', '120651.127000', '120651.129000', '120651.132000', '120651.134000', '120651.137000', '120651.140000', '120651.142000', '120711.029000', '120711.032000', '120711.035000', '120711.038000', '120711.040000', '120711.043000', '120711.045000', '120711.048000', '120711.050000', '120711.053000', '120711.056000', '120711.058000', '120711.061000', '120711.063000', '120711.066000', '120711.068000', '120711.114000', '120711.116000', '120711.119000', '120711.122000', '120711.124000', '120711.127000', '120711.129000', '120711.132000', '120711.135000', '120711.137000', '120711.140000', '120711.142000', '120711.145000', '120711.147000', '120711.150000', '120711.153000', '120711.155000', '120711.158000', '120711.160000', '120711.163000', '120711.166000', '120711.168000', '120711.171000', '120711.173000', '120711.176000', '120711.179000', '120711.181000', '120731.030000', '120731.033000', '120731.036000', '120731.039000', '120731.041000', '120731.044000', '120731.047000', '120731.049000', '120731.052000', '120731.054000', '120731.057000', '120731.060000', '120731.062000', '120731.065000', '120731.068000', '120731.070000', '120731.073000', '120731.075000', '120731.078000', '120731.080000', '120731.083000', '120731.086000', '120731.088000', '120731.091000', '120731.093000', '120731.096000', '120731.099000', '120731.101000', '120731.104000', '120731.106000', '120731.109000', '120731.112000', '120731.114000', '120731.117000', '120731.119000', '120731.122000', '120731.124000', '120731.127000', '120731.130000', '120731.132000', '120731.135000', '120731.137000', '120731.140000', '120731.143000', '120751.031000', '120751.033000', '120751.036000', '120751.039000', '120751.041000', '120751.044000', '120751.047000', '120751.050000', '120751.052000', '120751.055000', '120751.057000', '120751.060000', '120751.062000', '120751.065000', '120751.068000', '120751.070000', '120751.073000', '120751.075000', '120751.078000', '120751.080000', '120751.083000', '120751.086000', '120751.089000', '120751.091000', '120751.094000', '120751.096000', '120751.107000', '120751.109000', '120751.112000', '120751.115000', '120751.117000', '120751.120000', '120751.123000', '120751.125000', '120751.128000', '120751.131000', '120751.133000', '120751.136000', '120751.139000', '120751.141000', '120751.144000', '120751.146000', '120751.149000', '120751.152000', '120811.030000', '120811.033000', '120811.036000', '120811.039000', '120811.041000', '120811.044000', '120811.046000', '120811.049000', '120811.052000', '120811.054000', '120811.057000', '120811.060000', '120811.062000', '120811.065000', '120811.067000', '120811.070000', '120811.073000', '120811.075000', '120811.078000', '120811.080000', '120811.083000', '120811.086000', '120811.088000', '120811.091000', '120811.093000', '120811.096000', '120811.099000', '120811.101000', '120811.104000', '120811.107000', '120811.109000', '120811.112000', '120811.115000', '120811.117000', '120811.120000', '120811.122000', '120811.125000', '120811.128000', '120811.130000', '120811.133000', '120811.135000', '120811.138000', '120811.141000', '120831.031000', '120831.034000', '120831.036000', '120831.039000', '120831.042000', '120831.044000', '120831.047000', '120831.049000', '120831.052000', '120831.055000', '120831.058000', '120831.061000', '120831.063000', '120831.066000', '120831.069000', '120831.071000', '120831.074000', '120831.077000', '120831.079000', '120831.082000', '120831.085000', '120831.087000', '120831.090000', '120831.092000', '120831.095000', '120831.098000', '120831.100000', '120831.103000', '120831.106000', '120831.108000', '120831.111000', '120831.113000', '120831.116000', '120831.119000', '120831.122000', '120831.124000', '120831.127000', '120831.130000', '120831.132000', '120831.135000', '120831.137000', '120831.148000', '120831.151000', '120851.031000', '120851.034000', '120851.036000', '120851.039000', '120851.041000', '120851.044000', '120851.047000', '120851.049000', '120851.052000', '120851.054000', '120851.057000', '120851.060000', '120851.062000', '120851.065000', '120851.068000', '120851.070000', '120851.073000', '120851.075000', '120851.078000', '120851.080000', '120851.083000', '120851.086000', '120851.088000', '120851.091000', '120851.093000', '120851.096000', '120851.099000', '120851.101000', '120851.104000', '120851.107000', '120851.109000', '120851.112000', '120851.114000', '120851.117000', '120851.120000', '120851.122000', '120851.125000', '120851.128000', '120851.130000', '120851.133000', '120851.135000', '120851.138000', '120851.141000', '120851.143000', '120911.030000', '120911.033000', '120911.036000', '120911.039000', '120911.041000', '120911.044000', '120911.046000', '120911.049000', '120911.052000', '120911.054000', '120911.057000', '120911.060000', '120911.063000', '120911.065000', '120911.068000', '120911.070000', '120911.073000', '120911.076000', '120911.078000', '120911.081000', '120911.083000', '120911.087000', '120911.090000', '120911.093000', '120911.095000', '120911.098000', '120911.101000', '120911.103000', '120911.106000', '120911.108000', '120911.111000', '120911.114000', '120911.116000', '120911.119000', '120911.121000', '120911.124000', '120911.127000', '120911.129000', '120911.132000', '120911.134000', '120911.137000', '120911.140000', '120911.142000', '120931.029000', '120931.032000', '120931.035000', '120931.037000', '120931.040000', '120931.043000', '120931.045000', '120931.048000', '120931.051000', '120931.053000', '120931.056000', '120931.058000', '120931.061000', '120931.064000', '120931.066000', '120931.069000', '120931.071000', '120931.074000', '120931.077000', '120931.079000', '120931.082000', '120931.084000', '120931.087000', '120931.089000', '120931.092000', '120931.095000', '120931.097000', '120931.100000', '120931.103000', '120931.105000', '120931.108000', '120931.110000', '120931.113000', '120931.115000', '120931.118000', '120931.121000', '120931.123000', '120931.126000', '120931.128000', '120931.131000', '120931.134000', '120931.137000', '120931.146000', '120931.149000', '120951.031000', '120951.033000', '120951.036000', '120951.039000', '120951.041000', '120951.044000', '120951.047000', '120951.049000', '120951.052000', '120951.055000', '120951.057000', '120951.060000', '120951.064000', '120951.067000', '120951.070000', '120951.072000', '120951.075000', '120951.077000', '120951.080000', '120951.083000', '120951.085000', '120951.088000', '120951.090000', '120951.093000', '120951.096000', '120951.098000', '120951.101000', '120951.103000', '120951.106000', '120951.109000', '120951.111000', '120951.114000', '120951.116000', '120951.119000', '120951.122000', '120951.124000', '120951.127000', '120951.130000', '120951.132000', '120951.135000', '120951.145000', '120951.148000', '120951.150000', '121011.041000', '121011.658000', '121011.689000', '121011.692000', '121011.694000', '121011.705000', '121011.708000', '121011.711000', '121011.720000', '121011.728000', '121011.731000', '121011.740000', '121011.743000', '121011.751000', '121011.781000', '121011.806000', '121011.809000', '121011.812000', '121011.815000', '121011.821000', '121011.824000', '121011.826000', '121011.829000', '121011.832000', '121011.834000', '121011.837000', '121011.840000', '121011.843000', '121011.852000', '121011.863000', '121011.866000', '121011.877000', '121011.880000', '121011.882000', '121011.885000', '121011.888000', '121011.890000', '121011.917000', '121011.919000', '121011.922000', '121011.925000', '121011.927000', '121011.930000', '121031.030000', '121031.033000', '121031.036000', '121031.039000', '121031.042000', '121031.044000', '121031.047000', '121031.049000', '121031.052000', '121031.055000', '121031.058000', '121031.060000', '121031.063000', '121031.066000', '121031.069000', '121031.072000', '121031.074000', '121031.077000', '121031.079000', '121031.082000', '121031.085000', '121031.087000', '121031.090000', '121031.093000', '121031.095000', '121031.098000', '121031.101000', '121031.103000', '121031.106000', '121031.109000', '121031.111000', '121031.114000', '121031.116000', '121031.119000', '121031.122000', '121031.124000', '121031.129000', '121031.132000', '121031.134000', '121031.137000', '121031.140000', '121031.142000', '121031.145000', '121031.148000', '121051.030000', '121051.033000', '121051.036000', '121051.039000', '121051.042000', '121051.045000', '121051.048000', '121051.050000', '121051.053000', '121051.056000', '121051.058000', '121051.061000', '121051.064000', '121051.066000', '121051.069000', '121051.071000', '121051.074000', '121051.077000', '121051.079000', '121051.082000', '121051.085000', '121051.087000', '121051.090000', '121051.093000', '121051.096000', '121051.107000', '121051.110000', '121051.112000', '121051.115000', '121051.117000', '121051.120000', '121051.123000', '121051.125000', '121051.128000', '121051.130000', '121051.133000', '121051.136000', '121051.138000', '121051.141000', '121051.144000', '121051.146000', '121051.149000', '121051.151000', '121051.154000', '121111.031000', '121111.034000', '121111.036000', '121111.039000', '121111.041000', '121111.044000', '121111.047000', '121111.049000', '121111.052000', '121111.055000', '121111.057000', '121111.060000', '121111.062000', '121111.065000', '121111.068000', '121111.070000', '121111.073000', '121111.075000', '121111.078000', '121111.081000', '121111.084000', '121111.086000', '121111.089000', '121111.092000', '121111.095000', '121111.097000', '121111.100000', '121111.103000', '121111.105000', '121111.108000', '121111.110000', '121111.113000', '121111.116000', '121111.118000', '121111.121000', '121111.124000', '121111.126000', '121111.129000', '121111.132000', '121111.134000', '121111.137000', '121111.139000', '121111.142000', '121131.031000', '121131.034000', '121131.036000', '121131.039000', '121131.041000', '121131.044000', '121131.047000', '121131.049000', '121131.052000', '121131.055000', '121131.057000', '121131.060000', '121131.063000', '121131.065000', '121131.068000', '121131.071000', '121131.073000', '121131.076000', '121131.078000', '121131.081000', '121131.084000', '121131.086000', '121131.089000', '121131.092000', '121131.094000', '121131.097000', '121131.099000', '121131.102000', '121131.105000', '121131.107000', '121131.110000', '121131.112000', '121131.115000', '121131.118000', '121131.120000', '121131.123000', '121131.126000', '121131.129000', '121131.131000', '121131.134000', '121131.136000', '121131.139000', '121131.142000', '121131.144000', '121134.205000', '121134.208000', '121134.210000', '121134.213000', '121134.216000', '121134.219000', '121134.222000'], 'InstanceCreationTime': ['120231.059000', '120231.063000', '120231.066000', '120231.069000', '120231.071000', '120231.074000', '120231.076000', '120231.079000', '120231.092000', '120231.094000', '120231.097000', '120231.100000', '120231.102000', '120231.105000', '120231.107000', '120231.110000', '120231.113000', '120231.115000', '120231.118000', '120231.120000', '120231.123000', '120231.125000', '120231.128000', '120231.131000', '120231.133000', '120231.136000', '120231.138000', '120231.205000', '120251.029000', '120251.032000', '120251.035000', '120251.037000', '120251.040000', '120251.050000', '120251.052000', '120251.055000', '120251.058000', '120251.060000', '120251.063000', '120251.065000', '120251.068000', '120251.070000', '120251.073000', '120251.075000', '120251.078000', '120251.081000', '120251.083000', '120251.086000', '120251.088000', '120251.091000', '120251.093000', '120251.096000', '120251.098000', '120251.101000', '120251.104000', '120251.106000', '120251.109000', '120251.111000', '120251.114000', '120251.116000', '120251.119000', '120251.121000', '120251.131000', '120251.133000', '120251.136000', '120251.139000', '120251.141000', '120251.144000', '120251.146000', '120251.149000', '120251.152000', '120311.030000', '120311.034000', '120311.036000', '120311.039000', '120311.042000', '120311.045000', '120311.047000', '120311.050000', '120311.052000', '120311.055000', '120311.058000', '120311.060000', '120311.063000', '120311.065000', '120311.068000', '120311.071000', '120311.073000', '120311.076000', '120311.078000', '120311.081000', '120311.084000', '120311.086000', '120311.089000', '120311.091000', '120311.094000', '120311.106000', '120311.108000', '120311.111000', '120311.114000', '120311.116000', '120311.119000', '120311.121000', '120311.124000', '120311.127000', '120311.129000', '120311.132000', '120311.134000', '120311.137000', '120311.140000', '120311.142000', '120311.145000', '120311.147000', '120311.150000', '120311.153000', '120331.030000', '120331.033000', '120331.036000', '120331.039000', '120331.041000', '120331.044000', '120331.046000', '120331.049000', '120331.051000', '120331.054000', '120331.057000', '120331.059000', '120331.062000', '120331.064000', '120331.067000', '120331.070000', '120331.072000', '120331.075000', '120331.077000', '120331.080000', '120331.082000', '120331.085000', '120331.088000', '120331.090000', '120331.093000', '120331.095000', '120331.098000', '120331.101000', '120331.103000', '120331.106000', '120331.109000', '120331.111000', '120331.114000', '120331.116000', '120331.119000', '120331.121000', '120331.124000', '120331.127000', '120331.129000', '120331.132000', '120331.134000', '120331.137000', '120331.139000', '120351.030000', '120351.033000', '120351.036000', '120351.038000', '120351.041000', '120351.044000', '120351.047000', '120351.049000', '120351.052000', '120351.054000', '120351.057000', '120351.060000', '120351.062000', '120351.065000', '120351.067000', '120351.070000', '120351.073000', '120351.075000', '120351.078000', '120351.080000', '120351.083000', '120351.085000', '120351.088000', '120351.091000', '120351.093000', '120351.103000', '120351.106000', '120351.108000', '120351.111000', '120351.113000', '120351.116000', '120351.119000', '120351.121000', '120351.124000', '120351.126000', '120351.129000', '120351.132000', '120351.134000', '120351.137000', '120351.139000', '120351.142000', '120351.145000', '120351.147000', '120351.150000', '120411.031000', '120411.033000', '120411.036000', '120411.039000', '120411.041000', '120411.044000', '120411.047000', '120411.049000', '120411.052000', '120411.055000', '120411.057000', '120411.060000', '120411.062000', '120411.065000', '120411.068000', '120411.070000', '120411.073000', '120411.075000', '120411.078000', '120411.081000', '120411.083000', '120411.086000', '120411.088000', '120411.091000', '120411.099000', '120411.101000', '120411.104000', '120411.107000', '120411.109000', '120411.112000', '120411.115000', '120411.117000', '120411.120000', '120411.122000', '120411.125000', '120411.128000', '120411.130000', '120411.133000', '120411.135000', '120411.138000', '120411.141000', '120411.143000', '120411.146000', '120431.030000', '120431.033000', '120431.036000', '120431.044000', '120431.046000', '120431.049000', '120431.052000', '120431.054000', '120431.057000', '120431.059000', '120431.062000', '120431.065000', '120431.067000', '120431.070000', '120431.072000', '120431.075000', '120431.078000', '120431.080000', '120431.083000', '120431.085000', '120431.088000', '120431.090000', '120431.093000', '120431.096000', '120431.098000', '120431.101000', '120431.103000', '120431.106000', '120431.108000', '120431.111000', '120431.113000', '120431.116000', '120431.119000', '120431.121000', '120431.124000', '120431.127000', '120431.129000', '120431.132000', '120431.134000', '120431.137000', '120431.140000', '120431.142000', '120431.145000', '120431.147000', '120451.030000', '120451.033000', '120451.035000', '120451.038000', '120451.040000', '120451.043000', '120451.046000', '120451.048000', '120451.051000', '120451.054000', '120451.056000', '120451.059000', '120451.061000', '120451.064000', '120451.066000', '120451.069000', '120451.072000', '120451.074000', '120451.077000', '120451.079000', '120451.082000', '120451.084000', '120451.087000', '120451.090000', '120451.092000', '120451.095000', '120451.097000', '120451.100000', '120451.103000', '120451.106000', '120451.108000', '120451.111000', '120451.115000', '120451.118000', '120451.120000', '120451.123000', '120451.125000', '120451.128000', '120451.131000', '120451.133000', '120451.136000', '120451.138000', '120451.141000', '120511.029000', '120511.032000', '120511.035000', '120511.038000', '120511.049000', '120511.052000', '120511.055000', '120511.058000', '120511.060000', '120511.063000', '120511.065000', '120511.068000', '120511.071000', '120511.073000', '120511.076000', '120511.078000', '120511.081000', '120511.084000', '120511.086000', '120511.089000', '120511.092000', '120511.094000', '120511.097000', '120511.100000', '120511.102000', '120511.105000', '120511.107000', '120511.110000', '120511.113000', '120511.115000', '120511.118000', '120511.120000', '120511.123000', '120511.126000', '120511.128000', '120511.131000', '120511.134000', '120511.136000', '120511.139000', '120511.142000', '120511.145000', '120511.147000', '120511.150000', '120511.152000', '120531.030000', '120531.033000', '120531.036000', '120531.038000', '120531.041000', '120531.044000', '120531.046000', '120531.049000', '120531.052000', '120531.055000', '120531.057000', '120531.060000', '120531.062000', '120531.065000', '120531.068000', '120531.070000', '120531.073000', '120531.076000', '120531.079000', '120531.081000', '120531.084000', '120531.086000', '120531.089000', '120531.092000', '120531.094000', '120531.097000', '120531.099000', '120531.102000', '120531.105000', '120531.107000', '120531.110000', '120531.112000', '120531.115000', '120531.118000', '120531.120000', '120531.123000', '120531.126000', '120531.128000', '120531.131000', '120531.133000', '120531.136000', '120531.139000', '120531.141000', '120551.031000', '120551.034000', '120551.036000', '120551.039000', '120551.041000', '120551.083000', '120551.085000', '120551.088000', '120551.090000', '120551.093000', '120551.096000', '120551.098000', '120551.101000', '120551.104000', '120551.106000', '120551.109000', '120551.111000', '120551.114000', '120551.117000', '120551.119000', '120551.122000', '120551.125000', '120551.127000', '120551.130000', '120551.132000', '120551.135000', '120551.138000', '120551.140000', '120551.143000', '120551.146000', '120551.148000', '120551.151000', '120551.153000', '120551.156000', '120551.159000', '120551.161000', '120551.164000', '120551.167000', '120551.169000', '120551.172000', '120551.174000', '120551.177000', '120551.180000', '120551.182000', '120611.030000', '120611.033000', '120611.036000', '120611.039000', '120611.041000', '120611.044000', '120611.047000', '120611.049000', '120611.052000', '120611.054000', '120611.057000', '120611.060000', '120611.062000', '120611.065000', '120611.067000', '120611.070000', '120611.073000', '120611.075000', '120611.078000', '120611.081000', '120611.083000', '120611.086000', '120611.088000', '120611.091000', '120611.094000', '120611.096000', '120611.099000', '120611.102000', '120611.104000', '120611.107000', '120611.109000', '120611.112000', '120611.114000', '120611.117000', '120611.120000', '120611.122000', '120611.125000', '120611.127000', '120611.130000', '120611.132000', '120611.135000', '120611.137000', '120611.140000', '120631.030000', '120631.033000', '120631.036000', '120631.039000', '120631.041000', '120631.044000', '120631.046000', '120631.049000', '120631.051000', '120631.054000', '120631.057000', '120631.060000', '120631.063000', '120631.066000', '120631.069000', '120631.071000', '120631.074000', '120631.076000', '120631.079000', '120631.082000', '120631.084000', '120631.087000', '120631.089000', '120631.092000', '120631.094000', '120631.097000', '120631.099000', '120631.102000', '120631.105000', '120631.107000', '120631.110000', '120631.112000', '120631.115000', '120631.117000', '120631.120000', '120631.123000', '120631.125000', '120631.128000', '120631.130000', '120631.133000', '120631.135000', '120631.138000', '120631.141000', '120651.030000', '120651.033000', '120651.036000', '120651.039000', '120651.041000', '120651.044000', '120651.046000', '120651.049000', '120651.051000', '120651.054000', '120651.057000', '120651.059000', '120651.062000', '120651.064000', '120651.067000', '120651.070000', '120651.072000', '120651.075000', '120651.078000', '120651.080000', '120651.083000', '120651.085000', '120651.088000', '120651.090000', '120651.093000', '120651.096000', '120651.098000', '120651.101000', '120651.103000', '120651.106000', '120651.109000', '120651.111000', '120651.114000', '120651.116000', '120651.119000', '120651.122000', '120651.124000', '120651.127000', '120651.129000', '120651.132000', '120651.134000', '120651.137000', '120651.140000', '120651.142000', '120711.029000', '120711.032000', '120711.035000', '120711.038000', '120711.040000', '120711.043000', '120711.045000', '120711.048000', '120711.050000', '120711.053000', '120711.056000', '120711.058000', '120711.061000', '120711.063000', '120711.066000', '120711.068000', '120711.114000', '120711.116000', '120711.119000', '120711.122000', '120711.124000', '120711.127000', '120711.129000', '120711.132000', '120711.135000', '120711.137000', '120711.140000', '120711.142000', '120711.145000', '120711.147000', '120711.150000', '120711.153000', '120711.155000', '120711.158000', '120711.160000', '120711.163000', '120711.166000', '120711.168000', '120711.171000', '120711.173000', '120711.176000', '120711.179000', '120711.181000', '120731.030000', '120731.033000', '120731.036000', '120731.039000', '120731.041000', '120731.044000', '120731.047000', '120731.049000', '120731.052000', '120731.054000', '120731.057000', '120731.060000', '120731.062000', '120731.065000', '120731.068000', '120731.070000', '120731.073000', '120731.075000', '120731.078000', '120731.080000', '120731.083000', '120731.086000', '120731.088000', '120731.091000', '120731.093000', '120731.096000', '120731.099000', '120731.101000', '120731.104000', '120731.106000', '120731.109000', '120731.112000', '120731.114000', '120731.117000', '120731.119000', '120731.122000', '120731.124000', '120731.127000', '120731.130000', '120731.132000', '120731.135000', '120731.137000', '120731.140000', '120731.143000', '120751.031000', '120751.033000', '120751.036000', '120751.039000', '120751.041000', '120751.044000', '120751.047000', '120751.050000', '120751.052000', '120751.055000', '120751.057000', '120751.060000', '120751.062000', '120751.065000', '120751.068000', '120751.070000', '120751.073000', '120751.075000', '120751.078000', '120751.080000', '120751.083000', '120751.086000', '120751.089000', '120751.091000', '120751.094000', '120751.096000', '120751.107000', '120751.109000', '120751.112000', '120751.115000', '120751.117000', '120751.120000', '120751.123000', '120751.125000', '120751.128000', '120751.131000', '120751.133000', '120751.136000', '120751.139000', '120751.141000', '120751.144000', '120751.146000', '120751.149000', '120751.152000', '120811.030000', '120811.033000', '120811.036000', '120811.039000', '120811.041000', '120811.044000', '120811.046000', '120811.049000', '120811.052000', '120811.054000', '120811.057000', '120811.060000', '120811.062000', '120811.065000', '120811.067000', '120811.070000', '120811.073000', '120811.075000', '120811.078000', '120811.080000', '120811.083000', '120811.086000', '120811.088000', '120811.091000', '120811.093000', '120811.096000', '120811.099000', '120811.101000', '120811.104000', '120811.107000', '120811.109000', '120811.112000', '120811.115000', '120811.117000', '120811.120000', '120811.122000', '120811.125000', '120811.128000', '120811.130000', '120811.133000', '120811.135000', '120811.138000', '120811.141000', '120831.031000', '120831.034000', '120831.036000', '120831.039000', '120831.042000', '120831.044000', '120831.047000', '120831.049000', '120831.052000', '120831.055000', '120831.058000', '120831.061000', '120831.063000', '120831.066000', '120831.069000', '120831.071000', '120831.074000', '120831.077000', '120831.079000', '120831.082000', '120831.085000', '120831.087000', '120831.090000', '120831.092000', '120831.095000', '120831.098000', '120831.100000', '120831.103000', '120831.106000', '120831.108000', '120831.111000', '120831.113000', '120831.116000', '120831.119000', '120831.122000', '120831.124000', '120831.127000', '120831.130000', '120831.132000', '120831.135000', '120831.137000', '120831.148000', '120831.151000', '120851.031000', '120851.034000', '120851.036000', '120851.039000', '120851.041000', '120851.044000', '120851.047000', '120851.049000', '120851.052000', '120851.054000', '120851.057000', '120851.060000', '120851.062000', '120851.065000', '120851.068000', '120851.070000', '120851.073000', '120851.075000', '120851.078000', '120851.080000', '120851.083000', '120851.086000', '120851.088000', '120851.091000', '120851.093000', '120851.096000', '120851.099000', '120851.101000', '120851.104000', '120851.107000', '120851.109000', '120851.112000', '120851.114000', '120851.117000', '120851.120000', '120851.122000', '120851.125000', '120851.128000', '120851.130000', '120851.133000', '120851.135000', '120851.138000', '120851.141000', '120851.143000', '120911.030000', '120911.033000', '120911.036000', '120911.039000', '120911.041000', '120911.044000', '120911.046000', '120911.049000', '120911.052000', '120911.054000', '120911.057000', '120911.060000', '120911.063000', '120911.065000', '120911.068000', '120911.070000', '120911.073000', '120911.076000', '120911.078000', '120911.081000', '120911.083000', '120911.087000', '120911.090000', '120911.093000', '120911.095000', '120911.098000', '120911.101000', '120911.103000', '120911.106000', '120911.108000', '120911.111000', '120911.114000', '120911.116000', '120911.119000', '120911.121000', '120911.124000', '120911.127000', '120911.129000', '120911.132000', '120911.134000', '120911.137000', '120911.140000', '120911.142000', '120931.029000', '120931.032000', '120931.035000', '120931.037000', '120931.040000', '120931.043000', '120931.045000', '120931.048000', '120931.051000', '120931.053000', '120931.056000', '120931.058000', '120931.061000', '120931.064000', '120931.066000', '120931.069000', '120931.071000', '120931.074000', '120931.077000', '120931.079000', '120931.082000', '120931.084000', '120931.087000', '120931.089000', '120931.092000', '120931.095000', '120931.097000', '120931.100000', '120931.103000', '120931.105000', '120931.108000', '120931.110000', '120931.113000', '120931.115000', '120931.118000', '120931.121000', '120931.123000', '120931.126000', '120931.128000', '120931.131000', '120931.134000', '120931.137000', '120931.146000', '120931.149000', '120951.031000', '120951.033000', '120951.036000', '120951.039000', '120951.041000', '120951.044000', '120951.047000', '120951.049000', '120951.052000', '120951.055000', '120951.057000', '120951.060000', '120951.064000', '120951.067000', '120951.070000', '120951.072000', '120951.075000', '120951.077000', '120951.080000', '120951.083000', '120951.085000', '120951.088000', '120951.090000', '120951.093000', '120951.096000', '120951.098000', '120951.101000', '120951.103000', '120951.106000', '120951.109000', '120951.111000', '120951.114000', '120951.116000', '120951.119000', '120951.122000', '120951.124000', '120951.127000', '120951.130000', '120951.132000', '120951.135000', '120951.145000', '120951.148000', '120951.150000', '121011.041000', '121011.658000', '121011.689000', '121011.692000', '121011.694000', '121011.705000', '121011.708000', '121011.711000', '121011.720000', '121011.728000', '121011.731000', '121011.740000', '121011.743000', '121011.751000', '121011.781000', '121011.806000', '121011.809000', '121011.812000', '121011.815000', '121011.821000', '121011.824000', '121011.826000', '121011.829000', '121011.832000', '121011.834000', '121011.837000', '121011.840000', '121011.843000', '121011.852000', '121011.863000', '121011.866000', '121011.877000', '121011.880000', '121011.882000', '121011.885000', '121011.888000', '121011.890000', '121011.917000', '121011.919000', '121011.922000', '121011.925000', '121011.927000', '121011.930000', '121031.030000', '121031.033000', '121031.036000', '121031.039000', '121031.042000', '121031.044000', '121031.047000', '121031.049000', '121031.052000', '121031.055000', '121031.058000', '121031.060000', '121031.063000', '121031.066000', '121031.069000', '121031.072000', '121031.074000', '121031.077000', '121031.079000', '121031.082000', '121031.085000', '121031.087000', '121031.090000', '121031.093000', '121031.095000', '121031.098000', '121031.101000', '121031.103000', '121031.106000', '121031.109000', '121031.111000', '121031.114000', '121031.116000', '121031.119000', '121031.122000', '121031.124000', '121031.129000', '121031.132000', '121031.134000', '121031.137000', '121031.140000', '121031.142000', '121031.145000', '121031.148000', '121051.030000', '121051.033000', '121051.036000', '121051.039000', '121051.042000', '121051.045000', '121051.048000', '121051.050000', '121051.053000', '121051.056000', '121051.058000', '121051.061000', '121051.064000', '121051.066000', '121051.069000', '121051.071000', '121051.074000', '121051.077000', '121051.079000', '121051.082000', '121051.085000', '121051.087000', '121051.090000', '121051.093000', '121051.096000', '121051.107000', '121051.110000', '121051.112000', '121051.115000', '121051.117000', '121051.120000', '121051.123000', '121051.125000', '121051.128000', '121051.130000', '121051.133000', '121051.136000', '121051.138000', '121051.141000', '121051.144000', '121051.146000', '121051.149000', '121051.151000', '121051.154000', '121111.031000', '121111.034000', '121111.036000', '121111.039000', '121111.041000', '121111.044000', '121111.047000', '121111.049000', '121111.052000', '121111.055000', '121111.057000', '121111.060000', '121111.062000', '121111.065000', '121111.068000', '121111.070000', '121111.073000', '121111.075000', '121111.078000', '121111.081000', '121111.084000', '121111.086000', '121111.089000', '121111.092000', '121111.095000', '121111.097000', '121111.100000', '121111.103000', '121111.105000', '121111.108000', '121111.110000', '121111.113000', '121111.116000', '121111.118000', '121111.121000', '121111.124000', '121111.126000', '121111.129000', '121111.132000', '121111.134000', '121111.137000', '121111.139000', '121111.142000', '121131.031000', '121131.034000', '121131.036000', '121131.039000', '121131.041000', '121131.044000', '121131.047000', '121131.049000', '121131.052000', '121131.055000', '121131.057000', '121131.060000', '121131.063000', '121131.065000', '121131.068000', '121131.071000', '121131.073000', '121131.076000', '121131.078000', '121131.081000', '121131.084000', '121131.086000', '121131.089000', '121131.092000', '121131.094000', '121131.097000', '121131.099000', '121131.102000', '121131.105000', '121131.107000', '121131.110000', '121131.112000', '121131.115000', '121131.118000', '121131.120000', '121131.123000', '121131.126000', '121131.129000', '121131.131000', '121131.134000', '121131.136000', '121131.139000', '121131.142000', '121131.144000', '121134.205000', '121134.208000', '121134.210000', '121134.213000', '121134.216000', '121134.219000', '121134.222000'], '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': [12238, 8832, 12387, 7283, 9743, 9238, 9022, 12680, 9260, 12237, 7148, 11497, 15650, 8669, 11806, 8106, 8670, 12120, 8288, 11628, 7305, 9402, 12381, 8434, 8286, 8756, 11607, 14419, 8854, 11835, 13385, 8954, 10385, 12733, 6829, 9212, 12944, 7271, 9257, 8985, 8368, 12661, 11082, 7146, 11749, 13532, 7772, 10304, 11815, 7980, 12299, 13235, 7890, 10906, 13090, 8967, 9561, 12447, 7310, 8888, 12754, 8802, 8846, 12242, 7749, 9475, 12543, 7015, 9429, 12965, 7446, 9626, 13157, 7118, 9454, 12663, 7161, 9575, 13400, 8116, 9958, 8974, 8853, 12343, 7515, 9662, 13185, 7606, 9510, 12560, 7996, 11188, 8056, 11752, 7960, 10857, 8321, 8742, 12628, 7965, 9959, 13275, 8750, 12015, 7587, 11115, 8242, 8659, 12271, 8571, 11147, 6827, 9401, 13010, 13121, 8924, 11786, 10209, 9316, 11660, 6905, 8753, 12151, 6998, 8304, 11973, 7112, 9162, 11819, 6825, 10498, 12054, 6979, 10947, 7481, 9631, 6753, 9051, 7288, 8608, 10493, 8427, 12458, 8008, 11835, 7472, 8847, 13115, 8893, 11960, 9105, 11947, 13704, 9258, 9756, 13271, 8515, 9323, 12196, 8342, 11979, 7482, 8825, 8860, 8736, 8293, 10286, 11678, 7258, 9861, 12500, 7659, 9829, 7377, 8840, 6981, 11665, 12138, 7579, 10259, 10840, 8275, 6830, 10390, 11868, 7427, 8881, 10569, 8611, 6938, 10564, 12810, 8269, 8743, 12307, 8860, 8884, 11385, 7577, 8400, 11704, 8269, 8916, 11226, 8010, 11026, 7221, 10252, 7142, 11075, 7919, 10148, 8441, 10918, 12094, 8648, 11728, 12763, 8622, 10570, 7914, 8671, 7463, 8584, 9091, 7986, 11855, 8699, 11378, 7597, 11282, 6756, 9189, 9906, 8372, 12116, 8028, 11412, 13941, 8984, 9037, 12169, 9980, 8743, 10856, 10151, 7539, 10918, 8321, 8071, 10421, 7578, 10685, 7007, 10181, 12309, 7184, 9619, 11960, 7309, 11379, 13049, 7264, 10685, 12461, 7812, 9947, 6878, 9265, 7702, 8284, 11899, 8349, 11805, 8091, 11873, 13822, 10740, 8472, 12335, 13407, 8292, 10920, 13684, 7509, 9972, 12395, 7954, 9802, 7157, 8529, 11928, 7175, 8253, 12239, 7548, 8764, 6835, 8893, 12051, 6898, 8359, 12057, 7878, 8398, 11420, 7317, 11341, 7584, 11369, 8622, 9430, 7151, 8637, 13399, 13798, 8504, 11389, 13341, 10444, 10729, 7051, 8264, 7036, 11130, 12660, 8256, 9160, 6948, 10456, 12575, 8112, 9286, 8262, 8702, 6921, 10944, 8522, 8114, 8477, 10206, 12375, 7864, 8798, 12554, 13580, 8500, 9882, 8368, 7214, 8511, 12269, 7568, 9265, 8497, 8615, 9173, 7888, 11718, 7815, 10727, 13859, 9342, 9325, 13370, 7417, 8758, 6815, 8396, 7477, 11215, 7895, 9993, 8091, 11900, 7845, 11745, 12757, 10439, 9782, 7026, 11192, 7727, 10008, 7687, 11286, 13849, 8144, 9458, 8136, 12160, 8218, 7954, 7941, 9509, 7994, 11528, 7818, 7696, 8390, 11409, 6920, 8576, 13185, 11448, 8785, 7273, 8360, 11869, 6908, 8537, 12293, 7106, 8475, 12154, 7002, 10502, 11219, 7835, 11904, 8274, 7511, 8886, 12113, 7723, 8727, 12558, 12292, 8801, 12596, 8149, 10790, 6983, 10234, 7948, 9547, 9209, 8766, 11761, 8202, 12520, 7493, 9713, 7856, 8223, 12054, 7753, 10712, 7021, 8593, 11487, 7865, 10421, 6823, 8602, 12572, 9536, 7928, 11445, 8740, 8008, 8984, 6760, 10328, 7786, 6856, 11135, 6670, 8321, 6880, 7514, 10873, 7166, 7652, 11778, 7308, 8798, 7102, 7399, 10914, 10328, 7350, 10947, 12227, 7712, 10412, 10595, 7455, 10846, 8536, 8400, 11221, 7678, 9390, 11519, 9055, 11078, 9385, 8283, 9101, 7346, 11573, 13537, 9591, 10956, 13578, 10164, 8977, 8612, 6822, 10498, 7251, 10314, 8423, 8332, 7504, 11973, 12991, 9302, 10750, 13046, 9077, 8581, 11092, 6591, 8050, 10842, 7258, 8357, 6620, 8576, 7747, 7407, 6767, 9187, 10881, 7145, 8820, 11967, 8621, 8166, 11054, 9692, 7941, 9901, 6771, 9100, 7213, 9354, 8845, 8694, 7052, 9584, 13275, 7588, 8526, 11766, 10405, 7963, 10038, 7628, 8254, 11953, 8090, 8597, 7413, 7874, 7068, 7915, 10928, 8289, 7236, 10975, 8001, 8091, 10696, 6785, 8172, 11518, 7491, 8888, 9488, 7094, 10590, 7358, 8990, 7997, 8927, 8483, 8448, 11151, 7819, 10076, 8151, 8485, 12715, 7807, 12950, 13622, 8612, 11476, 13589, 8773, 9369, 11827, 6964, 8628, 11346, 6827, 8837, 6775, 8992, 6920, 8637, 7265, 10588, 10686, 7562, 9085, 7119, 10608, 12053, 9467, 10326, 12491, 10107, 9063, 12158, 7077, 8768, 11220, 7090, 8299, 11018, 7152, 8732, 9083, 6870, 10087, 6665, 8776, 6863, 9071, 7885, 7697, 10465, 7537, 10771, 7892, 9042, 7096, 8379, 11816, 9303, 9892, 13215, 7862, 7122, 9969, 13958, 12006, 7930, 10571, 13145, 10222, 10483, 11760, 7558, 8116, 10772, 6782, 8232, 6706, 8419, 11020, 6693, 8546, 10868, 6636, 8088, 6942, 7978, 7198, 7776, 10231, 9989, 6689, 9915, 6903, 9106, 11196, 7572, 8955, 11147, 7489, 8719, 6668, 9423, 9866, 7321, 10525, 7840, 9902, 7958, 10290, 6824, 8615, 12439, 7545, 10844, 8608, 9691, 7350, 7738, 13302, 7520, 9914, 9803, 8136, 7122, 9886, 14468, 8394, 8852, 11822, 8353, 8528, 10389, 7236, 7939, 10410, 6875, 8368, 10857, 7312, 8954, 7166, 7182, 10167, 6734, 8802, 6728, 7213, 7996, 10743, 8112, 8271, 11446, 9312, 8300, 11249, 7226, 9983, 7157, 9656, 7778, 9051, 8572, 8642, 9887, 7280, 10279, 7468, 9698, 8433, 8720, 7698, 7875, 12512, 14409, 8466, 11949, 13450, 8135, 11027, 8295, 6907, 10065, 8089, 7771, 10086, 6935, 8854, 10262, 6890, 9460, 6769, 8012, 7564, 7300, 10560, 7264, 10219, 7431, 7560, 8815, 12649, 9179, 8373, 12008, 11293, 8054, 10344, 6880, 9434, 6933, 9586, 8102, 9490, 7834, 10306, 14079, 8614, 9983, 12509, 8601, 9492, 6883, 9561, 9905, 6634, 9898, 6981, 9269, 7076, 10447, 7396, 10233, 7410, 10125, 7877, 9194, 6810, 9160, 12183, 7844, 11483, 8199, 10799, 7188, 8842, 13733, 10568, 8567, 11463, 10702, 8044, 10792, 7748, 7401, 10031, 7421, 8188, 10607, 7716, 8773, 7027, 7528, 10122, 6776, 8422, 10431, 6850, 8449, 7415, 7743, 10613, 8957, 7274, 10518, 8568, 7592, 10718, 7286, 8907, 12318, 8518, 8526, 11659, 8165, 9497, 11797, 7165, 9510, 11436, 7801, 9307, 6952, 9110, 9167, 7426, 10386, 7720, 7605, 8744, 11541, 13348, 7490, 10489, 13057, 9153, 9441, 12312, 7025, 9065, 10863, 7229, 8861, 6999, 8533, 6840, 8279, 11268, 7951, 8013, 9510, 7612, 10527, 7127, 9951, 6986, 9496, 8724, 7987, 10799, 7544, 9293, 8832, 7647, 12679, 7657, 10612, 7846, 8246, 13958, 12028, 7143, 10297, 12288, 7548, 10685, 11030, 8201, 7804, 7340, 6657, 9016, 7026, 6524, 8579, 7554, 10459, 12318, 8255, 8582, 10843, 8173, 10132, 8200, 10533, 13689, 12244, 9567, 14964, 11286, 8899, 14719, 8501, 8799, 14762, 8740, 10180, 11780, 7290, 9785, 7154, 8003, 10218, 7458, 8800, 8125, 7236, 9837, 7053, 8943, 10281, 7329, 9470, 7485, 8185, 10500, 7525, 8700, 6742, 7424, 10088, 6871, 8985, 7469, 7404, 9491, 7055, 9249, 7334, 7830, 10396, 7364, 9521, 6764, 9357, 7610, 7751, 9720, 7592, 10489, 8089, 7951, 8293, 12875, 12815, 8643, 11839, 14359, 9900, 9341, 14822, 7877, 8822, 12039, 7698, 9256, 8566, 7987, 11298, 7242, 9514, 7044, 9410, 7611, 8805, 9268, 7201, 10806, 7272, 9784, 14843, 9325, 10404, 13156, 7104, 9582, 11019, 6958, 9141, 10556, 7016, 9292, 6920, 8258, 8571, 7015, 9926, 10399, 7170, 9253, 6719, 7882, 7147, 7345, 9109, 7116, 9969, 7107, 9098, 8260, 7900, 10886, 7323, 10706, 10517, 7872, 12308, 9117, 10823, 6915, 8200, 14134, 12863, 8705, 11414, 12008, 7933, 9313, 11312, 6956, 8509, 10842, 7011, 8539, 6828, 8084, 10833, 6898, 9636, 6907, 9695, 7048, 9772, 7599, 9539, 9702, 7642, 11738, 13171, 9181, 10007, 13084, 8143, 8515, 12210, 7636, 8080, 11175, 7346, 9816, 12039, 7235, 9398, 6788, 9345, 6929, 10360, 11332, 7256, 9307, 9687, 7107, 7988, 7778, 6734, 10012, 6764, 10582, 11202, 10484, 8053, 10589, 7750, 10782, 7388, 10507, 7822, 10433, 13211, 11082, 13606, 8925, 11997, 8967, 8248, 14828, 11564, 9280, 6809, 8036, 11748, 12067, 7448, 10793, 8627, 8981, 6744, 10083, 11943, 7627, 8838, 11616, 7380, 9725, 7210, 8808, 11357, 7726, 10066, 10534, 8366, 10418, 7066, 8532, 8681, 7394, 10831, 8608, 8172, 8870, 12179, 7037, 8906, 6948, 8764, 9918, 8379, 10725, 7054, 9579, 6935, 9271, 7263, 8508], 'WindowCenter': [4284.0, 4250.0, 4267.0, 4212.0, 4233.0, 4220.0, 4222.0, 4241.0, 4220.0, 4240.0, 4188.0, 4240.0, 4248.0, 4208.0, 4228.0, 4196.0, 4207.0, 4238.0, 4208.0, 4228.0, 4185.0, 4218.0, 4225.0, 4196.0, 4208.0, 4220.0, 4241.0, 4248.0, 4206.0, 4227.0, 4236.0, 4205.0, 4216.0, 4224.0, 4173.0, 4206.0, 4235.0, 4184.0, 4216.0, 4205.0, 4209.0, 4251.0, 4237.0, 4212.0, 4254.0, 4261.0, 4210.0, 4244.0, 4255.0, 4225.0, 4268.0, 4265.0, 4223.0, 4245.0, 4266.0, 4223.0, 4232.0, 4252.0, 4211.0, 4232.0, 4252.0, 4218.0, 4220.0, 4241.0, 4198.0, 4231.0, 4239.0, 4187.0, 4220.0, 4262.0, 4199.0, 4232.0, 4252.0, 4200.0, 4233.0, 4264.0, 4200.0, 4232.0, 4251.0, 4211.0, 4232.0, 4221.0, 4233.0, 4266.0, 4213.0, 4234.0, 4263.0, 4211.0, 4233.0, 4252.0, 4222.0, 4241.0, 4223.0, 4255.0, 4225.0, 4256.0, 4225.0, 4236.0, 4255.0, 4223.0, 4234.0, 4252.0, 4222.0, 4242.0, 4211.0, 4242.0, 4208.0, 4222.0, 4251.0, 4221.0, 4241.0, 4200.0, 4230.0, 4252.0, 4238.0, 4207.0, 4238.0, 4215.0, 4215.0, 4226.0, 4185.0, 4208.0, 4237.0, 4197.0, 4220.0, 4239.0, 4199.0, 4231.0, 4251.0, 4212.0, 4244.0, 4252.0, 4213.0, 4253.0, 4224.0, 4245.0, 4214.0, 4248.0, 4237.0, 4251.0, 4259.0, 4250.0, 4279.0, 4238.0, 4269.0, 4226.0, 4248.0, 4266.0, 4236.0, 4257.0, 4236.0, 4257.0, 4254.0, 4221.0, 4232.0, 4251.0, 4208.0, 4219.0, 4240.0, 4209.0, 4239.0, 4199.0, 4220.0, 4220.0, 4221.0, 4223.0, 4256.0, 4255.0, 4213.0, 4233.0, 4252.0, 4211.0, 4231.0, 4211.0, 4233.0, 4226.0, 4268.0, 4254.0, 4224.0, 4245.0, 4244.0, 4223.0, 4214.0, 4246.0, 4256.0, 4214.0, 4234.0, 4242.0, 4223.0, 4214.0, 4256.0, 4255.0, 4223.0, 4223.0, 4253.0, 4219.0, 4220.0, 4240.0, 4197.0, 4208.0, 4239.0, 4208.0, 4218.0, 4228.0, 4209.0, 4239.0, 4211.0, 4246.0, 4213.0, 4254.0, 4225.0, 4242.0, 4236.0, 4257.0, 4253.0, 4222.0, 4243.0, 4251.0, 4209.0, 4229.0, 4197.0, 4208.0, 4199.0, 4221.0, 4231.0, 4223.0, 4253.0, 4223.0, 4254.0, 4224.0, 4255.0, 4203.0, 4235.0, 4233.0, 4224.0, 4254.0, 4224.0, 4255.0, 4253.0, 4220.0, 4221.0, 4240.0, 4216.0, 4206.0, 4226.0, 4214.0, 4194.0, 4226.0, 4194.0, 4195.0, 4227.0, 4209.0, 4240.0, 4213.0, 4255.0, 4253.0, 4212.0, 4244.0, 4252.0, 4213.0, 4255.0, 4252.0, 4213.0, 4245.0, 4252.0, 4213.0, 4233.0, 4213.0, 4245.0, 4224.0, 4238.0, 4267.0, 4237.0, 4268.0, 4239.0, 4270.0, 4268.0, 4243.0, 4223.0, 4253.0, 4250.0, 4208.0, 4230.0, 4237.0, 4195.0, 4218.0, 4238.0, 4196.0, 4217.0, 4186.0, 4219.0, 4239.0, 4198.0, 4220.0, 4239.0, 4198.0, 4219.0, 4200.0, 4235.0, 4254.0, 4213.0, 4224.0, 4265.0, 4222.0, 4223.0, 4242.0, 4213.0, 4254.0, 4226.0, 4256.0, 4236.0, 4236.0, 4214.0, 4236.0, 4268.0, 4252.0, 4221.0, 4243.0, 4250.0, 4243.0, 4228.0, 4186.0, 4207.0, 4200.0, 4253.0, 4251.0, 4210.0, 4230.0, 4213.0, 4244.0, 4252.0, 4212.0, 4231.0, 4210.0, 4221.0, 4215.0, 4256.0, 4223.0, 4224.0, 4225.0, 4257.0, 4256.0, 4212.0, 4224.0, 4256.0, 4240.0, 4208.0, 4217.0, 4210.0, 4211.0, 4234.0, 4254.0, 4210.0, 4221.0, 4222.0, 4221.0, 4221.0, 4212.0, 4242.0, 4211.0, 4242.0, 4252.0, 4219.0, 4220.0, 4237.0, 4183.0, 4193.0, 4185.0, 4207.0, 4210.0, 4239.0, 4223.0, 4243.0, 4224.0, 4243.0, 4214.0, 4257.0, 4256.0, 4232.0, 4220.0, 4201.0, 4243.0, 4215.0, 4245.0, 4226.0, 4246.0, 4253.0, 4213.0, 4234.0, 4214.0, 4244.0, 4224.0, 4224.0, 4228.0, 4235.0, 4227.0, 4259.0, 4218.0, 4217.0, 4240.0, 4257.0, 4204.0, 4239.0, 4270.0, 4244.0, 4213.0, 4201.0, 4225.0, 4245.0, 4203.0, 4225.0, 4245.0, 4216.0, 4222.0, 4242.0, 4202.0, 4245.0, 4242.0, 4214.0, 4242.0, 4225.0, 4215.0, 4238.0, 4259.0, 4214.0, 4225.0, 4245.0, 4240.0, 4210.0, 4241.0, 4199.0, 4230.0, 4201.0, 4231.0, 4211.0, 4233.0, 4222.0, 4222.0, 4242.0, 4223.0, 4242.0, 4200.0, 4220.0, 4198.0, 4209.0, 4239.0, 4200.0, 4230.0, 4189.0, 4210.0, 4229.0, 4198.0, 4228.0, 4188.0, 4209.0, 4240.0, 4205.0, 4196.0, 4227.0, 4195.0, 4195.0, 4207.0, 4188.0, 4230.0, 4197.0, 4189.0, 4241.0, 4200.0, 4223.0, 4215.0, 4228.0, 4258.0, 4214.0, 4227.0, 4257.0, 4216.0, 4240.0, 4227.0, 4229.0, 4261.0, 4246.0, 4217.0, 4259.0, 4256.0, 4226.0, 4248.0, 4244.0, 4214.0, 4246.0, 4224.0, 4225.0, 4256.0, 4227.0, 4249.0, 4256.0, 4251.0, 4259.0, 4247.0, 4237.0, 4238.0, 4230.0, 4271.0, 4267.0, 4234.0, 4245.0, 4254.0, 4230.0, 4223.0, 4221.0, 4203.0, 4231.0, 4212.0, 4244.0, 4224.0, 4224.0, 4217.0, 4258.0, 4254.0, 4223.0, 4232.0, 4240.0, 4207.0, 4208.0, 4227.0, 4176.0, 4197.0, 4227.0, 4197.0, 4207.0, 4199.0, 4221.0, 4210.0, 4213.0, 4214.0, 4249.0, 4258.0, 4215.0, 4236.0, 4255.0, 4222.0, 4212.0, 4242.0, 4218.0, 4209.0, 4219.0, 4190.0, 4220.0, 4211.0, 4233.0, 4232.0, 4224.0, 4216.0, 4246.0, 4255.0, 4211.0, 4221.0, 4241.0, 4217.0, 4199.0, 4219.0, 4199.0, 4224.0, 4242.0, 4208.0, 4209.0, 4200.0, 4222.0, 4214.0, 4225.0, 4257.0, 4224.0, 4213.0, 4244.0, 4210.0, 4211.0, 4231.0, 4189.0, 4222.0, 4242.0, 4200.0, 4221.0, 4231.0, 4213.0, 4245.0, 4212.0, 4233.0, 4223.0, 4235.0, 4225.0, 4225.0, 4245.0, 4225.0, 4235.0, 4213.0, 4224.0, 4254.0, 4213.0, 4255.0, 4253.0, 4210.0, 4241.0, 4238.0, 4207.0, 4208.0, 4225.0, 4185.0, 4207.0, 4227.0, 4187.0, 4219.0, 4202.0, 4233.0, 4227.0, 4247.0, 4229.0, 4261.0, 4247.0, 4226.0, 4236.0, 4216.0, 4248.0, 4254.0, 4232.0, 4233.0, 4241.0, 4231.0, 4220.0, 4238.0, 4187.0, 4208.0, 4227.0, 4187.0, 4208.0, 4227.0, 4186.0, 4208.0, 4206.0, 4189.0, 4230.0, 4188.0, 4220.0, 4201.0, 4236.0, 4224.0, 4228.0, 4257.0, 4228.0, 4258.0, 4226.0, 4237.0, 4216.0, 4239.0, 4257.0, 4235.0, 4234.0, 4253.0, 4211.0, 4203.0, 4235.0, 4255.0, 4239.0, 4209.0, 4231.0, 4238.0, 4216.0, 4217.0, 4225.0, 4185.0, 4195.0, 4214.0, 4173.0, 4195.0, 4185.0, 4208.0, 4228.0, 4186.0, 4220.0, 4229.0, 4187.0, 4210.0, 4199.0, 4222.0, 4214.0, 4227.0, 4248.0, 4236.0, 4205.0, 4246.0, 4217.0, 4238.0, 4256.0, 4213.0, 4235.0, 4246.0, 4213.0, 4224.0, 4205.0, 4247.0, 4245.0, 4228.0, 4258.0, 4227.0, 4248.0, 4229.0, 4247.0, 4216.0, 4238.0, 4268.0, 4228.0, 4246.0, 4225.0, 4235.0, 4212.0, 4214.0, 4264.0, 4213.0, 4234.0, 4233.0, 4213.0, 4204.0, 4235.0, 4264.0, 4210.0, 4221.0, 4241.0, 4198.0, 4208.0, 4218.0, 4186.0, 4197.0, 4216.0, 4186.0, 4208.0, 4227.0, 4198.0, 4220.0, 4198.0, 4200.0, 4230.0, 4202.0, 4234.0, 4205.0, 4226.0, 4239.0, 4260.0, 4224.0, 4225.0, 4246.0, 4222.0, 4213.0, 4242.0, 4212.0, 4234.0, 4204.0, 4235.0, 4215.0, 4235.0, 4224.0, 4235.0, 4247.0, 4215.0, 4245.0, 4214.0, 4235.0, 4224.0, 4225.0, 4213.0, 4226.0, 4257.0, 4254.0, 4212.0, 4242.0, 4241.0, 4198.0, 4229.0, 4197.0, 4188.0, 4219.0, 4196.0, 4198.0, 4219.0, 4200.0, 4221.0, 4230.0, 4202.0, 4231.0, 4191.0, 4212.0, 4212.0, 4214.0, 4244.0, 4216.0, 4246.0, 4227.0, 4227.0, 4251.0, 4270.0, 4237.0, 4226.0, 4257.0, 4231.0, 4211.0, 4232.0, 4204.0, 4234.0, 4215.0, 4234.0, 4223.0, 4235.0, 4227.0, 4247.0, 4266.0, 4224.0, 4234.0, 4242.0, 4211.0, 4220.0, 4202.0, 4234.0, 4231.0, 4191.0, 4232.0, 4202.0, 4235.0, 4218.0, 4259.0, 4229.0, 4259.0, 4229.0, 4261.0, 4229.0, 4238.0, 4219.0, 4249.0, 4259.0, 4228.0, 4258.0, 4226.0, 4244.0, 4203.0, 4226.0, 4256.0, 4231.0, 4211.0, 4231.0, 4217.0, 4196.0, 4217.0, 4185.0, 4187.0, 4217.0, 4185.0, 4209.0, 4228.0, 4196.0, 4208.0, 4199.0, 4212.0, 4231.0, 4201.0, 4224.0, 4242.0, 4200.0, 4222.0, 4213.0, 4226.0, 4246.0, 4222.0, 4214.0, 4244.0, 4211.0, 4213.0, 4234.0, 4200.0, 4223.0, 4255.0, 4211.0, 4210.0, 4240.0, 4210.0, 4222.0, 4229.0, 4200.0, 4233.0, 4228.0, 4200.0, 4219.0, 4199.0, 4221.0, 4220.0, 4214.0, 4244.0, 4214.0, 4214.0, 4237.0, 4257.0, 4253.0, 4201.0, 4233.0, 4241.0, 4220.0, 4219.0, 4228.0, 4186.0, 4208.0, 4217.0, 4186.0, 4207.0, 4185.0, 4207.0, 4189.0, 4223.0, 4243.0, 4208.0, 4211.0, 4229.0, 4212.0, 4242.0, 4212.0, 4234.0, 4203.0, 4245.0, 4223.0, 4225.0, 4243.0, 4213.0, 4233.0, 4221.0, 4212.0, 4253.0, 4212.0, 4232.0, 4209.0, 4211.0, 4251.0, 4227.0, 4187.0, 4218.0, 4225.0, 4185.0, 4217.0, 4214.0, 4194.0, 4197.0, 4186.0, 4187.0, 4219.0, 4213.0, 4203.0, 4249.0, 4241.0, 4272.0, 4270.0, 4227.0, 4236.0, 4246.0, 4237.0, 4246.0, 4225.0, 4246.0, 4267.0, 4240.0, 4218.0, 4247.0, 4203.0, 4191.0, 4221.0, 4178.0, 4180.0, 4218.0, 4177.0, 4187.0, 4195.0, 4154.0, 4184.0, 4153.0, 4165.0, 4184.0, 4154.0, 4176.0, 4164.0, 4168.0, 4187.0, 4167.0, 4190.0, 4198.0, 4181.0, 4200.0, 4169.0, 4191.0, 4214.0, 4196.0, 4204.0, 4171.0, 4196.0, 4215.0, 4198.0, 4232.0, 4210.0, 4211.0, 4231.0, 4212.0, 4232.0, 4213.0, 4224.0, 4243.0, 4228.0, 4247.0, 4217.0, 4248.0, 4224.0, 4227.0, 4246.0, 4240.0, 4261.0, 4242.0, 4240.0, 4252.0, 4286.0, 4269.0, 4237.0, 4259.0, 4265.0, 4231.0, 4221.0, 4250.0, 4196.0, 4208.0, 4228.0, 4196.0, 4205.0, 4205.0, 4197.0, 4226.0, 4196.0, 4216.0, 4198.0, 4230.0, 4210.0, 4220.0, 4217.0, 4198.0, 4228.0, 4199.0, 4219.0, 4247.0, 4205.0, 4217.0, 4223.0, 4172.0, 4204.0, 4211.0, 4171.0, 4203.0, 4213.0, 4183.0, 4204.0, 4181.0, 4206.0, 4205.0, 4197.0, 4228.0, 4215.0, 4187.0, 4215.0, 4186.0, 4208.0, 4197.0, 4211.0, 4231.0, 4225.0, 4257.0, 4213.0, 4237.0, 4224.0, 4226.0, 4245.0, 4214.0, 4246.0, 4245.0, 4224.0, 4253.0, 4224.0, 4242.0, 4200.0, 4222.0, 4264.0, 4239.0, 4208.0, 4238.0, 4227.0, 4194.0, 4216.0, 4224.0, 4183.0, 4204.0, 4213.0, 4184.0, 4205.0, 4185.0, 4208.0, 4237.0, 4198.0, 4229.0, 4213.0, 4245.0, 4213.0, 4246.0, 4224.0, 4246.0, 4246.0, 4227.0, 4269.0, 4253.0, 4222.0, 4231.0, 4239.0, 4196.0, 4208.0, 4237.0, 4194.0, 4196.0, 4224.0, 4195.0, 4217.0, 4235.0, 4197.0, 4216.0, 4186.0, 4218.0, 4210.0, 4245.0, 4241.0, 4210.0, 4247.0, 4233.0, 4202.0, 4211.0, 4210.0, 4214.0, 4258.0, 4228.0, 4272.0, 4274.0, 4246.0, 4226.0, 4244.0, 4225.0, 4256.0, 4226.0, 4257.0, 4223.0, 4258.0, 4253.0, 4242.0, 4250.0, 4218.0, 4242.0, 4220.0, 4221.0, 4251.0, 4225.0, 4204.0, 4173.0, 4194.0, 4226.0, 4220.0, 4170.0, 4211.0, 4190.0, 4191.0, 4172.0, 4216.0, 4224.0, 4193.0, 4207.0, 4226.0, 4185.0, 4216.0, 4196.0, 4217.0, 4228.0, 4198.0, 4219.0, 4216.0, 4198.0, 4218.0, 4186.0, 4208.0, 4206.0, 4196.0, 4228.0, 4206.0, 4208.0, 4220.0, 4239.0, 4198.0, 4219.0, 4198.0, 4221.0, 4218.0, 4211.0, 4230.0, 4201.0, 4219.0, 4199.0, 4219.0, 4199.0, 4221.0], 'WindowWidth': [9477.0, 9423.0, 9440.0, 9357.0, 9385.0, 9363.0, 9369.0, 9393.0, 9363.0, 9388.0, 9318.0, 9389.0, 9397.0, 9342.0, 9370.0, 9322.0, 9341.0, 9382.0, 9343.0, 9370.0, 9310.0, 9357.0, 9363.0, 9325.0, 9342.0, 9364.0, 9394.0, 9397.0, 9337.0, 9368.0, 9377.0, 9333.0, 9351.0, 9358.0, 9290.0, 9337.0, 9375.0, 9305.0, 9352.0, 9337.0, 9349.0, 9409.0, 9385.0, 9360.0, 9417.0, 9423.0, 9354.0, 9403.0, 9420.0, 9382.0, 9442.0, 9434.0, 9375.0, 9406.0, 9437.0, 9372.0, 9383.0, 9411.0, 9355.0, 9386.0, 9411.0, 9358.0, 9366.0, 9394.0, 9331.0, 9380.0, 9390.0, 9318.0, 9365.0, 9426.0, 9336.0, 9383.0, 9410.0, 9340.0, 9387.0, 9431.0, 9340.0, 9384.0, 9408.0, 9354.0, 9385.0, 9367.0, 9389.0, 9440.0, 9361.0, 9391.0, 9430.0, 9353.0, 9386.0, 9410.0, 9371.0, 9397.0, 9377.0, 9422.0, 9381.0, 9424.0, 9379.0, 9397.0, 9423.0, 9376.0, 9389.0, 9411.0, 9371.0, 9396.0, 9356.0, 9399.0, 9349.0, 9370.0, 9409.0, 9367.0, 9393.0, 9338.0, 9379.0, 9413.0, 9384.0, 9343.0, 9386.0, 9348.0, 9350.0, 9366.0, 9310.0, 9345.0, 9385.0, 9332.0, 9368.0, 9390.0, 9337.0, 9383.0, 9409.0, 9360.0, 9405.0, 9415.0, 9365.0, 9417.0, 9379.0, 9409.0, 9368.0, 9418.0, 9405.0, 9428.0, 9434.0, 9424.0, 9462.0, 9405.0, 9447.0, 9385.0, 9415.0, 9439.0, 9397.0, 9428.0, 9396.0, 9426.0, 9420.0, 9369.0, 9385.0, 9411.0, 9345.0, 9362.0, 9389.0, 9348.0, 9389.0, 9336.0, 9366.0, 9365.0, 9370.0, 9375.0, 9425.0, 9422.0, 9361.0, 9387.0, 9410.0, 9355.0, 9383.0, 9356.0, 9389.0, 9386.0, 9445.0, 9420.0, 9378.0, 9408.0, 9405.0, 9375.0, 9365.0, 9411.0, 9424.0, 9362.0, 9389.0, 9399.0, 9374.0, 9365.0, 9424.0, 9423.0, 9372.0, 9375.0, 9416.0, 9361.0, 9365.0, 9391.0, 9328.0, 9347.0, 9388.0, 9344.0, 9361.0, 9371.0, 9349.0, 9389.0, 9354.0, 9410.0, 9363.0, 9418.0, 9378.0, 9400.0, 9397.0, 9427.0, 9415.0, 9369.0, 9400.0, 9409.0, 9347.0, 9374.0, 9328.0, 9346.0, 9336.0, 9370.0, 9382.0, 9376.0, 9414.0, 9376.0, 9416.0, 9378.0, 9419.0, 9347.0, 9394.0, 9389.0, 9377.0, 9416.0, 9375.0, 9419.0, 9416.0, 9364.0, 9366.0, 9392.0, 9350.0, 9338.0, 9366.0, 9344.0, 9320.0, 9367.0, 9319.0, 9324.0, 9369.0, 9348.0, 9393.0, 9362.0, 9422.0, 9414.0, 9358.0, 9404.0, 9411.0, 9361.0, 9421.0, 9413.0, 9362.0, 9407.0, 9411.0, 9359.0, 9386.0, 9361.0, 9407.0, 9378.0, 9403.0, 9441.0, 9401.0, 9442.0, 9404.0, 9449.0, 9446.0, 9399.0, 9372.0, 9416.0, 9402.0, 9344.0, 9377.0, 9384.0, 9323.0, 9359.0, 9385.0, 9326.0, 9357.0, 9315.0, 9363.0, 9388.0, 9335.0, 9366.0, 9390.0, 9330.0, 9360.0, 9343.0, 9395.0, 9419.0, 9363.0, 9378.0, 9437.0, 9370.0, 9373.0, 9397.0, 9361.0, 9417.0, 9384.0, 9425.0, 9395.0, 9396.0, 9365.0, 9395.0, 9444.0, 9410.0, 9365.0, 9399.0, 9406.0, 9401.0, 9372.0, 9313.0, 9344.0, 9341.0, 9416.0, 9408.0, 9352.0, 9379.0, 9361.0, 9405.0, 9411.0, 9358.0, 9381.0, 9351.0, 9369.0, 9367.0, 9422.0, 9373.0, 9376.0, 9379.0, 9426.0, 9426.0, 9357.0, 9375.0, 9422.0, 9388.0, 9345.0, 9355.0, 9349.0, 9354.0, 9391.0, 9418.0, 9351.0, 9366.0, 9367.0, 9368.0, 9366.0, 9355.0, 9396.0, 9353.0, 9396.0, 9412.0, 9358.0, 9363.0, 9384.0, 9301.0, 9316.0, 9308.0, 9341.0, 9350.0, 9390.0, 9373.0, 9401.0, 9377.0, 9397.0, 9360.0, 9424.0, 9421.0, 9377.0, 9359.0, 9338.0, 9395.0, 9363.0, 9403.0, 9377.0, 9407.0, 9410.0, 9354.0, 9387.0, 9357.0, 9398.0, 9371.0, 9373.0, 9384.0, 9391.0, 9382.0, 9426.0, 9369.0, 9366.0, 9402.0, 9424.0, 9344.0, 9399.0, 9446.0, 9398.0, 9354.0, 9336.0, 9373.0, 9402.0, 9345.0, 9377.0, 9402.0, 9366.0, 9370.0, 9393.0, 9341.0, 9402.0, 9394.0, 9359.0, 9397.0, 9376.0, 9365.0, 9400.0, 9430.0, 9362.0, 9376.0, 9405.0, 9387.0, 9347.0, 9389.0, 9333.0, 9373.0, 9337.0, 9378.0, 9350.0, 9385.0, 9368.0, 9368.0, 9395.0, 9371.0, 9395.0, 9336.0, 9362.0, 9329.0, 9345.0, 9387.0, 9334.0, 9374.0, 9318.0, 9348.0, 9374.0, 9330.0, 9370.0, 9316.0, 9347.0, 9390.0, 9333.0, 9322.0, 9366.0, 9317.0, 9319.0, 9338.0, 9317.0, 9376.0, 9327.0, 9323.0, 9393.0, 9338.0, 9372.0, 9364.0, 9386.0, 9428.0, 9363.0, 9386.0, 9425.0, 9369.0, 9406.0, 9387.0, 9392.0, 9438.0, 9410.0, 9371.0, 9432.0, 9422.0, 9380.0, 9414.0, 9401.0, 9363.0, 9410.0, 9375.0, 9379.0, 9421.0, 9383.0, 9420.0, 9422.0, 9426.0, 9432.0, 9412.0, 9399.0, 9401.0, 9393.0, 9451.0, 9441.0, 9389.0, 9405.0, 9416.0, 9377.0, 9371.0, 9366.0, 9345.0, 9381.0, 9358.0, 9402.0, 9378.0, 9377.0, 9371.0, 9429.0, 9418.0, 9369.0, 9381.0, 9391.0, 9338.0, 9342.0, 9366.0, 9297.0, 9329.0, 9367.0, 9328.0, 9343.0, 9337.0, 9370.0, 9352.0, 9359.0, 9364.0, 9416.0, 9429.0, 9364.0, 9393.0, 9419.0, 9369.0, 9355.0, 9397.0, 9357.0, 9347.0, 9361.0, 9324.0, 9366.0, 9355.0, 9388.0, 9384.0, 9376.0, 9367.0, 9410.0, 9420.0, 9352.0, 9367.0, 9396.0, 9354.0, 9332.0, 9360.0, 9333.0, 9374.0, 9397.0, 9346.0, 9349.0, 9335.0, 9371.0, 9364.0, 9382.0, 9426.0, 9374.0, 9361.0, 9403.0, 9348.0, 9353.0, 9381.0, 9320.0, 9369.0, 9398.0, 9336.0, 9367.0, 9381.0, 9361.0, 9404.0, 9358.0, 9388.0, 9373.0, 9392.0, 9378.0, 9380.0, 9407.0, 9379.0, 9392.0, 9359.0, 9375.0, 9415.0, 9358.0, 9421.0, 9413.0, 9350.0, 9393.0, 9385.0, 9339.0, 9343.0, 9363.0, 9310.0, 9342.0, 9368.0, 9316.0, 9361.0, 9345.0, 9389.0, 9389.0, 9416.0, 9395.0, 9440.0, 9411.0, 9380.0, 9394.0, 9370.0, 9416.0, 9419.0, 9382.0, 9386.0, 9393.0, 9377.0, 9363.0, 9384.0, 9315.0, 9346.0, 9369.0, 9314.0, 9345.0, 9368.0, 9313.0, 9345.0, 9340.0, 9319.0, 9376.0, 9318.0, 9363.0, 9341.0, 9394.0, 9376.0, 9386.0, 9424.0, 9387.0, 9428.0, 9382.0, 9398.0, 9368.0, 9401.0, 9425.0, 9391.0, 9389.0, 9410.0, 9352.0, 9344.0, 9391.0, 9424.0, 9384.0, 9346.0, 9379.0, 9384.0, 9348.0, 9352.0, 9361.0, 9305.0, 9321.0, 9346.0, 9289.0, 9321.0, 9309.0, 9344.0, 9371.0, 9314.0, 9363.0, 9373.0, 9314.0, 9350.0, 9335.0, 9372.0, 9363.0, 9385.0, 9417.0, 9394.0, 9352.0, 9408.0, 9370.0, 9402.0, 9423.0, 9360.0, 9393.0, 9407.0, 9358.0, 9375.0, 9352.0, 9412.0, 9408.0, 9386.0, 9426.0, 9387.0, 9416.0, 9390.0, 9413.0, 9368.0, 9400.0, 9441.0, 9386.0, 9410.0, 9378.0, 9391.0, 9356.0, 9363.0, 9429.0, 9360.0, 9390.0, 9385.0, 9359.0, 9347.0, 9391.0, 9431.0, 9349.0, 9365.0, 9395.0, 9328.0, 9344.0, 9357.0, 9311.0, 9327.0, 9352.0, 9311.0, 9345.0, 9369.0, 9330.0, 9362.0, 9330.0, 9339.0, 9378.0, 9347.0, 9390.0, 9354.0, 9383.0, 9405.0, 9435.0, 9376.0, 9378.0, 9408.0, 9367.0, 9359.0, 9396.0, 9357.0, 9388.0, 9349.0, 9391.0, 9365.0, 9390.0, 9374.0, 9391.0, 9409.0, 9366.0, 9405.0, 9362.0, 9393.0, 9374.0, 9376.0, 9360.0, 9380.0, 9427.0, 9414.0, 9354.0, 9395.0, 9391.0, 9328.0, 9371.0, 9326.0, 9317.0, 9360.0, 9325.0, 9332.0, 9358.0, 9336.0, 9367.0, 9378.0, 9344.0, 9381.0, 9325.0, 9356.0, 9357.0, 9363.0, 9403.0, 9369.0, 9409.0, 9385.0, 9385.0, 9423.0, 9450.0, 9394.0, 9379.0, 9426.0, 9377.0, 9352.0, 9382.0, 9348.0, 9388.0, 9365.0, 9392.0, 9374.0, 9390.0, 9384.0, 9413.0, 9435.0, 9375.0, 9388.0, 9395.0, 9349.0, 9362.0, 9340.0, 9387.0, 9377.0, 9325.0, 9381.0, 9345.0, 9391.0, 9372.0, 9433.0, 9391.0, 9429.0, 9392.0, 9435.0, 9390.0, 9400.0, 9376.0, 9417.0, 9427.0, 9385.0, 9425.0, 9377.0, 9402.0, 9345.0, 9378.0, 9425.0, 9376.0, 9350.0, 9378.0, 9350.0, 9322.0, 9353.0, 9304.0, 9311.0, 9354.0, 9307.0, 9345.0, 9370.0, 9325.0, 9344.0, 9336.0, 9358.0, 9380.0, 9339.0, 9374.0, 9397.0, 9339.0, 9370.0, 9356.0, 9381.0, 9410.0, 9368.0, 9362.0, 9402.0, 9351.0, 9357.0, 9387.0, 9336.0, 9369.0, 9418.0, 9352.0, 9351.0, 9391.0, 9347.0, 9367.0, 9373.0, 9337.0, 9383.0, 9372.0, 9335.0, 9359.0, 9333.0, 9366.0, 9364.0, 9361.0, 9402.0, 9361.0, 9361.0, 9397.0, 9427.0, 9413.0, 9338.0, 9386.0, 9394.0, 9362.0, 9360.0, 9369.0, 9310.0, 9344.0, 9353.0, 9310.0, 9339.0, 9310.0, 9343.0, 9322.0, 9372.0, 9400.0, 9345.0, 9352.0, 9375.0, 9356.0, 9396.0, 9359.0, 9389.0, 9347.0, 9406.0, 9375.0, 9378.0, 9402.0, 9359.0, 9386.0, 9365.0, 9355.0, 9412.0, 9356.0, 9382.0, 9347.0, 9353.0, 9411.0, 9366.0, 9312.0, 9357.0, 9362.0, 9305.0, 9354.0, 9345.0, 9318.0, 9329.0, 9311.0, 9313.0, 9360.0, 9361.0, 9350.0, 9421.0, 9414.0, 9457.0, 9454.0, 9383.0, 9394.0, 9409.0, 9397.0, 9410.0, 9380.0, 9410.0, 9443.0, 9390.0, 9358.0, 9398.0, 9325.0, 9308.0, 9348.0, 9284.0, 9290.0, 9338.0, 9283.0, 9298.0, 9304.0, 9249.0, 9288.0, 9245.0, 9265.0, 9288.0, 9249.0, 9282.0, 9263.0, 9273.0, 9298.0, 9272.0, 9306.0, 9314.0, 9294.0, 9320.0, 9278.0, 9311.0, 9345.0, 9325.0, 9333.0, 9286.0, 9324.0, 9350.0, 9334.0, 9385.0, 9351.0, 9356.0, 9380.0, 9358.0, 9388.0, 9361.0, 9377.0, 9400.0, 9388.0, 9412.0, 9373.0, 9417.0, 9378.0, 9386.0, 9413.0, 9410.0, 9438.0, 9415.0, 9409.0, 9429.0, 9481.0, 9446.0, 9398.0, 9431.0, 9437.0, 9380.0, 9367.0, 9406.0, 9324.0, 9345.0, 9371.0, 9325.0, 9337.0, 9333.0, 9327.0, 9367.0, 9328.0, 9354.0, 9334.0, 9380.0, 9350.0, 9363.0, 9355.0, 9332.0, 9371.0, 9331.0, 9360.0, 9397.0, 9333.0, 9353.0, 9357.0, 9287.0, 9331.0, 9338.0, 9284.0, 9331.0, 9342.0, 9302.0, 9332.0, 9300.0, 9339.0, 9336.0, 9330.0, 9374.0, 9352.0, 9315.0, 9351.0, 9312.0, 9345.0, 9330.0, 9355.0, 9384.0, 9383.0, 9427.0, 9365.0, 9400.0, 9377.0, 9383.0, 9407.0, 9364.0, 9411.0, 9403.0, 9376.0, 9414.0, 9375.0, 9397.0, 9340.0, 9371.0, 9433.0, 9393.0, 9345.0, 9386.0, 9369.0, 9320.0, 9353.0, 9362.0, 9304.0, 9334.0, 9345.0, 9307.0, 9337.0, 9312.0, 9347.0, 9385.0, 9336.0, 9380.0, 9366.0, 9408.0, 9366.0, 9411.0, 9380.0, 9412.0, 9412.0, 9387.0, 9447.0, 9418.0, 9370.0, 9382.0, 9392.0, 9325.0, 9343.0, 9385.0, 9323.0, 9325.0, 9361.0, 9325.0, 9358.0, 9378.0, 9329.0, 9354.0, 9317.0, 9361.0, 9355.0, 9408.0, 9397.0, 9352.0, 9412.0, 9387.0, 9345.0, 9354.0, 9355.0, 9366.0, 9430.0, 9394.0, 9456.0, 9464.0, 9409.0, 9380.0, 9404.0, 9381.0, 9425.0, 9385.0, 9425.0, 9376.0, 9430.0, 9416.0, 9397.0, 9407.0, 9358.0, 9395.0, 9362.0, 9368.0, 9412.0, 9364.0, 9333.0, 9291.0, 9321.0, 9369.0, 9349.0, 9281.0, 9337.0, 9306.0, 9309.0, 9288.0, 9353.0, 9361.0, 9319.0, 9342.0, 9365.0, 9311.0, 9353.0, 9326.0, 9356.0, 9371.0, 9332.0, 9361.0, 9352.0, 9329.0, 9356.0, 9313.0, 9343.0, 9338.0, 9328.0, 9371.0, 9339.0, 9343.0, 9363.0, 9388.0, 9333.0, 9361.0, 9330.0, 9365.0, 9360.0, 9353.0, 9376.0, 9338.0, 9363.0, 9336.0, 9361.0, 9334.0, 9366.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.004285716652858327</td></tr>
<tr><td colspan=3>aqi</td><td>0.05067291466445733</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.63905725734661</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2536124246849085</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0433258194859052</td></tr>
<tr><td colspan=3>efc</td><td>0.5027</td></tr>
<tr><td colspan=3>fber</td><td>5857.3535</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10051731009821957</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>68</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.633802816901408</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.47378560707302</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3622820345878983</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6335007553942673</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4255740312368954</td></tr>
<tr><td colspan=3>gcor</td><td>0.0147738</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012960046529769897</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04632917046546936</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1207</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>4.634475939181213</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>18.8407</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.7389</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>199.0004</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293459.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>965.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>382.9585</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7931</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>435.206</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3448.7966</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3592.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83085.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1607.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4335.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>775.056</td></tr>
<tr><td colspan=3>tsnr</td><td>32.033286005374976</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>