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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0091_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-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0091/figures/sub-0091_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-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091/ses-01/func/sub-0091_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>dcd0f379f1899629a902ead5c24d9abd</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>22:11:46.840000</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.999615, 0.0272682, 0.00513923, -0.0249537, 0.964392, -0.263296]</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.119171</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>35</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7701, -7278, 588, -49, -174, -75, 67]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>275.061</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2a2080c1-b073-4c74-bd84-868afba92377||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.681893825531006, -0.06694908440113068, 0.03276680409908295, 115.04230499267578], [-0.07315869629383087, 2.5873939990997314, -0.7102794647216797, -72.86293029785156], [0.013788172043859959, 0.7064042091369629, 2.604693651199341, -105.16327667236328], [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': ['221146.840000', '221147.300000', '221147.760000', '221148.220000', '221148.680000', '221149.140000', '221149.600000', '221150.060000', '221150.520000', '221150.980000', '221151.440000', '221151.900000', '221152.360000', '221152.820000', '221153.280000', '221153.740000', '221154.200000', '221154.660000', '221155.120000', '221155.580000', '221156.040000', '221156.500000', '221156.960000', '221157.420000', '221157.880000', '221158.340000', '221158.800000', '221159.260000', '221159.720000', '221200.180000', '221200.640000', '221201.100000', '221201.560000', '221202.020000', '221202.480000', '221202.940000', '221203.400000', '221203.860000', '221204.320000', '221204.780000', '221205.240000', '221205.700000', '221206.160000', '221206.620000', '221207.080000', '221207.540000', '221208.000000', '221208.460000', '221208.920000', '221209.380000', '221209.840000', '221210.300000', '221210.760000', '221211.220000', '221211.680000', '221212.140000', '221212.600000', '221213.060000', '221213.520000', '221213.980000', '221214.440000', '221214.900000', '221215.360000', '221215.820000', '221216.280000', '221216.740000', '221217.200000', '221217.660000', '221218.120000', '221218.580000', '221219.040000', '221219.500000', '221219.960000', '221220.420000', '221220.880000', '221221.340000', '221221.800000', '221222.260000', '221222.720000', '221223.180000', '221223.640000', '221224.100000', '221224.560000', '221225.020000', '221225.480000', '221225.940000', '221226.400000', '221226.860000', '221227.320000', '221227.780000', '221228.240000', '221228.700000', '221229.160000', '221229.620000', '221230.080000', '221230.540000', '221231.000000', '221231.460000', '221231.920000', '221232.380000', '221232.840000', '221233.300000', '221233.760000', '221234.220000', '221234.680000', '221235.140000', '221235.600000', '221236.060000', '221236.520000', '221236.980000', '221237.440000', '221237.900000', '221238.360000', '221238.820000', '221239.280000', '221239.740000', '221240.200000', '221240.660000', '221241.120000', '221241.580000', '221242.040000', '221242.500000', '221242.960000', '221243.420000', '221243.880000', '221244.340000', '221244.800000', '221245.260000', '221245.720000', '221246.180000', '221246.640000', '221247.100000', '221247.560000', '221248.020000', '221248.480000', '221248.940000', '221249.400000', '221249.860000', '221250.320000', '221250.780000', '221251.240000', '221251.700000', '221252.160000', '221252.620000', '221253.080000', '221253.540000', '221254.000000', '221254.460000', '221254.920000', '221255.380000', '221255.840000', '221256.300000', '221256.760000', '221257.220000', '221257.680000', '221258.140000', '221258.600000', '221259.060000', '221259.520000', '221259.980000', '221300.440000', '221300.900000', '221301.360000', '221301.820000', '221302.280000', '221302.740000', '221303.200000', '221303.660000', '221304.120000', '221304.580000', '221305.040000', '221305.500000', '221305.960000', '221306.420000', '221306.880000', '221307.340000', '221307.800000', '221308.260000', '221308.720000', '221309.180000', '221309.640000', '221310.100000', '221310.560000', '221311.020000', '221311.480000', '221311.940000', '221312.400000', '221312.860000', '221313.320000', '221313.780000', '221314.240000', '221314.700000', '221315.160000', '221315.620000', '221316.080000', '221316.540000', '221317.000000', '221317.460000', '221317.920000', '221318.380000', '221318.840000', '221319.300000', '221319.760000', '221320.220000', '221320.680000', '221321.140000', '221321.600000', '221322.060000', '221322.520000', '221322.980000', '221323.440000', '221323.900000', '221324.360000', '221324.820000', '221325.280000', '221325.740000', '221326.200000', '221326.660000', '221327.120000', '221327.580000', '221328.040000', '221328.500000', '221328.960000', '221329.420000', '221329.880000', '221330.340000', '221330.800000', '221331.260000', '221331.720000', '221332.180000', '221332.640000', '221333.100000', '221333.560000', '221334.020000', '221334.480000', '221334.940000', '221335.400000', '221335.860000', '221336.320000', '221336.780000', '221337.240000', '221337.700000', '221338.160000', '221338.620000', '221339.080000', '221339.540000', '221340.000000', '221340.460000', '221340.920000', '221341.380000', '221341.840000', '221342.300000', '221342.760000', '221343.220000', '221343.680000', '221344.140000', '221344.600000', '221345.060000', '221345.520000', '221345.980000', '221346.440000', '221346.900000', '221347.360000', '221347.820000', '221348.280000', '221348.740000', '221349.200000', '221349.660000', '221350.120000', '221350.580000', '221351.040000', '221351.500000', '221351.960000', '221352.420000', '221352.880000', '221353.340000', '221353.800000', '221354.260000', '221354.720000', '221355.180000', '221355.640000', '221356.100000', '221356.560000', '221357.020000', '221357.480000', '221357.940000', '221358.400000', '221358.860000', '221359.320000', '221359.780000', '221400.240000', '221400.700000', '221401.160000', '221401.620000', '221402.080000', '221402.540000', '221403.000000', '221403.460000', '221403.920000', '221404.380000', '221404.840000', '221405.300000', '221405.760000', '221406.220000', '221406.680000', '221407.140000', '221407.600000', '221408.060000', '221408.520000', '221408.980000', '221409.440000', '221409.900000', '221410.360000', '221410.820000', '221411.280000', '221411.740000', '221412.200000', '221412.660000', '221413.120000', '221413.580000', '221414.040000', '221414.500000', '221414.960000', '221415.420000', '221415.880000', '221416.340000', '221416.800000', '221417.260000', '221417.720000', '221418.180000', '221418.640000', '221419.100000', '221419.560000', '221420.020000', '221420.480000', '221420.940000', '221421.400000', '221421.860000', '221422.320000', '221422.780000', '221423.240000', '221423.700000', '221424.160000', '221424.620000', '221425.080000', '221425.540000', '221426.000000', '221426.460000', '221426.920000', '221427.380000', '221427.840000', '221428.300000', '221428.760000', '221429.220000', '221429.680000', '221430.140000', '221430.600000', '221431.060000', '221431.520000', '221431.980000', '221432.440000', '221432.900000', '221433.360000', '221433.820000', '221434.280000', '221434.740000', '221435.200000', '221435.660000', '221436.120000', '221436.580000', '221437.040000', '221437.500000', '221437.960000', '221438.420000', '221438.880000', '221439.340000', '221439.800000', '221440.260000', '221440.720000', '221441.180000', '221441.640000', '221442.100000', '221442.560000', '221443.020000', '221443.480000', '221443.940000', '221444.400000', '221444.860000', '221445.320000', '221445.780000', '221446.240000', '221446.700000', '221447.160000', '221447.620000', '221448.080000', '221448.540000', '221449.000000', '221449.460000', '221449.920000', '221450.380000', '221450.840000', '221451.300000', '221451.760000', '221452.220000', '221452.680000', '221453.140000', '221453.600000', '221454.060000', '221454.520000', '221454.980000', '221455.440000', '221455.900000', '221456.360000', '221456.820000', '221457.280000', '221457.740000', '221458.200000', '221458.660000', '221459.120000', '221459.580000', '221500.040000', '221500.500000', '221500.960000', '221501.420000', '221501.880000', '221502.340000', '221502.800000', '221503.260000', '221503.720000', '221504.180000', '221504.640000', '221505.100000', '221505.560000', '221506.020000', '221506.480000', '221506.940000', '221507.400000', '221507.860000', '221508.320000', '221508.780000', '221509.240000', '221509.700000', '221510.160000', '221510.620000', '221511.080000', '221511.540000', '221512.000000', '221512.460000', '221512.920000', '221513.380000', '221513.840000', '221514.300000', '221514.760000', '221515.220000', '221515.680000', '221516.140000', '221516.600000', '221517.060000', '221517.520000', '221517.980000', '221518.440000', '221518.900000', '221519.360000', '221519.820000', '221520.280000', '221520.740000', '221521.200000', '221521.660000', '221522.120000', '221522.580000', '221523.040000', '221523.500000', '221523.960000', '221524.420000', '221524.880000', '221525.340000', '221525.800000', '221526.260000', '221526.720000', '221527.180000', '221527.640000', '221528.100000', '221528.560000', '221529.020000', '221529.480000', '221529.940000', '221530.400000', '221530.860000', '221531.320000', '221531.780000', '221532.240000', '221532.700000', '221533.160000', '221533.620000', '221534.080000', '221534.540000', '221535.000000', '221535.460000', '221535.920000', '221536.380000', '221536.840000', '221537.300000', '221537.760000', '221538.220000', '221538.680000', '221539.140000', '221539.600000', '221540.060000', '221540.520000', '221540.980000', '221541.440000', '221541.900000', '221542.360000', '221542.820000', '221543.280000', '221543.740000', '221544.200000', '221544.660000', '221545.120000', '221545.580000', '221546.040000', '221546.500000', '221546.960000', '221547.420000', '221547.880000', '221548.340000', '221548.800000', '221549.260000', '221549.720000', '221550.180000', '221550.640000', '221551.100000', '221551.560000', '221552.020000', '221552.480000', '221552.940000', '221553.400000', '221553.860000', '221554.320000', '221554.780000', '221555.240000', '221555.700000', '221556.160000', '221556.620000', '221557.080000', '221557.540000', '221558.000000', '221558.460000', '221558.920000', '221559.380000', '221559.840000', '221600.300000', '221600.760000', '221601.220000', '221601.680000', '221602.140000', '221602.600000', '221603.060000', '221603.520000', '221603.980000', '221604.440000', '221604.900000', '221605.360000', '221605.820000', '221606.280000', '221606.740000', '221607.200000', '221607.660000', '221608.120000', '221608.580000', '221609.040000', '221609.500000', '221609.960000', '221610.420000', '221610.880000', '221611.340000', '221611.800000', '221612.260000', '221612.720000', '221613.180000', '221613.640000', '221614.100000', '221614.560000', '221615.020000', '221615.480000', '221615.940000', '221616.400000', '221616.860000', '221617.320000', '221617.780000', '221618.240000', '221618.700000', '221619.160000', '221619.620000', '221620.080000', '221620.540000', '221621.000000', '221621.460000', '221621.920000', '221622.380000', '221622.840000', '221623.300000', '221623.760000', '221624.220000', '221624.680000', '221625.140000', '221625.600000', '221626.060000', '221626.520000', '221626.980000', '221627.440000', '221627.900000', '221628.360000', '221628.820000', '221629.280000', '221629.740000', '221630.200000', '221630.660000', '221631.120000', '221631.580000', '221632.040000', '221632.500000', '221632.960000', '221633.420000', '221633.880000', '221634.340000', '221634.800000', '221635.260000', '221635.720000', '221636.180000', '221636.640000', '221637.100000', '221637.560000', '221638.020000', '221638.480000', '221638.940000', '221639.400000', '221639.860000', '221640.320000', '221640.780000', '221641.240000', '221641.700000', '221642.160000', '221642.620000', '221643.080000', '221643.540000', '221644.000000', '221644.460000', '221644.920000', '221645.380000', '221645.840000', '221646.300000', '221646.760000', '221647.220000', '221647.680000', '221648.140000', '221648.600000', '221649.060000', '221649.520000', '221649.980000', '221650.440000', '221650.900000', '221651.360000', '221651.820000', '221652.280000', '221652.740000', '221653.200000', '221653.660000', '221654.120000', '221654.580000', '221655.040000', '221655.500000', '221655.960000', '221656.420000', '221656.880000', '221657.340000', '221657.800000', '221658.260000', '221658.720000', '221659.180000', '221659.640000', '221700.100000', '221700.560000', '221701.020000', '221701.480000', '221701.940000', '221702.400000', '221702.860000', '221703.320000', '221703.780000', '221704.240000', '221704.700000', '221705.160000', '221705.620000', '221706.080000', '221706.540000', '221707.000000', '221707.460000', '221707.920000', '221708.380000', '221708.840000', '221709.300000', '221709.760000', '221710.220000', '221710.680000', '221711.140000', '221711.600000', '221712.060000', '221712.520000', '221712.980000', '221713.440000', '221713.900000', '221714.360000', '221714.820000', '221715.280000', '221715.740000', '221716.200000', '221716.660000', '221717.120000', '221717.580000', '221718.040000', '221718.500000', '221718.960000', '221719.420000', '221719.880000', '221720.340000', '221720.800000', '221721.260000', '221721.720000', '221722.180000', '221722.640000', '221723.100000', '221723.560000', '221724.020000', '221724.480000', '221724.940000', '221725.400000', '221725.860000', '221726.320000', '221726.780000', '221727.240000', '221727.700000', '221728.160000', '221728.620000', '221729.080000', '221729.540000', '221730.000000', '221730.460000', '221730.920000', '221731.380000', '221731.840000', '221732.300000', '221732.760000', '221733.220000', '221733.680000', '221734.140000', '221734.600000', '221735.060000', '221735.520000', '221735.980000', '221736.440000', '221736.900000', '221737.360000', '221737.820000', '221738.280000', '221738.740000', '221739.200000', '221739.660000', '221740.120000', '221740.580000', '221741.040000', '221741.500000', '221741.960000', '221742.420000', '221742.880000', '221743.340000', '221743.800000', '221744.260000', '221744.720000', '221745.180000', '221745.640000', '221746.100000', '221746.560000', '221747.020000', '221747.480000', '221747.940000', '221748.400000', '221748.860000', '221749.320000', '221749.780000', '221750.240000', '221750.700000', '221751.160000', '221751.620000', '221752.080000', '221752.540000', '221753.000000', '221753.460000', '221753.920000', '221754.380000', '221754.840000', '221755.300000', '221755.760000', '221756.220000', '221756.680000', '221757.140000', '221757.600000', '221758.060000', '221758.520000', '221758.980000', '221759.440000', '221759.900000', '221800.360000', '221800.820000', '221801.280000', '221801.740000', '221802.200000', '221802.660000', '221803.120000', '221803.580000', '221804.040000', '221804.500000', '221804.960000', '221805.420000', '221805.880000', '221806.340000', '221806.800000', '221807.260000', '221807.720000', '221808.180000', '221808.640000', '221809.100000', '221809.560000', '221810.020000', '221810.480000', '221810.940000', '221811.400000', '221811.860000', '221812.320000', '221812.780000', '221813.240000', '221813.700000', '221814.160000', '221814.620000', '221815.080000', '221815.540000', '221816.000000', '221816.460000', '221816.920000', '221817.380000', '221817.840000', '221818.300000', '221818.760000', '221819.220000', '221819.680000', '221820.140000', '221820.600000', '221821.060000', '221821.520000', '221821.980000', '221822.440000', '221822.900000', '221823.360000', '221823.820000', '221824.280000', '221824.740000', '221825.200000', '221825.660000', '221826.120000', '221826.580000', '221827.040000', '221827.500000', '221827.960000', '221828.420000', '221828.880000', '221829.340000', '221829.800000', '221830.260000', '221830.720000', '221831.180000', '221831.640000', '221832.100000', '221832.560000', '221833.020000', '221833.480000', '221833.940000', '221834.400000', '221834.860000', '221835.320000', '221835.780000', '221836.240000', '221836.700000', '221837.160000', '221837.620000', '221838.080000', '221838.540000', '221839.000000', '221839.460000', '221839.920000', '221840.380000', '221840.840000', '221841.300000', '221841.760000', '221842.220000', '221842.680000', '221843.140000', '221843.600000', '221844.060000', '221844.520000', '221844.980000', '221845.440000', '221845.900000', '221846.360000', '221846.820000', '221847.280000', '221847.740000', '221848.200000', '221848.660000', '221849.120000', '221849.580000', '221850.040000', '221850.500000', '221850.960000', '221851.420000', '221851.880000', '221852.340000', '221852.800000', '221853.260000', '221853.720000', '221854.180000', '221854.640000', '221855.100000', '221855.560000', '221856.020000', '221856.480000', '221856.940000', '221857.400000', '221857.860000', '221858.320000', '221858.780000', '221859.240000', '221859.700000', '221900.160000', '221900.620000', '221901.080000', '221901.540000', '221902.000000', '221902.460000', '221902.920000', '221903.380000', '221903.840000', '221904.300000', '221904.760000', '221905.220000', '221905.680000', '221906.140000', '221906.600000', '221907.060000', '221907.520000', '221907.980000', '221908.440000', '221908.900000', '221909.360000', '221909.820000', '221910.280000', '221910.740000', '221911.200000', '221911.660000', '221912.120000', '221912.580000', '221913.040000', '221913.500000', '221913.960000', '221914.420000', '221914.880000', '221915.340000', '221915.800000', '221916.260000', '221916.720000', '221917.180000', '221917.640000', '221918.100000', '221918.560000', '221919.020000', '221919.480000', '221919.940000', '221920.400000', '221920.860000', '221921.320000', '221921.780000', '221922.240000', '221922.700000', '221923.160000', '221923.620000', '221924.080000', '221924.540000', '221925.000000', '221925.460000', '221925.920000', '221926.380000', '221926.840000', '221927.300000', '221927.760000', '221928.220000', '221928.680000', '221929.140000', '221929.600000', '221930.060000', '221930.520000', '221930.980000', '221931.440000', '221931.900000', '221932.360000', '221932.820000', '221933.280000', '221933.740000'], 'ContentTime': ['221151.815000', '221151.818000', '221151.821000', '221151.823000', '221151.826000', '221151.829000', '221211.784000', '221211.787000', '221211.790000', '221211.792000', '221211.795000', '221211.798000', '221211.800000', '221211.803000', '221211.806000', '221211.808000', '221211.811000', '221211.813000', '221211.816000', '221211.819000', '221211.821000', '221211.824000', '221211.827000', '221211.829000', '221211.832000', '221211.834000', '221211.837000', '221211.840000', '221211.842000', '221211.845000', '221211.852000', '221211.855000', '221211.857000', '221211.860000', '221211.862000', '221211.865000', '221211.868000', '221211.870000', '221211.873000', '221211.875000', '221211.878000', '221211.881000', '221211.883000', '221211.886000', '221211.888000', '221211.891000', '221211.894000', '221211.896000', '221211.899000', '221211.901000', '221211.904000', '221231.785000', '221231.788000', '221231.791000', '221231.793000', '221231.797000', '221231.800000', '221231.803000', '221231.806000', '221231.808000', '221231.811000', '221231.813000', '221231.816000', '221231.819000', '221231.821000', '221231.824000', '221231.827000', '221231.829000', '221231.832000', '221231.834000', '221231.837000', '221231.840000', '221231.842000', '221231.845000', '221231.847000', '221231.850000', '221231.853000', '221231.855000', '221231.858000', '221231.861000', '221231.863000', '221231.866000', '221231.868000', '221231.880000', '221231.882000', '221231.885000', '221231.888000', '221231.890000', '221231.893000', '221231.896000', '221231.898000', '221231.901000', '221231.904000', '221231.906000', '221251.784000', '221251.787000', '221251.790000', '221251.793000', '221251.795000', '221251.798000', '221251.815000', '221251.817000', '221251.820000', '221251.823000', '221251.825000', '221251.828000', '221251.831000', '221251.833000', '221251.836000', '221251.838000', '221251.841000', '221251.844000', '221251.846000', '221251.849000', '221251.852000', '221251.854000', '221251.857000', '221251.860000', '221251.862000', '221251.865000', '221251.868000', '221251.870000', '221251.873000', '221251.875000', '221251.883000', '221251.886000', '221251.903000', '221251.905000', '221251.908000', '221251.911000', '221251.913000', '221251.916000', '221251.918000', '221251.921000', '221251.924000', '221251.926000', '221251.929000', '221251.932000', '221311.785000', '221311.787000', '221311.790000', '221311.793000', '221311.796000', '221311.798000', '221311.835000', '221311.838000', '221311.841000', '221311.843000', '221311.846000', '221311.877000', '221311.880000', '221311.883000', '221311.886000', '221311.888000', '221311.891000', '221311.894000', '221311.896000', '221311.899000', '221311.902000', '221311.904000', '221311.907000', '221311.910000', '221311.912000', '221311.915000', '221311.918000', '221311.920000', '221311.923000', '221311.926000', '221311.928000', '221311.931000', '221311.934000', '221311.936000', '221311.939000', '221311.942000', '221311.944000', '221311.947000', '221311.950000', '221311.952000', '221311.955000', '221311.957000', '221311.960000', '221331.784000', '221331.787000', '221331.789000', '221331.792000', '221331.795000', '221331.797000', '221331.800000', '221331.803000', '221331.805000', '221331.809000', '221331.811000', '221331.814000', '221331.816000', '221331.819000', '221331.822000', '221331.824000', '221331.827000', '221331.830000', '221331.833000', '221331.835000', '221331.838000', '221331.841000', '221331.843000', '221331.846000', '221331.848000', '221331.853000', '221331.855000', '221331.858000', '221331.861000', '221331.863000', '221331.866000', '221331.869000', '221331.871000', '221331.874000', '221331.876000', '221331.879000', '221331.882000', '221331.884000', '221331.887000', '221331.890000', '221331.892000', '221331.895000', '221331.898000', '221331.900000', '221351.784000', '221351.786000', '221351.789000', '221351.792000', '221351.795000', '221351.797000', '221351.810000', '221351.813000', '221351.816000', '221351.818000', '221351.821000', '221351.824000', '221351.827000', '221351.829000', '221351.832000', '221351.835000', '221351.837000', '221351.840000', '221351.843000', '221351.845000', '221351.848000', '221351.851000', '221351.853000', '221351.856000', '221351.859000', '221351.861000', '221351.864000', '221351.867000', '221351.869000', '221351.872000', '221351.875000', '221351.877000', '221351.880000', '221351.883000', '221351.885000', '221351.888000', '221351.891000', '221351.894000', '221351.900000', '221351.903000', '221351.905000', '221351.908000', '221351.911000', '221411.785000', '221411.787000', '221411.790000', '221411.793000', '221411.796000', '221411.798000', '221411.801000', '221411.804000', '221411.806000', '221411.809000', '221411.812000', '221411.864000', '221411.866000', '221411.869000', '221411.887000', '221411.890000', '221411.893000', '221411.895000', '221411.898000', '221411.901000', '221411.904000', '221411.906000', '221411.909000', '221411.912000', '221411.914000', '221411.917000', '221411.920000', '221411.922000', '221411.925000', '221411.928000', '221411.930000', '221411.933000', '221411.935000', '221411.938000', '221411.941000', '221411.943000', '221411.946000', '221411.949000', '221411.951000', '221411.954000', '221411.957000', '221411.959000', '221411.962000', '221411.964000', '221431.784000', '221431.787000', '221431.794000', '221431.797000', '221431.826000', '221431.828000', '221431.835000', '221431.838000', '221431.840000', '221431.843000', '221431.845000', '221431.848000', '221431.851000', '221431.853000', '221431.856000', '221431.859000', '221431.861000', '221431.864000', '221431.867000', '221431.869000', '221431.872000', '221431.874000', '221431.877000', '221431.880000', '221431.882000', '221431.885000', '221431.888000', '221431.905000', '221431.908000', '221431.911000', '221431.913000', '221431.916000', '221431.919000', '221431.921000', '221431.924000', '221431.927000', '221431.929000', '221431.932000', '221431.935000', '221431.937000', '221431.940000', '221431.943000', '221431.946000', '221451.784000', '221451.787000', '221451.790000', '221451.793000', '221451.796000', '221451.798000', '221451.843000', '221451.846000', '221451.848000', '221451.851000', '221451.854000', '221451.856000', '221451.859000', '221451.862000', '221451.864000', '221451.867000', '221451.870000', '221451.872000', '221451.875000', '221451.878000', '221451.880000', '221451.883000', '221451.885000', '221451.888000', '221451.891000', '221451.893000', '221451.896000', '221451.899000', '221451.901000', '221451.904000', '221451.907000', '221451.909000', '221451.912000', '221451.915000', '221451.917000', '221451.920000', '221451.923000', '221451.925000', '221451.928000', '221451.931000', '221451.933000', '221451.936000', '221451.938000', '221451.941000', '221511.784000', '221511.788000', '221511.790000', '221511.793000', '221511.795000', '221511.798000', '221511.829000', '221511.832000', '221511.834000', '221511.837000', '221511.840000', '221511.842000', '221511.845000', '221511.848000', '221511.850000', '221511.853000', '221511.855000', '221511.858000', '221511.861000', '221511.863000', '221511.866000', '221511.869000', '221511.871000', '221511.874000', '221511.877000', '221511.879000', '221511.882000', '221511.885000', '221511.888000', '221511.891000', '221511.894000', '221511.898000', '221511.901000', '221511.903000', '221511.906000', '221511.909000', '221511.911000', '221511.914000', '221511.917000', '221511.919000', '221511.922000', '221511.925000', '221511.927000', '221531.785000', '221531.787000', '221531.791000', '221531.793000', '221531.796000', '221531.798000', '221531.802000', '221531.804000', '221531.807000', '221531.809000', '221531.812000', '221531.815000', '221531.818000', '221531.820000', '221531.823000', '221531.826000', '221531.828000', '221531.831000', '221531.834000', '221531.836000', '221531.839000', '221531.841000', '221531.844000', '221531.847000', '221531.849000', '221531.852000', '221531.855000', '221531.857000', '221531.860000', '221531.862000', '221531.865000', '221531.868000', '221531.870000', '221531.873000', '221531.876000', '221531.878000', '221531.881000', '221531.884000', '221531.886000', '221531.889000', '221531.892000', '221531.894000', '221531.897000', '221531.899000', '221551.783000', '221551.786000', '221551.789000', '221551.792000', '221551.794000', '221551.797000', '221551.826000', '221551.828000', '221551.831000', '221551.834000', '221551.836000', '221551.839000', '221551.842000', '221551.844000', '221551.847000', '221551.849000', '221551.852000', '221551.855000', '221551.857000', '221551.860000', '221551.864000', '221551.867000', '221551.871000', '221551.874000', '221551.877000', '221551.879000', '221551.882000', '221551.885000', '221551.887000', '221551.890000', '221551.893000', '221551.895000', '221551.898000', '221551.901000', '221551.903000', '221551.906000', '221551.909000', '221551.911000', '221551.914000', '221551.917000', '221551.919000', '221551.922000', '221551.925000', '221611.784000', '221611.787000', '221611.790000', '221611.792000', '221611.795000', '221611.798000', '221611.801000', '221611.803000', '221611.806000', '221611.839000', '221611.842000', '221611.844000', '221611.847000', '221611.850000', '221611.852000', '221611.855000', '221611.858000', '221611.860000', '221611.863000', '221611.866000', '221611.868000', '221611.871000', '221611.874000', '221611.876000', '221611.879000', '221611.882000', '221611.884000', '221611.887000', '221611.890000', '221611.892000', '221611.895000', '221611.898000', '221611.900000', '221611.903000', '221611.906000', '221611.908000', '221611.911000', '221611.914000', '221611.916000', '221611.919000', '221611.922000', '221611.924000', '221611.927000', '221611.930000', '221631.785000', '221631.787000', '221631.790000', '221631.793000', '221631.796000', '221631.798000', '221631.821000', '221631.824000', '221631.827000', '221631.829000', '221631.832000', '221631.835000', '221631.837000', '221631.840000', '221631.842000', '221631.845000', '221631.848000', '221631.850000', '221631.853000', '221631.856000', '221631.858000', '221631.861000', '221631.864000', '221631.866000', '221631.869000', '221631.872000', '221631.874000', '221631.877000', '221631.880000', '221631.882000', '221631.885000', '221631.888000', '221631.890000', '221631.893000', '221631.896000', '221631.898000', '221631.901000', '221631.904000', '221631.906000', '221631.909000', '221631.912000', '221631.915000', '221631.918000', '221651.785000', '221651.788000', '221651.790000', '221651.793000', '221651.796000', '221651.799000', '221651.830000', '221651.832000', '221651.835000', '221651.838000', '221651.840000', '221651.859000', '221651.862000', '221651.865000', '221651.867000', '221651.870000', '221651.873000', '221651.875000', '221651.878000', '221651.881000', '221651.884000', '221651.886000', '221651.889000', '221651.891000', '221651.894000', '221651.897000', '221651.899000', '221651.902000', '221651.905000', '221651.907000', '221651.910000', '221651.912000', '221651.915000', '221651.918000', '221651.920000', '221651.923000', '221651.926000', '221651.929000', '221651.931000', '221651.934000', '221651.937000', '221651.939000', '221651.942000', '221651.944000', '221711.785000', '221711.787000', '221711.790000', '221711.793000', '221711.796000', '221711.798000', '221711.838000', '221711.840000', '221711.843000', '221711.845000', '221711.848000', '221711.851000', '221711.853000', '221711.856000', '221711.859000', '221711.861000', '221711.864000', '221711.866000', '221711.869000', '221711.872000', '221711.874000', '221711.877000', '221711.880000', '221711.883000', '221711.885000', '221711.888000', '221711.890000', '221711.893000', '221711.896000', '221711.898000', '221711.901000', '221711.904000', '221711.907000', '221711.910000', '221711.913000', '221711.918000', '221711.921000', '221711.924000', '221711.926000', '221711.929000', '221711.932000', '221711.934000', '221711.937000', '221731.785000', '221731.788000', '221731.790000', '221731.793000', '221731.796000', '221731.798000', '221731.807000', '221731.810000', '221731.813000', '221731.815000', '221731.818000', '221731.820000', '221731.823000', '221731.826000', '221731.828000', '221731.831000', '221731.834000', '221731.836000', '221731.839000', '221731.842000', '221731.861000', '221731.863000', '221731.866000', '221731.869000', '221731.871000', '221731.874000', '221731.876000', '221731.879000', '221731.882000', '221731.884000', '221731.887000', '221731.889000', '221731.892000', '221731.895000', '221731.897000', '221731.900000', '221731.903000', '221731.905000', '221731.908000', '221731.911000', '221731.913000', '221731.916000', '221731.918000', '221731.921000', '221751.785000', '221751.788000', '221751.790000', '221751.793000', '221751.795000', '221751.798000', '221751.842000', '221751.844000', '221751.847000', '221751.850000', '221751.852000', '221751.855000', '221751.857000', '221751.860000', '221751.863000', '221751.865000', '221751.868000', '221751.871000', '221751.873000', '221751.876000', '221751.879000', '221751.881000', '221751.884000', '221751.886000', '221751.889000', '221751.892000', '221751.894000', '221751.897000', '221751.900000', '221751.902000', '221751.905000', '221751.908000', '221751.910000', '221751.913000', '221751.916000', '221751.918000', '221751.921000', '221751.924000', '221751.926000', '221751.929000', '221751.932000', '221751.934000', '221751.937000', '221811.784000', '221811.786000', '221811.789000', '221811.792000', '221811.795000', '221811.797000', '221811.872000', '221811.875000', '221811.877000', '221811.880000', '221811.883000', '221811.885000', '221811.888000', '221811.891000', '221811.893000', '221811.896000', '221811.899000', '221811.901000', '221811.904000', '221811.907000', '221811.909000', '221811.912000', '221811.914000', '221811.917000', '221811.920000', '221811.922000', '221811.925000', '221811.928000', '221811.930000', '221811.933000', '221811.936000', '221811.938000', '221811.941000', '221811.943000', '221811.946000', '221811.949000', '221811.951000', '221811.954000', '221811.956000', '221811.959000', '221811.962000', '221811.964000', '221811.967000', '221811.970000', '221831.784000', '221831.787000', '221831.789000', '221831.792000', '221831.795000', '221831.797000', '221831.800000', '221831.803000', '221831.806000', '221831.808000', '221831.811000', '221831.813000', '221831.816000', '221831.819000', '221831.821000', '221831.824000', '221831.827000', '221831.829000', '221831.832000', '221831.835000', '221831.837000', '221831.840000', '221831.843000', '221831.845000', '221831.848000', '221831.850000', '221831.853000', '221831.856000', '221831.858000', '221831.861000', '221831.864000', '221831.866000', '221831.869000', '221831.872000', '221831.875000', '221831.877000', '221831.880000', '221831.883000', '221831.885000', '221831.888000', '221831.891000', '221831.893000', '221831.896000', '221851.785000', '221851.788000', '221851.790000', '221851.793000', '221851.796000', '221851.798000', '221851.801000', '221851.804000', '221851.806000', '221851.809000', '221851.812000', '221851.814000', '221851.817000', '221851.820000', '221851.822000', '221851.825000', '221851.828000', '221851.830000', '221851.833000', '221851.836000', '221851.838000', '221851.841000', '221851.843000', '221851.846000', '221851.848000', '221851.851000', '221851.854000', '221851.856000', '221851.859000', '221851.862000', '221851.864000', '221851.883000', '221851.886000', '221851.888000', '221851.891000', '221851.894000', '221851.896000', '221851.899000', '221851.902000', '221851.904000', '221851.907000', '221851.910000', '221851.912000', '221851.915000', '221911.785000', '221911.787000', '221911.790000', '221911.793000', '221911.796000', '221911.798000', '221911.822000', '221911.825000', '221911.827000', '221911.830000', '221911.833000', '221911.835000', '221911.838000', '221911.841000', '221911.843000', '221911.846000', '221911.849000', '221911.852000', '221911.854000', '221911.863000', '221911.866000', '221911.869000', '221911.871000', '221911.874000', '221911.877000', '221911.879000', '221911.882000', '221911.885000', '221911.887000', '221911.890000', '221911.893000', '221911.895000', '221911.898000', '221911.901000', '221911.903000', '221911.906000', '221911.909000', '221911.912000', '221911.914000', '221911.917000', '221911.920000', '221911.922000', '221911.925000', '221931.785000', '221931.788000', '221931.790000', '221931.793000', '221931.796000', '221931.798000', '221931.833000', '221931.836000', '221931.838000', '221931.841000', '221931.844000', '221931.846000', '221931.849000', '221931.851000', '221931.854000', '221931.857000', '221931.860000', '221931.862000', '221931.865000', '221931.868000', '221931.870000', '221931.873000', '221931.876000', '221931.878000', '221931.881000', '221931.883000', '221931.886000', '221931.889000', '221931.892000', '221931.894000', '221931.897000', '221931.900000', '221931.902000', '221931.905000', '221931.907000', '221931.910000', '221931.913000', '221931.915000', '221931.918000', '221931.921000', '221931.923000', '221931.926000', '221931.929000', '221931.931000', '221935.488000', '221935.491000', '221935.493000', '221935.496000', '221935.499000', '221935.502000', '221935.504000', '221935.507000'], 'InstanceCreationTime': ['221151.815000', '221151.818000', '221151.821000', '221151.823000', '221151.826000', '221151.829000', '221211.784000', '221211.787000', '221211.790000', '221211.792000', '221211.795000', '221211.798000', '221211.800000', '221211.803000', '221211.806000', '221211.808000', '221211.811000', '221211.813000', '221211.816000', '221211.819000', '221211.821000', '221211.824000', '221211.827000', '221211.829000', '221211.832000', '221211.834000', '221211.837000', '221211.840000', '221211.842000', '221211.845000', '221211.852000', '221211.855000', '221211.857000', '221211.860000', '221211.862000', '221211.865000', '221211.868000', '221211.870000', '221211.873000', '221211.875000', '221211.878000', '221211.881000', '221211.883000', '221211.886000', '221211.888000', '221211.891000', '221211.894000', '221211.896000', '221211.899000', '221211.901000', '221211.904000', '221231.785000', '221231.788000', '221231.791000', '221231.793000', '221231.797000', '221231.800000', '221231.803000', '221231.806000', '221231.808000', '221231.811000', '221231.813000', '221231.816000', '221231.819000', '221231.821000', '221231.824000', '221231.827000', '221231.829000', '221231.832000', '221231.834000', '221231.837000', '221231.840000', '221231.842000', '221231.845000', '221231.847000', '221231.850000', '221231.853000', '221231.855000', '221231.858000', '221231.861000', '221231.863000', '221231.866000', '221231.868000', '221231.880000', '221231.882000', '221231.885000', '221231.888000', '221231.890000', '221231.893000', '221231.896000', '221231.898000', '221231.901000', '221231.904000', '221231.906000', '221251.784000', '221251.787000', '221251.790000', '221251.793000', '221251.795000', '221251.798000', '221251.815000', '221251.817000', '221251.820000', '221251.823000', '221251.825000', '221251.828000', '221251.831000', '221251.833000', '221251.836000', '221251.838000', '221251.841000', '221251.844000', '221251.846000', '221251.849000', '221251.852000', '221251.854000', '221251.857000', '221251.860000', '221251.862000', '221251.865000', '221251.868000', '221251.870000', '221251.873000', '221251.875000', '221251.883000', '221251.886000', '221251.903000', '221251.905000', '221251.908000', '221251.911000', '221251.913000', '221251.916000', '221251.918000', '221251.921000', '221251.924000', '221251.926000', '221251.929000', '221251.932000', '221311.785000', '221311.787000', '221311.790000', '221311.793000', '221311.796000', '221311.798000', '221311.835000', '221311.838000', '221311.841000', '221311.843000', '221311.846000', '221311.877000', '221311.880000', '221311.883000', '221311.886000', '221311.888000', '221311.891000', '221311.894000', '221311.896000', '221311.899000', '221311.902000', '221311.904000', '221311.907000', '221311.910000', '221311.912000', '221311.915000', '221311.918000', '221311.920000', '221311.923000', '221311.926000', '221311.928000', '221311.931000', '221311.934000', '221311.936000', '221311.939000', '221311.942000', '221311.944000', '221311.947000', '221311.950000', '221311.952000', '221311.955000', '221311.957000', '221311.960000', '221331.784000', '221331.787000', '221331.789000', '221331.792000', '221331.795000', '221331.797000', '221331.800000', '221331.803000', '221331.805000', '221331.809000', '221331.811000', '221331.814000', '221331.816000', '221331.819000', '221331.822000', '221331.824000', '221331.827000', '221331.830000', '221331.833000', '221331.835000', '221331.838000', '221331.841000', '221331.843000', '221331.846000', '221331.848000', '221331.853000', '221331.855000', '221331.858000', '221331.861000', '221331.863000', '221331.866000', '221331.869000', '221331.871000', '221331.874000', '221331.876000', '221331.879000', '221331.882000', '221331.884000', '221331.887000', '221331.890000', '221331.892000', '221331.895000', '221331.898000', '221331.900000', '221351.784000', '221351.786000', '221351.789000', '221351.792000', '221351.795000', '221351.797000', '221351.810000', '221351.813000', '221351.816000', '221351.818000', '221351.821000', '221351.824000', '221351.827000', '221351.829000', '221351.832000', '221351.835000', '221351.837000', '221351.840000', '221351.843000', '221351.845000', '221351.848000', '221351.851000', '221351.853000', '221351.856000', '221351.859000', '221351.861000', '221351.864000', '221351.867000', '221351.869000', '221351.872000', '221351.875000', '221351.877000', '221351.880000', '221351.883000', '221351.885000', '221351.888000', '221351.891000', '221351.894000', '221351.900000', '221351.903000', '221351.905000', '221351.908000', '221351.911000', '221411.785000', '221411.787000', '221411.790000', '221411.793000', '221411.796000', '221411.798000', '221411.801000', '221411.804000', '221411.806000', '221411.809000', '221411.812000', '221411.864000', '221411.866000', '221411.869000', '221411.887000', '221411.890000', '221411.893000', '221411.895000', '221411.898000', '221411.901000', '221411.904000', '221411.906000', '221411.909000', '221411.912000', '221411.914000', '221411.917000', '221411.920000', '221411.922000', '221411.925000', '221411.928000', '221411.930000', '221411.933000', '221411.935000', '221411.938000', '221411.941000', '221411.943000', '221411.946000', '221411.949000', '221411.951000', '221411.954000', '221411.957000', '221411.959000', '221411.962000', '221411.964000', '221431.784000', '221431.787000', '221431.794000', '221431.797000', '221431.826000', '221431.828000', '221431.835000', '221431.838000', '221431.840000', '221431.843000', '221431.845000', '221431.848000', '221431.851000', '221431.853000', '221431.856000', '221431.859000', '221431.861000', '221431.864000', '221431.867000', '221431.869000', '221431.872000', '221431.874000', '221431.877000', '221431.880000', '221431.882000', '221431.885000', '221431.888000', '221431.905000', '221431.908000', '221431.911000', '221431.913000', '221431.916000', '221431.919000', '221431.921000', '221431.924000', '221431.927000', '221431.929000', '221431.932000', '221431.935000', '221431.937000', '221431.940000', '221431.943000', '221431.946000', '221451.784000', '221451.787000', '221451.790000', '221451.793000', '221451.796000', '221451.798000', '221451.843000', '221451.846000', '221451.848000', '221451.851000', '221451.854000', '221451.856000', '221451.859000', '221451.862000', '221451.864000', '221451.867000', '221451.870000', '221451.872000', '221451.875000', '221451.878000', '221451.880000', '221451.883000', '221451.885000', '221451.888000', '221451.891000', '221451.893000', '221451.896000', '221451.899000', '221451.901000', '221451.904000', '221451.907000', '221451.909000', '221451.912000', '221451.915000', '221451.917000', '221451.920000', '221451.923000', '221451.925000', '221451.928000', '221451.931000', '221451.933000', '221451.936000', '221451.938000', '221451.941000', '221511.784000', '221511.788000', '221511.790000', '221511.793000', '221511.795000', '221511.798000', '221511.829000', '221511.832000', '221511.834000', '221511.837000', '221511.840000', '221511.842000', '221511.845000', '221511.848000', '221511.850000', '221511.853000', '221511.855000', '221511.858000', '221511.861000', '221511.863000', '221511.866000', '221511.869000', '221511.871000', '221511.874000', '221511.877000', '221511.879000', '221511.882000', '221511.885000', '221511.888000', '221511.891000', '221511.894000', '221511.898000', '221511.901000', '221511.903000', '221511.906000', '221511.909000', '221511.911000', '221511.914000', '221511.917000', '221511.919000', '221511.922000', '221511.925000', '221511.927000', '221531.785000', '221531.787000', '221531.791000', '221531.793000', '221531.796000', '221531.798000', '221531.802000', '221531.804000', '221531.807000', '221531.809000', '221531.812000', '221531.815000', '221531.818000', '221531.820000', '221531.823000', '221531.826000', '221531.828000', '221531.831000', '221531.834000', '221531.836000', '221531.839000', '221531.841000', '221531.844000', '221531.847000', '221531.849000', '221531.852000', '221531.855000', '221531.857000', '221531.860000', '221531.862000', '221531.865000', '221531.868000', '221531.870000', '221531.873000', '221531.876000', '221531.878000', '221531.881000', '221531.884000', '221531.886000', '221531.889000', '221531.892000', '221531.894000', '221531.897000', '221531.899000', '221551.783000', '221551.786000', '221551.789000', '221551.792000', '221551.794000', '221551.797000', '221551.826000', '221551.828000', '221551.831000', '221551.834000', '221551.836000', '221551.839000', '221551.842000', '221551.844000', '221551.847000', '221551.849000', '221551.852000', '221551.855000', '221551.857000', '221551.860000', '221551.864000', '221551.867000', '221551.871000', '221551.874000', '221551.877000', '221551.879000', '221551.882000', '221551.885000', '221551.887000', '221551.890000', '221551.893000', '221551.895000', '221551.898000', '221551.901000', '221551.903000', '221551.906000', '221551.909000', '221551.911000', '221551.914000', '221551.917000', '221551.919000', '221551.922000', '221551.925000', '221611.784000', '221611.787000', '221611.790000', '221611.792000', '221611.795000', '221611.798000', '221611.801000', '221611.803000', '221611.806000', '221611.839000', '221611.842000', '221611.844000', '221611.847000', '221611.850000', '221611.852000', '221611.855000', '221611.858000', '221611.860000', '221611.863000', '221611.866000', '221611.868000', '221611.871000', '221611.874000', '221611.876000', '221611.879000', '221611.882000', '221611.884000', '221611.887000', '221611.890000', '221611.892000', '221611.895000', '221611.898000', '221611.900000', '221611.903000', '221611.906000', '221611.908000', '221611.911000', '221611.914000', '221611.916000', '221611.919000', '221611.922000', '221611.924000', '221611.927000', '221611.930000', '221631.785000', '221631.787000', '221631.790000', '221631.793000', '221631.796000', '221631.798000', '221631.821000', '221631.824000', '221631.827000', '221631.829000', '221631.832000', '221631.835000', '221631.837000', '221631.840000', '221631.842000', '221631.845000', '221631.848000', '221631.850000', '221631.853000', '221631.856000', '221631.858000', '221631.861000', '221631.864000', '221631.866000', '221631.869000', '221631.872000', '221631.874000', '221631.877000', '221631.880000', '221631.882000', '221631.885000', '221631.888000', '221631.890000', '221631.893000', '221631.896000', '221631.898000', '221631.901000', '221631.904000', '221631.906000', '221631.909000', '221631.912000', '221631.915000', '221631.918000', '221651.785000', '221651.788000', '221651.790000', '221651.793000', '221651.796000', '221651.799000', '221651.830000', '221651.832000', '221651.835000', '221651.838000', '221651.840000', '221651.859000', '221651.862000', '221651.865000', '221651.867000', '221651.870000', '221651.873000', '221651.875000', '221651.878000', '221651.881000', '221651.884000', '221651.886000', '221651.889000', '221651.891000', '221651.894000', '221651.897000', '221651.899000', '221651.902000', '221651.905000', '221651.907000', '221651.910000', '221651.912000', '221651.915000', '221651.918000', '221651.920000', '221651.923000', '221651.926000', '221651.929000', '221651.931000', '221651.934000', '221651.937000', '221651.939000', '221651.942000', '221651.944000', '221711.785000', '221711.787000', '221711.790000', '221711.793000', '221711.796000', '221711.798000', '221711.838000', '221711.840000', '221711.843000', '221711.845000', '221711.848000', '221711.851000', '221711.853000', '221711.856000', '221711.859000', '221711.861000', '221711.864000', '221711.866000', '221711.869000', '221711.872000', '221711.874000', '221711.877000', '221711.880000', '221711.883000', '221711.885000', '221711.888000', '221711.890000', '221711.893000', '221711.896000', '221711.898000', '221711.901000', '221711.904000', '221711.907000', '221711.910000', '221711.913000', '221711.918000', '221711.921000', '221711.924000', '221711.926000', '221711.929000', '221711.932000', '221711.934000', '221711.937000', '221731.785000', '221731.788000', '221731.790000', '221731.793000', '221731.796000', '221731.798000', '221731.807000', '221731.810000', '221731.813000', '221731.815000', '221731.818000', '221731.820000', '221731.823000', '221731.826000', '221731.828000', '221731.831000', '221731.834000', '221731.836000', '221731.839000', '221731.842000', '221731.861000', '221731.863000', '221731.866000', '221731.869000', '221731.871000', '221731.874000', '221731.876000', '221731.879000', '221731.882000', '221731.884000', '221731.887000', '221731.889000', '221731.892000', '221731.895000', '221731.897000', '221731.900000', '221731.903000', '221731.905000', '221731.908000', '221731.911000', '221731.913000', '221731.916000', '221731.918000', '221731.921000', '221751.785000', '221751.788000', '221751.790000', '221751.793000', '221751.795000', '221751.798000', '221751.842000', '221751.844000', '221751.847000', '221751.850000', '221751.852000', '221751.855000', '221751.857000', '221751.860000', '221751.863000', '221751.865000', '221751.868000', '221751.871000', '221751.873000', '221751.876000', '221751.879000', '221751.881000', '221751.884000', '221751.886000', '221751.889000', '221751.892000', '221751.894000', '221751.897000', '221751.900000', '221751.902000', '221751.905000', '221751.908000', '221751.910000', '221751.913000', '221751.916000', '221751.918000', '221751.921000', '221751.924000', '221751.926000', '221751.929000', '221751.932000', '221751.934000', '221751.937000', '221811.784000', '221811.786000', '221811.789000', '221811.792000', '221811.795000', '221811.797000', '221811.872000', '221811.875000', '221811.877000', '221811.880000', '221811.883000', '221811.885000', '221811.888000', '221811.891000', '221811.893000', '221811.896000', '221811.899000', '221811.901000', '221811.904000', '221811.907000', '221811.909000', '221811.912000', '221811.914000', '221811.917000', '221811.920000', '221811.922000', '221811.925000', '221811.928000', '221811.930000', '221811.933000', '221811.936000', '221811.938000', '221811.941000', '221811.943000', '221811.946000', '221811.949000', '221811.951000', '221811.954000', '221811.956000', '221811.959000', '221811.962000', '221811.964000', '221811.967000', '221811.970000', '221831.784000', '221831.787000', '221831.789000', '221831.792000', '221831.795000', '221831.797000', '221831.800000', '221831.803000', '221831.806000', '221831.808000', '221831.811000', '221831.813000', '221831.816000', '221831.819000', '221831.821000', '221831.824000', '221831.827000', '221831.829000', '221831.832000', '221831.835000', '221831.837000', '221831.840000', '221831.843000', '221831.845000', '221831.848000', '221831.850000', '221831.853000', '221831.856000', '221831.858000', '221831.861000', '221831.864000', '221831.866000', '221831.869000', '221831.872000', '221831.875000', '221831.877000', '221831.880000', '221831.883000', '221831.885000', '221831.888000', '221831.891000', '221831.893000', '221831.896000', '221851.785000', '221851.788000', '221851.790000', '221851.793000', '221851.796000', '221851.798000', '221851.801000', '221851.804000', '221851.806000', '221851.809000', '221851.812000', '221851.814000', '221851.817000', '221851.820000', '221851.822000', '221851.825000', '221851.828000', '221851.830000', '221851.833000', '221851.836000', '221851.838000', '221851.841000', '221851.843000', '221851.846000', '221851.848000', '221851.851000', '221851.854000', '221851.856000', '221851.859000', '221851.862000', '221851.864000', '221851.883000', '221851.886000', '221851.888000', '221851.891000', '221851.894000', '221851.896000', '221851.899000', '221851.902000', '221851.904000', '221851.907000', '221851.910000', '221851.912000', '221851.915000', '221911.785000', '221911.787000', '221911.790000', '221911.793000', '221911.796000', '221911.798000', '221911.822000', '221911.825000', '221911.827000', '221911.830000', '221911.833000', '221911.835000', '221911.838000', '221911.841000', '221911.843000', '221911.846000', '221911.849000', '221911.852000', '221911.854000', '221911.863000', '221911.866000', '221911.869000', '221911.871000', '221911.874000', '221911.877000', '221911.879000', '221911.882000', '221911.885000', '221911.887000', '221911.890000', '221911.893000', '221911.895000', '221911.898000', '221911.901000', '221911.903000', '221911.906000', '221911.909000', '221911.912000', '221911.914000', '221911.917000', '221911.920000', '221911.922000', '221911.925000', '221931.785000', '221931.788000', '221931.790000', '221931.793000', '221931.796000', '221931.798000', '221931.833000', '221931.836000', '221931.838000', '221931.841000', '221931.844000', '221931.846000', '221931.849000', '221931.851000', '221931.854000', '221931.857000', '221931.860000', '221931.862000', '221931.865000', '221931.868000', '221931.870000', '221931.873000', '221931.876000', '221931.878000', '221931.881000', '221931.883000', '221931.886000', '221931.889000', '221931.892000', '221931.894000', '221931.897000', '221931.900000', '221931.902000', '221931.905000', '221931.907000', '221931.910000', '221931.913000', '221931.915000', '221931.918000', '221931.921000', '221931.923000', '221931.926000', '221931.929000', '221931.931000', '221935.488000', '221935.491000', '221935.493000', '221935.496000', '221935.499000', '221935.502000', '221935.504000', '221935.507000'], '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': [9817, 7364, 10316, 7539, 10104, 8012, 7252, 7809, 7726, 8188, 7346, 9289, 7394, 7704, 7214, 10278, 7378, 11278, 10693, 9049, 11401, 8407, 8658, 8162, 9981, 7798, 7750, 12680, 7941, 9965, 7181, 7811, 7190, 7179, 9924, 7430, 10572, 7354, 9568, 7459, 9150, 9502, 11199, 9883, 11659, 8524, 7448, 8106, 8083, 8010, 7178, 10102, 7585, 10597, 9265, 11613, 8654, 7706, 7641, 7774, 8102, 8033, 9691, 8057, 7464, 7405, 7246, 7354, 7342, 9193, 8120, 8183, 7690, 8410, 7629, 8601, 8532, 9716, 9230, 7696, 7606, 8026, 8474, 9127, 9544, 11538, 9911, 10086, 7680, 8134, 7677, 8832, 8217, 9578, 9378, 7320, 7165, 7121, 7558, 7114, 8343, 9532, 9539, 10074, 7934, 7112, 7242, 7953, 8407, 9484, 9654, 7452, 7649, 7081, 7257, 8232, 8808, 8608, 8330, 7273, 7431, 7720, 8000, 7543, 8938, 7114, 8858, 7375, 8648, 7361, 9212, 7028, 8292, 7496, 7854, 7696, 7848, 9974, 10921, 11386, 7498, 8505, 7713, 8913, 7362, 9014, 7957, 9152, 7365, 7436, 7312, 7082, 11473, 9006, 11080, 7614, 10569, 7069, 9573, 8325, 11605, 9156, 7281, 7811, 7227, 7812, 7059, 10184, 7198, 8876, 7327, 8528, 7254, 8316, 7280, 7951, 8203, 7153, 7232, 7096, 7355, 7568, 8604, 7381, 10175, 7060, 9067, 7055, 9367, 7699, 10815, 9015, 11221, 6989, 7982, 7413, 6913, 8089, 7331, 9373, 7061, 7804, 7356, 8399, 6987, 8517, 7638, 7528, 8442, 7323, 7830, 7346, 7515, 7073, 10110, 8180, 13677, 10717, 8826, 7497, 7626, 7526, 7905, 7710, 10701, 7392, 8881, 7615, 8571, 7561, 8922, 7671, 8736, 7436, 9145, 7265, 7831, 7280, 7630, 7601, 7504, 11513, 7670, 8248, 7434, 7757, 7122, 7757, 7382, 9991, 9000, 10579, 7722, 10185, 8596, 10417, 10345, 10415, 8556, 7592, 7785, 7344, 9517, 7466, 12473, 7886, 9235, 7431, 8876, 7594, 9247, 7428, 9473, 7606, 10599, 7683, 9748, 7690, 9360, 7494, 9051, 7491, 9273, 7915, 9115, 7635, 7073, 7570, 7125, 7865, 7441, 8534, 7564, 8471, 7459, 8149, 7690, 8236, 7822, 8273, 8020, 9236, 7506, 8626, 7542, 9385, 7605, 10180, 7785, 13079, 8435, 10786, 8099, 9495, 7933, 7566, 8747, 7293, 9084, 7380, 8970, 7259, 9203, 7666, 8685, 7935, 7278, 7541, 7386, 7594, 7500, 9176, 7586, 12225, 7622, 9847, 7639, 9400, 7941, 10615, 7709, 11667, 7999, 12318, 7454, 10345, 7454, 9414, 7279, 9682, 7286, 8484, 7251, 7207, 6865, 7411, 7821, 7267, 8509, 7490, 8865, 7284, 9006, 7382, 9231, 6918, 9521, 7204, 9276, 7661, 11295, 7515, 9518, 7244, 8877, 7369, 8052, 7611, 7614, 7328, 7278, 7217, 7461, 7462, 7657, 8940, 7593, 8260, 7579, 7819, 7397, 8664, 7653, 10075, 7780, 9081, 7452, 8664, 7534, 9337, 7507, 10829, 7767, 10639, 7345, 8938, 7478, 8927, 7426, 9091, 7858, 9176, 7351, 8934, 7127, 9269, 7660, 8974, 7462, 9354, 7399, 8291, 7507, 8784, 7534, 10074, 8517, 10631, 9408, 9211, 7404, 7500, 7260, 7311, 7500, 7345, 8165, 7329, 7751, 7506, 7860, 7533, 8061, 7712, 8498, 7927, 8725, 7574, 8856, 7638, 8647, 7221, 9317, 7767, 9511, 7503, 9451, 7384, 9322, 7274, 9144, 7775, 9435, 8848, 8584, 7673, 7088, 7227, 7119, 7614, 7084, 7527, 7383, 7541, 7284, 7318, 7616, 7870, 7737, 7985, 7694, 8156, 7750, 8574, 7711, 8532, 7653, 8864, 7462, 9083, 7550, 9060, 7589, 9124, 7488, 9084, 7374, 8867, 7735, 9094, 7370, 9607, 7040, 9530, 7355, 8988, 7381, 9048, 7474, 9810, 7410, 9302, 7314, 10000, 7419, 9774, 7280, 10627, 7486, 11265, 7964, 9519, 7074, 8289, 7187, 7700, 7273, 7104, 7643, 7350, 7715, 7437, 8517, 7511, 8641, 7812, 9319, 7329, 9509, 7373, 9905, 7600, 10741, 7620, 11447, 9092, 11462, 7755, 10592, 7700, 10204, 7584, 10117, 7743, 10055, 7660, 7592, 7465, 7298, 7591, 7114, 7895, 7391, 7898, 7465, 8380, 7788, 8203, 7339, 8428, 7184, 7775, 8078, 9864, 9023, 10323, 8064, 10210, 8020, 10291, 7827, 10296, 7202, 9411, 7479, 8513, 7195, 8319, 7276, 8130, 7343, 8800, 7453, 9136, 7379, 9594, 7422, 9911, 7704, 10356, 7520, 10792, 7865, 10555, 7149, 9089, 7280, 8282, 7320, 7660, 7169, 7661, 7140, 8171, 7420, 7698, 7283, 8704, 7526, 9430, 7594, 8318, 7365, 9186, 8056, 11202, 9154, 13235, 9894, 11818, 7595, 10666, 7682, 11092, 8785, 11830, 8692, 11138, 7269, 9487, 7402, 10284, 7584, 10255, 7362, 7395, 7501, 7497, 7361, 7151, 7594, 7306, 8046, 7091, 8695, 7204, 8721, 7142, 8963, 7379, 9478, 7069, 8808, 6979, 8723, 7333, 10888, 7804, 11635, 7605, 8220, 7457, 7961, 7452, 7261, 8042, 7349, 8350, 6854, 7312, 7412, 8396, 7497, 7817, 7603, 8304, 8125, 7979, 8297, 7699, 8024, 9814, 10700, 10038, 11911, 10591, 7557, 9608, 7770, 9688, 7846, 12099, 9489, 12958, 8486, 11581, 8496, 12493, 8610, 13561, 9868, 12641, 9517, 12157, 7454, 10449, 7709, 8712, 8476, 7462, 7998, 7416, 7129, 7575, 7415, 7403, 8804, 7384, 10414, 7596, 8430, 7540, 9502, 7463, 11704, 7148, 12151, 7541, 7658, 7587, 7652, 7590, 8002, 8476, 10372, 8713, 7570, 7611, 7312, 7181, 7475, 7309, 9601, 7359, 8764, 7555, 8106, 8149, 8873, 7412, 8802, 7277, 8673, 7427, 7408, 7308, 9053, 7156, 9394, 7848, 9781, 8075, 7840, 7367, 8761, 7555, 11878, 9256, 12195, 9312, 11146, 7134, 9386, 7770, 11144, 8085, 11518, 9453, 9078, 6985, 7107, 7144, 7717, 7121, 7522, 7232, 7449, 7186, 7382, 7178, 7789, 7353, 10227, 8178, 9363, 7124, 7534, 7161, 8599, 7959, 9964, 8118, 7582, 7810, 7381, 7508, 7176, 7609, 7516, 8009, 7165, 7715, 7503, 7417, 7187, 7363, 7192, 7916, 7383, 8010, 7539, 8288, 7464, 8974, 7360, 10789, 7426, 11271, 7988, 11540, 8413, 12403, 8757, 11865, 7416, 10519, 7942, 9661, 8230, 8517, 7729, 7338, 7919, 7188, 7708, 7123, 8609, 7164, 7917, 7349, 7282, 7246, 7531, 7789, 7323, 9053, 7572, 8373, 7592, 10465, 7566, 12304, 8040, 10511, 7376, 8570, 7670, 8957, 7302, 11075, 7110, 11410, 7167, 9106, 7410, 9422, 7096, 9422, 7240, 10416, 7170, 9619, 6950, 9552, 7117, 9263, 7262, 8613, 7460, 7106, 7296, 7146, 7525, 7187, 7274, 7458, 7496, 8135, 7208, 7050, 7202, 7795, 7376, 8980, 7667, 8599, 7105, 7697, 7067, 7072, 7191, 6958, 7281, 7106, 7408, 7442, 7797, 9886, 7901, 7462, 7442, 9818, 8177, 12566, 9614, 12479, 10366, 12451, 7528, 10056, 7544, 9532, 7952, 9926, 7410, 9211, 7373, 7178, 7337, 7622, 7577, 7344, 8168, 7778, 10319, 7460, 9925, 7744, 9029, 11203, 7942, 14522, 9884, 14105, 10457, 11934, 7233, 9920, 7573, 10392, 8099, 12966, 9996, 13067, 7251, 7519, 7232, 7241, 7900, 7244, 8796, 7464, 8649, 7420, 8655, 7428, 9380, 7259, 9955, 7601, 11141, 7204, 9991, 7421, 9858, 7530, 10232, 8147, 11364, 8664, 7643, 7315, 7193, 7280, 7061, 7342, 7229, 7037, 7044, 7441, 7254, 7988, 7172, 9687, 7189, 9886], 'WindowCenter': [4463.0, 4427.0, 4444.0, 4410.0, 4429.0, 4406.0, 4395.0, 4395.0, 4390.0, 4406.0, 4393.0, 4416.0, 4395.0, 4393.0, 4409.0, 4427.0, 4386.0, 4442.0, 4419.0, 4410.0, 4426.0, 4412.0, 4410.0, 4413.0, 4430.0, 4413.0, 4401.0, 4451.0, 4400.0, 4432.0, 4388.0, 4395.0, 4401.0, 4399.0, 4428.0, 4387.0, 4429.0, 4397.0, 4415.0, 4385.0, 4417.0, 4417.0, 4422.0, 4402.0, 4422.0, 4406.0, 4371.0, 4369.0, 4381.0, 4395.0, 4386.0, 4414.0, 4396.0, 4415.0, 4404.0, 4424.0, 4394.0, 4372.0, 4368.0, 4383.0, 4384.0, 4396.0, 4406.0, 4397.0, 4387.0, 4386.0, 4387.0, 4398.0, 4398.0, 4417.0, 4409.0, 4409.0, 4410.0, 4406.0, 4397.0, 4423.0, 4421.0, 4419.0, 4417.0, 4398.0, 4395.0, 4396.0, 4398.0, 4419.0, 4419.0, 4426.0, 4417.0, 4416.0, 4384.0, 4384.0, 4383.0, 4406.0, 4407.0, 4404.0, 4405.0, 4384.0, 4374.0, 4375.0, 4386.0, 4386.0, 4409.0, 4418.0, 4407.0, 4418.0, 4385.0, 4374.0, 4374.0, 4395.0, 4407.0, 4402.0, 4405.0, 4385.0, 4384.0, 4371.0, 4385.0, 4394.0, 4403.0, 4392.0, 4393.0, 4372.0, 4384.0, 4378.0, 4392.0, 4396.0, 4403.0, 4373.0, 4404.0, 4384.0, 4393.0, 4397.0, 4418.0, 4376.0, 4393.0, 4400.0, 4397.0, 4388.0, 4399.0, 4430.0, 4428.0, 4426.0, 4374.0, 4395.0, 4374.0, 4393.0, 4385.0, 4407.0, 4400.0, 4421.0, 4388.0, 4375.0, 4373.0, 4388.0, 4440.0, 4396.0, 4415.0, 4372.0, 4400.0, 4360.0, 4389.0, 4382.0, 4411.0, 4390.0, 4358.0, 4356.0, 4345.0, 4358.0, 4360.0, 4387.0, 4358.0, 4379.0, 4360.0, 4379.0, 4359.0, 4381.0, 4373.0, 4382.0, 4383.0, 4362.0, 4373.0, 4373.0, 4373.0, 4386.0, 4396.0, 4374.0, 4416.0, 4376.0, 4394.0, 4374.0, 4406.0, 4398.0, 4416.0, 4396.0, 4424.0, 4375.0, 4382.0, 4371.0, 4371.0, 4395.0, 4384.0, 4392.0, 4371.0, 4383.0, 4373.0, 4382.0, 4373.0, 4406.0, 4399.0, 4397.0, 4396.0, 4388.0, 4397.0, 4386.0, 4388.0, 4375.0, 4430.0, 4410.0, 4448.0, 4414.0, 4407.0, 4372.0, 4383.0, 4372.0, 4384.0, 4396.0, 4414.0, 4372.0, 4392.0, 4383.0, 4392.0, 4381.0, 4391.0, 4383.0, 4405.0, 4386.0, 4404.0, 4388.0, 4414.0, 4417.0, 4411.0, 4412.0, 4388.0, 4440.0, 4401.0, 4410.0, 4387.0, 4385.0, 4386.0, 4397.0, 4388.0, 4418.0, 4408.0, 4428.0, 4386.0, 4415.0, 4404.0, 4427.0, 4415.0, 4415.0, 4394.0, 4383.0, 4383.0, 4373.0, 4416.0, 4386.0, 4434.0, 4384.0, 4403.0, 4383.0, 4393.0, 4383.0, 4403.0, 4398.0, 4405.0, 4384.0, 4415.0, 4384.0, 4402.0, 4383.0, 4392.0, 4373.0, 4392.0, 4386.0, 4402.0, 4395.0, 4405.0, 4396.0, 4374.0, 4384.0, 4375.0, 4396.0, 4399.0, 4407.0, 4384.0, 4397.0, 4399.0, 4397.0, 4393.0, 4396.0, 4398.0, 4396.0, 4396.0, 4419.0, 4387.0, 4406.0, 4397.0, 4407.0, 4400.0, 4430.0, 4398.0, 4447.0, 4395.0, 4414.0, 4385.0, 4403.0, 4383.0, 4395.0, 4394.0, 4372.0, 4394.0, 4372.0, 4390.0, 4384.0, 4404.0, 4398.0, 4407.0, 4396.0, 4386.0, 4396.0, 4385.0, 4386.0, 4386.0, 4419.0, 4398.0, 4437.0, 4385.0, 4404.0, 4384.0, 4393.0, 4382.0, 4414.0, 4384.0, 4412.0, 4370.0, 4411.0, 4359.0, 4388.0, 4357.0, 4377.0, 4368.0, 4401.0, 4371.0, 4379.0, 4370.0, 4371.0, 4361.0, 4370.0, 4380.0, 4369.0, 4393.0, 4384.0, 4391.0, 4371.0, 4392.0, 4371.0, 4392.0, 4372.0, 4391.0, 4384.0, 4403.0, 4372.0, 4411.0, 4371.0, 4390.0, 4368.0, 4388.0, 4373.0, 4381.0, 4382.0, 4381.0, 4373.0, 4383.0, 4382.0, 4383.0, 4385.0, 4395.0, 4404.0, 4384.0, 4394.0, 4385.0, 4385.0, 4384.0, 4405.0, 4397.0, 4415.0, 4384.0, 4405.0, 4384.0, 4394.0, 4383.0, 4402.0, 4386.0, 4414.0, 4382.0, 4414.0, 4373.0, 4392.0, 4372.0, 4392.0, 4385.0, 4402.0, 4383.0, 4403.0, 4383.0, 4393.0, 4374.0, 4402.0, 4385.0, 4405.0, 4386.0, 4404.0, 4387.0, 4395.0, 4385.0, 4394.0, 4384.0, 4416.0, 4395.0, 4414.0, 4392.0, 4391.0, 4371.0, 4372.0, 4372.0, 4371.0, 4385.0, 4385.0, 4393.0, 4372.0, 4384.0, 4373.0, 4383.0, 4383.0, 4383.0, 4395.0, 4404.0, 4396.0, 4396.0, 4386.0, 4405.0, 4385.0, 4394.0, 4385.0, 4418.0, 4397.0, 4405.0, 4386.0, 4405.0, 4383.0, 4404.0, 4384.0, 4418.0, 4399.0, 4406.0, 4405.0, 4393.0, 4384.0, 4372.0, 4372.0, 4360.0, 4369.0, 4374.0, 4382.0, 4372.0, 4371.0, 4372.0, 4372.0, 4383.0, 4383.0, 4384.0, 4395.0, 4397.0, 4396.0, 4384.0, 4395.0, 4385.0, 4394.0, 4385.0, 4404.0, 4385.0, 4406.0, 4396.0, 4404.0, 4384.0, 4404.0, 4385.0, 4393.0, 4384.0, 4405.0, 4398.0, 4405.0, 4384.0, 4404.0, 4376.0, 4404.0, 4384.0, 4394.0, 4386.0, 4405.0, 4386.0, 4415.0, 4384.0, 4404.0, 4386.0, 4416.0, 4386.0, 4415.0, 4388.0, 4427.0, 4383.0, 4413.0, 4384.0, 4402.0, 4372.0, 4381.0, 4372.0, 4385.0, 4384.0, 4373.0, 4383.0, 4383.0, 4383.0, 4385.0, 4405.0, 4387.0, 4407.0, 4397.0, 4405.0, 4386.0, 4406.0, 4385.0, 4415.0, 4383.0, 4426.0, 4384.0, 4412.0, 4391.0, 4411.0, 4371.0, 4400.0, 4369.0, 4388.0, 4371.0, 4399.0, 4369.0, 4387.0, 4368.0, 4367.0, 4368.0, 4368.0, 4368.0, 4359.0, 4380.0, 4384.0, 4395.0, 4386.0, 4395.0, 4396.0, 4395.0, 4398.0, 4406.0, 4387.0, 4399.0, 4411.0, 4417.0, 4408.0, 4417.0, 4397.0, 4417.0, 4397.0, 4415.0, 4383.0, 4416.0, 4387.0, 4405.0, 4384.0, 4405.0, 4386.0, 4394.0, 4385.0, 4395.0, 4401.0, 4419.0, 4397.0, 4419.0, 4401.0, 4418.0, 4389.0, 4417.0, 4399.0, 4426.0, 4396.0, 4416.0, 4395.0, 4416.0, 4373.0, 4392.0, 4372.0, 4381.0, 4372.0, 4385.0, 4388.0, 4385.0, 4385.0, 4395.0, 4387.0, 4395.0, 4398.0, 4419.0, 4413.0, 4420.0, 4413.0, 4412.0, 4402.0, 4418.0, 4398.0, 4428.0, 4407.0, 4437.0, 4417.0, 4424.0, 4382.0, 4402.0, 4384.0, 4426.0, 4382.0, 4411.0, 4380.0, 4398.0, 4356.0, 4375.0, 4356.0, 4399.0, 4368.0, 4385.0, 4355.0, 4356.0, 4354.0, 4354.0, 4369.0, 4371.0, 4380.0, 4371.0, 4382.0, 4373.0, 4393.0, 4383.0, 4391.0, 4374.0, 4393.0, 4374.0, 4401.0, 4362.0, 4391.0, 4361.0, 4380.0, 4372.0, 4413.0, 4370.0, 4409.0, 4369.0, 4379.0, 4357.0, 4369.0, 4357.0, 4370.0, 4382.0, 4370.0, 4378.0, 4360.0, 4370.0, 4370.0, 4378.0, 4384.0, 4414.0, 4401.0, 4396.0, 4371.0, 4367.0, 4367.0, 4369.0, 4366.0, 4399.0, 4415.0, 4428.0, 4441.0, 4443.0, 4399.0, 4419.0, 4386.0, 4406.0, 4396.0, 4441.0, 4421.0, 4452.0, 4410.0, 4428.0, 4394.0, 4425.0, 4384.0, 4422.0, 4401.0, 4435.0, 4393.0, 4410.0, 4359.0, 4388.0, 4360.0, 4378.0, 4380.0, 4358.0, 4371.0, 4359.0, 4358.0, 4370.0, 4358.0, 4373.0, 4394.0, 4375.0, 4415.0, 4384.0, 4383.0, 4373.0, 4404.0, 4374.0, 4426.0, 4376.0, 4425.0, 4384.0, 4384.0, 4373.0, 4373.0, 4370.0, 4384.0, 4384.0, 4401.0, 4381.0, 4373.0, 4372.0, 4371.0, 4362.0, 4373.0, 4387.0, 4407.0, 4386.0, 4396.0, 4399.0, 4398.0, 4400.0, 4408.0, 4390.0, 4410.0, 4402.0, 4408.0, 4387.0, 4385.0, 4387.0, 4407.0, 4389.0, 4409.0, 4399.0, 4420.0, 4400.0, 4399.0, 4387.0, 4398.0, 4387.0, 4441.0, 4421.0, 4440.0, 4420.0, 4428.0, 4379.0, 4405.0, 4388.0, 4428.0, 4386.0, 4427.0, 4407.0, 4394.0, 4375.0, 4374.0, 4374.0, 4386.0, 4375.0, 4374.0, 4376.0, 4370.0, 4374.0, 4373.0, 4362.0, 4383.0, 4374.0, 4402.0, 4385.0, 4392.0, 4363.0, 4372.0, 4358.0, 4394.0, 4384.0, 4403.0, 4384.0, 4372.0, 4373.0, 4373.0, 4372.0, 4373.0, 4386.0, 4384.0, 4385.0, 4372.0, 4385.0, 4374.0, 4371.0, 4377.0, 4387.0, 4388.0, 4398.0, 4387.0, 4397.0, 4397.0, 4409.0, 4403.0, 4421.0, 4401.0, 4442.0, 4402.0, 4428.0, 4399.0, 4439.0, 4397.0, 4436.0, 4396.0, 4414.0, 4374.0, 4402.0, 4371.0, 4403.0, 4394.0, 4381.0, 4373.0, 4371.0, 4370.0, 4361.0, 4371.0, 4373.0, 4393.0, 4374.0, 4397.0, 4387.0, 4387.0, 4387.0, 4399.0, 4400.0, 4386.0, 4409.0, 4387.0, 4396.0, 4383.0, 4416.0, 4389.0, 4437.0, 4385.0, 4413.0, 4371.0, 4380.0, 4368.0, 4393.0, 4375.0, 4413.0, 4362.0, 4422.0, 4360.0, 4380.0, 4359.0, 4389.0, 4361.0, 4394.0, 4373.0, 4400.0, 4372.0, 4390.0, 4361.0, 4390.0, 4361.0, 4405.0, 4386.0, 4392.0, 4385.0, 4373.0, 4374.0, 4361.0, 4372.0, 4373.0, 4386.0, 4385.0, 4375.0, 4384.0, 4385.0, 4374.0, 4375.0, 4382.0, 4373.0, 4394.0, 4385.0, 4405.0, 4389.0, 4396.0, 4387.0, 4388.0, 4386.0, 4386.0, 4388.0, 4388.0, 4401.0, 4400.0, 4398.0, 4420.0, 4402.0, 4388.0, 4388.0, 4403.0, 4397.0, 4438.0, 4406.0, 4425.0, 4417.0, 4423.0, 4370.0, 4390.0, 4370.0, 4391.0, 4371.0, 4403.0, 4373.0, 4392.0, 4374.0, 4371.0, 4385.0, 4385.0, 4385.0, 4400.0, 4410.0, 4399.0, 4434.0, 4404.0, 4431.0, 4399.0, 4423.0, 4442.0, 4398.0, 4462.0, 4420.0, 4450.0, 4417.0, 4425.0, 4373.0, 4403.0, 4373.0, 4415.0, 4386.0, 4435.0, 4407.0, 4423.0, 4361.0, 4358.0, 4360.0, 4371.0, 4395.0, 4385.0, 4394.0, 4386.0, 4394.0, 4373.0, 4393.0, 4374.0, 4405.0, 4387.0, 4416.0, 4385.0, 4426.0, 4388.0, 4405.0, 4376.0, 4405.0, 4387.0, 4417.0, 4396.0, 4426.0, 4410.0, 4387.0, 4388.0, 4375.0, 4419.0, 4422.0, 4390.0, 4345.0, 4349.0, 4350.0, 4360.0, 4360.0, 4362.0, 4365.0, 4397.0, 4367.0, 4406.0], 'WindowWidth': [9828.0, 9766.0, 9782.0, 9728.0, 9752.0, 9715.0, 9697.0, 9696.0, 9688.0, 9713.0, 9694.0, 9726.0, 9698.0, 9694.0, 9724.0, 9744.0, 9681.0, 9771.0, 9729.0, 9716.0, 9735.0, 9725.0, 9721.0, 9727.0, 9748.0, 9728.0, 9711.0, 9775.0, 9706.0, 9753.0, 9691.0, 9695.0, 9714.0, 9710.0, 9742.0, 9687.0, 9746.0, 9703.0, 9722.0, 9684.0, 9726.0, 9725.0, 9725.0, 9700.0, 9723.0, 9710.0, 9655.0, 9645.0, 9667.0, 9696.0, 9685.0, 9718.0, 9697.0, 9721.0, 9703.0, 9729.0, 9691.0, 9656.0, 9647.0, 9673.0, 9676.0, 9695.0, 9708.0, 9702.0, 9686.0, 9684.0, 9687.0, 9702.0, 9701.0, 9725.0, 9717.0, 9717.0, 9722.0, 9714.0, 9703.0, 9744.0, 9738.0, 9733.0, 9729.0, 9701.0, 9696.0, 9695.0, 9699.0, 9733.0, 9730.0, 9737.0, 9726.0, 9720.0, 9679.0, 9675.0, 9674.0, 9710.0, 9712.0, 9703.0, 9707.0, 9678.0, 9665.0, 9665.0, 9682.0, 9683.0, 9718.0, 9726.0, 9710.0, 9723.0, 9679.0, 9661.0, 9662.0, 9694.0, 9712.0, 9700.0, 9708.0, 9678.0, 9678.0, 9656.0, 9681.0, 9692.0, 9701.0, 9683.0, 9687.0, 9658.0, 9677.0, 9663.0, 9688.0, 9697.0, 9702.0, 9661.0, 9704.0, 9677.0, 9688.0, 9706.0, 9730.0, 9669.0, 9688.0, 9709.0, 9699.0, 9685.0, 9705.0, 9748.0, 9741.0, 9736.0, 9664.0, 9693.0, 9661.0, 9685.0, 9679.0, 9712.0, 9706.0, 9737.0, 9687.0, 9664.0, 9658.0, 9685.0, 9759.0, 9691.0, 9717.0, 9654.0, 9688.0, 9635.0, 9674.0, 9666.0, 9703.0, 9676.0, 9628.0, 9625.0, 9607.0, 9627.0, 9634.0, 9669.0, 9629.0, 9661.0, 9635.0, 9657.0, 9634.0, 9667.0, 9660.0, 9668.0, 9671.0, 9642.0, 9658.0, 9658.0, 9657.0, 9681.0, 9692.0, 9662.0, 9721.0, 9668.0, 9688.0, 9662.0, 9706.0, 9699.0, 9721.0, 9694.0, 9729.0, 9661.0, 9667.0, 9652.0, 9653.0, 9694.0, 9674.0, 9682.0, 9654.0, 9671.0, 9657.0, 9669.0, 9659.0, 9709.0, 9704.0, 9697.0, 9696.0, 9686.0, 9699.0, 9681.0, 9686.0, 9665.0, 9745.0, 9720.0, 9767.0, 9715.0, 9709.0, 9657.0, 9672.0, 9654.0, 9674.0, 9695.0, 9715.0, 9657.0, 9686.0, 9674.0, 9684.0, 9670.0, 9682.0, 9676.0, 9708.0, 9683.0, 9704.0, 9690.0, 9736.0, 9745.0, 9726.0, 9729.0, 9687.0, 9760.0, 9709.0, 9723.0, 9688.0, 9678.0, 9685.0, 9696.0, 9687.0, 9728.0, 9714.0, 9740.0, 9682.0, 9718.0, 9708.0, 9738.0, 9720.0, 9718.0, 9688.0, 9672.0, 9676.0, 9659.0, 9722.0, 9684.0, 9744.0, 9676.0, 9700.0, 9673.0, 9686.0, 9673.0, 9701.0, 9701.0, 9706.0, 9677.0, 9718.0, 9677.0, 9696.0, 9671.0, 9682.0, 9659.0, 9683.0, 9683.0, 9703.0, 9691.0, 9705.0, 9696.0, 9664.0, 9678.0, 9664.0, 9694.0, 9704.0, 9713.0, 9677.0, 9699.0, 9704.0, 9698.0, 9691.0, 9695.0, 9701.0, 9695.0, 9694.0, 9730.0, 9686.0, 9709.0, 9699.0, 9711.0, 9707.0, 9746.0, 9700.0, 9767.0, 9692.0, 9713.0, 9678.0, 9697.0, 9673.0, 9695.0, 9690.0, 9657.0, 9688.0, 9657.0, 9681.0, 9676.0, 9704.0, 9703.0, 9712.0, 9696.0, 9683.0, 9696.0, 9680.0, 9682.0, 9681.0, 9730.0, 9704.0, 9751.0, 9679.0, 9704.0, 9675.0, 9686.0, 9669.0, 9716.0, 9676.0, 9710.0, 9650.0, 9706.0, 9634.0, 9671.0, 9630.0, 9655.0, 9646.0, 9696.0, 9655.0, 9662.0, 9653.0, 9653.0, 9641.0, 9652.0, 9666.0, 9650.0, 9687.0, 9677.0, 9682.0, 9654.0, 9682.0, 9656.0, 9683.0, 9656.0, 9679.0, 9677.0, 9699.0, 9656.0, 9708.0, 9653.0, 9677.0, 9647.0, 9675.0, 9660.0, 9670.0, 9670.0, 9668.0, 9660.0, 9674.0, 9672.0, 9675.0, 9679.0, 9693.0, 9704.0, 9678.0, 9691.0, 9680.0, 9679.0, 9675.0, 9706.0, 9699.0, 9718.0, 9676.0, 9706.0, 9678.0, 9691.0, 9674.0, 9699.0, 9682.0, 9717.0, 9671.0, 9716.0, 9661.0, 9684.0, 9656.0, 9684.0, 9681.0, 9700.0, 9674.0, 9700.0, 9676.0, 9688.0, 9662.0, 9697.0, 9681.0, 9709.0, 9683.0, 9705.0, 9685.0, 9693.0, 9681.0, 9689.0, 9676.0, 9724.0, 9693.0, 9716.0, 9684.0, 9681.0, 9656.0, 9658.0, 9657.0, 9653.0, 9681.0, 9681.0, 9688.0, 9657.0, 9677.0, 9661.0, 9673.0, 9673.0, 9673.0, 9695.0, 9706.0, 9697.0, 9696.0, 9682.0, 9706.0, 9681.0, 9690.0, 9679.0, 9727.0, 9699.0, 9705.0, 9684.0, 9707.0, 9677.0, 9704.0, 9677.0, 9728.0, 9705.0, 9708.0, 9706.0, 9687.0, 9675.0, 9656.0, 9656.0, 9637.0, 9649.0, 9662.0, 9672.0, 9656.0, 9653.0, 9655.0, 9657.0, 9671.0, 9674.0, 9674.0, 9693.0, 9699.0, 9695.0, 9678.0, 9691.0, 9679.0, 9688.0, 9679.0, 9703.0, 9678.0, 9708.0, 9696.0, 9704.0, 9676.0, 9703.0, 9678.0, 9687.0, 9674.0, 9704.0, 9702.0, 9706.0, 9677.0, 9704.0, 9668.0, 9703.0, 9677.0, 9690.0, 9683.0, 9709.0, 9683.0, 9718.0, 9677.0, 9703.0, 9682.0, 9721.0, 9680.0, 9719.0, 9687.0, 9738.0, 9675.0, 9714.0, 9675.0, 9696.0, 9656.0, 9667.0, 9657.0, 9680.0, 9676.0, 9662.0, 9675.0, 9676.0, 9676.0, 9680.0, 9706.0, 9687.0, 9714.0, 9699.0, 9707.0, 9683.0, 9708.0, 9680.0, 9718.0, 9675.0, 9736.0, 9677.0, 9711.0, 9680.0, 9707.0, 9652.0, 9689.0, 9648.0, 9673.0, 9656.0, 9688.0, 9646.0, 9668.0, 9644.0, 9641.0, 9644.0, 9645.0, 9645.0, 9635.0, 9665.0, 9677.0, 9696.0, 9685.0, 9695.0, 9699.0, 9696.0, 9701.0, 9713.0, 9688.0, 9705.0, 9723.0, 9726.0, 9713.0, 9723.0, 9697.0, 9726.0, 9696.0, 9719.0, 9673.0, 9722.0, 9686.0, 9706.0, 9678.0, 9705.0, 9682.0, 9689.0, 9678.0, 9696.0, 9711.0, 9730.0, 9701.0, 9731.0, 9710.0, 9729.0, 9690.0, 9725.0, 9703.0, 9741.0, 9697.0, 9721.0, 9692.0, 9721.0, 9661.0, 9686.0, 9655.0, 9668.0, 9656.0, 9679.0, 9690.0, 9679.0, 9680.0, 9694.0, 9685.0, 9695.0, 9702.0, 9734.0, 9730.0, 9737.0, 9729.0, 9727.0, 9713.0, 9727.0, 9701.0, 9742.0, 9711.0, 9750.0, 9723.0, 9728.0, 9670.0, 9695.0, 9675.0, 9735.0, 9669.0, 9706.0, 9662.0, 9682.0, 9624.0, 9647.0, 9625.0, 9689.0, 9645.0, 9663.0, 9625.0, 9624.0, 9620.0, 9621.0, 9649.0, 9657.0, 9665.0, 9654.0, 9670.0, 9660.0, 9685.0, 9674.0, 9683.0, 9663.0, 9688.0, 9661.0, 9695.0, 9642.0, 9680.0, 9640.0, 9664.0, 9657.0, 9711.0, 9651.0, 9703.0, 9647.0, 9659.0, 9628.0, 9647.0, 9628.0, 9651.0, 9669.0, 9651.0, 9658.0, 9636.0, 9651.0, 9652.0, 9661.0, 9678.0, 9738.0, 9713.0, 9694.0, 9648.0, 9635.0, 9634.0, 9644.0, 9640.0, 9688.0, 9720.0, 9745.0, 9761.0, 9771.0, 9706.0, 9729.0, 9682.0, 9709.0, 9696.0, 9761.0, 9734.0, 9781.0, 9718.0, 9740.0, 9689.0, 9729.0, 9671.0, 9723.0, 9693.0, 9748.0, 9681.0, 9698.0, 9631.0, 9667.0, 9633.0, 9660.0, 9661.0, 9629.0, 9650.0, 9633.0, 9630.0, 9648.0, 9631.0, 9656.0, 9686.0, 9663.0, 9717.0, 9675.0, 9673.0, 9658.0, 9698.0, 9660.0, 9732.0, 9665.0, 9731.0, 9678.0, 9674.0, 9654.0, 9656.0, 9649.0, 9672.0, 9673.0, 9691.0, 9664.0, 9654.0, 9651.0, 9651.0, 9640.0, 9656.0, 9683.0, 9708.0, 9678.0, 9694.0, 9702.0, 9701.0, 9703.0, 9715.0, 9690.0, 9718.0, 9711.0, 9712.0, 9684.0, 9678.0, 9683.0, 9710.0, 9690.0, 9716.0, 9703.0, 9729.0, 9705.0, 9703.0, 9686.0, 9699.0, 9686.0, 9765.0, 9735.0, 9759.0, 9733.0, 9740.0, 9674.0, 9705.0, 9684.0, 9739.0, 9682.0, 9734.0, 9708.0, 9688.0, 9663.0, 9658.0, 9662.0, 9681.0, 9665.0, 9661.0, 9665.0, 9655.0, 9660.0, 9658.0, 9644.0, 9674.0, 9663.0, 9698.0, 9675.0, 9681.0, 9642.0, 9652.0, 9633.0, 9687.0, 9674.0, 9696.0, 9675.0, 9654.0, 9659.0, 9657.0, 9657.0, 9660.0, 9682.0, 9677.0, 9676.0, 9659.0, 9678.0, 9661.0, 9656.0, 9670.0, 9684.0, 9687.0, 9699.0, 9687.0, 9699.0, 9701.0, 9719.0, 9716.0, 9736.0, 9714.0, 9765.0, 9711.0, 9744.0, 9702.0, 9760.0, 9698.0, 9750.0, 9695.0, 9713.0, 9658.0, 9693.0, 9651.0, 9698.0, 9689.0, 9666.0, 9657.0, 9652.0, 9650.0, 9638.0, 9652.0, 9663.0, 9689.0, 9666.0, 9700.0, 9685.0, 9684.0, 9684.0, 9703.0, 9707.0, 9685.0, 9720.0, 9685.0, 9696.0, 9674.0, 9721.0, 9690.0, 9751.0, 9677.0, 9715.0, 9654.0, 9665.0, 9647.0, 9685.0, 9667.0, 9712.0, 9643.0, 9725.0, 9639.0, 9664.0, 9635.0, 9674.0, 9640.0, 9687.0, 9659.0, 9690.0, 9658.0, 9678.0, 9641.0, 9677.0, 9641.0, 9707.0, 9681.0, 9684.0, 9680.0, 9659.0, 9660.0, 9641.0, 9658.0, 9660.0, 9683.0, 9681.0, 9664.0, 9674.0, 9680.0, 9662.0, 9665.0, 9671.0, 9660.0, 9688.0, 9677.0, 9708.0, 9691.0, 9697.0, 9686.0, 9688.0, 9685.0, 9685.0, 9690.0, 9689.0, 9711.0, 9711.0, 9705.0, 9731.0, 9710.0, 9685.0, 9685.0, 9701.0, 9698.0, 9756.0, 9708.0, 9733.0, 9723.0, 9724.0, 9651.0, 9676.0, 9650.0, 9676.0, 9652.0, 9700.0, 9660.0, 9682.0, 9662.0, 9658.0, 9681.0, 9681.0, 9682.0, 9709.0, 9721.0, 9709.0, 9759.0, 9719.0, 9750.0, 9709.0, 9745.0, 9768.0, 9703.0, 9795.0, 9735.0, 9778.0, 9727.0, 9732.0, 9660.0, 9697.0, 9658.0, 9719.0, 9680.0, 9746.0, 9709.0, 9723.0, 9639.0, 9631.0, 9635.0, 9653.0, 9691.0, 9678.0, 9689.0, 9679.0, 9688.0, 9659.0, 9684.0, 9660.0, 9703.0, 9685.0, 9721.0, 9679.0, 9733.0, 9685.0, 9703.0, 9665.0, 9702.0, 9682.0, 9725.0, 9696.0, 9735.0, 9719.0, 9682.0, 9684.0, 9663.0, 9746.0, 9754.0, 9692.0, 9600.0, 9613.0, 9617.0, 9629.0, 9629.0, 9633.0, 9645.0, 9689.0, 9650.0, 9702.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.004363700787401574</td></tr>
<tr><td colspan=3>aqi</td><td>0.05833294173228347</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.21691699478818</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1538831224039414</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9933696435467991</td></tr>
<tr><td colspan=3>efc</td><td>0.5438</td></tr>
<tr><td colspan=3>fber</td><td>3282.7441</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1412326894159243</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>167</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.437007874015748</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4553215185052855</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3807171250574624</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7264030259065772</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.258844404551817</td></tr>
<tr><td colspan=3>gcor</td><td>0.00656539</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011315600015223026</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.07138359546661377</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1016</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.652409094206427</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>14.7923</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.4275</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>252.4565</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>282413.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1158.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>433.105</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.9351</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>484.0667</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3548.606</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3657.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>94131.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1777.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4507.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>786.0402</td></tr>
<tr><td colspan=3>tsnr</td><td>27.073543379083276</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>