ds005256-mriqc/sub-0099_ses-01_task-alignvideo_acq-mb8_run-04_bold.html
Felix Hoffstaedter 33e4541bf2 [DATALAD RUNCMD] Compute MRIQC for sub-0099
=== 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-0099 --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-0099",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:40:23 +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-0099_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-0099_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-0099_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-0099/figures/sub-0099_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0099/figures/sub-0099_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-0099/figures/sub-0099_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099/ses-01/func/sub-0099_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>f7e3385638771b92a96f53bf6253ac0d</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>10:29:5.327500</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.998025, 0.0150488, 0.0609948, -0.021777, 0.99356, 0.111191]</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.0832495</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>[4236, -7769, -7262, 257, -118, -150, -79, 122]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>232.71</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>20d3d28c-6369-499c-a4c3-39934e9ba68e||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.6776270866394043, -0.05842605233192444, 0.15910765528678894, 111.91158294677734], [-0.040374841541051865, 2.6656501293182373, 0.30320873856544495, -105.07744598388672], [0.16364465653896332, -0.298317015171051, 2.678199052810669, -76.02548217773438], [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': ['102905.327500', '102905.787500', '102906.247500', '102906.707500', '102907.167500', '102907.627500', '102908.087500', '102908.547500', '102909.007500', '102909.467500', '102909.927500', '102910.387500', '102910.847500', '102911.307500', '102911.767500', '102912.227500', '102912.687500', '102913.147500', '102913.607500', '102914.067500', '102914.527500', '102914.987500', '102915.447500', '102915.907500', '102916.367500', '102916.827500', '102917.287500', '102917.747500', '102918.207500', '102918.667500', '102919.127500', '102919.587500', '102920.047500', '102920.507500', '102920.967500', '102921.427500', '102921.887500', '102922.347500', '102922.807500', '102923.267500', '102923.727500', '102924.187500', '102924.647500', '102925.107500', '102925.567500', '102926.027500', '102926.487500', '102926.947500', '102927.407500', '102927.867500', '102928.327500', '102928.787500', '102929.247500', '102929.707500', '102930.167500', '102930.627500', '102931.087500', '102931.547500', '102932.007500', '102932.467500', '102932.927500', '102933.387500', '102933.847500', '102934.307500', '102934.767500', '102935.227500', '102935.687500', '102936.147500', '102936.607500', '102937.067500', '102937.527500', '102937.987500', '102938.447500', '102938.907500', '102939.367500', '102939.827500', '102940.287500', '102940.747500', '102941.207500', '102941.667500', '102942.127500', '102942.587500', '102943.047500', '102943.507500', '102943.967500', '102944.427500', '102944.887500', '102945.347500', '102945.807500', '102946.267500', '102946.727500', '102947.187500', '102947.647500', '102948.107500', '102948.567500', '102949.027500', '102949.487500', '102949.947500', '102950.407500', '102950.867500', '102951.327500', '102951.787500', '102952.247500', '102952.707500', '102953.167500', '102953.627500', '102954.087500', '102954.547500', '102955.007500', '102955.467500', '102955.927500', '102956.387500', '102956.847500', '102957.307500', '102957.767500', '102958.227500', '102958.687500', '102959.147500', '102959.607500', '103000.067500', '103000.527500', '103000.987500', '103001.447500', '103001.907500', '103002.367500', '103002.827500', '103003.287500', '103003.747500', '103004.207500', '103004.667500', '103005.127500', '103005.587500', '103006.047500', '103006.507500', '103006.967500', '103007.427500', '103007.887500', '103008.347500', '103008.807500', '103009.267500', '103009.727500', '103010.187500', '103010.647500', '103011.107500', '103011.567500', '103012.027500', '103012.487500', '103012.947500', '103013.407500', '103013.867500', '103014.327500', '103014.787500', '103015.247500', '103015.707500', '103016.167500', '103016.627500', '103017.087500', '103017.547500', '103018.007500', '103018.467500', '103018.927500', '103019.387500', '103019.847500', '103020.307500', '103020.767500', '103021.227500', '103021.687500', '103022.147500', '103022.607500', '103023.067500', '103023.527500', '103023.987500', '103024.447500', '103024.907500', '103025.367500', '103025.827500', '103026.287500', '103026.747500', '103027.207500', '103027.667500', '103028.127500', '103028.587500', '103029.047500', '103029.507500', '103029.967500', '103030.427500', '103030.887500', '103031.347500', '103031.807500', '103032.267500', '103032.727500', '103033.187500', '103033.647500', '103034.107500', '103034.567500', '103035.027500', '103035.487500', '103035.947500', '103036.407500', '103036.867500', '103037.327500', '103037.787500', '103038.247500', '103038.707500', '103039.167500', '103039.627500', '103040.087500', '103040.547500', '103041.007500', '103041.467500', '103041.927500', '103042.387500', '103042.847500', '103043.307500', '103043.767500', '103044.227500', '103044.687500', '103045.147500', '103045.607500', '103046.067500', '103046.527500', '103046.987500', '103047.447500', '103047.907500', '103048.367500', '103048.827500', '103049.287500', '103049.747500', '103050.207500', '103050.667500', '103051.127500', '103051.587500', '103052.047500', '103052.507500', '103052.967500', '103053.427500', '103053.887500', '103054.347500', '103054.807500', '103055.267500', '103055.727500', '103056.187500', '103056.647500', '103057.107500', '103057.567500', '103058.027500', '103058.487500', '103058.947500', '103059.407500', '103059.867500', '103100.327500', '103100.787500', '103101.247500', '103101.707500', '103102.167500', '103102.627500', '103103.087500', '103103.547500', '103104.007500', '103104.467500', '103104.927500', '103105.387500', '103105.847500', '103106.307500', '103106.767500', '103107.227500', '103107.687500', '103108.147500', '103108.607500', '103109.067500', '103109.527500', '103109.987500', '103110.447500', '103110.907500', '103111.367500', '103111.827500', '103112.287500', '103112.747500', '103113.207500', '103113.667500', '103114.127500', '103114.587500', '103115.047500', '103115.507500', '103115.967500', '103116.427500', '103116.887500', '103117.347500', '103117.807500', '103118.267500', '103118.727500', '103119.187500', '103119.647500', '103120.107500', '103120.567500', '103121.027500', '103121.487500', '103121.947500', '103122.407500', '103122.867500', '103123.327500', '103123.787500', '103124.247500', '103124.707500', '103125.167500', '103125.627500', '103126.087500', '103126.547500', '103127.007500', '103127.467500', '103127.927500', '103128.387500', '103128.847500', '103129.307500', '103129.767500', '103130.227500', '103130.687500', '103131.147500', '103131.607500', '103132.067500', '103132.527500', '103132.987500', '103133.447500', '103133.907500', '103134.367500', '103134.827500', '103135.287500', '103135.747500', '103136.207500', '103136.667500', '103137.127500', '103137.587500', '103138.047500', '103138.507500', '103138.967500', '103139.427500', '103139.887500', '103140.347500', '103140.807500', '103141.267500', '103141.727500', '103142.187500', '103142.647500', '103143.107500', '103143.567500', '103144.027500', '103144.487500', '103144.947500', '103145.407500', '103145.867500', '103146.327500', '103146.787500', '103147.247500', '103147.707500', '103148.167500', '103148.627500', '103149.087500', '103149.547500', '103150.007500', '103150.467500', '103150.927500', '103151.387500', '103151.847500', '103152.307500', '103152.767500', '103153.227500', '103153.687500', '103154.147500', '103154.607500', '103155.067500', '103155.527500', '103155.987500', '103156.447500', '103156.907500', '103157.367500', '103157.827500', '103158.287500', '103158.747500', '103159.207500', '103159.667500', '103200.127500', '103200.587500', '103201.047500', '103201.507500', '103201.967500', '103202.427500', '103202.887500', '103203.347500', '103203.807500', '103204.267500', '103204.727500', '103205.187500', '103205.647500', '103206.107500', '103206.567500', '103207.027500', '103207.487500', '103207.947500', '103208.407500', '103208.867500', '103209.327500', '103209.787500', '103210.247500', '103210.707500', '103211.167500', '103211.627500', '103212.087500', '103212.547500', '103213.007500', '103213.467500', '103213.927500', '103214.387500', '103214.847500', '103215.307500', '103215.767500', '103216.227500', '103216.687500', '103217.147500', '103217.607500', '103218.067500', '103218.527500', '103218.987500', '103219.447500', '103219.907500', '103220.367500', '103220.827500', '103221.287500', '103221.747500', '103222.207500', '103222.667500', '103223.127500', '103223.587500', '103224.047500', '103224.507500', '103224.967500', '103225.427500', '103225.887500', '103226.347500', '103226.807500', '103227.267500', '103227.727500', '103228.187500', '103228.647500', '103229.107500', '103229.567500', '103230.027500', '103230.487500', '103230.947500', '103231.407500', '103231.867500', '103232.327500', '103232.787500', '103233.247500', '103233.707500', '103234.167500', '103234.627500', '103235.087500', '103235.547500', '103236.007500', '103236.467500', '103236.927500', '103237.387500', '103237.847500', '103238.307500', '103238.767500', '103239.227500', '103239.687500', '103240.147500', '103240.607500', '103241.067500', '103241.527500', '103241.987500', '103242.447500', '103242.907500', '103243.367500', '103243.827500', '103244.287500', '103244.747500', '103245.207500', '103245.667500', '103246.127500', '103246.587500', '103247.047500', '103247.507500', '103247.967500', '103248.427500', '103248.887500', '103249.347500', '103249.807500', '103250.267500', '103250.727500', '103251.187500', '103251.647500', '103252.107500', '103252.567500', '103253.027500', '103253.487500', '103253.947500', '103254.407500', '103254.867500', '103255.327500', '103255.787500', '103256.247500', '103256.707500', '103257.167500', '103257.627500', '103258.087500', '103258.547500', '103259.007500', '103259.467500', '103259.927500', '103300.387500', '103300.847500', '103301.307500', '103301.767500', '103302.227500', '103302.687500', '103303.147500', '103303.607500', '103304.067500', '103304.527500', '103304.987500', '103305.447500', '103305.907500', '103306.367500', '103306.827500', '103307.287500', '103307.747500', '103308.207500', '103308.667500', '103309.127500', '103309.587500', '103310.047500', '103310.507500', '103310.967500', '103311.427500', '103311.887500', '103312.347500', '103312.807500', '103313.267500', '103313.727500', '103314.187500', '103314.647500', '103315.107500', '103315.567500', '103316.027500', '103316.487500', '103316.947500', '103317.407500', '103317.867500', '103318.327500', '103318.787500', '103319.247500', '103319.707500', '103320.167500', '103320.627500', '103321.087500', '103321.547500', '103322.007500', '103322.467500', '103322.927500', '103323.387500', '103323.847500', '103324.307500', '103324.767500', '103325.227500', '103325.687500', '103326.147500', '103326.607500', '103327.067500', '103327.527500', '103327.987500', '103328.447500', '103328.907500', '103329.367500', '103329.827500', '103330.287500', '103330.747500', '103331.207500', '103331.667500', '103332.127500', '103332.587500', '103333.047500', '103333.507500', '103333.967500', '103334.427500', '103334.887500', '103335.347500', '103335.807500', '103336.267500', '103336.727500', '103337.187500', '103337.647500', '103338.107500', '103338.567500', '103339.027500', '103339.487500', '103339.947500', '103340.407500', '103340.867500', '103341.327500', '103341.787500', '103342.247500', '103342.707500', '103343.167500', '103343.627500', '103344.087500', '103344.547500', '103345.007500', '103345.467500', '103345.927500', '103346.387500', '103346.847500', '103347.307500', '103347.767500', '103348.227500', '103348.687500', '103349.147500', '103349.607500', '103350.067500', '103350.527500', '103350.987500', '103351.447500', '103351.907500', '103352.367500', '103352.827500', '103353.287500', '103353.747500', '103354.207500', '103354.667500', '103355.127500', '103355.587500', '103356.047500', '103356.507500', '103356.967500', '103357.427500', '103357.887500', '103358.347500', '103358.807500', '103359.267500', '103359.727500', '103400.187500', '103400.647500', '103401.107500', '103401.567500', '103402.027500', '103402.487500', '103402.947500', '103403.407500', '103403.867500', '103404.327500', '103404.787500', '103405.247500', '103405.707500', '103406.167500', '103406.627500', '103407.087500', '103407.547500', '103408.007500', '103408.467500', '103408.927500', '103409.387500', '103409.847500', '103410.307500', '103410.767500', '103411.227500', '103411.687500', '103412.147500', '103412.607500', '103413.067500', '103413.527500', '103413.987500', '103414.447500', '103414.907500', '103415.367500', '103415.827500', '103416.287500', '103416.747500', '103417.207500', '103417.667500', '103418.127500', '103418.587500', '103419.047500', '103419.507500', '103419.967500', '103420.427500', '103420.887500', '103421.347500', '103421.807500', '103422.267500', '103422.727500', '103423.187500', '103423.647500', '103424.107500', '103424.567500', '103425.027500', '103425.487500', '103425.947500', '103426.407500', '103426.867500', '103427.327500', '103427.787500', '103428.247500', '103428.707500', '103429.167500', '103429.627500', '103430.087500', '103430.547500', '103431.007500', '103431.467500', '103431.927500', '103432.387500', '103432.847500', '103433.307500', '103433.767500', '103434.227500', '103434.687500', '103435.147500', '103435.607500', '103436.067500', '103436.527500', '103436.987500', '103437.447500', '103437.907500', '103438.367500', '103438.827500', '103439.287500', '103439.747500', '103440.207500', '103440.667500', '103441.127500', '103441.587500', '103442.047500', '103442.507500', '103442.967500', '103443.427500', '103443.887500', '103444.347500', '103444.807500', '103445.267500', '103445.727500', '103446.187500', '103446.647500', '103447.107500', '103447.567500', '103448.027500', '103448.487500', '103448.947500', '103449.407500', '103449.867500', '103450.327500', '103450.787500', '103451.247500', '103451.707500', '103452.167500', '103452.627500', '103453.087500', '103453.547500', '103454.007500', '103454.467500', '103454.927500', '103455.387500', '103455.847500', '103456.307500', '103456.767500', '103457.227500', '103457.687500', '103458.147500', '103458.607500', '103459.067500', '103459.527500', '103459.987500', '103500.447500', '103500.907500', '103501.367500', '103501.827500', '103502.287500', '103502.747500', '103503.207500', '103503.667500', '103504.127500', '103504.587500', '103505.047500', '103505.507500', '103505.967500', '103506.427500', '103506.887500', '103507.347500', '103507.807500', '103508.267500', '103508.727500', '103509.187500', '103509.647500', '103510.107500', '103510.567500', '103511.027500', '103511.487500', '103511.947500', '103512.407500', '103512.867500', '103513.327500', '103513.787500', '103514.247500', '103514.707500', '103515.167500', '103515.627500', '103516.087500', '103516.547500', '103517.007500', '103517.467500', '103517.927500', '103518.387500', '103518.847500', '103519.307500', '103519.767500', '103520.227500', '103520.687500', '103521.147500', '103521.607500', '103522.067500', '103522.527500', '103522.987500', '103523.447500', '103523.907500', '103524.367500', '103524.827500', '103525.287500', '103525.747500', '103526.207500', '103526.667500', '103527.127500', '103527.587500', '103528.047500', '103528.507500', '103528.967500', '103529.427500', '103529.887500', '103530.347500', '103530.807500', '103531.267500', '103531.727500', '103532.187500', '103532.647500', '103533.107500', '103533.567500', '103534.027500', '103534.487500', '103534.947500', '103535.407500', '103535.867500', '103536.327500', '103536.787500', '103537.247500', '103537.707500', '103538.167500', '103538.627500', '103539.087500', '103539.547500', '103540.007500', '103540.467500', '103540.927500', '103541.387500', '103541.847500', '103542.307500', '103542.767500', '103543.227500', '103543.687500', '103544.147500', '103544.607500', '103545.067500', '103545.527500', '103545.987500', '103546.447500', '103546.907500', '103547.367500', '103547.827500', '103548.287500', '103548.747500', '103549.207500', '103549.667500', '103550.127500', '103550.587500', '103551.047500', '103551.507500', '103551.967500', '103552.427500', '103552.887500', '103553.347500', '103553.807500', '103554.267500', '103554.727500', '103555.187500', '103555.647500', '103556.107500', '103556.567500', '103557.027500', '103557.487500', '103557.947500', '103558.407500', '103558.867500', '103559.327500', '103559.787500', '103600.247500', '103600.707500', '103601.167500', '103601.627500', '103602.087500', '103602.547500', '103603.007500', '103603.467500', '103603.927500', '103604.387500', '103604.847500', '103605.307500', '103605.767500', '103606.227500', '103606.687500', '103607.147500', '103607.607500', '103608.067500', '103608.527500', '103608.987500', '103609.447500', '103609.907500', '103610.367500', '103610.827500', '103611.287500', '103611.747500', '103612.207500', '103612.667500', '103613.127500', '103613.587500', '103614.047500', '103614.507500', '103614.967500', '103615.427500', '103615.887500', '103616.347500', '103616.807500', '103617.267500', '103617.727500', '103618.187500', '103618.647500', '103619.107500', '103619.567500', '103620.027500', '103620.487500', '103620.947500', '103621.407500', '103621.867500', '103622.327500', '103622.787500', '103623.247500', '103623.707500', '103624.167500', '103624.627500', '103625.087500', '103625.547500', '103626.007500', '103626.467500', '103626.927500', '103627.387500', '103627.847500', '103628.307500', '103628.767500', '103629.227500', '103629.687500', '103630.147500', '103630.607500', '103631.067500', '103631.527500', '103631.987500', '103632.447500', '103632.907500', '103633.367500', '103633.827500', '103634.287500', '103634.747500', '103635.207500', '103635.667500', '103636.127500', '103636.587500', '103637.047500', '103637.507500', '103637.967500', '103638.427500', '103638.887500', '103639.347500', '103639.807500', '103640.267500', '103640.727500', '103641.187500', '103641.647500', '103642.107500', '103642.567500', '103643.027500', '103643.487500', '103643.947500', '103644.407500', '103644.867500', '103645.327500', '103645.787500', '103646.247500', '103646.707500', '103647.167500', '103647.627500', '103648.087500', '103648.547500', '103649.007500', '103649.467500', '103649.927500', '103650.387500', '103650.847500', '103651.307500', '103651.767500', '103652.227500', '103652.687500', '103653.147500', '103653.607500', '103654.067500', '103654.527500', '103654.987500', '103655.447500', '103655.907500', '103656.367500', '103656.827500', '103657.287500', '103657.747500', '103658.207500', '103658.667500', '103659.127500', '103659.587500', '103700.047500', '103700.507500', '103700.967500', '103701.427500', '103701.887500', '103702.347500', '103702.807500', '103703.267500', '103703.727500', '103704.187500', '103704.647500', '103705.107500', '103705.567500', '103706.027500', '103706.487500', '103706.947500', '103707.407500', '103707.867500', '103708.327500', '103708.787500', '103709.247500', '103709.707500', '103710.167500', '103710.627500', '103711.087500', '103711.547500', '103712.007500', '103712.467500', '103712.927500', '103713.387500', '103713.847500', '103714.307500', '103714.767500', '103715.227500', '103715.687500', '103716.147500', '103716.607500', '103717.067500', '103717.527500', '103717.987500', '103718.447500', '103718.907500', '103719.367500', '103719.827500', '103720.287500', '103720.747500', '103721.207500', '103721.667500', '103722.127500', '103722.587500', '103723.047500', '103723.507500', '103723.967500', '103724.427500', '103724.887500', '103725.347500', '103725.807500', '103726.267500', '103726.727500', '103727.187500', '103727.647500', '103728.107500', '103728.567500', '103729.027500', '103729.487500', '103729.947500', '103730.407500', '103730.867500', '103731.327500', '103731.787500', '103732.247500', '103732.707500', '103733.167500', '103733.627500', '103734.087500', '103734.547500', '103735.007500', '103735.467500', '103735.927500', '103736.387500', '103736.847500', '103737.307500', '103737.767500', '103738.227500', '103738.687500', '103739.147500', '103739.607500', '103740.067500', '103740.527500', '103740.987500', '103741.447500', '103741.907500', '103742.367500', '103742.827500', '103743.287500', '103743.747500', '103744.207500', '103744.667500', '103745.127500', '103745.587500', '103746.047500', '103746.507500', '103746.967500', '103747.427500', '103747.887500', '103748.347500', '103748.807500', '103749.267500', '103749.727500', '103750.187500', '103750.647500', '103751.107500', '103751.567500', '103752.027500', '103752.487500', '103752.947500', '103753.407500', '103753.867500', '103754.327500', '103754.787500', '103755.247500', '103755.707500', '103756.167500', '103756.627500', '103757.087500', '103757.547500', '103758.007500', '103758.467500', '103758.927500', '103759.387500', '103759.847500', '103800.307500', '103800.767500', '103801.227500', '103801.687500', '103802.147500', '103802.607500', '103803.067500', '103803.527500', '103803.987500', '103804.447500', '103804.907500', '103805.367500', '103805.827500', '103806.287500', '103806.747500', '103807.207500', '103807.667500', '103808.127500', '103808.587500', '103809.047500', '103809.507500', '103809.967500', '103810.427500', '103810.887500', '103811.347500', '103811.807500', '103812.267500', '103812.727500', '103813.187500', '103813.647500', '103814.107500', '103814.567500', '103815.027500', '103815.487500', '103815.947500', '103816.407500', '103816.867500', '103817.327500', '103817.787500', '103818.247500', '103818.707500', '103819.167500', '103819.627500', '103820.087500', '103820.547500', '103821.007500'], 'ContentTime': ['102918.844000', '102918.883000', '102918.908000', '102918.910000', '102918.913000', '102918.915000', '102918.918000', '102918.920000', '102918.923000', '102918.926000', '102918.928000', '102918.931000', '102918.933000', '102918.936000', '102918.938000', '102918.941000', '102918.944000', '102918.946000', '102918.949000', '102918.951000', '102918.954000', '102918.956000', '102918.959000', '102918.962000', '102918.964000', '102918.967000', '102918.969000', '102938.815000', '102938.818000', '102938.825000', '102938.827000', '102938.830000', '102938.833000', '102938.835000', '102938.838000', '102938.840000', '102938.843000', '102938.845000', '102938.848000', '102938.851000', '102938.853000', '102938.856000', '102938.858000', '102938.861000', '102938.864000', '102938.866000', '102938.869000', '102938.871000', '102938.874000', '102938.876000', '102938.879000', '102938.882000', '102938.884000', '102938.887000', '102938.889000', '102938.892000', '102938.894000', '102938.897000', '102938.900000', '102938.902000', '102938.905000', '102938.907000', '102938.910000', '102938.913000', '102938.915000', '102938.918000', '102938.920000', '102938.923000', '102938.925000', '102938.951000', '102938.954000', '102958.815000', '102958.818000', '102958.821000', '102958.823000', '102958.826000', '102958.829000', '102958.831000', '102958.834000', '102958.836000', '102958.839000', '102958.842000', '102958.844000', '102958.862000', '102958.865000', '102958.867000', '102958.870000', '102958.873000', '102958.875000', '102958.878000', '102958.880000', '102958.883000', '102958.885000', '102958.888000', '102958.891000', '102958.893000', '102958.896000', '102958.898000', '102958.901000', '102958.904000', '102958.906000', '102958.909000', '102958.911000', '102958.921000', '102958.924000', '102958.926000', '102958.929000', '102958.931000', '102958.934000', '102958.937000', '102958.939000', '102958.942000', '102958.944000', '102958.947000', '103018.816000', '103018.876000', '103018.879000', '103018.881000', '103018.884000', '103018.887000', '103018.889000', '103018.892000', '103018.895000', '103018.897000', '103018.900000', '103018.903000', '103018.905000', '103018.908000', '103018.911000', '103018.913000', '103018.916000', '103018.918000', '103018.921000', '103018.923000', '103018.926000', '103018.929000', '103018.931000', '103018.934000', '103018.936000', '103018.939000', '103018.942000', '103018.944000', '103018.947000', '103018.949000', '103018.952000', '103018.955000', '103018.957000', '103018.960000', '103018.962000', '103018.965000', '103018.967000', '103018.970000', '103018.973000', '103018.975000', '103018.978000', '103018.980000', '103018.983000', '103018.986000', '103038.815000', '103038.817000', '103038.820000', '103038.823000', '103038.825000', '103038.828000', '103038.830000', '103038.833000', '103038.835000', '103038.838000', '103038.841000', '103038.843000', '103038.846000', '103038.848000', '103038.851000', '103038.853000', '103038.856000', '103038.859000', '103038.861000', '103038.864000', '103038.866000', '103038.869000', '103038.871000', '103038.874000', '103038.877000', '103038.879000', '103038.882000', '103038.884000', '103038.887000', '103038.890000', '103038.892000', '103038.895000', '103038.897000', '103038.900000', '103038.903000', '103038.905000', '103038.908000', '103038.910000', '103038.913000', '103038.915000', '103038.918000', '103038.921000', '103038.923000', '103058.815000', '103058.820000', '103058.822000', '103058.825000', '103058.828000', '103058.830000', '103058.833000', '103058.835000', '103058.838000', '103058.840000', '103058.843000', '103058.846000', '103058.848000', '103058.851000', '103058.854000', '103058.856000', '103058.859000', '103058.861000', '103058.864000', '103058.867000', '103058.869000', '103058.872000', '103058.874000', '103058.877000', '103058.879000', '103058.882000', '103058.885000', '103058.887000', '103058.890000', '103058.892000', '103058.895000', '103058.898000', '103058.900000', '103058.903000', '103058.905000', '103058.908000', '103058.911000', '103058.913000', '103058.916000', '103058.918000', '103058.921000', '103058.923000', '103058.926000', '103118.815000', '103118.817000', '103118.820000', '103118.823000', '103118.825000', '103118.828000', '103118.830000', '103118.833000', '103118.835000', '103118.838000', '103118.841000', '103118.843000', '103118.846000', '103118.849000', '103118.851000', '103118.854000', '103118.856000', '103118.859000', '103118.861000', '103118.864000', '103118.867000', '103118.869000', '103118.872000', '103118.874000', '103118.877000', '103118.879000', '103118.882000', '103118.885000', '103118.887000', '103118.890000', '103118.892000', '103118.895000', '103118.898000', '103118.900000', '103118.903000', '103118.905000', '103118.908000', '103118.910000', '103118.913000', '103118.916000', '103118.918000', '103118.921000', '103118.923000', '103118.926000', '103138.815000', '103138.818000', '103138.821000', '103138.823000', '103138.826000', '103138.829000', '103138.831000', '103138.834000', '103138.837000', '103138.879000', '103138.881000', '103138.884000', '103138.887000', '103138.889000', '103138.892000', '103138.895000', '103138.897000', '103138.900000', '103138.902000', '103138.905000', '103138.908000', '103138.910000', '103138.913000', '103138.915000', '103138.918000', '103138.921000', '103138.923000', '103138.926000', '103138.929000', '103138.931000', '103138.934000', '103138.936000', '103138.939000', '103138.942000', '103138.944000', '103138.947000', '103138.949000', '103138.952000', '103138.955000', '103138.957000', '103138.960000', '103138.962000', '103138.965000', '103158.816000', '103158.818000', '103158.821000', '103158.824000', '103158.826000', '103158.829000', '103158.831000', '103158.834000', '103158.837000', '103158.839000', '103158.842000', '103158.845000', '103158.847000', '103158.850000', '103158.852000', '103158.855000', '103158.857000', '103158.860000', '103158.863000', '103158.865000', '103158.868000', '103158.870000', '103158.873000', '103158.876000', '103158.878000', '103158.881000', '103158.883000', '103158.886000', '103158.888000', '103158.891000', '103158.894000', '103158.896000', '103158.899000', '103158.901000', '103158.904000', '103158.906000', '103158.909000', '103158.912000', '103158.914000', '103158.917000', '103158.919000', '103158.922000', '103158.924000', '103158.927000', '103218.815000', '103218.818000', '103218.821000', '103218.823000', '103218.826000', '103218.828000', '103218.831000', '103218.834000', '103218.836000', '103218.839000', '103218.842000', '103218.844000', '103218.847000', '103218.849000', '103218.852000', '103218.855000', '103218.857000', '103218.860000', '103218.862000', '103218.865000', '103218.868000', '103218.870000', '103218.873000', '103218.876000', '103218.878000', '103218.881000', '103218.883000', '103218.886000', '103218.888000', '103218.891000', '103218.894000', '103218.896000', '103218.899000', '103218.902000', '103218.904000', '103218.907000', '103218.909000', '103218.912000', '103218.915000', '103218.917000', '103218.920000', '103218.922000', '103218.925000', '103238.815000', '103238.876000', '103238.879000', '103238.882000', '103238.884000', '103238.887000', '103238.890000', '103238.892000', '103238.895000', '103238.897000', '103238.900000', '103238.903000', '103238.905000', '103238.908000', '103238.910000', '103238.913000', '103238.916000', '103238.918000', '103238.921000', '103238.923000', '103238.926000', '103238.929000', '103238.931000', '103238.934000', '103238.936000', '103238.939000', '103238.942000', '103238.944000', '103238.947000', '103238.949000', '103238.952000', '103238.955000', '103238.957000', '103238.960000', '103238.962000', '103238.965000', '103238.968000', '103238.970000', '103238.973000', '103238.975000', '103238.978000', '103238.981000', '103238.983000', '103238.986000', '103258.815000', '103258.838000', '103258.841000', '103258.843000', '103258.846000', '103258.849000', '103258.851000', '103258.854000', '103258.857000', '103258.859000', '103258.862000', '103258.864000', '103258.867000', '103258.869000', '103258.872000', '103258.875000', '103258.878000', '103258.881000', '103258.883000', '103258.886000', '103258.889000', '103258.891000', '103258.894000', '103258.896000', '103258.899000', '103258.902000', '103258.904000', '103258.907000', '103258.909000', '103258.914000', '103258.916000', '103258.919000', '103258.922000', '103258.924000', '103258.927000', '103258.929000', '103258.932000', '103258.935000', '103258.937000', '103258.940000', '103258.943000', '103258.945000', '103258.948000', '103318.815000', '103318.817000', '103318.820000', '103318.823000', '103318.825000', '103318.828000', '103318.830000', '103318.833000', '103318.836000', '103318.838000', '103318.841000', '103318.843000', '103318.846000', '103318.848000', '103318.851000', '103318.854000', '103318.856000', '103318.859000', '103318.862000', '103318.871000', '103318.873000', '103318.876000', '103318.878000', '103318.881000', '103318.884000', '103318.886000', '103318.889000', '103318.892000', '103318.894000', '103318.897000', '103318.900000', '103318.902000', '103318.905000', '103318.907000', '103318.910000', '103318.913000', '103318.915000', '103318.918000', '103318.920000', '103318.923000', '103318.925000', '103318.928000', '103318.931000', '103318.933000', '103338.815000', '103338.871000', '103338.874000', '103338.876000', '103338.879000', '103338.881000', '103338.884000', '103338.887000', '103338.889000', '103338.892000', '103338.894000', '103338.897000', '103338.899000', '103338.902000', '103338.905000', '103338.908000', '103338.911000', '103338.914000', '103338.917000', '103338.919000', '103338.922000', '103338.924000', '103338.927000', '103338.929000', '103338.932000', '103338.935000', '103338.937000', '103338.940000', '103338.942000', '103338.945000', '103338.948000', '103338.950000', '103338.953000', '103338.956000', '103338.958000', '103338.961000', '103338.963000', '103338.966000', '103338.969000', '103338.971000', '103338.974000', '103338.976000', '103338.979000', '103358.816000', '103358.893000', '103358.895000', '103358.898000', '103358.901000', '103358.903000', '103358.906000', '103358.908000', '103358.911000', '103358.913000', '103358.916000', '103358.919000', '103358.921000', '103358.924000', '103358.926000', '103358.929000', '103358.932000', '103358.934000', '103358.937000', '103358.939000', '103358.942000', '103358.945000', '103358.947000', '103358.950000', '103358.953000', '103358.955000', '103358.958000', '103358.960000', '103358.963000', '103358.966000', '103358.968000', '103358.971000', '103358.973000', '103358.976000', '103358.979000', '103358.981000', '103358.984000', '103358.986000', '103358.989000', '103358.992000', '103358.994000', '103358.997000', '103359.000000', '103359.003000', '103418.815000', '103418.818000', '103418.821000', '103418.824000', '103418.826000', '103418.829000', '103418.831000', '103418.834000', '103418.837000', '103418.839000', '103418.842000', '103418.844000', '103418.847000', '103418.850000', '103418.852000', '103418.855000', '103418.857000', '103418.860000', '103418.863000', '103418.865000', '103418.868000', '103418.870000', '103418.873000', '103418.876000', '103418.878000', '103418.881000', '103418.883000', '103418.886000', '103418.889000', '103418.891000', '103418.894000', '103418.896000', '103418.899000', '103418.902000', '103418.904000', '103418.907000', '103418.909000', '103418.912000', '103418.915000', '103418.918000', '103418.921000', '103418.924000', '103418.927000', '103438.816000', '103438.836000', '103438.838000', '103438.841000', '103438.844000', '103438.846000', '103438.849000', '103438.851000', '103438.854000', '103438.857000', '103438.859000', '103438.862000', '103438.864000', '103438.867000', '103438.870000', '103438.882000', '103438.884000', '103438.887000', '103438.889000', '103438.892000', '103438.895000', '103438.897000', '103438.900000', '103438.902000', '103438.905000', '103438.907000', '103438.910000', '103438.913000', '103438.915000', '103438.918000', '103438.921000', '103438.923000', '103438.926000', '103438.928000', '103438.931000', '103438.934000', '103438.936000', '103438.939000', '103438.941000', '103438.944000', '103438.947000', '103438.949000', '103438.952000', '103438.955000', '103458.816000', '103458.818000', '103458.821000', '103458.824000', '103458.826000', '103458.829000', '103458.831000', '103458.834000', '103458.837000', '103458.839000', '103458.842000', '103458.844000', '103458.847000', '103458.849000', '103458.852000', '103458.855000', '103458.857000', '103458.860000', '103458.863000', '103458.865000', '103458.868000', '103458.870000', '103458.873000', '103458.875000', '103458.878000', '103458.881000', '103458.883000', '103458.886000', '103458.888000', '103458.891000', '103458.894000', '103458.896000', '103458.899000', '103458.901000', '103458.904000', '103458.906000', '103458.909000', '103458.912000', '103458.914000', '103458.917000', '103458.919000', '103458.922000', '103458.924000', '103518.815000', '103518.838000', '103518.841000', '103518.843000', '103518.846000', '103518.848000', '103518.851000', '103518.854000', '103518.856000', '103518.859000', '103518.861000', '103518.864000', '103518.867000', '103518.869000', '103518.872000', '103518.875000', '103518.877000', '103518.880000', '103518.883000', '103518.885000', '103518.888000', '103518.890000', '103518.893000', '103518.896000', '103518.898000', '103518.901000', '103518.903000', '103518.906000', '103518.909000', '103518.911000', '103518.914000', '103518.917000', '103518.919000', '103518.922000', '103518.924000', '103518.927000', '103518.930000', '103518.932000', '103518.935000', '103518.937000', '103518.940000', '103518.943000', '103518.945000', '103518.948000', '103538.815000', '103538.831000', '103538.834000', '103538.837000', '103538.839000', '103538.842000', '103538.844000', '103538.847000', '103538.850000', '103538.852000', '103538.855000', '103538.857000', '103538.860000', '103538.863000', '103538.865000', '103538.868000', '103538.870000', '103538.873000', '103538.876000', '103538.878000', '103538.881000', '103538.883000', '103538.886000', '103538.888000', '103538.891000', '103538.894000', '103538.896000', '103538.899000', '103538.901000', '103538.904000', '103538.907000', '103538.909000', '103538.912000', '103538.914000', '103538.917000', '103538.919000', '103538.922000', '103538.925000', '103538.927000', '103538.930000', '103538.932000', '103538.935000', '103538.938000', '103558.815000', '103558.853000', '103558.855000', '103558.858000', '103558.861000', '103558.863000', '103558.866000', '103558.868000', '103558.871000', '103558.874000', '103558.876000', '103558.879000', '103558.910000', '103558.912000', '103558.915000', '103558.918000', '103558.920000', '103558.923000', '103558.925000', '103558.928000', '103558.930000', '103558.933000', '103558.936000', '103558.938000', '103558.941000', '103558.943000', '103558.946000', '103558.949000', '103558.951000', '103558.954000', '103558.956000', '103558.959000', '103558.962000', '103558.964000', '103558.967000', '103558.969000', '103558.972000', '103558.975000', '103558.977000', '103558.980000', '103558.982000', '103558.985000', '103558.988000', '103558.990000', '103618.816000', '103618.852000', '103618.855000', '103618.858000', '103618.860000', '103618.863000', '103618.865000', '103618.868000', '103618.871000', '103618.873000', '103618.876000', '103618.878000', '103618.881000', '103618.884000', '103618.886000', '103618.889000', '103618.891000', '103618.894000', '103618.897000', '103618.899000', '103618.902000', '103618.905000', '103618.907000', '103618.910000', '103618.912000', '103618.915000', '103618.918000', '103618.920000', '103618.923000', '103618.926000', '103618.928000', '103618.931000', '103618.934000', '103618.936000', '103618.939000', '103618.941000', '103618.944000', '103618.946000', '103618.949000', '103618.952000', '103618.954000', '103618.957000', '103618.959000', '103638.815000', '103638.860000', '103638.862000', '103638.865000', '103638.867000', '103638.870000', '103638.873000', '103638.875000', '103638.878000', '103638.880000', '103638.883000', '103638.886000', '103638.888000', '103638.891000', '103638.893000', '103638.896000', '103638.899000', '103638.901000', '103638.904000', '103638.906000', '103638.909000', '103638.912000', '103638.914000', '103638.917000', '103638.919000', '103638.922000', '103638.925000', '103638.927000', '103638.930000', '103638.932000', '103638.935000', '103638.938000', '103638.940000', '103638.943000', '103638.945000', '103638.948000', '103638.951000', '103638.953000', '103638.956000', '103638.958000', '103638.961000', '103638.963000', '103638.966000', '103638.969000', '103658.816000', '103658.853000', '103658.856000', '103658.858000', '103658.861000', '103658.864000', '103658.866000', '103658.869000', '103658.871000', '103658.874000', '103658.876000', '103658.879000', '103658.882000', '103658.884000', '103658.887000', '103658.890000', '103658.892000', '103658.895000', '103658.897000', '103658.900000', '103658.903000', '103658.905000', '103658.908000', '103658.910000', '103658.913000', '103658.916000', '103658.918000', '103658.921000', '103658.923000', '103658.926000', '103658.929000', '103658.931000', '103658.934000', '103658.936000', '103658.939000', '103658.941000', '103658.944000', '103658.947000', '103658.949000', '103658.952000', '103658.955000', '103658.957000', '103658.960000', '103718.816000', '103718.877000', '103718.880000', '103718.883000', '103718.885000', '103718.888000', '103718.890000', '103718.893000', '103718.900000', '103718.903000', '103718.905000', '103718.908000', '103718.911000', '103718.913000', '103718.916000', '103718.919000', '103718.921000', '103718.924000', '103718.926000', '103718.929000', '103718.932000', '103718.934000', '103718.937000', '103718.940000', '103718.942000', '103718.945000', '103718.947000', '103718.950000', '103718.953000', '103718.955000', '103718.958000', '103718.960000', '103718.963000', '103718.966000', '103718.968000', '103718.971000', '103718.973000', '103718.976000', '103718.979000', '103718.981000', '103718.984000', '103718.987000', '103718.989000', '103718.992000', '103738.815000', '103738.863000', '103738.866000', '103738.868000', '103738.871000', '103738.873000', '103738.876000', '103738.879000', '103738.881000', '103738.884000', '103738.886000', '103738.889000', '103738.892000', '103738.894000', '103738.897000', '103738.899000', '103738.902000', '103738.904000', '103738.907000', '103738.910000', '103738.912000', '103738.915000', '103738.917000', '103738.920000', '103738.923000', '103738.925000', '103738.928000', '103738.931000', '103738.933000', '103738.936000', '103738.938000', '103738.941000', '103738.944000', '103738.946000', '103738.949000', '103738.952000', '103738.954000', '103738.957000', '103738.960000', '103738.962000', '103738.965000', '103738.968000', '103738.970000', '103758.815000', '103758.852000', '103758.854000', '103758.857000', '103758.860000', '103758.862000', '103758.865000', '103758.867000', '103758.870000', '103758.873000', '103758.875000', '103758.878000', '103758.880000', '103758.883000', '103758.886000', '103758.888000', '103758.891000', '103758.893000', '103758.896000', '103758.899000', '103758.901000', '103758.904000', '103758.906000', '103758.909000', '103758.912000', '103758.914000', '103758.917000', '103758.919000', '103758.922000', '103758.925000', '103758.927000', '103758.930000', '103758.932000', '103758.935000', '103758.938000', '103758.940000', '103758.943000', '103758.945000', '103758.948000', '103758.951000', '103758.953000', '103758.956000', '103758.958000', '103818.815000', '103818.837000', '103818.839000', '103818.842000', '103818.844000', '103818.847000', '103818.850000', '103818.852000', '103818.855000', '103818.857000', '103818.860000', '103818.863000', '103818.865000', '103818.868000', '103818.870000', '103818.873000', '103818.876000', '103818.878000', '103818.881000', '103818.883000', '103818.886000', '103818.889000', '103818.891000', '103818.894000', '103818.896000', '103818.899000', '103818.902000', '103818.904000', '103818.907000', '103818.909000', '103818.912000', '103818.915000', '103818.917000', '103818.920000', '103818.922000', '103818.925000', '103818.928000', '103818.930000', '103818.933000', '103818.936000', '103818.938000', '103818.941000', '103818.943000', '103818.946000', '103822.256000', '103822.258000', '103822.261000', '103822.264000', '103822.266000', '103822.269000', '103822.272000', '103822.274000'], 'InstanceCreationTime': ['102918.844000', '102918.883000', '102918.908000', '102918.910000', '102918.913000', '102918.915000', '102918.918000', '102918.920000', '102918.923000', '102918.926000', '102918.928000', '102918.931000', '102918.933000', '102918.936000', '102918.938000', '102918.941000', '102918.944000', '102918.946000', '102918.949000', '102918.951000', '102918.954000', '102918.956000', '102918.959000', '102918.962000', '102918.964000', '102918.967000', '102918.969000', '102938.815000', '102938.818000', '102938.825000', '102938.827000', '102938.830000', '102938.833000', '102938.835000', '102938.838000', '102938.840000', '102938.843000', '102938.845000', '102938.848000', '102938.851000', '102938.853000', '102938.856000', '102938.858000', '102938.861000', '102938.864000', '102938.866000', '102938.869000', '102938.871000', '102938.874000', '102938.876000', '102938.879000', '102938.882000', '102938.884000', '102938.887000', '102938.889000', '102938.892000', '102938.894000', '102938.897000', '102938.900000', '102938.902000', '102938.905000', '102938.907000', '102938.910000', '102938.913000', '102938.915000', '102938.918000', '102938.920000', '102938.923000', '102938.925000', '102938.951000', '102938.954000', '102958.815000', '102958.818000', '102958.821000', '102958.823000', '102958.826000', '102958.829000', '102958.831000', '102958.834000', '102958.836000', '102958.839000', '102958.842000', '102958.844000', '102958.862000', '102958.865000', '102958.867000', '102958.870000', '102958.873000', '102958.875000', '102958.878000', '102958.880000', '102958.883000', '102958.885000', '102958.888000', '102958.891000', '102958.893000', '102958.896000', '102958.898000', '102958.901000', '102958.904000', '102958.906000', '102958.909000', '102958.911000', '102958.921000', '102958.924000', '102958.926000', '102958.929000', '102958.931000', '102958.934000', '102958.937000', '102958.939000', '102958.942000', '102958.944000', '102958.947000', '103018.816000', '103018.876000', '103018.879000', '103018.881000', '103018.884000', '103018.887000', '103018.889000', '103018.892000', '103018.895000', '103018.897000', '103018.900000', '103018.903000', '103018.905000', '103018.908000', '103018.911000', '103018.913000', '103018.916000', '103018.918000', '103018.921000', '103018.923000', '103018.926000', '103018.929000', '103018.931000', '103018.934000', '103018.936000', '103018.939000', '103018.942000', '103018.944000', '103018.947000', '103018.949000', '103018.952000', '103018.955000', '103018.957000', '103018.960000', '103018.962000', '103018.965000', '103018.967000', '103018.970000', '103018.973000', '103018.975000', '103018.978000', '103018.980000', '103018.983000', '103018.986000', '103038.815000', '103038.817000', '103038.820000', '103038.823000', '103038.825000', '103038.828000', '103038.830000', '103038.833000', '103038.835000', '103038.838000', '103038.841000', '103038.843000', '103038.846000', '103038.848000', '103038.851000', '103038.853000', '103038.856000', '103038.859000', '103038.861000', '103038.864000', '103038.866000', '103038.869000', '103038.871000', '103038.874000', '103038.877000', '103038.879000', '103038.882000', '103038.884000', '103038.887000', '103038.890000', '103038.892000', '103038.895000', '103038.897000', '103038.900000', '103038.903000', '103038.905000', '103038.908000', '103038.910000', '103038.913000', '103038.915000', '103038.918000', '103038.921000', '103038.923000', '103058.815000', '103058.820000', '103058.822000', '103058.825000', '103058.828000', '103058.830000', '103058.833000', '103058.835000', '103058.838000', '103058.840000', '103058.843000', '103058.846000', '103058.848000', '103058.851000', '103058.854000', '103058.856000', '103058.859000', '103058.861000', '103058.864000', '103058.867000', '103058.869000', '103058.872000', '103058.874000', '103058.877000', '103058.879000', '103058.882000', '103058.885000', '103058.887000', '103058.890000', '103058.892000', '103058.895000', '103058.898000', '103058.900000', '103058.903000', '103058.905000', '103058.908000', '103058.911000', '103058.913000', '103058.916000', '103058.918000', '103058.921000', '103058.923000', '103058.926000', '103118.815000', '103118.817000', '103118.820000', '103118.823000', '103118.825000', '103118.828000', '103118.830000', '103118.833000', '103118.835000', '103118.838000', '103118.841000', '103118.843000', '103118.846000', '103118.849000', '103118.851000', '103118.854000', '103118.856000', '103118.859000', '103118.861000', '103118.864000', '103118.867000', '103118.869000', '103118.872000', '103118.874000', '103118.877000', '103118.879000', '103118.882000', '103118.885000', '103118.887000', '103118.890000', '103118.892000', '103118.895000', '103118.898000', '103118.900000', '103118.903000', '103118.905000', '103118.908000', '103118.910000', '103118.913000', '103118.916000', '103118.918000', '103118.921000', '103118.923000', '103118.926000', '103138.815000', '103138.818000', '103138.821000', '103138.823000', '103138.826000', '103138.829000', '103138.831000', '103138.834000', '103138.837000', '103138.879000', '103138.881000', '103138.884000', '103138.887000', '103138.889000', '103138.892000', '103138.895000', '103138.897000', '103138.900000', '103138.902000', '103138.905000', '103138.908000', '103138.910000', '103138.913000', '103138.915000', '103138.918000', '103138.921000', '103138.923000', '103138.926000', '103138.929000', '103138.931000', '103138.934000', '103138.936000', '103138.939000', '103138.942000', '103138.944000', '103138.947000', '103138.949000', '103138.952000', '103138.955000', '103138.957000', '103138.960000', '103138.962000', '103138.965000', '103158.816000', '103158.818000', '103158.821000', '103158.824000', '103158.826000', '103158.829000', '103158.831000', '103158.834000', '103158.837000', '103158.839000', '103158.842000', '103158.845000', '103158.847000', '103158.850000', '103158.852000', '103158.855000', '103158.857000', '103158.860000', '103158.863000', '103158.865000', '103158.868000', '103158.870000', '103158.873000', '103158.876000', '103158.878000', '103158.881000', '103158.883000', '103158.886000', '103158.888000', '103158.891000', '103158.894000', '103158.896000', '103158.899000', '103158.901000', '103158.904000', '103158.906000', '103158.909000', '103158.912000', '103158.914000', '103158.917000', '103158.919000', '103158.922000', '103158.924000', '103158.927000', '103218.815000', '103218.818000', '103218.821000', '103218.823000', '103218.826000', '103218.828000', '103218.831000', '103218.834000', '103218.836000', '103218.839000', '103218.842000', '103218.844000', '103218.847000', '103218.849000', '103218.852000', '103218.855000', '103218.857000', '103218.860000', '103218.862000', '103218.865000', '103218.868000', '103218.870000', '103218.873000', '103218.876000', '103218.878000', '103218.881000', '103218.883000', '103218.886000', '103218.888000', '103218.891000', '103218.894000', '103218.896000', '103218.899000', '103218.902000', '103218.904000', '103218.907000', '103218.909000', '103218.912000', '103218.915000', '103218.917000', '103218.920000', '103218.922000', '103218.925000', '103238.815000', '103238.876000', '103238.879000', '103238.882000', '103238.884000', '103238.887000', '103238.890000', '103238.892000', '103238.895000', '103238.897000', '103238.900000', '103238.903000', '103238.905000', '103238.908000', '103238.910000', '103238.913000', '103238.916000', '103238.918000', '103238.921000', '103238.923000', '103238.926000', '103238.929000', '103238.931000', '103238.934000', '103238.936000', '103238.939000', '103238.942000', '103238.944000', '103238.947000', '103238.949000', '103238.952000', '103238.955000', '103238.957000', '103238.960000', '103238.962000', '103238.965000', '103238.968000', '103238.970000', '103238.973000', '103238.975000', '103238.978000', '103238.981000', '103238.983000', '103238.986000', '103258.815000', '103258.838000', '103258.841000', '103258.843000', '103258.846000', '103258.849000', '103258.851000', '103258.854000', '103258.857000', '103258.859000', '103258.862000', '103258.864000', '103258.867000', '103258.869000', '103258.872000', '103258.875000', '103258.878000', '103258.881000', '103258.883000', '103258.886000', '103258.889000', '103258.891000', '103258.894000', '103258.896000', '103258.899000', '103258.902000', '103258.904000', '103258.907000', '103258.909000', '103258.914000', '103258.916000', '103258.919000', '103258.922000', '103258.924000', '103258.927000', '103258.929000', '103258.932000', '103258.935000', '103258.937000', '103258.940000', '103258.943000', '103258.945000', '103258.948000', '103318.815000', '103318.817000', '103318.820000', '103318.823000', '103318.825000', '103318.828000', '103318.830000', '103318.833000', '103318.836000', '103318.838000', '103318.841000', '103318.843000', '103318.846000', '103318.848000', '103318.851000', '103318.854000', '103318.856000', '103318.859000', '103318.862000', '103318.871000', '103318.873000', '103318.876000', '103318.878000', '103318.881000', '103318.884000', '103318.886000', '103318.889000', '103318.892000', '103318.894000', '103318.897000', '103318.900000', '103318.902000', '103318.905000', '103318.907000', '103318.910000', '103318.913000', '103318.915000', '103318.918000', '103318.920000', '103318.923000', '103318.925000', '103318.928000', '103318.931000', '103318.933000', '103338.815000', '103338.871000', '103338.874000', '103338.876000', '103338.879000', '103338.881000', '103338.884000', '103338.887000', '103338.889000', '103338.892000', '103338.894000', '103338.897000', '103338.899000', '103338.902000', '103338.905000', '103338.908000', '103338.911000', '103338.914000', '103338.917000', '103338.919000', '103338.922000', '103338.924000', '103338.927000', '103338.929000', '103338.932000', '103338.935000', '103338.937000', '103338.940000', '103338.942000', '103338.945000', '103338.948000', '103338.950000', '103338.953000', '103338.956000', '103338.958000', '103338.961000', '103338.963000', '103338.966000', '103338.969000', '103338.971000', '103338.974000', '103338.976000', '103338.979000', '103358.816000', '103358.893000', '103358.895000', '103358.898000', '103358.901000', '103358.903000', '103358.906000', '103358.908000', '103358.911000', '103358.913000', '103358.916000', '103358.919000', '103358.921000', '103358.924000', '103358.926000', '103358.929000', '103358.932000', '103358.934000', '103358.937000', '103358.939000', '103358.942000', '103358.945000', '103358.947000', '103358.950000', '103358.953000', '103358.955000', '103358.958000', '103358.960000', '103358.963000', '103358.966000', '103358.968000', '103358.971000', '103358.973000', '103358.976000', '103358.979000', '103358.981000', '103358.984000', '103358.986000', '103358.989000', '103358.992000', '103358.994000', '103358.997000', '103359.000000', '103359.003000', '103418.815000', '103418.818000', '103418.821000', '103418.824000', '103418.826000', '103418.829000', '103418.831000', '103418.834000', '103418.837000', '103418.839000', '103418.842000', '103418.844000', '103418.847000', '103418.850000', '103418.852000', '103418.855000', '103418.857000', '103418.860000', '103418.863000', '103418.865000', '103418.868000', '103418.870000', '103418.873000', '103418.876000', '103418.878000', '103418.881000', '103418.883000', '103418.886000', '103418.889000', '103418.891000', '103418.894000', '103418.896000', '103418.899000', '103418.902000', '103418.904000', '103418.907000', '103418.909000', '103418.912000', '103418.915000', '103418.918000', '103418.921000', '103418.924000', '103418.927000', '103438.816000', '103438.836000', '103438.838000', '103438.841000', '103438.844000', '103438.846000', '103438.849000', '103438.851000', '103438.854000', '103438.857000', '103438.859000', '103438.862000', '103438.864000', '103438.867000', '103438.870000', '103438.882000', '103438.884000', '103438.887000', '103438.889000', '103438.892000', '103438.895000', '103438.897000', '103438.900000', '103438.902000', '103438.905000', '103438.907000', '103438.910000', '103438.913000', '103438.915000', '103438.918000', '103438.921000', '103438.923000', '103438.926000', '103438.928000', '103438.931000', '103438.934000', '103438.936000', '103438.939000', '103438.941000', '103438.944000', '103438.947000', '103438.949000', '103438.952000', '103438.955000', '103458.816000', '103458.818000', '103458.821000', '103458.824000', '103458.826000', '103458.829000', '103458.831000', '103458.834000', '103458.837000', '103458.839000', '103458.842000', '103458.844000', '103458.847000', '103458.849000', '103458.852000', '103458.855000', '103458.857000', '103458.860000', '103458.863000', '103458.865000', '103458.868000', '103458.870000', '103458.873000', '103458.875000', '103458.878000', '103458.881000', '103458.883000', '103458.886000', '103458.888000', '103458.891000', '103458.894000', '103458.896000', '103458.899000', '103458.901000', '103458.904000', '103458.906000', '103458.909000', '103458.912000', '103458.914000', '103458.917000', '103458.919000', '103458.922000', '103458.924000', '103518.815000', '103518.838000', '103518.841000', '103518.843000', '103518.846000', '103518.848000', '103518.851000', '103518.854000', '103518.856000', '103518.859000', '103518.861000', '103518.864000', '103518.867000', '103518.869000', '103518.872000', '103518.875000', '103518.877000', '103518.880000', '103518.883000', '103518.885000', '103518.888000', '103518.890000', '103518.893000', '103518.896000', '103518.898000', '103518.901000', '103518.903000', '103518.906000', '103518.909000', '103518.911000', '103518.914000', '103518.917000', '103518.919000', '103518.922000', '103518.924000', '103518.927000', '103518.930000', '103518.932000', '103518.935000', '103518.937000', '103518.940000', '103518.943000', '103518.945000', '103518.948000', '103538.815000', '103538.831000', '103538.834000', '103538.837000', '103538.839000', '103538.842000', '103538.844000', '103538.847000', '103538.850000', '103538.852000', '103538.855000', '103538.857000', '103538.860000', '103538.863000', '103538.865000', '103538.868000', '103538.870000', '103538.873000', '103538.876000', '103538.878000', '103538.881000', '103538.883000', '103538.886000', '103538.888000', '103538.891000', '103538.894000', '103538.896000', '103538.899000', '103538.901000', '103538.904000', '103538.907000', '103538.909000', '103538.912000', '103538.914000', '103538.917000', '103538.919000', '103538.922000', '103538.925000', '103538.927000', '103538.930000', '103538.932000', '103538.935000', '103538.938000', '103558.815000', '103558.853000', '103558.855000', '103558.858000', '103558.861000', '103558.863000', '103558.866000', '103558.868000', '103558.871000', '103558.874000', '103558.876000', '103558.879000', '103558.910000', '103558.912000', '103558.915000', '103558.918000', '103558.920000', '103558.923000', '103558.925000', '103558.928000', '103558.930000', '103558.933000', '103558.936000', '103558.938000', '103558.941000', '103558.943000', '103558.946000', '103558.949000', '103558.951000', '103558.954000', '103558.956000', '103558.959000', '103558.962000', '103558.964000', '103558.967000', '103558.969000', '103558.972000', '103558.975000', '103558.977000', '103558.980000', '103558.982000', '103558.985000', '103558.988000', '103558.990000', '103618.816000', '103618.852000', '103618.855000', '103618.858000', '103618.860000', '103618.863000', '103618.865000', '103618.868000', '103618.871000', '103618.873000', '103618.876000', '103618.878000', '103618.881000', '103618.884000', '103618.886000', '103618.889000', '103618.891000', '103618.894000', '103618.897000', '103618.899000', '103618.902000', '103618.905000', '103618.907000', '103618.910000', '103618.912000', '103618.915000', '103618.918000', '103618.920000', '103618.923000', '103618.926000', '103618.928000', '103618.931000', '103618.934000', '103618.936000', '103618.939000', '103618.941000', '103618.944000', '103618.946000', '103618.949000', '103618.952000', '103618.954000', '103618.957000', '103618.959000', '103638.815000', '103638.860000', '103638.862000', '103638.865000', '103638.867000', '103638.870000', '103638.873000', '103638.875000', '103638.878000', '103638.880000', '103638.883000', '103638.886000', '103638.888000', '103638.891000', '103638.893000', '103638.896000', '103638.899000', '103638.901000', '103638.904000', '103638.906000', '103638.909000', '103638.912000', '103638.914000', '103638.917000', '103638.919000', '103638.922000', '103638.925000', '103638.927000', '103638.930000', '103638.932000', '103638.935000', '103638.938000', '103638.940000', '103638.943000', '103638.945000', '103638.948000', '103638.951000', '103638.953000', '103638.956000', '103638.958000', '103638.961000', '103638.963000', '103638.966000', '103638.969000', '103658.816000', '103658.853000', '103658.856000', '103658.858000', '103658.861000', '103658.864000', '103658.866000', '103658.869000', '103658.871000', '103658.874000', '103658.876000', '103658.879000', '103658.882000', '103658.884000', '103658.887000', '103658.890000', '103658.892000', '103658.895000', '103658.897000', '103658.900000', '103658.903000', '103658.905000', '103658.908000', '103658.910000', '103658.913000', '103658.916000', '103658.918000', '103658.921000', '103658.923000', '103658.926000', '103658.929000', '103658.931000', '103658.934000', '103658.936000', '103658.939000', '103658.941000', '103658.944000', '103658.947000', '103658.949000', '103658.952000', '103658.955000', '103658.957000', '103658.960000', '103718.816000', '103718.877000', '103718.880000', '103718.883000', '103718.885000', '103718.888000', '103718.890000', '103718.893000', '103718.900000', '103718.903000', '103718.905000', '103718.908000', '103718.911000', '103718.913000', '103718.916000', '103718.919000', '103718.921000', '103718.924000', '103718.926000', '103718.929000', '103718.932000', '103718.934000', '103718.937000', '103718.940000', '103718.942000', '103718.945000', '103718.947000', '103718.950000', '103718.953000', '103718.955000', '103718.958000', '103718.960000', '103718.963000', '103718.966000', '103718.968000', '103718.971000', '103718.973000', '103718.976000', '103718.979000', '103718.981000', '103718.984000', '103718.987000', '103718.989000', '103718.992000', '103738.815000', '103738.863000', '103738.866000', '103738.868000', '103738.871000', '103738.873000', '103738.876000', '103738.879000', '103738.881000', '103738.884000', '103738.886000', '103738.889000', '103738.892000', '103738.894000', '103738.897000', '103738.899000', '103738.902000', '103738.904000', '103738.907000', '103738.910000', '103738.912000', '103738.915000', '103738.917000', '103738.920000', '103738.923000', '103738.925000', '103738.928000', '103738.931000', '103738.933000', '103738.936000', '103738.938000', '103738.941000', '103738.944000', '103738.946000', '103738.949000', '103738.952000', '103738.954000', '103738.957000', '103738.960000', '103738.962000', '103738.965000', '103738.968000', '103738.970000', '103758.815000', '103758.852000', '103758.854000', '103758.857000', '103758.860000', '103758.862000', '103758.865000', '103758.867000', '103758.870000', '103758.873000', '103758.875000', '103758.878000', '103758.880000', '103758.883000', '103758.886000', '103758.888000', '103758.891000', '103758.893000', '103758.896000', '103758.899000', '103758.901000', '103758.904000', '103758.906000', '103758.909000', '103758.912000', '103758.914000', '103758.917000', '103758.919000', '103758.922000', '103758.925000', '103758.927000', '103758.930000', '103758.932000', '103758.935000', '103758.938000', '103758.940000', '103758.943000', '103758.945000', '103758.948000', '103758.951000', '103758.953000', '103758.956000', '103758.958000', '103818.815000', '103818.837000', '103818.839000', '103818.842000', '103818.844000', '103818.847000', '103818.850000', '103818.852000', '103818.855000', '103818.857000', '103818.860000', '103818.863000', '103818.865000', '103818.868000', '103818.870000', '103818.873000', '103818.876000', '103818.878000', '103818.881000', '103818.883000', '103818.886000', '103818.889000', '103818.891000', '103818.894000', '103818.896000', '103818.899000', '103818.902000', '103818.904000', '103818.907000', '103818.909000', '103818.912000', '103818.915000', '103818.917000', '103818.920000', '103818.922000', '103818.925000', '103818.928000', '103818.930000', '103818.933000', '103818.936000', '103818.938000', '103818.941000', '103818.943000', '103818.946000', '103822.256000', '103822.258000', '103822.261000', '103822.264000', '103822.266000', '103822.269000', '103822.272000', '103822.274000'], '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': [13351, 7999, 7148, 8371, 7432, 7036, 9846, 7439, 6972, 13038, 11670, 8616, 8667, 8008, 7128, 7090, 13078, 12343, 10623, 11635, 7527, 7438, 9033, 7283, 8867, 12265, 7683, 6918, 7427, 7443, 7877, 7162, 7470, 12796, 8265, 7433, 7450, 7134, 6835, 7335, 7423, 10217, 7041, 7424, 8578, 7114, 7653, 7688, 7739, 7979, 9363, 6969, 7762, 13644, 11245, 8061, 8734, 7199, 7227, 7610, 7159, 14140, 9709, 8244, 7466, 7355, 7210, 7267, 8265, 12474, 7060, 6958, 7625, 8488, 7826, 7633, 13759, 10317, 7875, 8037, 7923, 9202, 7026, 7859, 12091, 7392, 9710, 7179, 7288, 7427, 7956, 9472, 7852, 13064, 7163, 7785, 7113, 7336, 11308, 9802, 13369, 8681, 7409, 7659, 7237, 7250, 8061, 8308, 11032, 7460, 7328, 7451, 7738, 10492, 8276, 11636, 9996, 8058, 8451, 7313, 7497, 7296, 7497, 13225, 7110, 7397, 7239, 7604, 10097, 7315, 11802, 10335, 7627, 8968, 6958, 7324, 7355, 7343, 13303, 9497, 7195, 7218, 7657, 7851, 6994, 6645, 10403, 7005, 7252, 7293, 7373, 9966, 11590, 7624, 8159, 7668, 8401, 10572, 9415, 12072, 10001, 8141, 8063, 7090, 7753, 9387, 7754, 7577, 7449, 8238, 8171, 7680, 8698, 12307, 7599, 8352, 7526, 8052, 9639, 7358, 11199, 11123, 7229, 8305, 7021, 7477, 8107, 7959, 11273, 8835, 10929, 7579, 8151, 7595, 7638, 10428, 7662, 10352, 9334, 7836, 9121, 7188, 8771, 7454, 9314, 12298, 7392, 9395, 6964, 7310, 7581, 7652, 13305, 7242, 8769, 7366, 7848, 7155, 7453, 13285, 7712, 7218, 7271, 8133, 7962, 7349, 13313, 10230, 7419, 7222, 7419, 8463, 7487, 11444, 9623, 7453, 7521, 7577, 8828, 7124, 8595, 11881, 8316, 8733, 7028, 7426, 7210, 7523, 9705, 7192, 11561, 12526, 9560, 10324, 7233, 7345, 7333, 7360, 8500, 7960, 7288, 10455, 7075, 11724, 11949, 10591, 10621, 7025, 7284, 7460, 7322, 9495, 7694, 8378, 9984, 7239, 7319, 7365, 7515, 8811, 7468, 13812, 10892, 7357, 7042, 7535, 8640, 7263, 10946, 9288, 7741, 7855, 7326, 7746, 7467, 7357, 9435, 8451, 13007, 7747, 7423, 7568, 7593, 13133, 10231, 7750, 8265, 7360, 8638, 7522, 7383, 12306, 9433, 9429, 7343, 7492, 7417, 7522, 13949, 10493, 7391, 6963, 7581, 7706, 7501, 12940, 10128, 7332, 7519, 7676, 8415, 7349, 8727, 10093, 7421, 7579, 7539, 7552, 8030, 7462, 12459, 7383, 8798, 7470, 7442, 7740, 7687, 13971, 10346, 7427, 7341, 7359, 9999, 7398, 14513, 11332, 7539, 8086, 7628, 8494, 7468, 9376, 9084, 7460, 7691, 7730, 8416, 7298, 8559, 11096, 7357, 8788, 7439, 7745, 7325, 7519, 10760, 9006, 12685, 7229, 7350, 7352, 7511, 10643, 8046, 12334, 8239, 7531, 7545, 7496, 10417, 8060, 10629, 9810, 7545, 8110, 7415, 10751, 8621, 10497, 10013, 7410, 8425, 7371, 7478, 7382, 7539, 13802, 7949, 7625, 7597, 7566, 7478, 7574, 13813, 10263, 7369, 7106, 7602, 7737, 7608, 9774, 8981, 7604, 8927, 7457, 7593, 7651, 7400, 9420, 8427, 13705, 7904, 7413, 7158, 7692, 8997, 7467, 14446, 11361, 7798, 7541, 7708, 8557, 7364, 9898, 11073, 7990, 8284, 7548, 7382, 7816, 7607, 9486, 7823, 9931, 7606, 7484, 6911, 7664, 10792, 8616, 9002, 6875, 7490, 7702, 7881, 10449, 8407, 8990, 12739, 7719, 7468, 6895, 7923, 8988, 7509, 13299, 11449, 7684, 6805, 7722, 8679, 7470, 9996, 10141, 7942, 7974, 7898, 8241, 7267, 7140, 11111, 7995, 7752, 7225, 7704, 10806, 9803, 7678, 7777, 7801, 7714, 13211, 10176, 8936, 9314, 7432, 7555, 7068, 7534, 12671, 10402, 7693, 8266, 7717, 7770, 7954, 7537, 9555, 12260, 9341, 7434, 7322, 7411, 10132, 7140, 7782, 11843, 10245, 9933, 6988, 7379, 8184, 7312, 9761, 10539, 8475, 11063, 7327, 7472, 7263, 7501, 11472, 9556, 7344, 8040, 7677, 7734, 8495, 7427, 9883, 12929, 8057, 7498, 7231, 7593, 8481, 8524, 7965, 14739, 11411, 7508, 9586, 7376, 7502, 8305, 8091, 14977, 11700, 7604, 7617, 7617, 7539, 8346, 8230, 12814, 8860, 7659, 8002, 7457, 7452, 11710, 9982, 7792, 7979, 7417, 7597, 7035, 7638, 13478, 10184, 7812, 8004, 7562, 9516, 7298, 7339, 9654, 8125, 14370, 7341, 7454, 6924, 7730, 10633, 7987, 11687, 10740, 7566, 7905, 8047, 7402, 8524, 7610, 11665, 9599, 7286, 8600, 7661, 8393, 8543, 8804, 14441, 8252, 9027, 8262, 7575, 8549, 7674, 13048, 11005, 7571, 8648, 7521, 7541, 7661, 7527, 11890, 10350, 7230, 7330, 6817, 7044, 8379, 7533, 7649, 8628, 12623, 9790, 8734, 9081, 7369, 8224, 11279, 9899, 11213, 9405, 7856, 7427, 7017, 7721, 10529, 9331, 7840, 10177, 7330, 8690, 8304, 7250, 8015, 9853, 8790, 10178, 6734, 8092, 9280, 7140, 8011, 12959, 9092, 7846, 7031, 7895, 7956, 7716, 8529, 13415, 9259, 8168, 7294, 7547, 7516, 7120, 7725, 13601, 10528, 8333, 8265, 7483, 7883, 7449, 7331, 13463, 10568, 8074, 8306, 7538, 7486, 7297, 7601, 13796, 10054, 7929, 7516, 7583, 7419, 6962, 7903, 12523, 7366, 7880, 6533, 8123, 9049, 7535, 8602, 9883, 7827, 7638, 6766, 7779, 10518, 7491, 7924, 12083, 9339, 9856, 6747, 7918, 9127, 7444, 8085, 13563, 8862, 8039, 7786, 7425, 7778, 8138, 7863, 13778, 11193, 7705, 9546, 7842, 8213, 9144, 7654, 11189, 10327, 7812, 8210, 7720, 7985, 8375, 7483, 11079, 10793, 7349, 7568, 7058, 7950, 9183, 7301, 9234, 12952, 7093, 7788, 7070, 7437, 8040, 9778, 9029, 9053, 7585, 7316, 7364, 7249, 7611, 12216, 10425, 7385, 7720, 7713, 7345, 7844, 9771, 10039, 12206, 10991, 7488, 7878, 7398, 7535, 8595, 13503, 9671, 7730, 7373, 6972, 8105, 9294, 7786, 8109, 12635, 10425, 7722, 7907, 7018, 7536, 9087, 12926, 8983, 7627, 7048, 7249, 8013, 12352, 7187, 6817, 9021, 8385, 7664, 7631, 10883, 12611, 7376, 7075, 10422, 9335, 7996, 8760, 13668, 11503, 8084, 7902, 6968, 7019, 8031, 8732, 7902, 8596, 9232, 6348, 6838, 7184, 9606, 7578, 7367, 13079, 10658, 7298, 9266, 7873, 7462, 12774, 9695, 12025, 13625, 8382, 9484, 7397, 7816, 9758, 7320, 11900, 12707, 7947, 7638, 7065, 7212, 9251, 9056, 9371, 13299, 9300, 7378, 8741, 7894, 7325, 13134, 10313, 10505, 9563, 7174, 6982, 7353, 7654, 13938, 10711, 7076, 7826, 6862, 7053, 8116, 6888, 7098, 10783, 10584, 8477, 11500, 7064, 7604, 8987, 7453, 12966, 11836, 9159, 9768, 7085, 7665, 7013, 7952, 9832, 7985, 9053, 8599, 7827, 7499, 7357, 7894, 10833, 9186, 11429, 7068, 7966, 8632, 7517, 11559, 9011, 10512, 13943, 7772, 9327, 7255, 7899, 8273, 8330, 14028, 10780, 7801, 8123, 8288, 8666, 7574, 7702, 8976, 8464, 14782, 7831, 7496, 7438, 7843, 8235, 8004, 10683, 12534, 8321, 8773, 7655, 8191, 8632, 8357, 13707, 10956, 8315, 8865, 8058, 7673, 7408, 8577, 13734, 10292, 7838, 8224, 8419, 9005, 7813, 7932, 8502, 8761, 14864, 7801, 7720, 7279, 8567, 9744, 7823, 12674, 11564, 8477, 8797, 8146, 8033, 7371, 8234, 9636, 8453, 13755, 8118, 7943, 7343, 8434, 9343, 8013, 8661, 14293, 8651, 7693, 8496, 7609, 7705, 8786, 12078, 8194, 11608, 13788, 9208, 9203, 8505, 7969, 8043, 8368, 11746, 9004, 14999, 12182, 8096, 7438, 8557, 9145, 8321, 8170, 10488, 9194, 14365, 8122, 7470, 7825, 8237, 8870, 8362, 13723, 11015, 8757, 9039, 8355, 9085, 8132, 7558, 9180, 8990, 15662, 11538, 7425, 7460, 8519, 9486, 7800, 10306, 12875, 8645, 8905, 8046, 7460, 7674, 8304, 15428, 10204, 7671, 7934, 8172, 9231, 8167, 11938, 11659, 9160, 9947, 8091, 7534, 7838, 7506, 9425, 8065, 13832, 11663, 8644, 8107, 8202, 7498, 8036, 8394, 13819, 10191, 8051, 7655, 8480, 8485, 8360, 7508, 7746, 8479, 11714, 8331, 10621, 13903, 8297, 9413, 8303, 6947, 7975, 8305, 10622, 8080, 11982, 11288, 8914, 10094, 8183, 7526, 8104, 7054, 10174, 7889, 12517, 8103, 7416, 7779, 8186, 8501, 8117, 7864, 14942, 10633, 12388, 8285, 7221, 8010, 8029, 15228, 11993, 10384, 10156, 7922, 9504, 7856, 8636, 13523, 10409, 14182, 8146, 6963, 7578, 7820, 11171, 9624, 10537, 11163, 8110, 7349, 7899, 8481, 10088, 8276, 11759, 11792, 8483, 7270, 7820, 8169, 10494, 7930, 13098, 13318, 8191, 8695, 8019, 7582, 9569, 7795, 12771, 12547, 7997, 7775, 7924, 7783, 10384, 9385, 13225, 11992, 7769, 8818, 7894, 7828, 13012, 10252, 7546, 8542], 'WindowCenter': [3787.0, 3719.0, 3694.0, 3699.0, 3675.0, 3651.0, 3691.0, 3649.0, 3648.0, 3712.0, 3713.0, 3697.0, 3723.0, 3672.0, 3647.0, 3647.0, 3684.0, 3698.0, 3676.0, 3687.0, 3646.0, 3646.0, 3665.0, 3645.0, 3654.0, 3685.0, 3643.0, 3621.0, 3632.0, 3633.0, 3641.0, 3632.0, 3632.0, 3697.0, 3657.0, 3645.0, 3645.0, 3634.0, 3633.0, 3645.0, 3646.0, 3677.0, 3635.0, 3647.0, 3666.0, 3646.0, 3658.0, 3661.0, 3660.0, 3658.0, 3668.0, 3636.0, 3657.0, 3712.0, 3702.0, 3659.0, 3669.0, 3647.0, 3646.0, 3657.0, 3647.0, 3711.0, 3679.0, 3669.0, 3647.0, 3658.0, 3646.0, 3658.0, 3670.0, 3713.0, 3649.0, 3648.0, 3660.0, 3669.0, 3659.0, 3660.0, 3723.0, 3705.0, 3669.0, 3669.0, 3670.0, 3679.0, 3649.0, 3670.0, 3712.0, 3660.0, 3691.0, 3650.0, 3658.0, 3658.0, 3659.0, 3691.0, 3670.0, 3712.0, 3649.0, 3658.0, 3648.0, 3658.0, 3716.0, 3735.0, 3743.0, 3688.0, 3648.0, 3628.0, 3631.0, 3632.0, 3656.0, 3668.0, 3701.0, 3658.0, 3657.0, 3646.0, 3656.0, 3689.0, 3669.0, 3701.0, 3690.0, 3669.0, 3669.0, 3660.0, 3658.0, 3647.0, 3647.0, 3712.0, 3648.0, 3659.0, 3658.0, 3660.0, 3689.0, 3660.0, 3702.0, 3692.0, 3658.0, 3679.0, 3648.0, 3646.0, 3648.0, 3646.0, 3710.0, 3691.0, 3647.0, 3647.0, 3658.0, 3669.0, 3647.0, 3648.0, 3703.0, 3661.0, 3659.0, 3647.0, 3658.0, 3690.0, 3703.0, 3659.0, 3658.0, 3659.0, 3668.0, 3690.0, 3679.0, 3701.0, 3679.0, 3657.0, 3657.0, 3647.0, 3657.0, 3678.0, 3660.0, 3658.0, 3658.0, 3670.0, 3670.0, 3659.0, 3680.0, 3714.0, 3671.0, 3671.0, 3670.0, 3670.0, 3680.0, 3659.0, 3701.0, 3703.0, 3660.0, 3670.0, 3649.0, 3648.0, 3657.0, 3657.0, 3700.0, 3681.0, 3689.0, 3658.0, 3658.0, 3657.0, 3658.0, 3689.0, 3659.0, 3691.0, 3679.0, 3658.0, 3678.0, 3648.0, 3666.0, 3647.0, 3679.0, 3711.0, 3647.0, 3677.0, 3646.0, 3645.0, 3645.0, 3656.0, 3710.0, 3646.0, 3667.0, 3646.0, 3655.0, 3646.0, 3647.0, 3710.0, 3659.0, 3646.0, 3646.0, 3657.0, 3657.0, 3658.0, 3711.0, 3691.0, 3647.0, 3647.0, 3646.0, 3667.0, 3647.0, 3700.0, 3690.0, 3649.0, 3658.0, 3659.0, 3667.0, 3647.0, 3667.0, 3700.0, 3668.0, 3667.0, 3647.0, 3647.0, 3646.0, 3646.0, 3676.0, 3635.0, 3699.0, 3710.0, 3678.0, 3676.0, 3647.0, 3645.0, 3647.0, 3658.0, 3667.0, 3658.0, 3646.0, 3688.0, 3636.0, 3688.0, 3699.0, 3690.0, 3687.0, 3647.0, 3645.0, 3645.0, 3646.0, 3677.0, 3658.0, 3670.0, 3689.0, 3659.0, 3658.0, 3658.0, 3648.0, 3678.0, 3658.0, 3710.0, 3703.0, 3658.0, 3647.0, 3657.0, 3668.0, 3659.0, 3700.0, 3680.0, 3660.0, 3658.0, 3658.0, 3658.0, 3659.0, 3658.0, 3690.0, 3681.0, 3712.0, 3671.0, 3659.0, 3658.0, 3659.0, 3711.0, 3703.0, 3672.0, 3671.0, 3660.0, 3680.0, 3659.0, 3660.0, 3713.0, 3693.0, 3680.0, 3659.0, 3659.0, 3647.0, 3658.0, 3722.0, 3703.0, 3659.0, 3648.0, 3657.0, 3658.0, 3658.0, 3711.0, 3691.0, 3659.0, 3647.0, 3658.0, 3667.0, 3657.0, 3668.0, 3690.0, 3658.0, 3658.0, 3660.0, 3658.0, 3668.0, 3659.0, 3711.0, 3660.0, 3669.0, 3659.0, 3658.0, 3658.0, 3659.0, 3722.0, 3691.0, 3647.0, 3647.0, 3645.0, 3676.0, 3645.0, 3710.0, 3700.0, 3645.0, 3656.0, 3656.0, 3666.0, 3646.0, 3665.0, 3667.0, 3647.0, 3645.0, 3657.0, 3656.0, 3647.0, 3667.0, 3699.0, 3646.0, 3666.0, 3646.0, 3644.0, 3645.0, 3645.0, 3688.0, 3679.0, 3710.0, 3647.0, 3646.0, 3646.0, 3646.0, 3688.0, 3657.0, 3700.0, 3668.0, 3656.0, 3657.0, 3646.0, 3688.0, 3658.0, 3690.0, 3689.0, 3657.0, 3655.0, 3647.0, 3687.0, 3668.0, 3689.0, 3678.0, 3647.0, 3656.0, 3646.0, 3644.0, 3646.0, 3646.0, 3711.0, 3658.0, 3645.0, 3657.0, 3656.0, 3645.0, 3657.0, 3709.0, 3691.0, 3646.0, 3646.0, 3658.0, 3656.0, 3656.0, 3688.0, 3679.0, 3659.0, 3678.0, 3648.0, 3656.0, 3658.0, 3646.0, 3679.0, 3668.0, 3711.0, 3669.0, 3647.0, 3647.0, 3657.0, 3667.0, 3647.0, 3709.0, 3701.0, 3657.0, 3657.0, 3657.0, 3666.0, 3647.0, 3704.0, 3746.0, 3687.0, 3671.0, 3659.0, 3645.0, 3645.0, 3644.0, 3658.0, 3641.0, 3675.0, 3656.0, 3646.0, 3646.0, 3656.0, 3699.0, 3680.0, 3679.0, 3648.0, 3658.0, 3658.0, 3670.0, 3701.0, 3670.0, 3680.0, 3711.0, 3657.0, 3647.0, 3647.0, 3657.0, 3678.0, 3658.0, 3710.0, 3701.0, 3658.0, 3637.0, 3658.0, 3667.0, 3658.0, 3690.0, 3691.0, 3669.0, 3670.0, 3670.0, 3668.0, 3659.0, 3662.0, 3705.0, 3669.0, 3659.0, 3658.0, 3659.0, 3702.0, 3692.0, 3660.0, 3659.0, 3659.0, 3659.0, 3713.0, 3692.0, 3682.0, 3680.0, 3660.0, 3658.0, 3648.0, 3657.0, 3711.0, 3691.0, 3660.0, 3670.0, 3661.0, 3659.0, 3670.0, 3671.0, 3690.0, 3712.0, 3694.0, 3659.0, 3659.0, 3660.0, 3689.0, 3648.0, 3659.0, 3701.0, 3692.0, 3690.0, 3648.0, 3647.0, 3668.0, 3647.0, 3679.0, 3690.0, 3670.0, 3689.0, 3659.0, 3647.0, 3647.0, 3659.0, 3700.0, 3691.0, 3660.0, 3670.0, 3661.0, 3660.0, 3680.0, 3660.0, 3692.0, 3724.0, 3671.0, 3660.0, 3659.0, 3659.0, 3667.0, 3680.0, 3670.0, 3722.0, 3713.0, 3659.0, 3680.0, 3659.0, 3646.0, 3668.0, 3658.0, 3721.0, 3699.0, 3659.0, 3659.0, 3659.0, 3658.0, 3668.0, 3668.0, 3712.0, 3680.0, 3659.0, 3669.0, 3659.0, 3659.0, 3711.0, 3703.0, 3671.0, 3670.0, 3660.0, 3659.0, 3649.0, 3660.0, 3722.0, 3703.0, 3671.0, 3669.0, 3660.0, 3679.0, 3658.0, 3647.0, 3678.0, 3667.0, 3722.0, 3658.0, 3647.0, 3647.0, 3657.0, 3689.0, 3669.0, 3700.0, 3699.0, 3657.0, 3657.0, 3668.0, 3658.0, 3679.0, 3670.0, 3702.0, 3691.0, 3660.0, 3680.0, 3671.0, 3668.0, 3680.0, 3680.0, 3724.0, 3670.0, 3680.0, 3669.0, 3658.0, 3668.0, 3657.0, 3711.0, 3702.0, 3658.0, 3669.0, 3659.0, 3659.0, 3658.0, 3659.0, 3712.0, 3690.0, 3659.0, 3659.0, 3653.0, 3662.0, 3682.0, 3659.0, 3659.0, 3681.0, 3714.0, 3692.0, 3681.0, 3681.0, 3660.0, 3670.0, 3703.0, 3692.0, 3704.0, 3680.0, 3671.0, 3649.0, 3648.0, 3660.0, 3691.0, 3682.0, 3673.0, 3693.0, 3662.0, 3683.0, 3671.0, 3662.0, 3672.0, 3692.0, 3683.0, 3692.0, 3649.0, 3672.0, 3681.0, 3650.0, 3661.0, 3713.0, 3684.0, 3670.0, 3661.0, 3671.0, 3673.0, 3673.0, 3682.0, 3724.0, 3695.0, 3671.0, 3661.0, 3660.0, 3649.0, 3648.0, 3660.0, 3725.0, 3704.0, 3672.0, 3671.0, 3661.0, 3670.0, 3660.0, 3660.0, 3712.0, 3703.0, 3670.0, 3670.0, 3660.0, 3649.0, 3648.0, 3659.0, 3711.0, 3693.0, 3659.0, 3648.0, 3658.0, 3648.0, 3648.0, 3670.0, 3714.0, 3662.0, 3671.0, 3640.0, 3672.0, 3682.0, 3672.0, 3682.0, 3694.0, 3673.0, 3662.0, 3649.0, 3662.0, 3702.0, 3661.0, 3672.0, 3714.0, 3694.0, 3693.0, 3649.0, 3670.0, 3681.0, 3661.0, 3671.0, 3724.0, 3684.0, 3672.0, 3672.0, 3661.0, 3661.0, 3671.0, 3671.0, 3723.0, 3704.0, 3660.0, 3691.0, 3671.0, 3670.0, 3680.0, 3660.0, 3702.0, 3692.0, 3661.0, 3670.0, 3661.0, 3671.0, 3671.0, 3661.0, 3702.0, 3704.0, 3661.0, 3660.0, 3650.0, 3670.0, 3680.0, 3661.0, 3682.0, 3727.0, 3662.0, 3672.0, 3662.0, 3674.0, 3673.0, 3693.0, 3692.0, 3682.0, 3661.0, 3662.0, 3661.0, 3663.0, 3672.0, 3714.0, 3703.0, 3659.0, 3660.0, 3660.0, 3660.0, 3670.0, 3691.0, 3692.0, 3713.0, 3702.0, 3660.0, 3671.0, 3659.0, 3671.0, 3681.0, 3723.0, 3693.0, 3671.0, 3661.0, 3661.0, 3671.0, 3694.0, 3672.0, 3671.0, 3725.0, 3703.0, 3672.0, 3671.0, 3650.0, 3671.0, 3681.0, 3725.0, 3695.0, 3673.0, 3662.0, 3674.0, 3683.0, 3724.0, 3662.0, 3666.0, 3694.0, 3683.0, 3673.0, 3672.0, 3715.0, 3726.0, 3661.0, 3650.0, 3702.0, 3693.0, 3674.0, 3684.0, 3728.0, 3715.0, 3673.0, 3673.0, 3650.0, 3649.0, 3659.0, 3669.0, 3671.0, 3683.0, 3695.0, 3652.0, 3654.0, 3663.0, 3706.0, 3674.0, 3677.0, 3740.0, 3706.0, 3664.0, 3695.0, 3674.0, 3663.0, 3714.0, 3694.0, 3715.0, 3725.0, 3673.0, 3681.0, 3660.0, 3659.0, 3679.0, 3650.0, 3702.0, 3712.0, 3670.0, 3661.0, 3652.0, 3662.0, 3682.0, 3682.0, 3682.0, 3724.0, 3681.0, 3661.0, 3682.0, 3671.0, 3661.0, 3724.0, 3694.0, 3703.0, 3691.0, 3650.0, 3650.0, 3647.0, 3673.0, 3725.0, 3705.0, 3649.0, 3671.0, 3650.0, 3663.0, 3673.0, 3650.0, 3649.0, 3701.0, 3692.0, 3672.0, 3704.0, 3651.0, 3660.0, 3681.0, 3649.0, 3712.0, 3702.0, 3682.0, 3690.0, 3649.0, 3658.0, 3647.0, 3658.0, 3690.0, 3671.0, 3682.0, 3682.0, 3673.0, 3661.0, 3662.0, 3672.0, 3702.0, 3694.0, 3715.0, 3650.0, 3672.0, 3681.0, 3661.0, 3701.0, 3681.0, 3692.0, 3724.0, 3660.0, 3680.0, 3659.0, 3659.0, 3669.0, 3669.0, 3711.0, 3703.0, 3660.0, 3670.0, 3670.0, 3680.0, 3670.0, 3658.0, 3681.0, 3668.0, 3724.0, 3660.0, 3648.0, 3659.0, 3670.0, 3668.0, 3670.0, 3702.0, 3713.0, 3672.0, 3681.0, 3671.0, 3670.0, 3680.0, 3669.0, 3722.0, 3702.0, 3672.0, 3681.0, 3670.0, 3658.0, 3648.0, 3668.0, 3712.0, 3703.0, 3659.0, 3669.0, 3669.0, 3669.0, 3659.0, 3657.0, 3669.0, 3669.0, 3723.0, 3660.0, 3659.0, 3647.0, 3669.0, 3679.0, 3660.0, 3710.0, 3702.0, 3669.0, 3669.0, 3670.0, 3657.0, 3647.0, 3668.0, 3680.0, 3669.0, 3711.0, 3670.0, 3668.0, 3647.0, 3670.0, 3679.0, 3670.0, 3680.0, 3723.0, 3680.0, 3659.0, 3680.0, 3658.0, 3657.0, 3668.0, 3700.0, 3669.0, 3701.0, 3723.0, 3680.0, 3680.0, 3681.0, 3657.0, 3659.0, 3668.0, 3701.0, 3680.0, 3722.0, 3712.0, 3669.0, 3648.0, 3669.0, 3679.0, 3670.0, 3669.0, 3691.0, 3681.0, 3723.0, 3671.0, 3659.0, 3660.0, 3669.0, 3678.0, 3670.0, 3722.0, 3702.0, 3681.0, 3680.0, 3669.0, 3678.0, 3670.0, 3657.0, 3679.0, 3680.0, 3734.0, 3702.0, 3658.0, 3648.0, 3680.0, 3679.0, 3659.0, 3690.0, 3712.0, 3670.0, 3668.0, 3659.0, 3646.0, 3657.0, 3668.0, 3722.0, 3692.0, 3658.0, 3669.0, 3668.0, 3678.0, 3669.0, 3700.0, 3700.0, 3679.0, 3689.0, 3670.0, 3658.0, 3658.0, 3647.0, 3678.0, 3669.0, 3711.0, 3701.0, 3669.0, 3657.0, 3668.0, 3647.0, 3669.0, 3669.0, 3722.0, 3702.0, 3670.0, 3659.0, 3680.0, 3668.0, 3670.0, 3657.0, 3657.0, 3669.0, 3699.0, 3670.0, 3703.0, 3724.0, 3681.0, 3680.0, 3670.0, 3648.0, 3669.0, 3669.0, 3691.0, 3670.0, 3712.0, 3712.0, 3681.0, 3701.0, 3681.0, 3658.0, 3669.0, 3647.0, 3700.0, 3671.0, 3724.0, 3683.0, 3673.0, 3672.0, 3683.0, 3681.0, 3672.0, 3672.0, 3736.0, 3715.0, 3713.0, 3682.0, 3660.0, 3670.0, 3670.0, 3733.0, 3713.0, 3702.0, 3690.0, 3669.0, 3678.0, 3668.0, 3668.0, 3721.0, 3700.0, 3721.0, 3669.0, 3647.0, 3657.0, 3657.0, 3700.0, 3690.0, 3700.0, 3700.0, 3669.0, 3658.0, 3668.0, 3667.0, 3689.0, 3668.0, 3711.0, 3700.0, 3669.0, 3647.0, 3658.0, 3667.0, 3688.0, 3657.0, 3711.0, 3722.0, 3669.0, 3678.0, 3668.0, 3657.0, 3689.0, 3658.0, 3722.0, 3724.0, 3670.0, 3659.0, 3669.0, 3658.0, 3701.0, 3691.0, 3723.0, 3711.0, 3670.0, 3680.0, 3670.0, 3669.0, 3723.0, 3703.0, 3675.0, 3683.0], 'WindowWidth': [8506.0, 8399.0, 8354.0, 8350.0, 8307.0, 8268.0, 8317.0, 8258.0, 8254.0, 8347.0, 8350.0, 8339.0, 8385.0, 8294.0, 8252.0, 8251.0, 8288.0, 8319.0, 8285.0, 8302.0, 8246.0, 8246.0, 8268.0, 8243.0, 8252.0, 8297.0, 8236.0, 8206.0, 8221.0, 8223.0, 8232.0, 8222.0, 8224.0, 8315.0, 8263.0, 8245.0, 8243.0, 8229.0, 8228.0, 8245.0, 8250.0, 8290.0, 8233.0, 8251.0, 8274.0, 8249.0, 8268.0, 8276.0, 8270.0, 8267.0, 8277.0, 8234.0, 8263.0, 8344.0, 8330.0, 8270.0, 8282.0, 8252.0, 8247.0, 8262.0, 8250.0, 8343.0, 8296.0, 8282.0, 8250.0, 8268.0, 8250.0, 8269.0, 8286.0, 8350.0, 8259.0, 8257.0, 8275.0, 8284.0, 8270.0, 8275.0, 8362.0, 8340.0, 8284.0, 8284.0, 8285.0, 8296.0, 8259.0, 8287.0, 8347.0, 8275.0, 8314.0, 8260.0, 8267.0, 8269.0, 8269.0, 8315.0, 8288.0, 8345.0, 8259.0, 8267.0, 8255.0, 8267.0, 8358.0, 8402.0, 8406.0, 8321.0, 8250.0, 8208.0, 8218.0, 8218.0, 8260.0, 8280.0, 8327.0, 8269.0, 8265.0, 8248.0, 8261.0, 8309.0, 8283.0, 8330.0, 8312.0, 8284.0, 8283.0, 8274.0, 8269.0, 8253.0, 8253.0, 8347.0, 8257.0, 8270.0, 8270.0, 8273.0, 8310.0, 8273.0, 8333.0, 8321.0, 8270.0, 8295.0, 8254.0, 8250.0, 8254.0, 8250.0, 8341.0, 8316.0, 8252.0, 8253.0, 8269.0, 8282.0, 8252.0, 8255.0, 8334.0, 8276.0, 8271.0, 8251.0, 8267.0, 8311.0, 8335.0, 8272.0, 8268.0, 8270.0, 8279.0, 8311.0, 8298.0, 8330.0, 8294.0, 8263.0, 8262.0, 8250.0, 8264.0, 8294.0, 8273.0, 8268.0, 8267.0, 8287.0, 8287.0, 8272.0, 8302.0, 8350.0, 8292.0, 8290.0, 8288.0, 8288.0, 8299.0, 8272.0, 8330.0, 8335.0, 8273.0, 8285.0, 8257.0, 8255.0, 8266.0, 8264.0, 8326.0, 8302.0, 8310.0, 8266.0, 8266.0, 8264.0, 8266.0, 8308.0, 8270.0, 8317.0, 8297.0, 8267.0, 8293.0, 8254.0, 8275.0, 8251.0, 8295.0, 8344.0, 8251.0, 8288.0, 8247.0, 8244.0, 8246.0, 8261.0, 8340.0, 8250.0, 8275.0, 8248.0, 8260.0, 8249.0, 8251.0, 8339.0, 8270.0, 8249.0, 8251.0, 8264.0, 8265.0, 8270.0, 8343.0, 8318.0, 8252.0, 8251.0, 8250.0, 8278.0, 8253.0, 8324.0, 8314.0, 8257.0, 8268.0, 8270.0, 8277.0, 8252.0, 8278.0, 8328.0, 8281.0, 8275.0, 8251.0, 8249.0, 8247.0, 8248.0, 8288.0, 8234.0, 8324.0, 8341.0, 8295.0, 8288.0, 8250.0, 8247.0, 8252.0, 8269.0, 8277.0, 8266.0, 8246.0, 8304.0, 8234.0, 8304.0, 8324.0, 8311.0, 8303.0, 8249.0, 8245.0, 8245.0, 8249.0, 8291.0, 8269.0, 8286.0, 8311.0, 8271.0, 8267.0, 8269.0, 8253.0, 8295.0, 8269.0, 8342.0, 8334.0, 8267.0, 8252.0, 8267.0, 8279.0, 8270.0, 8326.0, 8302.0, 8274.0, 8268.0, 8270.0, 8268.0, 8271.0, 8268.0, 8315.0, 8306.0, 8347.0, 8292.0, 8271.0, 8270.0, 8271.0, 8344.0, 8336.0, 8293.0, 8288.0, 8276.0, 8300.0, 8273.0, 8274.0, 8350.0, 8325.0, 8301.0, 8271.0, 8269.0, 8252.0, 8268.0, 8358.0, 8335.0, 8269.0, 8255.0, 8266.0, 8266.0, 8269.0, 8344.0, 8317.0, 8271.0, 8251.0, 8269.0, 8277.0, 8266.0, 8282.0, 8315.0, 8270.0, 8269.0, 8274.0, 8269.0, 8283.0, 8272.0, 8344.0, 8276.0, 8283.0, 8272.0, 8268.0, 8270.0, 8272.0, 8361.0, 8318.0, 8251.0, 8251.0, 8246.0, 8287.0, 8248.0, 8339.0, 8327.0, 8245.0, 8260.0, 8262.0, 8272.0, 8248.0, 8271.0, 8279.0, 8250.0, 8244.0, 8264.0, 8260.0, 8252.0, 8278.0, 8324.0, 8250.0, 8274.0, 8248.0, 8242.0, 8245.0, 8246.0, 8307.0, 8295.0, 8338.0, 8252.0, 8248.0, 8248.0, 8247.0, 8305.0, 8265.0, 8325.0, 8281.0, 8263.0, 8264.0, 8250.0, 8308.0, 8271.0, 8313.0, 8310.0, 8265.0, 8259.0, 8250.0, 8304.0, 8280.0, 8310.0, 8294.0, 8252.0, 8261.0, 8249.0, 8244.0, 8250.0, 8248.0, 8343.0, 8267.0, 8246.0, 8264.0, 8262.0, 8247.0, 8265.0, 8338.0, 8317.0, 8249.0, 8248.0, 8268.0, 8261.0, 8262.0, 8308.0, 8298.0, 8273.0, 8293.0, 8254.0, 8263.0, 8268.0, 8250.0, 8298.0, 8283.0, 8344.0, 8283.0, 8254.0, 8253.0, 8265.0, 8276.0, 8251.0, 8338.0, 8330.0, 8264.0, 8265.0, 8266.0, 8276.0, 8252.0, 8341.0, 8420.0, 8325.0, 8291.0, 8272.0, 8245.0, 8244.0, 8241.0, 8249.0, 8232.0, 8283.0, 8261.0, 8249.0, 8248.0, 8262.0, 8323.0, 8300.0, 8298.0, 8255.0, 8269.0, 8269.0, 8288.0, 8331.0, 8288.0, 8300.0, 8345.0, 8268.0, 8252.0, 8252.0, 8265.0, 8293.0, 8269.0, 8341.0, 8331.0, 8267.0, 8239.0, 8269.0, 8278.0, 8270.0, 8313.0, 8317.0, 8286.0, 8289.0, 8288.0, 8281.0, 8274.0, 8281.0, 8342.0, 8287.0, 8269.0, 8268.0, 8270.0, 8332.0, 8318.0, 8275.0, 8271.0, 8270.0, 8271.0, 8347.0, 8320.0, 8306.0, 8299.0, 8273.0, 8268.0, 8253.0, 8265.0, 8340.0, 8317.0, 8275.0, 8286.0, 8275.0, 8271.0, 8287.0, 8292.0, 8314.0, 8347.0, 8325.0, 8271.0, 8271.0, 8274.0, 8310.0, 8255.0, 8269.0, 8330.0, 8318.0, 8313.0, 8254.0, 8252.0, 8279.0, 8252.0, 8296.0, 8314.0, 8285.0, 8309.0, 8269.0, 8252.0, 8252.0, 8270.0, 8326.0, 8316.0, 8274.0, 8286.0, 8277.0, 8275.0, 8299.0, 8275.0, 8319.0, 8364.0, 8291.0, 8274.0, 8271.0, 8271.0, 8279.0, 8301.0, 8288.0, 8362.0, 8348.0, 8271.0, 8299.0, 8271.0, 8248.0, 8279.0, 8266.0, 8358.0, 8324.0, 8269.0, 8269.0, 8271.0, 8267.0, 8283.0, 8283.0, 8348.0, 8300.0, 8273.0, 8284.0, 8272.0, 8271.0, 8344.0, 8338.0, 8291.0, 8288.0, 8277.0, 8273.0, 8259.0, 8277.0, 8361.0, 8337.0, 8291.0, 8286.0, 8274.0, 8296.0, 8269.0, 8251.0, 8295.0, 8281.0, 8359.0, 8270.0, 8253.0, 8252.0, 8267.0, 8313.0, 8286.0, 8327.0, 8324.0, 8266.0, 8265.0, 8283.0, 8268.0, 8298.0, 8290.0, 8334.0, 8318.0, 8276.0, 8302.0, 8290.0, 8283.0, 8303.0, 8301.0, 8366.0, 8290.0, 8301.0, 8285.0, 8269.0, 8282.0, 8267.0, 8342.0, 8334.0, 8270.0, 8284.0, 8273.0, 8271.0, 8270.0, 8274.0, 8347.0, 8314.0, 8272.0, 8274.0, 8275.0, 8283.0, 8307.0, 8272.0, 8271.0, 8302.0, 8354.0, 8320.0, 8302.0, 8301.0, 8275.0, 8286.0, 8334.0, 8319.0, 8337.0, 8300.0, 8289.0, 8258.0, 8256.0, 8272.0, 8316.0, 8306.0, 8297.0, 8322.0, 8281.0, 8310.0, 8291.0, 8280.0, 8292.0, 8319.0, 8311.0, 8319.0, 8259.0, 8293.0, 8304.0, 8263.0, 8277.0, 8350.0, 8313.0, 8288.0, 8278.0, 8291.0, 8296.0, 8299.0, 8308.0, 8368.0, 8329.0, 8290.0, 8276.0, 8275.0, 8258.0, 8257.0, 8276.0, 8368.0, 8341.0, 8292.0, 8291.0, 8277.0, 8287.0, 8274.0, 8274.0, 8348.0, 8338.0, 8288.0, 8287.0, 8274.0, 8258.0, 8256.0, 8272.0, 8345.0, 8325.0, 8271.0, 8255.0, 8271.0, 8255.0, 8257.0, 8287.0, 8351.0, 8281.0, 8290.0, 8249.0, 8293.0, 8305.0, 8295.0, 8308.0, 8326.0, 8296.0, 8279.0, 8262.0, 8279.0, 8332.0, 8277.0, 8293.0, 8354.0, 8325.0, 8321.0, 8259.0, 8289.0, 8303.0, 8280.0, 8292.0, 8367.0, 8312.0, 8293.0, 8294.0, 8280.0, 8278.0, 8293.0, 8292.0, 8364.0, 8339.0, 8276.0, 8316.0, 8291.0, 8287.0, 8301.0, 8276.0, 8334.0, 8321.0, 8278.0, 8288.0, 8278.0, 8290.0, 8293.0, 8279.0, 8333.0, 8341.0, 8280.0, 8275.0, 8262.0, 8288.0, 8301.0, 8277.0, 8308.0, 8375.0, 8282.0, 8295.0, 8284.0, 8303.0, 8298.0, 8323.0, 8321.0, 8309.0, 8279.0, 8281.0, 8279.0, 8286.0, 8298.0, 8354.0, 8336.0, 8275.0, 8276.0, 8275.0, 8276.0, 8288.0, 8318.0, 8320.0, 8349.0, 8332.0, 8276.0, 8291.0, 8273.0, 8294.0, 8305.0, 8364.0, 8325.0, 8292.0, 8278.0, 8280.0, 8293.0, 8327.0, 8295.0, 8293.0, 8369.0, 8335.0, 8295.0, 8291.0, 8263.0, 8293.0, 8307.0, 8369.0, 8331.0, 8297.0, 8281.0, 8304.0, 8314.0, 8369.0, 8285.0, 8295.0, 8327.0, 8314.0, 8300.0, 8297.0, 8357.0, 8372.0, 8280.0, 8262.0, 8332.0, 8321.0, 8299.0, 8311.0, 8376.0, 8355.0, 8298.0, 8293.0, 8260.0, 8257.0, 8269.0, 8282.0, 8288.0, 8307.0, 8328.0, 8268.0, 8273.0, 8284.0, 8345.0, 8300.0, 8308.0, 8397.0, 8346.0, 8286.0, 8327.0, 8298.0, 8282.0, 8349.0, 8324.0, 8352.0, 8369.0, 8293.0, 8302.0, 8272.0, 8269.0, 8295.0, 8260.0, 8332.0, 8347.0, 8287.0, 8277.0, 8266.0, 8280.0, 8304.0, 8306.0, 8307.0, 8364.0, 8303.0, 8279.0, 8305.0, 8290.0, 8276.0, 8366.0, 8325.0, 8336.0, 8315.0, 8262.0, 8259.0, 8254.0, 8297.0, 8368.0, 8341.0, 8261.0, 8292.0, 8263.0, 8282.0, 8296.0, 8260.0, 8258.0, 8329.0, 8319.0, 8292.0, 8337.0, 8264.0, 8275.0, 8301.0, 8257.0, 8343.0, 8331.0, 8305.0, 8311.0, 8257.0, 8267.0, 8253.0, 8269.0, 8313.0, 8291.0, 8308.0, 8306.0, 8296.0, 8276.0, 8279.0, 8292.0, 8334.0, 8324.0, 8353.0, 8262.0, 8292.0, 8303.0, 8276.0, 8328.0, 8305.0, 8318.0, 8366.0, 8273.0, 8300.0, 8272.0, 8271.0, 8283.0, 8284.0, 8342.0, 8335.0, 8272.0, 8286.0, 8286.0, 8301.0, 8289.0, 8269.0, 8302.0, 8281.0, 8363.0, 8273.0, 8255.0, 8272.0, 8285.0, 8282.0, 8287.0, 8331.0, 8351.0, 8293.0, 8303.0, 8292.0, 8287.0, 8299.0, 8286.0, 8359.0, 8334.0, 8292.0, 8302.0, 8288.0, 8269.0, 8255.0, 8282.0, 8345.0, 8336.0, 8270.0, 8283.0, 8284.0, 8282.0, 8271.0, 8265.0, 8284.0, 8285.0, 8362.0, 8273.0, 8269.0, 8253.0, 8283.0, 8295.0, 8273.0, 8340.0, 8332.0, 8284.0, 8281.0, 8287.0, 8265.0, 8253.0, 8279.0, 8299.0, 8286.0, 8344.0, 8286.0, 8282.0, 8253.0, 8287.0, 8296.0, 8286.0, 8301.0, 8363.0, 8302.0, 8270.0, 8299.0, 8268.0, 8267.0, 8282.0, 8325.0, 8283.0, 8329.0, 8362.0, 8300.0, 8299.0, 8303.0, 8267.0, 8270.0, 8281.0, 8328.0, 8300.0, 8361.0, 8345.0, 8283.0, 8254.0, 8284.0, 8295.0, 8285.0, 8282.0, 8317.0, 8304.0, 8362.0, 8290.0, 8270.0, 8273.0, 8285.0, 8295.0, 8286.0, 8359.0, 8334.0, 8301.0, 8299.0, 8286.0, 8295.0, 8286.0, 8266.0, 8297.0, 8299.0, 8378.0, 8333.0, 8270.0, 8256.0, 8301.0, 8297.0, 8272.0, 8313.0, 8344.0, 8286.0, 8280.0, 8269.0, 8249.0, 8266.0, 8282.0, 8360.0, 8319.0, 8269.0, 8284.0, 8281.0, 8294.0, 8283.0, 8326.0, 8329.0, 8298.0, 8310.0, 8286.0, 8269.0, 8268.0, 8252.0, 8294.0, 8285.0, 8342.0, 8331.0, 8282.0, 8265.0, 8283.0, 8252.0, 8283.0, 8286.0, 8359.0, 8334.0, 8287.0, 8271.0, 8300.0, 8282.0, 8286.0, 8267.0, 8267.0, 8283.0, 8323.0, 8288.0, 8335.0, 8366.0, 8305.0, 8301.0, 8288.0, 8255.0, 8283.0, 8283.0, 8314.0, 8287.0, 8344.0, 8347.0, 8305.0, 8330.0, 8305.0, 8269.0, 8284.0, 8254.0, 8327.0, 8292.0, 8365.0, 8312.0, 8297.0, 8294.0, 8312.0, 8304.0, 8295.0, 8295.0, 8386.0, 8357.0, 8349.0, 8307.0, 8276.0, 8287.0, 8289.0, 8378.0, 8352.0, 8332.0, 8313.0, 8285.0, 8294.0, 8283.0, 8280.0, 8358.0, 8328.0, 8355.0, 8284.0, 8252.0, 8265.0, 8267.0, 8326.0, 8313.0, 8327.0, 8326.0, 8286.0, 8269.0, 8283.0, 8281.0, 8311.0, 8284.0, 8343.0, 8327.0, 8285.0, 8253.0, 8268.0, 8280.0, 8308.0, 8266.0, 8342.0, 8359.0, 8286.0, 8296.0, 8283.0, 8266.0, 8312.0, 8271.0, 8361.0, 8364.0, 8289.0, 8271.0, 8286.0, 8270.0, 8329.0, 8317.0, 8362.0, 8342.0, 8288.0, 8301.0, 8288.0, 8287.0, 8364.0, 8340.0, 8303.0, 8310.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.001987910447761194</td></tr>
<tr><td colspan=3>aqi</td><td>0.03250195746268657</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.29578030213281</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1363742246307058</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9998305411618279</td></tr>
<tr><td colspan=3>efc</td><td>0.44</td></tr>
<tr><td colspan=3>fber</td><td>7057.2056</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13884147027816215</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>169</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.013266998341626</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3873245157147163</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2668265823182794</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5986433016798793</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2965036631459896</td></tr>
<tr><td colspan=3>gcor</td><td>0.00526537</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020160552114248276</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025459371507167816</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1206</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9059441561893182</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>30.0635</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.8733</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>144.2161</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>314055.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>690.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>293.7453</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2439</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>465.7264</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2996.0727</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3145.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>62489.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1065.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3957.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>805.1766</td></tr>
<tr><td colspan=3>tsnr</td><td>33.006960286409594</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>