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

616 lines
No EOL
115 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-0041_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-0041_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-0041_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-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0041/figures/sub-0041_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-0041/figures/sub-0041_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041/ses-02/func/sub-0041_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>7829409a99223a480661cd690d17ee29</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>17:11:9.885000</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.997974, -0.0601957, 0.0206163, 0.0580671, 0.994092, 0.0917015]</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.0945874</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>[4147, -7784, -7251, 509, -67, -241, -36, 74]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.766</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9aafd250-d6ca-4d2c-9424-94ee430842dc||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.677490472793579, 0.15578989684581757, 0.07023927569389343, 105.69416046142578], [0.16150055825710297, 2.667076349258423, 0.2438601404428482, -103.3736801147461], [0.05531206354498863, -0.24602846801280975, 2.688047409057617, -54.154659271240234], [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': ['171109.885000', '171110.345000', '171110.805000', '171111.265000', '171111.725000', '171112.185000', '171112.645000', '171113.105000', '171113.565000', '171114.025000', '171114.485000', '171114.945000', '171115.405000', '171115.865000', '171116.325000', '171116.785000', '171117.245000', '171117.705000', '171118.165000', '171118.625000', '171119.085000', '171119.545000', '171120.005000', '171120.465000', '171120.925000', '171121.385000', '171121.845000', '171122.305000', '171122.765000', '171123.225000', '171123.685000', '171124.145000', '171124.605000', '171125.065000', '171125.525000', '171125.985000', '171126.445000', '171126.905000', '171127.365000', '171127.825000', '171128.285000', '171128.745000', '171129.205000', '171129.665000', '171130.125000', '171130.585000', '171131.045000', '171131.505000', '171131.965000', '171132.425000', '171132.885000', '171133.345000', '171133.805000', '171134.265000', '171134.725000', '171135.185000', '171135.645000', '171136.105000', '171136.565000', '171137.025000', '171137.485000', '171137.945000', '171138.405000', '171138.865000', '171139.325000', '171139.785000', '171140.245000', '171140.705000', '171141.165000', '171141.625000', '171142.085000', '171142.545000', '171143.005000', '171143.465000', '171143.925000', '171144.385000', '171144.845000', '171145.305000', '171145.765000', '171146.225000', '171146.685000', '171147.145000', '171147.605000', '171148.065000', '171148.525000', '171148.985000', '171149.445000', '171149.905000', '171150.365000', '171150.825000', '171151.285000', '171151.745000', '171152.205000', '171152.665000', '171153.125000', '171153.585000', '171154.045000', '171154.505000', '171154.965000', '171155.425000', '171155.885000', '171156.345000', '171156.805000', '171157.265000', '171157.725000', '171158.185000', '171158.645000', '171159.105000', '171159.565000', '171200.025000', '171200.485000', '171200.945000', '171201.405000', '171201.865000', '171202.325000', '171202.785000', '171203.245000', '171203.705000', '171204.165000', '171204.625000', '171205.085000', '171205.545000', '171206.005000', '171206.465000', '171206.925000', '171207.385000', '171207.845000', '171208.305000', '171208.765000', '171209.225000', '171209.685000', '171210.145000', '171210.605000', '171211.065000', '171211.525000', '171211.985000', '171212.445000', '171212.905000', '171213.365000', '171213.825000', '171214.285000', '171214.745000', '171215.205000', '171215.665000', '171216.125000', '171216.585000', '171217.045000', '171217.505000', '171217.965000', '171218.425000', '171218.885000', '171219.345000', '171219.805000', '171220.265000', '171220.725000', '171221.185000', '171221.645000', '171222.105000', '171222.565000', '171223.025000', '171223.485000', '171223.945000', '171224.405000', '171224.865000', '171225.325000', '171225.785000', '171226.245000', '171226.705000', '171227.165000', '171227.625000', '171228.085000', '171228.545000', '171229.005000', '171229.465000', '171229.925000', '171230.385000', '171230.845000', '171231.305000', '171231.765000', '171232.225000', '171232.685000', '171233.145000', '171233.605000', '171234.065000', '171234.525000', '171234.985000', '171235.445000', '171235.905000', '171236.365000', '171236.825000', '171237.285000', '171237.745000', '171238.205000', '171238.665000', '171239.125000', '171239.585000', '171240.045000', '171240.505000', '171240.965000', '171241.425000', '171241.885000', '171242.345000', '171242.805000', '171243.265000', '171243.725000', '171244.185000', '171244.645000', '171245.105000', '171245.565000', '171246.025000', '171246.485000', '171246.945000', '171247.405000', '171247.865000', '171248.325000', '171248.785000', '171249.245000', '171249.705000', '171250.165000', '171250.625000', '171251.085000', '171251.545000', '171252.005000', '171252.465000', '171252.925000', '171253.385000', '171253.845000', '171254.305000', '171254.765000', '171255.225000', '171255.685000', '171256.145000', '171256.605000', '171257.065000', '171257.525000', '171257.985000', '171258.445000', '171258.905000', '171259.365000', '171259.825000', '171300.285000', '171300.745000', '171301.205000', '171301.665000', '171302.125000', '171302.585000', '171303.045000', '171303.505000', '171303.965000', '171304.425000', '171304.885000', '171305.345000', '171305.805000', '171306.265000', '171306.725000', '171307.185000', '171307.645000', '171308.105000', '171308.565000', '171309.025000', '171309.485000', '171309.945000', '171310.405000', '171310.865000', '171311.325000', '171311.785000', '171312.245000', '171312.705000', '171313.165000', '171313.625000', '171314.085000', '171314.545000', '171315.005000', '171315.465000', '171315.925000', '171316.385000', '171316.845000', '171317.305000', '171317.765000', '171318.225000', '171318.685000', '171319.145000', '171319.605000', '171320.065000', '171320.525000', '171320.985000', '171321.445000', '171321.905000', '171322.365000', '171322.825000', '171323.285000', '171323.745000', '171324.205000', '171324.665000', '171325.125000', '171325.585000', '171326.045000', '171326.505000', '171326.965000', '171327.425000', '171327.885000', '171328.345000', '171328.805000', '171329.265000', '171329.725000', '171330.185000', '171330.645000', '171331.105000', '171331.565000', '171332.025000', '171332.485000', '171332.945000', '171333.405000', '171333.865000', '171334.325000', '171334.785000', '171335.245000', '171335.705000', '171336.165000', '171336.625000', '171337.085000', '171337.545000', '171338.005000', '171338.465000', '171338.925000', '171339.385000', '171339.845000', '171340.305000', '171340.765000', '171341.225000', '171341.685000', '171342.145000', '171342.605000', '171343.065000', '171343.525000', '171343.985000', '171344.445000', '171344.905000', '171345.365000', '171345.825000', '171346.285000', '171346.745000', '171347.205000', '171347.665000', '171348.125000', '171348.585000', '171349.045000', '171349.505000', '171349.965000', '171350.425000', '171350.885000', '171351.345000', '171351.805000', '171352.265000', '171352.725000', '171353.185000', '171353.645000', '171354.105000', '171354.565000', '171355.025000', '171355.485000', '171355.945000', '171356.405000', '171356.865000', '171357.325000', '171357.785000', '171358.245000', '171358.705000', '171359.165000', '171359.625000', '171400.085000', '171400.545000', '171401.005000', '171401.465000', '171401.925000', '171402.385000', '171402.845000', '171403.305000', '171403.765000', '171404.225000', '171404.685000', '171405.145000', '171405.605000', '171406.065000', '171406.525000', '171406.985000', '171407.445000', '171407.905000', '171408.365000', '171408.825000', '171409.285000', '171409.745000', '171410.205000', '171410.665000', '171411.125000', '171411.585000', '171412.045000', '171412.505000', '171412.965000', '171413.425000', '171413.885000', '171414.345000', '171414.805000', '171415.265000', '171415.725000', '171416.185000', '171416.645000', '171417.105000', '171417.565000', '171418.025000', '171418.485000', '171418.945000', '171419.405000', '171419.865000', '171420.325000', '171420.785000', '171421.245000', '171421.705000', '171422.165000', '171422.625000', '171423.085000', '171423.545000', '171424.005000', '171424.465000', '171424.925000', '171425.385000', '171425.845000', '171426.305000', '171426.765000', '171427.225000', '171427.685000', '171428.145000', '171428.605000', '171429.065000', '171429.525000', '171429.985000', '171430.445000', '171430.905000', '171431.365000', '171431.825000', '171432.285000', '171432.745000', '171433.205000', '171433.665000', '171434.125000', '171434.585000', '171435.045000', '171435.505000', '171435.965000', '171436.425000', '171436.885000', '171437.345000', '171437.805000', '171438.265000', '171438.725000', '171439.185000', '171439.645000', '171440.105000', '171440.565000', '171441.025000', '171441.485000', '171441.945000', '171442.405000', '171442.865000', '171443.325000', '171443.785000', '171444.245000', '171444.705000', '171445.165000', '171445.625000', '171446.085000', '171446.545000', '171447.005000', '171447.465000', '171447.925000', '171448.385000', '171448.845000', '171449.305000', '171449.765000', '171450.225000', '171450.685000', '171451.145000', '171451.605000', '171452.065000', '171452.525000', '171452.985000', '171453.445000', '171453.905000', '171454.365000', '171454.825000', '171455.285000', '171455.745000', '171456.205000', '171456.665000', '171457.125000', '171457.585000', '171458.045000', '171458.505000', '171458.965000', '171459.425000', '171459.885000', '171500.345000', '171500.805000', '171501.265000', '171501.725000', '171502.185000', '171502.645000', '171503.105000', '171503.565000', '171504.025000', '171504.485000', '171504.945000', '171505.405000', '171505.865000', '171506.325000', '171506.785000', '171507.245000', '171507.705000', '171508.165000', '171508.625000', '171509.085000', '171509.545000', '171510.005000', '171510.465000', '171510.925000', '171511.385000', '171511.845000', '171512.305000', '171512.765000', '171513.225000', '171513.685000', '171514.145000', '171514.605000', '171515.065000', '171515.525000', '171515.985000', '171516.445000', '171516.905000', '171517.365000', '171517.825000', '171518.285000', '171518.745000', '171519.205000', '171519.665000', '171520.125000', '171520.585000', '171521.045000', '171521.505000', '171521.965000', '171522.425000', '171522.885000', '171523.345000', '171523.805000', '171524.265000', '171524.725000', '171525.185000', '171525.645000', '171526.105000', '171526.565000', '171527.025000', '171527.485000', '171527.945000', '171528.405000', '171528.865000', '171529.325000', '171529.785000', '171530.245000', '171530.705000', '171531.165000', '171531.625000', '171532.085000', '171532.545000', '171533.005000', '171533.465000', '171533.925000', '171534.385000', '171534.845000', '171535.305000', '171535.765000', '171536.225000', '171536.685000', '171537.145000', '171537.605000', '171538.065000', '171538.525000', '171538.985000', '171539.445000', '171539.905000', '171540.365000', '171540.825000', '171541.285000', '171541.745000', '171542.205000', '171542.665000', '171543.125000', '171543.585000', '171544.045000', '171544.505000', '171544.965000', '171545.425000', '171545.885000', '171546.345000', '171546.805000', '171547.265000', '171547.725000', '171548.185000', '171548.645000', '171549.105000', '171549.565000', '171550.025000', '171550.485000', '171550.945000', '171551.405000', '171551.865000', '171552.325000', '171552.785000', '171553.245000', '171553.705000', '171554.165000', '171554.625000', '171555.085000', '171555.545000', '171556.005000', '171556.465000', '171556.925000', '171557.385000', '171557.845000', '171558.305000', '171558.765000', '171559.225000', '171559.685000', '171600.145000', '171600.605000', '171601.065000', '171601.525000', '171601.985000', '171602.445000', '171602.905000', '171603.365000', '171603.825000', '171604.285000', '171604.745000', '171605.205000', '171605.665000', '171606.125000', '171606.585000', '171607.045000', '171607.505000', '171607.965000', '171608.425000', '171608.885000', '171609.345000', '171609.805000', '171610.265000', '171610.725000', '171611.185000', '171611.645000', '171612.105000', '171612.565000', '171613.025000', '171613.485000', '171613.945000', '171614.405000', '171614.865000', '171615.325000', '171615.785000', '171616.245000', '171616.705000', '171617.165000', '171617.625000', '171618.085000', '171618.545000', '171619.005000', '171619.465000', '171619.925000', '171620.385000', '171620.845000', '171621.305000', '171621.765000', '171622.225000', '171622.685000', '171623.145000', '171623.605000', '171624.065000', '171624.525000', '171624.985000', '171625.445000', '171625.905000', '171626.365000', '171626.825000', '171627.285000', '171627.745000', '171628.205000', '171628.665000', '171629.125000', '171629.585000', '171630.045000', '171630.505000', '171630.965000', '171631.425000', '171631.885000', '171632.345000', '171632.805000', '171633.265000', '171633.725000', '171634.185000', '171634.645000', '171635.105000', '171635.565000', '171636.025000', '171636.485000', '171636.945000', '171637.405000', '171637.865000', '171638.325000', '171638.785000', '171639.245000', '171639.705000', '171640.165000', '171640.625000', '171641.085000', '171641.545000', '171642.005000', '171642.465000', '171642.925000', '171643.385000', '171643.845000', '171644.305000', '171644.765000', '171645.225000', '171645.685000', '171646.145000', '171646.605000', '171647.065000', '171647.525000', '171647.985000', '171648.445000', '171648.905000', '171649.365000', '171649.825000', '171650.285000', '171650.745000', '171651.205000', '171651.665000', '171652.125000', '171652.585000', '171653.045000', '171653.505000', '171653.965000', '171654.425000', '171654.885000', '171655.345000', '171655.805000', '171656.265000', '171656.725000', '171657.185000', '171657.645000', '171658.105000', '171658.565000', '171659.025000', '171659.485000', '171659.945000', '171700.405000', '171700.865000', '171701.325000', '171701.785000', '171702.245000', '171702.705000', '171703.165000', '171703.625000', '171704.085000', '171704.545000', '171705.005000', '171705.465000', '171705.925000', '171706.385000', '171706.845000', '171707.305000', '171707.765000', '171708.225000', '171708.685000', '171709.145000', '171709.605000', '171710.065000', '171710.525000', '171710.985000', '171711.445000', '171711.905000', '171712.365000', '171712.825000', '171713.285000', '171713.745000', '171714.205000', '171714.665000', '171715.125000', '171715.585000', '171716.045000', '171716.505000', '171716.965000', '171717.425000', '171717.885000', '171718.345000', '171718.805000', '171719.265000', '171719.725000', '171720.185000', '171720.645000', '171721.105000', '171721.565000', '171722.025000', '171722.485000', '171722.945000', '171723.405000', '171723.865000', '171724.325000', '171724.785000', '171725.245000', '171725.705000', '171726.165000', '171726.625000', '171727.085000', '171727.545000', '171728.005000', '171728.465000', '171728.925000', '171729.385000', '171729.845000', '171730.305000', '171730.765000', '171731.225000', '171731.685000', '171732.145000', '171732.605000', '171733.065000', '171733.525000', '171733.985000', '171734.445000', '171734.905000', '171735.365000', '171735.825000', '171736.285000', '171736.745000', '171737.205000', '171737.665000', '171738.125000', '171738.585000', '171739.045000', '171739.505000', '171739.965000', '171740.425000', '171740.885000', '171741.345000', '171741.805000', '171742.265000', '171742.725000', '171743.185000', '171743.645000', '171744.105000', '171744.565000', '171745.025000', '171745.485000', '171745.945000', '171746.405000', '171746.865000', '171747.325000', '171747.785000', '171748.245000', '171748.705000', '171749.165000', '171749.625000', '171750.085000', '171750.545000', '171751.005000', '171751.465000', '171751.925000', '171752.385000', '171752.845000', '171753.305000', '171753.765000', '171754.225000', '171754.685000', '171755.145000', '171755.605000', '171756.065000', '171756.525000', '171756.985000', '171757.445000', '171757.905000', '171758.365000', '171758.825000', '171759.285000', '171759.745000', '171800.205000', '171800.665000', '171801.125000', '171801.585000', '171802.045000', '171802.505000', '171802.965000', '171803.425000', '171803.885000', '171804.345000', '171804.805000', '171805.265000', '171805.725000', '171806.185000', '171806.645000', '171807.105000', '171807.565000', '171808.025000', '171808.485000', '171808.945000', '171809.405000', '171809.865000', '171810.325000', '171810.785000', '171811.245000', '171811.705000', '171812.165000', '171812.625000', '171813.085000', '171813.545000', '171814.005000', '171814.465000', '171814.925000', '171815.385000', '171815.845000', '171816.305000', '171816.765000', '171817.225000', '171817.685000', '171818.145000', '171818.605000', '171819.065000', '171819.525000', '171819.985000', '171820.445000', '171820.905000', '171821.365000', '171821.825000', '171822.285000', '171822.745000', '171823.205000', '171823.665000', '171824.125000', '171824.585000', '171825.045000', '171825.505000', '171825.965000', '171826.425000', '171826.885000', '171827.345000', '171827.805000', '171828.265000', '171828.725000', '171829.185000', '171829.645000', '171830.105000', '171830.565000', '171831.025000', '171831.485000', '171831.945000', '171832.405000', '171832.865000', '171833.325000', '171833.785000', '171834.245000'], 'ContentTime': ['171121.387000', '171121.390000', '171121.399000', '171121.402000', '171121.405000', '171121.408000', '171121.410000', '171121.413000', '171121.416000', '171121.419000', '171121.422000', '171121.425000', '171121.427000', '171121.430000', '171121.436000', '171121.439000', '171121.442000', '171121.444000', '171121.447000', '171121.450000', '171121.453000', '171121.456000', '171121.459000', '171141.328000', '171141.331000', '171141.334000', '171141.337000', '171141.480000', '171141.483000', '171141.486000', '171141.489000', '171141.492000', '171141.494000', '171141.497000', '171141.500000', '171141.503000', '171141.506000', '171141.509000', '171141.512000', '171141.514000', '171141.517000', '171141.520000', '171141.523000', '171141.535000', '171141.538000', '171141.540000', '171141.543000', '171141.546000', '171141.549000', '171141.552000', '171141.555000', '171141.558000', '171141.561000', '171141.563000', '171141.566000', '171141.569000', '171141.572000', '171141.575000', '171141.585000', '171141.587000', '171141.590000', '171141.593000', '171141.596000', '171141.599000', '171141.602000', '171141.605000', '171201.328000', '171201.331000', '171201.334000', '171201.337000', '171201.339000', '171201.342000', '171201.345000', '171201.348000', '171201.351000', '171201.354000', '171201.357000', '171201.359000', '171201.362000', '171201.365000', '171201.368000', '171201.371000', '171201.374000', '171201.377000', '171201.380000', '171201.383000', '171201.385000', '171201.388000', '171201.391000', '171201.394000', '171201.397000', '171201.400000', '171201.402000', '171201.405000', '171201.408000', '171201.411000', '171201.414000', '171201.417000', '171201.429000', '171201.432000', '171201.435000', '171201.438000', '171201.441000', '171201.444000', '171201.447000', '171201.450000', '171201.453000', '171201.455000', '171201.458000', '171201.461000', '171221.328000', '171221.331000', '171221.334000', '171221.337000', '171221.340000', '171221.342000', '171221.345000', '171221.348000', '171221.351000', '171221.354000', '171221.357000', '171221.360000', '171221.362000', '171221.365000', '171221.368000', '171221.371000', '171221.374000', '171221.377000', '171221.380000', '171221.383000', '171221.385000', '171221.388000', '171221.391000', '171221.394000', '171221.397000', '171221.400000', '171221.403000', '171221.405000', '171221.408000', '171221.411000', '171221.414000', '171221.417000', '171221.420000', '171221.425000', '171221.428000', '171221.431000', '171221.434000', '171221.437000', '171221.440000', '171221.443000', '171221.445000', '171221.448000', '171221.451000', '171241.327000', '171241.330000', '171241.333000', '171241.336000', '171241.339000', '171241.342000', '171241.344000', '171241.347000', '171241.350000', '171241.353000', '171241.356000', '171241.359000', '171241.361000', '171241.364000', '171241.367000', '171241.370000', '171241.373000', '171241.376000', '171241.379000', '171241.381000', '171241.384000', '171241.387000', '171241.390000', '171241.393000', '171241.396000', '171241.399000', '171241.401000', '171241.404000', '171241.407000', '171241.410000', '171241.413000', '171241.416000', '171241.418000', '171241.421000', '171241.424000', '171241.427000', '171241.430000', '171241.433000', '171241.436000', '171241.438000', '171241.441000', '171241.444000', '171241.447000', '171241.450000', '171301.327000', '171301.330000', '171301.333000', '171301.336000', '171301.338000', '171301.341000', '171301.344000', '171301.347000', '171301.350000', '171301.353000', '171301.355000', '171301.358000', '171301.361000', '171301.364000', '171301.367000', '171301.370000', '171301.373000', '171301.376000', '171301.379000', '171301.382000', '171301.385000', '171301.388000', '171301.391000', '171301.394000', '171301.397000', '171301.399000', '171301.402000', '171301.405000', '171301.408000', '171301.418000', '171301.421000', '171301.424000', '171301.426000', '171301.429000', '171301.432000', '171301.435000', '171301.438000', '171301.441000', '171301.444000', '171301.447000', '171301.450000', '171301.453000', '171301.456000', '171321.327000', '171321.330000', '171321.333000', '171321.336000', '171321.339000', '171321.341000', '171321.344000', '171321.347000', '171321.350000', '171321.353000', '171321.356000', '171321.359000', '171321.362000', '171321.364000', '171321.367000', '171321.370000', '171321.373000', '171321.376000', '171321.379000', '171321.382000', '171321.385000', '171321.387000', '171321.390000', '171321.393000', '171321.396000', '171321.399000', '171321.402000', '171321.405000', '171321.408000', '171321.411000', '171321.413000', '171321.416000', '171321.419000', '171321.422000', '171321.425000', '171321.428000', '171321.431000', '171321.433000', '171321.436000', '171321.439000', '171321.442000', '171321.445000', '171321.448000', '171321.451000', '171341.328000', '171341.331000', '171341.334000', '171341.337000', '171341.339000', '171341.342000', '171341.345000', '171341.348000', '171341.351000', '171341.354000', '171341.356000', '171341.359000', '171341.362000', '171341.365000', '171341.368000', '171341.371000', '171341.374000', '171341.377000', '171341.379000', '171341.382000', '171341.385000', '171341.388000', '171341.391000', '171341.394000', '171341.397000', '171341.399000', '171341.402000', '171341.414000', '171341.417000', '171341.419000', '171341.422000', '171341.425000', '171341.428000', '171341.431000', '171341.434000', '171341.437000', '171341.439000', '171341.442000', '171341.445000', '171341.448000', '171341.451000', '171341.454000', '171341.457000', '171401.328000', '171401.331000', '171401.334000', '171401.337000', '171401.340000', '171401.342000', '171401.345000', '171401.348000', '171401.351000', '171401.354000', '171401.357000', '171401.370000', '171401.373000', '171401.376000', '171401.379000', '171401.381000', '171401.384000', '171401.387000', '171401.390000', '171401.393000', '171401.396000', '171401.399000', '171401.401000', '171401.404000', '171401.407000', '171401.410000', '171401.413000', '171401.416000', '171401.419000', '171401.421000', '171401.424000', '171401.427000', '171401.430000', '171401.433000', '171401.436000', '171401.439000', '171401.441000', '171401.444000', '171401.447000', '171401.450000', '171401.453000', '171401.456000', '171401.459000', '171401.462000', '171421.328000', '171421.331000', '171421.334000', '171421.337000', '171421.340000', '171421.343000', '171421.345000', '171421.348000', '171421.352000', '171421.355000', '171421.358000', '171421.361000', '171421.363000', '171421.366000', '171421.369000', '171421.372000', '171421.375000', '171421.378000', '171421.380000', '171421.383000', '171421.386000', '171421.389000', '171421.392000', '171421.395000', '171421.398000', '171421.400000', '171421.403000', '171421.406000', '171421.409000', '171421.412000', '171421.416000', '171421.419000', '171421.422000', '171421.425000', '171421.428000', '171421.430000', '171421.433000', '171421.436000', '171421.439000', '171421.442000', '171421.445000', '171421.448000', '171421.451000', '171441.327000', '171441.330000', '171441.333000', '171441.336000', '171441.338000', '171441.341000', '171441.344000', '171441.347000', '171441.350000', '171441.353000', '171441.356000', '171441.359000', '171441.362000', '171441.364000', '171441.367000', '171441.370000', '171441.373000', '171441.376000', '171441.379000', '171441.382000', '171441.385000', '171441.396000', '171441.399000', '171441.401000', '171441.404000', '171441.407000', '171441.410000', '171441.413000', '171441.416000', '171441.419000', '171441.421000', '171441.424000', '171441.427000', '171441.430000', '171441.433000', '171441.436000', '171441.439000', '171441.442000', '171441.444000', '171441.447000', '171441.450000', '171441.453000', '171441.456000', '171441.459000', '171501.327000', '171501.330000', '171501.333000', '171501.336000', '171501.339000', '171501.342000', '171501.345000', '171501.347000', '171501.350000', '171501.353000', '171501.356000', '171501.359000', '171501.362000', '171501.365000', '171501.367000', '171501.370000', '171501.373000', '171501.376000', '171501.379000', '171501.382000', '171501.385000', '171501.388000', '171501.390000', '171501.393000', '171501.396000', '171501.399000', '171501.402000', '171501.405000', '171501.408000', '171501.411000', '171501.414000', '171501.416000', '171501.419000', '171501.422000', '171501.425000', '171501.428000', '171501.431000', '171501.434000', '171501.437000', '171501.440000', '171501.442000', '171501.445000', '171501.448000', '171521.327000', '171521.330000', '171521.333000', '171521.336000', '171521.339000', '171521.342000', '171521.344000', '171521.347000', '171521.350000', '171521.369000', '171521.372000', '171521.375000', '171521.378000', '171521.381000', '171521.383000', '171521.386000', '171521.389000', '171521.392000', '171521.395000', '171521.398000', '171521.401000', '171521.404000', '171521.407000', '171521.409000', '171521.412000', '171521.415000', '171521.418000', '171521.421000', '171521.424000', '171521.427000', '171521.430000', '171521.433000', '171521.435000', '171521.438000', '171521.441000', '171521.444000', '171521.458000', '171521.461000', '171521.463000', '171521.466000', '171521.469000', '171521.472000', '171521.475000', '171521.478000', '171541.327000', '171541.330000', '171541.333000', '171541.336000', '171541.339000', '171541.342000', '171541.345000', '171541.348000', '171541.351000', '171541.354000', '171541.357000', '171541.360000', '171541.363000', '171541.366000', '171541.369000', '171541.372000', '171541.374000', '171541.377000', '171541.380000', '171541.383000', '171541.386000', '171541.389000', '171541.392000', '171541.395000', '171541.398000', '171541.401000', '171541.404000', '171541.407000', '171541.410000', '171541.413000', '171541.416000', '171541.418000', '171541.421000', '171541.424000', '171541.427000', '171541.430000', '171541.433000', '171541.436000', '171541.439000', '171541.442000', '171541.445000', '171541.448000', '171541.452000', '171601.328000', '171601.331000', '171601.334000', '171601.337000', '171601.340000', '171601.343000', '171601.346000', '171601.349000', '171601.352000', '171601.354000', '171601.357000', '171601.360000', '171601.363000', '171601.366000', '171601.369000', '171601.372000', '171601.375000', '171601.378000', '171601.380000', '171601.383000', '171601.386000', '171601.389000', '171601.392000', '171601.395000', '171601.398000', '171601.401000', '171601.404000', '171601.406000', '171601.409000', '171601.412000', '171601.415000', '171601.418000', '171601.421000', '171601.424000', '171601.426000', '171601.429000', '171601.432000', '171601.435000', '171601.438000', '171601.441000', '171601.444000', '171601.447000', '171601.450000', '171621.328000', '171621.331000', '171621.334000', '171621.337000', '171621.340000', '171621.343000', '171621.346000', '171621.349000', '171621.352000', '171621.354000', '171621.357000', '171621.360000', '171621.363000', '171621.366000', '171621.369000', '171621.372000', '171621.374000', '171621.377000', '171621.380000', '171621.383000', '171621.386000', '171621.389000', '171621.392000', '171621.395000', '171621.398000', '171621.400000', '171621.403000', '171621.406000', '171621.409000', '171621.412000', '171621.415000', '171621.418000', '171621.420000', '171621.423000', '171621.426000', '171621.429000', '171621.432000', '171621.435000', '171621.438000', '171621.441000', '171621.444000', '171621.447000', '171621.449000', '171621.452000', '171641.328000', '171641.331000', '171641.334000', '171641.337000', '171641.340000', '171641.343000', '171641.346000', '171641.349000', '171641.351000', '171641.354000', '171641.357000', '171641.360000', '171641.363000', '171641.366000', '171641.369000', '171641.371000', '171641.374000', '171641.377000', '171641.380000', '171641.400000', '171641.403000', '171641.406000', '171641.409000', '171641.412000', '171641.415000', '171641.417000', '171641.420000', '171641.423000', '171641.426000', '171641.429000', '171641.432000', '171641.435000', '171641.437000', '171641.440000', '171641.443000', '171641.446000', '171641.449000', '171641.452000', '171641.455000', '171641.458000', '171641.461000', '171641.464000', '171641.467000', '171701.327000', '171701.330000', '171701.333000', '171701.336000', '171701.339000', '171701.342000', '171701.345000', '171701.348000', '171701.351000', '171701.353000', '171701.356000', '171701.359000', '171701.362000', '171701.365000', '171701.368000', '171701.371000', '171701.374000', '171701.377000', '171701.380000', '171701.382000', '171701.385000', '171701.388000', '171701.391000', '171701.394000', '171701.397000', '171701.400000', '171701.403000', '171701.405000', '171701.408000', '171701.411000', '171701.414000', '171701.417000', '171701.420000', '171701.423000', '171701.426000', '171701.428000', '171701.431000', '171701.434000', '171701.437000', '171701.440000', '171701.443000', '171701.446000', '171701.449000', '171701.452000', '171721.327000', '171721.330000', '171721.333000', '171721.336000', '171721.339000', '171721.342000', '171721.344000', '171721.347000', '171721.350000', '171721.353000', '171721.356000', '171721.359000', '171721.364000', '171721.367000', '171721.370000', '171721.373000', '171721.376000', '171721.379000', '171721.382000', '171721.385000', '171721.388000', '171721.391000', '171721.393000', '171721.396000', '171721.399000', '171721.402000', '171721.405000', '171721.408000', '171721.411000', '171721.413000', '171721.416000', '171721.419000', '171721.422000', '171721.425000', '171721.429000', '171721.432000', '171721.435000', '171721.438000', '171721.441000', '171721.443000', '171721.446000', '171721.449000', '171721.452000', '171741.327000', '171741.330000', '171741.333000', '171741.336000', '171741.339000', '171741.342000', '171741.344000', '171741.347000', '171741.350000', '171741.353000', '171741.356000', '171741.359000', '171741.362000', '171741.365000', '171741.368000', '171741.370000', '171741.373000', '171741.376000', '171741.379000', '171741.382000', '171741.385000', '171741.388000', '171741.391000', '171741.393000', '171741.396000', '171741.399000', '171741.402000', '171741.405000', '171741.408000', '171741.411000', '171741.414000', '171741.416000', '171741.419000', '171741.422000', '171741.425000', '171741.428000', '171741.431000', '171741.434000', '171741.437000', '171741.440000', '171741.443000', '171741.445000', '171741.448000', '171741.451000', '171801.327000', '171801.330000', '171801.333000', '171801.336000', '171801.339000', '171801.341000', '171801.345000', '171801.347000', '171801.350000', '171801.353000', '171801.356000', '171801.359000', '171801.362000', '171801.365000', '171801.368000', '171801.371000', '171801.374000', '171801.377000', '171801.380000', '171801.383000', '171801.386000', '171801.388000', '171801.391000', '171801.394000', '171801.397000', '171801.400000', '171801.403000', '171801.406000', '171801.409000', '171801.411000', '171801.425000', '171801.428000', '171801.431000', '171801.434000', '171801.437000', '171801.440000', '171801.442000', '171801.445000', '171801.448000', '171801.451000', '171801.454000', '171801.457000', '171801.460000', '171821.328000', '171821.331000', '171821.334000', '171821.337000', '171821.340000', '171821.343000', '171821.346000', '171821.348000', '171821.351000', '171821.354000', '171821.357000', '171821.360000', '171821.363000', '171821.365000', '171821.368000', '171821.371000', '171821.374000', '171821.377000', '171821.380000', '171821.383000', '171821.386000', '171821.388000', '171821.391000', '171821.394000', '171821.397000', '171821.400000', '171821.403000', '171821.406000', '171821.408000', '171821.411000', '171821.414000', '171821.417000', '171821.420000', '171821.423000', '171821.426000', '171821.429000', '171821.432000', '171821.434000', '171821.437000', '171821.440000', '171821.443000', '171821.446000', '171821.449000', '171821.452000', '171835.447000', '171835.451000', '171835.453000', '171835.456000', '171835.459000', '171835.462000', '171835.465000', '171835.468000', '171835.471000', '171835.474000', '171835.477000', '171835.480000', '171835.483000', '171835.486000', '171835.489000', '171835.492000', '171835.495000', '171835.498000', '171835.501000', '171835.504000', '171835.507000', '171835.510000', '171835.513000', '171835.516000', '171835.519000', '171835.522000', '171835.525000', '171835.528000', '171835.531000', '171835.534000', '171835.537000'], 'InstanceCreationTime': ['171121.387000', '171121.390000', '171121.399000', '171121.402000', '171121.405000', '171121.408000', '171121.410000', '171121.413000', '171121.416000', '171121.419000', '171121.422000', '171121.425000', '171121.427000', '171121.430000', '171121.436000', '171121.439000', '171121.442000', '171121.444000', '171121.447000', '171121.450000', '171121.453000', '171121.456000', '171121.459000', '171141.328000', '171141.331000', '171141.334000', '171141.337000', '171141.480000', '171141.483000', '171141.486000', '171141.489000', '171141.492000', '171141.494000', '171141.497000', '171141.500000', '171141.503000', '171141.506000', '171141.509000', '171141.512000', '171141.514000', '171141.517000', '171141.520000', '171141.523000', '171141.535000', '171141.538000', '171141.540000', '171141.543000', '171141.546000', '171141.549000', '171141.552000', '171141.555000', '171141.558000', '171141.561000', '171141.563000', '171141.566000', '171141.569000', '171141.572000', '171141.575000', '171141.585000', '171141.587000', '171141.590000', '171141.593000', '171141.596000', '171141.599000', '171141.602000', '171141.605000', '171201.328000', '171201.331000', '171201.334000', '171201.337000', '171201.339000', '171201.342000', '171201.345000', '171201.348000', '171201.351000', '171201.354000', '171201.357000', '171201.359000', '171201.362000', '171201.365000', '171201.368000', '171201.371000', '171201.374000', '171201.377000', '171201.380000', '171201.383000', '171201.385000', '171201.388000', '171201.391000', '171201.394000', '171201.397000', '171201.400000', '171201.402000', '171201.405000', '171201.408000', '171201.411000', '171201.414000', '171201.417000', '171201.429000', '171201.432000', '171201.435000', '171201.438000', '171201.441000', '171201.444000', '171201.447000', '171201.450000', '171201.453000', '171201.455000', '171201.458000', '171201.461000', '171221.328000', '171221.331000', '171221.334000', '171221.337000', '171221.340000', '171221.342000', '171221.345000', '171221.348000', '171221.351000', '171221.354000', '171221.357000', '171221.360000', '171221.362000', '171221.365000', '171221.368000', '171221.371000', '171221.374000', '171221.377000', '171221.380000', '171221.383000', '171221.385000', '171221.388000', '171221.391000', '171221.394000', '171221.397000', '171221.400000', '171221.403000', '171221.405000', '171221.408000', '171221.411000', '171221.414000', '171221.417000', '171221.420000', '171221.425000', '171221.428000', '171221.431000', '171221.434000', '171221.437000', '171221.440000', '171221.443000', '171221.445000', '171221.448000', '171221.451000', '171241.327000', '171241.330000', '171241.333000', '171241.336000', '171241.339000', '171241.342000', '171241.344000', '171241.347000', '171241.350000', '171241.353000', '171241.356000', '171241.359000', '171241.361000', '171241.364000', '171241.367000', '171241.370000', '171241.373000', '171241.376000', '171241.379000', '171241.381000', '171241.384000', '171241.387000', '171241.390000', '171241.393000', '171241.396000', '171241.399000', '171241.401000', '171241.404000', '171241.407000', '171241.410000', '171241.413000', '171241.416000', '171241.418000', '171241.421000', '171241.424000', '171241.427000', '171241.430000', '171241.433000', '171241.436000', '171241.438000', '171241.441000', '171241.444000', '171241.447000', '171241.450000', '171301.327000', '171301.330000', '171301.333000', '171301.336000', '171301.338000', '171301.341000', '171301.344000', '171301.347000', '171301.350000', '171301.353000', '171301.355000', '171301.358000', '171301.361000', '171301.364000', '171301.367000', '171301.370000', '171301.373000', '171301.376000', '171301.379000', '171301.382000', '171301.385000', '171301.388000', '171301.391000', '171301.394000', '171301.397000', '171301.399000', '171301.402000', '171301.405000', '171301.408000', '171301.418000', '171301.421000', '171301.424000', '171301.426000', '171301.429000', '171301.432000', '171301.435000', '171301.438000', '171301.441000', '171301.444000', '171301.447000', '171301.450000', '171301.453000', '171301.456000', '171321.327000', '171321.330000', '171321.333000', '171321.336000', '171321.339000', '171321.341000', '171321.344000', '171321.347000', '171321.350000', '171321.353000', '171321.356000', '171321.359000', '171321.362000', '171321.364000', '171321.367000', '171321.370000', '171321.373000', '171321.376000', '171321.379000', '171321.382000', '171321.385000', '171321.387000', '171321.390000', '171321.393000', '171321.396000', '171321.399000', '171321.402000', '171321.405000', '171321.408000', '171321.411000', '171321.413000', '171321.416000', '171321.419000', '171321.422000', '171321.425000', '171321.428000', '171321.431000', '171321.433000', '171321.436000', '171321.439000', '171321.442000', '171321.445000', '171321.448000', '171321.451000', '171341.328000', '171341.331000', '171341.334000', '171341.337000', '171341.339000', '171341.342000', '171341.345000', '171341.348000', '171341.351000', '171341.354000', '171341.356000', '171341.359000', '171341.362000', '171341.365000', '171341.368000', '171341.371000', '171341.374000', '171341.377000', '171341.379000', '171341.382000', '171341.385000', '171341.388000', '171341.391000', '171341.394000', '171341.397000', '171341.399000', '171341.402000', '171341.414000', '171341.417000', '171341.419000', '171341.422000', '171341.425000', '171341.428000', '171341.431000', '171341.434000', '171341.437000', '171341.439000', '171341.442000', '171341.445000', '171341.448000', '171341.451000', '171341.454000', '171341.457000', '171401.328000', '171401.331000', '171401.334000', '171401.337000', '171401.340000', '171401.342000', '171401.345000', '171401.348000', '171401.351000', '171401.354000', '171401.357000', '171401.370000', '171401.373000', '171401.376000', '171401.379000', '171401.381000', '171401.384000', '171401.387000', '171401.390000', '171401.393000', '171401.396000', '171401.399000', '171401.401000', '171401.404000', '171401.407000', '171401.410000', '171401.413000', '171401.416000', '171401.419000', '171401.421000', '171401.424000', '171401.427000', '171401.430000', '171401.433000', '171401.436000', '171401.439000', '171401.441000', '171401.444000', '171401.447000', '171401.450000', '171401.453000', '171401.456000', '171401.459000', '171401.462000', '171421.328000', '171421.331000', '171421.334000', '171421.337000', '171421.340000', '171421.343000', '171421.345000', '171421.348000', '171421.352000', '171421.355000', '171421.358000', '171421.361000', '171421.363000', '171421.366000', '171421.369000', '171421.372000', '171421.375000', '171421.378000', '171421.380000', '171421.383000', '171421.386000', '171421.389000', '171421.392000', '171421.395000', '171421.398000', '171421.400000', '171421.403000', '171421.406000', '171421.409000', '171421.412000', '171421.416000', '171421.419000', '171421.422000', '171421.425000', '171421.428000', '171421.430000', '171421.433000', '171421.436000', '171421.439000', '171421.442000', '171421.445000', '171421.448000', '171421.451000', '171441.327000', '171441.330000', '171441.333000', '171441.336000', '171441.338000', '171441.341000', '171441.344000', '171441.347000', '171441.350000', '171441.353000', '171441.356000', '171441.359000', '171441.362000', '171441.364000', '171441.367000', '171441.370000', '171441.373000', '171441.376000', '171441.379000', '171441.382000', '171441.385000', '171441.396000', '171441.399000', '171441.401000', '171441.404000', '171441.407000', '171441.410000', '171441.413000', '171441.416000', '171441.419000', '171441.421000', '171441.424000', '171441.427000', '171441.430000', '171441.433000', '171441.436000', '171441.439000', '171441.442000', '171441.444000', '171441.447000', '171441.450000', '171441.453000', '171441.456000', '171441.459000', '171501.327000', '171501.330000', '171501.333000', '171501.336000', '171501.339000', '171501.342000', '171501.345000', '171501.347000', '171501.350000', '171501.353000', '171501.356000', '171501.359000', '171501.362000', '171501.365000', '171501.367000', '171501.370000', '171501.373000', '171501.376000', '171501.379000', '171501.382000', '171501.385000', '171501.388000', '171501.390000', '171501.393000', '171501.396000', '171501.399000', '171501.402000', '171501.405000', '171501.408000', '171501.411000', '171501.414000', '171501.416000', '171501.419000', '171501.422000', '171501.425000', '171501.428000', '171501.431000', '171501.434000', '171501.437000', '171501.440000', '171501.442000', '171501.445000', '171501.448000', '171521.327000', '171521.330000', '171521.333000', '171521.336000', '171521.339000', '171521.342000', '171521.344000', '171521.347000', '171521.350000', '171521.369000', '171521.372000', '171521.375000', '171521.378000', '171521.381000', '171521.383000', '171521.386000', '171521.389000', '171521.392000', '171521.395000', '171521.398000', '171521.401000', '171521.404000', '171521.407000', '171521.409000', '171521.412000', '171521.415000', '171521.418000', '171521.421000', '171521.424000', '171521.427000', '171521.430000', '171521.433000', '171521.435000', '171521.438000', '171521.441000', '171521.444000', '171521.458000', '171521.461000', '171521.463000', '171521.466000', '171521.469000', '171521.472000', '171521.475000', '171521.478000', '171541.327000', '171541.330000', '171541.333000', '171541.336000', '171541.339000', '171541.342000', '171541.345000', '171541.348000', '171541.351000', '171541.354000', '171541.357000', '171541.360000', '171541.363000', '171541.366000', '171541.369000', '171541.372000', '171541.374000', '171541.377000', '171541.380000', '171541.383000', '171541.386000', '171541.389000', '171541.392000', '171541.395000', '171541.398000', '171541.401000', '171541.404000', '171541.407000', '171541.410000', '171541.413000', '171541.416000', '171541.418000', '171541.421000', '171541.424000', '171541.427000', '171541.430000', '171541.433000', '171541.436000', '171541.439000', '171541.442000', '171541.445000', '171541.448000', '171541.452000', '171601.328000', '171601.331000', '171601.334000', '171601.337000', '171601.340000', '171601.343000', '171601.346000', '171601.349000', '171601.352000', '171601.354000', '171601.357000', '171601.360000', '171601.363000', '171601.366000', '171601.369000', '171601.372000', '171601.375000', '171601.378000', '171601.380000', '171601.383000', '171601.386000', '171601.389000', '171601.392000', '171601.395000', '171601.398000', '171601.401000', '171601.404000', '171601.406000', '171601.409000', '171601.412000', '171601.415000', '171601.418000', '171601.421000', '171601.424000', '171601.426000', '171601.429000', '171601.432000', '171601.435000', '171601.438000', '171601.441000', '171601.444000', '171601.447000', '171601.450000', '171621.328000', '171621.331000', '171621.334000', '171621.337000', '171621.340000', '171621.343000', '171621.346000', '171621.349000', '171621.352000', '171621.354000', '171621.357000', '171621.360000', '171621.363000', '171621.366000', '171621.369000', '171621.372000', '171621.374000', '171621.377000', '171621.380000', '171621.383000', '171621.386000', '171621.389000', '171621.392000', '171621.395000', '171621.398000', '171621.400000', '171621.403000', '171621.406000', '171621.409000', '171621.412000', '171621.415000', '171621.418000', '171621.420000', '171621.423000', '171621.426000', '171621.429000', '171621.432000', '171621.435000', '171621.438000', '171621.441000', '171621.444000', '171621.447000', '171621.449000', '171621.452000', '171641.328000', '171641.331000', '171641.334000', '171641.337000', '171641.340000', '171641.343000', '171641.346000', '171641.349000', '171641.351000', '171641.354000', '171641.357000', '171641.360000', '171641.363000', '171641.366000', '171641.369000', '171641.371000', '171641.374000', '171641.377000', '171641.380000', '171641.400000', '171641.403000', '171641.406000', '171641.409000', '171641.412000', '171641.415000', '171641.417000', '171641.420000', '171641.423000', '171641.426000', '171641.429000', '171641.432000', '171641.435000', '171641.437000', '171641.440000', '171641.443000', '171641.446000', '171641.449000', '171641.452000', '171641.455000', '171641.458000', '171641.461000', '171641.464000', '171641.467000', '171701.327000', '171701.330000', '171701.333000', '171701.336000', '171701.339000', '171701.342000', '171701.345000', '171701.348000', '171701.351000', '171701.353000', '171701.356000', '171701.359000', '171701.362000', '171701.365000', '171701.368000', '171701.371000', '171701.374000', '171701.377000', '171701.380000', '171701.382000', '171701.385000', '171701.388000', '171701.391000', '171701.394000', '171701.397000', '171701.400000', '171701.403000', '171701.405000', '171701.408000', '171701.411000', '171701.414000', '171701.417000', '171701.420000', '171701.423000', '171701.426000', '171701.428000', '171701.431000', '171701.434000', '171701.437000', '171701.440000', '171701.443000', '171701.446000', '171701.449000', '171701.452000', '171721.327000', '171721.330000', '171721.333000', '171721.336000', '171721.339000', '171721.342000', '171721.344000', '171721.347000', '171721.350000', '171721.353000', '171721.356000', '171721.359000', '171721.364000', '171721.367000', '171721.370000', '171721.373000', '171721.376000', '171721.379000', '171721.382000', '171721.385000', '171721.388000', '171721.391000', '171721.393000', '171721.396000', '171721.399000', '171721.402000', '171721.405000', '171721.408000', '171721.411000', '171721.413000', '171721.416000', '171721.419000', '171721.422000', '171721.425000', '171721.429000', '171721.432000', '171721.435000', '171721.438000', '171721.441000', '171721.443000', '171721.446000', '171721.449000', '171721.452000', '171741.327000', '171741.330000', '171741.333000', '171741.336000', '171741.339000', '171741.342000', '171741.344000', '171741.347000', '171741.350000', '171741.353000', '171741.356000', '171741.359000', '171741.362000', '171741.365000', '171741.368000', '171741.370000', '171741.373000', '171741.376000', '171741.379000', '171741.382000', '171741.385000', '171741.388000', '171741.391000', '171741.393000', '171741.396000', '171741.399000', '171741.402000', '171741.405000', '171741.408000', '171741.411000', '171741.414000', '171741.416000', '171741.419000', '171741.422000', '171741.425000', '171741.428000', '171741.431000', '171741.434000', '171741.437000', '171741.440000', '171741.443000', '171741.445000', '171741.448000', '171741.451000', '171801.327000', '171801.330000', '171801.333000', '171801.336000', '171801.339000', '171801.341000', '171801.345000', '171801.347000', '171801.350000', '171801.353000', '171801.356000', '171801.359000', '171801.362000', '171801.365000', '171801.368000', '171801.371000', '171801.374000', '171801.377000', '171801.380000', '171801.383000', '171801.386000', '171801.388000', '171801.391000', '171801.394000', '171801.397000', '171801.400000', '171801.403000', '171801.406000', '171801.409000', '171801.411000', '171801.425000', '171801.428000', '171801.431000', '171801.434000', '171801.437000', '171801.440000', '171801.442000', '171801.445000', '171801.448000', '171801.451000', '171801.454000', '171801.457000', '171801.460000', '171821.328000', '171821.331000', '171821.334000', '171821.337000', '171821.340000', '171821.343000', '171821.346000', '171821.348000', '171821.351000', '171821.354000', '171821.357000', '171821.360000', '171821.363000', '171821.365000', '171821.368000', '171821.371000', '171821.374000', '171821.377000', '171821.380000', '171821.383000', '171821.386000', '171821.388000', '171821.391000', '171821.394000', '171821.397000', '171821.400000', '171821.403000', '171821.406000', '171821.408000', '171821.411000', '171821.414000', '171821.417000', '171821.420000', '171821.423000', '171821.426000', '171821.429000', '171821.432000', '171821.434000', '171821.437000', '171821.440000', '171821.443000', '171821.446000', '171821.449000', '171821.452000', '171835.447000', '171835.451000', '171835.453000', '171835.456000', '171835.459000', '171835.462000', '171835.465000', '171835.468000', '171835.471000', '171835.474000', '171835.477000', '171835.480000', '171835.483000', '171835.486000', '171835.489000', '171835.492000', '171835.495000', '171835.498000', '171835.501000', '171835.504000', '171835.507000', '171835.510000', '171835.513000', '171835.516000', '171835.519000', '171835.522000', '171835.525000', '171835.528000', '171835.531000', '171835.534000', '171835.537000'], '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': [15534, 10799, 13004, 16675, 11450, 13064, 15702, 11231, 12706, 15223, 11321, 12031, 14696, 11785, 11522, 15532, 11412, 11543, 13002, 11399, 12673, 12932, 11123, 13699, 13852, 10360, 13548, 14329, 10437, 14003, 12508, 10894, 12268, 12620, 10652, 13402, 11723, 10230, 13341, 11330, 9805, 15054, 9966, 10495, 15575, 11479, 10924, 14646, 11081, 10648, 14923, 10452, 11970, 12396, 10711, 12917, 10848, 10397, 11864, 11408, 9992, 14644, 11656, 10516, 15104, 11239, 12410, 12086, 11037, 13335, 10560, 10665, 11950, 11793, 10448, 13652, 11368, 9793, 14345, 11366, 10479, 14693, 11022, 12622, 14254, 11035, 13170, 12190, 10715, 13515, 10919, 10098, 14759, 11555, 11451, 15108, 11788, 11524, 14218, 11388, 11588, 14903, 10787, 13325, 11095, 11142, 12898, 11512, 10606, 12940, 10570, 10221, 14315, 11047, 12219, 13088, 10951, 13592, 11100, 10841, 13419, 11626, 10522, 13869, 11542, 10084, 15139, 11617, 11654, 14680, 11440, 12674, 14300, 11371, 12735, 14159, 11629, 12032, 10844, 11499, 11723, 12121, 11069, 12570, 11660, 10828, 13081, 10951, 10541, 13672, 11618, 10901, 13508, 11722, 12801, 10829, 11458, 13508, 11788, 10892, 14545, 11750, 10726, 14764, 10556, 11785, 15362, 11382, 12952, 14700, 11764, 12279, 15215, 11610, 10846, 14608, 11690, 10582, 14325, 11476, 12238, 13264, 11603, 12576, 10332, 11399, 12414, 13340, 11350, 12622, 10980, 10962, 13789, 12348, 10698, 14604, 12821, 10826, 14128, 16963, 10888, 13588, 14427, 11102, 12833, 13814, 11162, 11422, 10116, 11324, 11377, 11909, 10933, 12390, 11686, 10373, 12679, 11496, 10121, 14383, 11438, 10272, 14718, 11191, 10581, 14019, 11033, 10591, 14627, 10797, 10869, 13731, 11986, 10681, 13746, 11742, 11011, 10982, 11474, 12088, 11277, 11003, 12278, 11259, 10860, 13795, 11747, 11987, 14837, 11565, 13486, 14614, 11342, 14679, 13984, 11447, 13424, 11762, 10993, 15140, 11330, 10719, 15051, 11640, 10486, 14890, 11478, 11980, 14914, 11793, 12310, 14922, 11531, 12223, 14581, 11536, 13480, 12986, 11636, 13371, 10919, 11106, 12901, 11280, 10935, 13801, 11423, 10604, 15059, 11257, 12637, 15727, 11104, 14072, 15605, 10978, 13087, 16122, 11056, 13387, 15327, 10955, 12557, 11223, 10699, 14526, 11372, 9984, 15296, 11087, 11887, 16807, 10660, 13772, 17057, 10828, 13212, 11209, 10332, 10588, 10986, 10397, 10637, 10820, 11617, 14934, 10876, 13328, 16186, 12160, 12332, 16984, 10510, 12034, 15663, 10721, 12629, 9974, 10137, 12356, 10799, 10065, 13130, 10660, 10791, 12214, 10818, 12300, 10565, 10328, 13831, 10620, 11638, 16184, 11630, 13186, 17131, 10962, 14015, 17893, 11309, 14119, 16017, 10761, 11617, 11862, 10815, 11665, 10595, 10032, 11821, 10384, 10013, 12559, 10654, 10001, 12985, 10839, 10936, 13359, 10580, 12010, 15201, 10790, 12909, 15295, 11540, 13661, 16973, 10525, 13433, 16500, 10973, 13505, 15017, 10735, 12566, 12912, 10840, 12057, 12229, 10346, 12447, 10664, 10314, 12553, 9926, 10294, 12594, 10571, 10377, 13402, 10553, 10453, 13717, 11047, 10897, 14172, 10919, 11480, 15873, 10823, 12175, 15467, 10753, 12137, 16109, 10412, 11482, 13184, 10855, 12211, 10252, 10264, 12053, 9357, 9966, 12911, 10714, 10839, 14527, 10202, 12724, 10147, 10247, 13900, 10370, 10738, 16360, 10582, 13267, 16601, 11855, 14424, 17825, 10923, 14773, 13302, 10424, 16273, 10478, 10490, 17896, 10484, 11799, 16941, 10596, 12583, 16090, 10672, 12395, 11935, 10246, 13007, 10223, 9654, 14681, 10269, 11123, 17759, 10382, 12479, 16908, 10556, 13036, 15356, 10281, 12269, 10203, 10081, 13879, 10412, 9868, 14479, 10001, 10562, 16914, 10535, 11337, 16917, 11265, 12566, 18126, 10295, 12691, 15593, 10110, 11180, 9968, 9807, 11443, 10245, 9620, 13124, 9880, 9787, 13754, 10076, 10894, 14766, 10197, 12058, 9690, 9992, 11699, 10249, 9997, 13688, 9851, 11217, 15969, 10198, 12858, 17512, 11131, 14413, 14165, 10370, 13422, 10579, 9614, 16101, 10199, 10070, 16603, 10777, 12416, 17043, 10505, 13110, 15175, 10144, 13939, 10150, 9816, 15851, 10356, 11328, 17954, 10463, 12253, 16989, 10185, 12301, 14240, 10137, 11719, 9978, 9812, 12132, 9993, 9787, 12938, 10404, 10172, 14310, 9788, 10817, 9853, 10177, 12013, 9435, 9574, 14007, 10531, 11678, 16148, 10015, 13271, 10143, 10190, 14357, 9959, 9907, 17285, 10321, 12819, 18246, 11906, 15177, 13894, 10436, 12719, 9741, 9804, 15062, 10457, 11159, 17306, 10263, 11828, 16722, 10240, 11714, 13984, 9966, 12017, 9978, 9840, 13573, 9899, 10032, 14119, 9717, 10001, 14533, 10053, 10925, 16028, 10028, 12332, 9921, 9959, 12862, 12858, 9899, 14210, 9979, 10180, 15363, 9585, 10923, 17647, 10361, 11809, 17979, 10358, 14153, 11901, 10230, 12611, 11845, 9961, 15044, 10209, 10127, 15766, 10348, 10780, 16960, 10384, 11389, 18075, 10193, 12904, 14706, 10503, 11897, 10759, 10471, 12397, 10626, 10294, 13185, 9555, 10212, 15051, 10802, 10588, 15439, 10498, 10918, 12530, 10330, 10888, 10926, 10215, 11679, 10596, 10543, 13051, 10857, 10710, 14933, 10693, 11550, 14035, 10413, 12406, 10880, 10480, 13726, 10726, 11000, 16724, 10354, 12849, 16361, 10404, 13791, 11694, 10245, 14999, 14645, 10429, 16584, 10279, 10316, 17935, 10741, 10497, 18402, 10277, 11832, 17662, 10392, 12834, 18338, 10462, 14333, 15398, 10634, 12929, 10148, 10024, 13743, 10146, 10797, 13874, 10597, 10199, 12700, 10943, 10904, 11028, 10477, 12280, 10124, 10545, 15521, 10566, 11848, 10822, 10718, 13033, 10456, 10737, 16173, 11114, 11689, 17279, 10897, 12365, 17074, 10642, 12663, 11826, 10721, 12122, 11038, 10973, 13340, 11082, 10692, 12765, 11133, 10739, 14818, 10937, 11040, 16105, 11132, 11589, 15246, 11160, 11694, 10383, 11053, 11623, 11163, 10713, 12254, 11343, 10929, 11909, 10815, 10870, 12468, 11332, 10431, 14027, 10598, 12011, 16612, 10780, 13321, 15840, 11290, 12842, 14020, 10581, 13201, 11119, 10578, 14778, 11304, 11138, 16632, 10967, 12793, 14150, 10621, 13989, 10766, 10450, 15705, 10234, 11789, 18552, 10811, 14545, 17698, 11086, 15211, 12942, 10717, 16429, 10654, 10684, 18535, 10536, 11987, 18640, 11334, 12753, 18322, 11932, 12965, 17878, 10869, 12003, 16854, 10701, 12405, 10407, 10805, 11246, 10503, 10694, 13051, 10974, 10585, 13148, 10810, 10987, 10958, 10675, 13137, 10619, 10855, 17462, 10741, 13461, 17085, 10553, 14519, 11483, 10457, 13803, 10571, 10822, 15686, 11208, 10711, 15402, 10884, 11238, 17945, 10895, 12308, 16555, 10980, 13666, 10516, 11014, 13696, 11099, 10662, 16425, 11046, 11041, 16115, 11310, 10908, 16029, 11079, 11337, 10889, 10927, 12271, 11427, 10725, 12529, 11043, 10823, 13880, 11022, 10839, 12121, 10905, 11427, 11823, 10844, 13005, 10687, 10865, 16567, 11387, 11005, 16684, 10608, 11675, 18343, 11363, 13643, 18123, 12209, 14603, 17041, 11258, 12763, 13523, 11341, 12387, 11358, 11050, 13399, 10654, 11255, 16253, 11187, 11191, 12141, 11348, 12128, 11575, 10966, 14648, 11725, 11093, 17439, 10827, 12518, 11016, 10993, 12432, 11433], 'WindowCenter': [4736.0, 4681.0, 4701.0, 4703.0, 4667.0, 4685.0, 4692.0, 4662.0, 4671.0, 4680.0, 4651.0, 4660.0, 4668.0, 4651.0, 4652.0, 4679.0, 4651.0, 4661.0, 4659.0, 4662.0, 4671.0, 4660.0, 4652.0, 4681.0, 4668.0, 4642.0, 4670.0, 4667.0, 4639.0, 4671.0, 4647.0, 4640.0, 4651.0, 4647.0, 4640.0, 4660.0, 4648.0, 4638.0, 4657.0, 4637.0, 4628.0, 4666.0, 4628.0, 4639.0, 4664.0, 4638.0, 4639.0, 4667.0, 4648.0, 4638.0, 4669.0, 4638.0, 4661.0, 4657.0, 4639.0, 4661.0, 4639.0, 4640.0, 4662.0, 4648.0, 4639.0, 4671.0, 4652.0, 4653.0, 4671.0, 4650.0, 4662.0, 4660.0, 4651.0, 4672.0, 4639.0, 4640.0, 4661.0, 4660.0, 4652.0, 4671.0, 4650.0, 4645.0, 4679.0, 4661.0, 4652.0, 4683.0, 4653.0, 4674.0, 4681.0, 4652.0, 4675.0, 4662.0, 4653.0, 4672.0, 4652.0, 4654.0, 4693.0, 4663.0, 4664.0, 4684.0, 4662.0, 4664.0, 4681.0, 4651.0, 4663.0, 4682.0, 4653.0, 4672.0, 4648.0, 4651.0, 4671.0, 4660.0, 4654.0, 4672.0, 4651.0, 4654.0, 4682.0, 4666.0, 4673.0, 4672.0, 4652.0, 4682.0, 4665.0, 4655.0, 4673.0, 4652.0, 4653.0, 4673.0, 4652.0, 4653.0, 4682.0, 4664.0, 4663.0, 4679.0, 4662.0, 4671.0, 4681.0, 4652.0, 4672.0, 4672.0, 4662.0, 4662.0, 4639.0, 4662.0, 4663.0, 4672.0, 4666.0, 4673.0, 4664.0, 4665.0, 4686.0, 4663.0, 4667.0, 4681.0, 4665.0, 4667.0, 4684.0, 4674.0, 4686.0, 4665.0, 4674.0, 4686.0, 4663.0, 4666.0, 4683.0, 4662.0, 4654.0, 4683.0, 4652.0, 4674.0, 4680.0, 4650.0, 4672.0, 4682.0, 4661.0, 4662.0, 4680.0, 4664.0, 4651.0, 4679.0, 4662.0, 4652.0, 4682.0, 4662.0, 4672.0, 4670.0, 4664.0, 4674.0, 4653.0, 4666.0, 4677.0, 4672.0, 4662.0, 4674.0, 4654.0, 4653.0, 4685.0, 4661.0, 4654.0, 4684.0, 4661.0, 4640.0, 4671.0, 4678.0, 4639.0, 4671.0, 4669.0, 4648.0, 4661.0, 4657.0, 4650.0, 4649.0, 4627.0, 4649.0, 4651.0, 4662.0, 4651.0, 4660.0, 4650.0, 4643.0, 4674.0, 4661.0, 4655.0, 4682.0, 4650.0, 4652.0, 4682.0, 4649.0, 4654.0, 4683.0, 4655.0, 4656.0, 4680.0, 4652.0, 4654.0, 4672.0, 4662.0, 4655.0, 4672.0, 4662.0, 4665.0, 4653.0, 4674.0, 4675.0, 4665.0, 4666.0, 4674.0, 4665.0, 4676.0, 4698.0, 4677.0, 4688.0, 4694.0, 4664.0, 4687.0, 4697.0, 4667.0, 4696.0, 4673.0, 4665.0, 4675.0, 4663.0, 4665.0, 4685.0, 4654.0, 4653.0, 4696.0, 4665.0, 4656.0, 4683.0, 4663.0, 4665.0, 4694.0, 4664.0, 4674.0, 4681.0, 4676.0, 4676.0, 4682.0, 4663.0, 4684.0, 4673.0, 4664.0, 4683.0, 4652.0, 4663.0, 4687.0, 4663.0, 4664.0, 4683.0, 4663.0, 4654.0, 4684.0, 4664.0, 4675.0, 4693.0, 4664.0, 4685.0, 4681.0, 4653.0, 4674.0, 4678.0, 4654.0, 4671.0, 4678.0, 4650.0, 4661.0, 4639.0, 4640.0, 4669.0, 4650.0, 4642.0, 4668.0, 4638.0, 4651.0, 4678.0, 4638.0, 4670.0, 4677.0, 4639.0, 4660.0, 4636.0, 4640.0, 4639.0, 4650.0, 4641.0, 4656.0, 4666.0, 4679.0, 4696.0, 4655.0, 4675.0, 4680.0, 4650.0, 4650.0, 4678.0, 4630.0, 4649.0, 4668.0, 4641.0, 4648.0, 4617.0, 4641.0, 4649.0, 4640.0, 4631.0, 4658.0, 4639.0, 4642.0, 4650.0, 4641.0, 4661.0, 4639.0, 4643.0, 4671.0, 4642.0, 4651.0, 4680.0, 4651.0, 4662.0, 4692.0, 4641.0, 4672.0, 4679.0, 4639.0, 4671.0, 4679.0, 4650.0, 4650.0, 4646.0, 4642.0, 4651.0, 4638.0, 4644.0, 4650.0, 4629.0, 4640.0, 4660.0, 4640.0, 4645.0, 4660.0, 4651.0, 4654.0, 4672.0, 4654.0, 4663.0, 4680.0, 4652.0, 4673.0, 4680.0, 4652.0, 4670.0, 4678.0, 4640.0, 4672.0, 4678.0, 4641.0, 4669.0, 4667.0, 4640.0, 4660.0, 4659.0, 4640.0, 4650.0, 4648.0, 4640.0, 4662.0, 4642.0, 4641.0, 4660.0, 4630.0, 4643.0, 4662.0, 4641.0, 4644.0, 4671.0, 4652.0, 4655.0, 4674.0, 4654.0, 4654.0, 4673.0, 4652.0, 4664.0, 4692.0, 4653.0, 4664.0, 4683.0, 4656.0, 4663.0, 4691.0, 4655.0, 4663.0, 4671.0, 4653.0, 4674.0, 4653.0, 4655.0, 4673.0, 4646.0, 4656.0, 4672.0, 4654.0, 4666.0, 4681.0, 4654.0, 4686.0, 4654.0, 4656.0, 4684.0, 4654.0, 4665.0, 4693.0, 4653.0, 4676.0, 4694.0, 4662.0, 4684.0, 4690.0, 4652.0, 4684.0, 4662.0, 4642.0, 4681.0, 4639.0, 4639.0, 4689.0, 4640.0, 4649.0, 4677.0, 4641.0, 4658.0, 4678.0, 4639.0, 4661.0, 4648.0, 4643.0, 4662.0, 4638.0, 4631.0, 4669.0, 4629.0, 4650.0, 4688.0, 4630.0, 4659.0, 4677.0, 4639.0, 4659.0, 4666.0, 4628.0, 4649.0, 4627.0, 4630.0, 4658.0, 4637.0, 4630.0, 4667.0, 4628.0, 4640.0, 4677.0, 4628.0, 4639.0, 4677.0, 4638.0, 4661.0, 4678.0, 4629.0, 4659.0, 4667.0, 4628.0, 4638.0, 4628.0, 4639.0, 4650.0, 4641.0, 4630.0, 4671.0, 4642.0, 4642.0, 4670.0, 4630.0, 4651.0, 4670.0, 4642.0, 4663.0, 4633.0, 4645.0, 4664.0, 4641.0, 4644.0, 4673.0, 4642.0, 4663.0, 4693.0, 4653.0, 4674.0, 4690.0, 4652.0, 4682.0, 4672.0, 4642.0, 4671.0, 4638.0, 4630.0, 4680.0, 4643.0, 4642.0, 4689.0, 4639.0, 4662.0, 4689.0, 4641.0, 4661.0, 4668.0, 4639.0, 4669.0, 4629.0, 4630.0, 4679.0, 4628.0, 4652.0, 4689.0, 4639.0, 4650.0, 4678.0, 4630.0, 4662.0, 4668.0, 4640.0, 4651.0, 4629.0, 4639.0, 4663.0, 4642.0, 4640.0, 4660.0, 4641.0, 4642.0, 4671.0, 4644.0, 4650.0, 4641.0, 4654.0, 4663.0, 4632.0, 4643.0, 4683.0, 4654.0, 4663.0, 4681.0, 4642.0, 4672.0, 4642.0, 4642.0, 4672.0, 4631.0, 4642.0, 4693.0, 4641.0, 4661.0, 4690.0, 4650.0, 4681.0, 4661.0, 4641.0, 4658.0, 4631.0, 4641.0, 4671.0, 4652.0, 4652.0, 4689.0, 4641.0, 4664.0, 4688.0, 4641.0, 4661.0, 4670.0, 4641.0, 4662.0, 4630.0, 4642.0, 4685.0, 4641.0, 4641.0, 4668.0, 4629.0, 4642.0, 4681.0, 4642.0, 4652.0, 4681.0, 4642.0, 4662.0, 4641.0, 4643.0, 4673.0, 4660.0, 4641.0, 4671.0, 4642.0, 4641.0, 4680.0, 4630.0, 4652.0, 4689.0, 4641.0, 4662.0, 4690.0, 4641.0, 4673.0, 4652.0, 4640.0, 4660.0, 4648.0, 4630.0, 4680.0, 4640.0, 4640.0, 4679.0, 4640.0, 4651.0, 4689.0, 4641.0, 4651.0, 4690.0, 4641.0, 4661.0, 4669.0, 4641.0, 4651.0, 4641.0, 4641.0, 4661.0, 4640.0, 4642.0, 4659.0, 4629.0, 4642.0, 4681.0, 4651.0, 4652.0, 4681.0, 4642.0, 4651.0, 4660.0, 4644.0, 4651.0, 4651.0, 4653.0, 4663.0, 4653.0, 4654.0, 4675.0, 4654.0, 4667.0, 4682.0, 4654.0, 4665.0, 4682.0, 4655.0, 4674.0, 4652.0, 4653.0, 4683.0, 4655.0, 4665.0, 4703.0, 4654.0, 4675.0, 4693.0, 4654.0, 4684.0, 4662.0, 4642.0, 4684.0, 4671.0, 4643.0, 4693.0, 4641.0, 4641.0, 4690.0, 4640.0, 4640.0, 4688.0, 4627.0, 4650.0, 4678.0, 4639.0, 4660.0, 4686.0, 4629.0, 4669.0, 4666.0, 4628.0, 4659.0, 4627.0, 4628.0, 4657.0, 4628.0, 4640.0, 4656.0, 4638.0, 4639.0, 4659.0, 4652.0, 4651.0, 4639.0, 4641.0, 4660.0, 4641.0, 4652.0, 4681.0, 4642.0, 4663.0, 4653.0, 4651.0, 4663.0, 4641.0, 4652.0, 4680.0, 4651.0, 4661.0, 4679.0, 4642.0, 4661.0, 4679.0, 4641.0, 4661.0, 4648.0, 4650.0, 4662.0, 4641.0, 4654.0, 4672.0, 4653.0, 4652.0, 4661.0, 4652.0, 4652.0, 4681.0, 4653.0, 4668.0, 4693.0, 4653.0, 4664.0, 4680.0, 4653.0, 4663.0, 4641.0, 4652.0, 4654.0, 4650.0, 4642.0, 4662.0, 4652.0, 4653.0, 4662.0, 4652.0, 4664.0, 4661.0, 4664.0, 4666.0, 4684.0, 4665.0, 4676.0, 4693.0, 4657.0, 4685.0, 4692.0, 4666.0, 4677.0, 4683.0, 4655.0, 4674.0, 4653.0, 4655.0, 4684.0, 4654.0, 4677.0, 4693.0, 4654.0, 4676.0, 4673.0, 4655.0, 4684.0, 4652.0, 4655.0, 4683.0, 4643.0, 4664.0, 4702.0, 4653.0, 4683.0, 4691.0, 4653.0, 4682.0, 4650.0, 4641.0, 4681.0, 4642.0, 4641.0, 4688.0, 4629.0, 4650.0, 4689.0, 4639.0, 4659.0, 4676.0, 4638.0, 4650.0, 4677.0, 4638.0, 4649.0, 4667.0, 4628.0, 4649.0, 4628.0, 4637.0, 4638.0, 4639.0, 4641.0, 4658.0, 4640.0, 4641.0, 4659.0, 4651.0, 4640.0, 4641.0, 4652.0, 4661.0, 4641.0, 4653.0, 4691.0, 4642.0, 4673.0, 4679.0, 4639.0, 4671.0, 4651.0, 4640.0, 4660.0, 4639.0, 4640.0, 4679.0, 4640.0, 4643.0, 4671.0, 4642.0, 4653.0, 4690.0, 4653.0, 4662.0, 4679.0, 4643.0, 4670.0, 4639.0, 4641.0, 4671.0, 4639.0, 4640.0, 4680.0, 4650.0, 4652.0, 4678.0, 4650.0, 4653.0, 4679.0, 4652.0, 4653.0, 4641.0, 4651.0, 4650.0, 4648.0, 4653.0, 4660.0, 4653.0, 4653.0, 4671.0, 4653.0, 4656.0, 4663.0, 4665.0, 4666.0, 4664.0, 4665.0, 4675.0, 4653.0, 4655.0, 4694.0, 4663.0, 4654.0, 4692.0, 4642.0, 4655.0, 4690.0, 4652.0, 4672.0, 4690.0, 4653.0, 4682.0, 4681.0, 4651.0, 4661.0, 4659.0, 4652.0, 4663.0, 4651.0, 4651.0, 4661.0, 4642.0, 4654.0, 4691.0, 4653.0, 4653.0, 4662.0, 4665.0, 4662.0, 4652.0, 4654.0, 4683.0, 4662.0, 4653.0, 4691.0, 4654.0, 4673.0, 4654.0, 4652.0, 4664.0, 4653.0], 'WindowWidth': [10344.0, 10257.0, 10282.0, 10273.0, 10224.0, 10249.0, 10255.0, 10210.0, 10223.0, 10234.0, 10192.0, 10205.0, 10214.0, 10191.0, 10196.0, 10230.0, 10192.0, 10208.0, 10202.0, 10208.0, 10222.0, 10203.0, 10194.0, 10235.0, 10213.0, 10180.0, 10218.0, 10208.0, 10172.0, 10218.0, 10181.0, 10174.0, 10191.0, 10180.0, 10173.0, 10201.0, 10182.0, 10169.0, 10193.0, 10164.0, 10155.0, 10206.0, 10156.0, 10169.0, 10203.0, 10167.0, 10170.0, 10208.0, 10184.0, 10171.0, 10212.0, 10171.0, 10204.0, 10196.0, 10172.0, 10204.0, 10172.0, 10175.0, 10207.0, 10183.0, 10174.0, 10220.0, 10193.0, 10197.0, 10219.0, 10191.0, 10209.0, 10207.0, 10193.0, 10222.0, 10174.0, 10176.0, 10208.0, 10205.0, 10196.0, 10222.0, 10191.0, 10190.0, 10230.0, 10207.0, 10196.0, 10241.0, 10201.0, 10229.0, 10233.0, 10195.0, 10231.0, 10210.0, 10198.0, 10224.0, 10196.0, 10202.0, 10255.0, 10214.0, 10216.0, 10243.0, 10209.0, 10216.0, 10237.0, 10193.0, 10212.0, 10235.0, 10196.0, 10223.0, 10184.0, 10193.0, 10221.0, 10204.0, 10202.0, 10222.0, 10193.0, 10202.0, 10239.0, 10221.0, 10228.0, 10222.0, 10196.0, 10239.0, 10216.0, 10202.0, 10227.0, 10195.0, 10200.0, 10226.0, 10194.0, 10197.0, 10238.0, 10212.0, 10212.0, 10230.0, 10208.0, 10220.0, 10234.0, 10196.0, 10224.0, 10221.0, 10209.0, 10208.0, 10173.0, 10209.0, 10213.0, 10225.0, 10220.0, 10226.0, 10214.0, 10219.0, 10250.0, 10215.0, 10223.0, 10237.0, 10219.0, 10223.0, 10242.0, 10230.0, 10250.0, 10220.0, 10230.0, 10249.0, 10211.0, 10220.0, 10242.0, 10208.0, 10200.0, 10241.0, 10198.0, 10229.0, 10236.0, 10191.0, 10223.0, 10240.0, 10208.0, 10209.0, 10233.0, 10214.0, 10194.0, 10228.0, 10206.0, 10195.0, 10237.0, 10211.0, 10224.0, 10218.0, 10214.0, 10229.0, 10199.0, 10220.0, 10236.0, 10223.0, 10211.0, 10229.0, 10201.0, 10200.0, 10245.0, 10207.0, 10199.0, 10244.0, 10203.0, 10176.0, 10220.0, 10224.0, 10172.0, 10219.0, 10210.0, 10183.0, 10204.0, 10193.0, 10187.0, 10185.0, 10151.0, 10187.0, 10192.0, 10207.0, 10192.0, 10204.0, 10188.0, 10185.0, 10227.0, 10207.0, 10201.0, 10238.0, 10189.0, 10196.0, 10236.0, 10188.0, 10200.0, 10240.0, 10202.0, 10204.0, 10232.0, 10194.0, 10200.0, 10222.0, 10211.0, 10203.0, 10223.0, 10210.0, 10218.0, 10199.0, 10230.0, 10233.0, 10218.0, 10224.0, 10232.0, 10220.0, 10237.0, 10266.0, 10238.0, 10254.0, 10260.0, 10217.0, 10252.0, 10262.0, 10225.0, 10264.0, 10224.0, 10216.0, 10231.0, 10213.0, 10218.0, 10246.0, 10198.0, 10198.0, 10260.0, 10218.0, 10206.0, 10240.0, 10213.0, 10219.0, 10259.0, 10216.0, 10229.0, 10235.0, 10237.0, 10235.0, 10236.0, 10213.0, 10243.0, 10226.0, 10217.0, 10240.0, 10196.0, 10212.0, 10253.0, 10211.0, 10215.0, 10241.0, 10211.0, 10201.0, 10242.0, 10214.0, 10231.0, 10257.0, 10214.0, 10245.0, 10234.0, 10198.0, 10228.0, 10226.0, 10196.0, 10220.0, 10225.0, 10190.0, 10206.0, 10171.0, 10174.0, 10216.0, 10186.0, 10179.0, 10212.0, 10168.0, 10188.0, 10226.0, 10169.0, 10215.0, 10221.0, 10174.0, 10203.0, 10162.0, 10173.0, 10172.0, 10189.0, 10180.0, 10206.0, 10222.0, 10244.0, 10265.0, 10203.0, 10228.0, 10228.0, 10185.0, 10185.0, 10219.0, 10158.0, 10185.0, 10208.0, 10174.0, 10182.0, 10136.0, 10175.0, 10184.0, 10173.0, 10163.0, 10195.0, 10170.0, 10177.0, 10188.0, 10177.0, 10205.0, 10172.0, 10181.0, 10219.0, 10180.0, 10192.0, 10231.0, 10188.0, 10205.0, 10249.0, 10177.0, 10221.0, 10224.0, 10171.0, 10219.0, 10228.0, 10187.0, 10189.0, 10178.0, 10178.0, 10190.0, 10167.0, 10188.0, 10189.0, 10158.0, 10176.0, 10200.0, 10176.0, 10186.0, 10203.0, 10192.0, 10199.0, 10220.0, 10198.0, 10212.0, 10231.0, 10194.0, 10223.0, 10230.0, 10192.0, 10217.0, 10225.0, 10174.0, 10219.0, 10224.0, 10177.0, 10215.0, 10206.0, 10173.0, 10202.0, 10198.0, 10174.0, 10188.0, 10181.0, 10175.0, 10207.0, 10180.0, 10176.0, 10203.0, 10159.0, 10181.0, 10207.0, 10178.0, 10184.0, 10220.0, 10195.0, 10202.0, 10226.0, 10198.0, 10199.0, 10225.0, 10195.0, 10214.0, 10251.0, 10197.0, 10213.0, 10237.0, 10203.0, 10209.0, 10248.0, 10202.0, 10211.0, 10220.0, 10199.0, 10227.0, 10197.0, 10204.0, 10228.0, 10193.0, 10205.0, 10224.0, 10203.0, 10219.0, 10237.0, 10202.0, 10249.0, 10204.0, 10207.0, 10244.0, 10201.0, 10217.0, 10254.0, 10198.0, 10232.0, 10255.0, 10210.0, 10242.0, 10243.0, 10194.0, 10241.0, 10206.0, 10180.0, 10234.0, 10171.0, 10171.0, 10243.0, 10174.0, 10185.0, 10221.0, 10177.0, 10197.0, 10225.0, 10173.0, 10203.0, 10182.0, 10182.0, 10208.0, 10169.0, 10163.0, 10212.0, 10158.0, 10188.0, 10238.0, 10159.0, 10198.0, 10221.0, 10170.0, 10198.0, 10202.0, 10155.0, 10184.0, 10150.0, 10159.0, 10197.0, 10167.0, 10158.0, 10208.0, 10153.0, 10173.0, 10223.0, 10153.0, 10170.0, 10219.0, 10169.0, 10204.0, 10222.0, 10156.0, 10197.0, 10205.0, 10154.0, 10170.0, 10154.0, 10172.0, 10188.0, 10176.0, 10162.0, 10219.0, 10179.0, 10179.0, 10214.0, 10161.0, 10192.0, 10215.0, 10181.0, 10210.0, 10168.0, 10188.0, 10213.0, 10180.0, 10188.0, 10227.0, 10182.0, 10212.0, 10252.0, 10199.0, 10227.0, 10245.0, 10192.0, 10237.0, 10222.0, 10181.0, 10219.0, 10171.0, 10163.0, 10231.0, 10181.0, 10180.0, 10242.0, 10174.0, 10206.0, 10242.0, 10176.0, 10205.0, 10210.0, 10171.0, 10214.0, 10157.0, 10162.0, 10227.0, 10156.0, 10190.0, 10242.0, 10172.0, 10187.0, 10222.0, 10159.0, 10206.0, 10209.0, 10175.0, 10191.0, 10158.0, 10174.0, 10212.0, 10182.0, 10178.0, 10201.0, 10177.0, 10182.0, 10219.0, 10187.0, 10191.0, 10179.0, 10198.0, 10210.0, 10167.0, 10185.0, 10239.0, 10199.0, 10212.0, 10232.0, 10182.0, 10224.0, 10182.0, 10181.0, 10223.0, 10163.0, 10181.0, 10251.0, 10178.0, 10206.0, 10245.0, 10187.0, 10232.0, 10202.0, 10177.0, 10198.0, 10161.0, 10177.0, 10219.0, 10195.0, 10194.0, 10242.0, 10177.0, 10215.0, 10240.0, 10179.0, 10205.0, 10214.0, 10179.0, 10208.0, 10162.0, 10179.0, 10247.0, 10176.0, 10179.0, 10212.0, 10160.0, 10179.0, 10232.0, 10183.0, 10195.0, 10232.0, 10179.0, 10209.0, 10179.0, 10182.0, 10224.0, 10200.0, 10177.0, 10220.0, 10181.0, 10179.0, 10229.0, 10162.0, 10192.0, 10244.0, 10178.0, 10207.0, 10243.0, 10177.0, 10223.0, 10192.0, 10175.0, 10204.0, 10182.0, 10161.0, 10230.0, 10176.0, 10175.0, 10226.0, 10173.0, 10190.0, 10242.0, 10178.0, 10192.0, 10242.0, 10176.0, 10206.0, 10214.0, 10177.0, 10191.0, 10174.0, 10178.0, 10204.0, 10175.0, 10179.0, 10198.0, 10158.0, 10179.0, 10232.0, 10191.0, 10194.0, 10231.0, 10179.0, 10193.0, 10202.0, 10185.0, 10193.0, 10192.0, 10198.0, 10210.0, 10197.0, 10202.0, 10230.0, 10199.0, 10225.0, 10238.0, 10200.0, 10216.0, 10235.0, 10203.0, 10230.0, 10196.0, 10199.0, 10238.0, 10203.0, 10219.0, 10268.0, 10201.0, 10231.0, 10251.0, 10200.0, 10243.0, 10207.0, 10181.0, 10243.0, 10217.0, 10181.0, 10253.0, 10175.0, 10176.0, 10247.0, 10173.0, 10174.0, 10240.0, 10151.0, 10186.0, 10224.0, 10171.0, 10200.0, 10231.0, 10156.0, 10212.0, 10203.0, 10154.0, 10197.0, 10151.0, 10154.0, 10193.0, 10154.0, 10172.0, 10190.0, 10167.0, 10172.0, 10198.0, 10192.0, 10193.0, 10172.0, 10177.0, 10202.0, 10178.0, 10192.0, 10232.0, 10179.0, 10211.0, 10194.0, 10192.0, 10209.0, 10175.0, 10192.0, 10231.0, 10190.0, 10205.0, 10226.0, 10177.0, 10203.0, 10225.0, 10176.0, 10203.0, 10182.0, 10187.0, 10207.0, 10175.0, 10200.0, 10222.0, 10194.0, 10195.0, 10206.0, 10194.0, 10195.0, 10233.0, 10198.0, 10225.0, 10252.0, 10196.0, 10213.0, 10228.0, 10195.0, 10211.0, 10178.0, 10194.0, 10198.0, 10187.0, 10180.0, 10207.0, 10193.0, 10196.0, 10207.0, 10195.0, 10214.0, 10207.0, 10214.0, 10220.0, 10244.0, 10220.0, 10234.0, 10253.0, 10206.0, 10244.0, 10247.0, 10217.0, 10236.0, 10239.0, 10201.0, 10227.0, 10197.0, 10202.0, 10240.0, 10199.0, 10237.0, 10253.0, 10199.0, 10231.0, 10223.0, 10202.0, 10243.0, 10195.0, 10201.0, 10240.0, 10183.0, 10212.0, 10263.0, 10194.0, 10238.0, 10244.0, 10194.0, 10235.0, 10185.0, 10176.0, 10234.0, 10175.0, 10175.0, 10240.0, 10156.0, 10187.0, 10241.0, 10170.0, 10197.0, 10219.0, 10166.0, 10185.0, 10219.0, 10165.0, 10182.0, 10203.0, 10151.0, 10183.0, 10152.0, 10165.0, 10169.0, 10168.0, 10175.0, 10197.0, 10173.0, 10176.0, 10198.0, 10191.0, 10175.0, 10176.0, 10194.0, 10205.0, 10177.0, 10195.0, 10246.0, 10178.0, 10224.0, 10225.0, 10172.0, 10217.0, 10188.0, 10174.0, 10201.0, 10170.0, 10174.0, 10227.0, 10174.0, 10180.0, 10216.0, 10178.0, 10196.0, 10244.0, 10194.0, 10206.0, 10224.0, 10180.0, 10216.0, 10171.0, 10176.0, 10217.0, 10169.0, 10174.0, 10228.0, 10187.0, 10191.0, 10224.0, 10188.0, 10195.0, 10224.0, 10193.0, 10197.0, 10175.0, 10190.0, 10189.0, 10181.0, 10197.0, 10203.0, 10194.0, 10195.0, 10220.0, 10198.0, 10206.0, 10210.0, 10217.0, 10219.0, 10212.0, 10216.0, 10229.0, 10197.0, 10202.0, 10256.0, 10208.0, 10198.0, 10248.0, 10179.0, 10199.0, 10246.0, 10191.0, 10222.0, 10245.0, 10193.0, 10235.0, 10229.0, 10188.0, 10204.0, 10197.0, 10191.0, 10208.0, 10189.0, 10192.0, 10204.0, 10179.0, 10197.0, 10244.0, 10198.0, 10198.0, 10205.0, 10213.0, 10209.0, 10193.0, 10201.0, 10237.0, 10208.0, 10197.0, 10247.0, 10197.0, 10224.0, 10197.0, 10196.0, 10213.0, 10193.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.0003743775933609959</td></tr>
<tr><td colspan=3>aqi</td><td>0.02303686960580913</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.966400031619926</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1521497360332291</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9655111014641746</td></tr>
<tr><td colspan=3>efc</td><td>0.4789</td></tr>
<tr><td colspan=3>fber</td><td>5948.9839</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.075824650074974</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.2074688796680498</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5808222317981016</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.527154212475221</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8421199322385804</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.373192550680504</td></tr>
<tr><td colspan=3>gcor</td><td>0.00739409</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0195419080555439</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025956254452466965</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>964</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.797712473489426</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>32.7362</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.5386</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>204.0036</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299174.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>973.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>392.0135</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1939</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>569.7572</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3837.2116</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4094.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77370.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1159.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5076.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1078.0104</td></tr>
<tr><td colspan=3>tsnr</td><td>41.86494824232068</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>