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

616 lines
No EOL
118 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-0080_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-0080_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-0080_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-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0080/figures/sub-0080_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-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080/ses-01/func/sub-0080_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>a220aa7b72d3582b4ef3bcad4de69c9f</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>11:54:1.812500</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.991146, -0.00378325, 0.132721, -0.00536268, 0.997638, 0.068486]</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.0894077</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4194, -7761, -7264, 580, -38, -273, 66, 17]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>249.225</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6ab2a07b-142d-4ece-a16e-e05b9f49e9ea||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.659172773361206, -0.014387687668204308, 0.35819944739341736, 107.53964233398438], [0.010150188580155373, 2.676589012145996, 0.1851966232061386, -90.9295654296875], [0.35608047246932983, -0.18374282121658325, 2.6697182655334473, -69.24796295166016], [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': ['115401.812500', '115402.272500', '115402.732500', '115403.192500', '115403.652500', '115404.112500', '115404.572500', '115405.032500', '115405.492500', '115405.952500', '115406.412500', '115406.872500', '115407.332500', '115407.792500', '115408.252500', '115408.712500', '115409.172500', '115409.632500', '115410.092500', '115410.552500', '115411.012500', '115411.472500', '115411.932500', '115412.392500', '115412.852500', '115413.312500', '115413.772500', '115414.232500', '115414.692500', '115415.152500', '115415.612500', '115416.072500', '115416.532500', '115416.992500', '115417.452500', '115417.912500', '115418.372500', '115418.832500', '115419.292500', '115419.752500', '115420.212500', '115420.672500', '115421.132500', '115421.592500', '115422.052500', '115422.512500', '115422.972500', '115423.432500', '115423.892500', '115424.352500', '115424.812500', '115425.272500', '115425.732500', '115426.192500', '115426.652500', '115427.112500', '115427.572500', '115428.032500', '115428.492500', '115428.952500', '115429.412500', '115429.872500', '115430.332500', '115430.792500', '115431.252500', '115431.712500', '115432.172500', '115432.632500', '115433.092500', '115433.552500', '115434.012500', '115434.472500', '115434.932500', '115435.392500', '115435.852500', '115436.312500', '115436.772500', '115437.232500', '115437.692500', '115438.152500', '115438.612500', '115439.072500', '115439.532500', '115439.992500', '115440.452500', '115440.912500', '115441.372500', '115441.832500', '115442.292500', '115442.752500', '115443.212500', '115443.672500', '115444.132500', '115444.592500', '115445.052500', '115445.512500', '115445.972500', '115446.432500', '115446.892500', '115447.352500', '115447.812500', '115448.272500', '115448.732500', '115449.192500', '115449.652500', '115450.112500', '115450.572500', '115451.032500', '115451.492500', '115451.952500', '115452.412500', '115452.872500', '115453.332500', '115453.792500', '115454.252500', '115454.712500', '115455.172500', '115455.632500', '115456.092500', '115456.552500', '115457.012500', '115457.472500', '115457.932500', '115458.392500', '115458.852500', '115459.312500', '115459.772500', '115500.232500', '115500.692500', '115501.152500', '115501.612500', '115502.072500', '115502.532500', '115502.992500', '115503.452500', '115503.912500', '115504.372500', '115504.832500', '115505.292500', '115505.752500', '115506.212500', '115506.672500', '115507.132500', '115507.592500', '115508.052500', '115508.512500', '115508.972500', '115509.432500', '115509.892500', '115510.352500', '115510.812500', '115511.272500', '115511.732500', '115512.192500', '115512.652500', '115513.112500', '115513.572500', '115514.032500', '115514.492500', '115514.952500', '115515.412500', '115515.872500', '115516.332500', '115516.792500', '115517.252500', '115517.712500', '115518.172500', '115518.632500', '115519.092500', '115519.552500', '115520.012500', '115520.472500', '115520.932500', '115521.392500', '115521.852500', '115522.312500', '115522.772500', '115523.232500', '115523.692500', '115524.152500', '115524.612500', '115525.072500', '115525.532500', '115525.992500', '115526.452500', '115526.912500', '115527.372500', '115527.832500', '115528.292500', '115528.752500', '115529.212500', '115529.672500', '115530.132500', '115530.592500', '115531.052500', '115531.512500', '115531.972500', '115532.432500', '115532.892500', '115533.352500', '115533.812500', '115534.272500', '115534.732500', '115535.192500', '115535.652500', '115536.112500', '115536.572500', '115537.032500', '115537.492500', '115537.952500', '115538.412500', '115538.872500', '115539.332500', '115539.792500', '115540.252500', '115540.712500', '115541.172500', '115541.632500', '115542.092500', '115542.552500', '115543.012500', '115543.472500', '115543.932500', '115544.392500', '115544.852500', '115545.312500', '115545.772500', '115546.232500', '115546.692500', '115547.152500', '115547.612500', '115548.072500', '115548.532500', '115548.992500', '115549.452500', '115549.912500', '115550.372500', '115550.832500', '115551.292500', '115551.752500', '115552.212500', '115552.672500', '115553.132500', '115553.592500', '115554.052500', '115554.512500', '115554.972500', '115555.432500', '115555.892500', '115556.352500', '115556.812500', '115557.272500', '115557.732500', '115558.192500', '115558.652500', '115559.112500', '115559.572500', '115600.032500', '115600.492500', '115600.952500', '115601.412500', '115601.872500', '115602.332500', '115602.792500', '115603.252500', '115603.712500', '115604.172500', '115604.632500', '115605.092500', '115605.552500', '115606.012500', '115606.472500', '115606.932500', '115607.392500', '115607.852500', '115608.312500', '115608.772500', '115609.232500', '115609.692500', '115610.152500', '115610.612500', '115611.072500', '115611.532500', '115611.992500', '115612.452500', '115612.912500', '115613.372500', '115613.832500', '115614.292500', '115614.752500', '115615.212500', '115615.672500', '115616.132500', '115616.592500', '115617.052500', '115617.512500', '115617.972500', '115618.432500', '115618.892500', '115619.352500', '115619.812500', '115620.272500', '115620.732500', '115621.192500', '115621.652500', '115622.112500', '115622.572500', '115623.032500', '115623.492500', '115623.952500', '115624.412500', '115624.872500', '115625.332500', '115625.792500', '115626.252500', '115626.712500', '115627.172500', '115627.632500', '115628.092500', '115628.552500', '115629.012500', '115629.472500', '115629.932500', '115630.392500', '115630.852500', '115631.312500', '115631.772500', '115632.232500', '115632.692500', '115633.152500', '115633.612500', '115634.072500', '115634.532500', '115634.992500', '115635.452500', '115635.912500', '115636.372500', '115636.832500', '115637.292500', '115637.752500', '115638.212500', '115638.672500', '115639.132500', '115639.592500', '115640.052500', '115640.512500', '115640.972500', '115641.432500', '115641.892500', '115642.352500', '115642.812500', '115643.272500', '115643.732500', '115644.192500', '115644.652500', '115645.112500', '115645.572500', '115646.032500', '115646.492500', '115646.952500', '115647.412500', '115647.872500', '115648.332500', '115648.792500', '115649.252500', '115649.712500', '115650.172500', '115650.632500', '115651.092500', '115651.552500', '115652.012500', '115652.472500', '115652.932500', '115653.392500', '115653.852500', '115654.312500', '115654.772500', '115655.232500', '115655.692500', '115656.152500', '115656.612500', '115657.072500', '115657.532500', '115657.992500', '115658.452500', '115658.912500', '115659.372500', '115659.832500', '115700.292500', '115700.752500', '115701.212500', '115701.672500', '115702.132500', '115702.592500', '115703.052500', '115703.512500', '115703.972500', '115704.432500', '115704.892500', '115705.352500', '115705.812500', '115706.272500', '115706.732500', '115707.192500', '115707.652500', '115708.112500', '115708.572500', '115709.032500', '115709.492500', '115709.952500', '115710.412500', '115710.872500', '115711.332500', '115711.792500', '115712.252500', '115712.712500', '115713.172500', '115713.632500', '115714.092500', '115714.552500', '115715.012500', '115715.472500', '115715.932500', '115716.392500', '115716.852500', '115717.312500', '115717.772500', '115718.232500', '115718.692500', '115719.152500', '115719.612500', '115720.072500', '115720.532500', '115720.992500', '115721.452500', '115721.912500', '115722.372500', '115722.832500', '115723.292500', '115723.752500', '115724.212500', '115724.672500', '115725.132500', '115725.592500', '115726.052500', '115726.512500', '115726.972500', '115727.432500', '115727.892500', '115728.352500', '115728.812500', '115729.272500', '115729.732500', '115730.192500', '115730.652500', '115731.112500', '115731.572500', '115732.032500', '115732.492500', '115732.952500', '115733.412500', '115733.872500', '115734.332500', '115734.792500', '115735.252500', '115735.712500', '115736.172500', '115736.632500', '115737.092500', '115737.552500', '115738.012500', '115738.472500', '115738.932500', '115739.392500', '115739.852500', '115740.312500', '115740.772500', '115741.232500', '115741.692500', '115742.152500', '115742.612500', '115743.072500', '115743.532500', '115743.992500', '115744.452500', '115744.912500', '115745.372500', '115745.832500', '115746.292500', '115746.752500', '115747.212500', '115747.672500', '115748.132500', '115748.592500', '115749.052500', '115749.512500', '115749.972500', '115750.432500', '115750.892500', '115751.352500', '115751.812500', '115752.272500', '115752.732500', '115753.192500', '115753.652500', '115754.112500', '115754.572500', '115755.032500', '115755.492500', '115755.952500', '115756.412500', '115756.872500', '115757.332500', '115757.792500', '115758.252500', '115758.712500', '115759.172500', '115759.632500', '115800.092500', '115800.552500', '115801.012500', '115801.472500', '115801.932500', '115802.392500', '115802.852500', '115803.312500', '115803.772500', '115804.232500', '115804.692500', '115805.152500', '115805.612500', '115806.072500', '115806.532500', '115806.992500', '115807.452500', '115807.912500', '115808.372500', '115808.832500', '115809.292500', '115809.752500', '115810.212500', '115810.672500', '115811.132500', '115811.592500', '115812.052500', '115812.512500', '115812.972500', '115813.432500', '115813.892500', '115814.352500', '115814.812500', '115815.272500', '115815.732500', '115816.192500', '115816.652500', '115817.112500', '115817.572500', '115818.032500', '115818.492500', '115818.952500', '115819.412500', '115819.872500', '115820.332500', '115820.792500', '115821.252500', '115821.712500', '115822.172500', '115822.632500', '115823.092500', '115823.552500', '115824.012500', '115824.472500', '115824.932500', '115825.392500', '115825.852500', '115826.312500', '115826.772500', '115827.232500', '115827.692500', '115828.152500', '115828.612500', '115829.072500', '115829.532500', '115829.992500', '115830.452500', '115830.912500', '115831.372500', '115831.832500', '115832.292500', '115832.752500', '115833.212500', '115833.672500', '115834.132500', '115834.592500', '115835.052500', '115835.512500', '115835.972500', '115836.432500', '115836.892500', '115837.352500', '115837.812500', '115838.272500', '115838.732500', '115839.192500', '115839.652500', '115840.112500', '115840.572500', '115841.032500', '115841.492500', '115841.952500', '115842.412500', '115842.872500', '115843.332500', '115843.792500', '115844.252500', '115844.712500', '115845.172500', '115845.632500', '115846.092500', '115846.552500', '115847.012500', '115847.472500', '115847.932500', '115848.392500', '115848.852500', '115849.312500', '115849.772500', '115850.232500', '115850.692500', '115851.152500', '115851.612500', '115852.072500', '115852.532500', '115852.992500', '115853.452500', '115853.912500', '115854.372500', '115854.832500', '115855.292500', '115855.752500', '115856.212500', '115856.672500', '115857.132500', '115857.592500', '115858.052500', '115858.512500', '115858.972500', '115859.432500', '115859.892500', '115900.352500', '115900.812500', '115901.272500', '115901.732500', '115902.192500', '115902.652500', '115903.112500', '115903.572500', '115904.032500', '115904.492500', '115904.952500', '115905.412500', '115905.872500', '115906.332500', '115906.792500', '115907.252500', '115907.712500', '115908.172500', '115908.632500', '115909.092500', '115909.552500', '115910.012500', '115910.472500', '115910.932500', '115911.392500', '115911.852500', '115912.312500', '115912.772500', '115913.232500', '115913.692500', '115914.152500', '115914.612500', '115915.072500', '115915.532500', '115915.992500', '115916.452500', '115916.912500', '115917.372500', '115917.832500', '115918.292500', '115918.752500', '115919.212500', '115919.672500', '115920.132500', '115920.592500', '115921.052500', '115921.512500', '115921.972500', '115922.432500', '115922.892500', '115923.352500', '115923.812500', '115924.272500', '115924.732500', '115925.192500', '115925.652500', '115926.112500', '115926.572500', '115927.032500', '115927.492500', '115927.952500', '115928.412500', '115928.872500', '115929.332500', '115929.792500', '115930.252500', '115930.712500', '115931.172500', '115931.632500', '115932.092500', '115932.552500', '115933.012500', '115933.472500', '115933.932500', '115934.392500', '115934.852500', '115935.312500', '115935.772500', '115936.232500', '115936.692500', '115937.152500', '115937.612500', '115938.072500', '115938.532500', '115938.992500', '115939.452500', '115939.912500', '115940.372500', '115940.832500', '115941.292500', '115941.752500', '115942.212500', '115942.672500', '115943.132500', '115943.592500', '115944.052500', '115944.512500', '115944.972500', '115945.432500', '115945.892500', '115946.352500', '115946.812500', '115947.272500', '115947.732500', '115948.192500', '115948.652500', '115949.112500', '115949.572500', '115950.032500', '115950.492500', '115950.952500', '115951.412500', '115951.872500', '115952.332500', '115952.792500', '115953.252500', '115953.712500', '115954.172500', '115954.632500', '115955.092500', '115955.552500', '115956.012500', '115956.472500', '115956.932500', '115957.392500', '115957.852500', '115958.312500', '115958.772500', '115959.232500', '115959.692500', '120000.152500', '120000.612500', '120001.072500', '120001.532500', '120001.992500', '120002.452500', '120002.912500', '120003.372500', '120003.832500', '120004.292500', '120004.752500', '120005.212500', '120005.672500', '120006.132500', '120006.592500', '120007.052500', '120007.512500', '120007.972500', '120008.432500', '120008.892500', '120009.352500', '120009.812500', '120010.272500', '120010.732500', '120011.192500', '120011.652500', '120012.112500', '120012.572500', '120013.032500', '120013.492500', '120013.952500', '120014.412500', '120014.872500', '120015.332500', '120015.792500', '120016.252500', '120016.712500', '120017.172500', '120017.632500', '120018.092500', '120018.552500', '120019.012500', '120019.472500', '120019.932500', '120020.392500', '120020.852500', '120021.312500', '120021.772500', '120022.232500', '120022.692500', '120023.152500', '120023.612500', '120024.072500', '120024.532500', '120024.992500', '120025.452500', '120025.912500', '120026.372500', '120026.832500', '120027.292500', '120027.752500', '120028.212500', '120028.672500', '120029.132500', '120029.592500', '120030.052500', '120030.512500', '120030.972500', '120031.432500', '120031.892500', '120032.352500', '120032.812500', '120033.272500', '120033.732500', '120034.192500', '120034.652500', '120035.112500', '120035.572500', '120036.032500', '120036.492500', '120036.952500', '120037.412500', '120037.872500', '120038.332500', '120038.792500', '120039.252500', '120039.712500', '120040.172500', '120040.632500', '120041.092500', '120041.552500', '120042.012500', '120042.472500', '120042.932500', '120043.392500', '120043.852500', '120044.312500', '120044.772500', '120045.232500', '120045.692500', '120046.152500', '120046.612500', '120047.072500', '120047.532500', '120047.992500', '120048.452500', '120048.912500', '120049.372500', '120049.832500', '120050.292500', '120050.752500', '120051.212500', '120051.672500', '120052.132500', '120052.592500', '120053.052500', '120053.512500', '120053.972500', '120054.432500', '120054.892500', '120055.352500', '120055.812500', '120056.272500', '120056.732500', '120057.192500', '120057.652500', '120058.112500', '120058.572500', '120059.032500', '120059.492500', '120059.952500', '120100.412500', '120100.872500', '120101.332500', '120101.792500', '120102.252500', '120102.712500', '120103.172500', '120103.632500', '120104.092500', '120104.552500', '120105.012500', '120105.472500', '120105.932500', '120106.392500', '120106.852500', '120107.312500', '120107.772500', '120108.232500', '120108.692500', '120109.152500', '120109.612500', '120110.072500', '120110.532500', '120110.992500', '120111.452500', '120111.912500', '120112.372500', '120112.832500', '120113.292500', '120113.752500', '120114.212500', '120114.672500', '120115.132500', '120115.592500', '120116.052500', '120116.512500', '120116.972500', '120117.432500', '120117.892500', '120118.352500', '120118.812500', '120119.272500', '120119.732500', '120120.192500', '120120.652500', '120121.112500', '120121.572500', '120122.032500', '120122.492500', '120122.952500', '120123.412500', '120123.872500', '120124.332500', '120124.792500', '120125.252500', '120125.712500', '120126.172500', '120126.632500', '120127.092500', '120127.552500', '120128.012500', '120128.472500', '120128.932500', '120129.392500', '120129.852500', '120130.312500', '120130.772500', '120131.232500', '120131.692500', '120132.152500', '120132.612500', '120133.072500', '120133.532500', '120133.992500', '120134.452500', '120134.912500', '120135.372500', '120135.832500', '120136.292500', '120136.752500', '120137.212500', '120137.672500', '120138.132500', '120138.592500', '120139.052500', '120139.512500', '120139.972500', '120140.432500', '120140.892500', '120141.352500', '120141.812500', '120142.272500', '120142.732500', '120143.192500', '120143.652500', '120144.112500', '120144.572500', '120145.032500', '120145.492500', '120145.952500', '120146.412500', '120146.872500', '120147.332500', '120147.792500', '120148.252500', '120148.712500'], 'ContentTime': ['115416.532000', '115416.535000', '115416.538000', '115416.541000', '115416.544000', '115416.546000', '115416.549000', '115416.551000', '115416.554000', '115416.557000', '115416.566000', '115416.569000', '115416.578000', '115416.581000', '115416.584000', '115416.586000', '115416.589000', '115416.592000', '115416.595000', '115416.597000', '115416.600000', '115416.603000', '115416.605000', '115416.608000', '115416.611000', '115416.614000', '115416.616000', '115416.619000', '115416.622000', '115416.625000', '115436.477000', '115436.480000', '115436.483000', '115436.486000', '115436.488000', '115436.491000', '115436.493000', '115436.496000', '115436.499000', '115436.501000', '115436.504000', '115436.506000', '115436.509000', '115436.512000', '115436.514000', '115436.517000', '115436.520000', '115436.522000', '115436.525000', '115436.527000', '115436.530000', '115436.533000', '115436.535000', '115436.538000', '115436.540000', '115436.548000', '115436.551000', '115436.553000', '115436.556000', '115436.559000', '115436.561000', '115436.564000', '115436.566000', '115436.569000', '115436.571000', '115436.574000', '115436.577000', '115436.579000', '115436.582000', '115436.584000', '115436.587000', '115436.590000', '115436.592000', '115436.595000', '115456.477000', '115456.480000', '115456.483000', '115456.485000', '115456.488000', '115456.491000', '115456.493000', '115456.496000', '115456.499000', '115456.501000', '115456.504000', '115456.506000', '115456.509000', '115456.512000', '115456.514000', '115456.517000', '115456.520000', '115456.522000', '115456.525000', '115456.527000', '115456.530000', '115456.533000', '115456.535000', '115456.538000', '115456.540000', '115456.543000', '115456.546000', '115456.548000', '115456.551000', '115456.554000', '115456.556000', '115456.559000', '115456.561000', '115456.564000', '115456.567000', '115456.569000', '115456.572000', '115456.574000', '115456.577000', '115456.580000', '115456.582000', '115456.585000', '115456.587000', '115516.478000', '115516.480000', '115516.483000', '115516.485000', '115516.488000', '115516.491000', '115516.493000', '115516.496000', '115516.499000', '115516.501000', '115516.504000', '115516.506000', '115516.509000', '115516.512000', '115516.514000', '115516.517000', '115516.519000', '115516.522000', '115516.525000', '115516.527000', '115516.536000', '115516.538000', '115516.541000', '115516.544000', '115516.546000', '115516.549000', '115516.552000', '115516.554000', '115516.557000', '115516.559000', '115516.562000', '115516.564000', '115516.567000', '115516.570000', '115516.572000', '115516.575000', '115516.577000', '115516.580000', '115516.583000', '115516.585000', '115516.588000', '115516.591000', '115516.593000', '115516.596000', '115536.476000', '115536.479000', '115536.482000', '115536.485000', '115536.487000', '115536.490000', '115536.493000', '115536.495000', '115536.498000', '115536.501000', '115536.503000', '115536.506000', '115536.508000', '115536.519000', '115536.522000', '115536.524000', '115536.527000', '115536.529000', '115536.532000', '115536.535000', '115536.538000', '115536.540000', '115536.543000', '115536.546000', '115536.548000', '115536.551000', '115536.553000', '115536.556000', '115536.559000', '115536.561000', '115536.564000', '115536.567000', '115536.569000', '115536.572000', '115536.574000', '115536.577000', '115536.580000', '115536.582000', '115536.585000', '115536.588000', '115536.591000', '115536.593000', '115536.596000', '115556.478000', '115556.481000', '115556.484000', '115556.487000', '115556.489000', '115556.492000', '115556.494000', '115556.497000', '115556.500000', '115556.502000', '115556.505000', '115556.508000', '115556.510000', '115556.513000', '115556.515000', '115556.518000', '115556.521000', '115556.523000', '115556.526000', '115556.529000', '115556.531000', '115556.534000', '115556.536000', '115556.539000', '115556.542000', '115556.544000', '115556.547000', '115556.550000', '115556.552000', '115556.555000', '115556.557000', '115556.560000', '115556.563000', '115556.565000', '115556.568000', '115556.571000', '115556.573000', '115556.576000', '115556.578000', '115556.581000', '115556.584000', '115556.586000', '115556.589000', '115556.592000', '115616.477000', '115616.480000', '115616.483000', '115616.486000', '115616.488000', '115616.491000', '115616.494000', '115616.496000', '115616.499000', '115616.501000', '115616.504000', '115616.507000', '115616.509000', '115616.512000', '115616.514000', '115616.517000', '115616.520000', '115616.522000', '115616.525000', '115616.527000', '115616.530000', '115616.533000', '115616.536000', '115616.538000', '115616.541000', '115616.544000', '115616.546000', '115616.549000', '115616.551000', '115616.554000', '115616.557000', '115616.559000', '115616.562000', '115616.565000', '115616.567000', '115616.570000', '115616.572000', '115616.575000', '115616.578000', '115616.580000', '115616.583000', '115616.595000', '115616.597000', '115636.477000', '115636.480000', '115636.483000', '115636.485000', '115636.488000', '115636.491000', '115636.493000', '115636.496000', '115636.498000', '115636.501000', '115636.504000', '115636.506000', '115636.509000', '115636.511000', '115636.514000', '115636.517000', '115636.519000', '115636.522000', '115636.525000', '115636.527000', '115636.530000', '115636.532000', '115636.535000', '115636.538000', '115636.540000', '115636.543000', '115636.546000', '115636.548000', '115636.551000', '115636.553000', '115636.556000', '115636.559000', '115636.561000', '115636.564000', '115636.567000', '115636.569000', '115636.572000', '115636.574000', '115636.577000', '115636.580000', '115636.582000', '115636.585000', '115636.588000', '115656.477000', '115656.480000', '115656.483000', '115656.486000', '115656.488000', '115656.491000', '115656.494000', '115656.496000', '115656.499000', '115656.501000', '115656.504000', '115656.506000', '115656.509000', '115656.512000', '115656.514000', '115656.517000', '115656.520000', '115656.522000', '115656.525000', '115656.528000', '115656.530000', '115656.533000', '115656.535000', '115656.538000', '115656.541000', '115656.543000', '115656.546000', '115656.548000', '115656.551000', '115656.554000', '115656.556000', '115656.559000', '115656.561000', '115656.564000', '115656.592000', '115656.595000', '115656.597000', '115656.600000', '115656.603000', '115656.605000', '115656.608000', '115656.611000', '115656.613000', '115656.616000', '115716.478000', '115716.480000', '115716.491000', '115716.493000', '115716.496000', '115716.499000', '115716.501000', '115716.504000', '115716.507000', '115716.509000', '115716.512000', '115716.515000', '115716.518000', '115716.521000', '115716.524000', '115716.526000', '115716.529000', '115716.532000', '115716.534000', '115716.537000', '115716.539000', '115716.542000', '115716.545000', '115716.547000', '115716.550000', '115716.553000', '115716.555000', '115716.558000', '115716.560000', '115716.563000', '115716.566000', '115716.568000', '115716.571000', '115716.574000', '115716.577000', '115716.579000', '115716.582000', '115716.584000', '115716.587000', '115716.590000', '115716.592000', '115716.595000', '115716.598000', '115716.600000', '115736.478000', '115736.480000', '115736.483000', '115736.486000', '115736.489000', '115736.491000', '115736.494000', '115736.496000', '115736.499000', '115736.502000', '115736.504000', '115736.507000', '115736.509000', '115736.512000', '115736.515000', '115736.517000', '115736.520000', '115736.522000', '115736.525000', '115736.528000', '115736.530000', '115736.533000', '115736.536000', '115736.538000', '115736.541000', '115736.544000', '115736.546000', '115736.549000', '115736.551000', '115736.554000', '115736.557000', '115736.559000', '115736.562000', '115736.565000', '115736.567000', '115736.570000', '115736.573000', '115736.575000', '115736.578000', '115736.581000', '115736.583000', '115736.586000', '115736.589000', '115756.476000', '115756.479000', '115756.482000', '115756.484000', '115756.487000', '115756.490000', '115756.492000', '115756.495000', '115756.498000', '115756.500000', '115756.503000', '115756.506000', '115756.508000', '115756.511000', '115756.514000', '115756.516000', '115756.519000', '115756.521000', '115756.524000', '115756.527000', '115756.529000', '115756.532000', '115756.534000', '115756.537000', '115756.540000', '115756.542000', '115756.545000', '115756.547000', '115756.550000', '115756.553000', '115756.555000', '115756.558000', '115756.560000', '115756.563000', '115756.566000', '115756.568000', '115756.571000', '115756.574000', '115756.576000', '115756.579000', '115756.582000', '115756.584000', '115756.587000', '115756.590000', '115816.477000', '115816.480000', '115816.483000', '115816.486000', '115816.488000', '115816.491000', '115816.493000', '115816.496000', '115816.499000', '115816.502000', '115816.504000', '115816.507000', '115816.510000', '115816.512000', '115816.515000', '115816.518000', '115816.520000', '115816.523000', '115816.525000', '115816.528000', '115816.530000', '115816.533000', '115816.536000', '115816.538000', '115816.541000', '115816.543000', '115816.546000', '115816.549000', '115816.551000', '115816.554000', '115816.556000', '115816.559000', '115816.562000', '115816.564000', '115816.567000', '115816.569000', '115816.580000', '115816.583000', '115816.585000', '115816.588000', '115816.591000', '115816.593000', '115816.596000', '115836.477000', '115836.480000', '115836.483000', '115836.486000', '115836.488000', '115836.491000', '115836.494000', '115836.496000', '115836.499000', '115836.502000', '115836.505000', '115836.508000', '115836.511000', '115836.513000', '115836.516000', '115836.531000', '115836.533000', '115836.536000', '115836.538000', '115836.541000', '115836.544000', '115836.546000', '115836.549000', '115836.552000', '115836.554000', '115836.557000', '115836.560000', '115836.563000', '115836.566000', '115836.568000', '115836.571000', '115836.574000', '115836.576000', '115836.579000', '115836.581000', '115836.584000', '115836.587000', '115836.589000', '115836.592000', '115836.594000', '115836.597000', '115836.600000', '115836.602000', '115856.477000', '115856.480000', '115856.483000', '115856.486000', '115856.488000', '115856.491000', '115856.494000', '115856.496000', '115856.499000', '115856.502000', '115856.504000', '115856.514000', '115856.517000', '115856.519000', '115856.522000', '115856.525000', '115856.528000', '115856.530000', '115856.533000', '115856.536000', '115856.538000', '115856.541000', '115856.544000', '115856.546000', '115856.549000', '115856.551000', '115856.554000', '115856.557000', '115856.560000', '115856.562000', '115856.565000', '115856.567000', '115856.570000', '115856.573000', '115856.575000', '115856.578000', '115856.581000', '115856.583000', '115856.586000', '115856.589000', '115856.591000', '115856.594000', '115856.597000', '115856.599000', '115916.478000', '115916.481000', '115916.483000', '115916.486000', '115916.489000', '115916.491000', '115916.494000', '115916.497000', '115916.499000', '115916.502000', '115916.505000', '115916.507000', '115916.510000', '115916.513000', '115916.515000', '115916.518000', '115916.520000', '115916.523000', '115916.526000', '115916.528000', '115916.531000', '115916.534000', '115916.537000', '115916.539000', '115916.542000', '115916.545000', '115916.547000', '115916.550000', '115916.553000', '115916.555000', '115916.558000', '115916.560000', '115916.563000', '115916.566000', '115916.568000', '115916.571000', '115916.573000', '115916.576000', '115916.579000', '115916.581000', '115916.584000', '115916.587000', '115916.589000', '115936.477000', '115936.481000', '115936.483000', '115936.486000', '115936.488000', '115936.491000', '115936.494000', '115936.496000', '115936.499000', '115936.502000', '115936.504000', '115936.507000', '115936.512000', '115936.514000', '115936.517000', '115936.520000', '115936.522000', '115936.525000', '115936.528000', '115936.530000', '115936.533000', '115936.536000', '115936.538000', '115936.541000', '115936.543000', '115936.546000', '115936.549000', '115936.551000', '115936.554000', '115936.557000', '115936.559000', '115936.562000', '115936.564000', '115936.567000', '115936.570000', '115936.572000', '115936.575000', '115936.578000', '115936.580000', '115936.583000', '115936.586000', '115936.589000', '115936.591000', '115936.594000', '115956.478000', '115956.480000', '115956.483000', '115956.486000', '115956.488000', '115956.491000', '115956.494000', '115956.497000', '115956.499000', '115956.502000', '115956.504000', '115956.507000', '115956.510000', '115956.512000', '115956.515000', '115956.518000', '115956.520000', '115956.523000', '115956.525000', '115956.533000', '115956.535000', '115956.538000', '115956.541000', '115956.543000', '115956.546000', '115956.549000', '115956.551000', '115956.554000', '115956.557000', '115956.559000', '115956.562000', '115956.565000', '115956.567000', '115956.570000', '115956.573000', '115956.575000', '115956.578000', '115956.581000', '115956.583000', '115956.586000', '115956.598000', '115956.600000', '115956.603000', '120016.476000', '120016.479000', '120016.482000', '120016.484000', '120016.487000', '120016.490000', '120016.493000', '120016.495000', '120016.498000', '120016.501000', '120016.503000', '120016.506000', '120016.509000', '120016.511000', '120016.514000', '120016.516000', '120016.519000', '120016.522000', '120016.524000', '120016.527000', '120016.529000', '120016.532000', '120016.535000', '120016.537000', '120016.540000', '120016.543000', '120016.545000', '120016.548000', '120016.551000', '120016.553000', '120016.556000', '120016.558000', '120016.561000', '120016.564000', '120016.566000', '120016.569000', '120016.572000', '120016.574000', '120016.577000', '120016.580000', '120016.582000', '120016.585000', '120016.588000', '120016.590000', '120036.477000', '120036.480000', '120036.483000', '120036.486000', '120036.488000', '120036.491000', '120036.494000', '120036.496000', '120036.499000', '120036.501000', '120036.504000', '120036.507000', '120036.509000', '120036.512000', '120036.515000', '120036.517000', '120036.520000', '120036.523000', '120036.525000', '120036.528000', '120036.530000', '120036.533000', '120036.536000', '120036.539000', '120036.541000', '120036.544000', '120036.546000', '120036.549000', '120036.552000', '120036.554000', '120036.557000', '120036.560000', '120036.562000', '120036.565000', '120036.568000', '120036.571000', '120036.573000', '120036.576000', '120036.578000', '120036.581000', '120036.584000', '120036.586000', '120036.589000', '120056.478000', '120056.480000', '120056.483000', '120056.486000', '120056.489000', '120056.491000', '120056.494000', '120056.497000', '120056.500000', '120056.502000', '120056.505000', '120056.508000', '120056.511000', '120056.513000', '120056.516000', '120056.519000', '120056.521000', '120056.524000', '120056.526000', '120056.529000', '120056.532000', '120056.534000', '120056.537000', '120056.540000', '120056.542000', '120056.545000', '120056.548000', '120056.550000', '120056.553000', '120056.556000', '120056.558000', '120056.561000', '120056.564000', '120056.566000', '120056.569000', '120056.572000', '120056.574000', '120056.577000', '120056.579000', '120056.582000', '120056.585000', '120056.587000', '120056.590000', '120056.593000', '120116.478000', '120116.481000', '120116.483000', '120116.486000', '120116.488000', '120116.491000', '120116.494000', '120116.496000', '120116.499000', '120116.502000', '120116.504000', '120116.507000', '120116.510000', '120116.512000', '120116.515000', '120116.517000', '120116.520000', '120116.523000', '120116.525000', '120116.528000', '120116.531000', '120116.533000', '120116.536000', '120116.539000', '120116.541000', '120116.544000', '120116.546000', '120116.549000', '120116.552000', '120116.554000', '120116.557000', '120116.559000', '120116.562000', '120116.565000', '120116.567000', '120116.570000', '120116.587000', '120116.590000', '120116.593000', '120116.596000', '120116.598000', '120116.601000', '120116.603000', '120136.478000', '120136.480000', '120136.483000', '120136.486000', '120136.488000', '120136.491000', '120136.494000', '120136.497000', '120136.499000', '120136.502000', '120136.505000', '120136.507000', '120136.510000', '120136.513000', '120136.515000', '120136.518000', '120136.520000', '120136.523000', '120136.526000', '120136.528000', '120136.531000', '120136.534000', '120136.536000', '120136.539000', '120136.542000', '120136.544000', '120136.547000', '120136.549000', '120136.552000', '120136.555000', '120136.557000', '120136.560000', '120136.563000', '120136.565000', '120136.568000', '120136.570000', '120136.573000', '120136.576000', '120136.578000', '120136.581000', '120136.583000', '120136.586000', '120136.589000', '120136.592000', '120149.705000', '120149.708000', '120149.711000', '120149.714000', '120149.717000', '120149.719000', '120149.722000', '120149.725000', '120149.728000', '120149.731000', '120149.734000', '120149.737000', '120149.740000', '120149.743000', '120149.746000', '120149.749000', '120149.752000', '120149.755000', '120149.758000', '120149.762000', '120149.765000', '120149.768000', '120149.772000', '120149.775000', '120149.778000', '120149.781000', '120149.784000', '120149.786000', '120149.789000'], 'InstanceCreationTime': ['115416.532000', '115416.535000', '115416.538000', '115416.541000', '115416.544000', '115416.546000', '115416.549000', '115416.551000', '115416.554000', '115416.557000', '115416.566000', '115416.569000', '115416.578000', '115416.581000', '115416.584000', '115416.586000', '115416.589000', '115416.592000', '115416.595000', '115416.597000', '115416.600000', '115416.603000', '115416.605000', '115416.608000', '115416.611000', '115416.614000', '115416.616000', '115416.619000', '115416.622000', '115416.625000', '115436.477000', '115436.480000', '115436.483000', '115436.486000', '115436.488000', '115436.491000', '115436.493000', '115436.496000', '115436.499000', '115436.501000', '115436.504000', '115436.506000', '115436.509000', '115436.512000', '115436.514000', '115436.517000', '115436.520000', '115436.522000', '115436.525000', '115436.527000', '115436.530000', '115436.533000', '115436.535000', '115436.538000', '115436.540000', '115436.548000', '115436.551000', '115436.553000', '115436.556000', '115436.559000', '115436.561000', '115436.564000', '115436.566000', '115436.569000', '115436.571000', '115436.574000', '115436.577000', '115436.579000', '115436.582000', '115436.584000', '115436.587000', '115436.590000', '115436.592000', '115436.595000', '115456.477000', '115456.480000', '115456.483000', '115456.485000', '115456.488000', '115456.491000', '115456.493000', '115456.496000', '115456.499000', '115456.501000', '115456.504000', '115456.506000', '115456.509000', '115456.512000', '115456.514000', '115456.517000', '115456.520000', '115456.522000', '115456.525000', '115456.527000', '115456.530000', '115456.533000', '115456.535000', '115456.538000', '115456.540000', '115456.543000', '115456.546000', '115456.548000', '115456.551000', '115456.554000', '115456.556000', '115456.559000', '115456.561000', '115456.564000', '115456.567000', '115456.569000', '115456.572000', '115456.574000', '115456.577000', '115456.580000', '115456.582000', '115456.585000', '115456.587000', '115516.478000', '115516.480000', '115516.483000', '115516.485000', '115516.488000', '115516.491000', '115516.493000', '115516.496000', '115516.499000', '115516.501000', '115516.504000', '115516.506000', '115516.509000', '115516.512000', '115516.514000', '115516.517000', '115516.519000', '115516.522000', '115516.525000', '115516.527000', '115516.536000', '115516.538000', '115516.541000', '115516.544000', '115516.546000', '115516.549000', '115516.552000', '115516.554000', '115516.557000', '115516.559000', '115516.562000', '115516.564000', '115516.567000', '115516.570000', '115516.572000', '115516.575000', '115516.577000', '115516.580000', '115516.583000', '115516.585000', '115516.588000', '115516.591000', '115516.593000', '115516.596000', '115536.476000', '115536.479000', '115536.482000', '115536.485000', '115536.487000', '115536.490000', '115536.493000', '115536.495000', '115536.498000', '115536.501000', '115536.503000', '115536.506000', '115536.508000', '115536.519000', '115536.522000', '115536.524000', '115536.527000', '115536.529000', '115536.532000', '115536.535000', '115536.538000', '115536.540000', '115536.543000', '115536.546000', '115536.548000', '115536.551000', '115536.553000', '115536.556000', '115536.559000', '115536.561000', '115536.564000', '115536.567000', '115536.569000', '115536.572000', '115536.574000', '115536.577000', '115536.580000', '115536.582000', '115536.585000', '115536.588000', '115536.591000', '115536.593000', '115536.596000', '115556.478000', '115556.481000', '115556.484000', '115556.487000', '115556.489000', '115556.492000', '115556.494000', '115556.497000', '115556.500000', '115556.502000', '115556.505000', '115556.508000', '115556.510000', '115556.513000', '115556.515000', '115556.518000', '115556.521000', '115556.523000', '115556.526000', '115556.529000', '115556.531000', '115556.534000', '115556.536000', '115556.539000', '115556.542000', '115556.544000', '115556.547000', '115556.550000', '115556.552000', '115556.555000', '115556.557000', '115556.560000', '115556.563000', '115556.565000', '115556.568000', '115556.571000', '115556.573000', '115556.576000', '115556.578000', '115556.581000', '115556.584000', '115556.586000', '115556.589000', '115556.592000', '115616.477000', '115616.480000', '115616.483000', '115616.486000', '115616.488000', '115616.491000', '115616.494000', '115616.496000', '115616.499000', '115616.501000', '115616.504000', '115616.507000', '115616.509000', '115616.512000', '115616.514000', '115616.517000', '115616.520000', '115616.522000', '115616.525000', '115616.527000', '115616.530000', '115616.533000', '115616.536000', '115616.538000', '115616.541000', '115616.544000', '115616.546000', '115616.549000', '115616.551000', '115616.554000', '115616.557000', '115616.559000', '115616.562000', '115616.565000', '115616.567000', '115616.570000', '115616.572000', '115616.575000', '115616.578000', '115616.580000', '115616.583000', '115616.595000', '115616.597000', '115636.477000', '115636.480000', '115636.483000', '115636.485000', '115636.488000', '115636.491000', '115636.493000', '115636.496000', '115636.498000', '115636.501000', '115636.504000', '115636.506000', '115636.509000', '115636.511000', '115636.514000', '115636.517000', '115636.519000', '115636.522000', '115636.525000', '115636.527000', '115636.530000', '115636.532000', '115636.535000', '115636.538000', '115636.540000', '115636.543000', '115636.546000', '115636.548000', '115636.551000', '115636.553000', '115636.556000', '115636.559000', '115636.561000', '115636.564000', '115636.567000', '115636.569000', '115636.572000', '115636.574000', '115636.577000', '115636.580000', '115636.582000', '115636.585000', '115636.588000', '115656.477000', '115656.480000', '115656.483000', '115656.486000', '115656.488000', '115656.491000', '115656.494000', '115656.496000', '115656.499000', '115656.501000', '115656.504000', '115656.506000', '115656.509000', '115656.512000', '115656.514000', '115656.517000', '115656.520000', '115656.522000', '115656.525000', '115656.528000', '115656.530000', '115656.533000', '115656.535000', '115656.538000', '115656.541000', '115656.543000', '115656.546000', '115656.548000', '115656.551000', '115656.554000', '115656.556000', '115656.559000', '115656.561000', '115656.564000', '115656.592000', '115656.595000', '115656.597000', '115656.600000', '115656.603000', '115656.605000', '115656.608000', '115656.611000', '115656.613000', '115656.616000', '115716.478000', '115716.480000', '115716.491000', '115716.493000', '115716.496000', '115716.499000', '115716.501000', '115716.504000', '115716.507000', '115716.509000', '115716.512000', '115716.515000', '115716.518000', '115716.521000', '115716.524000', '115716.526000', '115716.529000', '115716.532000', '115716.534000', '115716.537000', '115716.539000', '115716.542000', '115716.545000', '115716.547000', '115716.550000', '115716.553000', '115716.555000', '115716.558000', '115716.560000', '115716.563000', '115716.566000', '115716.568000', '115716.571000', '115716.574000', '115716.577000', '115716.579000', '115716.582000', '115716.584000', '115716.587000', '115716.590000', '115716.592000', '115716.595000', '115716.598000', '115716.600000', '115736.478000', '115736.480000', '115736.483000', '115736.486000', '115736.489000', '115736.491000', '115736.494000', '115736.496000', '115736.499000', '115736.502000', '115736.504000', '115736.507000', '115736.509000', '115736.512000', '115736.515000', '115736.517000', '115736.520000', '115736.522000', '115736.525000', '115736.528000', '115736.530000', '115736.533000', '115736.536000', '115736.538000', '115736.541000', '115736.544000', '115736.546000', '115736.549000', '115736.551000', '115736.554000', '115736.557000', '115736.559000', '115736.562000', '115736.565000', '115736.567000', '115736.570000', '115736.573000', '115736.575000', '115736.578000', '115736.581000', '115736.583000', '115736.586000', '115736.589000', '115756.476000', '115756.479000', '115756.482000', '115756.484000', '115756.487000', '115756.490000', '115756.492000', '115756.495000', '115756.498000', '115756.500000', '115756.503000', '115756.506000', '115756.508000', '115756.511000', '115756.514000', '115756.516000', '115756.519000', '115756.521000', '115756.524000', '115756.527000', '115756.529000', '115756.532000', '115756.534000', '115756.537000', '115756.540000', '115756.542000', '115756.545000', '115756.547000', '115756.550000', '115756.553000', '115756.555000', '115756.558000', '115756.560000', '115756.563000', '115756.566000', '115756.568000', '115756.571000', '115756.574000', '115756.576000', '115756.579000', '115756.582000', '115756.584000', '115756.587000', '115756.590000', '115816.477000', '115816.480000', '115816.483000', '115816.486000', '115816.488000', '115816.491000', '115816.493000', '115816.496000', '115816.499000', '115816.502000', '115816.504000', '115816.507000', '115816.510000', '115816.512000', '115816.515000', '115816.518000', '115816.520000', '115816.523000', '115816.525000', '115816.528000', '115816.530000', '115816.533000', '115816.536000', '115816.538000', '115816.541000', '115816.543000', '115816.546000', '115816.549000', '115816.551000', '115816.554000', '115816.556000', '115816.559000', '115816.562000', '115816.564000', '115816.567000', '115816.569000', '115816.580000', '115816.583000', '115816.585000', '115816.588000', '115816.591000', '115816.593000', '115816.596000', '115836.477000', '115836.480000', '115836.483000', '115836.486000', '115836.488000', '115836.491000', '115836.494000', '115836.496000', '115836.499000', '115836.502000', '115836.505000', '115836.508000', '115836.511000', '115836.513000', '115836.516000', '115836.531000', '115836.533000', '115836.536000', '115836.538000', '115836.541000', '115836.544000', '115836.546000', '115836.549000', '115836.552000', '115836.554000', '115836.557000', '115836.560000', '115836.563000', '115836.566000', '115836.568000', '115836.571000', '115836.574000', '115836.576000', '115836.579000', '115836.581000', '115836.584000', '115836.587000', '115836.589000', '115836.592000', '115836.594000', '115836.597000', '115836.600000', '115836.602000', '115856.477000', '115856.480000', '115856.483000', '115856.486000', '115856.488000', '115856.491000', '115856.494000', '115856.496000', '115856.499000', '115856.502000', '115856.504000', '115856.514000', '115856.517000', '115856.519000', '115856.522000', '115856.525000', '115856.528000', '115856.530000', '115856.533000', '115856.536000', '115856.538000', '115856.541000', '115856.544000', '115856.546000', '115856.549000', '115856.551000', '115856.554000', '115856.557000', '115856.560000', '115856.562000', '115856.565000', '115856.567000', '115856.570000', '115856.573000', '115856.575000', '115856.578000', '115856.581000', '115856.583000', '115856.586000', '115856.589000', '115856.591000', '115856.594000', '115856.597000', '115856.599000', '115916.478000', '115916.481000', '115916.483000', '115916.486000', '115916.489000', '115916.491000', '115916.494000', '115916.497000', '115916.499000', '115916.502000', '115916.505000', '115916.507000', '115916.510000', '115916.513000', '115916.515000', '115916.518000', '115916.520000', '115916.523000', '115916.526000', '115916.528000', '115916.531000', '115916.534000', '115916.537000', '115916.539000', '115916.542000', '115916.545000', '115916.547000', '115916.550000', '115916.553000', '115916.555000', '115916.558000', '115916.560000', '115916.563000', '115916.566000', '115916.568000', '115916.571000', '115916.573000', '115916.576000', '115916.579000', '115916.581000', '115916.584000', '115916.587000', '115916.589000', '115936.477000', '115936.481000', '115936.483000', '115936.486000', '115936.488000', '115936.491000', '115936.494000', '115936.496000', '115936.499000', '115936.502000', '115936.504000', '115936.507000', '115936.512000', '115936.514000', '115936.517000', '115936.520000', '115936.522000', '115936.525000', '115936.528000', '115936.530000', '115936.533000', '115936.536000', '115936.538000', '115936.541000', '115936.543000', '115936.546000', '115936.549000', '115936.551000', '115936.554000', '115936.557000', '115936.559000', '115936.562000', '115936.564000', '115936.567000', '115936.570000', '115936.572000', '115936.575000', '115936.578000', '115936.580000', '115936.583000', '115936.586000', '115936.589000', '115936.591000', '115936.594000', '115956.478000', '115956.480000', '115956.483000', '115956.486000', '115956.488000', '115956.491000', '115956.494000', '115956.497000', '115956.499000', '115956.502000', '115956.504000', '115956.507000', '115956.510000', '115956.512000', '115956.515000', '115956.518000', '115956.520000', '115956.523000', '115956.525000', '115956.533000', '115956.535000', '115956.538000', '115956.541000', '115956.543000', '115956.546000', '115956.549000', '115956.551000', '115956.554000', '115956.557000', '115956.559000', '115956.562000', '115956.565000', '115956.567000', '115956.570000', '115956.573000', '115956.575000', '115956.578000', '115956.581000', '115956.583000', '115956.586000', '115956.598000', '115956.600000', '115956.603000', '120016.476000', '120016.479000', '120016.482000', '120016.484000', '120016.487000', '120016.490000', '120016.493000', '120016.495000', '120016.498000', '120016.501000', '120016.503000', '120016.506000', '120016.509000', '120016.511000', '120016.514000', '120016.516000', '120016.519000', '120016.522000', '120016.524000', '120016.527000', '120016.529000', '120016.532000', '120016.535000', '120016.537000', '120016.540000', '120016.543000', '120016.545000', '120016.548000', '120016.551000', '120016.553000', '120016.556000', '120016.558000', '120016.561000', '120016.564000', '120016.566000', '120016.569000', '120016.572000', '120016.574000', '120016.577000', '120016.580000', '120016.582000', '120016.585000', '120016.588000', '120016.590000', '120036.477000', '120036.480000', '120036.483000', '120036.486000', '120036.488000', '120036.491000', '120036.494000', '120036.496000', '120036.499000', '120036.501000', '120036.504000', '120036.507000', '120036.509000', '120036.512000', '120036.515000', '120036.517000', '120036.520000', '120036.523000', '120036.525000', '120036.528000', '120036.530000', '120036.533000', '120036.536000', '120036.539000', '120036.541000', '120036.544000', '120036.546000', '120036.549000', '120036.552000', '120036.554000', '120036.557000', '120036.560000', '120036.562000', '120036.565000', '120036.568000', '120036.571000', '120036.573000', '120036.576000', '120036.578000', '120036.581000', '120036.584000', '120036.586000', '120036.589000', '120056.478000', '120056.480000', '120056.483000', '120056.486000', '120056.489000', '120056.491000', '120056.494000', '120056.497000', '120056.500000', '120056.502000', '120056.505000', '120056.508000', '120056.511000', '120056.513000', '120056.516000', '120056.519000', '120056.521000', '120056.524000', '120056.526000', '120056.529000', '120056.532000', '120056.534000', '120056.537000', '120056.540000', '120056.542000', '120056.545000', '120056.548000', '120056.550000', '120056.553000', '120056.556000', '120056.558000', '120056.561000', '120056.564000', '120056.566000', '120056.569000', '120056.572000', '120056.574000', '120056.577000', '120056.579000', '120056.582000', '120056.585000', '120056.587000', '120056.590000', '120056.593000', '120116.478000', '120116.481000', '120116.483000', '120116.486000', '120116.488000', '120116.491000', '120116.494000', '120116.496000', '120116.499000', '120116.502000', '120116.504000', '120116.507000', '120116.510000', '120116.512000', '120116.515000', '120116.517000', '120116.520000', '120116.523000', '120116.525000', '120116.528000', '120116.531000', '120116.533000', '120116.536000', '120116.539000', '120116.541000', '120116.544000', '120116.546000', '120116.549000', '120116.552000', '120116.554000', '120116.557000', '120116.559000', '120116.562000', '120116.565000', '120116.567000', '120116.570000', '120116.587000', '120116.590000', '120116.593000', '120116.596000', '120116.598000', '120116.601000', '120116.603000', '120136.478000', '120136.480000', '120136.483000', '120136.486000', '120136.488000', '120136.491000', '120136.494000', '120136.497000', '120136.499000', '120136.502000', '120136.505000', '120136.507000', '120136.510000', '120136.513000', '120136.515000', '120136.518000', '120136.520000', '120136.523000', '120136.526000', '120136.528000', '120136.531000', '120136.534000', '120136.536000', '120136.539000', '120136.542000', '120136.544000', '120136.547000', '120136.549000', '120136.552000', '120136.555000', '120136.557000', '120136.560000', '120136.563000', '120136.565000', '120136.568000', '120136.570000', '120136.573000', '120136.576000', '120136.578000', '120136.581000', '120136.583000', '120136.586000', '120136.589000', '120136.592000', '120149.705000', '120149.708000', '120149.711000', '120149.714000', '120149.717000', '120149.719000', '120149.722000', '120149.725000', '120149.728000', '120149.731000', '120149.734000', '120149.737000', '120149.740000', '120149.743000', '120149.746000', '120149.749000', '120149.752000', '120149.755000', '120149.758000', '120149.762000', '120149.765000', '120149.768000', '120149.772000', '120149.775000', '120149.778000', '120149.781000', '120149.784000', '120149.786000', '120149.789000'], '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': [12056, 11439, 10283, 8785, 10308, 10258, 11879, 14420, 15133, 16858, 12947, 12738, 11876, 14787, 10941, 14055, 10900, 11109, 9562, 8983, 9882, 10322, 9652, 11666, 8096, 11398, 11852, 11340, 8722, 11136, 8779, 10950, 13863, 9450, 12738, 8705, 11208, 8490, 11712, 8793, 11609, 13404, 11540, 14121, 10152, 13510, 9129, 11262, 8777, 11129, 13954, 10740, 13059, 8055, 11448, 14555, 11068, 11887, 11213, 11110, 10983, 11620, 7721, 11255, 14353, 9563, 12130, 9465, 10519, 9947, 12387, 14294, 10534, 14293, 8384, 11284, 8514, 11550, 13343, 10533, 13161, 9613, 11202, 8722, 11358, 13818, 11344, 14293, 9645, 12319, 8853, 11209, 14541, 11325, 12027, 9697, 10787, 8893, 9895, 8956, 9419, 7468, 7557, 11318, 14108, 9329, 12717, 9828, 11160, 13479, 8722, 11506, 14549, 10786, 12549, 9142, 11566, 10426, 11257, 9185, 11279, 10618, 11509, 14289, 9642, 11800, 13804, 11414, 13326, 9751, 11507, 8740, 8302, 7905, 11317, 12882, 10670, 12183, 8222, 11155, 14727, 10075, 13599, 9465, 9710, 9009, 11421, 9855, 10914, 13978, 8117, 10467, 8058, 10881, 12633, 9718, 11234, 7556, 11420, 8412, 9091, 7252, 13398, 8588, 9680, 8612, 14694, 9648, 12861, 10344, 11341, 16210, 9822, 12126, 15322, 11123, 14892, 10182, 13865, 10488, 13133, 10807, 13387, 11027, 11407, 15866, 9533, 11790, 9060, 11231, 10752, 11326, 14441, 9701, 12626, 9602, 11061, 13608, 10974, 11289, 9303, 11240, 13322, 10766, 14468, 10789, 12579, 9701, 10856, 12038, 11093, 15472, 9858, 12348, 9281, 9979, 8851, 10913, 14372, 9791, 13952, 8415, 11346, 8676, 10709, 14585, 10020, 14383, 9233, 11904, 8477, 11246, 16464, 10224, 13752, 8914, 9006, 7964, 7433, 8899, 9492, 8759, 12378, 8327, 10714, 14402, 8367, 11329, 14360, 9987, 12510, 8172, 10750, 12298, 9781, 11221, 7885, 10784, 12693, 10415, 14685, 8724, 8882, 7166, 8224, 7575, 8574, 8106, 11651, 13933, 9257, 12816, 9155, 12155, 9497, 13188, 9536, 12677, 9918, 10416, 9712, 10753, 14113, 15222, 8123, 10641, 7830, 9683, 8999, 8972, 12353, 8151, 9950, 7693, 8756, 6841, 10115, 8807, 9357, 12335, 10858, 13117, 7617, 7218, 6986, 7650, 7223, 7681, 11942, 9107, 8958, 13753, 7256, 10110, 14364, 9148, 12474, 7662, 10697, 7735, 9850, 8401, 9760, 7022, 9893, 7476, 12597, 8660, 14856, 9556, 14734, 9474, 7813, 8700, 7306, 9764, 7571, 10447, 7152, 9479, 14968, 9633, 14496, 8115, 11550, 7072, 9106, 13713, 7589, 10736, 7166, 8050, 6994, 7426, 11736, 7034, 8457, 7099, 7253, 12528, 6901, 9951, 8623, 10338, 6977, 7247, 7358, 7630, 7082, 7503, 7006, 6909, 8051, 7220, 12757, 14474, 9355, 11885, 7771, 8929, 7086, 7582, 13956, 8263, 12238, 7508, 9765, 7130, 8957, 7269, 12203, 15101, 9894, 14595, 8187, 12469, 7599, 13319, 16010, 10273, 15309, 9053, 12678, 7818, 12718, 13574, 10796, 16338, 9843, 14723, 8538, 12397, 9058, 13802, 10303, 10615, 17000, 10304, 14062, 9474, 12504, 8149, 11356, 13335, 10541, 14965, 10263, 12356, 10554, 13773, 9395, 12370, 10389, 10525, 11218, 10659, 14128, 10636, 12757, 9424, 11721, 9324, 10579, 9881, 10186, 9770, 10408, 9040, 10450, 9145, 8194, 8041, 9880, 8836, 8739, 8207, 8547, 15673, 14796, 11282, 15573, 9875, 12647, 10504, 8223, 10753, 8808, 11523, 15417, 10700, 11309, 8277, 8052, 7994, 9008, 12555, 8576, 13807, 9363, 10133, 8242, 11040, 11666, 11015, 15779, 9608, 14058, 9864, 11502, 10510, 13532, 9150, 13963, 8478, 9711, 8765, 8616, 8952, 10474, 8484, 11387, 8939, 9580, 8360, 9482, 8774, 12977, 8771, 11216, 13826, 11060, 15433, 10158, 14125, 9337, 11782, 8559, 10586, 8242, 10642, 8687, 10952, 12839, 9730, 12121, 9532, 7584, 8112, 9383, 9159, 10244, 9488, 11653, 10495, 8495, 14316, 9439, 15597, 15955, 11340, 15176, 9275, 10864, 7937, 8422, 7823, 11523, 10378, 11075, 13641, 10046, 11845, 10235, 10622, 9236, 11273, 9584, 10875, 14428, 10431, 12422, 9967, 10898, 8676, 11377, 10812, 11059, 12234, 11292, 13548, 10323, 12717, 8484, 11398, 8792, 11039, 8262, 11054, 14327, 10722, 13578, 8836, 10842, 8408, 11396, 14518, 11391, 14933, 10121, 11987, 9412, 10502, 9784, 10574, 11381, 7939, 12017, 15216, 10114, 12171, 16096, 11267, 13723, 10569, 12889, 10645, 10972, 10780, 12321, 12442, 12183, 15280, 10957, 13068, 10662, 12109, 11205, 12749, 10935, 11703, 14680, 10332, 10879, 8388, 11340, 9228, 11021, 12102, 9423, 11632, 8134, 9598, 7431, 11247, 7920, 10883, 13675, 8682, 11340, 10645, 10645, 10626, 10638, 12095, 9147, 11876, 7958, 11646, 7662, 8033, 7423, 11304, 13830, 9945, 13929, 8240, 11883, 7837, 11370, 14039, 10278, 12902, 8969, 11346, 8246, 9606, 9512, 14631, 10692, 15958, 9947, 11430, 14111, 11611, 14849, 10868, 12867, 10888, 11944, 11657, 12580, 10799, 9910, 9535, 11278, 10841, 11773, 11539, 11744, 13642, 12045, 12953, 11610, 9420, 9263, 7895, 7877, 8648, 10054, 7834, 8437, 8242, 11828, 9241, 11909, 13934, 10028, 12255, 7652, 11573, 7741, 11907, 12934, 11232, 12387, 8047, 11913, 7369, 11564, 9101, 11348, 11377, 9712, 11927, 8272, 11418, 8222, 11284, 12284, 10550, 12394, 9700, 11610, 9161, 11640, 11255, 11615, 14359, 9332, 11745, 8060, 11389, 13676, 10993, 12193, 9613, 10819, 9024, 10763, 7394, 11557, 14077, 10862, 14221, 8666, 11183, 10230, 11430, 13187, 11009, 12045, 9276, 11426, 13166, 11413, 13088, 11085, 10972, 10541, 11749, 8069, 9595, 8897, 9351, 10336, 12747, 14688, 11569, 13949, 9876, 11226, 7936, 11033, 12798, 11717, 13508, 10617, 12794, 10594, 10529, 10832, 12542, 9887, 12224, 8000, 11028, 7501, 7583, 7836, 11052, 14556, 11196, 14067, 9130, 9801, 9002, 9284, 8492, 10807, 10643, 11226, 14953, 10694, 12960, 10907, 12922, 9869, 10878, 14411, 11713, 14755, 10368, 11452, 10939, 8193, 10719, 13700, 10497, 13720, 8462, 10582, 7674, 11208, 7672, 10726, 14147, 10699, 14075, 9840, 10932, 9689, 10986, 8556, 10777, 13879, 11318, 15260, 10011, 12966, 10683, 11332, 10589, 11436, 8414, 11092, 11981, 10548, 12436, 10734, 13017, 10447, 12164, 8017, 10465, 9806, 10611, 13287, 11149, 13092, 10434, 12652, 9845, 11214, 10011, 11267, 8617, 11045, 15634, 10813, 14445, 10332, 12230, 10239, 11423, 9022, 10847, 13254, 10737, 13371, 10753, 13196, 10525, 12147, 9091, 11068, 14893, 10690, 12671, 10270, 10432, 9704, 10732, 8636, 11012, 14069, 10399, 12361, 10218, 10304, 10332, 11439, 8355, 11200, 13601, 10719, 11651, 10720, 13665, 10883, 13205, 9544, 11001, 14681, 10547, 11969, 10285, 10248, 10268, 10386, 8704, 11948, 10725, 10829, 7997, 10757, 13213, 10900, 13853, 9786, 11460, 10474, 11429, 8240, 10736, 10149, 11049, 13201, 7783, 11277, 14742, 10399, 10779, 10090, 10320, 10106, 11586, 7696, 11329, 12330, 10590, 8880, 10796, 12765, 11191, 13726, 8283, 11366, 15158, 10942, 13606, 10601, 11958, 10982, 12242, 10454, 11144, 15162, 9911, 11602, 7223, 10820, 13244, 10839, 12875, 8289, 11106, 7631, 10961, 11997, 10538, 11962, 7736, 11396, 8619, 11057, 7446, 10895, 14036, 10700, 13756, 8753, 11508, 15880, 11097, 13949, 10353, 12038, 8711, 10815, 15014, 10104, 11818, 8666, 10712, 12738, 10377], 'WindowCenter': [4495.0, 4471.0, 4447.0, 4426.0, 4457.0, 4456.0, 4466.0, 4485.0, 4485.0, 4494.0, 4461.0, 4449.0, 4439.0, 4458.0, 4427.0, 4447.0, 4426.0, 4427.0, 4406.0, 4406.0, 4417.0, 4427.0, 4419.0, 4439.0, 4410.0, 4438.0, 4449.0, 4438.0, 4408.0, 4439.0, 4409.0, 4440.0, 4458.0, 4419.0, 4461.0, 4410.0, 4439.0, 4408.0, 4449.0, 4409.0, 4451.0, 4461.0, 4453.0, 4472.0, 4430.0, 4449.0, 4408.0, 4439.0, 4409.0, 4439.0, 4459.0, 4428.0, 4449.0, 4386.0, 4438.0, 4457.0, 4427.0, 4436.0, 4437.0, 4438.0, 4439.0, 4441.0, 4389.0, 4439.0, 4470.0, 4422.0, 4452.0, 4431.0, 4430.0, 4432.0, 4462.0, 4471.0, 4431.0, 4472.0, 4398.0, 4439.0, 4397.0, 4438.0, 4459.0, 4430.0, 4462.0, 4420.0, 4440.0, 4397.0, 4439.0, 4459.0, 4441.0, 4471.0, 4420.0, 4452.0, 4408.0, 4439.0, 4457.0, 4440.0, 4437.0, 4407.0, 4441.0, 4411.0, 4419.0, 4411.0, 4420.0, 4391.0, 4404.0, 4458.0, 4475.0, 4413.0, 4452.0, 4421.0, 4441.0, 4449.0, 4399.0, 4430.0, 4459.0, 4417.0, 4437.0, 4395.0, 4426.0, 4415.0, 4415.0, 4395.0, 4426.0, 4416.0, 4427.0, 4447.0, 4395.0, 4426.0, 4434.0, 4414.0, 4435.0, 4394.0, 4414.0, 4384.0, 4385.0, 4385.0, 4428.0, 4437.0, 4418.0, 4437.0, 4396.0, 4429.0, 4458.0, 4407.0, 4447.0, 4408.0, 4418.0, 4409.0, 4441.0, 4419.0, 4428.0, 4460.0, 4400.0, 4432.0, 4399.0, 4442.0, 4462.0, 4433.0, 4453.0, 4404.0, 4453.0, 4414.0, 4440.0, 4419.0, 4490.0, 4440.0, 4449.0, 4439.0, 4500.0, 4450.0, 4491.0, 4446.0, 4457.0, 4498.0, 4436.0, 4465.0, 4483.0, 4442.0, 4471.0, 4432.0, 4462.0, 4441.0, 4461.0, 4442.0, 4463.0, 4430.0, 4440.0, 4470.0, 4407.0, 4438.0, 4396.0, 4428.0, 4427.0, 4427.0, 4458.0, 4406.0, 4437.0, 4406.0, 4427.0, 4446.0, 4427.0, 4426.0, 4407.0, 4428.0, 4445.0, 4417.0, 4457.0, 4426.0, 4437.0, 4406.0, 4417.0, 4436.0, 4427.0, 4456.0, 4406.0, 4436.0, 4396.0, 4406.0, 4396.0, 4429.0, 4459.0, 4418.0, 4458.0, 4397.0, 4428.0, 4397.0, 4429.0, 4459.0, 4418.0, 4460.0, 4410.0, 4440.0, 4399.0, 4441.0, 4470.0, 4420.0, 4463.0, 4409.0, 4397.0, 4389.0, 4393.0, 4450.0, 4434.0, 4426.0, 4454.0, 4401.0, 4431.0, 4450.0, 4388.0, 4430.0, 4447.0, 4408.0, 4426.0, 4375.0, 4416.0, 4425.0, 4404.0, 4415.0, 4374.0, 4428.0, 4448.0, 4429.0, 4471.0, 4399.0, 4408.0, 4376.0, 4411.0, 4402.0, 4424.0, 4416.0, 4487.0, 4494.0, 4441.0, 4467.0, 4429.0, 4457.0, 4425.0, 4452.0, 4394.0, 4436.0, 4405.0, 4416.0, 4392.0, 4417.0, 4446.0, 4456.0, 4374.0, 4404.0, 4363.0, 4396.0, 4384.0, 4385.0, 4426.0, 4386.0, 4394.0, 4363.0, 4385.0, 4356.0, 4416.0, 4384.0, 4396.0, 4436.0, 4427.0, 4448.0, 4375.0, 4394.0, 4394.0, 4415.0, 4421.0, 4421.0, 4471.0, 4426.0, 4417.0, 4467.0, 4384.0, 4436.0, 4464.0, 4427.0, 4454.0, 4390.0, 4418.0, 4379.0, 4422.0, 4402.0, 4436.0, 4386.0, 4425.0, 4395.0, 4468.0, 4417.0, 4461.0, 4424.0, 4463.0, 4424.0, 4392.0, 4413.0, 4394.0, 4436.0, 4406.0, 4448.0, 4383.0, 4422.0, 4461.0, 4410.0, 4461.0, 4390.0, 4431.0, 4368.0, 4401.0, 4448.0, 4391.0, 4429.0, 4369.0, 4392.0, 4380.0, 4392.0, 4441.0, 4381.0, 4402.0, 4382.0, 4394.0, 4464.0, 4411.0, 4460.0, 4437.0, 4456.0, 4420.0, 4427.0, 4443.0, 4453.0, 4445.0, 4442.0, 4445.0, 4445.0, 4466.0, 4471.0, 4541.0, 4526.0, 4475.0, 4493.0, 4431.0, 4463.0, 4433.0, 4444.0, 4513.0, 4452.0, 4492.0, 4428.0, 4471.0, 4429.0, 4474.0, 4443.0, 4516.0, 4525.0, 4475.0, 4511.0, 4440.0, 4504.0, 4429.0, 4502.0, 4521.0, 4458.0, 4499.0, 4426.0, 4477.0, 4414.0, 4477.0, 4475.0, 4456.0, 4496.0, 4431.0, 4470.0, 4410.0, 4462.0, 4421.0, 4474.0, 4456.0, 4442.0, 4478.0, 4430.0, 4457.0, 4418.0, 4448.0, 4386.0, 4439.0, 4462.0, 4430.0, 4458.0, 4418.0, 4437.0, 4428.0, 4457.0, 4407.0, 4437.0, 4418.0, 4427.0, 4427.0, 4417.0, 4446.0, 4417.0, 4436.0, 4405.0, 4438.0, 4410.0, 4417.0, 4405.0, 4418.0, 4429.0, 4430.0, 4409.0, 4428.0, 4421.0, 4413.0, 4414.0, 4431.0, 4424.0, 4410.0, 4413.0, 4412.0, 4496.0, 4474.0, 4433.0, 4473.0, 4419.0, 4450.0, 4429.0, 4399.0, 4443.0, 4439.0, 4456.0, 4485.0, 4432.0, 4427.0, 4397.0, 4399.0, 4400.0, 4422.0, 4450.0, 4424.0, 4476.0, 4424.0, 4433.0, 4401.0, 4443.0, 4439.0, 4429.0, 4469.0, 4408.0, 4459.0, 4421.0, 4441.0, 4431.0, 4461.0, 4424.0, 4460.0, 4385.0, 4407.0, 4397.0, 4397.0, 4409.0, 4431.0, 4437.0, 4442.0, 4409.0, 4419.0, 4398.0, 4419.0, 4411.0, 4450.0, 4411.0, 4444.0, 4449.0, 4443.0, 4470.0, 4430.0, 4447.0, 4409.0, 4439.0, 4383.0, 4416.0, 4383.0, 4416.0, 4396.0, 4429.0, 4448.0, 4419.0, 4449.0, 4432.0, 4401.0, 4401.0, 4433.0, 4432.0, 4458.0, 4437.0, 4467.0, 4460.0, 4425.0, 4486.0, 4435.0, 4487.0, 4476.0, 4432.0, 4461.0, 4397.0, 4416.0, 4384.0, 4386.0, 4385.0, 4437.0, 4429.0, 4440.0, 4458.0, 4419.0, 4437.0, 4418.0, 4427.0, 4420.0, 4440.0, 4419.0, 4429.0, 4458.0, 4418.0, 4436.0, 4417.0, 4428.0, 4410.0, 4441.0, 4428.0, 4429.0, 4453.0, 4442.0, 4458.0, 4428.0, 4449.0, 4409.0, 4427.0, 4396.0, 4427.0, 4396.0, 4427.0, 4457.0, 4428.0, 4449.0, 4397.0, 4429.0, 4386.0, 4437.0, 4456.0, 4425.0, 4455.0, 4417.0, 4439.0, 4409.0, 4414.0, 4417.0, 4425.0, 4437.0, 4399.0, 4461.0, 4471.0, 4417.0, 4427.0, 4454.0, 4412.0, 4434.0, 4402.0, 4421.0, 4412.0, 4400.0, 4412.0, 4424.0, 4420.0, 4410.0, 4443.0, 4401.0, 4419.0, 4399.0, 4410.0, 4411.0, 4432.0, 4400.0, 4409.0, 4429.0, 4402.0, 4415.0, 4371.0, 4410.0, 4380.0, 4400.0, 4420.0, 4391.0, 4411.0, 4370.0, 4403.0, 4376.0, 4426.0, 4386.0, 4427.0, 4458.0, 4411.0, 4430.0, 4415.0, 4414.0, 4415.0, 4415.0, 4435.0, 4406.0, 4438.0, 4384.0, 4438.0, 4388.0, 4398.0, 4388.0, 4440.0, 4460.0, 4419.0, 4459.0, 4386.0, 4438.0, 4385.0, 4437.0, 4458.0, 4429.0, 4459.0, 4410.0, 4440.0, 4409.0, 4420.0, 4421.0, 4472.0, 4445.0, 4497.0, 4433.0, 4453.0, 4459.0, 4441.0, 4460.0, 4426.0, 4449.0, 4426.0, 4438.0, 4439.0, 4449.0, 4441.0, 4417.0, 4416.0, 4426.0, 4425.0, 4435.0, 4424.0, 4424.0, 4444.0, 4435.0, 4432.0, 4424.0, 4402.0, 4404.0, 4396.0, 4396.0, 4408.0, 4431.0, 4388.0, 4410.0, 4399.0, 4450.0, 4419.0, 4449.0, 4460.0, 4430.0, 4449.0, 4386.0, 4426.0, 4386.0, 4438.0, 4446.0, 4437.0, 4449.0, 4398.0, 4436.0, 4374.0, 4426.0, 4405.0, 4437.0, 4437.0, 4419.0, 4438.0, 4397.0, 4439.0, 4397.0, 4439.0, 4449.0, 4441.0, 4461.0, 4431.0, 4440.0, 4419.0, 4451.0, 4439.0, 4441.0, 4471.0, 4407.0, 4438.0, 4387.0, 4438.0, 4458.0, 4428.0, 4437.0, 4406.0, 4428.0, 4407.0, 4428.0, 4377.0, 4438.0, 4447.0, 4427.0, 4447.0, 4384.0, 4426.0, 4404.0, 4424.0, 4434.0, 4415.0, 4436.0, 4404.0, 4424.0, 4433.0, 4423.0, 4433.0, 4413.0, 4414.0, 4426.0, 4436.0, 4385.0, 4418.0, 4407.0, 4408.0, 4429.0, 4450.0, 4470.0, 4439.0, 4448.0, 4406.0, 4426.0, 4385.0, 4415.0, 4435.0, 4436.0, 4446.0, 4415.0, 4435.0, 4416.0, 4415.0, 4428.0, 4448.0, 4420.0, 4449.0, 4388.0, 4428.0, 4378.0, 4390.0, 4390.0, 4442.0, 4471.0, 4440.0, 4459.0, 4396.0, 4407.0, 4395.0, 4406.0, 4396.0, 4428.0, 4429.0, 4438.0, 4458.0, 4417.0, 4446.0, 4428.0, 4448.0, 4406.0, 4417.0, 4457.0, 4426.0, 4445.0, 4416.0, 4426.0, 4427.0, 4397.0, 4429.0, 4459.0, 4428.0, 4459.0, 4386.0, 4417.0, 4376.0, 4428.0, 4387.0, 4428.0, 4459.0, 4429.0, 4447.0, 4406.0, 4415.0, 4406.0, 4417.0, 4396.0, 4416.0, 4446.0, 4416.0, 4458.0, 4404.0, 4434.0, 4415.0, 4426.0, 4416.0, 4427.0, 4386.0, 4427.0, 4425.0, 4415.0, 4434.0, 4415.0, 4436.0, 4415.0, 4437.0, 4374.0, 4415.0, 4404.0, 4415.0, 4435.0, 4425.0, 4446.0, 4416.0, 4435.0, 4407.0, 4427.0, 4418.0, 4427.0, 4396.0, 4429.0, 4470.0, 4417.0, 4446.0, 4417.0, 4424.0, 4415.0, 4425.0, 4395.0, 4418.0, 4435.0, 4414.0, 4434.0, 4414.0, 4435.0, 4414.0, 4425.0, 4394.0, 4414.0, 4442.0, 4403.0, 4422.0, 4403.0, 4403.0, 4393.0, 4414.0, 4384.0, 4426.0, 4446.0, 4415.0, 4435.0, 4417.0, 4416.0, 4418.0, 4428.0, 4398.0, 4429.0, 4448.0, 4416.0, 4426.0, 4427.0, 4446.0, 4417.0, 4437.0, 4406.0, 4416.0, 4444.0, 4403.0, 4422.0, 4403.0, 4404.0, 4415.0, 4416.0, 4396.0, 4437.0, 4416.0, 4426.0, 4387.0, 4428.0, 4446.0, 4426.0, 4446.0, 4407.0, 4425.0, 4415.0, 4440.0, 4399.0, 4428.0, 4416.0, 4426.0, 4447.0, 4387.0, 4426.0, 4455.0, 4417.0, 4425.0, 4416.0, 4416.0, 4428.0, 4440.0, 4402.0, 4441.0, 4447.0, 4428.0, 4408.0, 4439.0, 4449.0, 4439.0, 4459.0, 4400.0, 4439.0, 4456.0, 4415.0, 4444.0, 4414.0, 4423.0, 4426.0, 4449.0, 4430.0, 4428.0, 4456.0, 4403.0, 4413.0, 4361.0, 4413.0, 4433.0, 4414.0, 4434.0, 4371.0, 4413.0, 4372.0, 4414.0, 4424.0, 4414.0, 4424.0, 4373.0, 4424.0, 4395.0, 4427.0, 4376.0, 4439.0, 4470.0, 4430.0, 4449.0, 4397.0, 4427.0, 4456.0, 4417.0, 4434.0, 4404.0, 4425.0, 4386.0, 4415.0, 4444.0, 4402.0, 4411.0, 4384.0, 4401.0, 4419.0, 4390.0], 'WindowWidth': [9881.0, 9837.0, 9795.0, 9766.0, 9811.0, 9809.0, 9821.0, 9850.0, 9849.0, 9861.0, 9807.0, 9789.0, 9771.0, 9798.0, 9753.0, 9782.0, 9750.0, 9753.0, 9722.0, 9723.0, 9742.0, 9753.0, 9745.0, 9774.0, 9738.0, 9773.0, 9786.0, 9771.0, 9729.0, 9774.0, 9735.0, 9777.0, 9799.0, 9747.0, 9806.0, 9735.0, 9773.0, 9731.0, 9787.0, 9734.0, 9792.0, 9807.0, 9796.0, 9825.0, 9761.0, 9786.0, 9728.0, 9773.0, 9731.0, 9772.0, 9799.0, 9754.0, 9785.0, 9696.0, 9768.0, 9795.0, 9751.0, 9762.0, 9767.0, 9768.0, 9773.0, 9778.0, 9704.0, 9771.0, 9818.0, 9753.0, 9795.0, 9766.0, 9764.0, 9767.0, 9809.0, 9820.0, 9764.0, 9823.0, 9714.0, 9772.0, 9712.0, 9768.0, 9800.0, 9760.0, 9808.0, 9746.0, 9776.0, 9713.0, 9770.0, 9800.0, 9776.0, 9822.0, 9746.0, 9794.0, 9727.0, 9770.0, 9794.0, 9773.0, 9766.0, 9725.0, 9778.0, 9737.0, 9746.0, 9737.0, 9751.0, 9713.0, 9734.0, 9811.0, 9831.0, 9740.0, 9794.0, 9747.0, 9773.0, 9786.0, 9717.0, 9758.0, 9798.0, 9735.0, 9764.0, 9702.0, 9747.0, 9728.0, 9729.0, 9701.0, 9746.0, 9732.0, 9749.0, 9776.0, 9702.0, 9744.0, 9752.0, 9725.0, 9758.0, 9700.0, 9726.0, 9687.0, 9690.0, 9692.0, 9753.0, 9764.0, 9738.0, 9765.0, 9709.0, 9755.0, 9796.0, 9723.0, 9777.0, 9728.0, 9740.0, 9732.0, 9776.0, 9742.0, 9754.0, 9799.0, 9719.0, 9765.0, 9719.0, 9781.0, 9809.0, 9772.0, 9799.0, 9733.0, 9799.0, 9746.0, 9794.0, 9765.0, 9863.0, 9797.0, 9806.0, 9790.0, 9875.0, 9805.0, 9864.0, 9794.0, 9810.0, 9872.0, 9780.0, 9819.0, 9841.0, 9781.0, 9821.0, 9767.0, 9810.0, 9779.0, 9807.0, 9780.0, 9812.0, 9759.0, 9771.0, 9816.0, 9724.0, 9766.0, 9707.0, 9753.0, 9751.0, 9752.0, 9795.0, 9721.0, 9764.0, 9720.0, 9749.0, 9776.0, 9749.0, 9749.0, 9724.0, 9753.0, 9774.0, 9737.0, 9790.0, 9748.0, 9763.0, 9721.0, 9737.0, 9762.0, 9749.0, 9789.0, 9719.0, 9760.0, 9706.0, 9723.0, 9709.0, 9758.0, 9798.0, 9740.0, 9795.0, 9711.0, 9755.0, 9712.0, 9758.0, 9798.0, 9742.0, 9801.0, 9734.0, 9775.0, 9719.0, 9778.0, 9816.0, 9746.0, 9811.0, 9730.0, 9712.0, 9704.0, 9716.0, 9808.0, 9775.0, 9764.0, 9799.0, 9721.0, 9760.0, 9785.0, 9697.0, 9755.0, 9774.0, 9720.0, 9745.0, 9673.0, 9730.0, 9741.0, 9712.0, 9728.0, 9670.0, 9753.0, 9782.0, 9757.0, 9817.0, 9716.0, 9728.0, 9683.0, 9737.0, 9727.0, 9760.0, 9753.0, 9866.0, 9866.0, 9789.0, 9818.0, 9768.0, 9803.0, 9760.0, 9789.0, 9698.0, 9759.0, 9713.0, 9729.0, 9695.0, 9736.0, 9775.0, 9788.0, 9673.0, 9710.0, 9655.0, 9703.0, 9682.0, 9683.0, 9743.0, 9691.0, 9696.0, 9655.0, 9686.0, 9653.0, 9732.0, 9685.0, 9705.0, 9761.0, 9753.0, 9783.0, 9681.0, 9720.0, 9722.0, 9750.0, 9768.0, 9769.0, 9831.0, 9761.0, 9750.0, 9816.0, 9697.0, 9769.0, 9808.0, 9763.0, 9796.0, 9703.0, 9736.0, 9684.0, 9749.0, 9723.0, 9774.0, 9709.0, 9757.0, 9719.0, 9821.0, 9751.0, 9797.0, 9752.0, 9805.0, 9756.0, 9708.0, 9741.0, 9717.0, 9773.0, 9736.0, 9797.0, 9701.0, 9748.0, 9801.0, 9731.0, 9799.0, 9704.0, 9759.0, 9671.0, 9718.0, 9778.0, 9704.0, 9755.0, 9674.0, 9708.0, 9691.0, 9710.0, 9773.0, 9694.0, 9724.0, 9697.0, 9716.0, 9811.0, 9755.0, 9819.0, 9785.0, 9810.0, 9772.0, 9777.0, 9810.0, 9824.0, 9818.0, 9811.0, 9818.0, 9818.0, 9847.0, 9862.0, 9957.0, 9929.0, 9855.0, 9875.0, 9788.0, 9834.0, 9797.0, 9812.0, 9902.0, 9819.0, 9873.0, 9781.0, 9841.0, 9785.0, 9853.0, 9809.0, 9912.0, 9925.0, 9850.0, 9897.0, 9799.0, 9890.0, 9782.0, 9881.0, 9913.0, 9819.0, 9875.0, 9768.0, 9836.0, 9752.0, 9841.0, 9837.0, 9809.0, 9866.0, 9766.0, 9818.0, 9736.0, 9808.0, 9754.0, 9833.0, 9809.0, 9784.0, 9832.0, 9760.0, 9795.0, 9742.0, 9783.0, 9696.0, 9775.0, 9808.0, 9761.0, 9796.0, 9742.0, 9766.0, 9756.0, 9793.0, 9727.0, 9768.0, 9742.0, 9754.0, 9751.0, 9737.0, 9776.0, 9736.0, 9763.0, 9721.0, 9769.0, 9733.0, 9738.0, 9719.0, 9739.0, 9760.0, 9761.0, 9733.0, 9757.0, 9751.0, 9746.0, 9746.0, 9766.0, 9759.0, 9736.0, 9744.0, 9741.0, 9863.0, 9831.0, 9769.0, 9824.0, 9744.0, 9788.0, 9757.0, 9717.0, 9785.0, 9787.0, 9806.0, 9845.0, 9766.0, 9751.0, 9710.0, 9718.0, 9723.0, 9755.0, 9787.0, 9761.0, 9835.0, 9760.0, 9769.0, 9723.0, 9781.0, 9772.0, 9757.0, 9814.0, 9727.0, 9798.0, 9749.0, 9776.0, 9762.0, 9804.0, 9760.0, 9803.0, 9691.0, 9725.0, 9710.0, 9710.0, 9732.0, 9764.0, 9783.0, 9780.0, 9730.0, 9744.0, 9715.0, 9744.0, 9737.0, 9789.0, 9736.0, 9784.0, 9785.0, 9779.0, 9815.0, 9760.0, 9779.0, 9730.0, 9773.0, 9685.0, 9732.0, 9683.0, 9733.0, 9705.0, 9756.0, 9780.0, 9744.0, 9785.0, 9768.0, 9724.0, 9724.0, 9772.0, 9769.0, 9816.0, 9782.0, 9822.0, 9819.0, 9764.0, 9847.0, 9775.0, 9851.0, 9839.0, 9766.0, 9808.0, 9710.0, 9734.0, 9688.0, 9695.0, 9695.0, 9766.0, 9759.0, 9775.0, 9796.0, 9743.0, 9764.0, 9740.0, 9751.0, 9748.0, 9773.0, 9745.0, 9758.0, 9795.0, 9739.0, 9762.0, 9737.0, 9753.0, 9735.0, 9778.0, 9756.0, 9757.0, 9800.0, 9780.0, 9798.0, 9756.0, 9788.0, 9730.0, 9751.0, 9708.0, 9749.0, 9706.0, 9752.0, 9793.0, 9754.0, 9785.0, 9712.0, 9757.0, 9693.0, 9765.0, 9791.0, 9745.0, 9786.0, 9737.0, 9772.0, 9729.0, 9730.0, 9739.0, 9747.0, 9767.0, 9720.0, 9807.0, 9826.0, 9738.0, 9751.0, 9785.0, 9720.0, 9754.0, 9710.0, 9733.0, 9723.0, 9705.0, 9723.0, 9740.0, 9731.0, 9715.0, 9767.0, 9706.0, 9726.0, 9700.0, 9715.0, 9719.0, 9751.0, 9701.0, 9711.0, 9740.0, 9709.0, 9734.0, 9665.0, 9716.0, 9674.0, 9702.0, 9730.0, 9691.0, 9716.0, 9662.0, 9713.0, 9682.0, 9750.0, 9698.0, 9752.0, 9796.0, 9735.0, 9759.0, 9732.0, 9729.0, 9730.0, 9731.0, 9759.0, 9722.0, 9768.0, 9690.0, 9769.0, 9704.0, 9717.0, 9703.0, 9777.0, 9804.0, 9744.0, 9800.0, 9694.0, 9765.0, 9694.0, 9766.0, 9796.0, 9759.0, 9801.0, 9733.0, 9776.0, 9734.0, 9751.0, 9752.0, 9823.0, 9791.0, 9871.0, 9770.0, 9802.0, 9804.0, 9778.0, 9803.0, 9751.0, 9786.0, 9746.0, 9770.0, 9771.0, 9787.0, 9781.0, 9741.0, 9738.0, 9750.0, 9745.0, 9759.0, 9742.0, 9742.0, 9772.0, 9758.0, 9751.0, 9743.0, 9712.0, 9719.0, 9712.0, 9712.0, 9733.0, 9765.0, 9706.0, 9736.0, 9718.0, 9789.0, 9747.0, 9786.0, 9803.0, 9764.0, 9786.0, 9695.0, 9750.0, 9695.0, 9769.0, 9778.0, 9767.0, 9787.0, 9716.0, 9762.0, 9678.0, 9749.0, 9721.0, 9764.0, 9766.0, 9746.0, 9770.0, 9713.0, 9771.0, 9714.0, 9772.0, 9788.0, 9779.0, 9805.0, 9765.0, 9776.0, 9747.0, 9792.0, 9773.0, 9777.0, 9820.0, 9729.0, 9771.0, 9698.0, 9767.0, 9795.0, 9755.0, 9766.0, 9721.0, 9756.0, 9724.0, 9755.0, 9685.0, 9769.0, 9781.0, 9750.0, 9779.0, 9690.0, 9748.0, 9715.0, 9742.0, 9756.0, 9731.0, 9763.0, 9717.0, 9743.0, 9754.0, 9739.0, 9753.0, 9725.0, 9730.0, 9750.0, 9762.0, 9693.0, 9743.0, 9727.0, 9728.0, 9759.0, 9789.0, 9818.0, 9771.0, 9785.0, 9719.0, 9750.0, 9690.0, 9732.0, 9758.0, 9760.0, 9776.0, 9731.0, 9757.0, 9734.0, 9733.0, 9754.0, 9780.0, 9745.0, 9786.0, 9702.0, 9755.0, 9687.0, 9708.0, 9707.0, 9780.0, 9822.0, 9773.0, 9800.0, 9706.0, 9723.0, 9705.0, 9721.0, 9710.0, 9755.0, 9759.0, 9768.0, 9795.0, 9737.0, 9776.0, 9753.0, 9782.0, 9721.0, 9738.0, 9792.0, 9747.0, 9773.0, 9733.0, 9747.0, 9750.0, 9712.0, 9759.0, 9798.0, 9753.0, 9799.0, 9694.0, 9735.0, 9682.0, 9753.0, 9698.0, 9756.0, 9800.0, 9756.0, 9780.0, 9719.0, 9730.0, 9720.0, 9737.0, 9707.0, 9734.0, 9775.0, 9732.0, 9794.0, 9715.0, 9754.0, 9730.0, 9746.0, 9733.0, 9751.0, 9695.0, 9750.0, 9744.0, 9730.0, 9755.0, 9731.0, 9759.0, 9729.0, 9765.0, 9676.0, 9730.0, 9716.0, 9729.0, 9757.0, 9745.0, 9776.0, 9733.0, 9759.0, 9721.0, 9748.0, 9738.0, 9752.0, 9707.0, 9756.0, 9814.0, 9735.0, 9775.0, 9736.0, 9743.0, 9730.0, 9744.0, 9705.0, 9738.0, 9757.0, 9728.0, 9755.0, 9728.0, 9757.0, 9727.0, 9744.0, 9702.0, 9725.0, 9764.0, 9710.0, 9734.0, 9709.0, 9710.0, 9698.0, 9728.0, 9689.0, 9746.0, 9774.0, 9730.0, 9758.0, 9737.0, 9735.0, 9740.0, 9753.0, 9714.0, 9755.0, 9780.0, 9735.0, 9747.0, 9749.0, 9776.0, 9734.0, 9765.0, 9720.0, 9732.0, 9770.0, 9709.0, 9735.0, 9712.0, 9714.0, 9732.0, 9735.0, 9708.0, 9764.0, 9734.0, 9748.0, 9697.0, 9753.0, 9776.0, 9748.0, 9775.0, 9722.0, 9746.0, 9729.0, 9775.0, 9718.0, 9754.0, 9736.0, 9749.0, 9782.0, 9698.0, 9748.0, 9788.0, 9738.0, 9745.0, 9734.0, 9736.0, 9757.0, 9777.0, 9728.0, 9777.0, 9780.0, 9754.0, 9728.0, 9771.0, 9787.0, 9770.0, 9802.0, 9721.0, 9769.0, 9792.0, 9730.0, 9767.0, 9729.0, 9742.0, 9749.0, 9787.0, 9762.0, 9755.0, 9789.0, 9711.0, 9725.0, 9652.0, 9724.0, 9751.0, 9728.0, 9754.0, 9665.0, 9725.0, 9669.0, 9729.0, 9742.0, 9728.0, 9743.0, 9672.0, 9743.0, 9707.0, 9751.0, 9684.0, 9773.0, 9816.0, 9759.0, 9786.0, 9709.0, 9750.0, 9790.0, 9736.0, 9756.0, 9713.0, 9746.0, 9692.0, 9732.0, 9771.0, 9707.0, 9719.0, 9686.0, 9703.0, 9726.0, 9687.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.002534955577492596</td></tr>
<tr><td colspan=3>aqi</td><td>0.03151654610069102</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.686137636699605</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2498389106818173</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0388783548517782</td></tr>
<tr><td colspan=3>efc</td><td>0.4886</td></tr>
<tr><td colspan=3>fber</td><td>5924.5762</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12202152061694597</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>139</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.721618953603159</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4866054641434956</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3522109439189207</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.724449935044052</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3831555134675146</td></tr>
<tr><td colspan=3>gcor</td><td>0.0198231</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008936073631048203</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04298663139343262</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1013</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.167760802996734</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>18.4044</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.0521</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>205.9822</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299010.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>934.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>372.811</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7168</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>544.096</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3647.7912</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3848.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77534.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1413.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4705.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>923.2716</td></tr>
<tr><td colspan=3>tsnr</td><td>33.91650580742862</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>