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

616 lines
No EOL
117 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-0082_ses-01_task-alignvideo_acq-mb8_run-03_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-0082_ses-01_task-alignvideo_acq-mb8_run-03_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-03_session-01_subject-0082_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-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0082_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-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0082_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-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0082_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-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-03_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-03_session-01_subject-0082_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-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-03_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-03_session-01_subject-0082_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-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0082_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-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-03_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-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-03_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-0082/ses-01/func/sub-0082_ses-01_task-alignvideo_acq-mb8_run-03_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>4c5759f67c9fbdbfaf0f0d94231723c7</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:11:38.070000</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.996338, -0.00225292, 0.0854698, 0.00973839, 0.996138, -0.0872649]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.092557</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4171, -7746, -7275, 558, 56, -397, 43, 2]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.207</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0bbedf19-920d-449f-87c2-6bac23ecb1cb||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.673102617263794, 0.026127390563488007, 0.22934645414352417, 103.07634735107422], [0.006044416222721338, 2.6725642681121826, -0.23699963092803955, -89.8384780883789], [0.22930936515331268, 0.23412521183490753, 2.6797821521759033, -107.9815902709961], [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, 1016]</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], 'AcquisitionTime': ['101138.070000', '101138.530000', '101138.990000', '101139.450000', '101139.910000', '101140.370000', '101140.830000', '101141.290000', '101141.750000', '101142.210000', '101142.670000', '101143.130000', '101143.590000', '101144.050000', '101144.510000', '101144.970000', '101145.430000', '101145.890000', '101146.350000', '101146.810000', '101147.270000', '101147.730000', '101148.190000', '101148.650000', '101149.110000', '101149.570000', '101150.030000', '101150.490000', '101150.950000', '101151.410000', '101151.870000', '101152.330000', '101152.790000', '101153.250000', '101153.710000', '101154.170000', '101154.630000', '101155.090000', '101155.550000', '101156.010000', '101156.470000', '101156.930000', '101157.390000', '101157.850000', '101158.310000', '101158.770000', '101159.230000', '101159.690000', '101200.150000', '101200.610000', '101201.070000', '101201.530000', '101201.990000', '101202.450000', '101202.910000', '101203.370000', '101203.830000', '101204.290000', '101204.750000', '101205.210000', '101205.670000', '101206.130000', '101206.590000', '101207.050000', '101207.510000', '101207.970000', '101208.430000', '101208.890000', '101209.350000', '101209.810000', '101210.270000', '101210.730000', '101211.190000', '101211.650000', '101212.110000', '101212.570000', '101213.030000', '101213.490000', '101213.950000', '101214.410000', '101214.870000', '101215.330000', '101215.790000', '101216.250000', '101216.710000', '101217.170000', '101217.630000', '101218.090000', '101218.550000', '101219.010000', '101219.470000', '101219.930000', '101220.390000', '101220.850000', '101221.310000', '101221.770000', '101222.230000', '101222.690000', '101223.150000', '101223.610000', '101224.070000', '101224.530000', '101224.990000', '101225.450000', '101225.910000', '101226.370000', '101226.830000', '101227.290000', '101227.750000', '101228.210000', '101228.670000', '101229.130000', '101229.590000', '101230.050000', '101230.510000', '101230.970000', '101231.430000', '101231.890000', '101232.350000', '101232.810000', '101233.270000', '101233.730000', '101234.190000', '101234.650000', '101235.110000', '101235.570000', '101236.030000', '101236.490000', '101236.950000', '101237.410000', '101237.870000', '101238.330000', '101238.790000', '101239.250000', '101239.710000', '101240.170000', '101240.630000', '101241.090000', '101241.550000', '101242.010000', '101242.470000', '101242.930000', '101243.390000', '101243.850000', '101244.310000', '101244.770000', '101245.230000', '101245.690000', '101246.150000', '101246.610000', '101247.070000', '101247.530000', '101247.990000', '101248.450000', '101248.910000', '101249.370000', '101249.830000', '101250.290000', '101250.750000', '101251.210000', '101251.670000', '101252.130000', '101252.590000', '101253.050000', '101253.510000', '101253.970000', '101254.430000', '101254.890000', '101255.350000', '101255.810000', '101256.270000', '101256.730000', '101257.190000', '101257.650000', '101258.110000', '101258.570000', '101259.030000', '101259.490000', '101259.950000', '101300.410000', '101300.870000', '101301.330000', '101301.790000', '101302.250000', '101302.710000', '101303.170000', '101303.630000', '101304.090000', '101304.550000', '101305.010000', '101305.470000', '101305.930000', '101306.390000', '101306.850000', '101307.310000', '101307.770000', '101308.230000', '101308.690000', '101309.150000', '101309.610000', '101310.070000', '101310.530000', '101310.990000', '101311.450000', '101311.910000', '101312.370000', '101312.830000', '101313.290000', '101313.750000', '101314.210000', '101314.670000', '101315.130000', '101315.590000', '101316.050000', '101316.510000', '101316.970000', '101317.430000', '101317.890000', '101318.350000', '101318.810000', '101319.270000', '101319.730000', '101320.190000', '101320.650000', '101321.110000', '101321.570000', '101322.030000', '101322.490000', '101322.950000', '101323.410000', '101323.870000', '101324.330000', '101324.790000', '101325.250000', '101325.710000', '101326.170000', '101326.630000', '101327.090000', '101327.550000', '101328.010000', '101328.470000', '101328.930000', '101329.390000', '101329.850000', '101330.310000', '101330.770000', '101331.230000', '101331.690000', '101332.150000', '101332.610000', '101333.070000', '101333.530000', '101333.990000', '101334.450000', '101334.910000', '101335.370000', '101335.830000', '101336.290000', '101336.750000', '101337.210000', '101337.670000', '101338.130000', '101338.590000', '101339.050000', '101339.510000', '101339.970000', '101340.430000', '101340.890000', '101341.350000', '101341.810000', '101342.270000', '101342.730000', '101343.190000', '101343.650000', '101344.110000', '101344.570000', '101345.030000', '101345.490000', '101345.950000', '101346.410000', '101346.870000', '101347.330000', '101347.790000', '101348.250000', '101348.710000', '101349.170000', '101349.630000', '101350.090000', '101350.550000', '101351.010000', '101351.470000', '101351.930000', '101352.390000', '101352.850000', '101353.310000', '101353.770000', '101354.230000', '101354.690000', '101355.150000', '101355.610000', '101356.070000', '101356.530000', '101356.990000', '101357.450000', '101357.910000', '101358.370000', '101358.830000', '101359.290000', '101359.750000', '101400.210000', '101400.670000', '101401.130000', '101401.590000', '101402.050000', '101402.510000', '101402.970000', '101403.430000', '101403.890000', '101404.350000', '101404.810000', '101405.270000', '101405.730000', '101406.190000', '101406.650000', '101407.110000', '101407.570000', '101408.030000', '101408.490000', '101408.950000', '101409.410000', '101409.870000', '101410.330000', '101410.790000', '101411.250000', '101411.710000', '101412.170000', '101412.630000', '101413.090000', '101413.550000', '101414.010000', '101414.470000', '101414.930000', '101415.390000', '101415.850000', '101416.310000', '101416.770000', '101417.230000', '101417.690000', '101418.150000', '101418.610000', '101419.070000', '101419.530000', '101419.990000', '101420.450000', '101420.910000', '101421.370000', '101421.830000', '101422.290000', '101422.750000', '101423.210000', '101423.670000', '101424.130000', '101424.590000', '101425.050000', '101425.510000', '101425.970000', '101426.430000', '101426.890000', '101427.350000', '101427.810000', '101428.270000', '101428.730000', '101429.190000', '101429.650000', '101430.110000', '101430.570000', '101431.030000', '101431.490000', '101431.950000', '101432.410000', '101432.870000', '101433.330000', '101433.790000', '101434.250000', '101434.710000', '101435.170000', '101435.630000', '101436.090000', '101436.550000', '101437.010000', '101437.470000', '101437.930000', '101438.390000', '101438.850000', '101439.310000', '101439.770000', '101440.230000', '101440.690000', '101441.150000', '101441.610000', '101442.070000', '101442.530000', '101442.990000', '101443.450000', '101443.910000', '101444.370000', '101444.830000', '101445.290000', '101445.750000', '101446.210000', '101446.670000', '101447.130000', '101447.590000', '101448.050000', '101448.510000', '101448.970000', '101449.430000', '101449.890000', '101450.350000', '101450.810000', '101451.270000', '101451.730000', '101452.190000', '101452.650000', '101453.110000', '101453.570000', '101454.030000', '101454.490000', '101454.950000', '101455.410000', '101455.870000', '101456.330000', '101456.790000', '101457.250000', '101457.710000', '101458.170000', '101458.630000', '101459.090000', '101459.550000', '101500.010000', '101500.470000', '101500.930000', '101501.390000', '101501.850000', '101502.310000', '101502.770000', '101503.230000', '101503.690000', '101504.150000', '101504.610000', '101505.070000', '101505.530000', '101505.990000', '101506.450000', '101506.910000', '101507.370000', '101507.830000', '101508.290000', '101508.750000', '101509.210000', '101509.670000', '101510.130000', '101510.590000', '101511.050000', '101511.510000', '101511.970000', '101512.430000', '101512.890000', '101513.350000', '101513.810000', '101514.270000', '101514.730000', '101515.190000', '101515.650000', '101516.110000', '101516.570000', '101517.030000', '101517.490000', '101517.950000', '101518.410000', '101518.870000', '101519.330000', '101519.790000', '101520.250000', '101520.710000', '101521.170000', '101521.630000', '101522.090000', '101522.550000', '101523.010000', '101523.470000', '101523.930000', '101524.390000', '101524.850000', '101525.310000', '101525.770000', '101526.230000', '101526.690000', '101527.150000', '101527.610000', '101528.070000', '101528.530000', '101528.990000', '101529.450000', '101529.910000', '101530.370000', '101530.830000', '101531.290000', '101531.750000', '101532.210000', '101532.670000', '101533.130000', '101533.590000', '101534.050000', '101534.510000', '101534.970000', '101535.430000', '101535.890000', '101536.350000', '101536.810000', '101537.270000', '101537.730000', '101538.190000', '101538.650000', '101539.110000', '101539.570000', '101540.030000', '101540.490000', '101540.950000', '101541.410000', '101541.870000', '101542.330000', '101542.790000', '101543.250000', '101543.710000', '101544.170000', '101544.630000', '101545.090000', '101545.550000', '101546.010000', '101546.470000', '101546.930000', '101547.390000', '101547.850000', '101548.310000', '101548.770000', '101549.230000', '101549.690000', '101550.150000', '101550.610000', '101551.070000', '101551.530000', '101551.990000', '101552.450000', '101552.910000', '101553.370000', '101553.830000', '101554.290000', '101554.750000', '101555.210000', '101555.670000', '101556.130000', '101556.590000', '101557.050000', '101557.510000', '101557.970000', '101558.430000', '101558.890000', '101559.350000', '101559.810000', '101600.270000', '101600.730000', '101601.190000', '101601.650000', '101602.110000', '101602.570000', '101603.030000', '101603.490000', '101603.950000', '101604.410000', '101604.870000', '101605.330000', '101605.790000', '101606.250000', '101606.710000', '101607.170000', '101607.630000', '101608.090000', '101608.550000', '101609.010000', '101609.470000', '101609.930000', '101610.390000', '101610.850000', '101611.310000', '101611.770000', '101612.230000', '101612.690000', '101613.150000', '101613.610000', '101614.070000', '101614.530000', '101614.990000', '101615.450000', '101615.910000', '101616.370000', '101616.830000', '101617.290000', '101617.750000', '101618.210000', '101618.670000', '101619.130000', '101619.590000', '101620.050000', '101620.510000', '101620.970000', '101621.430000', '101621.890000', '101622.350000', '101622.810000', '101623.270000', '101623.730000', '101624.190000', '101624.650000', '101625.110000', '101625.570000', '101626.030000', '101626.490000', '101626.950000', '101627.410000', '101627.870000', '101628.330000', '101628.790000', '101629.250000', '101629.710000', '101630.170000', '101630.630000', '101631.090000', '101631.550000', '101632.010000', '101632.470000', '101632.930000', '101633.390000', '101633.850000', '101634.310000', '101634.770000', '101635.230000', '101635.690000', '101636.150000', '101636.610000', '101637.070000', '101637.530000', '101637.990000', '101638.450000', '101638.910000', '101639.370000', '101639.830000', '101640.290000', '101640.750000', '101641.210000', '101641.670000', '101642.130000', '101642.590000', '101643.050000', '101643.510000', '101643.970000', '101644.430000', '101644.890000', '101645.350000', '101645.810000', '101646.270000', '101646.730000', '101647.190000', '101647.650000', '101648.110000', '101648.570000', '101649.030000', '101649.490000', '101649.950000', '101650.410000', '101650.870000', '101651.330000', '101651.790000', '101652.250000', '101652.710000', '101653.170000', '101653.630000', '101654.090000', '101654.550000', '101655.010000', '101655.470000', '101655.930000', '101656.390000', '101656.850000', '101657.310000', '101657.770000', '101658.230000', '101658.690000', '101659.150000', '101659.610000', '101700.070000', '101700.530000', '101700.990000', '101701.450000', '101701.910000', '101702.370000', '101702.830000', '101703.290000', '101703.750000', '101704.210000', '101704.670000', '101705.130000', '101705.590000', '101706.050000', '101706.510000', '101706.970000', '101707.430000', '101707.890000', '101708.350000', '101708.810000', '101709.270000', '101709.730000', '101710.190000', '101710.650000', '101711.110000', '101711.570000', '101712.030000', '101712.490000', '101712.950000', '101713.410000', '101713.870000', '101714.330000', '101714.790000', '101715.250000', '101715.710000', '101716.170000', '101716.630000', '101717.090000', '101717.550000', '101718.010000', '101718.470000', '101718.930000', '101719.390000', '101719.850000', '101720.310000', '101720.770000', '101721.230000', '101721.690000', '101722.150000', '101722.610000', '101723.070000', '101723.530000', '101723.990000', '101724.450000', '101724.910000', '101725.370000', '101725.830000', '101726.290000', '101726.750000', '101727.210000', '101727.670000', '101728.130000', '101728.590000', '101729.050000', '101729.510000', '101729.970000', '101730.430000', '101730.890000', '101731.350000', '101731.810000', '101732.270000', '101732.730000', '101733.190000', '101733.650000', '101734.110000', '101734.570000', '101735.030000', '101735.490000', '101735.950000', '101736.410000', '101736.870000', '101737.330000', '101737.790000', '101738.250000', '101738.710000', '101739.170000', '101739.630000', '101740.090000', '101740.550000', '101741.010000', '101741.470000', '101741.930000', '101742.390000', '101742.850000', '101743.310000', '101743.770000', '101744.230000', '101744.690000', '101745.150000', '101745.610000', '101746.070000', '101746.530000', '101746.990000', '101747.450000', '101747.910000', '101748.370000', '101748.830000', '101749.290000', '101749.750000', '101750.210000', '101750.670000', '101751.130000', '101751.590000', '101752.050000', '101752.510000', '101752.970000', '101753.430000', '101753.890000', '101754.350000', '101754.810000', '101755.270000', '101755.730000', '101756.190000', '101756.650000', '101757.110000', '101757.570000', '101758.030000', '101758.490000', '101758.950000', '101759.410000', '101759.870000', '101800.330000', '101800.790000', '101801.250000', '101801.710000', '101802.170000', '101802.630000', '101803.090000', '101803.550000', '101804.010000', '101804.470000', '101804.930000', '101805.390000', '101805.850000', '101806.310000', '101806.770000', '101807.230000', '101807.690000', '101808.150000', '101808.610000', '101809.070000', '101809.530000', '101809.990000', '101810.450000', '101810.910000', '101811.370000', '101811.830000', '101812.290000', '101812.750000', '101813.210000', '101813.670000', '101814.130000', '101814.590000', '101815.050000', '101815.510000', '101815.970000', '101816.430000', '101816.890000', '101817.350000', '101817.810000', '101818.270000', '101818.730000', '101819.190000', '101819.650000', '101820.110000', '101820.570000', '101821.030000', '101821.490000', '101821.950000', '101822.410000', '101822.870000', '101823.330000', '101823.790000', '101824.250000', '101824.710000', '101825.170000', '101825.630000', '101826.090000', '101826.550000', '101827.010000', '101827.470000', '101827.930000', '101828.390000', '101828.850000', '101829.310000', '101829.770000', '101830.230000', '101830.690000', '101831.150000', '101831.610000', '101832.070000', '101832.530000', '101832.990000', '101833.450000', '101833.910000', '101834.370000', '101834.830000', '101835.290000', '101835.750000', '101836.210000', '101836.670000', '101837.130000', '101837.590000', '101838.050000', '101838.510000', '101838.970000', '101839.430000', '101839.890000', '101840.350000', '101840.810000', '101841.270000', '101841.730000', '101842.190000', '101842.650000', '101843.110000', '101843.570000', '101844.030000', '101844.490000', '101844.950000', '101845.410000', '101845.870000', '101846.330000', '101846.790000', '101847.250000', '101847.710000', '101848.170000', '101848.630000', '101849.090000', '101849.550000', '101850.010000', '101850.470000', '101850.930000', '101851.390000', '101851.850000', '101852.310000', '101852.770000', '101853.230000', '101853.690000', '101854.150000', '101854.610000', '101855.070000', '101855.530000', '101855.990000', '101856.450000', '101856.910000', '101857.370000', '101857.830000', '101858.290000', '101858.750000', '101859.210000', '101859.670000', '101900.130000', '101900.590000', '101901.050000', '101901.510000', '101901.970000', '101902.430000', '101902.890000', '101903.350000', '101903.810000', '101904.270000', '101904.730000', '101905.190000', '101905.650000', '101906.110000', '101906.570000', '101907.030000', '101907.490000', '101907.950000', '101908.410000', '101908.870000', '101909.330000', '101909.790000', '101910.250000', '101910.710000', '101911.170000', '101911.630000', '101912.090000', '101912.550000', '101913.010000', '101913.470000', '101913.930000', '101914.390000', '101914.850000', '101915.310000', '101915.770000', '101916.230000', '101916.690000', '101917.150000', '101917.610000', '101918.070000', '101918.530000', '101918.990000', '101919.450000', '101919.910000', '101920.370000', '101920.830000', '101921.290000', '101921.750000', '101922.210000', '101922.670000', '101923.130000', '101923.590000', '101924.050000', '101924.510000', '101924.970000'], 'ContentTime': ['101156.843000', '101156.847000', '101156.850000', '101156.853000', '101156.855000', '101156.858000', '101156.867000', '101156.869000', '101156.872000', '101156.875000', '101156.878000', '101156.881000', '101156.884000', '101156.887000', '101156.889000', '101156.892000', '101156.895000', '101156.897000', '101156.900000', '101156.902000', '101156.905000', '101156.908000', '101156.919000', '101156.921000', '101156.924000', '101156.927000', '101156.929000', '101156.932000', '101156.935000', '101156.938000', '101156.940000', '101156.943000', '101156.946000', '101156.948000', '101156.951000', '101156.954000', '101156.957000', '101156.960000', '101216.791000', '101216.794000', '101216.797000', '101216.800000', '101216.802000', '101216.805000', '101216.807000', '101216.810000', '101216.812000', '101216.815000', '101216.817000', '101216.820000', '101216.822000', '101216.825000', '101216.827000', '101216.830000', '101216.833000', '101216.835000', '101216.838000', '101216.840000', '101216.843000', '101216.845000', '101216.848000', '101216.851000', '101216.853000', '101216.856000', '101216.858000', '101216.861000', '101216.863000', '101216.866000', '101216.869000', '101216.871000', '101216.874000', '101216.876000', '101216.879000', '101216.881000', '101216.884000', '101216.886000', '101216.889000', '101216.891000', '101216.894000', '101216.897000', '101216.899000', '101216.902000', '101236.790000', '101236.793000', '101236.796000', '101236.798000', '101236.801000', '101236.803000', '101236.806000', '101236.816000', '101236.819000', '101236.822000', '101236.824000', '101236.827000', '101236.829000', '101236.832000', '101236.834000', '101236.837000', '101236.847000', '101236.849000', '101236.852000', '101236.854000', '101236.857000', '101236.859000', '101236.862000', '101236.865000', '101236.867000', '101236.870000', '101236.872000', '101236.875000', '101236.877000', '101236.880000', '101236.883000', '101236.885000', '101236.889000', '101236.891000', '101236.894000', '101236.896000', '101236.899000', '101236.902000', '101236.904000', '101236.907000', '101236.909000', '101236.912000', '101236.914000', '101256.791000', '101256.794000', '101256.796000', '101256.799000', '101256.801000', '101256.804000', '101256.806000', '101256.809000', '101256.812000', '101256.814000', '101256.817000', '101256.819000', '101256.822000', '101256.824000', '101256.827000', '101256.830000', '101256.832000', '101256.835000', '101256.837000', '101256.840000', '101256.842000', '101256.845000', '101256.848000', '101256.850000', '101256.853000', '101256.855000', '101256.858000', '101256.861000', '101256.863000', '101256.866000', '101256.868000', '101256.871000', '101256.873000', '101256.876000', '101256.882000', '101256.885000', '101256.887000', '101256.890000', '101256.892000', '101256.895000', '101256.897000', '101256.900000', '101256.903000', '101256.905000', '101316.791000', '101316.794000', '101316.797000', '101316.799000', '101316.802000', '101316.805000', '101316.807000', '101316.810000', '101316.812000', '101316.815000', '101316.817000', '101316.820000', '101316.822000', '101316.825000', '101316.828000', '101316.830000', '101316.833000', '101316.835000', '101316.838000', '101316.840000', '101316.843000', '101316.846000', '101316.849000', '101316.852000', '101316.855000', '101316.858000', '101316.860000', '101316.863000', '101316.865000', '101316.878000', '101316.880000', '101316.883000', '101316.886000', '101316.888000', '101316.891000', '101316.893000', '101316.896000', '101316.898000', '101316.901000', '101316.904000', '101316.906000', '101316.909000', '101316.911000', '101336.791000', '101336.794000', '101336.797000', '101336.799000', '101336.803000', '101336.805000', '101336.808000', '101336.810000', '101336.813000', '101336.816000', '101336.818000', '101336.821000', '101336.824000', '101336.826000', '101336.829000', '101336.831000', '101336.834000', '101336.837000', '101336.839000', '101336.842000', '101336.844000', '101336.847000', '101336.850000', '101336.852000', '101336.855000', '101336.857000', '101336.860000', '101336.862000', '101336.865000', '101336.868000', '101336.876000', '101336.879000', '101336.882000', '101336.884000', '101336.887000', '101336.890000', '101336.892000', '101336.895000', '101336.897000', '101336.900000', '101336.902000', '101336.905000', '101336.908000', '101336.910000', '101356.792000', '101356.794000', '101356.797000', '101356.800000', '101356.802000', '101356.805000', '101356.808000', '101356.810000', '101356.813000', '101356.815000', '101356.818000', '101356.820000', '101356.823000', '101356.826000', '101356.828000', '101356.831000', '101356.833000', '101356.836000', '101356.839000', '101356.841000', '101356.844000', '101356.846000', '101356.849000', '101356.852000', '101356.854000', '101356.857000', '101356.859000', '101356.862000', '101356.865000', '101356.867000', '101356.870000', '101356.872000', '101356.875000', '101356.878000', '101356.880000', '101356.883000', '101356.886000', '101356.890000', '101356.892000', '101356.895000', '101356.898000', '101356.900000', '101356.903000', '101416.791000', '101416.794000', '101416.797000', '101416.800000', '101416.803000', '101416.805000', '101416.808000', '101416.811000', '101416.813000', '101416.816000', '101416.818000', '101416.821000', '101416.833000', '101416.836000', '101416.838000', '101416.841000', '101416.844000', '101416.846000', '101416.849000', '101416.851000', '101416.854000', '101416.857000', '101416.859000', '101416.862000', '101416.865000', '101416.867000', '101416.870000', '101416.872000', '101416.875000', '101416.878000', '101416.880000', '101416.883000', '101416.885000', '101416.888000', '101416.891000', '101416.893000', '101416.896000', '101416.898000', '101416.901000', '101416.904000', '101416.906000', '101416.909000', '101416.911000', '101416.914000', '101436.791000', '101436.794000', '101436.797000', '101436.799000', '101436.802000', '101436.805000', '101436.807000', '101436.810000', '101436.812000', '101436.815000', '101436.818000', '101436.820000', '101436.823000', '101436.825000', '101436.828000', '101436.831000', '101436.833000', '101436.836000', '101436.838000', '101436.841000', '101436.843000', '101436.846000', '101436.849000', '101436.851000', '101436.854000', '101436.856000', '101436.859000', '101436.861000', '101436.864000', '101436.867000', '101436.869000', '101436.872000', '101436.874000', '101436.877000', '101436.880000', '101436.882000', '101436.885000', '101436.887000', '101436.890000', '101436.893000', '101436.895000', '101436.906000', '101436.909000', '101456.790000', '101456.793000', '101456.796000', '101456.798000', '101456.801000', '101456.804000', '101456.806000', '101456.809000', '101456.811000', '101456.814000', '101456.817000', '101456.819000', '101456.822000', '101456.824000', '101456.827000', '101456.829000', '101456.832000', '101456.835000', '101456.837000', '101456.840000', '101456.842000', '101456.845000', '101456.848000', '101456.850000', '101456.853000', '101456.855000', '101456.858000', '101456.861000', '101456.863000', '101456.866000', '101456.868000', '101456.871000', '101456.873000', '101456.876000', '101456.878000', '101456.881000', '101456.884000', '101456.886000', '101456.889000', '101456.892000', '101456.894000', '101456.897000', '101456.900000', '101456.902000', '101516.791000', '101516.793000', '101516.796000', '101516.799000', '101516.801000', '101516.804000', '101516.806000', '101516.809000', '101516.812000', '101516.814000', '101516.817000', '101516.819000', '101516.822000', '101516.825000', '101516.827000', '101516.830000', '101516.833000', '101516.835000', '101516.838000', '101516.840000', '101516.843000', '101516.845000', '101516.848000', '101516.851000', '101516.853000', '101516.856000', '101516.858000', '101516.861000', '101516.864000', '101516.866000', '101516.869000', '101516.871000', '101516.874000', '101516.877000', '101516.879000', '101516.882000', '101516.885000', '101516.887000', '101516.890000', '101516.892000', '101516.896000', '101516.899000', '101516.902000', '101536.791000', '101536.794000', '101536.797000', '101536.799000', '101536.802000', '101536.805000', '101536.807000', '101536.810000', '101536.813000', '101536.815000', '101536.818000', '101536.820000', '101536.823000', '101536.826000', '101536.828000', '101536.831000', '101536.833000', '101536.836000', '101536.839000', '101536.841000', '101536.844000', '101536.846000', '101536.849000', '101536.852000', '101536.854000', '101536.857000', '101536.860000', '101536.863000', '101536.865000', '101536.868000', '101536.871000', '101536.873000', '101536.876000', '101536.878000', '101536.886000', '101536.888000', '101536.891000', '101536.925000', '101536.928000', '101536.931000', '101536.933000', '101536.936000', '101536.938000', '101536.941000', '101556.791000', '101556.794000', '101556.797000', '101556.799000', '101556.802000', '101556.805000', '101556.807000', '101556.810000', '101556.812000', '101556.815000', '101556.818000', '101556.820000', '101556.823000', '101556.825000', '101556.828000', '101556.831000', '101556.834000', '101556.836000', '101556.839000', '101556.841000', '101556.844000', '101556.847000', '101556.849000', '101556.852000', '101556.855000', '101556.857000', '101556.860000', '101556.862000', '101556.865000', '101556.868000', '101556.870000', '101556.873000', '101556.875000', '101556.878000', '101556.880000', '101556.883000', '101556.886000', '101556.888000', '101556.891000', '101556.893000', '101556.896000', '101556.899000', '101556.901000', '101616.792000', '101616.795000', '101616.797000', '101616.800000', '101616.802000', '101616.805000', '101616.808000', '101616.810000', '101616.813000', '101616.816000', '101616.818000', '101616.821000', '101616.824000', '101616.826000', '101616.829000', '101616.831000', '101616.834000', '101616.837000', '101616.839000', '101616.842000', '101616.845000', '101616.847000', '101616.850000', '101616.852000', '101616.855000', '101616.858000', '101616.860000', '101616.863000', '101616.865000', '101616.868000', '101616.870000', '101616.873000', '101616.876000', '101616.878000', '101616.881000', '101616.884000', '101616.886000', '101616.889000', '101616.891000', '101616.894000', '101616.897000', '101616.899000', '101616.902000', '101616.905000', '101636.792000', '101636.795000', '101636.797000', '101636.800000', '101636.803000', '101636.805000', '101636.808000', '101636.810000', '101636.813000', '101636.816000', '101636.818000', '101636.829000', '101636.832000', '101636.835000', '101636.837000', '101636.840000', '101636.843000', '101636.845000', '101636.848000', '101636.851000', '101636.853000', '101636.856000', '101636.858000', '101636.861000', '101636.864000', '101636.866000', '101636.869000', '101636.871000', '101636.874000', '101636.877000', '101636.879000', '101636.882000', '101636.885000', '101636.887000', '101636.890000', '101636.893000', '101636.895000', '101636.898000', '101636.900000', '101636.903000', '101636.905000', '101636.908000', '101636.911000', '101656.792000', '101656.794000', '101656.797000', '101656.800000', '101656.802000', '101656.805000', '101656.807000', '101656.810000', '101656.813000', '101656.815000', '101656.818000', '101656.821000', '101656.823000', '101656.826000', '101656.828000', '101656.831000', '101656.834000', '101656.836000', '101656.839000', '101656.842000', '101656.844000', '101656.847000', '101656.849000', '101656.852000', '101656.855000', '101656.857000', '101656.860000', '101656.862000', '101656.865000', '101656.868000', '101656.870000', '101656.873000', '101656.875000', '101656.878000', '101656.881000', '101656.883000', '101656.886000', '101656.888000', '101656.891000', '101656.894000', '101656.896000', '101656.899000', '101656.901000', '101656.904000', '101716.791000', '101716.794000', '101716.796000', '101716.805000', '101716.808000', '101716.811000', '101716.814000', '101716.816000', '101716.819000', '101716.821000', '101716.824000', '101716.827000', '101716.829000', '101716.832000', '101716.834000', '101716.837000', '101716.839000', '101716.842000', '101716.845000', '101716.847000', '101716.850000', '101716.853000', '101716.855000', '101716.858000', '101716.861000', '101716.863000', '101716.866000', '101716.869000', '101716.871000', '101716.874000', '101716.877000', '101716.879000', '101716.882000', '101716.885000', '101716.887000', '101716.890000', '101716.892000', '101716.895000', '101716.898000', '101716.900000', '101716.903000', '101716.905000', '101716.910000', '101736.791000', '101736.793000', '101736.796000', '101736.799000', '101736.801000', '101736.805000', '101736.808000', '101736.810000', '101736.813000', '101736.815000', '101736.818000', '101736.821000', '101736.823000', '101736.826000', '101736.828000', '101736.831000', '101736.834000', '101736.836000', '101736.839000', '101736.841000', '101736.844000', '101736.846000', '101736.849000', '101736.852000', '101736.854000', '101736.857000', '101736.860000', '101736.863000', '101736.865000', '101736.868000', '101736.871000', '101736.873000', '101736.876000', '101736.879000', '101736.881000', '101736.884000', '101736.887000', '101736.889000', '101736.892000', '101736.894000', '101736.897000', '101736.900000', '101736.902000', '101736.905000', '101756.792000', '101756.794000', '101756.797000', '101756.799000', '101756.802000', '101756.805000', '101756.807000', '101756.810000', '101756.813000', '101756.815000', '101756.818000', '101756.820000', '101756.823000', '101756.826000', '101756.828000', '101756.831000', '101756.834000', '101756.836000', '101756.839000', '101756.841000', '101756.844000', '101756.847000', '101756.849000', '101756.852000', '101756.854000', '101756.857000', '101756.860000', '101756.862000', '101756.865000', '101756.867000', '101756.870000', '101756.872000', '101756.875000', '101756.878000', '101756.880000', '101756.883000', '101756.886000', '101756.888000', '101756.891000', '101756.893000', '101756.896000', '101756.898000', '101756.901000', '101816.791000', '101816.794000', '101816.797000', '101816.800000', '101816.803000', '101816.805000', '101816.808000', '101816.810000', '101816.813000', '101816.816000', '101816.818000', '101816.821000', '101816.823000', '101816.826000', '101816.829000', '101816.831000', '101816.834000', '101816.837000', '101816.839000', '101816.842000', '101816.844000', '101816.847000', '101816.850000', '101816.852000', '101816.855000', '101816.857000', '101816.860000', '101816.863000', '101816.865000', '101816.868000', '101816.870000', '101816.873000', '101816.875000', '101816.878000', '101816.881000', '101816.883000', '101816.886000', '101816.888000', '101816.891000', '101816.893000', '101816.896000', '101816.899000', '101816.901000', '101836.791000', '101836.794000', '101836.797000', '101836.799000', '101836.802000', '101836.805000', '101836.807000', '101836.810000', '101836.813000', '101836.815000', '101836.818000', '101836.820000', '101836.823000', '101836.826000', '101836.828000', '101836.882000', '101836.885000', '101836.888000', '101836.890000', '101836.893000', '101836.895000', '101836.898000', '101836.900000', '101836.903000', '101836.906000', '101836.908000', '101836.911000', '101836.913000', '101836.916000', '101836.919000', '101836.921000', '101836.924000', '101836.927000', '101836.929000', '101836.932000', '101836.934000', '101836.937000', '101836.940000', '101836.942000', '101836.945000', '101836.947000', '101836.950000', '101836.953000', '101836.955000', '101856.791000', '101856.794000', '101856.797000', '101856.799000', '101856.802000', '101856.805000', '101856.807000', '101856.810000', '101856.813000', '101856.815000', '101856.818000', '101856.820000', '101856.823000', '101856.825000', '101856.828000', '101856.831000', '101856.833000', '101856.836000', '101856.838000', '101856.841000', '101856.844000', '101856.847000', '101856.850000', '101856.852000', '101856.855000', '101856.858000', '101856.860000', '101856.863000', '101856.866000', '101856.868000', '101856.871000', '101856.873000', '101856.876000', '101856.878000', '101856.881000', '101856.884000', '101856.886000', '101856.889000', '101856.891000', '101856.894000', '101856.897000', '101856.899000', '101856.902000', '101856.905000', '101916.791000', '101916.794000', '101916.797000', '101916.800000', '101916.802000', '101916.805000', '101916.808000', '101916.810000', '101916.813000', '101916.816000', '101916.818000', '101916.821000', '101916.824000', '101916.826000', '101916.829000', '101916.831000', '101916.834000', '101916.837000', '101916.839000', '101916.842000', '101916.845000', '101916.847000', '101916.850000', '101916.852000', '101916.855000', '101916.857000', '101916.860000', '101916.863000', '101916.865000', '101916.868000', '101916.871000', '101916.873000', '101916.876000', '101916.879000', '101916.881000', '101916.884000', '101916.886000', '101916.889000', '101916.892000', '101916.894000', '101916.897000', '101916.899000', '101916.902000', '101926.251000', '101926.255000', '101926.258000', '101926.260000', '101926.263000', '101926.266000', '101926.269000', '101926.272000', '101926.274000', '101926.278000', '101926.281000', '101926.284000', '101926.287000', '101926.290000', '101926.293000', '101926.295000', '101926.298000', '101926.301000', '101926.304000', '101926.307000', '101926.309000'], 'InstanceCreationTime': ['101156.843000', '101156.847000', '101156.850000', '101156.853000', '101156.855000', '101156.858000', '101156.867000', '101156.869000', '101156.872000', '101156.875000', '101156.878000', '101156.881000', '101156.884000', '101156.887000', '101156.889000', '101156.892000', '101156.895000', '101156.897000', '101156.900000', '101156.902000', '101156.905000', '101156.908000', '101156.919000', '101156.921000', '101156.924000', '101156.927000', '101156.929000', '101156.932000', '101156.935000', '101156.938000', '101156.940000', '101156.943000', '101156.946000', '101156.948000', '101156.951000', '101156.954000', '101156.957000', '101156.960000', '101216.791000', '101216.794000', '101216.797000', '101216.800000', '101216.802000', '101216.805000', '101216.807000', '101216.810000', '101216.812000', '101216.815000', '101216.817000', '101216.820000', '101216.822000', '101216.825000', '101216.827000', '101216.830000', '101216.833000', '101216.835000', '101216.838000', '101216.840000', '101216.843000', '101216.845000', '101216.848000', '101216.851000', '101216.853000', '101216.856000', '101216.858000', '101216.861000', '101216.863000', '101216.866000', '101216.869000', '101216.871000', '101216.874000', '101216.876000', '101216.879000', '101216.881000', '101216.884000', '101216.886000', '101216.889000', '101216.891000', '101216.894000', '101216.897000', '101216.899000', '101216.902000', '101236.790000', '101236.793000', '101236.796000', '101236.798000', '101236.801000', '101236.803000', '101236.806000', '101236.816000', '101236.819000', '101236.822000', '101236.824000', '101236.827000', '101236.829000', '101236.832000', '101236.834000', '101236.837000', '101236.847000', '101236.849000', '101236.852000', '101236.854000', '101236.857000', '101236.859000', '101236.862000', '101236.865000', '101236.867000', '101236.870000', '101236.872000', '101236.875000', '101236.877000', '101236.880000', '101236.883000', '101236.885000', '101236.889000', '101236.891000', '101236.894000', '101236.896000', '101236.899000', '101236.902000', '101236.904000', '101236.907000', '101236.909000', '101236.912000', '101236.914000', '101256.791000', '101256.794000', '101256.796000', '101256.799000', '101256.801000', '101256.804000', '101256.806000', '101256.809000', '101256.812000', '101256.814000', '101256.817000', '101256.819000', '101256.822000', '101256.824000', '101256.827000', '101256.830000', '101256.832000', '101256.835000', '101256.837000', '101256.840000', '101256.842000', '101256.845000', '101256.848000', '101256.850000', '101256.853000', '101256.855000', '101256.858000', '101256.861000', '101256.863000', '101256.866000', '101256.868000', '101256.871000', '101256.873000', '101256.876000', '101256.882000', '101256.885000', '101256.887000', '101256.890000', '101256.892000', '101256.895000', '101256.897000', '101256.900000', '101256.903000', '101256.905000', '101316.791000', '101316.794000', '101316.797000', '101316.799000', '101316.802000', '101316.805000', '101316.807000', '101316.810000', '101316.812000', '101316.815000', '101316.817000', '101316.820000', '101316.822000', '101316.825000', '101316.828000', '101316.830000', '101316.833000', '101316.835000', '101316.838000', '101316.840000', '101316.843000', '101316.846000', '101316.849000', '101316.852000', '101316.855000', '101316.858000', '101316.860000', '101316.863000', '101316.865000', '101316.878000', '101316.880000', '101316.883000', '101316.886000', '101316.888000', '101316.891000', '101316.893000', '101316.896000', '101316.898000', '101316.901000', '101316.904000', '101316.906000', '101316.909000', '101316.911000', '101336.791000', '101336.794000', '101336.797000', '101336.799000', '101336.803000', '101336.805000', '101336.808000', '101336.810000', '101336.813000', '101336.816000', '101336.818000', '101336.821000', '101336.824000', '101336.826000', '101336.829000', '101336.831000', '101336.834000', '101336.837000', '101336.839000', '101336.842000', '101336.844000', '101336.847000', '101336.850000', '101336.852000', '101336.855000', '101336.857000', '101336.860000', '101336.862000', '101336.865000', '101336.868000', '101336.876000', '101336.879000', '101336.882000', '101336.884000', '101336.887000', '101336.890000', '101336.892000', '101336.895000', '101336.897000', '101336.900000', '101336.902000', '101336.905000', '101336.908000', '101336.910000', '101356.792000', '101356.794000', '101356.797000', '101356.800000', '101356.802000', '101356.805000', '101356.808000', '101356.810000', '101356.813000', '101356.815000', '101356.818000', '101356.820000', '101356.823000', '101356.826000', '101356.828000', '101356.831000', '101356.833000', '101356.836000', '101356.839000', '101356.841000', '101356.844000', '101356.846000', '101356.849000', '101356.852000', '101356.854000', '101356.857000', '101356.859000', '101356.862000', '101356.865000', '101356.867000', '101356.870000', '101356.872000', '101356.875000', '101356.878000', '101356.880000', '101356.883000', '101356.886000', '101356.890000', '101356.892000', '101356.895000', '101356.898000', '101356.900000', '101356.903000', '101416.791000', '101416.794000', '101416.797000', '101416.800000', '101416.803000', '101416.805000', '101416.808000', '101416.811000', '101416.813000', '101416.816000', '101416.818000', '101416.821000', '101416.833000', '101416.836000', '101416.838000', '101416.841000', '101416.844000', '101416.846000', '101416.849000', '101416.851000', '101416.854000', '101416.857000', '101416.859000', '101416.862000', '101416.865000', '101416.867000', '101416.870000', '101416.872000', '101416.875000', '101416.878000', '101416.880000', '101416.883000', '101416.885000', '101416.888000', '101416.891000', '101416.893000', '101416.896000', '101416.898000', '101416.901000', '101416.904000', '101416.906000', '101416.909000', '101416.911000', '101416.914000', '101436.791000', '101436.794000', '101436.797000', '101436.799000', '101436.802000', '101436.805000', '101436.807000', '101436.810000', '101436.812000', '101436.815000', '101436.818000', '101436.820000', '101436.823000', '101436.825000', '101436.828000', '101436.831000', '101436.833000', '101436.836000', '101436.838000', '101436.841000', '101436.843000', '101436.846000', '101436.849000', '101436.851000', '101436.854000', '101436.856000', '101436.859000', '101436.861000', '101436.864000', '101436.867000', '101436.869000', '101436.872000', '101436.874000', '101436.877000', '101436.880000', '101436.882000', '101436.885000', '101436.887000', '101436.890000', '101436.893000', '101436.895000', '101436.906000', '101436.909000', '101456.790000', '101456.793000', '101456.796000', '101456.798000', '101456.801000', '101456.804000', '101456.806000', '101456.809000', '101456.811000', '101456.814000', '101456.817000', '101456.819000', '101456.822000', '101456.824000', '101456.827000', '101456.829000', '101456.832000', '101456.835000', '101456.837000', '101456.840000', '101456.842000', '101456.845000', '101456.848000', '101456.850000', '101456.853000', '101456.855000', '101456.858000', '101456.861000', '101456.863000', '101456.866000', '101456.868000', '101456.871000', '101456.873000', '101456.876000', '101456.878000', '101456.881000', '101456.884000', '101456.886000', '101456.889000', '101456.892000', '101456.894000', '101456.897000', '101456.900000', '101456.902000', '101516.791000', '101516.793000', '101516.796000', '101516.799000', '101516.801000', '101516.804000', '101516.806000', '101516.809000', '101516.812000', '101516.814000', '101516.817000', '101516.819000', '101516.822000', '101516.825000', '101516.827000', '101516.830000', '101516.833000', '101516.835000', '101516.838000', '101516.840000', '101516.843000', '101516.845000', '101516.848000', '101516.851000', '101516.853000', '101516.856000', '101516.858000', '101516.861000', '101516.864000', '101516.866000', '101516.869000', '101516.871000', '101516.874000', '101516.877000', '101516.879000', '101516.882000', '101516.885000', '101516.887000', '101516.890000', '101516.892000', '101516.896000', '101516.899000', '101516.902000', '101536.791000', '101536.794000', '101536.797000', '101536.799000', '101536.802000', '101536.805000', '101536.807000', '101536.810000', '101536.813000', '101536.815000', '101536.818000', '101536.820000', '101536.823000', '101536.826000', '101536.828000', '101536.831000', '101536.833000', '101536.836000', '101536.839000', '101536.841000', '101536.844000', '101536.846000', '101536.849000', '101536.852000', '101536.854000', '101536.857000', '101536.860000', '101536.863000', '101536.865000', '101536.868000', '101536.871000', '101536.873000', '101536.876000', '101536.878000', '101536.886000', '101536.888000', '101536.891000', '101536.925000', '101536.928000', '101536.931000', '101536.933000', '101536.936000', '101536.938000', '101536.941000', '101556.791000', '101556.794000', '101556.797000', '101556.799000', '101556.802000', '101556.805000', '101556.807000', '101556.810000', '101556.812000', '101556.815000', '101556.818000', '101556.820000', '101556.823000', '101556.825000', '101556.828000', '101556.831000', '101556.834000', '101556.836000', '101556.839000', '101556.841000', '101556.844000', '101556.847000', '101556.849000', '101556.852000', '101556.855000', '101556.857000', '101556.860000', '101556.862000', '101556.865000', '101556.868000', '101556.870000', '101556.873000', '101556.875000', '101556.878000', '101556.880000', '101556.883000', '101556.886000', '101556.888000', '101556.891000', '101556.893000', '101556.896000', '101556.899000', '101556.901000', '101616.792000', '101616.795000', '101616.797000', '101616.800000', '101616.802000', '101616.805000', '101616.808000', '101616.810000', '101616.813000', '101616.816000', '101616.818000', '101616.821000', '101616.824000', '101616.826000', '101616.829000', '101616.831000', '101616.834000', '101616.837000', '101616.839000', '101616.842000', '101616.845000', '101616.847000', '101616.850000', '101616.852000', '101616.855000', '101616.858000', '101616.860000', '101616.863000', '101616.865000', '101616.868000', '101616.870000', '101616.873000', '101616.876000', '101616.878000', '101616.881000', '101616.884000', '101616.886000', '101616.889000', '101616.891000', '101616.894000', '101616.897000', '101616.899000', '101616.902000', '101616.905000', '101636.792000', '101636.795000', '101636.797000', '101636.800000', '101636.803000', '101636.805000', '101636.808000', '101636.810000', '101636.813000', '101636.816000', '101636.818000', '101636.829000', '101636.832000', '101636.835000', '101636.837000', '101636.840000', '101636.843000', '101636.845000', '101636.848000', '101636.851000', '101636.853000', '101636.856000', '101636.858000', '101636.861000', '101636.864000', '101636.866000', '101636.869000', '101636.871000', '101636.874000', '101636.877000', '101636.879000', '101636.882000', '101636.885000', '101636.887000', '101636.890000', '101636.893000', '101636.895000', '101636.898000', '101636.900000', '101636.903000', '101636.905000', '101636.908000', '101636.911000', '101656.792000', '101656.794000', '101656.797000', '101656.800000', '101656.802000', '101656.805000', '101656.807000', '101656.810000', '101656.813000', '101656.815000', '101656.818000', '101656.821000', '101656.823000', '101656.826000', '101656.828000', '101656.831000', '101656.834000', '101656.836000', '101656.839000', '101656.842000', '101656.844000', '101656.847000', '101656.849000', '101656.852000', '101656.855000', '101656.857000', '101656.860000', '101656.862000', '101656.865000', '101656.868000', '101656.870000', '101656.873000', '101656.875000', '101656.878000', '101656.881000', '101656.883000', '101656.886000', '101656.888000', '101656.891000', '101656.894000', '101656.896000', '101656.899000', '101656.901000', '101656.904000', '101716.791000', '101716.794000', '101716.796000', '101716.805000', '101716.808000', '101716.811000', '101716.814000', '101716.816000', '101716.819000', '101716.821000', '101716.824000', '101716.827000', '101716.829000', '101716.832000', '101716.834000', '101716.837000', '101716.839000', '101716.842000', '101716.845000', '101716.847000', '101716.850000', '101716.853000', '101716.855000', '101716.858000', '101716.861000', '101716.863000', '101716.866000', '101716.869000', '101716.871000', '101716.874000', '101716.877000', '101716.879000', '101716.882000', '101716.885000', '101716.887000', '101716.890000', '101716.892000', '101716.895000', '101716.898000', '101716.900000', '101716.903000', '101716.905000', '101716.910000', '101736.791000', '101736.793000', '101736.796000', '101736.799000', '101736.801000', '101736.805000', '101736.808000', '101736.810000', '101736.813000', '101736.815000', '101736.818000', '101736.821000', '101736.823000', '101736.826000', '101736.828000', '101736.831000', '101736.834000', '101736.836000', '101736.839000', '101736.841000', '101736.844000', '101736.846000', '101736.849000', '101736.852000', '101736.854000', '101736.857000', '101736.860000', '101736.863000', '101736.865000', '101736.868000', '101736.871000', '101736.873000', '101736.876000', '101736.879000', '101736.881000', '101736.884000', '101736.887000', '101736.889000', '101736.892000', '101736.894000', '101736.897000', '101736.900000', '101736.902000', '101736.905000', '101756.792000', '101756.794000', '101756.797000', '101756.799000', '101756.802000', '101756.805000', '101756.807000', '101756.810000', '101756.813000', '101756.815000', '101756.818000', '101756.820000', '101756.823000', '101756.826000', '101756.828000', '101756.831000', '101756.834000', '101756.836000', '101756.839000', '101756.841000', '101756.844000', '101756.847000', '101756.849000', '101756.852000', '101756.854000', '101756.857000', '101756.860000', '101756.862000', '101756.865000', '101756.867000', '101756.870000', '101756.872000', '101756.875000', '101756.878000', '101756.880000', '101756.883000', '101756.886000', '101756.888000', '101756.891000', '101756.893000', '101756.896000', '101756.898000', '101756.901000', '101816.791000', '101816.794000', '101816.797000', '101816.800000', '101816.803000', '101816.805000', '101816.808000', '101816.810000', '101816.813000', '101816.816000', '101816.818000', '101816.821000', '101816.823000', '101816.826000', '101816.829000', '101816.831000', '101816.834000', '101816.837000', '101816.839000', '101816.842000', '101816.844000', '101816.847000', '101816.850000', '101816.852000', '101816.855000', '101816.857000', '101816.860000', '101816.863000', '101816.865000', '101816.868000', '101816.870000', '101816.873000', '101816.875000', '101816.878000', '101816.881000', '101816.883000', '101816.886000', '101816.888000', '101816.891000', '101816.893000', '101816.896000', '101816.899000', '101816.901000', '101836.791000', '101836.794000', '101836.797000', '101836.799000', '101836.802000', '101836.805000', '101836.807000', '101836.810000', '101836.813000', '101836.815000', '101836.818000', '101836.820000', '101836.823000', '101836.826000', '101836.828000', '101836.882000', '101836.885000', '101836.888000', '101836.890000', '101836.893000', '101836.895000', '101836.898000', '101836.900000', '101836.903000', '101836.906000', '101836.908000', '101836.911000', '101836.913000', '101836.916000', '101836.919000', '101836.921000', '101836.924000', '101836.927000', '101836.929000', '101836.932000', '101836.934000', '101836.937000', '101836.940000', '101836.942000', '101836.945000', '101836.947000', '101836.950000', '101836.953000', '101836.955000', '101856.791000', '101856.794000', '101856.797000', '101856.799000', '101856.802000', '101856.805000', '101856.807000', '101856.810000', '101856.813000', '101856.815000', '101856.818000', '101856.820000', '101856.823000', '101856.825000', '101856.828000', '101856.831000', '101856.833000', '101856.836000', '101856.838000', '101856.841000', '101856.844000', '101856.847000', '101856.850000', '101856.852000', '101856.855000', '101856.858000', '101856.860000', '101856.863000', '101856.866000', '101856.868000', '101856.871000', '101856.873000', '101856.876000', '101856.878000', '101856.881000', '101856.884000', '101856.886000', '101856.889000', '101856.891000', '101856.894000', '101856.897000', '101856.899000', '101856.902000', '101856.905000', '101916.791000', '101916.794000', '101916.797000', '101916.800000', '101916.802000', '101916.805000', '101916.808000', '101916.810000', '101916.813000', '101916.816000', '101916.818000', '101916.821000', '101916.824000', '101916.826000', '101916.829000', '101916.831000', '101916.834000', '101916.837000', '101916.839000', '101916.842000', '101916.845000', '101916.847000', '101916.850000', '101916.852000', '101916.855000', '101916.857000', '101916.860000', '101916.863000', '101916.865000', '101916.868000', '101916.871000', '101916.873000', '101916.876000', '101916.879000', '101916.881000', '101916.884000', '101916.886000', '101916.889000', '101916.892000', '101916.894000', '101916.897000', '101916.899000', '101916.902000', '101926.251000', '101926.255000', '101926.258000', '101926.260000', '101926.263000', '101926.266000', '101926.269000', '101926.272000', '101926.274000', '101926.278000', '101926.281000', '101926.284000', '101926.287000', '101926.290000', '101926.293000', '101926.295000', '101926.298000', '101926.301000', '101926.304000', '101926.307000', '101926.309000'], '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], 'LargestImagePixelValue': [8556, 7096, 6777, 9743, 8063, 6315, 12016, 8004, 6270, 7882, 7714, 6478, 9288, 7072, 7604, 7990, 6452, 8475, 6427, 8582, 6535, 8480, 6423, 8677, 6466, 8695, 6229, 9036, 6282, 8658, 6607, 8309, 6768, 8802, 6740, 9065, 6864, 8853, 6594, 8372, 6235, 8780, 6324, 8458, 7960, 7904, 7458, 8000, 11526, 7741, 10104, 7028, 9507, 6678, 9315, 8074, 7603, 10197, 6754, 9281, 6731, 9529, 6577, 9211, 6584, 8730, 6576, 9309, 9607, 8373, 10848, 7894, 9946, 6702, 9324, 11625, 7501, 10522, 8342, 9884, 7085, 9341, 6725, 9133, 6687, 9001, 6596, 9019, 11320, 7453, 10731, 8128, 10639, 7227, 9367, 9449, 8197, 12459, 8039, 10763, 7259, 9822, 6793, 9079, 6757, 8079, 9794, 6958, 10223, 7078, 9894, 6895, 8523, 6672, 8333, 10035, 7486, 10274, 7622, 8927, 6476, 8564, 6407, 8317, 8196, 7664, 8571, 7481, 10098, 7051, 9503, 6878, 9291, 6427, 8818, 6294, 8767, 7109, 8063, 10696, 7155, 9899, 6728, 9401, 6449, 8655, 6047, 8325, 6229, 8468, 6849, 7978, 9887, 7081, 10017, 6740, 9568, 6950, 9315, 9922, 7285, 10466, 7289, 9719, 6644, 8947, 6254, 9170, 6345, 9082, 6474, 8499, 8549, 7324, 10839, 6923, 9419, 6685, 9334, 6517, 9171, 6501, 8552, 6537, 9142, 6217, 9085, 6945, 9455, 7104, 9139, 7329, 9062, 11961, 8060, 10955, 8456, 11474, 7740, 10018, 6694, 9680, 6575, 9180, 6737, 9536, 6662, 9481, 9110, 8676, 12085, 9345, 9490, 8598, 10061, 7923, 11402, 8221, 10106, 6914, 9873, 7049, 9928, 6946, 9420, 6505, 9329, 6949, 8539, 9169, 8239, 7929, 7818, 7008, 7650, 6563, 7911, 6385, 8926, 7687, 6120, 8009, 6681, 7615, 7786, 6169, 8731, 6133, 11935, 8789, 13693, 9239, 12478, 9749, 10372, 9372, 8860, 11392, 7143, 11672, 7784, 12107, 8496, 12115, 8522, 10779, 7863, 10134, 8145, 8789, 8626, 6312, 9058, 6365, 9272, 6739, 9920, 7175, 9292, 6713, 7010, 7143, 6183, 8745, 7149, 8843, 7741, 10237, 7624, 10359, 7900, 11234, 7920, 11017, 8130, 10576, 7493, 9786, 7305, 8078, 7702, 6476, 8169, 6358, 8224, 6512, 8719, 7128, 8831, 6629, 8640, 7283, 8723, 7109, 9187, 6530, 9104, 6440, 9002, 6690, 9373, 6981, 9598, 6705, 8628, 8987, 8123, 12849, 8792, 10403, 7292, 10998, 7772, 7248, 7079, 6132, 9125, 7358, 7122, 8691, 6892, 6887, 8838, 6936, 6809, 9126, 7245, 12177, 8210, 11581, 11527, 9932, 13417, 9687, 12000, 8684, 9829, 9994, 8175, 10754, 7349, 9281, 6178, 8471, 6260, 7346, 6089, 6558, 8734, 6285, 8934, 6524, 8427, 9176, 7120, 9336, 6753, 8501, 6726, 7792, 10640, 7533, 9087, 6625, 8833, 7211, 7476, 10661, 7143, 9855, 6929, 10730, 8907, 9119, 8516, 9184, 6388, 7791, 6841, 9051, 7030, 8669, 9896, 7646, 12013, 7794, 9560, 11978, 7809, 11683, 7535, 9666, 7827, 7756, 9003, 6999, 9878, 6731, 8716, 6744, 8021, 10468, 7418, 9689, 7049, 9136, 6558, 8953, 11540, 7785, 9494, 6980, 8897, 8987, 7643, 10842, 7313, 8937, 6571, 7742, 10492, 6992, 9158, 6835, 8653, 6501, 7347, 6238, 7181, 6151, 8952, 7685, 9097, 7767, 6170, 7172, 6274, 10368, 7163, 12282, 9738, 9424, 7992, 10571, 7811, 11220, 8115, 11805, 7540, 12305, 7372, 11263, 8875, 13238, 8851, 6712, 8440, 6633, 6893, 8242, 6722, 9644, 6580, 10124, 7420, 10421, 7890, 9497, 7185, 9580, 7688, 9917, 7233, 9439, 6953, 8986, 7129, 8676, 11928, 7353, 11599, 7189, 9591, 6862, 8195, 6646, 6615, 7189, 6545, 7953, 6566, 8766, 7464, 8737, 7069, 8442, 7649, 9923, 7991, 9915, 8277, 10270, 8044, 10210, 8691, 7621, 6943, 6721, 9571, 7129, 10289, 7066, 9315, 10145, 7819, 10578, 7531, 9513, 6631, 9154, 7436, 8164, 11111, 7271, 9730, 7251, 9284, 6721, 9060, 6596, 7961, 6254, 7291, 9985, 7122, 9785, 7719, 8842, 6930, 8609, 6611, 8308, 6407, 7471, 7408, 6959, 8825, 7021, 8946, 7388, 8845, 7460, 8729, 7268, 6645, 6697, 6553, 9110, 7067, 10782, 6956, 6959, 7918, 6903, 8022, 7306, 6642, 8496, 9642, 8952, 7999, 9039, 8095, 9517, 8898, 8852, 7623, 9984, 7326, 9878, 7455, 9959, 7301, 10018, 7839, 9868, 8168, 9046, 7179, 9664, 8483, 8819, 10143, 8284, 10418, 8144, 8708, 7859, 10347, 7420, 9142, 7224, 9431, 7534, 9187, 7093, 8931, 6916, 8872, 7054, 8741, 7055, 8919, 7214, 8822, 7390, 9158, 7132, 9097, 7325, 9056, 7360, 9174, 7281, 9336, 7475, 8659, 7379, 9584, 8114, 6846, 8104, 6288, 9180, 6701, 6645, 8108, 6987, 7237, 8300, 7184, 10858, 8031, 11976, 8672, 12036, 8936, 12113, 7887, 9576, 10842, 8546, 12764, 9680, 8987, 8008, 6556, 8577, 6589, 8929, 6660, 8683, 6351, 9297, 6685, 8918, 8953, 7381, 9452, 7097, 9468, 7360, 9212, 6751, 8599, 6594, 8049, 8264, 7188, 10103, 7301, 8692, 6799, 8663, 7252, 8906, 7432, 8869, 6696, 9497, 8022, 8405, 12398, 9337, 9562, 7211, 8506, 6698, 7896, 7784, 6771, 8177, 6967, 9469, 7166, 9610, 7585, 8740, 6584, 8858, 6725, 8492, 7092, 8842, 6634, 9135, 6728, 8930, 7655, 8405, 10823, 7274, 10723, 7948, 9836, 6786, 8780, 10370, 7339, 10809, 7530, 9004, 6687, 8393, 6543, 8641, 6626, 8244, 6395, 7968, 6482, 7796, 6336, 8474, 6206, 8505, 6766, 8146, 7509, 8266, 9858, 7356, 10161, 8066, 10396, 7303, 9454, 7759, 8290, 8716, 7643, 10325, 7368, 9537, 7637, 10031, 8257, 8904, 7996, 6752, 7910, 7017, 8765, 9291, 8252, 10632, 8248, 11085, 7221, 10234, 7685, 9896, 7323, 8222, 7375, 9869, 7553, 10206, 7681, 10409, 7134, 9887, 7891, 8231, 7710, 6660, 8673, 6859, 8534, 8556, 8116, 7090, 9145, 8057, 8725, 9186, 8527, 8471, 9395, 9773, 8801, 11961, 8521, 11630, 8021, 10660, 8126, 10208, 8278, 9724, 7528, 7574, 7805, 8144, 10790, 12279, 8485, 7134, 10847, 8028, 6513, 8387, 7574, 6111, 6300, 7870, 6939, 6709, 10535, 9136, 8693, 9982, 8989, 12311, 9791, 11417, 10289, 7754, 13087, 7431, 7567, 8924, 6684, 6823, 9539, 7580, 7387, 9696, 7717, 10157, 8169, 11061, 8015, 9918, 6704, 7778, 8048, 6497, 11642, 8153, 12069, 12287, 9439, 11212, 8502, 6629, 6648, 8503, 7193, 6938, 6345, 7211, 6668, 9220, 6826, 8076, 8892, 7278, 9729, 8519, 7354, 8883, 8886, 9858, 9056, 6830, 6143, 8729, 7486, 6611, 9488, 10380, 8401, 13413, 13236, 11889, 7791, 8055, 6857, 6388, 6366, 6994, 6279, 6064, 6320, 7613, 6968, 8624, 8881, 7448, 9095, 6899, 6204, 9063, 8886, 12420, 9815, 12095, 14334, 11562, 8588, 8722, 6085, 6121, 6600, 6706, 6835, 6632, 6418, 9888, 8163, 8958, 9312, 8730, 10539, 7022, 11469, 9453, 9937, 10641, 7762, 10916, 7736, 10369, 7670, 7921, 7293, 6490, 7771, 6684, 9905, 6484, 9570, 9434, 8088, 7815, 7097, 9283, 7320, 8814, 7268, 7584, 7594, 7005, 7979, 9138, 7548, 9505, 7230, 8794, 7279, 6723, 8486, 6936, 9015, 6760, 6516, 8000, 6735, 8592, 7398, 9003, 7969, 6885, 9627, 7105], 'WindowCenter': [3713.0, 3667.0, 3653.0, 3705.0, 3697.0, 3667.0, 3750.0, 3697.0, 3667.0, 3709.0, 3700.0, 3679.0, 3720.0, 3690.0, 3699.0, 3699.0, 3679.0, 3711.0, 3680.0, 3722.0, 3679.0, 3721.0, 3680.0, 3721.0, 3680.0, 3724.0, 3683.0, 3735.0, 3683.0, 3749.0, 3719.0, 3739.0, 3720.0, 3762.0, 3721.0, 3763.0, 3734.0, 3776.0, 3734.0, 3754.0, 3713.0, 3767.0, 3724.0, 3767.0, 3767.0, 3756.0, 3746.0, 3768.0, 3798.0, 3745.0, 3787.0, 3746.0, 3778.0, 3735.0, 3777.0, 3755.0, 3757.0, 3788.0, 3738.0, 3777.0, 3737.0, 3790.0, 3749.0, 3791.0, 3750.0, 3791.0, 3749.0, 3791.0, 3791.0, 3780.0, 3812.0, 3770.0, 3801.0, 3737.0, 3790.0, 3798.0, 3746.0, 3799.0, 3768.0, 3786.0, 3746.0, 3777.0, 3735.0, 3789.0, 3736.0, 3778.0, 3735.0, 3778.0, 3799.0, 3759.0, 3799.0, 3758.0, 3788.0, 3745.0, 3776.0, 3775.0, 3766.0, 3807.0, 3755.0, 3784.0, 3731.0, 3774.0, 3721.0, 3764.0, 3722.0, 3742.0, 3774.0, 3733.0, 3774.0, 3732.0, 3775.0, 3731.0, 3752.0, 3720.0, 3751.0, 3762.0, 3730.0, 3773.0, 3730.0, 3752.0, 3710.0, 3752.0, 3710.0, 3751.0, 3751.0, 3741.0, 3751.0, 3731.0, 3772.0, 3721.0, 3762.0, 3720.0, 3763.0, 3710.0, 3762.0, 3711.0, 3752.0, 3732.0, 3754.0, 3784.0, 3732.0, 3774.0, 3721.0, 3775.0, 3711.0, 3763.0, 3711.0, 3765.0, 3712.0, 3765.0, 3735.0, 3767.0, 3787.0, 3747.0, 3789.0, 3736.0, 3791.0, 3745.0, 3777.0, 3787.0, 3745.0, 3786.0, 3744.0, 3774.0, 3723.0, 3764.0, 3723.0, 3776.0, 3725.0, 3776.0, 3724.0, 3767.0, 3766.0, 3746.0, 3800.0, 3748.0, 3790.0, 3737.0, 3789.0, 3726.0, 3789.0, 3739.0, 3781.0, 3737.0, 3789.0, 3726.0, 3778.0, 3748.0, 3803.0, 3761.0, 3803.0, 3760.0, 3780.0, 3810.0, 3769.0, 3812.0, 3769.0, 3799.0, 3756.0, 3775.0, 3723.0, 3776.0, 3735.0, 3776.0, 3734.0, 3776.0, 3723.0, 3775.0, 3765.0, 3766.0, 3796.0, 3765.0, 3763.0, 3752.0, 3773.0, 3742.0, 3796.0, 3753.0, 3773.0, 3733.0, 3772.0, 3720.0, 3762.0, 3719.0, 3762.0, 3698.0, 3761.0, 3719.0, 3753.0, 3763.0, 3766.0, 3742.0, 3742.0, 3732.0, 3755.0, 3734.0, 3753.0, 3708.0, 3778.0, 3769.0, 3727.0, 3767.0, 3748.0, 3769.0, 3768.0, 3726.0, 3780.0, 3727.0, 3811.0, 3778.0, 3831.0, 3789.0, 3809.0, 3777.0, 3774.0, 3763.0, 3762.0, 3795.0, 3719.0, 3780.0, 3729.0, 3793.0, 3751.0, 3779.0, 3738.0, 3758.0, 3726.0, 3756.0, 3727.0, 3737.0, 3747.0, 3695.0, 3748.0, 3696.0, 3748.0, 3706.0, 3758.0, 3705.0, 3748.0, 3719.0, 3719.0, 3718.0, 3698.0, 3762.0, 3731.0, 3764.0, 3743.0, 3774.0, 3743.0, 3785.0, 3753.0, 3797.0, 3755.0, 3784.0, 3743.0, 3773.0, 3731.0, 3762.0, 3732.0, 3752.0, 3743.0, 3711.0, 3754.0, 3722.0, 3766.0, 3725.0, 3779.0, 3746.0, 3778.0, 3735.0, 3767.0, 3745.0, 3780.0, 3747.0, 3778.0, 3726.0, 3779.0, 3726.0, 3778.0, 3737.0, 3790.0, 3760.0, 3791.0, 3737.0, 3778.0, 3779.0, 3781.0, 3822.0, 3779.0, 3800.0, 3756.0, 3799.0, 3755.0, 3746.0, 3761.0, 3728.0, 3777.0, 3743.0, 3732.0, 3777.0, 3734.0, 3746.0, 3791.0, 3760.0, 3751.0, 3791.0, 3759.0, 3823.0, 3767.0, 3799.0, 3798.0, 3777.0, 3806.0, 3763.0, 3783.0, 3739.0, 3761.0, 3772.0, 3738.0, 3756.0, 3702.0, 3733.0, 3671.0, 3726.0, 3692.0, 3714.0, 3682.0, 3693.0, 3735.0, 3694.0, 3747.0, 3696.0, 3738.0, 3760.0, 3718.0, 3760.0, 3719.0, 3751.0, 3719.0, 3741.0, 3772.0, 3740.0, 3762.0, 3719.0, 3764.0, 3742.0, 3742.0, 3784.0, 3731.0, 3775.0, 3746.0, 3811.0, 3765.0, 3779.0, 3768.0, 3777.0, 3726.0, 3756.0, 3738.0, 3792.0, 3748.0, 3779.0, 3788.0, 3758.0, 3810.0, 3758.0, 3790.0, 3798.0, 3745.0, 3797.0, 3744.0, 3788.0, 3757.0, 3756.0, 3763.0, 3732.0, 3774.0, 3722.0, 3778.0, 3734.0, 3768.0, 3788.0, 3758.0, 3788.0, 3735.0, 3776.0, 3724.0, 3776.0, 3808.0, 3757.0, 3776.0, 3734.0, 3766.0, 3765.0, 3743.0, 3786.0, 3744.0, 3765.0, 3720.0, 3742.0, 3773.0, 3732.0, 3775.0, 3735.0, 3767.0, 3722.0, 3754.0, 3714.0, 3718.0, 3711.0, 3774.0, 3742.0, 3763.0, 3754.0, 3713.0, 3746.0, 3723.0, 3797.0, 3691.0, 3826.0, 3792.0, 3777.0, 3744.0, 3772.0, 3742.0, 3782.0, 3740.0, 3781.0, 3729.0, 3780.0, 3729.0, 3770.0, 3750.0, 3777.0, 3749.0, 3709.0, 3725.0, 3694.0, 3703.0, 3736.0, 3706.0, 3759.0, 3706.0, 3771.0, 3729.0, 3784.0, 3742.0, 3762.0, 3719.0, 3761.0, 3728.0, 3759.0, 3730.0, 3749.0, 3718.0, 3749.0, 3706.0, 3738.0, 3780.0, 3718.0, 3769.0, 3705.0, 3746.0, 3694.0, 3737.0, 3708.0, 3707.0, 3719.0, 3709.0, 3752.0, 3722.0, 3765.0, 3744.0, 3778.0, 3745.0, 3765.0, 3744.0, 3773.0, 3754.0, 3774.0, 3769.0, 3800.0, 3771.0, 3787.0, 3754.0, 3717.0, 3705.0, 3721.0, 3761.0, 3732.0, 3785.0, 3733.0, 3776.0, 3786.0, 3743.0, 3783.0, 3741.0, 3761.0, 3707.0, 3760.0, 3717.0, 3738.0, 3769.0, 3716.0, 3747.0, 3715.0, 3746.0, 3705.0, 3735.0, 3705.0, 3725.0, 3681.0, 3714.0, 3745.0, 3702.0, 3743.0, 3701.0, 3732.0, 3690.0, 3722.0, 3691.0, 3723.0, 3681.0, 3714.0, 3703.0, 3704.0, 3748.0, 3731.0, 3761.0, 3732.0, 3761.0, 3732.0, 3751.0, 3731.0, 3720.0, 3723.0, 3725.0, 3778.0, 3735.0, 3796.0, 3747.0, 3736.0, 3767.0, 3746.0, 3753.0, 3743.0, 3734.0, 3779.0, 3776.0, 3778.0, 3754.0, 3775.0, 3754.0, 3787.0, 3777.0, 3777.0, 3756.0, 3786.0, 3743.0, 3785.0, 3746.0, 3786.0, 3743.0, 3785.0, 3742.0, 3774.0, 3752.0, 3763.0, 3720.0, 3761.0, 3750.0, 3750.0, 3771.0, 3751.0, 3783.0, 3741.0, 3750.0, 3740.0, 3771.0, 3730.0, 3762.0, 3742.0, 3773.0, 3742.0, 3762.0, 3732.0, 3775.0, 3734.0, 3764.0, 3733.0, 3764.0, 3745.0, 3789.0, 3757.0, 3777.0, 3757.0, 3787.0, 3748.0, 3791.0, 3759.0, 3777.0, 3756.0, 3787.0, 3760.0, 3790.0, 3759.0, 3790.0, 3761.0, 3788.0, 3758.0, 3736.0, 3768.0, 3726.0, 3788.0, 3737.0, 3749.0, 3780.0, 3762.0, 3774.0, 3794.0, 3761.0, 3811.0, 3770.0, 3810.0, 3767.0, 3822.0, 3778.0, 3809.0, 3743.0, 3763.0, 3772.0, 3751.0, 3805.0, 3761.0, 3749.0, 3739.0, 3697.0, 3749.0, 3719.0, 3774.0, 3720.0, 3762.0, 3709.0, 3764.0, 3721.0, 3763.0, 3764.0, 3743.0, 3773.0, 3731.0, 3762.0, 3732.0, 3775.0, 3721.0, 3762.0, 3719.0, 3741.0, 3751.0, 3732.0, 3784.0, 3742.0, 3763.0, 3722.0, 3763.0, 3744.0, 3775.0, 3744.0, 3764.0, 3722.0, 3775.0, 3743.0, 3754.0, 3807.0, 3764.0, 3762.0, 3730.0, 3752.0, 3708.0, 3752.0, 3754.0, 3722.0, 3752.0, 3732.0, 3773.0, 3732.0, 3775.0, 3743.0, 3753.0, 3722.0, 3763.0, 3734.0, 3777.0, 3745.0, 3775.0, 3734.0, 3776.0, 3736.0, 3778.0, 3755.0, 3765.0, 3784.0, 3742.0, 3784.0, 3741.0, 3774.0, 3720.0, 3751.0, 3771.0, 3731.0, 3783.0, 3740.0, 3750.0, 3718.0, 3738.0, 3708.0, 3751.0, 3720.0, 3751.0, 3709.0, 3751.0, 3709.0, 3743.0, 3722.0, 3764.0, 3711.0, 3765.0, 3722.0, 3755.0, 3743.0, 3754.0, 3774.0, 3743.0, 3774.0, 3754.0, 3786.0, 3731.0, 3762.0, 3730.0, 3752.0, 3750.0, 3741.0, 3772.0, 3731.0, 3761.0, 3741.0, 3772.0, 3753.0, 3777.0, 3756.0, 3723.0, 3754.0, 3733.0, 3764.0, 3775.0, 3765.0, 3786.0, 3754.0, 3785.0, 3744.0, 3787.0, 3756.0, 3774.0, 3743.0, 3753.0, 3733.0, 3775.0, 3756.0, 3786.0, 3745.0, 3786.0, 3734.0, 3787.0, 3768.0, 3766.0, 3757.0, 3736.0, 3780.0, 3735.0, 3778.0, 3778.0, 3769.0, 3747.0, 3777.0, 3756.0, 3778.0, 3802.0, 3780.0, 3768.0, 3778.0, 3787.0, 3778.0, 3809.0, 3766.0, 3797.0, 3755.0, 3786.0, 3755.0, 3786.0, 3768.0, 3788.0, 3757.0, 3757.0, 3757.0, 3768.0, 3801.0, 3823.0, 3778.0, 3722.0, 3784.0, 3742.0, 3740.0, 3766.0, 3742.0, 3727.0, 3722.0, 3741.0, 3733.0, 3734.0, 3798.0, 3778.0, 3767.0, 3789.0, 3765.0, 3797.0, 3775.0, 3782.0, 3760.0, 3730.0, 3792.0, 3730.0, 3716.0, 3748.0, 3719.0, 3719.0, 3770.0, 3741.0, 3731.0, 3761.0, 3729.0, 3759.0, 3739.0, 3770.0, 3742.0, 3761.0, 3710.0, 3716.0, 3714.0, 3681.0, 3770.0, 3728.0, 3770.0, 3798.0, 3752.0, 3772.0, 3738.0, 3709.0, 3691.0, 3737.0, 3717.0, 3731.0, 3708.0, 3742.0, 3720.0, 3760.0, 3721.0, 3741.0, 3764.0, 3729.0, 3760.0, 3739.0, 3716.0, 3750.0, 3749.0, 3756.0, 3750.0, 3707.0, 3685.0, 3737.0, 3714.0, 3706.0, 3761.0, 3774.0, 3739.0, 3782.0, 3797.0, 3784.0, 3715.0, 3728.0, 3708.0, 3684.0, 3694.0, 3705.0, 3696.0, 3696.0, 3696.0, 3727.0, 3707.0, 3738.0, 3763.0, 3719.0, 3750.0, 3707.0, 3684.0, 3737.0, 3751.0, 3782.0, 3747.0, 3771.0, 3808.0, 3759.0, 3714.0, 3723.0, 3657.0, 3672.0, 3706.0, 3708.0, 3707.0, 3709.0, 3699.0, 3761.0, 3741.0, 3751.0, 3751.0, 3740.0, 3748.0, 3692.0, 3756.0, 3735.0, 3732.0, 3732.0, 3687.0, 3741.0, 3700.0, 3729.0, 3699.0, 3698.0, 3689.0, 3681.0, 3713.0, 3691.0, 3743.0, 3682.0, 3744.0, 3748.0, 3725.0, 3714.0, 3704.0, 3734.0, 3705.0, 3735.0, 3715.0, 3715.0, 3717.0, 3718.0, 3740.0, 3749.0, 3729.0, 3759.0, 3729.0, 3749.0, 3729.0, 3720.0, 3762.0, 3732.0, 3762.0, 3734.0, 3723.0, 3767.0, 3735.0, 3766.0, 3746.0, 3789.0, 3770.0, 3747.0, 3789.0, 3747.0], 'WindowWidth': [8368.0, 8295.0, 8267.0, 8338.0, 8334.0, 8297.0, 8409.0, 8337.0, 8297.0, 8357.0, 8345.0, 8319.0, 8372.0, 8332.0, 8341.0, 8343.0, 8317.0, 8362.0, 8319.0, 8378.0, 8317.0, 8375.0, 8322.0, 8375.0, 8321.0, 8384.0, 8331.0, 8402.0, 8332.0, 8427.0, 8392.0, 8415.0, 8394.0, 8451.0, 8398.0, 8454.0, 8421.0, 8480.0, 8422.0, 8446.0, 8392.0, 8468.0, 8408.0, 8468.0, 8470.0, 8452.0, 8440.0, 8469.0, 8511.0, 8433.0, 8492.0, 8438.0, 8483.0, 8421.0, 8480.0, 8448.0, 8454.0, 8498.0, 8433.0, 8483.0, 8431.0, 8504.0, 8450.0, 8507.0, 8457.0, 8510.0, 8450.0, 8510.0, 8509.0, 8491.0, 8539.0, 8478.0, 8520.0, 8429.0, 8503.0, 8512.0, 8440.0, 8515.0, 8471.0, 8492.0, 8439.0, 8480.0, 8424.0, 8501.0, 8427.0, 8483.0, 8425.0, 8483.0, 8516.0, 8461.0, 8514.0, 8457.0, 8497.0, 8434.0, 8477.0, 8475.0, 8464.0, 8523.0, 8446.0, 8485.0, 8409.0, 8469.0, 8397.0, 8458.0, 8399.0, 8425.0, 8471.0, 8414.0, 8470.0, 8412.0, 8473.0, 8411.0, 8438.0, 8392.0, 8434.0, 8451.0, 8404.0, 8465.0, 8407.0, 8436.0, 8380.0, 8437.0, 8379.0, 8435.0, 8435.0, 8421.0, 8435.0, 8409.0, 8464.0, 8397.0, 8451.0, 8395.0, 8455.0, 8383.0, 8452.0, 8384.0, 8440.0, 8411.0, 8443.0, 8484.0, 8413.0, 8471.0, 8399.0, 8474.0, 8385.0, 8455.0, 8387.0, 8461.0, 8388.0, 8462.0, 8423.0, 8469.0, 8495.0, 8442.0, 8501.0, 8429.0, 8506.0, 8438.0, 8480.0, 8494.0, 8436.0, 8491.0, 8433.0, 8471.0, 8402.0, 8458.0, 8403.0, 8477.0, 8410.0, 8480.0, 8408.0, 8468.0, 8465.0, 8440.0, 8517.0, 8448.0, 8503.0, 8430.0, 8501.0, 8416.0, 8501.0, 8438.0, 8496.0, 8431.0, 8502.0, 8418.0, 8487.0, 8449.0, 8528.0, 8472.0, 8528.0, 8466.0, 8490.0, 8533.0, 8475.0, 8538.0, 8476.0, 8514.0, 8453.0, 8476.0, 8404.0, 8477.0, 8425.0, 8480.0, 8422.0, 8478.0, 8405.0, 8473.0, 8463.0, 8464.0, 8505.0, 8460.0, 8454.0, 8438.0, 8467.0, 8425.0, 8503.0, 8441.0, 8467.0, 8415.0, 8465.0, 8393.0, 8449.0, 8389.0, 8449.0, 8362.0, 8447.0, 8389.0, 8439.0, 8455.0, 8465.0, 8426.0, 8426.0, 8416.0, 8450.0, 8423.0, 8443.0, 8377.0, 8486.0, 8476.0, 8419.0, 8472.0, 8450.0, 8476.0, 8475.0, 8417.0, 8494.0, 8421.0, 8535.0, 8487.0, 8563.0, 8504.0, 8528.0, 8480.0, 8471.0, 8457.0, 8452.0, 8502.0, 8391.0, 8474.0, 8404.0, 8496.0, 8435.0, 8472.0, 8412.0, 8437.0, 8392.0, 8434.0, 8395.0, 8410.0, 8424.0, 8351.0, 8424.0, 8352.0, 8424.0, 8366.0, 8438.0, 8365.0, 8424.0, 8392.0, 8390.0, 8389.0, 8363.0, 8451.0, 8414.0, 8458.0, 8430.0, 8471.0, 8428.0, 8487.0, 8442.0, 8506.0, 8447.0, 8484.0, 8426.0, 8467.0, 8407.0, 8450.0, 8410.0, 8438.0, 8428.0, 8384.0, 8444.0, 8400.0, 8467.0, 8410.0, 8486.0, 8439.0, 8482.0, 8422.0, 8467.0, 8436.0, 8488.0, 8443.0, 8485.0, 8412.0, 8485.0, 8412.0, 8483.0, 8431.0, 8506.0, 8465.0, 8506.0, 8429.0, 8485.0, 8488.0, 8495.0, 8548.0, 8488.0, 8517.0, 8453.0, 8514.0, 8447.0, 8438.0, 8468.0, 8421.0, 8479.0, 8429.0, 8411.0, 8482.0, 8420.0, 8440.0, 8506.0, 8468.0, 8457.0, 8507.0, 8463.0, 8552.0, 8468.0, 8515.0, 8510.0, 8478.0, 8518.0, 8452.0, 8479.0, 8412.0, 8447.0, 8464.0, 8409.0, 8430.0, 8353.0, 8395.0, 8310.0, 8391.0, 8340.0, 8372.0, 8329.0, 8346.0, 8404.0, 8350.0, 8423.0, 8355.0, 8413.0, 8444.0, 8388.0, 8445.0, 8390.0, 8434.0, 8389.0, 8424.0, 8464.0, 8421.0, 8452.0, 8393.0, 8459.0, 8427.0, 8427.0, 8485.0, 8412.0, 8473.0, 8439.0, 8533.0, 8460.0, 8487.0, 8472.0, 8478.0, 8412.0, 8453.0, 8434.0, 8512.0, 8446.0, 8488.0, 8497.0, 8456.0, 8529.0, 8458.0, 8503.0, 8509.0, 8434.0, 8506.0, 8431.0, 8497.0, 8456.0, 8452.0, 8456.0, 8413.0, 8471.0, 8400.0, 8483.0, 8421.0, 8473.0, 8496.0, 8460.0, 8501.0, 8425.0, 8477.0, 8406.0, 8478.0, 8526.0, 8456.0, 8477.0, 8420.0, 8463.0, 8461.0, 8430.0, 8492.0, 8433.0, 8459.0, 8397.0, 8427.0, 8468.0, 8413.0, 8478.0, 8425.0, 8467.0, 8403.0, 8449.0, 8399.0, 8389.0, 8388.0, 8474.0, 8427.0, 8454.0, 8445.0, 8395.0, 8442.0, 8408.0, 8509.0, 8338.0, 8569.0, 8512.0, 8486.0, 8432.0, 8463.0, 8425.0, 8476.0, 8420.0, 8473.0, 8405.0, 8472.0, 8403.0, 8457.0, 8433.0, 8463.0, 8430.0, 8380.0, 8392.0, 8348.0, 8360.0, 8407.0, 8369.0, 8442.0, 8370.0, 8461.0, 8404.0, 8485.0, 8427.0, 8450.0, 8390.0, 8448.0, 8399.0, 8441.0, 8406.0, 8429.0, 8388.0, 8428.0, 8369.0, 8412.0, 8473.0, 8388.0, 8455.0, 8365.0, 8418.0, 8350.0, 8410.0, 8377.0, 8374.0, 8392.0, 8380.0, 8440.0, 8401.0, 8463.0, 8436.0, 8487.0, 8438.0, 8466.0, 8434.0, 8469.0, 8444.0, 8473.0, 8475.0, 8521.0, 8482.0, 8495.0, 8443.0, 8381.0, 8364.0, 8397.0, 8448.0, 8414.0, 8487.0, 8417.0, 8477.0, 8491.0, 8431.0, 8484.0, 8423.0, 8450.0, 8373.0, 8445.0, 8386.0, 8413.0, 8455.0, 8380.0, 8421.0, 8378.0, 8418.0, 8364.0, 8403.0, 8366.0, 8393.0, 8326.0, 8372.0, 8417.0, 8355.0, 8408.0, 8352.0, 8392.0, 8337.0, 8380.0, 8337.0, 8384.0, 8326.0, 8373.0, 8358.0, 8363.0, 8427.0, 8412.0, 8451.0, 8413.0, 8448.0, 8413.0, 8436.0, 8409.0, 8395.0, 8406.0, 8412.0, 8484.0, 8423.0, 8505.0, 8447.0, 8428.0, 8472.0, 8441.0, 8447.0, 8433.0, 8423.0, 8488.0, 8482.0, 8487.0, 8449.0, 8477.0, 8447.0, 8494.0, 8483.0, 8485.0, 8456.0, 8494.0, 8431.0, 8490.0, 8443.0, 8493.0, 8433.0, 8489.0, 8428.0, 8473.0, 8443.0, 8455.0, 8396.0, 8450.0, 8434.0, 8433.0, 8463.0, 8435.0, 8481.0, 8423.0, 8434.0, 8421.0, 8463.0, 8409.0, 8452.0, 8428.0, 8468.0, 8429.0, 8454.0, 8415.0, 8478.0, 8422.0, 8460.0, 8419.0, 8460.0, 8438.0, 8502.0, 8459.0, 8482.0, 8457.0, 8497.0, 8447.0, 8509.0, 8464.0, 8483.0, 8455.0, 8497.0, 8468.0, 8506.0, 8464.0, 8508.0, 8472.0, 8496.0, 8457.0, 8428.0, 8473.0, 8416.0, 8497.0, 8433.0, 8451.0, 8494.0, 8476.0, 8494.0, 8520.0, 8469.0, 8536.0, 8479.0, 8530.0, 8469.0, 8554.0, 8485.0, 8529.0, 8429.0, 8456.0, 8463.0, 8437.0, 8516.0, 8448.0, 8430.0, 8417.0, 8358.0, 8430.0, 8394.0, 8474.0, 8398.0, 8454.0, 8382.0, 8458.0, 8398.0, 8458.0, 8462.0, 8431.0, 8469.0, 8413.0, 8454.0, 8414.0, 8476.0, 8401.0, 8454.0, 8394.0, 8424.0, 8438.0, 8414.0, 8485.0, 8430.0, 8456.0, 8403.0, 8456.0, 8435.0, 8478.0, 8435.0, 8460.0, 8403.0, 8474.0, 8430.0, 8447.0, 8522.0, 8459.0, 8452.0, 8406.0, 8437.0, 8377.0, 8441.0, 8450.0, 8403.0, 8440.0, 8414.0, 8468.0, 8417.0, 8477.0, 8432.0, 8442.0, 8402.0, 8457.0, 8422.0, 8484.0, 8439.0, 8478.0, 8423.0, 8480.0, 8430.0, 8490.0, 8453.0, 8464.0, 8489.0, 8428.0, 8488.0, 8427.0, 8474.0, 8395.0, 8439.0, 8464.0, 8412.0, 8483.0, 8423.0, 8434.0, 8390.0, 8416.0, 8376.0, 8439.0, 8397.0, 8437.0, 8380.0, 8440.0, 8381.0, 8432.0, 8402.0, 8459.0, 8389.0, 8462.0, 8403.0, 8449.0, 8432.0, 8446.0, 8473.0, 8430.0, 8474.0, 8447.0, 8490.0, 8410.0, 8452.0, 8407.0, 8439.0, 8434.0, 8422.0, 8466.0, 8409.0, 8449.0, 8425.0, 8465.0, 8441.0, 8481.0, 8454.0, 8406.0, 8447.0, 8417.0, 8459.0, 8475.0, 8463.0, 8493.0, 8444.0, 8487.0, 8433.0, 8495.0, 8453.0, 8473.0, 8429.0, 8441.0, 8416.0, 8474.0, 8450.0, 8490.0, 8436.0, 8490.0, 8419.0, 8494.0, 8472.0, 8467.0, 8457.0, 8427.0, 8492.0, 8427.0, 8485.0, 8487.0, 8477.0, 8443.0, 8483.0, 8454.0, 8485.0, 8527.0, 8493.0, 8474.0, 8485.0, 8494.0, 8485.0, 8528.0, 8465.0, 8508.0, 8450.0, 8491.0, 8448.0, 8490.0, 8473.0, 8497.0, 8458.0, 8455.0, 8456.0, 8471.0, 8520.0, 8553.0, 8489.0, 8402.0, 8483.0, 8426.0, 8443.0, 8466.0, 8427.0, 8419.0, 8402.0, 8424.0, 8415.0, 8420.0, 8510.0, 8485.0, 8470.0, 8499.0, 8460.0, 8508.0, 8473.0, 8475.0, 8444.0, 8403.0, 8489.0, 8406.0, 8379.0, 8426.0, 8392.0, 8393.0, 8460.0, 8425.0, 8412.0, 8449.0, 8401.0, 8440.0, 8415.0, 8456.0, 8423.0, 8447.0, 8379.0, 8378.0, 8371.0, 8323.0, 8458.0, 8395.0, 8458.0, 8511.0, 8435.0, 8462.0, 8412.0, 8374.0, 8338.0, 8408.0, 8384.0, 8413.0, 8377.0, 8427.0, 8397.0, 8446.0, 8399.0, 8425.0, 8460.0, 8403.0, 8442.0, 8412.0, 8380.0, 8431.0, 8429.0, 8433.0, 8432.0, 8372.0, 8339.0, 8408.0, 8378.0, 8368.0, 8450.0, 8470.0, 8413.0, 8474.0, 8508.0, 8482.0, 8375.0, 8394.0, 8371.0, 8337.0, 8351.0, 8368.0, 8357.0, 8359.0, 8359.0, 8397.0, 8370.0, 8414.0, 8457.0, 8390.0, 8430.0, 8368.0, 8333.0, 8406.0, 8434.0, 8476.0, 8421.0, 8459.0, 8527.0, 8440.0, 8368.0, 8380.0, 8285.0, 8318.0, 8368.0, 8373.0, 8369.0, 8377.0, 8362.0, 8445.0, 8416.0, 8431.0, 8430.0, 8414.0, 8417.0, 8336.0, 8428.0, 8398.0, 8389.0, 8387.0, 8321.0, 8400.0, 8344.0, 8380.0, 8341.0, 8339.0, 8329.0, 8321.0, 8368.0, 8338.0, 8406.0, 8328.0, 8411.0, 8423.0, 8389.0, 8373.0, 8358.0, 8399.0, 8361.0, 8401.0, 8376.0, 8377.0, 8381.0, 8388.0, 8420.0, 8429.0, 8402.0, 8443.0, 8404.0, 8428.0, 8402.0, 8397.0, 8454.0, 8415.0, 8452.0, 8421.0, 8407.0, 8470.0, 8426.0, 8466.0, 8441.0, 8503.0, 8479.0, 8447.0, 8503.0, 8444.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.006074468503937007</td></tr>
<tr><td colspan=3>aqi</td><td>0.07475007480314962</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.32339560221674</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1228640736650228</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0352633605615769</td></tr>
<tr><td colspan=3>efc</td><td>0.4667</td></tr>
<tr><td colspan=3>fber</td><td>3542.5569</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2560676430878395</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>413</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>40.6496062992126</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.9144865882333963</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.8536260228733448</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.150641197610133</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7391925442167113</td></tr>
<tr><td colspan=3>gcor</td><td>0.0117519</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011124213226139545</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03039298951625824</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1016</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.561389877684261</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>25.4053</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.89</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.1344</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308856.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>767.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>306.1128</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.3335</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>498.7775</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2969.8863</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3221.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67688.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>805.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3962.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>904.4155</td></tr>
<tr><td colspan=3>tsnr</td><td>21.600280702637974</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>