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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0059_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-0059_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-0059_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-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0059/figures/sub-0059_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-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059/ses-01/func/sub-0059_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>746a83ac97f1c2200d7b800f4bab0241</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:15:48.320000</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.999136, -0.0121456, 0.039742, 0.00819612, 0.995146, 0.0980724]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0971618</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>[4155, -7761, -7265, 532, -87, -255, -21, 15]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.974</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>26286d1c-b2ae-42fd-b0e2-dc61ba6cfd80||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.6806092262268066, 0.02198958396911621, 0.10999853163957596, 106.52082061767578], [0.03258572518825531, 2.669902801513672, 0.26368725299835205, -98.87194061279297], [0.10662481933832169, -0.2631210684776306, 2.684840679168701, -66.92986297607422], [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': ['121548.320000', '121548.780000', '121549.240000', '121549.700000', '121550.160000', '121550.620000', '121551.080000', '121551.540000', '121552.000000', '121552.460000', '121552.920000', '121553.380000', '121553.840000', '121554.300000', '121554.760000', '121555.220000', '121555.680000', '121556.140000', '121556.600000', '121557.060000', '121557.520000', '121557.980000', '121558.440000', '121558.900000', '121559.360000', '121559.820000', '121600.280000', '121600.740000', '121601.200000', '121601.660000', '121602.120000', '121602.580000', '121603.040000', '121603.500000', '121603.960000', '121604.420000', '121604.880000', '121605.340000', '121605.800000', '121606.260000', '121606.720000', '121607.180000', '121607.640000', '121608.100000', '121608.560000', '121609.020000', '121609.480000', '121609.940000', '121610.400000', '121610.860000', '121611.320000', '121611.780000', '121612.240000', '121612.700000', '121613.160000', '121613.620000', '121614.080000', '121614.540000', '121615.000000', '121615.460000', '121615.920000', '121616.380000', '121616.840000', '121617.300000', '121617.760000', '121618.220000', '121618.680000', '121619.140000', '121619.600000', '121620.060000', '121620.520000', '121620.980000', '121621.440000', '121621.900000', '121622.360000', '121622.820000', '121623.280000', '121623.740000', '121624.200000', '121624.660000', '121625.120000', '121625.580000', '121626.040000', '121626.500000', '121626.960000', '121627.420000', '121627.880000', '121628.340000', '121628.800000', '121629.260000', '121629.720000', '121630.180000', '121630.640000', '121631.100000', '121631.560000', '121632.020000', '121632.480000', '121632.940000', '121633.400000', '121633.860000', '121634.320000', '121634.780000', '121635.240000', '121635.700000', '121636.160000', '121636.620000', '121637.080000', '121637.540000', '121638.000000', '121638.460000', '121638.920000', '121639.380000', '121639.840000', '121640.300000', '121640.760000', '121641.220000', '121641.680000', '121642.140000', '121642.600000', '121643.060000', '121643.520000', '121643.980000', '121644.440000', '121644.900000', '121645.360000', '121645.820000', '121646.280000', '121646.740000', '121647.200000', '121647.660000', '121648.120000', '121648.580000', '121649.040000', '121649.500000', '121649.960000', '121650.420000', '121650.880000', '121651.340000', '121651.800000', '121652.260000', '121652.720000', '121653.180000', '121653.640000', '121654.100000', '121654.560000', '121655.020000', '121655.480000', '121655.940000', '121656.400000', '121656.860000', '121657.320000', '121657.780000', '121658.240000', '121658.700000', '121659.160000', '121659.620000', '121700.080000', '121700.540000', '121701.000000', '121701.460000', '121701.920000', '121702.380000', '121702.840000', '121703.300000', '121703.760000', '121704.220000', '121704.680000', '121705.140000', '121705.600000', '121706.060000', '121706.520000', '121706.980000', '121707.440000', '121707.900000', '121708.360000', '121708.820000', '121709.280000', '121709.740000', '121710.200000', '121710.660000', '121711.120000', '121711.580000', '121712.040000', '121712.500000', '121712.960000', '121713.420000', '121713.880000', '121714.340000', '121714.800000', '121715.260000', '121715.720000', '121716.180000', '121716.640000', '121717.100000', '121717.560000', '121718.020000', '121718.480000', '121718.940000', '121719.400000', '121719.860000', '121720.320000', '121720.780000', '121721.240000', '121721.700000', '121722.160000', '121722.620000', '121723.080000', '121723.540000', '121724.000000', '121724.460000', '121724.920000', '121725.380000', '121725.840000', '121726.300000', '121726.760000', '121727.220000', '121727.680000', '121728.140000', '121728.600000', '121729.060000', '121729.520000', '121729.980000', '121730.440000', '121730.900000', '121731.360000', '121731.820000', '121732.280000', '121732.740000', '121733.200000', '121733.660000', '121734.120000', '121734.580000', '121735.040000', '121735.500000', '121735.960000', '121736.420000', '121736.880000', '121737.340000', '121737.800000', '121738.260000', '121738.720000', '121739.180000', '121739.640000', '121740.100000', '121740.560000', '121741.020000', '121741.480000', '121741.940000', '121742.400000', '121742.860000', '121743.320000', '121743.780000', '121744.240000', '121744.700000', '121745.160000', '121745.620000', '121746.080000', '121746.540000', '121747.000000', '121747.460000', '121747.920000', '121748.380000', '121748.840000', '121749.300000', '121749.760000', '121750.220000', '121750.680000', '121751.140000', '121751.600000', '121752.060000', '121752.520000', '121752.980000', '121753.440000', '121753.900000', '121754.360000', '121754.820000', '121755.280000', '121755.740000', '121756.200000', '121756.660000', '121757.120000', '121757.580000', '121758.040000', '121758.500000', '121758.960000', '121759.420000', '121759.880000', '121800.340000', '121800.800000', '121801.260000', '121801.720000', '121802.180000', '121802.640000', '121803.100000', '121803.560000', '121804.020000', '121804.480000', '121804.940000', '121805.400000', '121805.860000', '121806.320000', '121806.780000', '121807.240000', '121807.700000', '121808.160000', '121808.620000', '121809.080000', '121809.540000', '121810.000000', '121810.460000', '121810.920000', '121811.380000', '121811.840000', '121812.300000', '121812.760000', '121813.220000', '121813.680000', '121814.140000', '121814.600000', '121815.060000', '121815.520000', '121815.980000', '121816.440000', '121816.900000', '121817.360000', '121817.820000', '121818.280000', '121818.740000', '121819.200000', '121819.660000', '121820.120000', '121820.580000', '121821.040000', '121821.500000', '121821.960000', '121822.420000', '121822.880000', '121823.340000', '121823.800000', '121824.260000', '121824.720000', '121825.180000', '121825.640000', '121826.100000', '121826.560000', '121827.020000', '121827.480000', '121827.940000', '121828.400000', '121828.860000', '121829.320000', '121829.780000', '121830.240000', '121830.700000', '121831.160000', '121831.620000', '121832.080000', '121832.540000', '121833.000000', '121833.460000', '121833.920000', '121834.380000', '121834.840000', '121835.300000', '121835.760000', '121836.220000', '121836.680000', '121837.140000', '121837.600000', '121838.060000', '121838.520000', '121838.980000', '121839.440000', '121839.900000', '121840.360000', '121840.820000', '121841.280000', '121841.740000', '121842.200000', '121842.660000', '121843.120000', '121843.580000', '121844.040000', '121844.500000', '121844.960000', '121845.420000', '121845.880000', '121846.340000', '121846.800000', '121847.260000', '121847.720000', '121848.180000', '121848.640000', '121849.100000', '121849.560000', '121850.020000', '121850.480000', '121850.940000', '121851.400000', '121851.860000', '121852.320000', '121852.780000', '121853.240000', '121853.700000', '121854.160000', '121854.620000', '121855.080000', '121855.540000', '121856.000000', '121856.460000', '121856.920000', '121857.380000', '121857.840000', '121858.300000', '121858.760000', '121859.220000', '121859.680000', '121900.140000', '121900.600000', '121901.060000', '121901.520000', '121901.980000', '121902.440000', '121902.900000', '121903.360000', '121903.820000', '121904.280000', '121904.740000', '121905.200000', '121905.660000', '121906.120000', '121906.580000', '121907.040000', '121907.500000', '121907.960000', '121908.420000', '121908.880000', '121909.340000', '121909.800000', '121910.260000', '121910.720000', '121911.180000', '121911.640000', '121912.100000', '121912.560000', '121913.020000', '121913.480000', '121913.940000', '121914.400000', '121914.860000', '121915.320000', '121915.780000', '121916.240000', '121916.700000', '121917.160000', '121917.620000', '121918.080000', '121918.540000', '121919.000000', '121919.460000', '121919.920000', '121920.380000', '121920.840000', '121921.300000', '121921.760000', '121922.220000', '121922.680000', '121923.140000', '121923.600000', '121924.060000', '121924.520000', '121924.980000', '121925.440000', '121925.900000', '121926.360000', '121926.820000', '121927.280000', '121927.740000', '121928.200000', '121928.660000', '121929.120000', '121929.580000', '121930.040000', '121930.500000', '121930.960000', '121931.420000', '121931.880000', '121932.340000', '121932.800000', '121933.260000', '121933.720000', '121934.180000', '121934.640000', '121935.100000', '121935.560000', '121936.020000', '121936.480000', '121936.940000', '121937.400000', '121937.860000', '121938.320000', '121938.780000', '121939.240000', '121939.700000', '121940.160000', '121940.620000', '121941.080000', '121941.540000', '121942.000000', '121942.460000', '121942.920000', '121943.380000', '121943.840000', '121944.300000', '121944.760000', '121945.220000', '121945.680000', '121946.140000', '121946.600000', '121947.060000', '121947.520000', '121947.980000', '121948.440000', '121948.900000', '121949.360000', '121949.820000', '121950.280000', '121950.740000', '121951.200000', '121951.660000', '121952.120000', '121952.580000', '121953.040000', '121953.500000', '121953.960000', '121954.420000', '121954.880000', '121955.340000', '121955.800000', '121956.260000', '121956.720000', '121957.180000', '121957.640000', '121958.100000', '121958.560000', '121959.020000', '121959.480000', '121959.940000', '122000.400000', '122000.860000', '122001.320000', '122001.780000', '122002.240000', '122002.700000', '122003.160000', '122003.620000', '122004.080000', '122004.540000', '122005.000000', '122005.460000', '122005.920000', '122006.380000', '122006.840000', '122007.300000', '122007.760000', '122008.220000', '122008.680000', '122009.140000', '122009.600000', '122010.060000', '122010.520000', '122010.980000', '122011.440000', '122011.900000', '122012.360000', '122012.820000', '122013.280000', '122013.740000', '122014.200000', '122014.660000', '122015.120000', '122015.580000', '122016.040000', '122016.500000', '122016.960000', '122017.420000', '122017.880000', '122018.340000', '122018.800000', '122019.260000', '122019.720000', '122020.180000', '122020.640000', '122021.100000', '122021.560000', '122022.020000', '122022.480000', '122022.940000', '122023.400000', '122023.860000', '122024.320000', '122024.780000', '122025.240000', '122025.700000', '122026.160000', '122026.620000', '122027.080000', '122027.540000', '122028.000000', '122028.460000', '122028.920000', '122029.380000', '122029.840000', '122030.300000', '122030.760000', '122031.220000', '122031.680000', '122032.140000', '122032.600000', '122033.060000', '122033.520000', '122033.980000', '122034.440000', '122034.900000', '122035.360000', '122035.820000', '122036.280000', '122036.740000', '122037.200000', '122037.660000', '122038.120000', '122038.580000', '122039.040000', '122039.500000', '122039.960000', '122040.420000', '122040.880000', '122041.340000', '122041.800000', '122042.260000', '122042.720000', '122043.180000', '122043.640000', '122044.100000', '122044.560000', '122045.020000', '122045.480000', '122045.940000', '122046.400000', '122046.860000', '122047.320000', '122047.780000', '122048.240000', '122048.700000', '122049.160000', '122049.620000', '122050.080000', '122050.540000', '122051.000000', '122051.460000', '122051.920000', '122052.380000', '122052.840000', '122053.300000', '122053.760000', '122054.220000', '122054.680000', '122055.140000', '122055.600000', '122056.060000', '122056.520000', '122056.980000', '122057.440000', '122057.900000', '122058.360000', '122058.820000', '122059.280000', '122059.740000', '122100.200000', '122100.660000', '122101.120000', '122101.580000', '122102.040000', '122102.500000', '122102.960000', '122103.420000', '122103.880000', '122104.340000', '122104.800000', '122105.260000', '122105.720000', '122106.180000', '122106.640000', '122107.100000', '122107.560000', '122108.020000', '122108.480000', '122108.940000', '122109.400000', '122109.860000', '122110.320000', '122110.780000', '122111.240000', '122111.700000', '122112.160000', '122112.620000', '122113.080000', '122113.540000', '122114.000000', '122114.460000', '122114.920000', '122115.380000', '122115.840000', '122116.300000', '122116.760000', '122117.220000', '122117.680000', '122118.140000', '122118.600000', '122119.060000', '122119.520000', '122119.980000', '122120.440000', '122120.900000', '122121.360000', '122121.820000', '122122.280000', '122122.740000', '122123.200000', '122123.660000', '122124.120000', '122124.580000', '122125.040000', '122125.500000', '122125.960000', '122126.420000', '122126.880000', '122127.340000', '122127.800000', '122128.260000', '122128.720000', '122129.180000', '122129.640000', '122130.100000', '122130.560000', '122131.020000', '122131.480000', '122131.940000', '122132.400000', '122132.860000', '122133.320000', '122133.780000', '122134.240000', '122134.700000', '122135.160000', '122135.620000', '122136.080000', '122136.540000', '122137.000000', '122137.460000', '122137.920000', '122138.380000', '122138.840000', '122139.300000', '122139.760000', '122140.220000', '122140.680000', '122141.140000', '122141.600000', '122142.060000', '122142.520000', '122142.980000', '122143.440000', '122143.900000', '122144.360000', '122144.820000', '122145.280000', '122145.740000', '122146.200000', '122146.660000', '122147.120000', '122147.580000', '122148.040000', '122148.500000', '122148.960000', '122149.420000', '122149.880000', '122150.340000', '122150.800000', '122151.260000', '122151.720000', '122152.180000', '122152.640000', '122153.100000', '122153.560000', '122154.020000', '122154.480000', '122154.940000', '122155.400000', '122155.860000', '122156.320000', '122156.780000', '122157.240000', '122157.700000', '122158.160000', '122158.620000', '122159.080000', '122159.540000', '122200.000000', '122200.460000', '122200.920000', '122201.380000', '122201.840000', '122202.300000', '122202.760000', '122203.220000', '122203.680000', '122204.140000', '122204.600000', '122205.060000', '122205.520000', '122205.980000', '122206.440000', '122206.900000', '122207.360000', '122207.820000', '122208.280000', '122208.740000', '122209.200000', '122209.660000', '122210.120000', '122210.580000', '122211.040000', '122211.500000', '122211.960000', '122212.420000', '122212.880000', '122213.340000', '122213.800000', '122214.260000', '122214.720000', '122215.180000', '122215.640000', '122216.100000', '122216.560000', '122217.020000', '122217.480000', '122217.940000', '122218.400000', '122218.860000', '122219.320000', '122219.780000', '122220.240000', '122220.700000', '122221.160000', '122221.620000', '122222.080000', '122222.540000', '122223.000000', '122223.460000', '122223.920000', '122224.380000', '122224.840000', '122225.300000', '122225.760000', '122226.220000', '122226.680000', '122227.140000', '122227.600000', '122228.060000', '122228.520000', '122228.980000', '122229.440000', '122229.900000', '122230.360000', '122230.820000', '122231.280000', '122231.740000', '122232.200000', '122232.660000', '122233.120000', '122233.580000', '122234.040000', '122234.500000', '122234.960000', '122235.420000', '122235.880000', '122236.340000', '122236.800000', '122237.260000', '122237.720000', '122238.180000', '122238.640000', '122239.100000', '122239.560000', '122240.020000', '122240.480000', '122240.940000', '122241.400000', '122241.860000', '122242.320000', '122242.780000', '122243.240000', '122243.700000', '122244.160000', '122244.620000', '122245.080000', '122245.540000', '122246.000000', '122246.460000', '122246.920000', '122247.380000', '122247.840000', '122248.300000', '122248.760000', '122249.220000', '122249.680000', '122250.140000', '122250.600000', '122251.060000', '122251.520000', '122251.980000', '122252.440000', '122252.900000', '122253.360000', '122253.820000', '122254.280000', '122254.740000', '122255.200000', '122255.660000', '122256.120000', '122256.580000', '122257.040000', '122257.500000', '122257.960000', '122258.420000', '122258.880000', '122259.340000', '122259.800000', '122300.260000', '122300.720000', '122301.180000', '122301.640000', '122302.100000', '122302.560000', '122303.020000', '122303.480000', '122303.940000', '122304.400000', '122304.860000', '122305.320000', '122305.780000', '122306.240000', '122306.700000', '122307.160000', '122307.620000', '122308.080000', '122308.540000', '122309.000000', '122309.460000', '122309.920000', '122310.380000', '122310.840000', '122311.300000', '122311.760000', '122312.220000', '122312.680000', '122313.140000', '122313.600000', '122314.060000', '122314.520000', '122314.980000', '122315.440000', '122315.900000', '122316.360000', '122316.820000', '122317.280000', '122317.740000', '122318.200000', '122318.660000', '122319.120000', '122319.580000', '122320.040000', '122320.500000', '122320.960000', '122321.420000', '122321.880000', '122322.340000', '122322.800000', '122323.260000', '122323.720000', '122324.180000', '122324.640000', '122325.100000', '122325.560000', '122326.020000', '122326.480000', '122326.940000', '122327.400000', '122327.860000', '122328.320000', '122328.780000', '122329.240000', '122329.700000', '122330.160000', '122330.620000', '122331.080000', '122331.540000', '122332.000000', '122332.460000', '122332.920000', '122333.380000', '122333.840000', '122334.300000', '122334.760000', '122335.220000', '122335.680000', '122336.140000', '122336.600000', '122337.060000', '122337.520000', '122337.980000', '122338.440000', '122338.900000', '122339.360000', '122339.820000', '122340.280000', '122340.740000', '122341.200000', '122341.660000', '122342.120000', '122342.580000', '122343.040000', '122343.500000', '122343.960000', '122344.420000', '122344.880000', '122345.340000', '122345.800000', '122346.260000', '122346.720000', '122347.180000', '122347.640000', '122348.100000', '122348.560000', '122349.020000', '122349.480000', '122349.940000', '122350.400000', '122350.860000', '122351.320000', '122351.780000', '122352.240000', '122352.700000', '122353.160000', '122353.620000', '122354.080000', '122354.540000', '122355.000000', '122355.460000', '122355.920000', '122356.380000', '122356.840000', '122357.300000', '122357.760000', '122358.220000', '122358.680000', '122359.140000', '122359.600000', '122400.060000', '122400.520000', '122400.980000', '122401.440000', '122401.900000', '122402.360000', '122402.820000', '122403.280000', '122403.740000', '122404.200000', '122404.660000', '122405.120000', '122405.580000', '122406.040000', '122406.500000', '122406.960000', '122407.420000', '122407.880000', '122408.340000', '122408.800000', '122409.260000', '122409.720000', '122410.180000', '122410.640000', '122411.100000', '122411.560000', '122412.020000', '122412.480000', '122412.940000', '122413.400000', '122413.860000', '122414.320000', '122414.780000', '122415.240000', '122415.700000', '122416.160000', '122416.620000', '122417.080000', '122417.540000', '122418.000000', '122418.460000', '122418.920000', '122419.380000', '122419.840000', '122420.300000', '122420.760000', '122421.220000', '122421.680000', '122422.140000', '122422.600000', '122423.060000', '122423.520000', '122423.980000', '122424.440000', '122424.900000', '122425.360000', '122425.820000', '122426.280000', '122426.740000', '122427.200000', '122427.660000', '122428.120000', '122428.580000', '122429.040000', '122429.500000', '122429.960000', '122430.420000', '122430.880000', '122431.340000', '122431.800000', '122432.260000', '122432.720000', '122433.180000', '122433.640000', '122434.100000', '122434.560000', '122435.020000', '122435.480000', '122435.940000', '122436.400000', '122436.860000', '122437.320000', '122437.780000', '122438.240000', '122438.700000', '122439.160000', '122439.620000', '122440.080000', '122440.540000', '122441.000000', '122441.460000', '122441.920000', '122442.380000', '122442.840000', '122443.300000', '122443.760000', '122444.220000', '122444.680000', '122445.140000', '122445.600000', '122446.060000', '122446.520000', '122446.980000', '122447.440000', '122447.900000', '122448.360000', '122448.820000', '122449.280000', '122449.740000', '122450.200000', '122450.660000', '122451.120000', '122451.580000', '122452.040000', '122452.500000', '122452.960000', '122453.420000', '122453.880000', '122454.340000', '122454.800000', '122455.260000', '122455.720000', '122456.180000', '122456.640000', '122457.100000', '122457.560000', '122458.020000', '122458.480000', '122458.940000', '122459.400000', '122459.860000', '122500.320000', '122500.780000', '122501.240000', '122501.700000', '122502.160000', '122502.620000', '122503.080000', '122503.540000', '122504.000000'], 'ContentTime': ['121613.534000', '121613.537000', '121613.540000', '121613.542000', '121613.545000', '121613.547000', '121613.551000', '121613.554000', '121613.557000', '121613.559000', '121613.562000', '121613.564000', '121613.567000', '121613.570000', '121613.572000', '121613.575000', '121613.577000', '121613.580000', '121613.583000', '121613.585000', '121613.588000', '121613.590000', '121613.593000', '121613.596000', '121613.598000', '121613.601000', '121613.604000', '121613.606000', '121613.609000', '121613.611000', '121613.614000', '121613.617000', '121613.619000', '121613.623000', '121613.625000', '121613.628000', '121613.630000', '121613.633000', '121613.636000', '121613.638000', '121613.641000', '121613.643000', '121613.646000', '121613.648000', '121613.651000', '121613.653000', '121613.656000', '121613.659000', '121613.661000', '121613.664000', '121613.666000', '121613.669000', '121633.503000', '121633.507000', '121633.509000', '121633.512000', '121633.514000', '121633.517000', '121633.520000', '121633.522000', '121633.525000', '121633.527000', '121633.530000', '121633.532000', '121633.535000', '121633.538000', '121633.540000', '121633.543000', '121633.545000', '121633.550000', '121633.553000', '121633.555000', '121633.558000', '121633.561000', '121633.564000', '121633.567000', '121633.569000', '121633.572000', '121633.574000', '121633.577000', '121633.580000', '121633.582000', '121633.585000', '121633.587000', '121633.610000', '121633.613000', '121633.616000', '121633.618000', '121633.621000', '121633.624000', '121633.626000', '121633.629000', '121633.631000', '121633.634000', '121633.636000', '121653.504000', '121653.506000', '121653.509000', '121653.512000', '121653.514000', '121653.517000', '121653.520000', '121653.522000', '121653.525000', '121653.527000', '121653.530000', '121653.533000', '121653.535000', '121653.538000', '121653.541000', '121653.543000', '121653.546000', '121653.549000', '121653.551000', '121653.554000', '121653.556000', '121653.559000', '121653.562000', '121653.564000', '121653.567000', '121653.572000', '121653.574000', '121653.577000', '121653.580000', '121653.582000', '121653.585000', '121653.588000', '121653.590000', '121653.593000', '121653.596000', '121653.598000', '121653.601000', '121653.603000', '121653.606000', '121653.609000', '121653.611000', '121653.614000', '121653.616000', '121653.619000', '121713.504000', '121713.507000', '121713.509000', '121713.512000', '121713.514000', '121713.517000', '121713.520000', '121713.522000', '121713.525000', '121713.527000', '121713.530000', '121713.533000', '121713.535000', '121713.538000', '121713.541000', '121713.544000', '121713.547000', '121713.549000', '121713.552000', '121713.554000', '121713.557000', '121713.560000', '121713.562000', '121713.565000', '121713.567000', '121713.570000', '121713.573000', '121713.575000', '121713.578000', '121713.580000', '121713.583000', '121713.586000', '121713.588000', '121713.591000', '121713.593000', '121713.596000', '121713.599000', '121713.601000', '121713.604000', '121713.606000', '121713.609000', '121713.612000', '121713.614000', '121733.503000', '121733.506000', '121733.509000', '121733.511000', '121733.514000', '121733.517000', '121733.519000', '121733.522000', '121733.524000', '121733.527000', '121733.529000', '121733.532000', '121733.535000', '121733.537000', '121733.540000', '121733.542000', '121733.545000', '121733.547000', '121733.550000', '121733.553000', '121733.555000', '121733.558000', '121733.560000', '121733.563000', '121733.565000', '121733.568000', '121733.571000', '121733.573000', '121733.576000', '121733.578000', '121733.581000', '121733.586000', '121733.588000', '121733.591000', '121733.593000', '121733.596000', '121733.599000', '121733.601000', '121733.604000', '121733.606000', '121733.609000', '121733.611000', '121733.614000', '121733.617000', '121753.504000', '121753.506000', '121753.509000', '121753.512000', '121753.514000', '121753.517000', '121753.519000', '121753.522000', '121753.524000', '121753.527000', '121753.530000', '121753.532000', '121753.535000', '121753.537000', '121753.540000', '121753.543000', '121753.545000', '121753.548000', '121753.550000', '121753.553000', '121753.555000', '121753.566000', '121753.568000', '121753.571000', '121753.574000', '121753.576000', '121753.579000', '121753.581000', '121753.584000', '121753.587000', '121753.589000', '121753.592000', '121753.594000', '121753.597000', '121753.600000', '121753.603000', '121753.605000', '121753.608000', '121753.610000', '121753.613000', '121753.616000', '121753.618000', '121753.621000', '121813.504000', '121813.506000', '121813.509000', '121813.512000', '121813.514000', '121813.517000', '121813.519000', '121813.522000', '121813.524000', '121813.527000', '121813.530000', '121813.532000', '121813.535000', '121813.537000', '121813.540000', '121813.543000', '121813.545000', '121813.548000', '121813.550000', '121813.553000', '121813.556000', '121813.558000', '121813.561000', '121813.563000', '121813.566000', '121813.568000', '121813.571000', '121813.574000', '121813.590000', '121813.593000', '121813.595000', '121813.598000', '121813.601000', '121813.603000', '121813.606000', '121813.608000', '121813.611000', '121813.614000', '121813.616000', '121813.619000', '121813.621000', '121813.624000', '121813.627000', '121813.629000', '121833.504000', '121833.506000', '121833.509000', '121833.512000', '121833.514000', '121833.517000', '121833.519000', '121833.522000', '121833.524000', '121833.527000', '121833.530000', '121833.532000', '121833.535000', '121833.537000', '121833.540000', '121833.543000', '121833.545000', '121833.548000', '121833.550000', '121833.553000', '121833.555000', '121833.558000', '121833.562000', '121833.565000', '121833.567000', '121833.570000', '121833.573000', '121833.575000', '121833.578000', '121833.580000', '121833.583000', '121833.586000', '121833.588000', '121833.591000', '121833.593000', '121833.596000', '121833.599000', '121833.601000', '121833.604000', '121833.607000', '121833.609000', '121833.612000', '121833.615000', '121853.504000', '121853.506000', '121853.509000', '121853.512000', '121853.514000', '121853.517000', '121853.519000', '121853.522000', '121853.525000', '121853.527000', '121853.530000', '121853.533000', '121853.535000', '121853.538000', '121853.541000', '121853.543000', '121853.546000', '121853.548000', '121853.551000', '121853.553000', '121853.556000', '121853.559000', '121853.561000', '121853.564000', '121853.566000', '121853.569000', '121853.572000', '121853.574000', '121853.577000', '121853.579000', '121853.582000', '121853.585000', '121853.587000', '121853.590000', '121853.592000', '121853.595000', '121853.598000', '121853.600000', '121853.603000', '121853.605000', '121853.608000', '121853.611000', '121853.613000', '121853.616000', '121913.504000', '121913.506000', '121913.509000', '121913.512000', '121913.514000', '121913.517000', '121913.519000', '121913.522000', '121913.525000', '121913.527000', '121913.530000', '121913.532000', '121913.535000', '121913.538000', '121913.540000', '121913.543000', '121913.545000', '121913.548000', '121913.551000', '121913.553000', '121913.556000', '121913.558000', '121913.561000', '121913.563000', '121913.566000', '121913.569000', '121913.571000', '121913.574000', '121913.577000', '121913.579000', '121913.582000', '121913.584000', '121913.587000', '121913.589000', '121913.592000', '121913.595000', '121913.597000', '121913.600000', '121913.603000', '121913.606000', '121913.608000', '121913.611000', '121913.613000', '121933.504000', '121933.506000', '121933.509000', '121933.512000', '121933.514000', '121933.517000', '121933.519000', '121933.522000', '121933.524000', '121933.527000', '121933.530000', '121933.532000', '121933.535000', '121933.538000', '121933.540000', '121933.543000', '121933.545000', '121933.548000', '121933.551000', '121933.553000', '121933.556000', '121933.558000', '121933.561000', '121933.564000', '121933.566000', '121933.569000', '121933.572000', '121933.574000', '121933.577000', '121933.579000', '121933.582000', '121933.585000', '121933.587000', '121933.590000', '121933.592000', '121933.595000', '121933.598000', '121933.600000', '121933.615000', '121933.618000', '121933.620000', '121933.623000', '121933.625000', '121933.628000', '121953.504000', '121953.506000', '121953.509000', '121953.512000', '121953.514000', '121953.517000', '121953.519000', '121953.522000', '121953.524000', '121953.527000', '121953.530000', '121953.532000', '121953.535000', '121953.537000', '121953.540000', '121953.543000', '121953.545000', '121953.548000', '121953.551000', '121953.553000', '121953.556000', '121953.558000', '121953.561000', '121953.564000', '121953.566000', '121953.569000', '121953.571000', '121953.574000', '121953.576000', '121953.579000', '121953.582000', '121953.584000', '121953.587000', '121953.589000', '121953.602000', '121953.604000', '121953.607000', '121953.610000', '121953.612000', '121953.615000', '121953.617000', '121953.620000', '121953.622000', '122013.503000', '122013.506000', '122013.509000', '122013.512000', '122013.514000', '122013.517000', '122013.519000', '122013.522000', '122013.524000', '122013.527000', '122013.530000', '122013.532000', '122013.535000', '122013.538000', '122013.540000', '122013.543000', '122013.545000', '122013.548000', '122013.551000', '122013.553000', '122013.556000', '122013.558000', '122013.561000', '122013.563000', '122013.566000', '122013.569000', '122013.571000', '122013.574000', '122013.577000', '122013.579000', '122013.582000', '122013.584000', '122013.587000', '122013.590000', '122013.592000', '122013.595000', '122013.597000', '122013.600000', '122013.603000', '122013.605000', '122013.608000', '122013.611000', '122013.613000', '122013.616000', '122033.503000', '122033.506000', '122033.509000', '122033.511000', '122033.514000', '122033.517000', '122033.519000', '122033.522000', '122033.525000', '122033.527000', '122033.530000', '122033.532000', '122033.535000', '122033.538000', '122033.540000', '122033.543000', '122033.545000', '122033.548000', '122033.550000', '122033.553000', '122033.556000', '122033.558000', '122033.561000', '122033.563000', '122033.566000', '122033.568000', '122033.571000', '122033.574000', '122033.576000', '122033.579000', '122033.581000', '122033.584000', '122033.586000', '122033.589000', '122033.592000', '122033.594000', '122033.597000', '122033.600000', '122033.602000', '122033.605000', '122033.607000', '122033.610000', '122033.612000', '122053.504000', '122053.506000', '122053.509000', '122053.512000', '122053.514000', '122053.517000', '122053.519000', '122053.522000', '122053.525000', '122053.527000', '122053.530000', '122053.532000', '122053.535000', '122053.538000', '122053.540000', '122053.543000', '122053.545000', '122053.548000', '122053.550000', '122053.553000', '122053.555000', '122053.558000', '122053.561000', '122053.563000', '122053.566000', '122053.569000', '122053.571000', '122053.574000', '122053.576000', '122053.579000', '122053.582000', '122053.584000', '122053.587000', '122053.589000', '122053.592000', '122053.595000', '122053.597000', '122053.600000', '122053.602000', '122053.605000', '122053.608000', '122053.610000', '122053.613000', '122053.615000', '122113.504000', '122113.506000', '122113.509000', '122113.512000', '122113.514000', '122113.527000', '122113.529000', '122113.532000', '122113.535000', '122113.537000', '122113.540000', '122113.543000', '122113.545000', '122113.548000', '122113.550000', '122113.553000', '122113.555000', '122113.558000', '122113.561000', '122113.563000', '122113.566000', '122113.568000', '122113.571000', '122113.576000', '122113.578000', '122113.581000', '122113.583000', '122113.586000', '122113.589000', '122113.591000', '122113.594000', '122113.597000', '122113.599000', '122113.602000', '122113.604000', '122113.607000', '122113.610000', '122113.612000', '122113.615000', '122113.617000', '122113.620000', '122113.623000', '122113.625000', '122133.504000', '122133.506000', '122133.509000', '122133.512000', '122133.514000', '122133.517000', '122133.520000', '122133.522000', '122133.525000', '122133.527000', '122133.530000', '122133.533000', '122133.535000', '122133.538000', '122133.541000', '122133.543000', '122133.546000', '122133.548000', '122133.551000', '122133.553000', '122133.556000', '122133.559000', '122133.561000', '122133.564000', '122133.566000', '122133.569000', '122133.571000', '122133.574000', '122133.577000', '122133.579000', '122133.582000', '122133.584000', '122133.587000', '122133.590000', '122133.592000', '122133.595000', '122133.597000', '122133.600000', '122133.603000', '122133.605000', '122133.608000', '122133.610000', '122133.613000', '122133.615000', '122153.504000', '122153.506000', '122153.509000', '122153.512000', '122153.514000', '122153.517000', '122153.519000', '122153.522000', '122153.525000', '122153.527000', '122153.530000', '122153.532000', '122153.535000', '122153.537000', '122153.540000', '122153.543000', '122153.545000', '122153.548000', '122153.550000', '122153.553000', '122153.556000', '122153.558000', '122153.561000', '122153.563000', '122153.566000', '122153.569000', '122153.571000', '122153.574000', '122153.576000', '122153.579000', '122153.582000', '122153.584000', '122153.587000', '122153.590000', '122153.592000', '122153.595000', '122153.597000', '122153.600000', '122153.603000', '122153.605000', '122153.608000', '122153.610000', '122153.613000', '122213.504000', '122213.506000', '122213.509000', '122213.512000', '122213.514000', '122213.517000', '122213.519000', '122213.522000', '122213.524000', '122213.527000', '122213.530000', '122213.532000', '122213.535000', '122213.537000', '122213.540000', '122213.543000', '122213.545000', '122213.548000', '122213.550000', '122213.553000', '122213.556000', '122213.558000', '122213.562000', '122213.564000', '122213.567000', '122213.570000', '122213.572000', '122213.575000', '122213.578000', '122213.580000', '122213.583000', '122213.585000', '122213.588000', '122213.591000', '122213.593000', '122213.596000', '122213.599000', '122213.601000', '122213.604000', '122213.606000', '122213.609000', '122213.611000', '122213.614000', '122213.617000', '122233.504000', '122233.507000', '122233.509000', '122233.512000', '122233.514000', '122233.517000', '122233.520000', '122233.522000', '122233.525000', '122233.527000', '122233.530000', '122233.533000', '122233.535000', '122233.538000', '122233.540000', '122233.543000', '122233.559000', '122233.562000', '122233.565000', '122233.567000', '122233.570000', '122233.572000', '122233.575000', '122233.578000', '122233.580000', '122233.583000', '122233.585000', '122233.588000', '122233.591000', '122233.593000', '122233.596000', '122233.599000', '122233.601000', '122233.604000', '122233.607000', '122233.609000', '122233.612000', '122233.614000', '122233.617000', '122233.620000', '122233.622000', '122233.625000', '122233.627000', '122253.504000', '122253.507000', '122253.509000', '122253.512000', '122253.514000', '122253.517000', '122253.520000', '122253.523000', '122253.526000', '122253.528000', '122253.531000', '122253.533000', '122253.536000', '122253.538000', '122253.541000', '122253.544000', '122253.546000', '122253.549000', '122253.552000', '122253.554000', '122253.557000', '122253.559000', '122253.562000', '122253.564000', '122253.567000', '122253.570000', '122253.572000', '122253.575000', '122253.578000', '122253.580000', '122253.583000', '122253.586000', '122253.588000', '122253.591000', '122253.593000', '122253.596000', '122253.599000', '122253.601000', '122253.604000', '122253.607000', '122253.609000', '122253.612000', '122253.614000', '122253.617000', '122313.504000', '122313.506000', '122313.509000', '122313.512000', '122313.514000', '122313.517000', '122313.519000', '122313.522000', '122313.524000', '122313.527000', '122313.530000', '122313.532000', '122313.535000', '122313.537000', '122313.540000', '122313.543000', '122313.545000', '122313.548000', '122313.550000', '122313.553000', '122313.555000', '122313.558000', '122313.560000', '122313.563000', '122313.566000', '122313.568000', '122313.571000', '122313.573000', '122313.576000', '122313.579000', '122313.581000', '122313.584000', '122313.586000', '122313.589000', '122313.591000', '122313.594000', '122313.597000', '122313.599000', '122313.602000', '122313.605000', '122313.607000', '122313.610000', '122313.612000', '122333.504000', '122333.507000', '122333.509000', '122333.512000', '122333.514000', '122333.517000', '122333.519000', '122333.522000', '122333.525000', '122333.527000', '122333.530000', '122333.532000', '122333.535000', '122333.538000', '122333.540000', '122333.543000', '122333.546000', '122333.548000', '122333.551000', '122333.553000', '122333.556000', '122333.558000', '122333.561000', '122333.564000', '122333.566000', '122333.569000', '122333.572000', '122333.574000', '122333.577000', '122333.580000', '122333.582000', '122333.585000', '122333.587000', '122333.590000', '122333.593000', '122333.595000', '122333.598000', '122333.600000', '122333.603000', '122333.606000', '122333.608000', '122333.611000', '122333.613000', '122333.616000', '122353.504000', '122353.506000', '122353.509000', '122353.511000', '122353.514000', '122353.517000', '122353.519000', '122353.522000', '122353.525000', '122353.527000', '122353.530000', '122353.532000', '122353.535000', '122353.537000', '122353.540000', '122353.543000', '122353.545000', '122353.548000', '122353.550000', '122353.553000', '122353.556000', '122353.558000', '122353.561000', '122353.563000', '122353.566000', '122353.568000', '122353.571000', '122353.587000', '122353.590000', '122353.593000', '122353.595000', '122353.598000', '122353.600000', '122353.603000', '122353.606000', '122353.608000', '122353.611000', '122353.614000', '122353.616000', '122353.619000', '122353.621000', '122353.624000', '122353.627000', '122413.503000', '122413.506000', '122413.509000', '122413.511000', '122413.514000', '122413.517000', '122413.519000', '122413.522000', '122413.524000', '122413.527000', '122413.530000', '122413.532000', '122413.535000', '122413.538000', '122413.540000', '122413.543000', '122413.546000', '122413.548000', '122413.551000', '122413.553000', '122413.556000', '122413.559000', '122413.562000', '122413.565000', '122413.567000', '122413.570000', '122413.573000', '122413.575000', '122413.578000', '122413.580000', '122413.583000', '122413.586000', '122413.588000', '122413.591000', '122413.593000', '122413.596000', '122413.599000', '122413.601000', '122413.604000', '122413.607000', '122413.609000', '122413.612000', '122413.615000', '122433.504000', '122433.506000', '122433.509000', '122433.511000', '122433.514000', '122433.517000', '122433.519000', '122433.522000', '122433.524000', '122433.527000', '122433.529000', '122433.532000', '122433.535000', '122433.537000', '122433.540000', '122433.542000', '122433.545000', '122433.548000', '122433.550000', '122433.553000', '122433.555000', '122433.558000', '122433.561000', '122433.563000', '122433.566000', '122433.569000', '122433.571000', '122433.574000', '122433.577000', '122433.579000', '122433.582000', '122433.584000', '122433.587000', '122433.589000', '122433.592000', '122433.595000', '122433.597000', '122433.600000', '122433.602000', '122433.605000', '122433.608000', '122433.610000', '122433.613000', '122433.616000', '122453.504000', '122453.507000', '122453.509000', '122453.512000', '122453.514000', '122453.517000', '122453.520000', '122453.522000', '122453.525000', '122453.527000', '122453.530000', '122453.532000', '122453.535000', '122453.538000', '122453.540000', '122453.543000', '122453.546000', '122453.548000', '122453.551000', '122453.553000', '122453.556000', '122453.559000', '122453.561000', '122453.564000', '122453.566000', '122453.569000', '122453.572000', '122453.574000', '122453.577000', '122453.579000', '122453.582000', '122453.584000', '122453.587000', '122453.590000', '122453.592000', '122453.595000', '122453.597000', '122453.600000', '122453.603000', '122453.605000', '122453.608000', '122453.611000', '122453.613000', '122505.483000', '122505.486000', '122505.489000', '122505.491000', '122505.494000', '122505.497000', '122505.499000', '122505.502000', '122505.504000', '122505.507000', '122505.510000', '122505.512000', '122505.515000', '122505.517000', '122505.520000', '122505.523000', '122505.525000', '122505.528000', '122505.530000', '122505.533000', '122505.536000', '122505.538000', '122505.541000', '122505.544000', '122505.555000', '122505.557000', '122505.560000'], 'InstanceCreationTime': ['121613.534000', '121613.537000', '121613.540000', '121613.542000', '121613.545000', '121613.547000', '121613.551000', '121613.554000', '121613.557000', '121613.559000', '121613.562000', '121613.564000', '121613.567000', '121613.570000', '121613.572000', '121613.575000', '121613.577000', '121613.580000', '121613.583000', '121613.585000', '121613.588000', '121613.590000', '121613.593000', '121613.596000', '121613.598000', '121613.601000', '121613.604000', '121613.606000', '121613.609000', '121613.611000', '121613.614000', '121613.617000', '121613.619000', '121613.623000', '121613.625000', '121613.628000', '121613.630000', '121613.633000', '121613.636000', '121613.638000', '121613.641000', '121613.643000', '121613.646000', '121613.648000', '121613.651000', '121613.653000', '121613.656000', '121613.659000', '121613.661000', '121613.664000', '121613.666000', '121613.669000', '121633.503000', '121633.507000', '121633.509000', '121633.512000', '121633.514000', '121633.517000', '121633.520000', '121633.522000', '121633.525000', '121633.527000', '121633.530000', '121633.532000', '121633.535000', '121633.538000', '121633.540000', '121633.543000', '121633.545000', '121633.550000', '121633.553000', '121633.555000', '121633.558000', '121633.561000', '121633.564000', '121633.567000', '121633.569000', '121633.572000', '121633.574000', '121633.577000', '121633.580000', '121633.582000', '121633.585000', '121633.587000', '121633.610000', '121633.613000', '121633.616000', '121633.618000', '121633.621000', '121633.624000', '121633.626000', '121633.629000', '121633.631000', '121633.634000', '121633.636000', '121653.504000', '121653.506000', '121653.509000', '121653.512000', '121653.514000', '121653.517000', '121653.520000', '121653.522000', '121653.525000', '121653.527000', '121653.530000', '121653.533000', '121653.535000', '121653.538000', '121653.541000', '121653.543000', '121653.546000', '121653.549000', '121653.551000', '121653.554000', '121653.556000', '121653.559000', '121653.562000', '121653.564000', '121653.567000', '121653.572000', '121653.574000', '121653.577000', '121653.580000', '121653.582000', '121653.585000', '121653.588000', '121653.590000', '121653.593000', '121653.596000', '121653.598000', '121653.601000', '121653.603000', '121653.606000', '121653.609000', '121653.611000', '121653.614000', '121653.616000', '121653.619000', '121713.504000', '121713.507000', '121713.509000', '121713.512000', '121713.514000', '121713.517000', '121713.520000', '121713.522000', '121713.525000', '121713.527000', '121713.530000', '121713.533000', '121713.535000', '121713.538000', '121713.541000', '121713.544000', '121713.547000', '121713.549000', '121713.552000', '121713.554000', '121713.557000', '121713.560000', '121713.562000', '121713.565000', '121713.567000', '121713.570000', '121713.573000', '121713.575000', '121713.578000', '121713.580000', '121713.583000', '121713.586000', '121713.588000', '121713.591000', '121713.593000', '121713.596000', '121713.599000', '121713.601000', '121713.604000', '121713.606000', '121713.609000', '121713.612000', '121713.614000', '121733.503000', '121733.506000', '121733.509000', '121733.511000', '121733.514000', '121733.517000', '121733.519000', '121733.522000', '121733.524000', '121733.527000', '121733.529000', '121733.532000', '121733.535000', '121733.537000', '121733.540000', '121733.542000', '121733.545000', '121733.547000', '121733.550000', '121733.553000', '121733.555000', '121733.558000', '121733.560000', '121733.563000', '121733.565000', '121733.568000', '121733.571000', '121733.573000', '121733.576000', '121733.578000', '121733.581000', '121733.586000', '121733.588000', '121733.591000', '121733.593000', '121733.596000', '121733.599000', '121733.601000', '121733.604000', '121733.606000', '121733.609000', '121733.611000', '121733.614000', '121733.617000', '121753.504000', '121753.506000', '121753.509000', '121753.512000', '121753.514000', '121753.517000', '121753.519000', '121753.522000', '121753.524000', '121753.527000', '121753.530000', '121753.532000', '121753.535000', '121753.537000', '121753.540000', '121753.543000', '121753.545000', '121753.548000', '121753.550000', '121753.553000', '121753.555000', '121753.566000', '121753.568000', '121753.571000', '121753.574000', '121753.576000', '121753.579000', '121753.581000', '121753.584000', '121753.587000', '121753.589000', '121753.592000', '121753.594000', '121753.597000', '121753.600000', '121753.603000', '121753.605000', '121753.608000', '121753.610000', '121753.613000', '121753.616000', '121753.618000', '121753.621000', '121813.504000', '121813.506000', '121813.509000', '121813.512000', '121813.514000', '121813.517000', '121813.519000', '121813.522000', '121813.524000', '121813.527000', '121813.530000', '121813.532000', '121813.535000', '121813.537000', '121813.540000', '121813.543000', '121813.545000', '121813.548000', '121813.550000', '121813.553000', '121813.556000', '121813.558000', '121813.561000', '121813.563000', '121813.566000', '121813.568000', '121813.571000', '121813.574000', '121813.590000', '121813.593000', '121813.595000', '121813.598000', '121813.601000', '121813.603000', '121813.606000', '121813.608000', '121813.611000', '121813.614000', '121813.616000', '121813.619000', '121813.621000', '121813.624000', '121813.627000', '121813.629000', '121833.504000', '121833.506000', '121833.509000', '121833.512000', '121833.514000', '121833.517000', '121833.519000', '121833.522000', '121833.524000', '121833.527000', '121833.530000', '121833.532000', '121833.535000', '121833.537000', '121833.540000', '121833.543000', '121833.545000', '121833.548000', '121833.550000', '121833.553000', '121833.555000', '121833.558000', '121833.562000', '121833.565000', '121833.567000', '121833.570000', '121833.573000', '121833.575000', '121833.578000', '121833.580000', '121833.583000', '121833.586000', '121833.588000', '121833.591000', '121833.593000', '121833.596000', '121833.599000', '121833.601000', '121833.604000', '121833.607000', '121833.609000', '121833.612000', '121833.615000', '121853.504000', '121853.506000', '121853.509000', '121853.512000', '121853.514000', '121853.517000', '121853.519000', '121853.522000', '121853.525000', '121853.527000', '121853.530000', '121853.533000', '121853.535000', '121853.538000', '121853.541000', '121853.543000', '121853.546000', '121853.548000', '121853.551000', '121853.553000', '121853.556000', '121853.559000', '121853.561000', '121853.564000', '121853.566000', '121853.569000', '121853.572000', '121853.574000', '121853.577000', '121853.579000', '121853.582000', '121853.585000', '121853.587000', '121853.590000', '121853.592000', '121853.595000', '121853.598000', '121853.600000', '121853.603000', '121853.605000', '121853.608000', '121853.611000', '121853.613000', '121853.616000', '121913.504000', '121913.506000', '121913.509000', '121913.512000', '121913.514000', '121913.517000', '121913.519000', '121913.522000', '121913.525000', '121913.527000', '121913.530000', '121913.532000', '121913.535000', '121913.538000', '121913.540000', '121913.543000', '121913.545000', '121913.548000', '121913.551000', '121913.553000', '121913.556000', '121913.558000', '121913.561000', '121913.563000', '121913.566000', '121913.569000', '121913.571000', '121913.574000', '121913.577000', '121913.579000', '121913.582000', '121913.584000', '121913.587000', '121913.589000', '121913.592000', '121913.595000', '121913.597000', '121913.600000', '121913.603000', '121913.606000', '121913.608000', '121913.611000', '121913.613000', '121933.504000', '121933.506000', '121933.509000', '121933.512000', '121933.514000', '121933.517000', '121933.519000', '121933.522000', '121933.524000', '121933.527000', '121933.530000', '121933.532000', '121933.535000', '121933.538000', '121933.540000', '121933.543000', '121933.545000', '121933.548000', '121933.551000', '121933.553000', '121933.556000', '121933.558000', '121933.561000', '121933.564000', '121933.566000', '121933.569000', '121933.572000', '121933.574000', '121933.577000', '121933.579000', '121933.582000', '121933.585000', '121933.587000', '121933.590000', '121933.592000', '121933.595000', '121933.598000', '121933.600000', '121933.615000', '121933.618000', '121933.620000', '121933.623000', '121933.625000', '121933.628000', '121953.504000', '121953.506000', '121953.509000', '121953.512000', '121953.514000', '121953.517000', '121953.519000', '121953.522000', '121953.524000', '121953.527000', '121953.530000', '121953.532000', '121953.535000', '121953.537000', '121953.540000', '121953.543000', '121953.545000', '121953.548000', '121953.551000', '121953.553000', '121953.556000', '121953.558000', '121953.561000', '121953.564000', '121953.566000', '121953.569000', '121953.571000', '121953.574000', '121953.576000', '121953.579000', '121953.582000', '121953.584000', '121953.587000', '121953.589000', '121953.602000', '121953.604000', '121953.607000', '121953.610000', '121953.612000', '121953.615000', '121953.617000', '121953.620000', '121953.622000', '122013.503000', '122013.506000', '122013.509000', '122013.512000', '122013.514000', '122013.517000', '122013.519000', '122013.522000', '122013.524000', '122013.527000', '122013.530000', '122013.532000', '122013.535000', '122013.538000', '122013.540000', '122013.543000', '122013.545000', '122013.548000', '122013.551000', '122013.553000', '122013.556000', '122013.558000', '122013.561000', '122013.563000', '122013.566000', '122013.569000', '122013.571000', '122013.574000', '122013.577000', '122013.579000', '122013.582000', '122013.584000', '122013.587000', '122013.590000', '122013.592000', '122013.595000', '122013.597000', '122013.600000', '122013.603000', '122013.605000', '122013.608000', '122013.611000', '122013.613000', '122013.616000', '122033.503000', '122033.506000', '122033.509000', '122033.511000', '122033.514000', '122033.517000', '122033.519000', '122033.522000', '122033.525000', '122033.527000', '122033.530000', '122033.532000', '122033.535000', '122033.538000', '122033.540000', '122033.543000', '122033.545000', '122033.548000', '122033.550000', '122033.553000', '122033.556000', '122033.558000', '122033.561000', '122033.563000', '122033.566000', '122033.568000', '122033.571000', '122033.574000', '122033.576000', '122033.579000', '122033.581000', '122033.584000', '122033.586000', '122033.589000', '122033.592000', '122033.594000', '122033.597000', '122033.600000', '122033.602000', '122033.605000', '122033.607000', '122033.610000', '122033.612000', '122053.504000', '122053.506000', '122053.509000', '122053.512000', '122053.514000', '122053.517000', '122053.519000', '122053.522000', '122053.525000', '122053.527000', '122053.530000', '122053.532000', '122053.535000', '122053.538000', '122053.540000', '122053.543000', '122053.545000', '122053.548000', '122053.550000', '122053.553000', '122053.555000', '122053.558000', '122053.561000', '122053.563000', '122053.566000', '122053.569000', '122053.571000', '122053.574000', '122053.576000', '122053.579000', '122053.582000', '122053.584000', '122053.587000', '122053.589000', '122053.592000', '122053.595000', '122053.597000', '122053.600000', '122053.602000', '122053.605000', '122053.608000', '122053.610000', '122053.613000', '122053.615000', '122113.504000', '122113.506000', '122113.509000', '122113.512000', '122113.514000', '122113.527000', '122113.529000', '122113.532000', '122113.535000', '122113.537000', '122113.540000', '122113.543000', '122113.545000', '122113.548000', '122113.550000', '122113.553000', '122113.555000', '122113.558000', '122113.561000', '122113.563000', '122113.566000', '122113.568000', '122113.571000', '122113.576000', '122113.578000', '122113.581000', '122113.583000', '122113.586000', '122113.589000', '122113.591000', '122113.594000', '122113.597000', '122113.599000', '122113.602000', '122113.604000', '122113.607000', '122113.610000', '122113.612000', '122113.615000', '122113.617000', '122113.620000', '122113.623000', '122113.625000', '122133.504000', '122133.506000', '122133.509000', '122133.512000', '122133.514000', '122133.517000', '122133.520000', '122133.522000', '122133.525000', '122133.527000', '122133.530000', '122133.533000', '122133.535000', '122133.538000', '122133.541000', '122133.543000', '122133.546000', '122133.548000', '122133.551000', '122133.553000', '122133.556000', '122133.559000', '122133.561000', '122133.564000', '122133.566000', '122133.569000', '122133.571000', '122133.574000', '122133.577000', '122133.579000', '122133.582000', '122133.584000', '122133.587000', '122133.590000', '122133.592000', '122133.595000', '122133.597000', '122133.600000', '122133.603000', '122133.605000', '122133.608000', '122133.610000', '122133.613000', '122133.615000', '122153.504000', '122153.506000', '122153.509000', '122153.512000', '122153.514000', '122153.517000', '122153.519000', '122153.522000', '122153.525000', '122153.527000', '122153.530000', '122153.532000', '122153.535000', '122153.537000', '122153.540000', '122153.543000', '122153.545000', '122153.548000', '122153.550000', '122153.553000', '122153.556000', '122153.558000', '122153.561000', '122153.563000', '122153.566000', '122153.569000', '122153.571000', '122153.574000', '122153.576000', '122153.579000', '122153.582000', '122153.584000', '122153.587000', '122153.590000', '122153.592000', '122153.595000', '122153.597000', '122153.600000', '122153.603000', '122153.605000', '122153.608000', '122153.610000', '122153.613000', '122213.504000', '122213.506000', '122213.509000', '122213.512000', '122213.514000', '122213.517000', '122213.519000', '122213.522000', '122213.524000', '122213.527000', '122213.530000', '122213.532000', '122213.535000', '122213.537000', '122213.540000', '122213.543000', '122213.545000', '122213.548000', '122213.550000', '122213.553000', '122213.556000', '122213.558000', '122213.562000', '122213.564000', '122213.567000', '122213.570000', '122213.572000', '122213.575000', '122213.578000', '122213.580000', '122213.583000', '122213.585000', '122213.588000', '122213.591000', '122213.593000', '122213.596000', '122213.599000', '122213.601000', '122213.604000', '122213.606000', '122213.609000', '122213.611000', '122213.614000', '122213.617000', '122233.504000', '122233.507000', '122233.509000', '122233.512000', '122233.514000', '122233.517000', '122233.520000', '122233.522000', '122233.525000', '122233.527000', '122233.530000', '122233.533000', '122233.535000', '122233.538000', '122233.540000', '122233.543000', '122233.559000', '122233.562000', '122233.565000', '122233.567000', '122233.570000', '122233.572000', '122233.575000', '122233.578000', '122233.580000', '122233.583000', '122233.585000', '122233.588000', '122233.591000', '122233.593000', '122233.596000', '122233.599000', '122233.601000', '122233.604000', '122233.607000', '122233.609000', '122233.612000', '122233.614000', '122233.617000', '122233.620000', '122233.622000', '122233.625000', '122233.627000', '122253.504000', '122253.507000', '122253.509000', '122253.512000', '122253.514000', '122253.517000', '122253.520000', '122253.523000', '122253.526000', '122253.528000', '122253.531000', '122253.533000', '122253.536000', '122253.538000', '122253.541000', '122253.544000', '122253.546000', '122253.549000', '122253.552000', '122253.554000', '122253.557000', '122253.559000', '122253.562000', '122253.564000', '122253.567000', '122253.570000', '122253.572000', '122253.575000', '122253.578000', '122253.580000', '122253.583000', '122253.586000', '122253.588000', '122253.591000', '122253.593000', '122253.596000', '122253.599000', '122253.601000', '122253.604000', '122253.607000', '122253.609000', '122253.612000', '122253.614000', '122253.617000', '122313.504000', '122313.506000', '122313.509000', '122313.512000', '122313.514000', '122313.517000', '122313.519000', '122313.522000', '122313.524000', '122313.527000', '122313.530000', '122313.532000', '122313.535000', '122313.537000', '122313.540000', '122313.543000', '122313.545000', '122313.548000', '122313.550000', '122313.553000', '122313.555000', '122313.558000', '122313.560000', '122313.563000', '122313.566000', '122313.568000', '122313.571000', '122313.573000', '122313.576000', '122313.579000', '122313.581000', '122313.584000', '122313.586000', '122313.589000', '122313.591000', '122313.594000', '122313.597000', '122313.599000', '122313.602000', '122313.605000', '122313.607000', '122313.610000', '122313.612000', '122333.504000', '122333.507000', '122333.509000', '122333.512000', '122333.514000', '122333.517000', '122333.519000', '122333.522000', '122333.525000', '122333.527000', '122333.530000', '122333.532000', '122333.535000', '122333.538000', '122333.540000', '122333.543000', '122333.546000', '122333.548000', '122333.551000', '122333.553000', '122333.556000', '122333.558000', '122333.561000', '122333.564000', '122333.566000', '122333.569000', '122333.572000', '122333.574000', '122333.577000', '122333.580000', '122333.582000', '122333.585000', '122333.587000', '122333.590000', '122333.593000', '122333.595000', '122333.598000', '122333.600000', '122333.603000', '122333.606000', '122333.608000', '122333.611000', '122333.613000', '122333.616000', '122353.504000', '122353.506000', '122353.509000', '122353.511000', '122353.514000', '122353.517000', '122353.519000', '122353.522000', '122353.525000', '122353.527000', '122353.530000', '122353.532000', '122353.535000', '122353.537000', '122353.540000', '122353.543000', '122353.545000', '122353.548000', '122353.550000', '122353.553000', '122353.556000', '122353.558000', '122353.561000', '122353.563000', '122353.566000', '122353.568000', '122353.571000', '122353.587000', '122353.590000', '122353.593000', '122353.595000', '122353.598000', '122353.600000', '122353.603000', '122353.606000', '122353.608000', '122353.611000', '122353.614000', '122353.616000', '122353.619000', '122353.621000', '122353.624000', '122353.627000', '122413.503000', '122413.506000', '122413.509000', '122413.511000', '122413.514000', '122413.517000', '122413.519000', '122413.522000', '122413.524000', '122413.527000', '122413.530000', '122413.532000', '122413.535000', '122413.538000', '122413.540000', '122413.543000', '122413.546000', '122413.548000', '122413.551000', '122413.553000', '122413.556000', '122413.559000', '122413.562000', '122413.565000', '122413.567000', '122413.570000', '122413.573000', '122413.575000', '122413.578000', '122413.580000', '122413.583000', '122413.586000', '122413.588000', '122413.591000', '122413.593000', '122413.596000', '122413.599000', '122413.601000', '122413.604000', '122413.607000', '122413.609000', '122413.612000', '122413.615000', '122433.504000', '122433.506000', '122433.509000', '122433.511000', '122433.514000', '122433.517000', '122433.519000', '122433.522000', '122433.524000', '122433.527000', '122433.529000', '122433.532000', '122433.535000', '122433.537000', '122433.540000', '122433.542000', '122433.545000', '122433.548000', '122433.550000', '122433.553000', '122433.555000', '122433.558000', '122433.561000', '122433.563000', '122433.566000', '122433.569000', '122433.571000', '122433.574000', '122433.577000', '122433.579000', '122433.582000', '122433.584000', '122433.587000', '122433.589000', '122433.592000', '122433.595000', '122433.597000', '122433.600000', '122433.602000', '122433.605000', '122433.608000', '122433.610000', '122433.613000', '122433.616000', '122453.504000', '122453.507000', '122453.509000', '122453.512000', '122453.514000', '122453.517000', '122453.520000', '122453.522000', '122453.525000', '122453.527000', '122453.530000', '122453.532000', '122453.535000', '122453.538000', '122453.540000', '122453.543000', '122453.546000', '122453.548000', '122453.551000', '122453.553000', '122453.556000', '122453.559000', '122453.561000', '122453.564000', '122453.566000', '122453.569000', '122453.572000', '122453.574000', '122453.577000', '122453.579000', '122453.582000', '122453.584000', '122453.587000', '122453.590000', '122453.592000', '122453.595000', '122453.597000', '122453.600000', '122453.603000', '122453.605000', '122453.608000', '122453.611000', '122453.613000', '122505.483000', '122505.486000', '122505.489000', '122505.491000', '122505.494000', '122505.497000', '122505.499000', '122505.502000', '122505.504000', '122505.507000', '122505.510000', '122505.512000', '122505.515000', '122505.517000', '122505.520000', '122505.523000', '122505.525000', '122505.528000', '122505.530000', '122505.533000', '122505.536000', '122505.538000', '122505.541000', '122505.544000', '122505.555000', '122505.557000', '122505.560000'], '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': [13925, 9683, 14507, 9945, 10838, 8650, 8601, 8921, 8612, 10781, 8076, 11634, 7336, 11878, 7956, 13138, 8798, 14217, 9608, 12642, 8677, 11929, 9028, 13214, 9196, 13045, 9109, 9980, 8721, 8404, 9585, 8956, 11839, 8003, 11882, 7255, 12562, 7825, 13587, 9016, 14359, 9016, 13979, 9290, 13023, 9369, 10848, 9098, 7930, 8475, 7119, 10150, 8273, 15046, 8954, 13518, 8639, 13483, 9032, 14735, 9251, 13711, 9525, 13072, 9476, 13289, 10678, 11087, 8752, 9128, 8894, 9624, 10134, 9734, 10578, 7582, 10667, 7663, 12446, 9299, 14619, 8683, 14428, 9447, 14605, 9881, 15416, 10231, 12757, 9135, 10528, 8758, 9793, 10297, 7347, 10595, 7627, 12024, 7479, 13751, 8715, 13458, 8761, 9680, 8922, 9939, 9741, 8304, 10714, 7231, 11805, 7800, 13048, 8701, 9811, 8361, 7334, 10229, 7549, 14442, 10053, 16120, 11272, 13128, 9544, 11229, 9086, 9728, 10941, 7447, 12209, 8376, 14725, 9243, 12555, 9181, 7552, 10885, 7766, 14555, 8788, 13527, 9101, 7752, 9680, 7366, 12687, 8151, 12807, 9221, 8847, 9499, 7426, 12663, 8026, 14862, 9271, 15810, 9824, 10698, 8196, 7467, 10261, 7539, 12984, 8161, 13051, 8425, 8669, 8336, 7674, 11263, 7414, 13404, 8211, 14411, 9299, 15242, 10140, 13973, 9050, 10793, 8418, 8301, 9986, 7385, 11463, 7557, 12591, 7959, 11702, 8756, 8951, 8884, 7508, 10776, 7779, 12125, 7791, 13741, 9067, 14224, 8679, 13352, 8520, 12923, 8241, 13181, 8774, 14080, 8519, 12479, 8746, 10477, 8466, 9603, 9301, 7873, 10913, 7436, 12409, 8174, 13991, 9772, 13840, 8022, 12478, 8184, 13485, 8810, 14945, 9434, 9981, 8387, 7178, 9897, 7532, 12041, 7746, 12465, 8214, 13068, 9023, 14964, 10208, 16117, 10287, 14479, 10027, 13923, 9970, 13535, 10897, 9765, 8166, 7070, 10781, 7640, 12364, 7730, 13051, 8350, 12511, 8822, 13280, 9396, 10973, 8762, 7568, 11129, 7636, 13774, 9581, 15871, 9328, 13803, 9788, 12501, 9978, 10100, 8807, 7452, 11486, 7597, 12742, 8834, 14884, 8699, 14108, 8858, 13835, 9162, 12027, 9161, 9042, 8713, 7384, 10956, 7616, 12468, 8012, 13917, 8455, 9410, 8893, 7436, 11583, 7717, 14821, 8414, 12237, 9120, 9936, 9095, 9384, 11059, 7374, 12948, 8074, 13660, 8736, 14613, 9181, 10824, 8769, 7458, 10842, 7629, 13000, 8298, 13359, 8936, 9827, 8527, 7286, 11011, 7478, 12273, 8247, 14398, 8916, 13913, 8942, 11240, 9007, 10564, 10104, 8410, 11618, 7516, 13666, 8757, 15641, 9489, 15409, 10580, 11428, 8585, 7978, 10097, 7576, 11791, 7663, 12380, 7618, 12868, 7552, 13214, 8663, 13317, 8631, 14478, 9157, 10770, 8620, 9030, 9223, 8167, 10192, 8377, 11761, 7448, 13021, 8257, 13523, 8579, 14545, 9158, 10380, 8539, 8472, 9961, 8748, 10660, 9030, 11612, 7414, 13165, 7969, 13487, 8785, 10934, 9046, 7262, 11224, 7537, 13636, 9007, 16259, 10382, 12396, 9007, 8751, 10134, 7420, 11872, 8180, 13664, 8217, 13878, 8486, 13500, 9137, 11096, 9035, 7949, 10120, 7447, 12911, 8157, 13325, 8463, 15065, 8827, 13436, 8719, 13366, 9034, 13969, 9274, 13278, 8710, 11116, 8687, 9821, 8903, 7920, 10282, 7129, 12160, 7849, 12827, 8046, 13029, 8484, 12951, 8175, 12905, 8860, 13905, 9275, 13804, 9273, 10308, 8275, 7423, 10462, 7389, 12074, 7771, 13099, 7915, 13317, 8626, 11135, 8575, 9036, 9361, 7598, 11510, 7966, 12027, 12425, 10271, 13484, 9130, 13072, 9222, 13160, 8978, 11719, 8773, 10522, 9271, 7967, 10161, 7995, 11344, 8509, 11410, 9135, 12297, 7379, 13108, 8082, 12902, 8014, 13814, 8922, 14482, 8617, 13058, 8855, 10259, 9065, 7435, 10808, 7329, 13181, 8479, 13530, 9912, 12486, 10305, 8520, 11932, 7634, 14741, 9465, 16253, 11571, 15349, 9433, 12360, 8603, 10671, 8881, 9078, 9647, 7140, 11516, 7004, 12468, 7917, 13280, 8898, 12947, 8994, 10472, 9142, 11620, 10256, 10272, 11691, 7758, 12858, 8239, 14360, 9408, 15347, 8833, 13267, 9149, 10687, 9553, 8397, 11125, 7648, 12869, 8287, 14174, 8757, 15250, 9706, 14927, 8869, 13389, 9346, 12194, 9114, 9760, 8968, 7488, 10926, 7681, 12928, 8775, 15159, 9111, 10881, 9212, 9544, 9920, 7475, 12655, 8477, 14004, 9146, 14730, 9709, 12822, 9452, 8237, 9768, 7433, 12570, 7866, 13287, 8630, 14450, 8586, 10910, 8885, 9600, 9389, 9314, 10700, 7414, 12238, 8116, 13528, 8861, 15706, 9806, 15528, 9669, 13826, 8899, 11263, 8712, 9040, 9636, 7609, 11465, 7937, 12748, 8275, 12832, 9129, 11697, 9127, 8021, 10285, 7911, 12992, 8696, 15696, 9358, 15061, 9284, 12774, 9274, 11539, 9361, 8031, 10110, 7601, 12551, 8451, 13156, 8618, 10994, 8532, 7411, 10290, 7724, 12943, 8330, 14503, 9272, 13914, 9073, 11597, 8669, 11047, 8847, 9611, 9365, 7410, 12352, 8524, 13473, 8600, 14323, 9484, 10702, 9066, 7720, 11097, 7815, 13012, 8740, 14408, 8551, 13827, 8696, 11949, 8716, 9882, 8590, 7051, 9909, 7533, 11860, 7467, 13424, 8626, 10335, 8658, 8349, 10257, 8325, 14361, 9304, 14736, 8755, 13358, 9088, 10996, 8515, 8193, 9489, 7114, 11647, 7517, 12472, 8669, 11531, 8702, 8154, 10418, 7485, 13715, 9468, 15027, 8565, 13984, 8480, 13581, 9122, 12044, 9043, 9414, 8667, 7076, 11004, 7530, 12238, 8552, 11278, 8808, 7531, 12127, 8186, 15651, 10811, 10747, 11154, 8129, 14865, 8763, 15001, 10929, 13030, 10136, 7940, 12334, 8851, 15522, 8967, 15262, 8786, 11281, 8565, 8498, 8529, 7153, 11123, 7864, 13408, 9068, 13042, 10317, 12878, 10223, 7921, 11441, 8050, 14237, 9049, 16061, 9424, 11470, 8748, 7578, 11699, 9074, 12675, 8801, 7351, 10376, 7609, 12998, 8256, 12667, 8709, 8081, 9124, 7587, 12359, 7942, 12526, 8377, 7744, 8788, 7331, 12536, 8118, 8570, 8546, 7343, 11397, 7367, 13910, 9028, 13743, 9351, 9135, 9645, 7545, 14647, 9982, 14065, 9717, 7201, 11704, 8251, 14017, 9659, 10367, 10722, 7657, 14562, 8444, 15748, 10005, 12223, 9488, 8445, 11587, 7746, 8607, 8928, 7801, 12317, 8509, 11293, 8927, 11296, 9119, 10273, 10644, 7978, 11403, 7519, 11470, 8805, 7763, 10060, 7768, 14036, 8789, 8827, 8535, 7564, 13255, 8661, 15769, 10377, 16193, 12433, 13664, 10284, 7747, 12115, 7650, 15829, 9806, 15691, 10338, 12434, 8960, 7512, 9714, 7472, 13095, 7937, 10275, 8275, 7650, 9648, 7706, 11250, 7945, 13614, 7996, 11883, 8610, 7511, 10431, 7567, 13965, 8441, 14667, 9251, 15059, 10009, 14846, 9891, 11660, 8720, 8610, 9842, 7323, 12223, 8970, 9098, 10209, 8105, 15536, 9036, 14593, 9794, 13851, 9693, 12906, 10279, 7686, 9621, 7409, 11653, 8154, 8932, 8447, 8189, 10467, 9077, 11812, 9058, 12304, 14061, 11958, 16718, 11624, 16624, 13049, 13280, 9291, 7113, 10302, 7569, 13038, 8330, 14211, 9406, 12763, 9115, 7838, 9078, 7400, 12451, 8396, 14233, 9094, 14312, 9785, 14628, 9778, 10806, 9036, 9137, 10656, 9151, 13027, 8633, 12902, 8476, 14150, 8228, 12385, 8742, 10514, 9082, 9980, 9934, 9471, 12548, 8126, 14660, 8430, 15206, 10347, 16466, 10756, 15097, 11810, 12079, 8798, 7302, 10181, 7603, 13017, 8509, 14769, 9247, 14677, 9619, 11644, 8927, 7376, 9216, 7581, 10171, 8234, 9189, 9179, 7571, 10865, 7484, 13258, 8265, 14324, 9472, 16196, 11085, 13684, 10700, 11730, 11663, 9388, 12885, 8734, 14882, 7948, 12685, 8605, 10342, 8733, 8330, 8672, 7367, 10092, 7311, 11736, 8161, 12792, 8681, 9001, 8595, 7405, 9770, 7330, 12478, 8186, 13703, 8863, 10648, 9159, 7673, 10160, 7310, 12948, 8389, 13443, 8709, 8791, 9023, 7328, 12373, 8255, 13732, 9555, 9402, 9657, 7162, 12562, 8425, 15190, 10047, 14263, 11535, 14262, 10479, 7255, 12449, 7944, 14806, 9332, 15000, 9646, 10625, 8899, 7389, 10965, 7933, 9224, 8449, 7478, 11797, 8219, 14757, 9540, 11199, 9707, 8006, 12653, 8717, 16442, 10624, 15468, 8975, 7594, 9189, 7227, 11740, 7980, 12091, 8604, 8269, 8813, 7262, 10870, 7961, 13363, 8638, 9982, 8790, 7418, 10853, 7589, 10456, 8503, 7575, 12263, 9014, 13675, 9477, 7488, 12719, 8775, 11912, 10758, 8851, 16689, 12181, 9732, 11105, 8217, 13988, 9284, 10660, 10683, 7492, 13275, 8224, 8026, 10493, 7322, 14426, 8969, 9256, 9354, 8006, 13356, 8848, 11673, 10718, 7944, 16264, 8911, 11007, 8701, 7698, 12051, 8588, 14018, 8703, 12150, 8739, 8518, 8638, 7268, 10412, 7745, 8407, 8239, 7053, 10210, 7631, 12621, 8238, 9178, 8675, 7653, 11752, 8717, 15008, 9407, 11258], 'WindowCenter': [4481.0, 4427.0, 4451.0, 4410.0, 4417.0, 4387.0, 4385.0, 4396.0, 4385.0, 4416.0, 4375.0, 4416.0, 4366.0, 4415.0, 4386.0, 4424.0, 4397.0, 4435.0, 4407.0, 4425.0, 4398.0, 4427.0, 4397.0, 4423.0, 4394.0, 4424.0, 4385.0, 4395.0, 4385.0, 4374.0, 4393.0, 4383.0, 4414.0, 4372.0, 4412.0, 4365.0, 4411.0, 4363.0, 4423.0, 4384.0, 4432.0, 4385.0, 4434.0, 4393.0, 4422.0, 4394.0, 4402.0, 4395.0, 4387.0, 4385.0, 4377.0, 4405.0, 4398.0, 4460.0, 4398.0, 4437.0, 4386.0, 4425.0, 4386.0, 4436.0, 4397.0, 4436.0, 4407.0, 4424.0, 4396.0, 4424.0, 4406.0, 4414.0, 4386.0, 4395.0, 4394.0, 4394.0, 4405.0, 4395.0, 4405.0, 4374.0, 4404.0, 4374.0, 4425.0, 4396.0, 4436.0, 4396.0, 4435.0, 4406.0, 4434.0, 4406.0, 4435.0, 4406.0, 4425.0, 4395.0, 4404.0, 4383.0, 4393.0, 4404.0, 4364.0, 4405.0, 4374.0, 4424.0, 4364.0, 4434.0, 4385.0, 4436.0, 4397.0, 4406.0, 4396.0, 4405.0, 4406.0, 4385.0, 4405.0, 4375.0, 4425.0, 4377.0, 4436.0, 4398.0, 4407.0, 4398.0, 4390.0, 4418.0, 4389.0, 4447.0, 4407.0, 4448.0, 4418.0, 4437.0, 4396.0, 4415.0, 4386.0, 4394.0, 4413.0, 4377.0, 4424.0, 4385.0, 4435.0, 4395.0, 4423.0, 4394.0, 4374.0, 4413.0, 4373.0, 4434.0, 4383.0, 4422.0, 4383.0, 4363.0, 4393.0, 4364.0, 4424.0, 4375.0, 4423.0, 4395.0, 4384.0, 4394.0, 4364.0, 4424.0, 4374.0, 4434.0, 4395.0, 4434.0, 4394.0, 4404.0, 4383.0, 4363.0, 4402.0, 4374.0, 4424.0, 4385.0, 4425.0, 4384.0, 4395.0, 4385.0, 4374.0, 4415.0, 4365.0, 4435.0, 4386.0, 4435.0, 4395.0, 4435.0, 4406.0, 4434.0, 4385.0, 4414.0, 4384.0, 4373.0, 4393.0, 4363.0, 4413.0, 4374.0, 4423.0, 4385.0, 4414.0, 4396.0, 4395.0, 4396.0, 4377.0, 4416.0, 4387.0, 4426.0, 4377.0, 4436.0, 4396.0, 4436.0, 4385.0, 4425.0, 4383.0, 4423.0, 4383.0, 4423.0, 4383.0, 4432.0, 4384.0, 4424.0, 4395.0, 4405.0, 4386.0, 4395.0, 4395.0, 4385.0, 4416.0, 4376.0, 4425.0, 4385.0, 4435.0, 4395.0, 4424.0, 4374.0, 4423.0, 4384.0, 4424.0, 4395.0, 4434.0, 4395.0, 4405.0, 4386.0, 4366.0, 4406.0, 4387.0, 4437.0, 4388.0, 4438.0, 4400.0, 4439.0, 4410.0, 4448.0, 4419.0, 4448.0, 4408.0, 4435.0, 4406.0, 4437.0, 4406.0, 4424.0, 4405.0, 4404.0, 4384.0, 4364.0, 4415.0, 4374.0, 4425.0, 4375.0, 4436.0, 4398.0, 4437.0, 4398.0, 4436.0, 4407.0, 4415.0, 4396.0, 4378.0, 4416.0, 4376.0, 4436.0, 4406.0, 4446.0, 4396.0, 4436.0, 4407.0, 4423.0, 4406.0, 4405.0, 4395.0, 4376.0, 4415.0, 4376.0, 4424.0, 4396.0, 4446.0, 4385.0, 4435.0, 4396.0, 4435.0, 4395.0, 4424.0, 4395.0, 4395.0, 4395.0, 4375.0, 4417.0, 4375.0, 4426.0, 4386.0, 4437.0, 4397.0, 4407.0, 4396.0, 4377.0, 4427.0, 4376.0, 4447.0, 4387.0, 4426.0, 4396.0, 4408.0, 4395.0, 4395.0, 4415.0, 4365.0, 4425.0, 4386.0, 4435.0, 4386.0, 4435.0, 4396.0, 4416.0, 4399.0, 4377.0, 4417.0, 4387.0, 4437.0, 4399.0, 4437.0, 4409.0, 4408.0, 4399.0, 4389.0, 4428.0, 4377.0, 4427.0, 4387.0, 4447.0, 4398.0, 4438.0, 4398.0, 4417.0, 4396.0, 4416.0, 4407.0, 4386.0, 4416.0, 4376.0, 4435.0, 4386.0, 4445.0, 4395.0, 4434.0, 4405.0, 4412.0, 4384.0, 4373.0, 4403.0, 4363.0, 4413.0, 4363.0, 4414.0, 4363.0, 4423.0, 4373.0, 4422.0, 4385.0, 4423.0, 4386.0, 4434.0, 4396.0, 4415.0, 4387.0, 4395.0, 4396.0, 4385.0, 4406.0, 4385.0, 4426.0, 4376.0, 4436.0, 4386.0, 4436.0, 4397.0, 4436.0, 4398.0, 4406.0, 4398.0, 4387.0, 4407.0, 4397.0, 4417.0, 4397.0, 4427.0, 4376.0, 4437.0, 4388.0, 4437.0, 4411.0, 4431.0, 4411.0, 4390.0, 4430.0, 4389.0, 4450.0, 4399.0, 4458.0, 4409.0, 4427.0, 4397.0, 4397.0, 4406.0, 4366.0, 4413.0, 4385.0, 4435.0, 4385.0, 4436.0, 4386.0, 4425.0, 4396.0, 4404.0, 4385.0, 4374.0, 4403.0, 4365.0, 4425.0, 4375.0, 4424.0, 4373.0, 4433.0, 4385.0, 4425.0, 4384.0, 4424.0, 4385.0, 4423.0, 4396.0, 4424.0, 4385.0, 4414.0, 4383.0, 4394.0, 4384.0, 4374.0, 4405.0, 4365.0, 4427.0, 4387.0, 4436.0, 4387.0, 4437.0, 4398.0, 4437.0, 4398.0, 4438.0, 4398.0, 4437.0, 4409.0, 4436.0, 4409.0, 4408.0, 4387.0, 4377.0, 4416.0, 4376.0, 4427.0, 4377.0, 4437.0, 4389.0, 4438.0, 4398.0, 4427.0, 4398.0, 4398.0, 4408.0, 4389.0, 4426.0, 4387.0, 4427.0, 4426.0, 4406.0, 4436.0, 4396.0, 4426.0, 4396.0, 4425.0, 4397.0, 4426.0, 4398.0, 4418.0, 4409.0, 4388.0, 4419.0, 4388.0, 4428.0, 4398.0, 4428.0, 4408.0, 4428.0, 4378.0, 4437.0, 4389.0, 4437.0, 4387.0, 4436.0, 4398.0, 4448.0, 4400.0, 4439.0, 4409.0, 4419.0, 4410.0, 4390.0, 4443.0, 4392.0, 4453.0, 4414.0, 4452.0, 4423.0, 4441.0, 4433.0, 4401.0, 4441.0, 4391.0, 4451.0, 4410.0, 4460.0, 4430.0, 4449.0, 4408.0, 4439.0, 4398.0, 4417.0, 4398.0, 4398.0, 4409.0, 4379.0, 4429.0, 4379.0, 4438.0, 4401.0, 4451.0, 4411.0, 4452.0, 4423.0, 4430.0, 4422.0, 4431.0, 4422.0, 4420.0, 4430.0, 4390.0, 4439.0, 4388.0, 4448.0, 4409.0, 4447.0, 4398.0, 4438.0, 4408.0, 4417.0, 4407.0, 4387.0, 4418.0, 4378.0, 4438.0, 4388.0, 4437.0, 4396.0, 4447.0, 4396.0, 4446.0, 4397.0, 4435.0, 4396.0, 4415.0, 4397.0, 4404.0, 4395.0, 4376.0, 4416.0, 4376.0, 4428.0, 4397.0, 4446.0, 4398.0, 4417.0, 4398.0, 4406.0, 4408.0, 4377.0, 4426.0, 4387.0, 4447.0, 4407.0, 4437.0, 4397.0, 4424.0, 4395.0, 4386.0, 4405.0, 4376.0, 4425.0, 4386.0, 4436.0, 4398.0, 4446.0, 4397.0, 4418.0, 4398.0, 4407.0, 4407.0, 4397.0, 4418.0, 4377.0, 4427.0, 4388.0, 4437.0, 4397.0, 4448.0, 4407.0, 4448.0, 4397.0, 4435.0, 4396.0, 4414.0, 4385.0, 4395.0, 4397.0, 4375.0, 4416.0, 4387.0, 4425.0, 4386.0, 4426.0, 4408.0, 4428.0, 4397.0, 4388.0, 4407.0, 4377.0, 4426.0, 4386.0, 4445.0, 4396.0, 4436.0, 4396.0, 4424.0, 4395.0, 4413.0, 4395.0, 4374.0, 4404.0, 4375.0, 4425.0, 4386.0, 4424.0, 4396.0, 4417.0, 4397.0, 4378.0, 4418.0, 4389.0, 4436.0, 4399.0, 4448.0, 4410.0, 4436.0, 4398.0, 4416.0, 4387.0, 4415.0, 4395.0, 4395.0, 4396.0, 4366.0, 4426.0, 4397.0, 4436.0, 4398.0, 4447.0, 4408.0, 4407.0, 4397.0, 4378.0, 4416.0, 4375.0, 4427.0, 4386.0, 4437.0, 4386.0, 4437.0, 4397.0, 4415.0, 4397.0, 4407.0, 4398.0, 4378.0, 4416.0, 4387.0, 4427.0, 4390.0, 4448.0, 4401.0, 4419.0, 4411.0, 4400.0, 4419.0, 4399.0, 4450.0, 4407.0, 4449.0, 4399.0, 4437.0, 4398.0, 4418.0, 4399.0, 4388.0, 4408.0, 4378.0, 4429.0, 4391.0, 4438.0, 4413.0, 4429.0, 4411.0, 4401.0, 4420.0, 4379.0, 4439.0, 4409.0, 4449.0, 4399.0, 4449.0, 4397.0, 4437.0, 4398.0, 4427.0, 4399.0, 4407.0, 4399.0, 4380.0, 4429.0, 4390.0, 4440.0, 4413.0, 4430.0, 4411.0, 4391.0, 4442.0, 4401.0, 4460.0, 4430.0, 4419.0, 4429.0, 4389.0, 4448.0, 4399.0, 4447.0, 4430.0, 4440.0, 4418.0, 4386.0, 4427.0, 4396.0, 4447.0, 4397.0, 4447.0, 4385.0, 4414.0, 4385.0, 4397.0, 4397.0, 4379.0, 4429.0, 4400.0, 4438.0, 4409.0, 4438.0, 4419.0, 4428.0, 4407.0, 4386.0, 4416.0, 4375.0, 4435.0, 4396.0, 4445.0, 4395.0, 4416.0, 4386.0, 4376.0, 4426.0, 4399.0, 4437.0, 4398.0, 4377.0, 4407.0, 4378.0, 4437.0, 4389.0, 4437.0, 4399.0, 4387.0, 4408.0, 4389.0, 4439.0, 4389.0, 4438.0, 4400.0, 4390.0, 4399.0, 4391.0, 4440.0, 4401.0, 4412.0, 4412.0, 4393.0, 4442.0, 4391.0, 4451.0, 4411.0, 4451.0, 4422.0, 4422.0, 4421.0, 4390.0, 4459.0, 4422.0, 4449.0, 4420.0, 4380.0, 4429.0, 4400.0, 4450.0, 4410.0, 4421.0, 4429.0, 4390.0, 4450.0, 4387.0, 4448.0, 4406.0, 4426.0, 4408.0, 4399.0, 4428.0, 4388.0, 4399.0, 4399.0, 4389.0, 4440.0, 4401.0, 4417.0, 4399.0, 4419.0, 4399.0, 4407.0, 4418.0, 4389.0, 4430.0, 4381.0, 4427.0, 4399.0, 4390.0, 4420.0, 4392.0, 4451.0, 4413.0, 4412.0, 4414.0, 4394.0, 4452.0, 4402.0, 4461.0, 4423.0, 4462.0, 4440.0, 4441.0, 4423.0, 4391.0, 4428.0, 4378.0, 4449.0, 4409.0, 4448.0, 4408.0, 4429.0, 4400.0, 4378.0, 4410.0, 4380.0, 4440.0, 4391.0, 4419.0, 4399.0, 4380.0, 4410.0, 4379.0, 4431.0, 4390.0, 4441.0, 4392.0, 4442.0, 4402.0, 4392.0, 4421.0, 4380.0, 4449.0, 4390.0, 4450.0, 4411.0, 4452.0, 4423.0, 4450.0, 4411.0, 4430.0, 4399.0, 4389.0, 4407.0, 4379.0, 4429.0, 4401.0, 4411.0, 4422.0, 4392.0, 4461.0, 4399.0, 4437.0, 4410.0, 4439.0, 4411.0, 4429.0, 4410.0, 4380.0, 4408.0, 4380.0, 4428.0, 4390.0, 4401.0, 4404.0, 4402.0, 4434.0, 4414.0, 4444.0, 4412.0, 4442.0, 4441.0, 4420.0, 4449.0, 4418.0, 4448.0, 4427.0, 4426.0, 4398.0, 4368.0, 4406.0, 4377.0, 4425.0, 4387.0, 4437.0, 4399.0, 4428.0, 4399.0, 4390.0, 4400.0, 4379.0, 4439.0, 4388.0, 4439.0, 4398.0, 4437.0, 4409.0, 4439.0, 4410.0, 4419.0, 4398.0, 4396.0, 4405.0, 4385.0, 4425.0, 4375.0, 4413.0, 4375.0, 4426.0, 4386.0, 4426.0, 4387.0, 4404.0, 4386.0, 4397.0, 4407.0, 4397.0, 4428.0, 4376.0, 4438.0, 4388.0, 4437.0, 4396.0, 4434.0, 4406.0, 4434.0, 4416.0, 4415.0, 4385.0, 4364.0, 4406.0, 4376.0, 4423.0, 4384.0, 4435.0, 4395.0, 4435.0, 4397.0, 4415.0, 4397.0, 4377.0, 4396.0, 4377.0, 4404.0, 4385.0, 4395.0, 4396.0, 4376.0, 4418.0, 4378.0, 4438.0, 4389.0, 4448.0, 4397.0, 4446.0, 4405.0, 4424.0, 4394.0, 4402.0, 4403.0, 4382.0, 4413.0, 4371.0, 4420.0, 4360.0, 4411.0, 4370.0, 4389.0, 4372.0, 4370.0, 4383.0, 4364.0, 4405.0, 4376.0, 4414.0, 4386.0, 4425.0, 4385.0, 4395.0, 4386.0, 4376.0, 4406.0, 4378.0, 4428.0, 4387.0, 4436.0, 4398.0, 4416.0, 4407.0, 4376.0, 4418.0, 4378.0, 4437.0, 4388.0, 4439.0, 4399.0, 4398.0, 4409.0, 4380.0, 4439.0, 4401.0, 4449.0, 4410.0, 4409.0, 4410.0, 4381.0, 4439.0, 4400.0, 4460.0, 4421.0, 4451.0, 4429.0, 4450.0, 4417.0, 4378.0, 4427.0, 4388.0, 4436.0, 4397.0, 4446.0, 4397.0, 4407.0, 4396.0, 4377.0, 4416.0, 4389.0, 4407.0, 4388.0, 4379.0, 4431.0, 4399.0, 4449.0, 4410.0, 4428.0, 4409.0, 4376.0, 4427.0, 4387.0, 4446.0, 4407.0, 4436.0, 4395.0, 4375.0, 4395.0, 4377.0, 4426.0, 4388.0, 4426.0, 4397.0, 4386.0, 4397.0, 4378.0, 4418.0, 4389.0, 4438.0, 4399.0, 4406.0, 4399.0, 4380.0, 4430.0, 4391.0, 4419.0, 4400.0, 4389.0, 4428.0, 4400.0, 4438.0, 4409.0, 4378.0, 4437.0, 4399.0, 4428.0, 4417.0, 4397.0, 4458.0, 4428.0, 4406.0, 4416.0, 4386.0, 4437.0, 4396.0, 4405.0, 4405.0, 4366.0, 4425.0, 4386.0, 4375.0, 4406.0, 4366.0, 4435.0, 4397.0, 4397.0, 4394.0, 4386.0, 4435.0, 4396.0, 4415.0, 4404.0, 4375.0, 4444.0, 4385.0, 4403.0, 4382.0, 4374.0, 4413.0, 4385.0, 4423.0, 4384.0, 4413.0, 4385.0, 4382.0, 4384.0, 4365.0, 4416.0, 4377.0, 4387.0, 4386.0, 4367.0, 4417.0, 4379.0, 4439.0, 4400.0, 4410.0, 4398.0, 4388.0, 4428.0, 4400.0, 4449.0, 4398.0, 4418.0], 'WindowWidth': [9857.0, 9772.0, 9798.0, 9736.0, 9742.0, 9699.0, 9692.0, 9709.0, 9691.0, 9734.0, 9679.0, 9734.0, 9666.0, 9731.0, 9694.0, 9741.0, 9711.0, 9759.0, 9725.0, 9748.0, 9714.0, 9751.0, 9709.0, 9741.0, 9704.0, 9742.0, 9690.0, 9704.0, 9689.0, 9674.0, 9698.0, 9684.0, 9726.0, 9667.0, 9722.0, 9663.0, 9721.0, 9659.0, 9737.0, 9687.0, 9751.0, 9689.0, 9755.0, 9700.0, 9737.0, 9702.0, 9711.0, 9705.0, 9697.0, 9694.0, 9686.0, 9721.0, 9716.0, 9804.0, 9714.0, 9763.0, 9695.0, 9745.0, 9695.0, 9763.0, 9712.0, 9764.0, 9724.0, 9744.0, 9707.0, 9743.0, 9722.0, 9729.0, 9693.0, 9705.0, 9702.0, 9702.0, 9717.0, 9704.0, 9716.0, 9677.0, 9715.0, 9676.0, 9744.0, 9707.0, 9762.0, 9708.0, 9761.0, 9721.0, 9757.0, 9721.0, 9761.0, 9721.0, 9745.0, 9705.0, 9715.0, 9686.0, 9700.0, 9716.0, 9662.0, 9718.0, 9676.0, 9742.0, 9663.0, 9757.0, 9692.0, 9762.0, 9711.0, 9721.0, 9707.0, 9720.0, 9721.0, 9693.0, 9719.0, 9679.0, 9746.0, 9684.0, 9764.0, 9717.0, 9727.0, 9717.0, 9709.0, 9743.0, 9705.0, 9780.0, 9725.0, 9785.0, 9740.0, 9766.0, 9709.0, 9732.0, 9693.0, 9704.0, 9728.0, 9683.0, 9743.0, 9692.0, 9760.0, 9705.0, 9742.0, 9702.0, 9679.0, 9727.0, 9674.0, 9758.0, 9686.0, 9737.0, 9686.0, 9659.0, 9701.0, 9663.0, 9741.0, 9679.0, 9741.0, 9705.0, 9689.0, 9701.0, 9664.0, 9741.0, 9677.0, 9758.0, 9705.0, 9759.0, 9703.0, 9715.0, 9687.0, 9661.0, 9712.0, 9674.0, 9742.0, 9691.0, 9746.0, 9691.0, 9707.0, 9694.0, 9677.0, 9731.0, 9666.0, 9760.0, 9695.0, 9759.0, 9707.0, 9760.0, 9722.0, 9757.0, 9691.0, 9729.0, 9688.0, 9672.0, 9699.0, 9658.0, 9726.0, 9677.0, 9742.0, 9693.0, 9731.0, 9710.0, 9707.0, 9708.0, 9685.0, 9735.0, 9698.0, 9749.0, 9684.0, 9763.0, 9707.0, 9763.0, 9692.0, 9746.0, 9688.0, 9739.0, 9687.0, 9738.0, 9687.0, 9752.0, 9690.0, 9744.0, 9707.0, 9719.0, 9696.0, 9706.0, 9707.0, 9693.0, 9734.0, 9682.0, 9746.0, 9693.0, 9761.0, 9703.0, 9745.0, 9676.0, 9739.0, 9690.0, 9742.0, 9705.0, 9759.0, 9707.0, 9719.0, 9695.0, 9670.0, 9724.0, 9698.0, 9767.0, 9703.0, 9770.0, 9720.0, 9771.0, 9735.0, 9783.0, 9746.0, 9786.0, 9727.0, 9764.0, 9723.0, 9764.0, 9721.0, 9745.0, 9720.0, 9716.0, 9690.0, 9664.0, 9730.0, 9676.0, 9746.0, 9681.0, 9764.0, 9716.0, 9767.0, 9716.0, 9764.0, 9728.0, 9735.0, 9710.0, 9688.0, 9737.0, 9683.0, 9763.0, 9722.0, 9780.0, 9709.0, 9765.0, 9724.0, 9742.0, 9721.0, 9717.0, 9706.0, 9681.0, 9732.0, 9684.0, 9745.0, 9707.0, 9777.0, 9694.0, 9761.0, 9708.0, 9762.0, 9706.0, 9742.0, 9707.0, 9706.0, 9708.0, 9680.0, 9738.0, 9682.0, 9748.0, 9697.0, 9765.0, 9713.0, 9725.0, 9711.0, 9686.0, 9751.0, 9682.0, 9780.0, 9698.0, 9750.0, 9709.0, 9729.0, 9707.0, 9706.0, 9733.0, 9666.0, 9746.0, 9693.0, 9758.0, 9696.0, 9759.0, 9709.0, 9737.0, 9719.0, 9686.0, 9738.0, 9700.0, 9766.0, 9719.0, 9766.0, 9731.0, 9728.0, 9717.0, 9706.0, 9753.0, 9686.0, 9753.0, 9699.0, 9780.0, 9714.0, 9768.0, 9714.0, 9737.0, 9709.0, 9735.0, 9724.0, 9695.0, 9733.0, 9680.0, 9760.0, 9693.0, 9775.0, 9705.0, 9759.0, 9719.0, 9724.0, 9687.0, 9674.0, 9712.0, 9659.0, 9723.0, 9658.0, 9727.0, 9659.0, 9739.0, 9674.0, 9737.0, 9692.0, 9740.0, 9694.0, 9756.0, 9708.0, 9733.0, 9697.0, 9705.0, 9706.0, 9692.0, 9720.0, 9693.0, 9747.0, 9683.0, 9761.0, 9696.0, 9761.0, 9710.0, 9761.0, 9713.0, 9722.0, 9712.0, 9700.0, 9723.0, 9712.0, 9739.0, 9711.0, 9750.0, 9682.0, 9763.0, 9701.0, 9765.0, 9739.0, 9763.0, 9737.0, 9708.0, 9762.0, 9708.0, 9788.0, 9719.0, 9798.0, 9731.0, 9753.0, 9712.0, 9712.0, 9720.0, 9669.0, 9727.0, 9691.0, 9760.0, 9692.0, 9765.0, 9695.0, 9747.0, 9707.0, 9715.0, 9691.0, 9676.0, 9714.0, 9666.0, 9743.0, 9679.0, 9742.0, 9675.0, 9757.0, 9691.0, 9745.0, 9690.0, 9742.0, 9692.0, 9740.0, 9708.0, 9742.0, 9691.0, 9730.0, 9688.0, 9702.0, 9689.0, 9677.0, 9719.0, 9667.0, 9751.0, 9700.0, 9763.0, 9698.0, 9767.0, 9716.0, 9767.0, 9717.0, 9767.0, 9716.0, 9765.0, 9731.0, 9765.0, 9733.0, 9726.0, 9700.0, 9686.0, 9736.0, 9682.0, 9751.0, 9686.0, 9765.0, 9704.0, 9769.0, 9715.0, 9753.0, 9716.0, 9715.0, 9729.0, 9704.0, 9751.0, 9698.0, 9751.0, 9748.0, 9721.0, 9764.0, 9708.0, 9748.0, 9709.0, 9747.0, 9711.0, 9748.0, 9715.0, 9740.0, 9730.0, 9703.0, 9743.0, 9703.0, 9754.0, 9714.0, 9755.0, 9729.0, 9756.0, 9688.0, 9766.0, 9704.0, 9766.0, 9699.0, 9763.0, 9714.0, 9783.0, 9719.0, 9774.0, 9733.0, 9744.0, 9736.0, 9710.0, 9783.0, 9716.0, 9798.0, 9747.0, 9797.0, 9758.0, 9779.0, 9770.0, 9725.0, 9778.0, 9712.0, 9792.0, 9733.0, 9806.0, 9763.0, 9788.0, 9731.0, 9771.0, 9715.0, 9739.0, 9715.0, 9715.0, 9730.0, 9693.0, 9758.0, 9694.0, 9771.0, 9724.0, 9793.0, 9741.0, 9794.0, 9757.0, 9764.0, 9754.0, 9764.0, 9753.0, 9748.0, 9761.0, 9707.0, 9771.0, 9700.0, 9785.0, 9729.0, 9783.0, 9715.0, 9771.0, 9728.0, 9738.0, 9725.0, 9698.0, 9740.0, 9687.0, 9768.0, 9702.0, 9766.0, 9709.0, 9780.0, 9708.0, 9779.0, 9711.0, 9761.0, 9708.0, 9731.0, 9711.0, 9718.0, 9705.0, 9684.0, 9734.0, 9683.0, 9751.0, 9712.0, 9778.0, 9714.0, 9739.0, 9714.0, 9723.0, 9728.0, 9686.0, 9750.0, 9699.0, 9782.0, 9725.0, 9766.0, 9711.0, 9746.0, 9706.0, 9695.0, 9719.0, 9683.0, 9747.0, 9696.0, 9761.0, 9715.0, 9778.0, 9712.0, 9741.0, 9714.0, 9726.0, 9725.0, 9711.0, 9741.0, 9684.0, 9752.0, 9702.0, 9766.0, 9712.0, 9783.0, 9725.0, 9784.0, 9709.0, 9761.0, 9707.0, 9730.0, 9693.0, 9705.0, 9710.0, 9679.0, 9735.0, 9697.0, 9746.0, 9697.0, 9748.0, 9729.0, 9754.0, 9712.0, 9702.0, 9724.0, 9683.0, 9748.0, 9695.0, 9777.0, 9708.0, 9765.0, 9708.0, 9744.0, 9706.0, 9728.0, 9705.0, 9674.0, 9714.0, 9679.0, 9744.0, 9694.0, 9743.0, 9710.0, 9737.0, 9713.0, 9690.0, 9742.0, 9705.0, 9764.0, 9716.0, 9782.0, 9733.0, 9766.0, 9716.0, 9736.0, 9696.0, 9732.0, 9704.0, 9704.0, 9708.0, 9667.0, 9748.0, 9712.0, 9763.0, 9715.0, 9779.0, 9729.0, 9724.0, 9711.0, 9688.0, 9736.0, 9680.0, 9750.0, 9695.0, 9766.0, 9695.0, 9766.0, 9710.0, 9733.0, 9711.0, 9725.0, 9715.0, 9688.0, 9739.0, 9702.0, 9754.0, 9708.0, 9784.0, 9725.0, 9747.0, 9738.0, 9721.0, 9744.0, 9717.0, 9789.0, 9727.0, 9788.0, 9718.0, 9770.0, 9716.0, 9740.0, 9718.0, 9702.0, 9729.0, 9689.0, 9759.0, 9710.0, 9771.0, 9743.0, 9761.0, 9738.0, 9724.0, 9746.0, 9691.0, 9772.0, 9729.0, 9786.0, 9716.0, 9785.0, 9714.0, 9764.0, 9714.0, 9751.0, 9718.0, 9727.0, 9717.0, 9694.0, 9758.0, 9708.0, 9773.0, 9743.0, 9762.0, 9739.0, 9713.0, 9780.0, 9727.0, 9806.0, 9764.0, 9745.0, 9759.0, 9706.0, 9785.0, 9718.0, 9782.0, 9762.0, 9774.0, 9742.0, 9697.0, 9752.0, 9709.0, 9784.0, 9710.0, 9782.0, 9695.0, 9732.0, 9693.0, 9710.0, 9714.0, 9690.0, 9758.0, 9722.0, 9770.0, 9731.0, 9769.0, 9744.0, 9754.0, 9725.0, 9696.0, 9734.0, 9678.0, 9761.0, 9708.0, 9779.0, 9705.0, 9737.0, 9695.0, 9683.0, 9749.0, 9718.0, 9766.0, 9713.0, 9685.0, 9725.0, 9688.0, 9765.0, 9704.0, 9766.0, 9717.0, 9702.0, 9729.0, 9705.0, 9770.0, 9707.0, 9771.0, 9723.0, 9710.0, 9719.0, 9710.0, 9775.0, 9727.0, 9742.0, 9742.0, 9719.0, 9780.0, 9711.0, 9791.0, 9741.0, 9794.0, 9756.0, 9757.0, 9751.0, 9709.0, 9802.0, 9753.0, 9789.0, 9748.0, 9695.0, 9757.0, 9721.0, 9788.0, 9736.0, 9752.0, 9760.0, 9707.0, 9790.0, 9699.0, 9784.0, 9723.0, 9749.0, 9726.0, 9717.0, 9755.0, 9704.0, 9718.0, 9718.0, 9704.0, 9774.0, 9721.0, 9739.0, 9715.0, 9740.0, 9715.0, 9725.0, 9741.0, 9703.0, 9758.0, 9694.0, 9753.0, 9717.0, 9707.0, 9747.0, 9711.0, 9791.0, 9743.0, 9742.0, 9745.0, 9718.0, 9792.0, 9726.0, 9804.0, 9753.0, 9809.0, 9775.0, 9776.0, 9754.0, 9710.0, 9753.0, 9685.0, 9785.0, 9726.0, 9784.0, 9726.0, 9755.0, 9718.0, 9688.0, 9731.0, 9691.0, 9771.0, 9709.0, 9745.0, 9717.0, 9691.0, 9731.0, 9689.0, 9760.0, 9705.0, 9774.0, 9711.0, 9779.0, 9726.0, 9713.0, 9746.0, 9692.0, 9782.0, 9702.0, 9786.0, 9735.0, 9792.0, 9752.0, 9787.0, 9735.0, 9757.0, 9714.0, 9702.0, 9723.0, 9688.0, 9755.0, 9721.0, 9737.0, 9750.0, 9711.0, 9804.0, 9716.0, 9765.0, 9729.0, 9768.0, 9733.0, 9757.0, 9732.0, 9694.0, 9727.0, 9691.0, 9753.0, 9706.0, 9722.0, 9730.0, 9726.0, 9772.0, 9743.0, 9784.0, 9740.0, 9778.0, 9776.0, 9744.0, 9786.0, 9738.0, 9786.0, 9750.0, 9747.0, 9711.0, 9673.0, 9722.0, 9684.0, 9745.0, 9696.0, 9762.0, 9713.0, 9751.0, 9714.0, 9704.0, 9718.0, 9691.0, 9769.0, 9701.0, 9769.0, 9714.0, 9765.0, 9729.0, 9769.0, 9730.0, 9741.0, 9713.0, 9705.0, 9717.0, 9690.0, 9743.0, 9675.0, 9727.0, 9676.0, 9747.0, 9693.0, 9746.0, 9695.0, 9714.0, 9693.0, 9708.0, 9722.0, 9710.0, 9751.0, 9682.0, 9769.0, 9697.0, 9765.0, 9706.0, 9759.0, 9719.0, 9756.0, 9731.0, 9728.0, 9689.0, 9662.0, 9718.0, 9679.0, 9739.0, 9686.0, 9758.0, 9704.0, 9760.0, 9709.0, 9733.0, 9709.0, 9685.0, 9706.0, 9683.0, 9714.0, 9693.0, 9704.0, 9707.0, 9680.0, 9739.0, 9685.0, 9768.0, 9703.0, 9784.0, 9711.0, 9776.0, 9718.0, 9740.0, 9700.0, 9708.0, 9712.0, 9681.0, 9725.0, 9663.0, 9732.0, 9647.0, 9717.0, 9663.0, 9688.0, 9668.0, 9664.0, 9683.0, 9660.0, 9718.0, 9682.0, 9728.0, 9695.0, 9746.0, 9693.0, 9706.0, 9693.0, 9682.0, 9723.0, 9686.0, 9753.0, 9697.0, 9764.0, 9714.0, 9735.0, 9725.0, 9681.0, 9739.0, 9689.0, 9765.0, 9701.0, 9772.0, 9717.0, 9717.0, 9732.0, 9694.0, 9771.0, 9724.0, 9788.0, 9735.0, 9732.0, 9734.0, 9696.0, 9772.0, 9721.0, 9803.0, 9751.0, 9789.0, 9759.0, 9787.0, 9739.0, 9688.0, 9753.0, 9699.0, 9764.0, 9711.0, 9779.0, 9712.0, 9724.0, 9709.0, 9686.0, 9738.0, 9704.0, 9724.0, 9702.0, 9691.0, 9761.0, 9716.0, 9787.0, 9734.0, 9755.0, 9729.0, 9681.0, 9751.0, 9695.0, 9779.0, 9723.0, 9764.0, 9705.0, 9678.0, 9706.0, 9683.0, 9748.0, 9701.0, 9748.0, 9712.0, 9696.0, 9712.0, 9691.0, 9740.0, 9704.0, 9768.0, 9717.0, 9724.0, 9717.0, 9693.0, 9760.0, 9711.0, 9746.0, 9721.0, 9704.0, 9756.0, 9719.0, 9771.0, 9729.0, 9689.0, 9766.0, 9715.0, 9755.0, 9738.0, 9711.0, 9800.0, 9752.0, 9723.0, 9735.0, 9696.0, 9767.0, 9708.0, 9720.0, 9719.0, 9667.0, 9748.0, 9694.0, 9679.0, 9720.0, 9668.0, 9761.0, 9711.0, 9709.0, 9703.0, 9695.0, 9760.0, 9708.0, 9732.0, 9717.0, 9677.0, 9770.0, 9690.0, 9713.0, 9683.0, 9675.0, 9725.0, 9689.0, 9740.0, 9688.0, 9726.0, 9689.0, 9684.0, 9688.0, 9665.0, 9733.0, 9685.0, 9697.0, 9697.0, 9671.0, 9740.0, 9691.0, 9772.0, 9720.0, 9732.0, 9716.0, 9702.0, 9755.0, 9718.0, 9788.0, 9714.0, 9741.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.0004459983429991715</td></tr>
<tr><td colspan=3>aqi</td><td>0.04247337166528583</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.909510651956886</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.181165858515754</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9360283058126043</td></tr>
<tr><td colspan=3>efc</td><td>0.4896</td></tr>
<tr><td colspan=3>fber</td><td>5498.7363</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06769621655147828</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.24855012427506215</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.498362635488529</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3837138522587424</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.772785206618922</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3385888475879235</td></tr>
<tr><td colspan=3>gcor</td><td>0.00366297</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01943570375442505</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03329802677035332</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1207</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9521464514348783</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>22.3005</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.8152</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.8415</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294990.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>864.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>337.2922</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5452</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>535.4056</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3567.9209</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3779.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81554.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1228.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4642.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>956.1834</td></tr>
<tr><td colspan=3>tsnr</td><td>32.947076977347024</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>