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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0123_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-0123_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-0123_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-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0123/figures/sub-0123_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-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123/ses-01/func/sub-0123_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>3260e76d830882c8fd06acf8a4bc55d9</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:20:9.085000</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.998197, -0.0448054, 0.0399408, 0.0448041, 0.998995, 0.000927313]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0736134</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>[4239, -7731, -7338, 127, -118, 52, -90, 101]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.75</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>794be103-aa61-411a-879e-2409dfe67417||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.6780896186828613, 0.12020612508058548, 0.10784407705068588, 104.15369415283203], [0.12020952999591827, 2.6802315711975098, -0.002332452917471528, -111.7833251953125], [0.10715831816196442, -0.002487913938239217, 2.6978442668914795, -99.52599334716797], [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': ['102009.085000', '102009.545000', '102010.005000', '102010.465000', '102010.925000', '102011.385000', '102011.845000', '102012.305000', '102012.765000', '102013.225000', '102013.685000', '102014.145000', '102014.605000', '102015.065000', '102015.525000', '102015.985000', '102016.445000', '102016.905000', '102017.365000', '102017.825000', '102018.285000', '102018.745000', '102019.205000', '102019.665000', '102020.125000', '102020.585000', '102021.045000', '102021.505000', '102021.965000', '102022.425000', '102022.885000', '102023.345000', '102023.805000', '102024.265000', '102024.725000', '102025.185000', '102025.645000', '102026.105000', '102026.565000', '102027.025000', '102027.485000', '102027.945000', '102028.405000', '102028.865000', '102029.325000', '102029.785000', '102030.245000', '102030.705000', '102031.165000', '102031.625000', '102032.085000', '102032.545000', '102033.005000', '102033.465000', '102033.925000', '102034.385000', '102034.845000', '102035.305000', '102035.765000', '102036.225000', '102036.685000', '102037.145000', '102037.605000', '102038.065000', '102038.525000', '102038.985000', '102039.445000', '102039.905000', '102040.365000', '102040.825000', '102041.285000', '102041.745000', '102042.205000', '102042.665000', '102043.125000', '102043.585000', '102044.045000', '102044.505000', '102044.965000', '102045.425000', '102045.885000', '102046.345000', '102046.805000', '102047.265000', '102047.725000', '102048.185000', '102048.645000', '102049.105000', '102049.565000', '102050.025000', '102050.485000', '102050.945000', '102051.405000', '102051.865000', '102052.325000', '102052.785000', '102053.245000', '102053.705000', '102054.165000', '102054.625000', '102055.085000', '102055.545000', '102056.005000', '102056.465000', '102056.925000', '102057.385000', '102057.845000', '102058.305000', '102058.765000', '102059.225000', '102059.685000', '102100.145000', '102100.605000', '102101.065000', '102101.525000', '102101.985000', '102102.445000', '102102.905000', '102103.365000', '102103.825000', '102104.285000', '102104.745000', '102105.205000', '102105.665000', '102106.125000', '102106.585000', '102107.045000', '102107.505000', '102107.965000', '102108.425000', '102108.885000', '102109.345000', '102109.805000', '102110.265000', '102110.725000', '102111.185000', '102111.645000', '102112.105000', '102112.565000', '102113.025000', '102113.485000', '102113.945000', '102114.405000', '102114.865000', '102115.325000', '102115.785000', '102116.245000', '102116.705000', '102117.165000', '102117.625000', '102118.085000', '102118.545000', '102119.005000', '102119.465000', '102119.925000', '102120.385000', '102120.845000', '102121.305000', '102121.765000', '102122.225000', '102122.685000', '102123.145000', '102123.605000', '102124.065000', '102124.525000', '102124.985000', '102125.445000', '102125.905000', '102126.365000', '102126.825000', '102127.285000', '102127.745000', '102128.205000', '102128.665000', '102129.125000', '102129.585000', '102130.045000', '102130.505000', '102130.965000', '102131.425000', '102131.885000', '102132.345000', '102132.805000', '102133.265000', '102133.725000', '102134.185000', '102134.645000', '102135.105000', '102135.565000', '102136.025000', '102136.485000', '102136.945000', '102137.405000', '102137.865000', '102138.325000', '102138.785000', '102139.245000', '102139.705000', '102140.165000', '102140.625000', '102141.085000', '102141.545000', '102142.005000', '102142.465000', '102142.925000', '102143.385000', '102143.845000', '102144.305000', '102144.765000', '102145.225000', '102145.685000', '102146.145000', '102146.605000', '102147.065000', '102147.525000', '102147.985000', '102148.445000', '102148.905000', '102149.365000', '102149.825000', '102150.285000', '102150.745000', '102151.205000', '102151.665000', '102152.125000', '102152.585000', '102153.045000', '102153.505000', '102153.965000', '102154.425000', '102154.885000', '102155.345000', '102155.805000', '102156.265000', '102156.725000', '102157.185000', '102157.645000', '102158.105000', '102158.565000', '102159.025000', '102159.485000', '102159.945000', '102200.405000', '102200.865000', '102201.325000', '102201.785000', '102202.245000', '102202.705000', '102203.165000', '102203.625000', '102204.085000', '102204.545000', '102205.005000', '102205.465000', '102205.925000', '102206.385000', '102206.845000', '102207.305000', '102207.765000', '102208.225000', '102208.685000', '102209.145000', '102209.605000', '102210.065000', '102210.525000', '102210.985000', '102211.445000', '102211.905000', '102212.365000', '102212.825000', '102213.285000', '102213.745000', '102214.205000', '102214.665000', '102215.125000', '102215.585000', '102216.045000', '102216.505000', '102216.965000', '102217.425000', '102217.885000', '102218.345000', '102218.805000', '102219.265000', '102219.725000', '102220.185000', '102220.645000', '102221.105000', '102221.565000', '102222.025000', '102222.485000', '102222.945000', '102223.405000', '102223.865000', '102224.325000', '102224.785000', '102225.245000', '102225.705000', '102226.165000', '102226.625000', '102227.085000', '102227.545000', '102228.005000', '102228.465000', '102228.925000', '102229.385000', '102229.845000', '102230.305000', '102230.765000', '102231.225000', '102231.685000', '102232.145000', '102232.605000', '102233.065000', '102233.525000', '102233.985000', '102234.445000', '102234.905000', '102235.365000', '102235.825000', '102236.285000', '102236.745000', '102237.205000', '102237.665000', '102238.125000', '102238.585000', '102239.045000', '102239.505000', '102239.965000', '102240.425000', '102240.885000', '102241.345000', '102241.805000', '102242.265000', '102242.725000', '102243.185000', '102243.645000', '102244.105000', '102244.565000', '102245.025000', '102245.485000', '102245.945000', '102246.405000', '102246.865000', '102247.325000', '102247.785000', '102248.245000', '102248.705000', '102249.165000', '102249.625000', '102250.085000', '102250.545000', '102251.005000', '102251.465000', '102251.925000', '102252.385000', '102252.845000', '102253.305000', '102253.765000', '102254.225000', '102254.685000', '102255.145000', '102255.605000', '102256.065000', '102256.525000', '102256.985000', '102257.445000', '102257.905000', '102258.365000', '102258.825000', '102259.285000', '102259.745000', '102300.205000', '102300.665000', '102301.125000', '102301.585000', '102302.045000', '102302.505000', '102302.965000', '102303.425000', '102303.885000', '102304.345000', '102304.805000', '102305.265000', '102305.725000', '102306.185000', '102306.645000', '102307.105000', '102307.565000', '102308.025000', '102308.485000', '102308.945000', '102309.405000', '102309.865000', '102310.325000', '102310.785000', '102311.245000', '102311.705000', '102312.165000', '102312.625000', '102313.085000', '102313.545000', '102314.005000', '102314.465000', '102314.925000', '102315.385000', '102315.845000', '102316.305000', '102316.765000', '102317.225000', '102317.685000', '102318.145000', '102318.605000', '102319.065000', '102319.525000', '102319.985000', '102320.445000', '102320.905000', '102321.365000', '102321.825000', '102322.285000', '102322.745000', '102323.205000', '102323.665000', '102324.125000', '102324.585000', '102325.045000', '102325.505000', '102325.965000', '102326.425000', '102326.885000', '102327.345000', '102327.805000', '102328.265000', '102328.725000', '102329.185000', '102329.645000', '102330.105000', '102330.565000', '102331.025000', '102331.485000', '102331.945000', '102332.405000', '102332.865000', '102333.325000', '102333.785000', '102334.245000', '102334.705000', '102335.165000', '102335.625000', '102336.085000', '102336.545000', '102337.005000', '102337.465000', '102337.925000', '102338.385000', '102338.845000', '102339.305000', '102339.765000', '102340.225000', '102340.685000', '102341.145000', '102341.605000', '102342.065000', '102342.525000', '102342.985000', '102343.445000', '102343.905000', '102344.365000', '102344.825000', '102345.285000', '102345.745000', '102346.205000', '102346.665000', '102347.125000', '102347.585000', '102348.045000', '102348.505000', '102348.965000', '102349.425000', '102349.885000', '102350.345000', '102350.805000', '102351.265000', '102351.725000', '102352.185000', '102352.645000', '102353.105000', '102353.565000', '102354.025000', '102354.485000', '102354.945000', '102355.405000', '102355.865000', '102356.325000', '102356.785000', '102357.245000', '102357.705000', '102358.165000', '102358.625000', '102359.085000', '102359.545000', '102400.005000', '102400.465000', '102400.925000', '102401.385000', '102401.845000', '102402.305000', '102402.765000', '102403.225000', '102403.685000', '102404.145000', '102404.605000', '102405.065000', '102405.525000', '102405.985000', '102406.445000', '102406.905000', '102407.365000', '102407.825000', '102408.285000', '102408.745000', '102409.205000', '102409.665000', '102410.125000', '102410.585000', '102411.045000', '102411.505000', '102411.965000', '102412.425000', '102412.885000', '102413.345000', '102413.805000', '102414.265000', '102414.725000', '102415.185000', '102415.645000', '102416.105000', '102416.565000', '102417.025000', '102417.485000', '102417.945000', '102418.405000', '102418.865000', '102419.325000', '102419.785000', '102420.245000', '102420.705000', '102421.165000', '102421.625000', '102422.085000', '102422.545000', '102423.005000', '102423.465000', '102423.925000', '102424.385000', '102424.845000', '102425.305000', '102425.765000', '102426.225000', '102426.685000', '102427.145000', '102427.605000', '102428.065000', '102428.525000', '102428.985000', '102429.445000', '102429.905000', '102430.365000', '102430.825000', '102431.285000', '102431.745000', '102432.205000', '102432.665000', '102433.125000', '102433.585000', '102434.045000', '102434.505000', '102434.965000', '102435.425000', '102435.885000', '102436.345000', '102436.805000', '102437.265000', '102437.725000', '102438.185000', '102438.645000', '102439.105000', '102439.565000', '102440.025000', '102440.485000', '102440.945000', '102441.405000', '102441.865000', '102442.325000', '102442.785000', '102443.245000', '102443.705000', '102444.165000', '102444.625000', '102445.085000', '102445.545000', '102446.005000', '102446.465000', '102446.925000', '102447.385000', '102447.845000', '102448.305000', '102448.765000', '102449.225000', '102449.685000', '102450.145000', '102450.605000', '102451.065000', '102451.525000', '102451.985000', '102452.445000', '102452.905000', '102453.365000', '102453.825000', '102454.285000', '102454.745000', '102455.205000', '102455.665000', '102456.125000', '102456.585000', '102457.045000', '102457.505000', '102457.965000', '102458.425000', '102458.885000', '102459.345000', '102459.805000', '102500.265000', '102500.725000', '102501.185000', '102501.645000', '102502.105000', '102502.565000', '102503.025000', '102503.485000', '102503.945000', '102504.405000', '102504.865000', '102505.325000', '102505.785000', '102506.245000', '102506.705000', '102507.165000', '102507.625000', '102508.085000', '102508.545000', '102509.005000', '102509.465000', '102509.925000', '102510.385000', '102510.845000', '102511.305000', '102511.765000', '102512.225000', '102512.685000', '102513.145000', '102513.605000', '102514.065000', '102514.525000', '102514.985000', '102515.445000', '102515.905000', '102516.365000', '102516.825000', '102517.285000', '102517.745000', '102518.205000', '102518.665000', '102519.125000', '102519.585000', '102520.045000', '102520.505000', '102520.965000', '102521.425000', '102521.885000', '102522.345000', '102522.805000', '102523.265000', '102523.725000', '102524.185000', '102524.645000', '102525.105000', '102525.565000', '102526.025000', '102526.485000', '102526.945000', '102527.405000', '102527.865000', '102528.325000', '102528.785000', '102529.245000', '102529.705000', '102530.165000', '102530.625000', '102531.085000', '102531.545000', '102532.005000', '102532.465000', '102532.925000', '102533.385000', '102533.845000', '102534.305000', '102534.765000', '102535.225000', '102535.685000', '102536.145000', '102536.605000', '102537.065000', '102537.525000', '102537.985000', '102538.445000', '102538.905000', '102539.365000', '102539.825000', '102540.285000', '102540.745000', '102541.205000', '102541.665000', '102542.125000', '102542.585000', '102543.045000', '102543.505000', '102543.965000', '102544.425000', '102544.885000', '102545.345000', '102545.805000', '102546.265000', '102546.725000', '102547.185000', '102547.645000', '102548.105000', '102548.565000', '102549.025000', '102549.485000', '102549.945000', '102550.405000', '102550.865000', '102551.325000', '102551.785000', '102552.245000', '102552.705000', '102553.165000', '102553.625000', '102554.085000', '102554.545000', '102555.005000', '102555.465000', '102555.925000', '102556.385000', '102556.845000', '102557.305000', '102557.765000', '102558.225000', '102558.685000', '102559.145000', '102559.605000', '102600.065000', '102600.525000', '102600.985000', '102601.445000', '102601.905000', '102602.365000', '102602.825000', '102603.285000', '102603.745000', '102604.205000', '102604.665000', '102605.125000', '102605.585000', '102606.045000', '102606.505000', '102606.965000', '102607.425000', '102607.885000', '102608.345000', '102608.805000', '102609.265000', '102609.725000', '102610.185000', '102610.645000', '102611.105000', '102611.565000', '102612.025000', '102612.485000', '102612.945000', '102613.405000', '102613.865000', '102614.325000', '102614.785000', '102615.245000', '102615.705000', '102616.165000', '102616.625000', '102617.085000', '102617.545000', '102618.005000', '102618.465000', '102618.925000', '102619.385000', '102619.845000', '102620.305000', '102620.765000', '102621.225000', '102621.685000', '102622.145000', '102622.605000', '102623.065000', '102623.525000', '102623.985000', '102624.445000', '102624.905000', '102625.365000', '102625.825000', '102626.285000', '102626.745000', '102627.205000', '102627.665000', '102628.125000', '102628.585000', '102629.045000', '102629.505000', '102629.965000', '102630.425000', '102630.885000', '102631.345000', '102631.805000', '102632.265000', '102632.725000', '102633.185000', '102633.645000', '102634.105000', '102634.565000', '102635.025000', '102635.485000', '102635.945000', '102636.405000', '102636.865000', '102637.325000', '102637.785000', '102638.245000', '102638.705000', '102639.165000', '102639.625000', '102640.085000', '102640.545000', '102641.005000', '102641.465000', '102641.925000', '102642.385000', '102642.845000', '102643.305000', '102643.765000', '102644.225000', '102644.685000', '102645.145000', '102645.605000', '102646.065000', '102646.525000', '102646.985000', '102647.445000', '102647.905000', '102648.365000', '102648.825000', '102649.285000', '102649.745000', '102650.205000', '102650.665000', '102651.125000', '102651.585000', '102652.045000', '102652.505000', '102652.965000', '102653.425000', '102653.885000', '102654.345000', '102654.805000', '102655.265000', '102655.725000', '102656.185000', '102656.645000', '102657.105000', '102657.565000', '102658.025000', '102658.485000', '102658.945000', '102659.405000', '102659.865000', '102700.325000', '102700.785000', '102701.245000', '102701.705000', '102702.165000', '102702.625000', '102703.085000', '102703.545000', '102704.005000', '102704.465000', '102704.925000', '102705.385000', '102705.845000', '102706.305000', '102706.765000', '102707.225000', '102707.685000', '102708.145000', '102708.605000', '102709.065000', '102709.525000', '102709.985000', '102710.445000', '102710.905000', '102711.365000', '102711.825000', '102712.285000', '102712.745000', '102713.205000', '102713.665000', '102714.125000', '102714.585000', '102715.045000', '102715.505000', '102715.965000', '102716.425000', '102716.885000', '102717.345000', '102717.805000', '102718.265000', '102718.725000', '102719.185000', '102719.645000', '102720.105000', '102720.565000', '102721.025000', '102721.485000', '102721.945000', '102722.405000', '102722.865000', '102723.325000', '102723.785000', '102724.245000', '102724.705000', '102725.165000', '102725.625000', '102726.085000', '102726.545000', '102727.005000', '102727.465000', '102727.925000', '102728.385000', '102728.845000', '102729.305000', '102729.765000', '102730.225000', '102730.685000', '102731.145000', '102731.605000', '102732.065000', '102732.525000', '102732.985000', '102733.445000', '102733.905000', '102734.365000', '102734.825000', '102735.285000', '102735.745000', '102736.205000', '102736.665000', '102737.125000', '102737.585000', '102738.045000', '102738.505000', '102738.965000', '102739.425000', '102739.885000', '102740.345000', '102740.805000', '102741.265000', '102741.725000', '102742.185000', '102742.645000', '102743.105000', '102743.565000', '102744.025000', '102744.485000', '102744.945000', '102745.405000', '102745.865000', '102746.325000', '102746.785000', '102747.245000', '102747.705000', '102748.165000', '102748.625000', '102749.085000', '102749.545000', '102750.005000', '102750.465000', '102750.925000', '102751.385000', '102751.845000', '102752.305000', '102752.765000', '102753.225000', '102753.685000', '102754.145000', '102754.605000', '102755.065000', '102755.525000', '102755.985000', '102756.445000', '102756.905000', '102757.365000', '102757.825000', '102758.285000', '102758.745000', '102759.205000', '102759.665000', '102800.125000', '102800.585000', '102801.045000', '102801.505000', '102801.965000', '102802.425000', '102802.885000', '102803.345000', '102803.805000', '102804.265000', '102804.725000', '102805.185000', '102805.645000', '102806.105000', '102806.565000', '102807.025000', '102807.485000', '102807.945000', '102808.405000', '102808.865000', '102809.325000', '102809.785000', '102810.245000', '102810.705000', '102811.165000', '102811.625000', '102812.085000', '102812.545000', '102813.005000', '102813.465000', '102813.925000', '102814.385000', '102814.845000', '102815.305000', '102815.765000', '102816.225000', '102816.685000', '102817.145000', '102817.605000', '102818.065000', '102818.525000', '102818.985000', '102819.445000', '102819.905000', '102820.365000', '102820.825000', '102821.285000', '102821.745000', '102822.205000', '102822.665000', '102823.125000', '102823.585000', '102824.045000', '102824.505000', '102824.965000', '102825.425000', '102825.885000', '102826.345000', '102826.805000', '102827.265000', '102827.725000', '102828.185000', '102828.645000', '102829.105000', '102829.565000', '102830.025000', '102830.485000', '102830.945000', '102831.405000', '102831.865000', '102832.325000', '102832.785000', '102833.245000', '102833.705000', '102834.165000', '102834.625000', '102835.085000', '102835.545000', '102836.005000', '102836.465000', '102836.925000', '102837.385000', '102837.845000', '102838.305000', '102838.765000', '102839.225000', '102839.685000', '102840.145000', '102840.605000', '102841.065000', '102841.525000', '102841.985000', '102842.445000', '102842.905000', '102843.365000', '102843.825000', '102844.285000', '102844.745000', '102845.205000', '102845.665000', '102846.125000', '102846.585000', '102847.045000', '102847.505000', '102847.965000', '102848.425000', '102848.885000', '102849.345000', '102849.805000', '102850.265000', '102850.725000', '102851.185000', '102851.645000', '102852.105000', '102852.565000', '102853.025000', '102853.485000', '102853.945000', '102854.405000', '102854.865000', '102855.325000', '102855.785000', '102856.245000', '102856.705000', '102857.165000', '102857.625000', '102858.085000', '102858.545000', '102859.005000', '102859.465000', '102859.925000', '102900.385000', '102900.845000', '102901.305000', '102901.765000', '102902.225000', '102902.685000', '102903.145000', '102903.605000', '102904.065000', '102904.525000', '102904.985000', '102905.445000', '102905.905000', '102906.365000', '102906.825000', '102907.285000', '102907.745000', '102908.205000', '102908.665000', '102909.125000', '102909.585000', '102910.045000', '102910.505000', '102910.965000', '102911.425000', '102911.885000', '102912.345000', '102912.805000', '102913.265000', '102913.725000', '102914.185000', '102914.645000', '102915.105000', '102915.565000', '102916.025000', '102916.485000', '102916.945000', '102917.405000', '102917.865000', '102918.325000', '102918.785000', '102919.245000', '102919.705000', '102920.165000', '102920.625000', '102921.085000', '102921.545000', '102922.005000', '102922.465000', '102922.925000', '102923.385000', '102923.845000', '102924.305000', '102924.765000'], 'ContentTime': ['102030.887000', '102030.890000', '102030.893000', '102030.896000', '102030.898000', '102030.901000', '102030.904000', '102030.906000', '102030.909000', '102030.911000', '102030.914000', '102030.917000', '102030.919000', '102030.931000', '102030.933000', '102030.936000', '102030.939000', '102030.941000', '102030.944000', '102030.946000', '102030.949000', '102030.951000', '102030.954000', '102030.957000', '102030.959000', '102030.962000', '102030.965000', '102030.967000', '102030.970000', '102030.972000', '102030.975000', '102030.978000', '102030.980000', '102030.983000', '102030.985000', '102030.990000', '102030.992000', '102030.995000', '102030.997000', '102031.001000', '102031.004000', '102031.006000', '102031.009000', '102031.012000', '102031.014000', '102050.855000', '102050.858000', '102050.860000', '102050.863000', '102050.865000', '102050.868000', '102050.871000', '102050.873000', '102050.876000', '102050.878000', '102050.881000', '102050.883000', '102050.886000', '102050.889000', '102050.891000', '102050.894000', '102050.896000', '102050.899000', '102050.901000', '102050.904000', '102050.907000', '102050.909000', '102050.912000', '102050.914000', '102050.917000', '102050.920000', '102050.922000', '102050.925000', '102050.927000', '102050.930000', '102050.933000', '102050.935000', '102050.946000', '102050.949000', '102050.951000', '102050.954000', '102050.956000', '102050.959000', '102050.962000', '102050.964000', '102050.967000', '102050.969000', '102050.972000', '102110.854000', '102110.857000', '102110.860000', '102110.862000', '102110.865000', '102110.868000', '102110.870000', '102110.873000', '102110.875000', '102110.878000', '102110.880000', '102110.883000', '102110.886000', '102110.888000', '102110.891000', '102110.893000', '102110.896000', '102110.898000', '102110.901000', '102110.904000', '102110.906000', '102110.909000', '102110.911000', '102110.914000', '102110.917000', '102110.919000', '102110.922000', '102110.924000', '102110.927000', '102110.930000', '102110.932000', '102110.935000', '102110.937000', '102110.940000', '102110.942000', '102110.945000', '102110.952000', '102110.954000', '102110.957000', '102110.960000', '102110.962000', '102110.965000', '102110.968000', '102110.970000', '102130.855000', '102130.857000', '102130.860000', '102130.863000', '102130.865000', '102130.868000', '102130.875000', '102130.878000', '102130.880000', '102130.883000', '102130.886000', '102130.888000', '102130.891000', '102130.893000', '102130.896000', '102130.899000', '102130.901000', '102130.904000', '102130.906000', '102130.909000', '102130.911000', '102130.914000', '102130.917000', '102130.919000', '102130.923000', '102130.926000', '102130.929000', '102130.931000', '102130.934000', '102130.936000', '102130.939000', '102130.942000', '102130.944000', '102130.947000', '102130.949000', '102130.952000', '102130.955000', '102130.959000', '102130.962000', '102130.964000', '102130.967000', '102130.969000', '102130.972000', '102150.854000', '102150.856000', '102150.859000', '102150.862000', '102150.864000', '102150.867000', '102150.869000', '102150.872000', '102150.875000', '102150.877000', '102150.880000', '102150.882000', '102150.885000', '102150.888000', '102150.890000', '102150.893000', '102150.895000', '102150.898000', '102150.900000', '102150.903000', '102150.906000', '102150.908000', '102150.911000', '102150.913000', '102150.916000', '102150.919000', '102150.921000', '102150.924000', '102150.927000', '102150.929000', '102150.932000', '102150.934000', '102150.937000', '102150.940000', '102150.942000', '102150.945000', '102150.947000', '102150.950000', '102150.953000', '102150.955000', '102150.958000', '102150.967000', '102150.969000', '102150.972000', '102210.853000', '102210.856000', '102210.859000', '102210.861000', '102210.864000', '102210.867000', '102210.869000', '102210.872000', '102210.874000', '102210.877000', '102210.880000', '102210.882000', '102210.885000', '102210.887000', '102210.890000', '102210.893000', '102210.895000', '102210.898000', '102210.900000', '102210.903000', '102210.906000', '102210.908000', '102210.911000', '102210.913000', '102210.916000', '102210.919000', '102210.921000', '102210.924000', '102210.926000', '102210.940000', '102210.943000', '102210.946000', '102210.948000', '102210.951000', '102210.955000', '102210.957000', '102210.960000', '102210.963000', '102210.965000', '102210.968000', '102210.971000', '102210.973000', '102210.976000', '102230.854000', '102230.857000', '102230.860000', '102230.862000', '102230.865000', '102230.868000', '102230.880000', '102230.882000', '102230.885000', '102230.887000', '102230.890000', '102230.893000', '102230.895000', '102230.898000', '102230.900000', '102230.903000', '102230.906000', '102230.908000', '102230.911000', '102230.914000', '102230.916000', '102230.919000', '102230.921000', '102230.924000', '102230.926000', '102230.929000', '102230.932000', '102230.934000', '102230.937000', '102230.939000', '102230.942000', '102230.945000', '102230.947000', '102230.950000', '102230.952000', '102230.955000', '102230.958000', '102230.960000', '102230.963000', '102230.965000', '102230.968000', '102230.970000', '102230.973000', '102230.976000', '102250.854000', '102250.857000', '102250.860000', '102250.863000', '102250.865000', '102250.868000', '102250.870000', '102250.873000', '102250.876000', '102250.878000', '102250.881000', '102250.883000', '102250.886000', '102250.889000', '102250.891000', '102250.894000', '102250.901000', '102250.904000', '102250.907000', '102250.909000', '102250.912000', '102250.915000', '102250.917000', '102250.920000', '102250.922000', '102250.925000', '102250.928000', '102250.930000', '102250.933000', '102250.935000', '102250.938000', '102250.941000', '102250.943000', '102250.946000', '102250.949000', '102250.951000', '102250.954000', '102250.957000', '102250.959000', '102250.962000', '102250.965000', '102250.967000', '102250.970000', '102310.854000', '102310.857000', '102310.860000', '102310.863000', '102310.865000', '102310.868000', '102310.870000', '102310.873000', '102310.876000', '102310.878000', '102310.881000', '102310.883000', '102310.886000', '102310.889000', '102310.891000', '102310.894000', '102310.896000', '102310.899000', '102310.902000', '102310.905000', '102310.907000', '102310.910000', '102310.912000', '102310.915000', '102310.918000', '102310.920000', '102310.923000', '102310.926000', '102310.928000', '102310.931000', '102310.933000', '102310.936000', '102310.938000', '102310.941000', '102310.944000', '102310.946000', '102310.949000', '102310.952000', '102310.954000', '102310.957000', '102310.960000', '102310.962000', '102310.965000', '102330.854000', '102330.857000', '102330.860000', '102330.863000', '102330.865000', '102330.868000', '102330.871000', '102330.873000', '102330.876000', '102330.878000', '102330.881000', '102330.884000', '102330.886000', '102330.889000', '102330.891000', '102330.894000', '102330.897000', '102330.899000', '102330.902000', '102330.904000', '102330.907000', '102330.910000', '102330.918000', '102330.921000', '102330.923000', '102330.926000', '102330.929000', '102330.931000', '102330.934000', '102330.936000', '102330.939000', '102330.942000', '102330.944000', '102330.947000', '102330.949000', '102330.952000', '102330.955000', '102330.957000', '102330.960000', '102330.962000', '102330.965000', '102330.967000', '102330.970000', '102330.973000', '102350.855000', '102350.858000', '102350.860000', '102350.863000', '102350.866000', '102350.868000', '102350.871000', '102350.873000', '102350.876000', '102350.879000', '102350.881000', '102350.884000', '102350.886000', '102350.889000', '102350.892000', '102350.894000', '102350.897000', '102350.900000', '102350.902000', '102350.905000', '102350.907000', '102350.910000', '102350.913000', '102350.915000', '102350.918000', '102350.920000', '102350.923000', '102350.926000', '102350.928000', '102350.931000', '102350.933000', '102350.950000', '102350.953000', '102350.956000', '102350.958000', '102350.961000', '102350.963000', '102350.966000', '102350.969000', '102350.971000', '102350.974000', '102350.976000', '102350.979000', '102350.981000', '102410.853000', '102410.856000', '102410.859000', '102410.862000', '102410.864000', '102410.867000', '102410.869000', '102410.872000', '102410.875000', '102410.877000', '102410.880000', '102410.882000', '102410.885000', '102410.888000', '102410.890000', '102410.893000', '102410.895000', '102410.898000', '102410.901000', '102410.903000', '102410.906000', '102410.908000', '102410.911000', '102410.914000', '102410.916000', '102410.919000', '102410.921000', '102410.924000', '102410.926000', '102410.929000', '102410.932000', '102410.934000', '102410.937000', '102410.940000', '102410.942000', '102410.945000', '102410.947000', '102410.950000', '102410.952000', '102410.955000', '102410.958000', '102410.960000', '102410.970000', '102430.854000', '102430.856000', '102430.859000', '102430.862000', '102430.864000', '102430.867000', '102430.870000', '102430.872000', '102430.875000', '102430.877000', '102430.880000', '102430.882000', '102430.885000', '102430.888000', '102430.890000', '102430.893000', '102430.896000', '102430.898000', '102430.901000', '102430.903000', '102430.906000', '102430.908000', '102430.911000', '102430.914000', '102430.916000', '102430.919000', '102430.922000', '102430.924000', '102430.927000', '102430.929000', '102430.932000', '102430.935000', '102430.937000', '102430.940000', '102430.942000', '102430.945000', '102430.948000', '102430.951000', '102430.953000', '102430.956000', '102430.958000', '102430.961000', '102430.964000', '102430.966000', '102450.855000', '102450.857000', '102450.860000', '102450.863000', '102450.865000', '102450.868000', '102450.871000', '102450.873000', '102450.876000', '102450.878000', '102450.881000', '102450.884000', '102450.886000', '102450.889000', '102450.891000', '102450.894000', '102450.897000', '102450.899000', '102450.902000', '102450.904000', '102450.907000', '102450.910000', '102450.912000', '102450.915000', '102450.918000', '102450.920000', '102450.923000', '102450.925000', '102450.928000', '102450.931000', '102450.933000', '102450.936000', '102450.939000', '102450.941000', '102450.944000', '102450.946000', '102450.949000', '102450.952000', '102450.954000', '102450.957000', '102450.959000', '102450.962000', '102450.965000', '102510.855000', '102510.857000', '102510.860000', '102510.863000', '102510.865000', '102510.868000', '102510.871000', '102510.873000', '102510.876000', '102510.878000', '102510.881000', '102510.884000', '102510.886000', '102510.889000', '102510.892000', '102510.894000', '102510.897000', '102510.899000', '102510.902000', '102510.905000', '102510.907000', '102510.910000', '102510.912000', '102510.915000', '102510.918000', '102510.920000', '102510.923000', '102510.925000', '102510.928000', '102510.931000', '102510.933000', '102510.936000', '102510.939000', '102510.941000', '102510.944000', '102510.946000', '102510.949000', '102510.952000', '102510.954000', '102510.957000', '102510.959000', '102510.962000', '102510.965000', '102510.967000', '102530.854000', '102530.857000', '102530.860000', '102530.863000', '102530.865000', '102530.868000', '102530.870000', '102530.873000', '102530.876000', '102530.878000', '102530.881000', '102530.884000', '102530.886000', '102530.889000', '102530.891000', '102530.894000', '102530.897000', '102530.899000', '102530.902000', '102530.904000', '102530.907000', '102530.910000', '102530.912000', '102530.915000', '102530.918000', '102530.920000', '102530.923000', '102530.925000', '102530.928000', '102530.931000', '102530.933000', '102530.938000', '102530.940000', '102530.943000', '102530.945000', '102530.948000', '102530.951000', '102530.953000', '102530.956000', '102530.958000', '102530.961000', '102530.964000', '102530.966000', '102550.855000', '102550.857000', '102550.860000', '102550.863000', '102550.865000', '102550.868000', '102550.871000', '102550.873000', '102550.876000', '102550.879000', '102550.881000', '102550.884000', '102550.887000', '102550.889000', '102550.892000', '102550.895000', '102550.897000', '102550.900000', '102550.903000', '102550.905000', '102550.908000', '102550.910000', '102550.913000', '102550.916000', '102550.918000', '102550.921000', '102550.924000', '102550.926000', '102550.929000', '102550.931000', '102550.934000', '102550.937000', '102550.939000', '102550.942000', '102550.945000', '102550.947000', '102550.950000', '102550.953000', '102550.955000', '102550.958000', '102550.961000', '102550.963000', '102550.966000', '102550.968000', '102610.855000', '102610.857000', '102610.860000', '102610.863000', '102610.865000', '102610.868000', '102610.870000', '102610.873000', '102610.876000', '102610.878000', '102610.881000', '102610.883000', '102610.886000', '102610.889000', '102610.891000', '102610.894000', '102610.896000', '102610.899000', '102610.902000', '102610.904000', '102610.907000', '102610.910000', '102610.912000', '102610.915000', '102610.917000', '102610.920000', '102610.923000', '102610.925000', '102610.928000', '102610.930000', '102610.933000', '102610.936000', '102610.938000', '102610.941000', '102610.943000', '102610.946000', '102610.949000', '102610.951000', '102610.954000', '102610.957000', '102610.959000', '102610.962000', '102610.964000', '102630.853000', '102630.856000', '102630.859000', '102630.862000', '102630.864000', '102630.867000', '102630.870000', '102630.889000', '102630.891000', '102630.894000', '102630.897000', '102630.899000', '102630.902000', '102630.905000', '102630.907000', '102630.910000', '102630.913000', '102630.915000', '102630.918000', '102630.920000', '102630.923000', '102630.926000', '102630.928000', '102630.931000', '102630.934000', '102630.937000', '102630.939000', '102630.942000', '102630.945000', '102630.947000', '102630.950000', '102630.952000', '102630.955000', '102630.958000', '102630.960000', '102630.963000', '102630.966000', '102630.968000', '102630.971000', '102630.974000', '102630.976000', '102630.979000', '102630.981000', '102650.853000', '102650.856000', '102650.859000', '102650.861000', '102650.864000', '102650.867000', '102650.870000', '102650.872000', '102650.875000', '102650.878000', '102650.889000', '102650.891000', '102650.894000', '102650.896000', '102650.899000', '102650.902000', '102650.904000', '102650.907000', '102650.910000', '102650.912000', '102650.915000', '102650.917000', '102650.920000', '102650.923000', '102650.925000', '102650.928000', '102650.931000', '102650.933000', '102650.936000', '102650.939000', '102650.941000', '102650.944000', '102650.947000', '102650.949000', '102650.952000', '102650.955000', '102650.957000', '102650.960000', '102650.963000', '102650.965000', '102650.968000', '102650.970000', '102650.973000', '102650.976000', '102710.854000', '102710.857000', '102710.860000', '102710.862000', '102710.865000', '102710.868000', '102710.870000', '102710.873000', '102710.876000', '102710.879000', '102710.882000', '102710.885000', '102710.888000', '102710.890000', '102710.893000', '102710.895000', '102710.898000', '102710.901000', '102710.903000', '102710.906000', '102710.909000', '102710.911000', '102710.914000', '102710.917000', '102710.919000', '102710.922000', '102710.925000', '102710.927000', '102710.930000', '102710.932000', '102710.935000', '102710.938000', '102710.940000', '102710.943000', '102710.946000', '102710.948000', '102710.951000', '102710.954000', '102710.956000', '102710.959000', '102710.962000', '102710.964000', '102710.967000', '102730.855000', '102730.858000', '102730.860000', '102730.863000', '102730.866000', '102730.868000', '102730.871000', '102730.873000', '102730.876000', '102730.879000', '102730.881000', '102730.884000', '102730.886000', '102730.889000', '102730.891000', '102730.894000', '102730.897000', '102730.899000', '102730.902000', '102730.905000', '102730.907000', '102730.910000', '102730.913000', '102730.915000', '102730.918000', '102730.920000', '102730.923000', '102730.926000', '102730.928000', '102730.931000', '102730.933000', '102730.936000', '102730.939000', '102730.941000', '102730.944000', '102730.947000', '102730.949000', '102730.952000', '102730.955000', '102730.957000', '102730.960000', '102730.963000', '102730.965000', '102730.968000', '102750.855000', '102750.858000', '102750.860000', '102750.863000', '102750.866000', '102750.868000', '102750.871000', '102750.873000', '102750.876000', '102750.879000', '102750.881000', '102750.884000', '102750.886000', '102750.889000', '102750.891000', '102750.895000', '102750.897000', '102750.900000', '102750.902000', '102750.905000', '102750.908000', '102750.910000', '102750.914000', '102750.917000', '102750.920000', '102750.923000', '102750.925000', '102750.928000', '102750.931000', '102750.933000', '102750.936000', '102750.939000', '102750.941000', '102750.944000', '102750.946000', '102750.949000', '102750.952000', '102750.954000', '102750.957000', '102750.959000', '102750.962000', '102750.965000', '102750.967000', '102810.854000', '102810.857000', '102810.860000', '102810.863000', '102810.866000', '102810.869000', '102810.871000', '102810.874000', '102810.877000', '102810.879000', '102810.882000', '102810.885000', '102810.887000', '102810.890000', '102810.893000', '102810.895000', '102810.898000', '102810.900000', '102810.903000', '102810.905000', '102810.933000', '102810.936000', '102810.938000', '102810.941000', '102810.943000', '102810.946000', '102810.949000', '102810.951000', '102810.954000', '102810.957000', '102810.959000', '102810.962000', '102810.964000', '102810.967000', '102810.970000', '102810.972000', '102810.975000', '102810.978000', '102810.980000', '102810.983000', '102810.985000', '102810.988000', '102810.991000', '102810.993000', '102830.855000', '102830.857000', '102830.860000', '102830.863000', '102830.865000', '102830.868000', '102830.871000', '102830.873000', '102830.876000', '102830.878000', '102830.881000', '102830.884000', '102830.886000', '102830.889000', '102830.892000', '102830.894000', '102830.897000', '102830.899000', '102830.902000', '102830.905000', '102830.907000', '102830.910000', '102830.913000', '102830.915000', '102830.918000', '102830.920000', '102830.923000', '102830.926000', '102830.928000', '102830.931000', '102830.933000', '102830.936000', '102830.938000', '102830.941000', '102830.944000', '102830.946000', '102830.949000', '102830.952000', '102830.955000', '102830.957000', '102830.960000', '102830.962000', '102830.965000', '102850.854000', '102850.857000', '102850.859000', '102850.862000', '102850.865000', '102850.867000', '102850.870000', '102850.872000', '102850.875000', '102850.878000', '102850.880000', '102850.883000', '102850.885000', '102850.888000', '102850.891000', '102850.893000', '102850.896000', '102850.899000', '102850.901000', '102850.904000', '102850.906000', '102850.909000', '102850.912000', '102850.914000', '102850.917000', '102850.919000', '102850.922000', '102850.925000', '102850.927000', '102850.930000', '102850.932000', '102850.935000', '102850.938000', '102850.940000', '102850.943000', '102850.946000', '102850.948000', '102850.951000', '102850.953000', '102850.956000', '102850.958000', '102850.961000', '102850.964000', '102850.966000', '102910.854000', '102910.857000', '102910.859000', '102910.862000', '102910.865000', '102910.867000', '102910.870000', '102910.872000', '102910.875000', '102910.877000', '102910.880000', '102910.883000', '102910.885000', '102910.888000', '102910.890000', '102910.893000', '102910.896000', '102910.898000', '102910.901000', '102910.903000', '102910.906000', '102910.909000', '102910.911000', '102910.914000', '102910.916000', '102910.919000', '102910.921000', '102910.924000', '102910.927000', '102910.929000', '102910.932000', '102910.935000', '102910.937000', '102910.940000', '102910.943000', '102910.945000', '102910.948000', '102910.950000', '102910.954000', '102910.957000', '102910.959000', '102910.962000', '102910.965000', '102926.074000', '102926.077000', '102926.080000', '102926.091000', '102926.094000', '102926.096000', '102926.099000', '102926.101000', '102926.104000', '102926.106000', '102926.109000', '102926.112000', '102926.114000', '102926.117000', '102926.119000', '102926.122000', '102926.125000', '102926.127000', '102926.130000', '102926.132000', '102926.135000', '102926.138000', '102926.140000', '102926.143000', '102926.146000', '102926.148000', '102926.151000', '102926.153000', '102926.156000', '102926.159000', '102926.161000', '102926.164000', '102926.166000', '102926.169000'], 'InstanceCreationTime': ['102030.887000', '102030.890000', '102030.893000', '102030.896000', '102030.898000', '102030.901000', '102030.904000', '102030.906000', '102030.909000', '102030.911000', '102030.914000', '102030.917000', '102030.919000', '102030.931000', '102030.933000', '102030.936000', '102030.939000', '102030.941000', '102030.944000', '102030.946000', '102030.949000', '102030.951000', '102030.954000', '102030.957000', '102030.959000', '102030.962000', '102030.965000', '102030.967000', '102030.970000', '102030.972000', '102030.975000', '102030.978000', '102030.980000', '102030.983000', '102030.985000', '102030.990000', '102030.992000', '102030.995000', '102030.997000', '102031.001000', '102031.004000', '102031.006000', '102031.009000', '102031.012000', '102031.014000', '102050.855000', '102050.858000', '102050.860000', '102050.863000', '102050.865000', '102050.868000', '102050.871000', '102050.873000', '102050.876000', '102050.878000', '102050.881000', '102050.883000', '102050.886000', '102050.889000', '102050.891000', '102050.894000', '102050.896000', '102050.899000', '102050.901000', '102050.904000', '102050.907000', '102050.909000', '102050.912000', '102050.914000', '102050.917000', '102050.920000', '102050.922000', '102050.925000', '102050.927000', '102050.930000', '102050.933000', '102050.935000', '102050.946000', '102050.949000', '102050.951000', '102050.954000', '102050.956000', '102050.959000', '102050.962000', '102050.964000', '102050.967000', '102050.969000', '102050.972000', '102110.854000', '102110.857000', '102110.860000', '102110.862000', '102110.865000', '102110.868000', '102110.870000', '102110.873000', '102110.875000', '102110.878000', '102110.880000', '102110.883000', '102110.886000', '102110.888000', '102110.891000', '102110.893000', '102110.896000', '102110.898000', '102110.901000', '102110.904000', '102110.906000', '102110.909000', '102110.911000', '102110.914000', '102110.917000', '102110.919000', '102110.922000', '102110.924000', '102110.927000', '102110.930000', '102110.932000', '102110.935000', '102110.937000', '102110.940000', '102110.942000', '102110.945000', '102110.952000', '102110.954000', '102110.957000', '102110.960000', '102110.962000', '102110.965000', '102110.968000', '102110.970000', '102130.855000', '102130.857000', '102130.860000', '102130.863000', '102130.865000', '102130.868000', '102130.875000', '102130.878000', '102130.880000', '102130.883000', '102130.886000', '102130.888000', '102130.891000', '102130.893000', '102130.896000', '102130.899000', '102130.901000', '102130.904000', '102130.906000', '102130.909000', '102130.911000', '102130.914000', '102130.917000', '102130.919000', '102130.923000', '102130.926000', '102130.929000', '102130.931000', '102130.934000', '102130.936000', '102130.939000', '102130.942000', '102130.944000', '102130.947000', '102130.949000', '102130.952000', '102130.955000', '102130.959000', '102130.962000', '102130.964000', '102130.967000', '102130.969000', '102130.972000', '102150.854000', '102150.856000', '102150.859000', '102150.862000', '102150.864000', '102150.867000', '102150.869000', '102150.872000', '102150.875000', '102150.877000', '102150.880000', '102150.882000', '102150.885000', '102150.888000', '102150.890000', '102150.893000', '102150.895000', '102150.898000', '102150.900000', '102150.903000', '102150.906000', '102150.908000', '102150.911000', '102150.913000', '102150.916000', '102150.919000', '102150.921000', '102150.924000', '102150.927000', '102150.929000', '102150.932000', '102150.934000', '102150.937000', '102150.940000', '102150.942000', '102150.945000', '102150.947000', '102150.950000', '102150.953000', '102150.955000', '102150.958000', '102150.967000', '102150.969000', '102150.972000', '102210.853000', '102210.856000', '102210.859000', '102210.861000', '102210.864000', '102210.867000', '102210.869000', '102210.872000', '102210.874000', '102210.877000', '102210.880000', '102210.882000', '102210.885000', '102210.887000', '102210.890000', '102210.893000', '102210.895000', '102210.898000', '102210.900000', '102210.903000', '102210.906000', '102210.908000', '102210.911000', '102210.913000', '102210.916000', '102210.919000', '102210.921000', '102210.924000', '102210.926000', '102210.940000', '102210.943000', '102210.946000', '102210.948000', '102210.951000', '102210.955000', '102210.957000', '102210.960000', '102210.963000', '102210.965000', '102210.968000', '102210.971000', '102210.973000', '102210.976000', '102230.854000', '102230.857000', '102230.860000', '102230.862000', '102230.865000', '102230.868000', '102230.880000', '102230.882000', '102230.885000', '102230.887000', '102230.890000', '102230.893000', '102230.895000', '102230.898000', '102230.900000', '102230.903000', '102230.906000', '102230.908000', '102230.911000', '102230.914000', '102230.916000', '102230.919000', '102230.921000', '102230.924000', '102230.926000', '102230.929000', '102230.932000', '102230.934000', '102230.937000', '102230.939000', '102230.942000', '102230.945000', '102230.947000', '102230.950000', '102230.952000', '102230.955000', '102230.958000', '102230.960000', '102230.963000', '102230.965000', '102230.968000', '102230.970000', '102230.973000', '102230.976000', '102250.854000', '102250.857000', '102250.860000', '102250.863000', '102250.865000', '102250.868000', '102250.870000', '102250.873000', '102250.876000', '102250.878000', '102250.881000', '102250.883000', '102250.886000', '102250.889000', '102250.891000', '102250.894000', '102250.901000', '102250.904000', '102250.907000', '102250.909000', '102250.912000', '102250.915000', '102250.917000', '102250.920000', '102250.922000', '102250.925000', '102250.928000', '102250.930000', '102250.933000', '102250.935000', '102250.938000', '102250.941000', '102250.943000', '102250.946000', '102250.949000', '102250.951000', '102250.954000', '102250.957000', '102250.959000', '102250.962000', '102250.965000', '102250.967000', '102250.970000', '102310.854000', '102310.857000', '102310.860000', '102310.863000', '102310.865000', '102310.868000', '102310.870000', '102310.873000', '102310.876000', '102310.878000', '102310.881000', '102310.883000', '102310.886000', '102310.889000', '102310.891000', '102310.894000', '102310.896000', '102310.899000', '102310.902000', '102310.905000', '102310.907000', '102310.910000', '102310.912000', '102310.915000', '102310.918000', '102310.920000', '102310.923000', '102310.926000', '102310.928000', '102310.931000', '102310.933000', '102310.936000', '102310.938000', '102310.941000', '102310.944000', '102310.946000', '102310.949000', '102310.952000', '102310.954000', '102310.957000', '102310.960000', '102310.962000', '102310.965000', '102330.854000', '102330.857000', '102330.860000', '102330.863000', '102330.865000', '102330.868000', '102330.871000', '102330.873000', '102330.876000', '102330.878000', '102330.881000', '102330.884000', '102330.886000', '102330.889000', '102330.891000', '102330.894000', '102330.897000', '102330.899000', '102330.902000', '102330.904000', '102330.907000', '102330.910000', '102330.918000', '102330.921000', '102330.923000', '102330.926000', '102330.929000', '102330.931000', '102330.934000', '102330.936000', '102330.939000', '102330.942000', '102330.944000', '102330.947000', '102330.949000', '102330.952000', '102330.955000', '102330.957000', '102330.960000', '102330.962000', '102330.965000', '102330.967000', '102330.970000', '102330.973000', '102350.855000', '102350.858000', '102350.860000', '102350.863000', '102350.866000', '102350.868000', '102350.871000', '102350.873000', '102350.876000', '102350.879000', '102350.881000', '102350.884000', '102350.886000', '102350.889000', '102350.892000', '102350.894000', '102350.897000', '102350.900000', '102350.902000', '102350.905000', '102350.907000', '102350.910000', '102350.913000', '102350.915000', '102350.918000', '102350.920000', '102350.923000', '102350.926000', '102350.928000', '102350.931000', '102350.933000', '102350.950000', '102350.953000', '102350.956000', '102350.958000', '102350.961000', '102350.963000', '102350.966000', '102350.969000', '102350.971000', '102350.974000', '102350.976000', '102350.979000', '102350.981000', '102410.853000', '102410.856000', '102410.859000', '102410.862000', '102410.864000', '102410.867000', '102410.869000', '102410.872000', '102410.875000', '102410.877000', '102410.880000', '102410.882000', '102410.885000', '102410.888000', '102410.890000', '102410.893000', '102410.895000', '102410.898000', '102410.901000', '102410.903000', '102410.906000', '102410.908000', '102410.911000', '102410.914000', '102410.916000', '102410.919000', '102410.921000', '102410.924000', '102410.926000', '102410.929000', '102410.932000', '102410.934000', '102410.937000', '102410.940000', '102410.942000', '102410.945000', '102410.947000', '102410.950000', '102410.952000', '102410.955000', '102410.958000', '102410.960000', '102410.970000', '102430.854000', '102430.856000', '102430.859000', '102430.862000', '102430.864000', '102430.867000', '102430.870000', '102430.872000', '102430.875000', '102430.877000', '102430.880000', '102430.882000', '102430.885000', '102430.888000', '102430.890000', '102430.893000', '102430.896000', '102430.898000', '102430.901000', '102430.903000', '102430.906000', '102430.908000', '102430.911000', '102430.914000', '102430.916000', '102430.919000', '102430.922000', '102430.924000', '102430.927000', '102430.929000', '102430.932000', '102430.935000', '102430.937000', '102430.940000', '102430.942000', '102430.945000', '102430.948000', '102430.951000', '102430.953000', '102430.956000', '102430.958000', '102430.961000', '102430.964000', '102430.966000', '102450.855000', '102450.857000', '102450.860000', '102450.863000', '102450.865000', '102450.868000', '102450.871000', '102450.873000', '102450.876000', '102450.878000', '102450.881000', '102450.884000', '102450.886000', '102450.889000', '102450.891000', '102450.894000', '102450.897000', '102450.899000', '102450.902000', '102450.904000', '102450.907000', '102450.910000', '102450.912000', '102450.915000', '102450.918000', '102450.920000', '102450.923000', '102450.925000', '102450.928000', '102450.931000', '102450.933000', '102450.936000', '102450.939000', '102450.941000', '102450.944000', '102450.946000', '102450.949000', '102450.952000', '102450.954000', '102450.957000', '102450.959000', '102450.962000', '102450.965000', '102510.855000', '102510.857000', '102510.860000', '102510.863000', '102510.865000', '102510.868000', '102510.871000', '102510.873000', '102510.876000', '102510.878000', '102510.881000', '102510.884000', '102510.886000', '102510.889000', '102510.892000', '102510.894000', '102510.897000', '102510.899000', '102510.902000', '102510.905000', '102510.907000', '102510.910000', '102510.912000', '102510.915000', '102510.918000', '102510.920000', '102510.923000', '102510.925000', '102510.928000', '102510.931000', '102510.933000', '102510.936000', '102510.939000', '102510.941000', '102510.944000', '102510.946000', '102510.949000', '102510.952000', '102510.954000', '102510.957000', '102510.959000', '102510.962000', '102510.965000', '102510.967000', '102530.854000', '102530.857000', '102530.860000', '102530.863000', '102530.865000', '102530.868000', '102530.870000', '102530.873000', '102530.876000', '102530.878000', '102530.881000', '102530.884000', '102530.886000', '102530.889000', '102530.891000', '102530.894000', '102530.897000', '102530.899000', '102530.902000', '102530.904000', '102530.907000', '102530.910000', '102530.912000', '102530.915000', '102530.918000', '102530.920000', '102530.923000', '102530.925000', '102530.928000', '102530.931000', '102530.933000', '102530.938000', '102530.940000', '102530.943000', '102530.945000', '102530.948000', '102530.951000', '102530.953000', '102530.956000', '102530.958000', '102530.961000', '102530.964000', '102530.966000', '102550.855000', '102550.857000', '102550.860000', '102550.863000', '102550.865000', '102550.868000', '102550.871000', '102550.873000', '102550.876000', '102550.879000', '102550.881000', '102550.884000', '102550.887000', '102550.889000', '102550.892000', '102550.895000', '102550.897000', '102550.900000', '102550.903000', '102550.905000', '102550.908000', '102550.910000', '102550.913000', '102550.916000', '102550.918000', '102550.921000', '102550.924000', '102550.926000', '102550.929000', '102550.931000', '102550.934000', '102550.937000', '102550.939000', '102550.942000', '102550.945000', '102550.947000', '102550.950000', '102550.953000', '102550.955000', '102550.958000', '102550.961000', '102550.963000', '102550.966000', '102550.968000', '102610.855000', '102610.857000', '102610.860000', '102610.863000', '102610.865000', '102610.868000', '102610.870000', '102610.873000', '102610.876000', '102610.878000', '102610.881000', '102610.883000', '102610.886000', '102610.889000', '102610.891000', '102610.894000', '102610.896000', '102610.899000', '102610.902000', '102610.904000', '102610.907000', '102610.910000', '102610.912000', '102610.915000', '102610.917000', '102610.920000', '102610.923000', '102610.925000', '102610.928000', '102610.930000', '102610.933000', '102610.936000', '102610.938000', '102610.941000', '102610.943000', '102610.946000', '102610.949000', '102610.951000', '102610.954000', '102610.957000', '102610.959000', '102610.962000', '102610.964000', '102630.853000', '102630.856000', '102630.859000', '102630.862000', '102630.864000', '102630.867000', '102630.870000', '102630.889000', '102630.891000', '102630.894000', '102630.897000', '102630.899000', '102630.902000', '102630.905000', '102630.907000', '102630.910000', '102630.913000', '102630.915000', '102630.918000', '102630.920000', '102630.923000', '102630.926000', '102630.928000', '102630.931000', '102630.934000', '102630.937000', '102630.939000', '102630.942000', '102630.945000', '102630.947000', '102630.950000', '102630.952000', '102630.955000', '102630.958000', '102630.960000', '102630.963000', '102630.966000', '102630.968000', '102630.971000', '102630.974000', '102630.976000', '102630.979000', '102630.981000', '102650.853000', '102650.856000', '102650.859000', '102650.861000', '102650.864000', '102650.867000', '102650.870000', '102650.872000', '102650.875000', '102650.878000', '102650.889000', '102650.891000', '102650.894000', '102650.896000', '102650.899000', '102650.902000', '102650.904000', '102650.907000', '102650.910000', '102650.912000', '102650.915000', '102650.917000', '102650.920000', '102650.923000', '102650.925000', '102650.928000', '102650.931000', '102650.933000', '102650.936000', '102650.939000', '102650.941000', '102650.944000', '102650.947000', '102650.949000', '102650.952000', '102650.955000', '102650.957000', '102650.960000', '102650.963000', '102650.965000', '102650.968000', '102650.970000', '102650.973000', '102650.976000', '102710.854000', '102710.857000', '102710.860000', '102710.862000', '102710.865000', '102710.868000', '102710.870000', '102710.873000', '102710.876000', '102710.879000', '102710.882000', '102710.885000', '102710.888000', '102710.890000', '102710.893000', '102710.895000', '102710.898000', '102710.901000', '102710.903000', '102710.906000', '102710.909000', '102710.911000', '102710.914000', '102710.917000', '102710.919000', '102710.922000', '102710.925000', '102710.927000', '102710.930000', '102710.932000', '102710.935000', '102710.938000', '102710.940000', '102710.943000', '102710.946000', '102710.948000', '102710.951000', '102710.954000', '102710.956000', '102710.959000', '102710.962000', '102710.964000', '102710.967000', '102730.855000', '102730.858000', '102730.860000', '102730.863000', '102730.866000', '102730.868000', '102730.871000', '102730.873000', '102730.876000', '102730.879000', '102730.881000', '102730.884000', '102730.886000', '102730.889000', '102730.891000', '102730.894000', '102730.897000', '102730.899000', '102730.902000', '102730.905000', '102730.907000', '102730.910000', '102730.913000', '102730.915000', '102730.918000', '102730.920000', '102730.923000', '102730.926000', '102730.928000', '102730.931000', '102730.933000', '102730.936000', '102730.939000', '102730.941000', '102730.944000', '102730.947000', '102730.949000', '102730.952000', '102730.955000', '102730.957000', '102730.960000', '102730.963000', '102730.965000', '102730.968000', '102750.855000', '102750.858000', '102750.860000', '102750.863000', '102750.866000', '102750.868000', '102750.871000', '102750.873000', '102750.876000', '102750.879000', '102750.881000', '102750.884000', '102750.886000', '102750.889000', '102750.891000', '102750.895000', '102750.897000', '102750.900000', '102750.902000', '102750.905000', '102750.908000', '102750.910000', '102750.914000', '102750.917000', '102750.920000', '102750.923000', '102750.925000', '102750.928000', '102750.931000', '102750.933000', '102750.936000', '102750.939000', '102750.941000', '102750.944000', '102750.946000', '102750.949000', '102750.952000', '102750.954000', '102750.957000', '102750.959000', '102750.962000', '102750.965000', '102750.967000', '102810.854000', '102810.857000', '102810.860000', '102810.863000', '102810.866000', '102810.869000', '102810.871000', '102810.874000', '102810.877000', '102810.879000', '102810.882000', '102810.885000', '102810.887000', '102810.890000', '102810.893000', '102810.895000', '102810.898000', '102810.900000', '102810.903000', '102810.905000', '102810.933000', '102810.936000', '102810.938000', '102810.941000', '102810.943000', '102810.946000', '102810.949000', '102810.951000', '102810.954000', '102810.957000', '102810.959000', '102810.962000', '102810.964000', '102810.967000', '102810.970000', '102810.972000', '102810.975000', '102810.978000', '102810.980000', '102810.983000', '102810.985000', '102810.988000', '102810.991000', '102810.993000', '102830.855000', '102830.857000', '102830.860000', '102830.863000', '102830.865000', '102830.868000', '102830.871000', '102830.873000', '102830.876000', '102830.878000', '102830.881000', '102830.884000', '102830.886000', '102830.889000', '102830.892000', '102830.894000', '102830.897000', '102830.899000', '102830.902000', '102830.905000', '102830.907000', '102830.910000', '102830.913000', '102830.915000', '102830.918000', '102830.920000', '102830.923000', '102830.926000', '102830.928000', '102830.931000', '102830.933000', '102830.936000', '102830.938000', '102830.941000', '102830.944000', '102830.946000', '102830.949000', '102830.952000', '102830.955000', '102830.957000', '102830.960000', '102830.962000', '102830.965000', '102850.854000', '102850.857000', '102850.859000', '102850.862000', '102850.865000', '102850.867000', '102850.870000', '102850.872000', '102850.875000', '102850.878000', '102850.880000', '102850.883000', '102850.885000', '102850.888000', '102850.891000', '102850.893000', '102850.896000', '102850.899000', '102850.901000', '102850.904000', '102850.906000', '102850.909000', '102850.912000', '102850.914000', '102850.917000', '102850.919000', '102850.922000', '102850.925000', '102850.927000', '102850.930000', '102850.932000', '102850.935000', '102850.938000', '102850.940000', '102850.943000', '102850.946000', '102850.948000', '102850.951000', '102850.953000', '102850.956000', '102850.958000', '102850.961000', '102850.964000', '102850.966000', '102910.854000', '102910.857000', '102910.859000', '102910.862000', '102910.865000', '102910.867000', '102910.870000', '102910.872000', '102910.875000', '102910.877000', '102910.880000', '102910.883000', '102910.885000', '102910.888000', '102910.890000', '102910.893000', '102910.896000', '102910.898000', '102910.901000', '102910.903000', '102910.906000', '102910.909000', '102910.911000', '102910.914000', '102910.916000', '102910.919000', '102910.921000', '102910.924000', '102910.927000', '102910.929000', '102910.932000', '102910.935000', '102910.937000', '102910.940000', '102910.943000', '102910.945000', '102910.948000', '102910.950000', '102910.954000', '102910.957000', '102910.959000', '102910.962000', '102910.965000', '102926.074000', '102926.077000', '102926.080000', '102926.091000', '102926.094000', '102926.096000', '102926.099000', '102926.101000', '102926.104000', '102926.106000', '102926.109000', '102926.112000', '102926.114000', '102926.117000', '102926.119000', '102926.122000', '102926.125000', '102926.127000', '102926.130000', '102926.132000', '102926.135000', '102926.138000', '102926.140000', '102926.143000', '102926.146000', '102926.148000', '102926.151000', '102926.153000', '102926.156000', '102926.159000', '102926.161000', '102926.164000', '102926.166000', '102926.169000'], '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': [7968, 7737, 7626, 7467, 9602, 7363, 11178, 7313, 8205, 7135, 7002, 8394, 7101, 10819, 6988, 9798, 7113, 7671, 7631, 7005, 9998, 6934, 10510, 7167, 9769, 8028, 7061, 8428, 6988, 9983, 7563, 9099, 7193, 6965, 7407, 7144, 10238, 7016, 10381, 7710, 10268, 8443, 11037, 9110, 10239, 8051, 7577, 7369, 7118, 9971, 6965, 10170, 6992, 10188, 8321, 10407, 7905, 7327, 7198, 7010, 10024, 7337, 10501, 7414, 9023, 7702, 7077, 9713, 6951, 10806, 7167, 8827, 7757, 6992, 9539, 6968, 10557, 8145, 9159, 7949, 6963, 8641, 6906, 10041, 8003, 9652, 7265, 6975, 8031, 6957, 10644, 7907, 9484, 7646, 6963, 10486, 7002, 6965, 8614, 6966, 11576, 7577, 7631, 8294, 6957, 10541, 8667, 10536, 7907, 7106, 8816, 6976, 10126, 6963, 9621, 7026, 7093, 8068, 6944, 9949, 6934, 8486, 6933, 6983, 9297, 7004, 9912, 7462, 10844, 8610, 8821, 7195, 6927, 8639, 7035, 10049, 6947, 9561, 7031, 7497, 7751, 6929, 8882, 6961, 11002, 9149, 8213, 7662, 6944, 8263, 7009, 10055, 7699, 9905, 7239, 8095, 7021, 7190, 8649, 7280, 9670, 6992, 9469, 6970, 9057, 7180, 10541, 7643, 8948, 6994, 7678, 6962, 7077, 9064, 6873, 8917, 6956, 10398, 7786, 9629, 7537, 7524, 7242, 6910, 9502, 6993, 10095, 7042, 10002, 8005, 9403, 7654, 6993, 8549, 7100, 9193, 6896, 9966, 7837, 9548, 7537, 9256, 7865, 9645, 8069, 10372, 7666, 9106, 7000, 8269, 6920, 7970, 6947, 7110, 6913, 6947, 7092, 7021, 9040, 6953, 8843, 7063, 9619, 7871, 10038, 7628, 10214, 7407, 10083, 7918, 8071, 7044, 6923, 7044, 6970, 8814, 6923, 9053, 6920, 8864, 7249, 9608, 7591, 9448, 6961, 8366, 6998, 8103, 7592, 6979, 7451, 6958, 8004, 6908, 8884, 6936, 9254, 6981, 8878, 7242, 9571, 7354, 8636, 6957, 7821, 6924, 7469, 7450, 7013, 7151, 6968, 8651, 6931, 9424, 6999, 8701, 6938, 9122, 7268, 9410, 6973, 7840, 6940, 6849, 7016, 7320, 7468, 6929, 7870, 6954, 8923, 7079, 9347, 6981, 9892, 6995, 9413, 7500, 7109, 7042, 6981, 7013, 6981, 7693, 7136, 8400, 6944, 7693, 6949, 8035, 6948, 8974, 7011, 9181, 6961, 8046, 7001, 8556, 7003, 9367, 6945, 8077, 6967, 7021, 6913, 6994, 7139, 7003, 9019, 7022, 9548, 7109, 7013, 7770, 7012, 6935, 8243, 6977, 9881, 6929, 8903, 7737, 6899, 9485, 6956, 9475, 7397, 9490, 7801, 9723, 7183, 9147, 7382, 7755, 6874, 6897, 7277, 7059, 7998, 7021, 7239, 6834, 7011, 7861, 6954, 9496, 6885, 9569, 7174, 10018, 7448, 7832, 6966, 6973, 7618, 6965, 9736, 6851, 8953, 6940, 9166, 7342, 6879, 7005, 6866, 8435, 6894, 9425, 6947, 9336, 7219, 8700, 7313, 6900, 7441, 6923, 9021, 7181, 8271, 7812, 6889, 9255, 6957, 7840, 7167, 6989, 10694, 7767, 8724, 9323, 6909, 10175, 8704, 11090, 8703, 10259, 7946, 7019, 8347, 6878, 8750, 6978, 9703, 7292, 8880, 6970, 6835, 6923, 6946, 8786, 6867, 10460, 7915, 10780, 7361, 10104, 7883, 8756, 7449, 6944, 8410, 6919, 8826, 6876, 9581, 7127, 10225, 7383, 9902, 7515, 9517, 7517, 9358, 7785, 7186, 8245, 6844, 7673, 7196, 9055, 7075, 10546, 6942, 9622, 6983, 8741, 6998, 7015, 7931, 6943, 8197, 6957, 9539, 7242, 10186, 7684, 9983, 7222, 8312, 7034, 8345, 6946, 6957, 7681, 6848, 7532, 6962, 9162, 6925, 10468, 7173, 6809, 6788, 6766, 8599, 7001, 10918, 7638, 7248, 8621, 6707, 9995, 7306, 10471, 8765, 10179, 7961, 6944, 7795, 6713, 9934, 6757, 10294, 7339, 9738, 7003, 7814, 7075, 7014, 8782, 6904, 9840, 7045, 9206, 6953, 10464, 8170, 8894, 7199, 6916, 7053, 6933, 8179, 6876, 9620, 6805, 9923, 7030, 9366, 6855, 7724, 7035, 6959, 8167, 7019, 8434, 6880, 9719, 7288, 9530, 7336, 6910, 6828, 6831, 8610, 6860, 10120, 7172, 6743, 6644, 7022, 7830, 6777, 10029, 7045, 7921, 6752, 6754, 9126, 6918, 9740, 7249, 9814, 7521, 6878, 9382, 6773, 9806, 6857, 8656, 7370, 6767, 9011, 6691, 10492, 7697, 7951, 7556, 6754, 8673, 6858, 9148, 7864, 10242, 7716, 8295, 6752, 6943, 7324, 6946, 9151, 6705, 9503, 6907, 9637, 7428, 7437, 6930, 6969, 7366, 6929, 8833, 6930, 9450, 6708, 7816, 6901, 7039, 7715, 6740, 9616, 6688, 9347, 7356, 10222, 8151, 7955, 7037, 6739, 7402, 6754, 9344, 7268, 10931, 9366, 12074, 8670, 9751, 7867, 7742, 7829, 7087, 9871, 7029, 10401, 6970, 10098, 6966, 10282, 8250, 10903, 7521, 9161, 7024, 7064, 7425, 6896, 9455, 6841, 9681, 6820, 7670, 7115, 6884, 9356, 6781, 9915, 7294, 9353, 7515, 7862, 9209, 6888, 9733, 6936, 9847, 7268, 6920, 8404, 6884, 8992, 7326, 6946, 9966, 6928, 10772, 8319, 9754, 7663, 7016, 10136, 7415, 7377, 6715, 6681, 6948, 6734, 6889, 6756, 6751, 6856, 6796, 8294, 6767, 9650, 6773, 9863, 7162, 9751, 7771, 10358, 8310, 8036, 7056, 7075, 6997, 6987, 8290, 7026, 9681, 7005, 9660, 6968, 9939, 6922, 6911, 6908, 6923, 6978, 6963, 9398, 6919, 9009, 6928, 6937, 6937, 6985, 7726, 6793, 9243, 6850, 8380, 6896, 7105, 7099, 6777, 8949, 6716, 7452, 6689, 6650, 9763, 6662, 9970, 6826, 6600, 6967, 6757, 9555, 6689, 10553, 7888, 6637, 7232, 6493, 9859, 6573, 6721, 8425, 6631, 10898, 7640, 7864, 7887, 6768, 10333, 8390, 7776, 7686, 6756, 9582, 6981, 7518, 6758, 6753, 10484, 6761, 7753, 6587, 6620, 10848, 7423, 6884, 10301, 6546, 6672, 7708, 6714, 9400, 6954, 6909, 10185, 8681, 7282, 8415, 6818, 9544, 7034, 6779, 9705, 7218, 8616, 8139, 6916, 10613, 7198, 8688, 8502, 6740, 10819, 8088, 7558, 7026, 6591, 9934, 6928, 6745, 8907, 6655, 7700, 6503, 6872, 9026, 7043, 6796, 7731, 6657, 7607, 6583, 6702, 9880, 6919, 6623, 6798, 6714, 9605, 6930, 6710, 9417, 7246, 6927, 9259, 6983, 6752, 6839, 8436, 7253, 6773, 9008, 7425, 6848, 10958, 8226, 6913, 11290, 9647, 8278, 11387, 10083, 10561, 11667, 9435, 11495, 9808, 7810, 11905, 8576, 6920, 10719, 7835, 6656, 8503, 7036, 6761, 6796, 7988, 7033, 6690, 8579, 7167, 6757, 9098, 7247, 11821, 10814, 11393, 10487, 8749, 11268, 8738, 10769, 9215, 9467, 7293, 6536, 8286, 6746, 6821, 6574, 6631, 6474, 7701, 7051, 7206, 6606, 6420, 7427, 6516, 9116, 6410, 9727, 7012, 9897, 8259, 10295, 7803, 8425, 6694, 6406, 6794, 6355, 9681, 6486, 6674, 7371, 6598, 6513, 7117, 6656, 8939, 6965, 10538, 8021, 10291, 8023, 9929, 7984, 8548, 6945, 6604, 7753, 6611, 9279, 6848, 10227, 7614, 6588, 9295, 7217, 6679, 9822, 7065, 6649, 6649, 6737, 8983, 6515, 9600, 7352, 10353, 7952, 10076, 7010, 7924, 6500, 6679, 6751, 6554, 7485, 6695, 6665, 6560, 6721, 9320, 6921, 10304, 7253, 9251, 7795, 8313, 7666, 6607, 9874, 6818, 6397, 6535, 6570, 6831, 6518, 8683, 6616, 10217, 7491, 10294, 8726, 9148, 7492, 7277, 7927, 6655, 9424, 6609, 9377, 6923, 9585, 6947, 7617, 6599, 6534, 6646, 6621, 6953, 6386, 8839, 6679, 7401, 6392, 6431, 7127, 6525, 6551, 7021, 6490, 6586, 6545, 6773, 8388, 6667, 9618, 7629, 10555, 8118, 9808, 8373, 9514, 7688, 8293, 6787, 6606, 6641, 6644, 7671, 6673, 8608, 6728, 8879, 7178, 8789, 7230, 9198, 7142, 7752, 6635, 6663, 7178, 6913, 6672, 6673, 6900, 6849, 6596, 7385, 6532, 8208, 6838, 7082, 6670, 6646, 6562, 6463, 9058, 6553, 8865, 6684, 8890, 6485, 7396, 6663, 6475, 6600, 6518, 8857, 6598, 9632, 7197, 6540, 6809, 6646, 8464, 6848, 9645, 7133, 9141, 7194, 6697, 9297, 6672, 9040, 6751, 7619, 6676, 6690, 7136, 6780, 9213, 6830, 9534, 7645, 6671, 6734, 6606, 6732, 6726, 6538, 6589, 6480, 8616, 6510, 9130, 7585, 9087, 8115, 10381, 8123, 8736, 7187, 6549, 7955, 6772, 6623, 7021, 6664, 8685, 6799, 10046, 7928, 7590, 6691, 6636, 6633, 6754, 8498, 6680, 6652, 6777, 6587, 6656, 6671, 6915, 6651, 8189, 6603, 6943, 6601, 6546, 6751, 6559, 8839, 6501, 6610, 6725, 6626, 6511, 6603, 8359, 6690, 8899, 7116, 6612, 6893, 6648, 9098, 6675, 7055, 6592, 6673, 8138, 6715, 9482, 7027, 7831, 6659, 6708, 9314, 6751, 6760, 7991, 6709, 6660, 7526, 6644, 7542, 7450, 6559, 9443, 6980, 6665, 8782, 7073], 'WindowCenter': [4024.0, 4008.0, 4007.0, 3996.0, 4027.0, 4010.0, 4048.0, 4008.0, 4019.0, 3997.0, 3996.0, 4016.0, 3998.0, 4048.0, 3998.0, 4039.0, 4009.0, 4021.0, 4020.0, 4011.0, 4052.0, 4011.0, 4053.0, 4012.0, 4050.0, 4022.0, 4025.0, 4033.0, 4014.0, 4053.0, 4035.0, 4043.0, 4014.0, 4012.0, 4023.0, 4013.0, 4055.0, 4012.0, 4052.0, 4022.0, 4052.0, 4032.0, 4051.0, 4032.0, 4040.0, 4022.0, 4010.0, 4009.0, 4010.0, 4041.0, 4013.0, 4051.0, 4011.0, 4049.0, 4030.0, 4050.0, 4021.0, 4008.0, 4000.0, 4011.0, 4040.0, 4012.0, 4052.0, 4011.0, 4031.0, 4023.0, 4012.0, 4039.0, 4010.0, 4050.0, 4009.0, 4029.0, 4022.0, 4010.0, 4042.0, 4013.0, 4052.0, 4022.0, 4030.0, 4021.0, 3998.0, 4017.0, 4000.0, 4039.0, 4019.0, 4028.0, 4011.0, 3998.0, 4020.0, 4009.0, 4050.0, 4020.0, 4040.0, 4031.0, 4010.0, 4052.0, 4011.0, 4013.0, 4043.0, 4011.0, 4062.0, 4023.0, 4021.0, 4021.0, 4009.0, 4038.0, 4020.0, 4039.0, 4019.0, 3998.0, 4029.0, 3997.0, 4038.0, 3998.0, 4028.0, 3997.0, 3997.0, 4020.0, 4001.0, 4039.0, 4011.0, 4030.0, 4010.0, 4010.0, 4041.0, 4000.0, 4038.0, 4010.0, 4051.0, 4029.0, 4028.0, 3998.0, 3999.0, 4030.0, 4010.0, 4039.0, 4010.0, 4039.0, 4012.0, 4009.0, 4019.0, 4010.0, 4031.0, 4011.0, 4052.0, 4042.0, 4032.0, 4021.0, 4010.0, 4019.0, 4011.0, 4050.0, 4021.0, 4040.0, 4012.0, 4019.0, 4010.0, 3998.0, 4030.0, 4009.0, 4031.0, 3996.0, 4038.0, 3999.0, 4029.0, 4009.0, 4048.0, 4019.0, 4029.0, 4009.0, 4009.0, 4011.0, 4011.0, 4031.0, 4002.0, 4029.0, 4014.0, 4051.0, 4022.0, 4042.0, 4021.0, 4022.0, 4013.0, 4011.0, 4041.0, 4011.0, 4040.0, 4011.0, 4041.0, 4022.0, 4042.0, 4024.0, 4012.0, 4032.0, 4009.0, 4042.0, 4011.0, 4041.0, 4020.0, 4041.0, 4021.0, 4030.0, 4019.0, 4038.0, 4020.0, 4038.0, 4009.0, 4017.0, 3996.0, 4018.0, 3997.0, 4018.0, 3999.0, 3999.0, 3999.0, 3999.0, 4001.0, 4001.0, 4030.0, 3999.0, 4028.0, 4000.0, 4040.0, 4023.0, 4040.0, 4022.0, 4041.0, 4012.0, 4051.0, 4021.0, 4019.0, 3998.0, 4000.0, 4000.0, 3998.0, 4030.0, 4000.0, 4030.0, 4000.0, 4029.0, 4012.0, 4041.0, 4012.0, 4029.0, 3999.0, 4019.0, 3999.0, 4019.0, 4009.0, 3998.0, 4008.0, 3999.0, 4019.0, 4000.0, 4028.0, 3998.0, 4028.0, 4000.0, 4030.0, 4009.0, 4040.0, 4009.0, 4019.0, 3999.0, 4008.0, 4001.0, 4010.0, 4009.0, 3999.0, 3998.0, 4000.0, 4018.0, 3997.0, 4028.0, 3999.0, 4019.0, 3998.0, 4028.0, 4010.0, 4028.0, 3998.0, 4006.0, 3998.0, 3999.0, 3998.0, 4010.0, 4009.0, 4010.0, 4019.0, 4000.0, 4029.0, 4010.0, 4029.0, 4000.0, 4040.0, 4000.0, 4029.0, 4010.0, 3997.0, 3998.0, 3998.0, 3998.0, 3997.0, 4009.0, 3997.0, 4017.0, 3999.0, 4009.0, 3998.0, 4017.0, 3999.0, 4019.0, 4000.0, 4028.0, 3998.0, 4007.0, 3996.0, 4019.0, 4000.0, 4030.0, 4012.0, 4021.0, 4009.0, 4000.0, 4012.0, 4012.0, 4025.0, 4013.0, 4041.0, 4023.0, 4053.0, 4025.0, 4028.0, 4035.0, 4026.0, 4027.0, 4045.0, 4024.0, 4054.0, 4014.0, 4042.0, 4021.0, 4000.0, 4041.0, 4000.0, 4028.0, 4009.0, 4027.0, 4023.0, 4029.0, 3998.0, 4027.0, 4022.0, 4008.0, 4011.0, 4009.0, 4010.0, 4011.0, 4023.0, 4013.0, 4022.0, 3999.0, 4013.0, 4022.0, 4011.0, 4042.0, 4011.0, 4040.0, 4014.0, 4040.0, 4024.0, 4021.0, 4013.0, 4011.0, 4022.0, 4010.0, 4040.0, 4002.0, 4032.0, 4013.0, 4042.0, 4022.0, 4001.0, 4009.0, 4009.0, 4031.0, 4012.0, 4040.0, 4010.0, 4044.0, 4022.0, 4031.0, 4026.0, 4011.0, 4014.0, 4011.0, 4028.0, 4010.0, 4018.0, 4021.0, 4012.0, 4042.0, 4025.0, 4034.0, 4024.0, 4025.0, 4066.0, 4035.0, 4043.0, 4045.0, 4013.0, 4041.0, 4032.0, 4049.0, 4020.0, 4040.0, 4007.0, 3986.0, 4005.0, 3987.0, 4017.0, 3999.0, 4028.0, 3998.0, 4017.0, 3997.0, 3987.0, 3998.0, 4011.0, 4032.0, 4001.0, 4041.0, 4018.0, 4046.0, 4008.0, 4037.0, 4021.0, 4029.0, 4010.0, 3999.0, 4018.0, 3998.0, 4028.0, 3999.0, 4039.0, 4009.0, 4051.0, 4010.0, 4038.0, 4008.0, 4029.0, 4010.0, 4030.0, 4008.0, 3997.0, 4020.0, 3988.0, 4008.0, 4010.0, 4029.0, 4010.0, 4037.0, 4000.0, 4040.0, 4012.0, 4032.0, 4012.0, 4000.0, 4021.0, 4009.0, 4031.0, 4011.0, 4040.0, 4012.0, 4042.0, 4021.0, 4041.0, 4012.0, 4020.0, 4000.0, 4031.0, 4009.0, 3998.0, 4010.0, 4001.0, 4008.0, 4001.0, 4031.0, 4002.0, 4051.0, 4014.0, 4000.0, 4001.0, 4002.0, 4032.0, 4016.0, 4066.0, 4026.0, 4024.0, 4032.0, 4004.0, 4042.0, 4015.0, 4055.0, 4035.0, 4044.0, 4010.0, 3999.0, 4010.0, 4000.0, 4044.0, 4002.0, 4039.0, 4010.0, 4030.0, 3998.0, 4009.0, 4000.0, 4012.0, 4030.0, 3999.0, 4029.0, 4000.0, 4029.0, 3999.0, 4051.0, 4022.0, 4020.0, 4000.0, 3998.0, 4000.0, 3998.0, 4021.0, 4002.0, 4043.0, 4002.0, 4040.0, 4000.0, 4029.0, 4000.0, 4020.0, 4011.0, 4000.0, 4022.0, 4000.0, 4021.0, 4011.0, 4042.0, 4013.0, 4041.0, 4012.0, 4002.0, 4000.0, 4001.0, 4033.0, 4000.0, 4040.0, 4012.0, 4002.0, 4002.0, 4024.0, 4025.0, 4014.0, 4054.0, 4014.0, 4022.0, 4014.0, 4016.0, 4044.0, 4015.0, 4043.0, 4013.0, 4043.0, 4022.0, 4001.0, 4045.0, 4002.0, 4042.0, 4002.0, 4032.0, 4012.0, 4004.0, 4030.0, 4002.0, 4053.0, 4027.0, 4022.0, 4012.0, 4001.0, 4018.0, 3990.0, 4030.0, 4020.0, 4039.0, 3998.0, 4006.0, 3987.0, 3986.0, 3997.0, 3995.0, 4018.0, 3988.0, 4029.0, 3997.0, 4029.0, 4009.0, 3999.0, 3997.0, 3986.0, 3997.0, 3997.0, 4019.0, 3999.0, 4028.0, 3999.0, 4008.0, 4000.0, 3999.0, 4009.0, 3987.0, 4030.0, 3999.0, 4028.0, 3999.0, 4039.0, 4009.0, 4008.0, 3996.0, 3998.0, 3997.0, 4002.0, 4041.0, 4023.0, 4052.0, 4040.0, 4060.0, 4029.0, 4028.0, 4020.0, 4022.0, 4022.0, 4009.0, 4042.0, 3997.0, 4051.0, 4011.0, 4040.0, 4010.0, 4052.0, 4031.0, 4050.0, 4007.0, 4029.0, 4012.0, 4013.0, 4012.0, 4013.0, 4029.0, 4001.0, 4027.0, 3999.0, 4023.0, 4011.0, 4011.0, 4030.0, 4002.0, 4039.0, 4010.0, 4029.0, 4011.0, 4020.0, 4031.0, 4002.0, 4032.0, 4010.0, 4042.0, 4010.0, 3998.0, 4019.0, 4000.0, 4032.0, 4012.0, 4011.0, 4043.0, 4001.0, 4052.0, 4022.0, 4030.0, 3998.0, 3985.0, 4012.0, 3971.0, 3982.0, 3973.0, 3973.0, 3984.0, 3986.0, 3985.0, 3986.0, 3989.0, 3990.0, 3989.0, 4009.0, 3987.0, 4017.0, 3975.0, 4015.0, 3986.0, 4002.0, 4009.0, 4028.0, 4005.0, 3993.0, 3972.0, 3971.0, 3972.0, 3970.0, 3993.0, 3987.0, 4015.0, 3985.0, 4012.0, 3985.0, 4014.0, 3975.0, 3984.0, 3985.0, 3985.0, 3985.0, 3986.0, 4016.0, 3989.0, 4018.0, 3998.0, 3987.0, 3987.0, 3986.0, 3998.0, 3989.0, 4019.0, 4004.0, 4023.0, 3987.0, 3989.0, 3988.0, 3988.0, 4018.0, 3988.0, 3987.0, 3989.0, 3977.0, 4018.0, 3990.0, 4027.0, 3978.0, 3976.0, 3986.0, 3976.0, 4018.0, 3978.0, 4027.0, 3998.0, 3976.0, 3987.0, 3977.0, 4030.0, 3988.0, 3988.0, 4008.0, 3991.0, 4051.0, 4025.0, 4022.0, 4011.0, 3989.0, 4042.0, 4022.0, 4010.0, 3998.0, 3990.0, 4030.0, 3998.0, 3999.0, 3988.0, 3989.0, 4041.0, 3990.0, 4011.0, 3992.0, 4001.0, 4052.0, 4011.0, 4004.0, 4042.0, 3991.0, 4003.0, 4013.0, 4003.0, 4045.0, 4028.0, 4015.0, 4055.0, 4038.0, 4038.0, 4045.0, 4014.0, 4044.0, 4012.0, 4013.0, 4043.0, 4012.0, 4019.0, 4009.0, 3999.0, 4038.0, 3998.0, 4019.0, 4019.0, 3999.0, 4039.0, 4007.0, 3994.0, 3971.0, 3972.0, 4003.0, 3972.0, 3971.0, 4002.0, 3974.0, 3984.0, 3963.0, 3973.0, 4005.0, 3985.0, 3974.0, 3997.0, 3989.0, 3996.0, 3975.0, 3975.0, 4016.0, 3985.0, 3975.0, 3974.0, 3987.0, 4028.0, 4014.0, 4003.0, 4030.0, 4009.0, 4013.0, 4042.0, 4002.0, 3991.0, 4001.0, 4023.0, 4015.0, 4017.0, 4044.0, 4016.0, 4005.0, 4076.0, 4046.0, 4016.0, 4064.0, 4057.0, 4035.0, 4050.0, 4029.0, 4031.0, 4037.0, 4007.0, 4023.0, 4014.0, 3981.0, 4022.0, 3992.0, 3984.0, 4025.0, 3993.0, 3972.0, 3992.0, 3984.0, 3973.0, 3972.0, 3993.0, 3985.0, 3987.0, 4017.0, 3989.0, 3988.0, 4021.0, 4012.0, 4064.0, 4053.0, 4038.0, 4016.0, 3995.0, 4027.0, 3996.0, 4002.0, 3990.0, 3978.0, 3943.0, 3932.0, 3956.0, 3936.0, 3924.0, 3923.0, 3921.0, 3913.0, 3932.0, 3935.0, 3935.0, 3925.0, 3915.0, 3938.0, 3913.0, 3952.0, 3914.0, 3953.0, 3925.0, 3953.0, 3944.0, 3951.0, 3933.0, 3943.0, 3924.0, 3926.0, 3924.0, 3913.0, 3955.0, 3914.0, 3912.0, 3922.0, 3925.0, 3911.0, 3936.0, 3940.0, 3970.0, 3951.0, 3979.0, 3963.0, 3991.0, 3962.0, 3969.0, 3948.0, 3959.0, 3949.0, 3939.0, 3949.0, 3938.0, 3979.0, 3939.0, 3978.0, 3958.0, 3940.0, 3980.0, 3951.0, 3951.0, 3979.0, 3939.0, 3937.0, 3938.0, 3938.0, 3982.0, 3954.0, 3981.0, 3963.0, 3990.0, 3971.0, 3982.0, 3952.0, 3972.0, 3955.0, 3954.0, 3952.0, 3953.0, 3961.0, 3965.0, 3964.0, 3965.0, 3967.0, 3996.0, 3966.0, 4006.0, 3989.0, 4007.0, 3976.0, 3984.0, 3960.0, 3940.0, 3992.0, 3952.0, 3941.0, 3940.0, 3950.0, 3953.0, 3954.0, 3985.0, 3963.0, 4005.0, 3974.0, 4005.0, 3984.0, 3982.0, 3950.0, 3948.0, 3960.0, 3936.0, 3967.0, 3937.0, 3968.0, 3949.0, 3967.0, 3937.0, 3949.0, 3939.0, 3926.0, 3938.0, 3963.0, 3960.0, 3941.0, 3969.0, 3938.0, 3933.0, 3924.0, 3924.0, 3934.0, 3924.0, 3914.0, 3948.0, 3927.0, 3939.0, 3939.0, 3939.0, 3960.0, 3941.0, 3967.0, 3948.0, 3977.0, 3946.0, 3952.0, 3943.0, 3940.0, 3921.0, 3929.0, 3909.0, 3909.0, 3910.0, 3910.0, 3919.0, 3907.0, 3928.0, 3910.0, 3929.0, 3909.0, 3928.0, 3920.0, 3938.0, 3909.0, 3918.0, 3924.0, 3921.0, 3935.0, 3936.0, 3924.0, 3937.0, 3948.0, 3938.0, 3952.0, 3960.0, 3943.0, 3972.0, 3954.0, 3953.0, 3954.0, 3954.0, 3950.0, 3942.0, 3969.0, 3926.0, 3957.0, 3926.0, 3957.0, 3929.0, 3947.0, 3939.0, 3928.0, 3939.0, 3928.0, 3969.0, 3939.0, 3982.0, 3963.0, 3949.0, 3949.0, 3939.0, 3958.0, 3939.0, 3977.0, 3961.0, 3983.0, 3951.0, 3940.0, 3970.0, 3939.0, 3969.0, 3952.0, 3960.0, 3949.0, 3937.0, 3948.0, 3951.0, 3969.0, 3938.0, 3967.0, 3959.0, 3935.0, 3946.0, 3948.0, 3937.0, 3936.0, 3940.0, 3937.0, 3938.0, 3967.0, 3925.0, 3966.0, 3945.0, 3954.0, 3946.0, 3978.0, 3962.0, 3958.0, 3936.0, 3924.0, 3946.0, 3937.0, 3935.0, 3950.0, 3936.0, 3957.0, 3924.0, 3966.0, 3963.0, 3961.0, 3938.0, 3937.0, 3923.0, 3937.0, 3954.0, 3938.0, 3937.0, 3935.0, 3936.0, 3936.0, 3939.0, 3947.0, 3950.0, 3968.0, 3949.0, 3948.0, 3950.0, 3939.0, 3937.0, 3938.0, 3968.0, 3940.0, 3950.0, 3953.0, 3950.0, 3942.0, 3951.0, 3969.0, 3951.0, 3981.0, 3951.0, 3951.0, 3950.0, 3951.0, 3996.0, 3953.0, 3961.0, 3952.0, 3952.0, 3974.0, 3963.0, 4007.0, 3976.0, 3988.0, 3965.0, 3962.0, 4003.0, 3963.0, 3963.0, 3980.0, 3973.0, 3976.0, 3995.0, 3989.0, 4000.0, 3984.0, 3963.0, 4020.0, 3976.0, 3967.0, 3994.0, 3976.0], 'WindowWidth': [8999.0, 8963.0, 8959.0, 8941.0, 8982.0, 8967.0, 9012.0, 8959.0, 8974.0, 8941.0, 8938.0, 8965.0, 8946.0, 9010.0, 8945.0, 9000.0, 8962.0, 8982.0, 8979.0, 8966.0, 9021.0, 8969.0, 9025.0, 8972.0, 9019.0, 8985.0, 8992.0, 9000.0, 8977.0, 9028.0, 9006.0, 9013.0, 8976.0, 8971.0, 8988.0, 8974.0, 9031.0, 8973.0, 9024.0, 8985.0, 9023.0, 8997.0, 9020.0, 8996.0, 9003.0, 8981.0, 8961.0, 8962.0, 8964.0, 9006.0, 8971.0, 9017.0, 8968.0, 9015.0, 8992.0, 9016.0, 8978.0, 8958.0, 8950.0, 8966.0, 9004.0, 8968.0, 9020.0, 8965.0, 8992.0, 8983.0, 8968.0, 9001.0, 8963.0, 9015.0, 8962.0, 8988.0, 8980.0, 8964.0, 9006.0, 8970.0, 9019.0, 8983.0, 8989.0, 8977.0, 8944.0, 8969.0, 8949.0, 8999.0, 8973.0, 8983.0, 8963.0, 8945.0, 8976.0, 8963.0, 9016.0, 8977.0, 9003.0, 8995.0, 8966.0, 9022.0, 8968.0, 8974.0, 9013.0, 8971.0, 9035.0, 8983.0, 8981.0, 8979.0, 8963.0, 8998.0, 8975.0, 8998.0, 8972.0, 8942.0, 8985.0, 8942.0, 8996.0, 8942.0, 8982.0, 8942.0, 8944.0, 8977.0, 8952.0, 9001.0, 8967.0, 8990.0, 8967.0, 8964.0, 9006.0, 8950.0, 8999.0, 8965.0, 9016.0, 8986.0, 8982.0, 8944.0, 8946.0, 8988.0, 8963.0, 8999.0, 8963.0, 9002.0, 8969.0, 8961.0, 8976.0, 8965.0, 8993.0, 8968.0, 9022.0, 9010.0, 8995.0, 8979.0, 8965.0, 8975.0, 8969.0, 9017.0, 8981.0, 9003.0, 8968.0, 8975.0, 8963.0, 8946.0, 8989.0, 8959.0, 8989.0, 8941.0, 8997.0, 8947.0, 8986.0, 8962.0, 9012.0, 8974.0, 8986.0, 8961.0, 8961.0, 8968.0, 8966.0, 8994.0, 8956.0, 8987.0, 8974.0, 9020.0, 8983.0, 9008.0, 8981.0, 8982.0, 8971.0, 8967.0, 9007.0, 8966.0, 9002.0, 8967.0, 9005.0, 8983.0, 9008.0, 8990.0, 8970.0, 8996.0, 8964.0, 9007.0, 8968.0, 9007.0, 8977.0, 9004.0, 8979.0, 8987.0, 8973.0, 8998.0, 8976.0, 8994.0, 8958.0, 8965.0, 8939.0, 8967.0, 8942.0, 8969.0, 8946.0, 8945.0, 8946.0, 8944.0, 8949.0, 8952.0, 8987.0, 8947.0, 8984.0, 8950.0, 9001.0, 8984.0, 9000.0, 8981.0, 9003.0, 8966.0, 9019.0, 8979.0, 8972.0, 8944.0, 8947.0, 8950.0, 8945.0, 8989.0, 8949.0, 8987.0, 8949.0, 8987.0, 8968.0, 9002.0, 8967.0, 8985.0, 8947.0, 8972.0, 8948.0, 8972.0, 8961.0, 8943.0, 8956.0, 8946.0, 8971.0, 8949.0, 8982.0, 8943.0, 8982.0, 8949.0, 8986.0, 8962.0, 9002.0, 8960.0, 8972.0, 8946.0, 8958.0, 8951.0, 8962.0, 8961.0, 8947.0, 8945.0, 8949.0, 8971.0, 8943.0, 8982.0, 8946.0, 8971.0, 8945.0, 8982.0, 8962.0, 8981.0, 8944.0, 8953.0, 8943.0, 8946.0, 8945.0, 8960.0, 8958.0, 8962.0, 8973.0, 8951.0, 8986.0, 8965.0, 8988.0, 8949.0, 9000.0, 8949.0, 8985.0, 8961.0, 8941.0, 8943.0, 8942.0, 8942.0, 8940.0, 8958.0, 8941.0, 8965.0, 8945.0, 8957.0, 8945.0, 8968.0, 8947.0, 8972.0, 8947.0, 8981.0, 8945.0, 8953.0, 8940.0, 8970.0, 8947.0, 8988.0, 8971.0, 8978.0, 8960.0, 8950.0, 8971.0, 8969.0, 8992.0, 8971.0, 9008.0, 8988.0, 9027.0, 8994.0, 9004.0, 9009.0, 8996.0, 9000.0, 9020.0, 8991.0, 9027.0, 8976.0, 9009.0, 8978.0, 8950.0, 9003.0, 8948.0, 8981.0, 8960.0, 8978.0, 8987.0, 8984.0, 8943.0, 8978.0, 8982.0, 8958.0, 8967.0, 8961.0, 8961.0, 8966.0, 8983.0, 8971.0, 8982.0, 8949.0, 8974.0, 8982.0, 8966.0, 9006.0, 8966.0, 9003.0, 8976.0, 9002.0, 8990.0, 8979.0, 8971.0, 8968.0, 8983.0, 8962.0, 9002.0, 8955.0, 8995.0, 8973.0, 9009.0, 8984.0, 8952.0, 8963.0, 8964.0, 8994.0, 8970.0, 9002.0, 8965.0, 9013.0, 8983.0, 8994.0, 8995.0, 8967.0, 8972.0, 8965.0, 8985.0, 8962.0, 8972.0, 8979.0, 8971.0, 9009.0, 8995.0, 9005.0, 8991.0, 8993.0, 9048.0, 9006.0, 9015.0, 9016.0, 8972.0, 9005.0, 8994.0, 9011.0, 8976.0, 8999.0, 8952.0, 8920.0, 8945.0, 8924.0, 8963.0, 8946.0, 8982.0, 8941.0, 8964.0, 8938.0, 8925.0, 8942.0, 8964.0, 8996.0, 8951.0, 9003.0, 8971.0, 9005.0, 8958.0, 8994.0, 8980.0, 8989.0, 8963.0, 8945.0, 8968.0, 8943.0, 8983.0, 8949.0, 9002.0, 8962.0, 9018.0, 8964.0, 8997.0, 8959.0, 8986.0, 8964.0, 8990.0, 8957.0, 8939.0, 8975.0, 8930.0, 8957.0, 8963.0, 8985.0, 8963.0, 8995.0, 8949.0, 9003.0, 8969.0, 8997.0, 8969.0, 8948.0, 8978.0, 8959.0, 8992.0, 8967.0, 9002.0, 8969.0, 9007.0, 8979.0, 9003.0, 8966.0, 8975.0, 8949.0, 8994.0, 8961.0, 8946.0, 8961.0, 8950.0, 8956.0, 8949.0, 8991.0, 8953.0, 9016.0, 8974.0, 8948.0, 8950.0, 8954.0, 8995.0, 8980.0, 9045.0, 8992.0, 8986.0, 8996.0, 8961.0, 9008.0, 8977.0, 9029.0, 9000.0, 9009.0, 8961.0, 8944.0, 8959.0, 8948.0, 9010.0, 8955.0, 8999.0, 8961.0, 8986.0, 8945.0, 8959.0, 8949.0, 8969.0, 8987.0, 8946.0, 8984.0, 8947.0, 8983.0, 8945.0, 9018.0, 8980.0, 8972.0, 8946.0, 8942.0, 8946.0, 8945.0, 8977.0, 8955.0, 9009.0, 8958.0, 9002.0, 8950.0, 8986.0, 8949.0, 8977.0, 8965.0, 8949.0, 8977.0, 8949.0, 8977.0, 8966.0, 9008.0, 8972.0, 9004.0, 8968.0, 8951.0, 8947.0, 8952.0, 8997.0, 8952.0, 9001.0, 8967.0, 8953.0, 8956.0, 8991.0, 8992.0, 8977.0, 9027.0, 8975.0, 8983.0, 8975.0, 8978.0, 9013.0, 8976.0, 9010.0, 8969.0, 9008.0, 8980.0, 8951.0, 9015.0, 8956.0, 9007.0, 8957.0, 8994.0, 8969.0, 8959.0, 8988.0, 8957.0, 9023.0, 8995.0, 8982.0, 8967.0, 8948.0, 8969.0, 8935.0, 8988.0, 8975.0, 8996.0, 8940.0, 8946.0, 8924.0, 8922.0, 8938.0, 8934.0, 8966.0, 8928.0, 8981.0, 8938.0, 8983.0, 8960.0, 8945.0, 8940.0, 8922.0, 8938.0, 8940.0, 8970.0, 8945.0, 8981.0, 8945.0, 8955.0, 8946.0, 8944.0, 8959.0, 8929.0, 8987.0, 8946.0, 8982.0, 8946.0, 8998.0, 8958.0, 8955.0, 8939.0, 8944.0, 8941.0, 8954.0, 9008.0, 8984.0, 9021.0, 9006.0, 9028.0, 8986.0, 8982.0, 8977.0, 8982.0, 8982.0, 8962.0, 9010.0, 8943.0, 9019.0, 8968.0, 9001.0, 8962.0, 9023.0, 8995.0, 9015.0, 8954.0, 8984.0, 8969.0, 8972.0, 8966.0, 8970.0, 8983.0, 8952.0, 8980.0, 8947.0, 8982.0, 8965.0, 8966.0, 8989.0, 8953.0, 8999.0, 8964.0, 8986.0, 8965.0, 8974.0, 8990.0, 8952.0, 8992.0, 8964.0, 9003.0, 8962.0, 8943.0, 8971.0, 8950.0, 8995.0, 8965.0, 8966.0, 9007.0, 8951.0, 9019.0, 8979.0, 8985.0, 8938.0, 8916.0, 8945.0, 8889.0, 8904.0, 8894.0, 8898.0, 8914.0, 8921.0, 8916.0, 8921.0, 8927.0, 8931.0, 8927.0, 8954.0, 8922.0, 8961.0, 8903.0, 8954.0, 8917.0, 8934.0, 8957.0, 8980.0, 8943.0, 8922.0, 8892.0, 8889.0, 8893.0, 8890.0, 8923.0, 8923.0, 8956.0, 8916.0, 8948.0, 8915.0, 8951.0, 8900.0, 8911.0, 8914.0, 8917.0, 8916.0, 8921.0, 8959.0, 8928.0, 8964.0, 8939.0, 8922.0, 8922.0, 8921.0, 8936.0, 8927.0, 8968.0, 8957.0, 8980.0, 8924.0, 8927.0, 8924.0, 8924.0, 8963.0, 8924.0, 8920.0, 8925.0, 8908.0, 8962.0, 8929.0, 8973.0, 8909.0, 8906.0, 8918.0, 8905.0, 8960.0, 8910.0, 8973.0, 8936.0, 8904.0, 8921.0, 8909.0, 8980.0, 8925.0, 8925.0, 8951.0, 8932.0, 9015.0, 8986.0, 8979.0, 8960.0, 8929.0, 9001.0, 8978.0, 8958.0, 8937.0, 8930.0, 8981.0, 8940.0, 8944.0, 8927.0, 8929.0, 8997.0, 8931.0, 8962.0, 8936.0, 8950.0, 9019.0, 8963.0, 8955.0, 9002.0, 8935.0, 8953.0, 8968.0, 8956.0, 9015.0, 9000.0, 8977.0, 9029.0, 9009.0, 9014.0, 9019.0, 8974.0, 9013.0, 8970.0, 8975.0, 9012.0, 8966.0, 8969.0, 8957.0, 8943.0, 8992.0, 8941.0, 8968.0, 8969.0, 8943.0, 8994.0, 8948.0, 8924.0, 8889.0, 8892.0, 8933.0, 8892.0, 8890.0, 8932.0, 8898.0, 8910.0, 8882.0, 8897.0, 8940.0, 8916.0, 8899.0, 8936.0, 8929.0, 8933.0, 8902.0, 8903.0, 8958.0, 8916.0, 8902.0, 8902.0, 8921.0, 8976.0, 8972.0, 8958.0, 8988.0, 8959.0, 8969.0, 9007.0, 8951.0, 8936.0, 8948.0, 8980.0, 8972.0, 8981.0, 9013.0, 8978.0, 8963.0, 9064.0, 9024.0, 8981.0, 9045.0, 9036.0, 9003.0, 9012.0, 8981.0, 8985.0, 8989.0, 8944.0, 8961.0, 8950.0, 8904.0, 8956.0, 8918.0, 8913.0, 8966.0, 8924.0, 8894.0, 8919.0, 8912.0, 8898.0, 8894.0, 8921.0, 8913.0, 8922.0, 8961.0, 8926.0, 8923.0, 8974.0, 8966.0, 9038.0, 9020.0, 8989.0, 8955.0, 8924.0, 8971.0, 8927.0, 8927.0, 8906.0, 8884.0, 8832.0, 8817.0, 8848.0, 8819.0, 8803.0, 8799.0, 8793.0, 8783.0, 8808.0, 8817.0, 8815.0, 8804.0, 8791.0, 8825.0, 8785.0, 8835.0, 8786.0, 8838.0, 8803.0, 8835.0, 8825.0, 8828.0, 8809.0, 8821.0, 8803.0, 8809.0, 8801.0, 8785.0, 8840.0, 8785.0, 8780.0, 8793.0, 8801.0, 8777.0, 8823.0, 8831.0, 8872.0, 8851.0, 8882.0, 8868.0, 8903.0, 8865.0, 8866.0, 8838.0, 8854.0, 8843.0, 8833.0, 8842.0, 8829.0, 8885.0, 8832.0, 8879.0, 8856.0, 8835.0, 8888.0, 8852.0, 8851.0, 8884.0, 8830.0, 8825.0, 8829.0, 8827.0, 8895.0, 8863.0, 8893.0, 8873.0, 8903.0, 8880.0, 8892.0, 8856.0, 8883.0, 8863.0, 8861.0, 8856.0, 8860.0, 8869.0, 8880.0, 8877.0, 8878.0, 8885.0, 8920.0, 8882.0, 8935.0, 8923.0, 8940.0, 8895.0, 8901.0, 8864.0, 8836.0, 8905.0, 8854.0, 8837.0, 8837.0, 8852.0, 8860.0, 8864.0, 8904.0, 8876.0, 8930.0, 8891.0, 8931.0, 8903.0, 8894.0, 8850.0, 8843.0, 8859.0, 8822.0, 8865.0, 8825.0, 8870.0, 8845.0, 8864.0, 8826.0, 8841.0, 8830.0, 8810.0, 8832.0, 8875.0, 8865.0, 8838.0, 8870.0, 8827.0, 8813.0, 8802.0, 8801.0, 8814.0, 8800.0, 8786.0, 8840.0, 8809.0, 8828.0, 8831.0, 8833.0, 8857.0, 8835.0, 8863.0, 8840.0, 8874.0, 8831.0, 8834.0, 8821.0, 8811.0, 8789.0, 8797.0, 8771.0, 8769.0, 8774.0, 8772.0, 8784.0, 8766.0, 8793.0, 8773.0, 8795.0, 8769.0, 8792.0, 8786.0, 8807.0, 8771.0, 8781.0, 8800.0, 8792.0, 8816.0, 8821.0, 8802.0, 8823.0, 8843.0, 8827.0, 8853.0, 8863.0, 8843.0, 8879.0, 8859.0, 8857.0, 8859.0, 8858.0, 8850.0, 8841.0, 8869.0, 8807.0, 8849.0, 8809.0, 8849.0, 8815.0, 8837.0, 8828.0, 8814.0, 8828.0, 8814.0, 8869.0, 8832.0, 8892.0, 8869.0, 8848.0, 8845.0, 8831.0, 8853.0, 8832.0, 8879.0, 8867.0, 8898.0, 8854.0, 8835.0, 8872.0, 8831.0, 8872.0, 8857.0, 8863.0, 8847.0, 8830.0, 8843.0, 8852.0, 8870.0, 8832.0, 8866.0, 8859.0, 8825.0, 8843.0, 8846.0, 8825.0, 8825.0, 8834.0, 8828.0, 8830.0, 8865.0, 8809.0, 8861.0, 8834.0, 8843.0, 8835.0, 8877.0, 8867.0, 8853.0, 8820.0, 8804.0, 8834.0, 8823.0, 8819.0, 8846.0, 8822.0, 8850.0, 8804.0, 8859.0, 8869.0, 8863.0, 8829.0, 8824.0, 8800.0, 8825.0, 8843.0, 8826.0, 8823.0, 8819.0, 8824.0, 8824.0, 8830.0, 8841.0, 8851.0, 8869.0, 8847.0, 8844.0, 8849.0, 8834.0, 8829.0, 8831.0, 8869.0, 8836.0, 8849.0, 8858.0, 8849.0, 8841.0, 8854.0, 8873.0, 8853.0, 8891.0, 8853.0, 8851.0, 8851.0, 8855.0, 8919.0, 8860.0, 8866.0, 8856.0, 8859.0, 8888.0, 8874.0, 8937.0, 8898.0, 8917.0, 8880.0, 8876.0, 8931.0, 8879.0, 8877.0, 8899.0, 8895.0, 8903.0, 8928.0, 8924.0, 8938.0, 8910.0, 8880.0, 8963.0, 8899.0, 8888.0, 8922.0, 8899.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.029264143920595533</td></tr>
<tr><td colspan=3>aqi</td><td>0.11378269114971051</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.256501884735144</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1551453531208618</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1206297279718538</td></tr>
<tr><td colspan=3>efc</td><td>0.4522</td></tr>
<tr><td colspan=3>fber</td><td>7094.606</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1259786324876317</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>193</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.96360628618693</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7526051587340477</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.557766302654463</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0277381096312803</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6723110639163994</td></tr>
<tr><td colspan=3>gcor</td><td>0.0191069</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019012004137039185</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029065527021884918</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1209</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.9802270937866737</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.7488</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.3929</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.3249</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310041.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>776.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>310.4364</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0669</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>451.6138</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3290.6454</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3515.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66503.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1144.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4262.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>883.1088</td></tr>
<tr><td colspan=3>tsnr</td><td>20.423949248273857</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>