ds005256-mriqc/sub-0039_ses-02_task-narratives_acq-mb8_run-01_bold.html
Felix Hoffstaedter 494154b554 [DATALAD RUNCMD] Compute MRIQC for sub-0039
=== 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-0039 --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-0039",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 17:58:19 +02:00

616 lines
No EOL
114 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-0039_ses-02_task-narratives_acq-mb8_run-01_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-0039_ses-02_task-narratives_acq-mb8_run-01_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-01_session-02_subject-0039_suffix-bold_task-narratives" 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-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0039_suffix-bold_task-narratives" 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-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0039_suffix-bold_task-narratives" 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-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0039_suffix-bold_task-narratives" 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-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-01_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-01_session-02_subject-0039_suffix-bold_task-narratives" 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-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-01_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-01_session-02_subject-0039_suffix-bold_task-narratives" 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-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0039_suffix-bold_task-narratives" 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-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-01_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-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-01_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-0039/ses-02/func/sub-0039_ses-02_task-narratives_acq-mb8_run-01_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>a1c4692bc93d6a40e58939bf46f1dbbb</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>19:12:18.315000</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_VE11C_LATEST_20160120</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.998494, 0.0319738, 0.0445729, -0.0383583, 0.987841, 0.150662]</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-01_task-narratives_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.100402</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-01_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7760, -7242, 668, -41, -201, 4, 74]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>238.862</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ca73849b-e37f-4fdb-848b-926a760a068b||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.678887367248535, -0.10291248559951782, 0.10587693005800247, 115.00968170166016], [-0.08578350394964218, 2.6503047943115234, 0.4107922613620758, -106.03362274169922], [0.11958584189414978, -0.4042161703109741, 2.6664657592773438, -50.08103561401367], [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, 967]</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], 'AcquisitionTime': ['191218.315000', '191218.775000', '191219.235000', '191219.695000', '191220.155000', '191220.615000', '191221.075000', '191221.535000', '191221.995000', '191222.455000', '191222.915000', '191223.375000', '191223.835000', '191224.295000', '191224.755000', '191225.215000', '191225.675000', '191226.135000', '191226.595000', '191227.055000', '191227.515000', '191227.975000', '191228.435000', '191228.895000', '191229.355000', '191229.815000', '191230.275000', '191230.735000', '191231.195000', '191231.655000', '191232.115000', '191232.575000', '191233.035000', '191233.495000', '191233.955000', '191234.415000', '191234.875000', '191235.335000', '191235.795000', '191236.255000', '191236.715000', '191237.175000', '191237.635000', '191238.095000', '191238.555000', '191239.015000', '191239.475000', '191239.935000', '191240.395000', '191240.855000', '191241.315000', '191241.775000', '191242.235000', '191242.695000', '191243.155000', '191243.615000', '191244.075000', '191244.535000', '191244.995000', '191245.455000', '191245.915000', '191246.375000', '191246.835000', '191247.295000', '191247.755000', '191248.215000', '191248.675000', '191249.135000', '191249.595000', '191250.055000', '191250.515000', '191250.975000', '191251.435000', '191251.895000', '191252.355000', '191252.815000', '191253.275000', '191253.735000', '191254.195000', '191254.655000', '191255.115000', '191255.575000', '191256.035000', '191256.495000', '191256.955000', '191257.415000', '191257.875000', '191258.335000', '191258.795000', '191259.255000', '191259.715000', '191300.175000', '191300.635000', '191301.095000', '191301.555000', '191302.015000', '191302.475000', '191302.935000', '191303.395000', '191303.855000', '191304.315000', '191304.775000', '191305.235000', '191305.695000', '191306.155000', '191306.615000', '191307.075000', '191307.535000', '191307.995000', '191308.455000', '191308.915000', '191309.375000', '191309.835000', '191310.295000', '191310.755000', '191311.215000', '191311.675000', '191312.135000', '191312.595000', '191313.055000', '191313.515000', '191313.975000', '191314.435000', '191314.895000', '191315.355000', '191315.815000', '191316.275000', '191316.735000', '191317.195000', '191317.655000', '191318.115000', '191318.575000', '191319.035000', '191319.495000', '191319.955000', '191320.415000', '191320.875000', '191321.335000', '191321.795000', '191322.255000', '191322.715000', '191323.175000', '191323.635000', '191324.095000', '191324.555000', '191325.015000', '191325.475000', '191325.935000', '191326.395000', '191326.855000', '191327.315000', '191327.775000', '191328.235000', '191328.695000', '191329.155000', '191329.615000', '191330.075000', '191330.535000', '191330.995000', '191331.455000', '191331.915000', '191332.375000', '191332.835000', '191333.295000', '191333.755000', '191334.215000', '191334.675000', '191335.135000', '191335.595000', '191336.055000', '191336.515000', '191336.975000', '191337.435000', '191337.895000', '191338.355000', '191338.815000', '191339.275000', '191339.735000', '191340.195000', '191340.655000', '191341.115000', '191341.575000', '191342.035000', '191342.495000', '191342.955000', '191343.415000', '191343.875000', '191344.335000', '191344.795000', '191345.255000', '191345.715000', '191346.175000', '191346.635000', '191347.095000', '191347.555000', '191348.015000', '191348.475000', '191348.935000', '191349.395000', '191349.855000', '191350.315000', '191350.775000', '191351.235000', '191351.695000', '191352.155000', '191352.615000', '191353.075000', '191353.535000', '191353.995000', '191354.455000', '191354.915000', '191355.375000', '191355.835000', '191356.295000', '191356.755000', '191357.215000', '191357.675000', '191358.135000', '191358.595000', '191359.055000', '191359.515000', '191359.975000', '191400.435000', '191400.895000', '191401.355000', '191401.815000', '191402.275000', '191402.735000', '191403.195000', '191403.655000', '191404.115000', '191404.575000', '191405.035000', '191405.495000', '191405.955000', '191406.415000', '191406.875000', '191407.335000', '191407.795000', '191408.255000', '191408.715000', '191409.175000', '191409.635000', '191410.095000', '191410.555000', '191411.015000', '191411.475000', '191411.935000', '191412.395000', '191412.855000', '191413.315000', '191413.775000', '191414.235000', '191414.695000', '191415.155000', '191415.615000', '191416.075000', '191416.535000', '191416.995000', '191417.455000', '191417.915000', '191418.375000', '191418.835000', '191419.295000', '191419.755000', '191420.215000', '191420.675000', '191421.135000', '191421.595000', '191422.055000', '191422.515000', '191422.975000', '191423.435000', '191423.895000', '191424.355000', '191424.815000', '191425.275000', '191425.735000', '191426.195000', '191426.655000', '191427.115000', '191427.575000', '191428.035000', '191428.495000', '191428.955000', '191429.415000', '191429.875000', '191430.335000', '191430.795000', '191431.255000', '191431.715000', '191432.175000', '191432.635000', '191433.095000', '191433.555000', '191434.015000', '191434.475000', '191434.935000', '191435.395000', '191435.855000', '191436.315000', '191436.775000', '191437.235000', '191437.695000', '191438.155000', '191438.615000', '191439.075000', '191439.535000', '191439.995000', '191440.455000', '191440.915000', '191441.375000', '191441.835000', '191442.295000', '191442.755000', '191443.215000', '191443.675000', '191444.135000', '191444.595000', '191445.055000', '191445.515000', '191445.975000', '191446.435000', '191446.895000', '191447.355000', '191447.815000', '191448.275000', '191448.735000', '191449.195000', '191449.655000', '191450.115000', '191450.575000', '191451.035000', '191451.495000', '191451.955000', '191452.415000', '191452.875000', '191453.335000', '191453.795000', '191454.255000', '191454.715000', '191455.175000', '191455.635000', '191456.095000', '191456.555000', '191457.015000', '191457.475000', '191457.935000', '191458.395000', '191458.855000', '191459.315000', '191459.775000', '191500.235000', '191500.695000', '191501.155000', '191501.615000', '191502.075000', '191502.535000', '191502.995000', '191503.455000', '191503.915000', '191504.375000', '191504.835000', '191505.295000', '191505.755000', '191506.215000', '191506.675000', '191507.135000', '191507.595000', '191508.055000', '191508.515000', '191508.975000', '191509.435000', '191509.895000', '191510.355000', '191510.815000', '191511.275000', '191511.735000', '191512.195000', '191512.655000', '191513.115000', '191513.575000', '191514.035000', '191514.495000', '191514.955000', '191515.415000', '191515.875000', '191516.335000', '191516.795000', '191517.255000', '191517.715000', '191518.175000', '191518.635000', '191519.095000', '191519.555000', '191520.015000', '191520.475000', '191520.935000', '191521.395000', '191521.855000', '191522.315000', '191522.775000', '191523.235000', '191523.695000', '191524.155000', '191524.615000', '191525.075000', '191525.535000', '191525.995000', '191526.455000', '191526.915000', '191527.375000', '191527.835000', '191528.295000', '191528.755000', '191529.215000', '191529.675000', '191530.135000', '191530.595000', '191531.055000', '191531.515000', '191531.975000', '191532.435000', '191532.895000', '191533.355000', '191533.815000', '191534.275000', '191534.735000', '191535.195000', '191535.655000', '191536.115000', '191536.575000', '191537.035000', '191537.495000', '191537.955000', '191538.415000', '191538.875000', '191539.335000', '191539.795000', '191540.255000', '191540.715000', '191541.175000', '191541.635000', '191542.095000', '191542.555000', '191543.015000', '191543.475000', '191543.935000', '191544.395000', '191544.855000', '191545.315000', '191545.775000', '191546.235000', '191546.695000', '191547.155000', '191547.615000', '191548.075000', '191548.535000', '191548.995000', '191549.455000', '191549.915000', '191550.375000', '191550.835000', '191551.295000', '191551.755000', '191552.215000', '191552.675000', '191553.135000', '191553.595000', '191554.055000', '191554.515000', '191554.975000', '191555.435000', '191555.895000', '191556.355000', '191556.815000', '191557.275000', '191557.735000', '191558.195000', '191558.655000', '191559.115000', '191559.575000', '191600.035000', '191600.495000', '191600.955000', '191601.415000', '191601.875000', '191602.335000', '191602.795000', '191603.255000', '191603.715000', '191604.175000', '191604.635000', '191605.095000', '191605.555000', '191606.015000', '191606.475000', '191606.935000', '191607.395000', '191607.855000', '191608.315000', '191608.775000', '191609.235000', '191609.695000', '191610.155000', '191610.615000', '191611.075000', '191611.535000', '191611.995000', '191612.455000', '191612.915000', '191613.375000', '191613.835000', '191614.295000', '191614.755000', '191615.215000', '191615.675000', '191616.135000', '191616.595000', '191617.055000', '191617.515000', '191617.975000', '191618.435000', '191618.895000', '191619.355000', '191619.815000', '191620.275000', '191620.735000', '191621.195000', '191621.655000', '191622.115000', '191622.575000', '191623.035000', '191623.495000', '191623.955000', '191624.415000', '191624.875000', '191625.335000', '191625.795000', '191626.255000', '191626.715000', '191627.175000', '191627.635000', '191628.095000', '191628.555000', '191629.015000', '191629.475000', '191629.935000', '191630.395000', '191630.855000', '191631.315000', '191631.775000', '191632.235000', '191632.695000', '191633.155000', '191633.615000', '191634.075000', '191634.535000', '191634.995000', '191635.455000', '191635.915000', '191636.375000', '191636.835000', '191637.295000', '191637.755000', '191638.215000', '191638.675000', '191639.135000', '191639.595000', '191640.055000', '191640.515000', '191640.975000', '191641.435000', '191641.895000', '191642.355000', '191642.815000', '191643.275000', '191643.735000', '191644.195000', '191644.655000', '191645.115000', '191645.575000', '191646.035000', '191646.495000', '191646.955000', '191647.415000', '191647.875000', '191648.335000', '191648.795000', '191649.255000', '191649.715000', '191650.175000', '191650.635000', '191651.095000', '191651.555000', '191652.015000', '191652.475000', '191652.935000', '191653.395000', '191653.855000', '191654.315000', '191654.775000', '191655.235000', '191655.695000', '191656.155000', '191656.615000', '191657.075000', '191657.535000', '191657.995000', '191658.455000', '191658.915000', '191659.375000', '191659.835000', '191700.295000', '191700.755000', '191701.215000', '191701.675000', '191702.135000', '191702.595000', '191703.055000', '191703.515000', '191703.975000', '191704.435000', '191704.895000', '191705.355000', '191705.815000', '191706.275000', '191706.735000', '191707.195000', '191707.655000', '191708.115000', '191708.575000', '191709.035000', '191709.495000', '191709.955000', '191710.415000', '191710.875000', '191711.335000', '191711.795000', '191712.255000', '191712.715000', '191713.175000', '191713.635000', '191714.095000', '191714.555000', '191715.015000', '191715.475000', '191715.935000', '191716.395000', '191716.855000', '191717.315000', '191717.775000', '191718.235000', '191718.695000', '191719.155000', '191719.615000', '191720.075000', '191720.535000', '191720.995000', '191721.455000', '191721.915000', '191722.375000', '191722.835000', '191723.295000', '191723.755000', '191724.215000', '191724.675000', '191725.135000', '191725.595000', '191726.055000', '191726.515000', '191726.975000', '191727.435000', '191727.895000', '191728.355000', '191728.815000', '191729.275000', '191729.735000', '191730.195000', '191730.655000', '191731.115000', '191731.575000', '191732.035000', '191732.495000', '191732.955000', '191733.415000', '191733.875000', '191734.335000', '191734.795000', '191735.255000', '191735.715000', '191736.175000', '191736.635000', '191737.095000', '191737.555000', '191738.015000', '191738.475000', '191738.935000', '191739.395000', '191739.855000', '191740.315000', '191740.775000', '191741.235000', '191741.695000', '191742.155000', '191742.615000', '191743.075000', '191743.535000', '191743.995000', '191744.455000', '191744.915000', '191745.375000', '191745.835000', '191746.295000', '191746.755000', '191747.215000', '191747.675000', '191748.135000', '191748.595000', '191749.055000', '191749.515000', '191749.975000', '191750.435000', '191750.895000', '191751.355000', '191751.815000', '191752.275000', '191752.735000', '191753.195000', '191753.655000', '191754.115000', '191754.575000', '191755.035000', '191755.495000', '191755.955000', '191756.415000', '191756.875000', '191757.335000', '191757.795000', '191758.255000', '191758.715000', '191759.175000', '191759.635000', '191800.095000', '191800.555000', '191801.015000', '191801.475000', '191801.935000', '191802.395000', '191802.855000', '191803.315000', '191803.775000', '191804.235000', '191804.695000', '191805.155000', '191805.615000', '191806.075000', '191806.535000', '191806.995000', '191807.455000', '191807.915000', '191808.375000', '191808.835000', '191809.295000', '191809.755000', '191810.215000', '191810.675000', '191811.135000', '191811.595000', '191812.055000', '191812.515000', '191812.975000', '191813.435000', '191813.895000', '191814.355000', '191814.815000', '191815.275000', '191815.735000', '191816.195000', '191816.655000', '191817.115000', '191817.575000', '191818.035000', '191818.495000', '191818.955000', '191819.415000', '191819.875000', '191820.335000', '191820.795000', '191821.255000', '191821.715000', '191822.175000', '191822.635000', '191823.095000', '191823.555000', '191824.015000', '191824.475000', '191824.935000', '191825.395000', '191825.855000', '191826.315000', '191826.775000', '191827.235000', '191827.695000', '191828.155000', '191828.615000', '191829.075000', '191829.535000', '191829.995000', '191830.455000', '191830.915000', '191831.375000', '191831.835000', '191832.295000', '191832.755000', '191833.215000', '191833.675000', '191834.135000', '191834.595000', '191835.055000', '191835.515000', '191835.975000', '191836.435000', '191836.895000', '191837.355000', '191837.815000', '191838.275000', '191838.735000', '191839.195000', '191839.655000', '191840.115000', '191840.575000', '191841.035000', '191841.495000', '191841.955000', '191842.415000', '191842.875000', '191843.335000', '191843.795000', '191844.255000', '191844.715000', '191845.175000', '191845.635000', '191846.095000', '191846.555000', '191847.015000', '191847.475000', '191847.935000', '191848.395000', '191848.855000', '191849.315000', '191849.775000', '191850.235000', '191850.695000', '191851.155000', '191851.615000', '191852.075000', '191852.535000', '191852.995000', '191853.455000', '191853.915000', '191854.375000', '191854.835000', '191855.295000', '191855.755000', '191856.215000', '191856.675000', '191857.135000', '191857.595000', '191858.055000', '191858.515000', '191858.975000', '191859.435000', '191859.895000', '191900.355000', '191900.815000', '191901.275000', '191901.735000', '191902.195000', '191902.655000', '191903.115000', '191903.575000', '191904.035000', '191904.495000', '191904.955000', '191905.415000', '191905.875000', '191906.335000', '191906.795000', '191907.255000', '191907.715000', '191908.175000', '191908.635000', '191909.095000', '191909.555000', '191910.015000', '191910.475000', '191910.935000', '191911.395000', '191911.855000', '191912.315000', '191912.775000', '191913.235000', '191913.695000', '191914.155000', '191914.615000', '191915.075000', '191915.535000', '191915.995000', '191916.455000', '191916.915000', '191917.375000', '191917.835000', '191918.295000', '191918.755000', '191919.215000', '191919.675000', '191920.135000', '191920.595000', '191921.055000', '191921.515000', '191921.975000', '191922.435000', '191922.895000', '191923.355000', '191923.815000', '191924.275000', '191924.735000', '191925.195000', '191925.655000', '191926.115000', '191926.575000', '191927.035000', '191927.495000', '191927.955000', '191928.415000', '191928.875000', '191929.335000', '191929.795000', '191930.255000', '191930.715000', '191931.175000', '191931.635000', '191932.095000', '191932.555000', '191933.015000', '191933.475000', '191933.935000', '191934.395000', '191934.855000', '191935.315000', '191935.775000', '191936.235000', '191936.695000', '191937.155000', '191937.615000', '191938.075000', '191938.535000', '191938.995000', '191939.455000', '191939.915000', '191940.375000', '191940.835000', '191941.295000', '191941.755000', '191942.215000', '191942.675000'], 'ContentTime': ['191241.288000', '191241.292000', '191241.296000', '191241.306000', '191241.309000', '191241.311000', '191241.314000', '191241.317000', '191241.320000', '191241.323000', '191241.326000', '191241.329000', '191241.331000', '191241.335000', '191241.338000', '191241.341000', '191241.344000', '191241.347000', '191241.349000', '191241.352000', '191241.355000', '191241.358000', '191241.361000', '191241.364000', '191241.367000', '191241.370000', '191241.372000', '191241.375000', '191241.378000', '191241.381000', '191241.384000', '191241.387000', '191241.390000', '191241.393000', '191241.395000', '191241.398000', '191241.401000', '191241.404000', '191241.407000', '191241.410000', '191241.413000', '191241.416000', '191241.425000', '191241.428000', '191241.430000', '191241.433000', '191241.436000', '191301.256000', '191301.259000', '191301.262000', '191301.265000', '191301.268000', '191301.271000', '191301.274000', '191301.277000', '191301.280000', '191301.283000', '191301.286000', '191301.289000', '191301.291000', '191301.294000', '191301.297000', '191301.300000', '191301.303000', '191301.306000', '191301.309000', '191301.312000', '191301.314000', '191301.317000', '191301.320000', '191301.323000', '191301.326000', '191301.329000', '191301.332000', '191301.335000', '191301.338000', '191301.341000', '191301.343000', '191301.346000', '191301.349000', '191301.352000', '191301.355000', '191301.358000', '191301.360000', '191301.363000', '191301.366000', '191301.369000', '191301.372000', '191301.375000', '191301.377000', '191301.380000', '191321.256000', '191321.259000', '191321.262000', '191321.265000', '191321.268000', '191321.271000', '191321.274000', '191321.277000', '191321.280000', '191321.283000', '191321.286000', '191321.289000', '191321.291000', '191321.294000', '191321.297000', '191321.300000', '191321.303000', '191321.306000', '191321.309000', '191321.312000', '191321.315000', '191321.318000', '191321.321000', '191321.323000', '191321.326000', '191321.329000', '191321.332000', '191321.335000', '191321.338000', '191321.341000', '191321.344000', '191321.347000', '191321.350000', '191321.353000', '191321.356000', '191321.359000', '191321.370000', '191321.373000', '191321.376000', '191321.379000', '191321.382000', '191321.385000', '191321.388000', '191341.256000', '191341.259000', '191341.262000', '191341.265000', '191341.267000', '191341.270000', '191341.273000', '191341.276000', '191341.279000', '191341.282000', '191341.285000', '191341.287000', '191341.290000', '191341.293000', '191341.296000', '191341.299000', '191341.302000', '191341.305000', '191341.307000', '191341.310000', '191341.313000', '191341.326000', '191341.329000', '191341.332000', '191341.336000', '191341.339000', '191341.342000', '191341.345000', '191341.348000', '191341.351000', '191341.354000', '191341.356000', '191341.359000', '191341.362000', '191341.365000', '191341.368000', '191341.371000', '191341.374000', '191341.376000', '191341.379000', '191341.382000', '191341.396000', '191341.398000', '191341.401000', '191401.256000', '191401.259000', '191401.262000', '191401.265000', '191401.268000', '191401.271000', '191401.273000', '191401.276000', '191401.279000', '191401.282000', '191401.285000', '191401.288000', '191401.290000', '191401.293000', '191401.296000', '191401.299000', '191401.302000', '191401.305000', '191401.308000', '191401.311000', '191401.314000', '191401.316000', '191401.324000', '191401.327000', '191401.330000', '191401.333000', '191401.336000', '191401.339000', '191401.342000', '191401.344000', '191401.347000', '191401.350000', '191401.353000', '191401.356000', '191401.359000', '191401.362000', '191401.365000', '191401.367000', '191401.370000', '191401.373000', '191401.376000', '191401.379000', '191401.382000', '191421.257000', '191421.260000', '191421.263000', '191421.266000', '191421.269000', '191421.273000', '191421.277000', '191421.280000', '191421.283000', '191421.286000', '191421.289000', '191421.292000', '191421.294000', '191421.297000', '191421.300000', '191421.303000', '191421.306000', '191421.309000', '191421.312000', '191421.314000', '191421.317000', '191421.320000', '191421.334000', '191421.337000', '191421.340000', '191421.342000', '191421.345000', '191421.348000', '191421.351000', '191421.354000', '191421.357000', '191421.360000', '191421.363000', '191421.365000', '191421.368000', '191421.371000', '191421.374000', '191421.377000', '191421.380000', '191421.383000', '191421.386000', '191421.389000', '191421.391000', '191441.257000', '191441.260000', '191441.263000', '191441.266000', '191441.269000', '191441.272000', '191441.274000', '191441.277000', '191441.280000', '191441.283000', '191441.286000', '191441.289000', '191441.292000', '191441.295000', '191441.297000', '191441.300000', '191441.303000', '191441.306000', '191441.309000', '191441.312000', '191441.315000', '191441.318000', '191441.320000', '191441.323000', '191441.326000', '191441.329000', '191441.332000', '191441.335000', '191441.338000', '191441.341000', '191441.344000', '191441.346000', '191441.349000', '191441.352000', '191441.355000', '191441.358000', '191441.361000', '191441.363000', '191441.366000', '191441.369000', '191441.372000', '191441.375000', '191441.378000', '191441.381000', '191501.257000', '191501.260000', '191501.263000', '191501.266000', '191501.269000', '191501.272000', '191501.275000', '191501.278000', '191501.280000', '191501.283000', '191501.286000', '191501.289000', '191501.292000', '191501.295000', '191501.298000', '191501.300000', '191501.303000', '191501.306000', '191501.309000', '191501.312000', '191501.315000', '191501.318000', '191501.321000', '191501.323000', '191501.326000', '191501.329000', '191501.332000', '191501.335000', '191501.338000', '191501.341000', '191501.344000', '191501.347000', '191501.350000', '191501.352000', '191501.355000', '191501.358000', '191501.361000', '191501.364000', '191501.367000', '191501.370000', '191501.373000', '191501.376000', '191501.378000', '191521.256000', '191521.259000', '191521.280000', '191521.283000', '191521.286000', '191521.289000', '191521.292000', '191521.295000', '191521.298000', '191521.301000', '191521.304000', '191521.306000', '191521.309000', '191521.312000', '191521.315000', '191521.318000', '191521.321000', '191521.324000', '191521.327000', '191521.329000', '191521.332000', '191521.335000', '191521.338000', '191521.341000', '191521.344000', '191521.347000', '191521.350000', '191521.353000', '191521.355000', '191521.358000', '191521.361000', '191521.364000', '191521.367000', '191521.370000', '191521.373000', '191521.376000', '191521.378000', '191521.381000', '191521.384000', '191521.387000', '191521.390000', '191521.393000', '191521.396000', '191521.398000', '191541.256000', '191541.259000', '191541.262000', '191541.265000', '191541.268000', '191541.272000', '191541.275000', '191541.278000', '191541.281000', '191541.283000', '191541.286000', '191541.289000', '191541.292000', '191541.295000', '191541.298000', '191541.301000', '191541.304000', '191541.307000', '191541.310000', '191541.312000', '191541.315000', '191541.318000', '191541.321000', '191541.324000', '191541.327000', '191541.330000', '191541.332000', '191541.335000', '191541.345000', '191541.348000', '191541.351000', '191541.354000', '191541.357000', '191541.360000', '191541.363000', '191541.366000', '191541.369000', '191541.371000', '191541.374000', '191541.377000', '191541.380000', '191541.383000', '191541.386000', '191601.256000', '191601.259000', '191601.262000', '191601.265000', '191601.268000', '191601.271000', '191601.273000', '191601.276000', '191601.279000', '191601.282000', '191601.285000', '191601.288000', '191601.291000', '191601.294000', '191601.297000', '191601.300000', '191601.302000', '191601.305000', '191601.308000', '191601.311000', '191601.314000', '191601.317000', '191601.320000', '191601.323000', '191601.325000', '191601.328000', '191601.331000', '191601.334000', '191601.337000', '191601.340000', '191601.343000', '191601.346000', '191601.348000', '191601.351000', '191601.354000', '191601.357000', '191601.360000', '191601.363000', '191601.366000', '191601.368000', '191601.371000', '191601.374000', '191601.377000', '191601.380000', '191621.256000', '191621.259000', '191621.262000', '191621.265000', '191621.268000', '191621.271000', '191621.274000', '191621.277000', '191621.281000', '191621.284000', '191621.287000', '191621.290000', '191621.293000', '191621.296000', '191621.299000', '191621.302000', '191621.305000', '191621.308000', '191621.311000', '191621.314000', '191621.316000', '191621.319000', '191621.322000', '191621.325000', '191621.328000', '191621.331000', '191621.334000', '191621.337000', '191621.340000', '191621.342000', '191621.345000', '191621.348000', '191621.351000', '191621.354000', '191621.357000', '191621.360000', '191621.363000', '191621.365000', '191621.368000', '191621.371000', '191621.374000', '191621.377000', '191621.380000', '191641.257000', '191641.260000', '191641.263000', '191641.266000', '191641.269000', '191641.272000', '191641.275000', '191641.278000', '191641.281000', '191641.283000', '191641.286000', '191641.289000', '191641.292000', '191641.295000', '191641.298000', '191641.301000', '191641.304000', '191641.307000', '191641.310000', '191641.313000', '191641.316000', '191641.318000', '191641.321000', '191641.324000', '191641.327000', '191641.330000', '191641.333000', '191641.346000', '191641.349000', '191641.352000', '191641.355000', '191641.358000', '191641.361000', '191641.364000', '191641.366000', '191641.369000', '191641.372000', '191641.375000', '191641.378000', '191641.381000', '191641.384000', '191641.386000', '191641.389000', '191641.392000', '191701.257000', '191701.260000', '191701.263000', '191701.266000', '191701.269000', '191701.272000', '191701.274000', '191701.277000', '191701.280000', '191701.283000', '191701.286000', '191701.289000', '191701.292000', '191701.295000', '191701.298000', '191701.301000', '191701.304000', '191701.307000', '191701.310000', '191701.314000', '191701.317000', '191701.320000', '191701.323000', '191701.325000', '191701.328000', '191701.331000', '191701.334000', '191701.337000', '191701.340000', '191701.343000', '191701.346000', '191701.349000', '191701.351000', '191701.354000', '191701.357000', '191701.360000', '191701.363000', '191701.366000', '191701.369000', '191701.372000', '191701.375000', '191701.378000', '191701.380000', '191721.257000', '191721.260000', '191721.263000', '191721.266000', '191721.269000', '191721.272000', '191721.274000', '191721.277000', '191721.280000', '191721.283000', '191721.286000', '191721.289000', '191721.292000', '191721.295000', '191721.298000', '191721.301000', '191721.303000', '191721.306000', '191721.309000', '191721.312000', '191721.315000', '191721.318000', '191721.321000', '191721.324000', '191721.327000', '191721.329000', '191721.332000', '191721.335000', '191721.338000', '191721.341000', '191721.344000', '191721.347000', '191721.350000', '191721.352000', '191721.355000', '191721.358000', '191721.361000', '191721.364000', '191721.367000', '191721.370000', '191721.373000', '191721.375000', '191721.378000', '191721.381000', '191741.256000', '191741.259000', '191741.262000', '191741.265000', '191741.268000', '191741.271000', '191741.274000', '191741.276000', '191741.279000', '191741.283000', '191741.286000', '191741.289000', '191741.291000', '191741.294000', '191741.297000', '191741.300000', '191741.303000', '191741.306000', '191741.309000', '191741.312000', '191741.314000', '191741.317000', '191741.320000', '191741.323000', '191741.326000', '191741.329000', '191741.332000', '191741.337000', '191741.342000', '191741.345000', '191741.348000', '191741.350000', '191741.353000', '191741.356000', '191741.359000', '191741.362000', '191741.365000', '191741.368000', '191741.371000', '191741.374000', '191741.376000', '191741.379000', '191741.382000', '191801.256000', '191801.259000', '191801.262000', '191801.265000', '191801.268000', '191801.271000', '191801.273000', '191801.276000', '191801.279000', '191801.282000', '191801.285000', '191801.288000', '191801.291000', '191801.294000', '191801.296000', '191801.299000', '191801.302000', '191801.305000', '191801.308000', '191801.311000', '191801.314000', '191801.317000', '191801.320000', '191801.322000', '191801.325000', '191801.328000', '191801.331000', '191801.334000', '191801.337000', '191801.340000', '191801.343000', '191801.346000', '191801.348000', '191801.351000', '191801.354000', '191801.357000', '191801.360000', '191801.363000', '191801.366000', '191801.369000', '191801.372000', '191801.375000', '191801.378000', '191801.381000', '191821.256000', '191821.259000', '191821.262000', '191821.265000', '191821.268000', '191821.271000', '191821.273000', '191821.276000', '191821.280000', '191821.283000', '191821.286000', '191821.289000', '191821.292000', '191821.295000', '191821.298000', '191821.301000', '191821.304000', '191821.307000', '191821.310000', '191821.312000', '191821.315000', '191821.318000', '191821.321000', '191821.324000', '191821.327000', '191821.330000', '191821.333000', '191821.338000', '191821.342000', '191821.345000', '191821.348000', '191821.351000', '191821.353000', '191821.356000', '191821.359000', '191821.362000', '191821.365000', '191821.368000', '191821.371000', '191821.374000', '191821.377000', '191821.380000', '191821.382000', '191841.257000', '191841.260000', '191841.263000', '191841.266000', '191841.269000', '191841.273000', '191841.276000', '191841.278000', '191841.281000', '191841.284000', '191841.287000', '191841.290000', '191841.293000', '191841.296000', '191841.299000', '191841.302000', '191841.305000', '191841.308000', '191841.311000', '191841.313000', '191841.316000', '191841.319000', '191841.322000', '191841.325000', '191841.328000', '191841.331000', '191841.334000', '191841.336000', '191841.339000', '191841.342000', '191841.345000', '191841.348000', '191841.351000', '191841.354000', '191841.356000', '191841.359000', '191841.362000', '191841.365000', '191841.368000', '191841.371000', '191841.374000', '191841.377000', '191841.380000', '191841.383000', '191901.257000', '191901.260000', '191901.263000', '191901.266000', '191901.269000', '191901.271000', '191901.274000', '191901.277000', '191901.280000', '191901.283000', '191901.286000', '191901.289000', '191901.292000', '191901.295000', '191901.297000', '191901.300000', '191901.303000', '191901.306000', '191901.309000', '191901.312000', '191901.315000', '191901.318000', '191901.320000', '191901.323000', '191901.326000', '191901.329000', '191901.332000', '191901.335000', '191901.337000', '191901.340000', '191901.343000', '191901.346000', '191901.349000', '191901.352000', '191901.357000', '191901.361000', '191901.364000', '191901.367000', '191901.370000', '191901.373000', '191901.376000', '191901.379000', '191901.382000', '191921.257000', '191921.260000', '191921.263000', '191921.266000', '191921.269000', '191921.272000', '191921.275000', '191921.278000', '191921.280000', '191921.283000', '191921.286000', '191921.289000', '191921.292000', '191921.295000', '191921.298000', '191921.300000', '191921.303000', '191921.306000', '191921.309000', '191921.312000', '191921.315000', '191921.318000', '191921.321000', '191921.323000', '191921.326000', '191921.329000', '191921.332000', '191921.335000', '191921.338000', '191921.341000', '191921.344000', '191921.346000', '191921.349000', '191921.352000', '191921.355000', '191921.358000', '191921.361000', '191921.364000', '191921.367000', '191921.370000', '191921.373000', '191921.375000', '191921.378000', '191921.381000', '191941.257000', '191941.260000', '191941.263000', '191941.266000', '191941.269000', '191941.282000', '191941.285000', '191941.288000', '191941.290000', '191941.293000', '191941.296000', '191941.299000', '191941.302000', '191941.305000', '191941.308000', '191941.311000', '191941.314000', '191941.317000', '191941.321000', '191941.324000', '191941.327000', '191941.330000', '191941.333000', '191941.336000', '191941.339000', '191941.342000', '191941.345000', '191941.347000', '191941.350000', '191941.353000', '191941.356000', '191941.359000', '191941.362000', '191941.365000', '191941.368000', '191941.370000', '191941.373000', '191941.376000', '191941.379000', '191941.382000', '191941.385000', '191941.388000', '191941.391000', '191944.194000', '191944.198000', '191944.201000', '191944.204000', '191944.208000', '191944.211000', '191944.214000'], 'InstanceCreationTime': ['191241.288000', '191241.292000', '191241.296000', '191241.306000', '191241.309000', '191241.311000', '191241.314000', '191241.317000', '191241.320000', '191241.323000', '191241.326000', '191241.329000', '191241.331000', '191241.335000', '191241.338000', '191241.341000', '191241.344000', '191241.347000', '191241.349000', '191241.352000', '191241.355000', '191241.358000', '191241.361000', '191241.364000', '191241.367000', '191241.370000', '191241.372000', '191241.375000', '191241.378000', '191241.381000', '191241.384000', '191241.387000', '191241.390000', '191241.393000', '191241.395000', '191241.398000', '191241.401000', '191241.404000', '191241.407000', '191241.410000', '191241.413000', '191241.416000', '191241.425000', '191241.428000', '191241.430000', '191241.433000', '191241.436000', '191301.256000', '191301.259000', '191301.262000', '191301.265000', '191301.268000', '191301.271000', '191301.274000', '191301.277000', '191301.280000', '191301.283000', '191301.286000', '191301.289000', '191301.291000', '191301.294000', '191301.297000', '191301.300000', '191301.303000', '191301.306000', '191301.309000', '191301.312000', '191301.314000', '191301.317000', '191301.320000', '191301.323000', '191301.326000', '191301.329000', '191301.332000', '191301.335000', '191301.338000', '191301.341000', '191301.343000', '191301.346000', '191301.349000', '191301.352000', '191301.355000', '191301.358000', '191301.360000', '191301.363000', '191301.366000', '191301.369000', '191301.372000', '191301.375000', '191301.377000', '191301.380000', '191321.256000', '191321.259000', '191321.262000', '191321.265000', '191321.268000', '191321.271000', '191321.274000', '191321.277000', '191321.280000', '191321.283000', '191321.286000', '191321.289000', '191321.291000', '191321.294000', '191321.297000', '191321.300000', '191321.303000', '191321.306000', '191321.309000', '191321.312000', '191321.315000', '191321.318000', '191321.321000', '191321.323000', '191321.326000', '191321.329000', '191321.332000', '191321.335000', '191321.338000', '191321.341000', '191321.344000', '191321.347000', '191321.350000', '191321.353000', '191321.356000', '191321.359000', '191321.370000', '191321.373000', '191321.376000', '191321.379000', '191321.382000', '191321.385000', '191321.388000', '191341.256000', '191341.259000', '191341.262000', '191341.265000', '191341.267000', '191341.270000', '191341.273000', '191341.276000', '191341.279000', '191341.282000', '191341.285000', '191341.287000', '191341.290000', '191341.293000', '191341.296000', '191341.299000', '191341.302000', '191341.305000', '191341.307000', '191341.310000', '191341.313000', '191341.326000', '191341.329000', '191341.332000', '191341.336000', '191341.339000', '191341.342000', '191341.345000', '191341.348000', '191341.351000', '191341.354000', '191341.356000', '191341.359000', '191341.362000', '191341.365000', '191341.368000', '191341.371000', '191341.374000', '191341.376000', '191341.379000', '191341.382000', '191341.396000', '191341.398000', '191341.401000', '191401.256000', '191401.259000', '191401.262000', '191401.265000', '191401.268000', '191401.271000', '191401.273000', '191401.276000', '191401.279000', '191401.282000', '191401.285000', '191401.288000', '191401.290000', '191401.293000', '191401.296000', '191401.299000', '191401.302000', '191401.305000', '191401.308000', '191401.311000', '191401.314000', '191401.316000', '191401.324000', '191401.327000', '191401.330000', '191401.333000', '191401.336000', '191401.339000', '191401.342000', '191401.344000', '191401.347000', '191401.350000', '191401.353000', '191401.356000', '191401.359000', '191401.362000', '191401.365000', '191401.367000', '191401.370000', '191401.373000', '191401.376000', '191401.379000', '191401.382000', '191421.257000', '191421.260000', '191421.263000', '191421.266000', '191421.269000', '191421.273000', '191421.277000', '191421.280000', '191421.283000', '191421.286000', '191421.289000', '191421.292000', '191421.294000', '191421.297000', '191421.300000', '191421.303000', '191421.306000', '191421.309000', '191421.312000', '191421.314000', '191421.317000', '191421.320000', '191421.334000', '191421.337000', '191421.340000', '191421.342000', '191421.345000', '191421.348000', '191421.351000', '191421.354000', '191421.357000', '191421.360000', '191421.363000', '191421.365000', '191421.368000', '191421.371000', '191421.374000', '191421.377000', '191421.380000', '191421.383000', '191421.386000', '191421.389000', '191421.391000', '191441.257000', '191441.260000', '191441.263000', '191441.266000', '191441.269000', '191441.272000', '191441.274000', '191441.277000', '191441.280000', '191441.283000', '191441.286000', '191441.289000', '191441.292000', '191441.295000', '191441.297000', '191441.300000', '191441.303000', '191441.306000', '191441.309000', '191441.312000', '191441.315000', '191441.318000', '191441.320000', '191441.323000', '191441.326000', '191441.329000', '191441.332000', '191441.335000', '191441.338000', '191441.341000', '191441.344000', '191441.346000', '191441.349000', '191441.352000', '191441.355000', '191441.358000', '191441.361000', '191441.363000', '191441.366000', '191441.369000', '191441.372000', '191441.375000', '191441.378000', '191441.381000', '191501.257000', '191501.260000', '191501.263000', '191501.266000', '191501.269000', '191501.272000', '191501.275000', '191501.278000', '191501.280000', '191501.283000', '191501.286000', '191501.289000', '191501.292000', '191501.295000', '191501.298000', '191501.300000', '191501.303000', '191501.306000', '191501.309000', '191501.312000', '191501.315000', '191501.318000', '191501.321000', '191501.323000', '191501.326000', '191501.329000', '191501.332000', '191501.335000', '191501.338000', '191501.341000', '191501.344000', '191501.347000', '191501.350000', '191501.352000', '191501.355000', '191501.358000', '191501.361000', '191501.364000', '191501.367000', '191501.370000', '191501.373000', '191501.376000', '191501.378000', '191521.256000', '191521.259000', '191521.280000', '191521.283000', '191521.286000', '191521.289000', '191521.292000', '191521.295000', '191521.298000', '191521.301000', '191521.304000', '191521.306000', '191521.309000', '191521.312000', '191521.315000', '191521.318000', '191521.321000', '191521.324000', '191521.327000', '191521.329000', '191521.332000', '191521.335000', '191521.338000', '191521.341000', '191521.344000', '191521.347000', '191521.350000', '191521.353000', '191521.355000', '191521.358000', '191521.361000', '191521.364000', '191521.367000', '191521.370000', '191521.373000', '191521.376000', '191521.378000', '191521.381000', '191521.384000', '191521.387000', '191521.390000', '191521.393000', '191521.396000', '191521.398000', '191541.256000', '191541.259000', '191541.262000', '191541.265000', '191541.268000', '191541.272000', '191541.275000', '191541.278000', '191541.281000', '191541.283000', '191541.286000', '191541.289000', '191541.292000', '191541.295000', '191541.298000', '191541.301000', '191541.304000', '191541.307000', '191541.310000', '191541.312000', '191541.315000', '191541.318000', '191541.321000', '191541.324000', '191541.327000', '191541.330000', '191541.332000', '191541.335000', '191541.345000', '191541.348000', '191541.351000', '191541.354000', '191541.357000', '191541.360000', '191541.363000', '191541.366000', '191541.369000', '191541.371000', '191541.374000', '191541.377000', '191541.380000', '191541.383000', '191541.386000', '191601.256000', '191601.259000', '191601.262000', '191601.265000', '191601.268000', '191601.271000', '191601.273000', '191601.276000', '191601.279000', '191601.282000', '191601.285000', '191601.288000', '191601.291000', '191601.294000', '191601.297000', '191601.300000', '191601.302000', '191601.305000', '191601.308000', '191601.311000', '191601.314000', '191601.317000', '191601.320000', '191601.323000', '191601.325000', '191601.328000', '191601.331000', '191601.334000', '191601.337000', '191601.340000', '191601.343000', '191601.346000', '191601.348000', '191601.351000', '191601.354000', '191601.357000', '191601.360000', '191601.363000', '191601.366000', '191601.368000', '191601.371000', '191601.374000', '191601.377000', '191601.380000', '191621.256000', '191621.259000', '191621.262000', '191621.265000', '191621.268000', '191621.271000', '191621.274000', '191621.277000', '191621.281000', '191621.284000', '191621.287000', '191621.290000', '191621.293000', '191621.296000', '191621.299000', '191621.302000', '191621.305000', '191621.308000', '191621.311000', '191621.314000', '191621.316000', '191621.319000', '191621.322000', '191621.325000', '191621.328000', '191621.331000', '191621.334000', '191621.337000', '191621.340000', '191621.342000', '191621.345000', '191621.348000', '191621.351000', '191621.354000', '191621.357000', '191621.360000', '191621.363000', '191621.365000', '191621.368000', '191621.371000', '191621.374000', '191621.377000', '191621.380000', '191641.257000', '191641.260000', '191641.263000', '191641.266000', '191641.269000', '191641.272000', '191641.275000', '191641.278000', '191641.281000', '191641.283000', '191641.286000', '191641.289000', '191641.292000', '191641.295000', '191641.298000', '191641.301000', '191641.304000', '191641.307000', '191641.310000', '191641.313000', '191641.316000', '191641.318000', '191641.321000', '191641.324000', '191641.327000', '191641.330000', '191641.333000', '191641.346000', '191641.349000', '191641.352000', '191641.355000', '191641.358000', '191641.361000', '191641.364000', '191641.366000', '191641.369000', '191641.372000', '191641.375000', '191641.378000', '191641.381000', '191641.384000', '191641.386000', '191641.389000', '191641.392000', '191701.257000', '191701.260000', '191701.263000', '191701.266000', '191701.269000', '191701.272000', '191701.274000', '191701.277000', '191701.280000', '191701.283000', '191701.286000', '191701.289000', '191701.292000', '191701.295000', '191701.298000', '191701.301000', '191701.304000', '191701.307000', '191701.310000', '191701.314000', '191701.317000', '191701.320000', '191701.323000', '191701.325000', '191701.328000', '191701.331000', '191701.334000', '191701.337000', '191701.340000', '191701.343000', '191701.346000', '191701.349000', '191701.351000', '191701.354000', '191701.357000', '191701.360000', '191701.363000', '191701.366000', '191701.369000', '191701.372000', '191701.375000', '191701.378000', '191701.380000', '191721.257000', '191721.260000', '191721.263000', '191721.266000', '191721.269000', '191721.272000', '191721.274000', '191721.277000', '191721.280000', '191721.283000', '191721.286000', '191721.289000', '191721.292000', '191721.295000', '191721.298000', '191721.301000', '191721.303000', '191721.306000', '191721.309000', '191721.312000', '191721.315000', '191721.318000', '191721.321000', '191721.324000', '191721.327000', '191721.329000', '191721.332000', '191721.335000', '191721.338000', '191721.341000', '191721.344000', '191721.347000', '191721.350000', '191721.352000', '191721.355000', '191721.358000', '191721.361000', '191721.364000', '191721.367000', '191721.370000', '191721.373000', '191721.375000', '191721.378000', '191721.381000', '191741.256000', '191741.259000', '191741.262000', '191741.265000', '191741.268000', '191741.271000', '191741.274000', '191741.276000', '191741.279000', '191741.283000', '191741.286000', '191741.289000', '191741.291000', '191741.294000', '191741.297000', '191741.300000', '191741.303000', '191741.306000', '191741.309000', '191741.312000', '191741.314000', '191741.317000', '191741.320000', '191741.323000', '191741.326000', '191741.329000', '191741.332000', '191741.337000', '191741.342000', '191741.345000', '191741.348000', '191741.350000', '191741.353000', '191741.356000', '191741.359000', '191741.362000', '191741.365000', '191741.368000', '191741.371000', '191741.374000', '191741.376000', '191741.379000', '191741.382000', '191801.256000', '191801.259000', '191801.262000', '191801.265000', '191801.268000', '191801.271000', '191801.273000', '191801.276000', '191801.279000', '191801.282000', '191801.285000', '191801.288000', '191801.291000', '191801.294000', '191801.296000', '191801.299000', '191801.302000', '191801.305000', '191801.308000', '191801.311000', '191801.314000', '191801.317000', '191801.320000', '191801.322000', '191801.325000', '191801.328000', '191801.331000', '191801.334000', '191801.337000', '191801.340000', '191801.343000', '191801.346000', '191801.348000', '191801.351000', '191801.354000', '191801.357000', '191801.360000', '191801.363000', '191801.366000', '191801.369000', '191801.372000', '191801.375000', '191801.378000', '191801.381000', '191821.256000', '191821.259000', '191821.262000', '191821.265000', '191821.268000', '191821.271000', '191821.273000', '191821.276000', '191821.280000', '191821.283000', '191821.286000', '191821.289000', '191821.292000', '191821.295000', '191821.298000', '191821.301000', '191821.304000', '191821.307000', '191821.310000', '191821.312000', '191821.315000', '191821.318000', '191821.321000', '191821.324000', '191821.327000', '191821.330000', '191821.333000', '191821.338000', '191821.342000', '191821.345000', '191821.348000', '191821.351000', '191821.353000', '191821.356000', '191821.359000', '191821.362000', '191821.365000', '191821.368000', '191821.371000', '191821.374000', '191821.377000', '191821.380000', '191821.382000', '191841.257000', '191841.260000', '191841.263000', '191841.266000', '191841.269000', '191841.273000', '191841.276000', '191841.278000', '191841.281000', '191841.284000', '191841.287000', '191841.290000', '191841.293000', '191841.296000', '191841.299000', '191841.302000', '191841.305000', '191841.308000', '191841.311000', '191841.313000', '191841.316000', '191841.319000', '191841.322000', '191841.325000', '191841.328000', '191841.331000', '191841.334000', '191841.336000', '191841.339000', '191841.342000', '191841.345000', '191841.348000', '191841.351000', '191841.354000', '191841.356000', '191841.359000', '191841.362000', '191841.365000', '191841.368000', '191841.371000', '191841.374000', '191841.377000', '191841.380000', '191841.383000', '191901.257000', '191901.260000', '191901.263000', '191901.266000', '191901.269000', '191901.271000', '191901.274000', '191901.277000', '191901.280000', '191901.283000', '191901.286000', '191901.289000', '191901.292000', '191901.295000', '191901.297000', '191901.300000', '191901.303000', '191901.306000', '191901.309000', '191901.312000', '191901.315000', '191901.318000', '191901.320000', '191901.323000', '191901.326000', '191901.329000', '191901.332000', '191901.335000', '191901.337000', '191901.340000', '191901.343000', '191901.346000', '191901.349000', '191901.352000', '191901.357000', '191901.361000', '191901.364000', '191901.367000', '191901.370000', '191901.373000', '191901.376000', '191901.379000', '191901.382000', '191921.257000', '191921.260000', '191921.263000', '191921.266000', '191921.269000', '191921.272000', '191921.275000', '191921.278000', '191921.280000', '191921.283000', '191921.286000', '191921.289000', '191921.292000', '191921.295000', '191921.298000', '191921.300000', '191921.303000', '191921.306000', '191921.309000', '191921.312000', '191921.315000', '191921.318000', '191921.321000', '191921.323000', '191921.326000', '191921.329000', '191921.332000', '191921.335000', '191921.338000', '191921.341000', '191921.344000', '191921.346000', '191921.349000', '191921.352000', '191921.355000', '191921.358000', '191921.361000', '191921.364000', '191921.367000', '191921.370000', '191921.373000', '191921.375000', '191921.378000', '191921.381000', '191941.257000', '191941.260000', '191941.263000', '191941.266000', '191941.269000', '191941.282000', '191941.285000', '191941.288000', '191941.290000', '191941.293000', '191941.296000', '191941.299000', '191941.302000', '191941.305000', '191941.308000', '191941.311000', '191941.314000', '191941.317000', '191941.321000', '191941.324000', '191941.327000', '191941.330000', '191941.333000', '191941.336000', '191941.339000', '191941.342000', '191941.345000', '191941.347000', '191941.350000', '191941.353000', '191941.356000', '191941.359000', '191941.362000', '191941.365000', '191941.368000', '191941.370000', '191941.373000', '191941.376000', '191941.379000', '191941.382000', '191941.385000', '191941.388000', '191941.391000', '191944.194000', '191944.198000', '191944.201000', '191944.204000', '191944.208000', '191944.211000', '191944.214000'], '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], 'LargestImagePixelValue': [10789, 9709, 10156, 12106, 9789, 11359, 9816, 9824, 9380, 10221, 9985, 10010, 9686, 10787, 9580, 11632, 10092, 10843, 9561, 10691, 9634, 12912, 9668, 12312, 9525, 12558, 9893, 12727, 9279, 11462, 9236, 10868, 9878, 10297, 9847, 10461, 9697, 10213, 9276, 10568, 11115, 11490, 10884, 11960, 9903, 9587, 9412, 9652, 12891, 9519, 11114, 9428, 9263, 9421, 10770, 9441, 12757, 9535, 12296, 9425, 11693, 9787, 12601, 9819, 10210, 9795, 9823, 9701, 9585, 12647, 9474, 11715, 10117, 11300, 10621, 11477, 10068, 9780, 10349, 10263, 10378, 9573, 10523, 10056, 10386, 9751, 9955, 9300, 11702, 9737, 12638, 9702, 12565, 9636, 12004, 10255, 13016, 9999, 14149, 10103, 10145, 9994, 10063, 9722, 9886, 12968, 9711, 11978, 9783, 12155, 10038, 10784, 9992, 9590, 10323, 9639, 9870, 9691, 12122, 9563, 12544, 10631, 13499, 10968, 15431, 13234, 13484, 9742, 12034, 10261, 10244, 10008, 10249, 9577, 10461, 9393, 11486, 9492, 11498, 9277, 11639, 10047, 13328, 9593, 12270, 9665, 11372, 9734, 10234, 11271, 9596, 10663, 9560, 10980, 9498, 11522, 9489, 11128, 9870, 9337, 9597, 9303, 10861, 9323, 12104, 9976, 9064, 9600, 9601, 9721, 9527, 9421, 12804, 9555, 12222, 9193, 10612, 9045, 10467, 9265, 10794, 10152, 11045, 10151, 10991, 9517, 11051, 9864, 11589, 10191, 11673, 9947, 12531, 9690, 11288, 9515, 10481, 9942, 10002, 10976, 9512, 12309, 9661, 12483, 9778, 12375, 9448, 11012, 9473, 11565, 9704, 11845, 9977, 11055, 9730, 10056, 9679, 10299, 10586, 10035, 9344, 9489, 12322, 9777, 12613, 9970, 12603, 9991, 10372, 10233, 9754, 10184, 9630, 11051, 10287, 10983, 9548, 11912, 9573, 12291, 9606, 11890, 10402, 11853, 9909, 11381, 9982, 10380, 10188, 10316, 9954, 9741, 11606, 10004, 12689, 10028, 10518, 9543, 11158, 9886, 12206, 9830, 11928, 9760, 11905, 10118, 12395, 9548, 10604, 10255, 10131, 10663, 10867, 10525, 9820, 10047, 9274, 9944, 9580, 11785, 9866, 12024, 9981, 11865, 9922, 11116, 9479, 11615, 9797, 11928, 9850, 12215, 9998, 13595, 10217, 14373, 9949, 9940, 9927, 12666, 9909, 12946, 10699, 10146, 10157, 9505, 9692, 9445, 12782, 9572, 12182, 10100, 13474, 10520, 11494, 9547, 10425, 10140, 10405, 10132, 11013, 9992, 9512, 9287, 9567, 12027, 9689, 11446, 9647, 10770, 10354, 11541, 10217, 10956, 9956, 10153, 10167, 10598, 10188, 10926, 10060, 11424, 10335, 12379, 10190, 10941, 9982, 10713, 10433, 11092, 9357, 10923, 10005, 14128, 10169, 15198, 11171, 13447, 10399, 9634, 9762, 9933, 11401, 10013, 10389, 10048, 10202, 9525, 10005, 9760, 10904, 10232, 10447, 12386, 10927, 14237, 10179, 12319, 9922, 9270, 9588, 9157, 9571, 9406, 10090, 9531, 11258, 9515, 9053, 9712, 9096, 10573, 9254, 10165, 9051, 9465, 11296, 9398, 11841, 9473, 11560, 9709, 11793, 9478, 10355, 9501, 10331, 9329, 11025, 9667, 10914, 10193, 11583, 10003, 11231, 9927, 10709, 9690, 10212, 11855, 10215, 12078, 9701, 11649, 9533, 11964, 10123, 12563, 10077, 10290, 9994, 9518, 9739, 10178, 12184, 9668, 11453, 9676, 11765, 9686, 11050, 10385, 10370, 9518, 11276, 9849, 11760, 10831, 9618, 9600, 10989, 9709, 12581, 9886, 12560, 10046, 12608, 9788, 10673, 9902, 9410, 10034, 9689, 9806, 10262, 12531, 9910, 10863, 9587, 11517, 9694, 11823, 10623, 12183, 9997, 9951, 10461, 9870, 10327, 10759, 10452, 11314, 10344, 10337, 9726, 9750, 13635, 10463, 12516, 10328, 10756, 9542, 9616, 13313, 10159, 13633, 9785, 11491, 9585, 10694, 10082, 9861, 9500, 9910, 13205, 9959, 12073, 9717, 10194, 9802, 9602, 10168, 9849, 9972, 10229, 9531, 9782, 10472, 9652, 11895, 9900, 11708, 9924, 11378, 10402, 11593, 9894, 10829, 9788, 9504, 9989, 9951, 9919, 10681, 9752, 10180, 9956, 9649, 9714, 9733, 10043, 10213, 11812, 9940, 9899, 9530, 10397, 9703, 12139, 9798, 12059, 10108, 11676, 9854, 11307, 9765, 11931, 9796, 11816, 10191, 12468, 10302, 9844, 10065, 9644, 9712, 10085, 10152, 10918, 9739, 9554, 9674, 9793, 11005, 10191, 12435, 10053, 10615, 9741, 11771, 9796, 11732, 9934, 11848, 9906, 11091, 9991, 11538, 9701, 10554, 10045, 10090, 10272, 9979, 9655, 10456, 11391, 9824, 10119, 9815, 12117, 9734, 11933, 10132, 11391, 9847, 10212, 9943, 9659, 9766, 10308, 10704, 9952, 9694, 9702, 11557, 9987, 12309, 10372, 10305, 9788, 9171, 9854, 9522, 10117, 10989, 9850, 13148, 10806, 13289, 11317, 11805, 9854, 12834, 9985, 12651, 10005, 11837, 10835, 12252, 9966, 9684, 9723, 9590, 9563, 9930, 9552, 10273, 10579, 10278, 9240, 9645, 12317, 9792, 11878, 9666, 11104, 10566, 11377, 9802, 10160, 9852, 9820, 9439, 9915, 12783, 10320, 12571, 9988, 11457, 9813, 11329, 9899, 11365, 10428, 10139, 9901, 9753, 10341, 11330, 10045, 10552, 9915, 9821, 9594, 10021, 9962, 10857, 9929, 10548, 9318, 9568, 9351, 10096, 12814, 10294, 11939, 9958, 9542, 9714, 11438, 10252, 12397, 10243, 12173, 9890, 11081, 9817, 11145, 9818, 11760, 10192, 13083, 9817, 11467, 9542, 10998, 9669, 10335, 10046, 10398, 10038, 10774, 10171, 12253, 10089, 14184, 9747, 11066, 10156, 12008, 9974, 10298, 10040, 10053, 9814, 10221, 12092, 10482, 11840, 9668, 11483, 9899, 11989, 9661, 11983, 9638, 13302, 9437, 15015, 10096, 11513, 10273, 12012, 10287, 10055, 9803, 10136, 11349, 9878, 11806, 9736, 11974, 9860, 11413, 9712, 10991, 14237, 11433, 12570, 9509, 11516, 9470, 10174, 9888, 9597, 9754, 9910, 9658, 9633, 9897, 9987, 9918, 10930, 10190, 10698, 10086, 9827, 9766, 10367, 9705, 11058, 9684, 11355, 9984, 10620, 9681, 11080, 9739, 11684, 9703, 12001, 10207, 11687, 9818, 10178, 9879, 10023, 9652, 10167, 9957, 9569, 11303, 9821, 11498, 10185, 11155, 9994, 9585, 9942, 9763, 9379, 10256, 9481, 9745, 9054, 9710, 9216, 9868, 9915, 9818, 11913, 10198, 11820, 9925, 9067, 9740, 12041, 9841, 11961, 10398, 10270, 9878, 9980, 10135, 9856, 12216, 10005, 13078, 10161, 13623, 9697, 11232, 9674, 10080, 9908, 9706, 9599, 9870, 9421, 9906, 11699, 10020, 9888, 9581, 9638, 9969, 12304, 9784, 12080, 10225, 13164, 10456, 11527, 9679, 11188, 9806, 11357, 9599, 10561, 10332, 11360, 9987, 9901, 9717, 9668, 9131, 9863, 11436, 9974, 11806, 9767, 10776, 9619, 11218, 9941, 11624, 9836, 10755, 9373, 10742, 9969, 10594, 10236, 11305, 9861, 9868, 9859, 10196, 10281, 11286, 9642, 10291, 9446, 9818, 9262, 9882, 9512, 10328, 9663, 9876, 8995, 9864, 9629, 9916, 12536, 10049, 12392, 9833, 10000, 9844, 11240, 9647, 11309, 9679, 10800, 9866, 11468, 9835, 10962, 9696, 11174, 9387, 11217, 10363, 10927, 10117, 11706, 9726, 9574, 9166, 9610, 10573, 10145, 11664, 9937, 10460, 9601, 11654, 9508, 11082, 9631, 10853, 9856, 12405, 9444, 10811], 'WindowCenter': [4257.0, 4222.0, 4219.0, 4229.0, 4207.0, 4216.0, 4206.0, 4205.0, 4205.0, 4215.0, 4205.0, 4205.0, 4205.0, 4215.0, 4205.0, 4227.0, 4217.0, 4227.0, 4207.0, 4216.0, 4206.0, 4225.0, 4204.0, 4224.0, 4204.0, 4225.0, 4205.0, 4225.0, 4194.0, 4214.0, 4193.0, 4203.0, 4202.0, 4202.0, 4202.0, 4202.0, 4193.0, 4203.0, 4194.0, 4215.0, 4214.0, 4214.0, 4203.0, 4215.0, 4203.0, 4192.0, 4192.0, 4190.0, 4211.0, 4191.0, 4202.0, 4193.0, 4204.0, 4206.0, 4216.0, 4207.0, 4226.0, 4206.0, 4215.0, 4193.0, 4213.0, 4193.0, 4214.0, 4192.0, 4192.0, 4190.0, 4190.0, 4190.0, 4190.0, 4211.0, 4190.0, 4200.0, 4201.0, 4201.0, 4202.0, 4213.0, 4202.0, 4192.0, 4202.0, 4201.0, 4191.0, 4192.0, 4203.0, 4205.0, 4204.0, 4205.0, 4204.0, 4205.0, 4214.0, 4204.0, 4214.0, 4204.0, 4225.0, 4194.0, 4215.0, 4205.0, 4226.0, 4204.0, 4236.0, 4202.0, 4202.0, 4191.0, 4191.0, 4181.0, 4190.0, 4211.0, 4191.0, 4200.0, 4192.0, 4212.0, 4191.0, 4201.0, 4190.0, 4190.0, 4190.0, 4191.0, 4190.0, 4191.0, 4212.0, 4191.0, 4213.0, 4202.0, 4224.0, 4202.0, 4233.0, 4224.0, 4237.0, 4193.0, 4213.0, 4191.0, 4188.0, 4177.0, 4188.0, 4189.0, 4200.0, 4191.0, 4213.0, 4204.0, 4225.0, 4204.0, 4214.0, 4203.0, 4224.0, 4191.0, 4201.0, 4179.0, 4200.0, 4178.0, 4178.0, 4187.0, 4166.0, 4176.0, 4176.0, 4185.0, 4176.0, 4185.0, 4165.0, 4174.0, 4175.0, 4165.0, 4165.0, 4166.0, 4187.0, 4177.0, 4198.0, 4178.0, 4168.0, 4177.0, 4177.0, 4177.0, 4177.0, 4178.0, 4199.0, 4179.0, 4199.0, 4179.0, 4189.0, 4181.0, 4199.0, 4191.0, 4200.0, 4202.0, 4202.0, 4203.0, 4214.0, 4204.0, 4214.0, 4204.0, 4215.0, 4204.0, 4215.0, 4204.0, 4226.0, 4194.0, 4215.0, 4194.0, 4203.0, 4202.0, 4203.0, 4202.0, 4192.0, 4212.0, 4192.0, 4212.0, 4192.0, 4211.0, 4192.0, 4201.0, 4192.0, 4212.0, 4192.0, 4212.0, 4202.0, 4213.0, 4192.0, 4203.0, 4193.0, 4204.0, 4203.0, 4203.0, 4192.0, 4191.0, 4210.0, 4191.0, 4213.0, 4205.0, 4224.0, 4204.0, 4204.0, 4204.0, 4204.0, 4203.0, 4204.0, 4214.0, 4205.0, 4214.0, 4204.0, 4215.0, 4204.0, 4224.0, 4204.0, 4214.0, 4214.0, 4215.0, 4204.0, 4215.0, 4203.0, 4203.0, 4202.0, 4203.0, 4192.0, 4192.0, 4213.0, 4203.0, 4213.0, 4193.0, 4202.0, 4192.0, 4212.0, 4192.0, 4212.0, 4192.0, 4212.0, 4202.0, 4213.0, 4202.0, 4223.0, 4192.0, 4203.0, 4202.0, 4202.0, 4202.0, 4203.0, 4202.0, 4203.0, 4202.0, 4193.0, 4203.0, 4203.0, 4213.0, 4203.0, 4224.0, 4204.0, 4225.0, 4205.0, 4213.0, 4204.0, 4214.0, 4204.0, 4213.0, 4203.0, 4214.0, 4204.0, 4225.0, 4204.0, 4225.0, 4205.0, 4204.0, 4203.0, 4223.0, 4192.0, 4212.0, 4202.0, 4202.0, 4203.0, 4203.0, 4193.0, 4204.0, 4225.0, 4193.0, 4212.0, 4202.0, 4212.0, 4190.0, 4200.0, 4179.0, 4189.0, 4189.0, 4190.0, 4190.0, 4201.0, 4190.0, 4190.0, 4190.0, 4190.0, 4210.0, 4190.0, 4200.0, 4191.0, 4202.0, 4203.0, 4214.0, 4202.0, 4203.0, 4202.0, 4202.0, 4201.0, 4202.0, 4191.0, 4202.0, 4192.0, 4213.0, 4203.0, 4225.0, 4203.0, 4203.0, 4203.0, 4203.0, 4202.0, 4213.0, 4193.0, 4204.0, 4205.0, 4236.0, 4205.0, 4249.0, 4227.0, 4235.0, 4203.0, 4190.0, 4178.0, 4188.0, 4200.0, 4190.0, 4203.0, 4203.0, 4204.0, 4203.0, 4204.0, 4202.0, 4202.0, 4190.0, 4190.0, 4211.0, 4190.0, 4209.0, 4178.0, 4187.0, 4177.0, 4165.0, 4164.0, 4165.0, 4164.0, 4163.0, 4175.0, 4176.0, 4187.0, 4177.0, 4167.0, 4178.0, 4167.0, 4187.0, 4167.0, 4177.0, 4166.0, 4166.0, 4175.0, 4166.0, 4187.0, 4177.0, 4188.0, 4179.0, 4199.0, 4179.0, 4189.0, 4190.0, 4189.0, 4180.0, 4201.0, 4191.0, 4202.0, 4203.0, 4214.0, 4204.0, 4214.0, 4203.0, 4204.0, 4193.0, 4204.0, 4214.0, 4204.0, 4214.0, 4205.0, 4214.0, 4203.0, 4225.0, 4205.0, 4225.0, 4204.0, 4205.0, 4204.0, 4204.0, 4204.0, 4205.0, 4225.0, 4205.0, 4215.0, 4205.0, 4225.0, 4204.0, 4215.0, 4215.0, 4215.0, 4206.0, 4216.0, 4217.0, 4227.0, 4217.0, 4206.0, 4205.0, 4204.0, 4193.0, 4213.0, 4193.0, 4213.0, 4204.0, 4214.0, 4192.0, 4202.0, 4191.0, 4191.0, 4191.0, 4191.0, 4191.0, 4203.0, 4213.0, 4203.0, 4203.0, 4193.0, 4213.0, 4203.0, 4214.0, 4214.0, 4225.0, 4204.0, 4204.0, 4214.0, 4205.0, 4216.0, 4227.0, 4229.0, 4229.0, 4218.0, 4218.0, 4208.0, 4207.0, 4237.0, 4216.0, 4226.0, 4205.0, 4215.0, 4193.0, 4204.0, 4236.0, 4205.0, 4235.0, 4203.0, 4213.0, 4192.0, 4202.0, 4201.0, 4202.0, 4191.0, 4191.0, 4223.0, 4202.0, 4212.0, 4191.0, 4201.0, 4191.0, 4190.0, 4200.0, 4202.0, 4203.0, 4203.0, 4192.0, 4203.0, 4203.0, 4193.0, 4213.0, 4201.0, 4212.0, 4202.0, 4213.0, 4214.0, 4214.0, 4203.0, 4203.0, 4201.0, 4192.0, 4202.0, 4192.0, 4202.0, 4203.0, 4192.0, 4203.0, 4203.0, 4193.0, 4193.0, 4203.0, 4203.0, 4203.0, 4213.0, 4204.0, 4203.0, 4193.0, 4202.0, 4192.0, 4213.0, 4203.0, 4224.0, 4204.0, 4213.0, 4203.0, 4213.0, 4203.0, 4213.0, 4202.0, 4213.0, 4203.0, 4224.0, 4202.0, 4203.0, 4202.0, 4192.0, 4192.0, 4203.0, 4201.0, 4214.0, 4192.0, 4203.0, 4203.0, 4204.0, 4215.0, 4215.0, 4225.0, 4205.0, 4215.0, 4205.0, 4225.0, 4205.0, 4225.0, 4205.0, 4224.0, 4205.0, 4215.0, 4205.0, 4216.0, 4204.0, 4204.0, 4203.0, 4203.0, 4203.0, 4202.0, 4193.0, 4204.0, 4212.0, 4204.0, 4203.0, 4203.0, 4213.0, 4192.0, 4213.0, 4202.0, 4213.0, 4192.0, 4203.0, 4202.0, 4202.0, 4203.0, 4203.0, 4214.0, 4204.0, 4203.0, 4204.0, 4214.0, 4205.0, 4226.0, 4217.0, 4216.0, 4216.0, 4206.0, 4216.0, 4206.0, 4218.0, 4217.0, 4217.0, 4238.0, 4228.0, 4250.0, 4228.0, 4226.0, 4204.0, 4224.0, 4204.0, 4222.0, 4203.0, 4214.0, 4215.0, 4226.0, 4204.0, 4203.0, 4192.0, 4192.0, 4193.0, 4191.0, 4192.0, 4203.0, 4203.0, 4203.0, 4192.0, 4193.0, 4213.0, 4202.0, 4212.0, 4190.0, 4212.0, 4203.0, 4213.0, 4202.0, 4203.0, 4203.0, 4202.0, 4191.0, 4202.0, 4224.0, 4203.0, 4213.0, 4203.0, 4214.0, 4204.0, 4213.0, 4192.0, 4212.0, 4202.0, 4202.0, 4192.0, 4204.0, 4204.0, 4214.0, 4205.0, 4203.0, 4202.0, 4203.0, 4192.0, 4202.0, 4204.0, 4214.0, 4203.0, 4215.0, 4194.0, 4204.0, 4193.0, 4204.0, 4225.0, 4204.0, 4214.0, 4205.0, 4205.0, 4205.0, 4226.0, 4217.0, 4226.0, 4216.0, 4226.0, 4206.0, 4216.0, 4205.0, 4215.0, 4205.0, 4226.0, 4206.0, 4226.0, 4206.0, 4215.0, 4205.0, 4214.0, 4204.0, 4204.0, 4203.0, 4204.0, 4205.0, 4215.0, 4216.0, 4225.0, 4204.0, 4236.0, 4193.0, 4214.0, 4204.0, 4225.0, 4204.0, 4204.0, 4204.0, 4206.0, 4205.0, 4217.0, 4227.0, 4218.0, 4227.0, 4206.0, 4215.0, 4204.0, 4215.0, 4203.0, 4215.0, 4204.0, 4237.0, 4206.0, 4260.0, 4218.0, 4227.0, 4216.0, 4226.0, 4192.0, 4193.0, 4192.0, 4203.0, 4214.0, 4206.0, 4227.0, 4206.0, 4227.0, 4204.0, 4214.0, 4191.0, 4191.0, 4210.0, 4189.0, 4199.0, 4167.0, 4187.0, 4177.0, 4177.0, 4188.0, 4178.0, 4178.0, 4177.0, 4177.0, 4177.0, 4178.0, 4178.0, 4178.0, 4189.0, 4189.0, 4200.0, 4190.0, 4190.0, 4190.0, 4191.0, 4191.0, 4202.0, 4192.0, 4213.0, 4204.0, 4203.0, 4205.0, 4214.0, 4204.0, 4215.0, 4204.0, 4225.0, 4204.0, 4215.0, 4204.0, 4204.0, 4203.0, 4205.0, 4204.0, 4205.0, 4204.0, 4193.0, 4213.0, 4203.0, 4214.0, 4204.0, 4215.0, 4203.0, 4204.0, 4204.0, 4203.0, 4205.0, 4215.0, 4204.0, 4204.0, 4195.0, 4205.0, 4205.0, 4206.0, 4207.0, 4206.0, 4227.0, 4217.0, 4227.0, 4207.0, 4196.0, 4207.0, 4226.0, 4205.0, 4215.0, 4204.0, 4204.0, 4204.0, 4204.0, 4203.0, 4204.0, 4225.0, 4204.0, 4224.0, 4203.0, 4222.0, 4192.0, 4203.0, 4192.0, 4203.0, 4203.0, 4192.0, 4193.0, 4204.0, 4194.0, 4207.0, 4227.0, 4217.0, 4206.0, 4205.0, 4205.0, 4205.0, 4225.0, 4205.0, 4226.0, 4206.0, 4226.0, 4215.0, 4215.0, 4204.0, 4214.0, 4203.0, 4202.0, 4192.0, 4202.0, 4203.0, 4214.0, 4203.0, 4204.0, 4193.0, 4193.0, 4193.0, 4192.0, 4213.0, 4203.0, 4213.0, 4203.0, 4203.0, 4203.0, 4213.0, 4204.0, 4214.0, 4204.0, 4213.0, 4193.0, 4213.0, 4203.0, 4215.0, 4204.0, 4227.0, 4205.0, 4205.0, 4205.0, 4215.0, 4215.0, 4216.0, 4204.0, 4204.0, 4203.0, 4204.0, 4193.0, 4204.0, 4205.0, 4207.0, 4205.0, 4205.0, 4195.0, 4205.0, 4204.0, 4205.0, 4226.0, 4205.0, 4225.0, 4206.0, 4205.0, 4205.0, 4214.0, 4204.0, 4214.0, 4204.0, 4214.0, 4206.0, 4216.0, 4206.0, 4216.0, 4206.0, 4216.0, 4205.0, 4215.0, 4205.0, 4216.0, 4205.0, 4226.0, 4204.0, 4204.0, 4194.0, 4203.0, 4215.0, 4205.0, 4214.0, 4205.0, 4215.0, 4205.0, 4215.0, 4205.0, 4215.0, 4205.0, 4216.0, 4217.0, 4237.0, 4208.0, 4218.0], 'WindowWidth': [9426.0, 9370.0, 9359.0, 9372.0, 9337.0, 9347.0, 9334.0, 9331.0, 9331.0, 9343.0, 9332.0, 9329.0, 9330.0, 9344.0, 9331.0, 9364.0, 9351.0, 9363.0, 9336.0, 9349.0, 9333.0, 9359.0, 9327.0, 9355.0, 9326.0, 9357.0, 9329.0, 9359.0, 9314.0, 9342.0, 9310.0, 9323.0, 9320.0, 9320.0, 9319.0, 9322.0, 9309.0, 9325.0, 9313.0, 9344.0, 9343.0, 9341.0, 9325.0, 9347.0, 9323.0, 9309.0, 9308.0, 9301.0, 9331.0, 9304.0, 9321.0, 9310.0, 9328.0, 9333.0, 9348.0, 9336.0, 9362.0, 9332.0, 9343.0, 9310.0, 9337.0, 9308.0, 9340.0, 9304.0, 9305.0, 9300.0, 9301.0, 9299.0, 9299.0, 9329.0, 9301.0, 9315.0, 9316.0, 9318.0, 9319.0, 9336.0, 9319.0, 9306.0, 9319.0, 9318.0, 9304.0, 9307.0, 9323.0, 9328.0, 9327.0, 9328.0, 9328.0, 9330.0, 9341.0, 9327.0, 9341.0, 9326.0, 9358.0, 9314.0, 9342.0, 9327.0, 9360.0, 9324.0, 9375.0, 9320.0, 9320.0, 9304.0, 9304.0, 9289.0, 9300.0, 9330.0, 9301.0, 9314.0, 9304.0, 9335.0, 9303.0, 9318.0, 9301.0, 9301.0, 9299.0, 9302.0, 9300.0, 9303.0, 9333.0, 9304.0, 9335.0, 9322.0, 9355.0, 9323.0, 9369.0, 9355.0, 9377.0, 9310.0, 9337.0, 9305.0, 9295.0, 9279.0, 9294.0, 9297.0, 9311.0, 9306.0, 9337.0, 9328.0, 9357.0, 9328.0, 9343.0, 9324.0, 9353.0, 9302.0, 9316.0, 9283.0, 9313.0, 9279.0, 9280.0, 9288.0, 9258.0, 9275.0, 9273.0, 9286.0, 9272.0, 9285.0, 9258.0, 9269.0, 9269.0, 9256.0, 9257.0, 9259.0, 9291.0, 9277.0, 9307.0, 9280.0, 9265.0, 9277.0, 9276.0, 9277.0, 9275.0, 9281.0, 9310.0, 9282.0, 9310.0, 9282.0, 9298.0, 9288.0, 9311.0, 9302.0, 9315.0, 9320.0, 9321.0, 9322.0, 9339.0, 9327.0, 9340.0, 9328.0, 9343.0, 9326.0, 9342.0, 9325.0, 9360.0, 9312.0, 9343.0, 9311.0, 9324.0, 9319.0, 9320.0, 9319.0, 9305.0, 9335.0, 9306.0, 9334.0, 9307.0, 9332.0, 9307.0, 9318.0, 9307.0, 9332.0, 9307.0, 9334.0, 9320.0, 9336.0, 9307.0, 9325.0, 9310.0, 9327.0, 9324.0, 9322.0, 9306.0, 9304.0, 9330.0, 9305.0, 9337.0, 9327.0, 9354.0, 9325.0, 9326.0, 9326.0, 9326.0, 9324.0, 9326.0, 9340.0, 9329.0, 9341.0, 9327.0, 9343.0, 9328.0, 9356.0, 9326.0, 9341.0, 9339.0, 9344.0, 9325.0, 9344.0, 9323.0, 9324.0, 9321.0, 9322.0, 9307.0, 9305.0, 9338.0, 9323.0, 9338.0, 9309.0, 9321.0, 9305.0, 9333.0, 9307.0, 9333.0, 9307.0, 9334.0, 9320.0, 9338.0, 9321.0, 9352.0, 9308.0, 9322.0, 9320.0, 9319.0, 9320.0, 9323.0, 9319.0, 9323.0, 9321.0, 9311.0, 9323.0, 9325.0, 9338.0, 9323.0, 9353.0, 9327.0, 9356.0, 9331.0, 9340.0, 9327.0, 9341.0, 9326.0, 9338.0, 9323.0, 9339.0, 9326.0, 9358.0, 9326.0, 9357.0, 9330.0, 9326.0, 9324.0, 9350.0, 9306.0, 9335.0, 9319.0, 9321.0, 9322.0, 9323.0, 9311.0, 9326.0, 9357.0, 9309.0, 9334.0, 9321.0, 9334.0, 9301.0, 9313.0, 9284.0, 9297.0, 9298.0, 9301.0, 9300.0, 9317.0, 9299.0, 9301.0, 9300.0, 9301.0, 9327.0, 9300.0, 9315.0, 9302.0, 9319.0, 9324.0, 9339.0, 9319.0, 9323.0, 9319.0, 9319.0, 9316.0, 9320.0, 9304.0, 9320.0, 9305.0, 9338.0, 9324.0, 9357.0, 9323.0, 9325.0, 9323.0, 9323.0, 9320.0, 9338.0, 9309.0, 9327.0, 9330.0, 9377.0, 9331.0, 9402.0, 9366.0, 9373.0, 9322.0, 9299.0, 9280.0, 9293.0, 9312.0, 9301.0, 9326.0, 9324.0, 9328.0, 9325.0, 9327.0, 9319.0, 9319.0, 9299.0, 9300.0, 9329.0, 9298.0, 9325.0, 9278.0, 9291.0, 9274.0, 9258.0, 9255.0, 9255.0, 9253.0, 9252.0, 9271.0, 9274.0, 9290.0, 9277.0, 9263.0, 9278.0, 9262.0, 9289.0, 9260.0, 9273.0, 9258.0, 9257.0, 9271.0, 9260.0, 9289.0, 9277.0, 9292.0, 9282.0, 9309.0, 9281.0, 9295.0, 9298.0, 9298.0, 9287.0, 9316.0, 9304.0, 9321.0, 9322.0, 9341.0, 9323.0, 9341.0, 9324.0, 9324.0, 9309.0, 9324.0, 9341.0, 9326.0, 9341.0, 9327.0, 9340.0, 9324.0, 9356.0, 9329.0, 9357.0, 9326.0, 9328.0, 9326.0, 9327.0, 9327.0, 9330.0, 9358.0, 9329.0, 9342.0, 9328.0, 9356.0, 9325.0, 9342.0, 9342.0, 9343.0, 9331.0, 9345.0, 9351.0, 9362.0, 9349.0, 9331.0, 9328.0, 9325.0, 9309.0, 9335.0, 9307.0, 9337.0, 9324.0, 9338.0, 9306.0, 9320.0, 9304.0, 9303.0, 9302.0, 9303.0, 9305.0, 9321.0, 9336.0, 9322.0, 9322.0, 9309.0, 9336.0, 9323.0, 9340.0, 9338.0, 9357.0, 9326.0, 9327.0, 9341.0, 9331.0, 9347.0, 9364.0, 9368.0, 9371.0, 9353.0, 9354.0, 9338.0, 9336.0, 9378.0, 9346.0, 9360.0, 9328.0, 9343.0, 9311.0, 9326.0, 9375.0, 9330.0, 9371.0, 9324.0, 9337.0, 9307.0, 9320.0, 9316.0, 9320.0, 9304.0, 9304.0, 9351.0, 9321.0, 9335.0, 9305.0, 9318.0, 9303.0, 9303.0, 9314.0, 9321.0, 9322.0, 9322.0, 9308.0, 9324.0, 9323.0, 9309.0, 9335.0, 9319.0, 9335.0, 9321.0, 9336.0, 9339.0, 9342.0, 9323.0, 9326.0, 9319.0, 9307.0, 9320.0, 9306.0, 9321.0, 9323.0, 9307.0, 9322.0, 9321.0, 9309.0, 9309.0, 9323.0, 9325.0, 9325.0, 9340.0, 9326.0, 9323.0, 9310.0, 9322.0, 9307.0, 9338.0, 9323.0, 9354.0, 9328.0, 9339.0, 9324.0, 9337.0, 9322.0, 9336.0, 9321.0, 9338.0, 9324.0, 9354.0, 9321.0, 9322.0, 9320.0, 9306.0, 9308.0, 9323.0, 9319.0, 9339.0, 9307.0, 9323.0, 9324.0, 9326.0, 9345.0, 9343.0, 9359.0, 9331.0, 9343.0, 9331.0, 9358.0, 9331.0, 9358.0, 9329.0, 9356.0, 9328.0, 9345.0, 9331.0, 9346.0, 9327.0, 9329.0, 9324.0, 9324.0, 9323.0, 9320.0, 9311.0, 9327.0, 9336.0, 9325.0, 9323.0, 9323.0, 9336.0, 9307.0, 9336.0, 9321.0, 9337.0, 9305.0, 9323.0, 9321.0, 9322.0, 9324.0, 9325.0, 9340.0, 9328.0, 9323.0, 9326.0, 9341.0, 9332.0, 9360.0, 9350.0, 9348.0, 9347.0, 9333.0, 9347.0, 9333.0, 9352.0, 9350.0, 9351.0, 9383.0, 9368.0, 9403.0, 9368.0, 9363.0, 9327.0, 9355.0, 9325.0, 9349.0, 9322.0, 9340.0, 9343.0, 9361.0, 9324.0, 9325.0, 9308.0, 9307.0, 9307.0, 9305.0, 9309.0, 9325.0, 9322.0, 9324.0, 9308.0, 9309.0, 9336.0, 9320.0, 9333.0, 9302.0, 9334.0, 9323.0, 9339.0, 9320.0, 9324.0, 9322.0, 9322.0, 9305.0, 9321.0, 9353.0, 9325.0, 9338.0, 9322.0, 9341.0, 9326.0, 9336.0, 9308.0, 9334.0, 9318.0, 9321.0, 9307.0, 9325.0, 9327.0, 9341.0, 9326.0, 9324.0, 9320.0, 9325.0, 9307.0, 9321.0, 9327.0, 9340.0, 9324.0, 9342.0, 9312.0, 9327.0, 9311.0, 9325.0, 9358.0, 9328.0, 9340.0, 9329.0, 9329.0, 9331.0, 9361.0, 9350.0, 9361.0, 9347.0, 9360.0, 9332.0, 9345.0, 9330.0, 9341.0, 9328.0, 9359.0, 9333.0, 9361.0, 9332.0, 9342.0, 9328.0, 9341.0, 9326.0, 9326.0, 9323.0, 9327.0, 9327.0, 9343.0, 9345.0, 9358.0, 9325.0, 9374.0, 9311.0, 9342.0, 9327.0, 9356.0, 9326.0, 9327.0, 9325.0, 9332.0, 9328.0, 9348.0, 9364.0, 9352.0, 9362.0, 9331.0, 9343.0, 9327.0, 9343.0, 9324.0, 9342.0, 9327.0, 9377.0, 9333.0, 9417.0, 9352.0, 9364.0, 9346.0, 9357.0, 9304.0, 9307.0, 9304.0, 9322.0, 9339.0, 9331.0, 9362.0, 9333.0, 9363.0, 9327.0, 9339.0, 9302.0, 9301.0, 9327.0, 9295.0, 9308.0, 9260.0, 9288.0, 9275.0, 9276.0, 9292.0, 9280.0, 9280.0, 9276.0, 9277.0, 9274.0, 9277.0, 9279.0, 9278.0, 9294.0, 9295.0, 9313.0, 9299.0, 9298.0, 9300.0, 9301.0, 9303.0, 9317.0, 9306.0, 9337.0, 9326.0, 9324.0, 9327.0, 9340.0, 9327.0, 9341.0, 9326.0, 9355.0, 9326.0, 9342.0, 9323.0, 9325.0, 9323.0, 9327.0, 9325.0, 9328.0, 9324.0, 9309.0, 9336.0, 9321.0, 9339.0, 9323.0, 9341.0, 9322.0, 9325.0, 9326.0, 9325.0, 9329.0, 9343.0, 9327.0, 9327.0, 9316.0, 9329.0, 9330.0, 9333.0, 9334.0, 9332.0, 9364.0, 9350.0, 9364.0, 9336.0, 9320.0, 9335.0, 9361.0, 9330.0, 9344.0, 9326.0, 9326.0, 9324.0, 9325.0, 9324.0, 9324.0, 9356.0, 9326.0, 9354.0, 9323.0, 9348.0, 9307.0, 9322.0, 9307.0, 9323.0, 9320.0, 9308.0, 9308.0, 9326.0, 9313.0, 9333.0, 9364.0, 9351.0, 9332.0, 9331.0, 9328.0, 9328.0, 9355.0, 9328.0, 9357.0, 9331.0, 9359.0, 9343.0, 9341.0, 9326.0, 9338.0, 9322.0, 9320.0, 9306.0, 9320.0, 9323.0, 9340.0, 9322.0, 9325.0, 9309.0, 9309.0, 9308.0, 9306.0, 9336.0, 9322.0, 9336.0, 9322.0, 9323.0, 9323.0, 9336.0, 9325.0, 9340.0, 9324.0, 9338.0, 9310.0, 9337.0, 9324.0, 9342.0, 9327.0, 9363.0, 9329.0, 9330.0, 9329.0, 9343.0, 9343.0, 9346.0, 9325.0, 9327.0, 9324.0, 9325.0, 9311.0, 9327.0, 9330.0, 9332.0, 9328.0, 9329.0, 9314.0, 9329.0, 9327.0, 9328.0, 9358.0, 9330.0, 9356.0, 9331.0, 9328.0, 9327.0, 9339.0, 9326.0, 9338.0, 9326.0, 9340.0, 9331.0, 9346.0, 9333.0, 9347.0, 9333.0, 9345.0, 9330.0, 9342.0, 9328.0, 9345.0, 9327.0, 9359.0, 9325.0, 9326.0, 9312.0, 9325.0, 9343.0, 9329.0, 9341.0, 9330.0, 9341.0, 9329.0, 9344.0, 9329.0, 9342.0, 9328.0, 9345.0, 9349.0, 9377.0, 9338.0, 9351.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.00039979274611398965</td></tr>
<tr><td colspan=3>aqi</td><td>0.017079381139896373</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.07589869486513</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1906277306639015</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9997119260892108</td></tr>
<tr><td colspan=3>efc</td><td>0.4642</td></tr>
<tr><td colspan=3>fber</td><td>6840.4531</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07552804581843665</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.761658031088083</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3822133618557344</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3387219442405236</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.618684846656597</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.189233294670082</td></tr>
<tr><td colspan=3>gcor</td><td>0.0138283</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015732914209365845</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023512251675128937</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>965</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.955577222897115</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>33.4849</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.3276</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.3449</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303260.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>794.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>353.3096</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5181</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>503.8705</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3428.0851</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3623.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73284.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1189.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4488.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>915.9157</td></tr>
<tr><td colspan=3>tsnr</td><td>45.401787057635374</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>