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

616 lines
No EOL
113 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-0020_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-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0020/figures/sub-0020_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-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020/ses-02/func/sub-0020_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>7f5e26a902b946dc3f7b34f7d1fb4767</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>12:20:32.502500</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.998759, -0.00450417, 0.0495964, -0.000697288, 0.994539, 0.104362]</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.0909546</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>[4149, -7764, -7256, 549, -116, -257, 92, 75]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.931</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>91449ee3-6d53-4a25-aeeb-afd4394fbea7||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.679597854614258, -0.001870771637186408, 0.13444821536540985, 110.52700805664062], [0.01208436768501997, 2.6682755947113037, 0.28152215480804443, -95.46971893310547], [0.13306353986263275, -0.2799966335296631, 2.681915044784546, -64.48974609375], [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': ['122032.502500', '122032.962500', '122033.422500', '122033.882500', '122034.342500', '122034.802500', '122035.262500', '122035.722500', '122036.182500', '122036.642500', '122037.102500', '122037.562500', '122038.022500', '122038.482500', '122038.942500', '122039.402500', '122039.862500', '122040.322500', '122040.782500', '122041.242500', '122041.702500', '122042.162500', '122042.622500', '122043.082500', '122043.542500', '122044.002500', '122044.462500', '122044.922500', '122045.382500', '122045.842500', '122046.302500', '122046.762500', '122047.222500', '122047.682500', '122048.142500', '122048.602500', '122049.062500', '122049.522500', '122049.982500', '122050.442500', '122050.902500', '122051.362500', '122051.822500', '122052.282500', '122052.742500', '122053.202500', '122053.662500', '122054.122500', '122054.582500', '122055.042500', '122055.502500', '122055.962500', '122056.422500', '122056.882500', '122057.342500', '122057.802500', '122058.262500', '122058.722500', '122059.182500', '122059.642500', '122100.102500', '122100.562500', '122101.022500', '122101.482500', '122101.942500', '122102.402500', '122102.862500', '122103.322500', '122103.782500', '122104.242500', '122104.702500', '122105.162500', '122105.622500', '122106.082500', '122106.542500', '122107.002500', '122107.462500', '122107.922500', '122108.382500', '122108.842500', '122109.302500', '122109.762500', '122110.222500', '122110.682500', '122111.142500', '122111.602500', '122112.062500', '122112.522500', '122112.982500', '122113.442500', '122113.902500', '122114.362500', '122114.822500', '122115.282500', '122115.742500', '122116.202500', '122116.662500', '122117.122500', '122117.582500', '122118.042500', '122118.502500', '122118.962500', '122119.422500', '122119.882500', '122120.342500', '122120.802500', '122121.262500', '122121.722500', '122122.182500', '122122.642500', '122123.102500', '122123.562500', '122124.022500', '122124.482500', '122124.942500', '122125.402500', '122125.862500', '122126.322500', '122126.782500', '122127.242500', '122127.702500', '122128.162500', '122128.622500', '122129.082500', '122129.542500', '122130.002500', '122130.462500', '122130.922500', '122131.382500', '122131.842500', '122132.302500', '122132.762500', '122133.222500', '122133.682500', '122134.142500', '122134.602500', '122135.062500', '122135.522500', '122135.982500', '122136.442500', '122136.902500', '122137.362500', '122137.822500', '122138.282500', '122138.742500', '122139.202500', '122139.662500', '122140.122500', '122140.582500', '122141.042500', '122141.502500', '122141.962500', '122142.422500', '122142.882500', '122143.342500', '122143.802500', '122144.262500', '122144.722500', '122145.182500', '122145.642500', '122146.102500', '122146.562500', '122147.022500', '122147.482500', '122147.942500', '122148.402500', '122148.862500', '122149.322500', '122149.782500', '122150.242500', '122150.702500', '122151.162500', '122151.622500', '122152.082500', '122152.542500', '122153.002500', '122153.462500', '122153.922500', '122154.382500', '122154.842500', '122155.302500', '122155.762500', '122156.222500', '122156.682500', '122157.142500', '122157.602500', '122158.062500', '122158.522500', '122158.982500', '122159.442500', '122159.902500', '122200.362500', '122200.822500', '122201.282500', '122201.742500', '122202.202500', '122202.662500', '122203.122500', '122203.582500', '122204.042500', '122204.502500', '122204.962500', '122205.422500', '122205.882500', '122206.342500', '122206.802500', '122207.262500', '122207.722500', '122208.182500', '122208.642500', '122209.102500', '122209.562500', '122210.022500', '122210.482500', '122210.942500', '122211.402500', '122211.862500', '122212.322500', '122212.782500', '122213.242500', '122213.702500', '122214.162500', '122214.622500', '122215.082500', '122215.542500', '122216.002500', '122216.462500', '122216.922500', '122217.382500', '122217.842500', '122218.302500', '122218.762500', '122219.222500', '122219.682500', '122220.142500', '122220.602500', '122221.062500', '122221.522500', '122221.982500', '122222.442500', '122222.902500', '122223.362500', '122223.822500', '122224.282500', '122224.742500', '122225.202500', '122225.662500', '122226.122500', '122226.582500', '122227.042500', '122227.502500', '122227.962500', '122228.422500', '122228.882500', '122229.342500', '122229.802500', '122230.262500', '122230.722500', '122231.182500', '122231.642500', '122232.102500', '122232.562500', '122233.022500', '122233.482500', '122233.942500', '122234.402500', '122234.862500', '122235.322500', '122235.782500', '122236.242500', '122236.702500', '122237.162500', '122237.622500', '122238.082500', '122238.542500', '122239.002500', '122239.462500', '122239.922500', '122240.382500', '122240.842500', '122241.302500', '122241.762500', '122242.222500', '122242.682500', '122243.142500', '122243.602500', '122244.062500', '122244.522500', '122244.982500', '122245.442500', '122245.902500', '122246.362500', '122246.822500', '122247.282500', '122247.742500', '122248.202500', '122248.662500', '122249.122500', '122249.582500', '122250.042500', '122250.502500', '122250.962500', '122251.422500', '122251.882500', '122252.342500', '122252.802500', '122253.262500', '122253.722500', '122254.182500', '122254.642500', '122255.102500', '122255.562500', '122256.022500', '122256.482500', '122256.942500', '122257.402500', '122257.862500', '122258.322500', '122258.782500', '122259.242500', '122259.702500', '122300.162500', '122300.622500', '122301.082500', '122301.542500', '122302.002500', '122302.462500', '122302.922500', '122303.382500', '122303.842500', '122304.302500', '122304.762500', '122305.222500', '122305.682500', '122306.142500', '122306.602500', '122307.062500', '122307.522500', '122307.982500', '122308.442500', '122308.902500', '122309.362500', '122309.822500', '122310.282500', '122310.742500', '122311.202500', '122311.662500', '122312.122500', '122312.582500', '122313.042500', '122313.502500', '122313.962500', '122314.422500', '122314.882500', '122315.342500', '122315.802500', '122316.262500', '122316.722500', '122317.182500', '122317.642500', '122318.102500', '122318.562500', '122319.022500', '122319.482500', '122319.942500', '122320.402500', '122320.862500', '122321.322500', '122321.782500', '122322.242500', '122322.702500', '122323.162500', '122323.622500', '122324.082500', '122324.542500', '122325.002500', '122325.462500', '122325.922500', '122326.382500', '122326.842500', '122327.302500', '122327.762500', '122328.222500', '122328.682500', '122329.142500', '122329.602500', '122330.062500', '122330.522500', '122330.982500', '122331.442500', '122331.902500', '122332.362500', '122332.822500', '122333.282500', '122333.742500', '122334.202500', '122334.662500', '122335.122500', '122335.582500', '122336.042500', '122336.502500', '122336.962500', '122337.422500', '122337.882500', '122338.342500', '122338.802500', '122339.262500', '122339.722500', '122340.182500', '122340.642500', '122341.102500', '122341.562500', '122342.022500', '122342.482500', '122342.942500', '122343.402500', '122343.862500', '122344.322500', '122344.782500', '122345.242500', '122345.702500', '122346.162500', '122346.622500', '122347.082500', '122347.542500', '122348.002500', '122348.462500', '122348.922500', '122349.382500', '122349.842500', '122350.302500', '122350.762500', '122351.222500', '122351.682500', '122352.142500', '122352.602500', '122353.062500', '122353.522500', '122353.982500', '122354.442500', '122354.902500', '122355.362500', '122355.822500', '122356.282500', '122356.742500', '122357.202500', '122357.662500', '122358.122500', '122358.582500', '122359.042500', '122359.502500', '122359.962500', '122400.422500', '122400.882500', '122401.342500', '122401.802500', '122402.262500', '122402.722500', '122403.182500', '122403.642500', '122404.102500', '122404.562500', '122405.022500', '122405.482500', '122405.942500', '122406.402500', '122406.862500', '122407.322500', '122407.782500', '122408.242500', '122408.702500', '122409.162500', '122409.622500', '122410.082500', '122410.542500', '122411.002500', '122411.462500', '122411.922500', '122412.382500', '122412.842500', '122413.302500', '122413.762500', '122414.222500', '122414.682500', '122415.142500', '122415.602500', '122416.062500', '122416.522500', '122416.982500', '122417.442500', '122417.902500', '122418.362500', '122418.822500', '122419.282500', '122419.742500', '122420.202500', '122420.662500', '122421.122500', '122421.582500', '122422.042500', '122422.502500', '122422.962500', '122423.422500', '122423.882500', '122424.342500', '122424.802500', '122425.262500', '122425.722500', '122426.182500', '122426.642500', '122427.102500', '122427.562500', '122428.022500', '122428.482500', '122428.942500', '122429.402500', '122429.862500', '122430.322500', '122430.782500', '122431.242500', '122431.702500', '122432.162500', '122432.622500', '122433.082500', '122433.542500', '122434.002500', '122434.462500', '122434.922500', '122435.382500', '122435.842500', '122436.302500', '122436.762500', '122437.222500', '122437.682500', '122438.142500', '122438.602500', '122439.062500', '122439.522500', '122439.982500', '122440.442500', '122440.902500', '122441.362500', '122441.822500', '122442.282500', '122442.742500', '122443.202500', '122443.662500', '122444.122500', '122444.582500', '122445.042500', '122445.502500', '122445.962500', '122446.422500', '122446.882500', '122447.342500', '122447.802500', '122448.262500', '122448.722500', '122449.182500', '122449.642500', '122450.102500', '122450.562500', '122451.022500', '122451.482500', '122451.942500', '122452.402500', '122452.862500', '122453.322500', '122453.782500', '122454.242500', '122454.702500', '122455.162500', '122455.622500', '122456.082500', '122456.542500', '122457.002500', '122457.462500', '122457.922500', '122458.382500', '122458.842500', '122459.302500', '122459.762500', '122500.222500', '122500.682500', '122501.142500', '122501.602500', '122502.062500', '122502.522500', '122502.982500', '122503.442500', '122503.902500', '122504.362500', '122504.822500', '122505.282500', '122505.742500', '122506.202500', '122506.662500', '122507.122500', '122507.582500', '122508.042500', '122508.502500', '122508.962500', '122509.422500', '122509.882500', '122510.342500', '122510.802500', '122511.262500', '122511.722500', '122512.182500', '122512.642500', '122513.102500', '122513.562500', '122514.022500', '122514.482500', '122514.942500', '122515.402500', '122515.862500', '122516.322500', '122516.782500', '122517.242500', '122517.702500', '122518.162500', '122518.622500', '122519.082500', '122519.542500', '122520.002500', '122520.462500', '122520.922500', '122521.382500', '122521.842500', '122522.302500', '122522.762500', '122523.222500', '122523.682500', '122524.142500', '122524.602500', '122525.062500', '122525.522500', '122525.982500', '122526.442500', '122526.902500', '122527.362500', '122527.822500', '122528.282500', '122528.742500', '122529.202500', '122529.662500', '122530.122500', '122530.582500', '122531.042500', '122531.502500', '122531.962500', '122532.422500', '122532.882500', '122533.342500', '122533.802500', '122534.262500', '122534.722500', '122535.182500', '122535.642500', '122536.102500', '122536.562500', '122537.022500', '122537.482500', '122537.942500', '122538.402500', '122538.862500', '122539.322500', '122539.782500', '122540.242500', '122540.702500', '122541.162500', '122541.622500', '122542.082500', '122542.542500', '122543.002500', '122543.462500', '122543.922500', '122544.382500', '122544.842500', '122545.302500', '122545.762500', '122546.222500', '122546.682500', '122547.142500', '122547.602500', '122548.062500', '122548.522500', '122548.982500', '122549.442500', '122549.902500', '122550.362500', '122550.822500', '122551.282500', '122551.742500', '122552.202500', '122552.662500', '122553.122500', '122553.582500', '122554.042500', '122554.502500', '122554.962500', '122555.422500', '122555.882500', '122556.342500', '122556.802500', '122557.262500', '122557.722500', '122558.182500', '122558.642500', '122559.102500', '122559.562500', '122600.022500', '122600.482500', '122600.942500', '122601.402500', '122601.862500', '122602.322500', '122602.782500', '122603.242500', '122603.702500', '122604.162500', '122604.622500', '122605.082500', '122605.542500', '122606.002500', '122606.462500', '122606.922500', '122607.382500', '122607.842500', '122608.302500', '122608.762500', '122609.222500', '122609.682500', '122610.142500', '122610.602500', '122611.062500', '122611.522500', '122611.982500', '122612.442500', '122612.902500', '122613.362500', '122613.822500', '122614.282500', '122614.742500', '122615.202500', '122615.662500', '122616.122500', '122616.582500', '122617.042500', '122617.502500', '122617.962500', '122618.422500', '122618.882500', '122619.342500', '122619.802500', '122620.262500', '122620.722500', '122621.182500', '122621.642500', '122622.102500', '122622.562500', '122623.022500', '122623.482500', '122623.942500', '122624.402500', '122624.862500', '122625.322500', '122625.782500', '122626.242500', '122626.702500', '122627.162500', '122627.622500', '122628.082500', '122628.542500', '122629.002500', '122629.462500', '122629.922500', '122630.382500', '122630.842500', '122631.302500', '122631.762500', '122632.222500', '122632.682500', '122633.142500', '122633.602500', '122634.062500', '122634.522500', '122634.982500', '122635.442500', '122635.902500', '122636.362500', '122636.822500', '122637.282500', '122637.742500', '122638.202500', '122638.662500', '122639.122500', '122639.582500', '122640.042500', '122640.502500', '122640.962500', '122641.422500', '122641.882500', '122642.342500', '122642.802500', '122643.262500', '122643.722500', '122644.182500', '122644.642500', '122645.102500', '122645.562500', '122646.022500', '122646.482500', '122646.942500', '122647.402500', '122647.862500', '122648.322500', '122648.782500', '122649.242500', '122649.702500', '122650.162500', '122650.622500', '122651.082500', '122651.542500', '122652.002500', '122652.462500', '122652.922500', '122653.382500', '122653.842500', '122654.302500', '122654.762500', '122655.222500', '122655.682500', '122656.142500', '122656.602500', '122657.062500', '122657.522500', '122657.982500', '122658.442500', '122658.902500', '122659.362500', '122659.822500', '122700.282500', '122700.742500', '122701.202500', '122701.662500', '122702.122500', '122702.582500', '122703.042500', '122703.502500', '122703.962500', '122704.422500', '122704.882500', '122705.342500', '122705.802500', '122706.262500', '122706.722500', '122707.182500', '122707.642500', '122708.102500', '122708.562500', '122709.022500', '122709.482500', '122709.942500', '122710.402500', '122710.862500', '122711.322500', '122711.782500', '122712.242500', '122712.702500', '122713.162500', '122713.622500', '122714.082500', '122714.542500', '122715.002500', '122715.462500', '122715.922500', '122716.382500', '122716.842500', '122717.302500', '122717.762500', '122718.222500', '122718.682500', '122719.142500', '122719.602500', '122720.062500', '122720.522500', '122720.982500', '122721.442500', '122721.902500', '122722.362500', '122722.822500', '122723.282500', '122723.742500', '122724.202500', '122724.662500', '122725.122500', '122725.582500', '122726.042500', '122726.502500', '122726.962500', '122727.422500', '122727.882500', '122728.342500', '122728.802500', '122729.262500', '122729.722500', '122730.182500', '122730.642500', '122731.102500', '122731.562500', '122732.022500', '122732.482500', '122732.942500', '122733.402500', '122733.862500', '122734.322500', '122734.782500', '122735.242500', '122735.702500', '122736.162500', '122736.622500', '122737.082500', '122737.542500', '122738.002500', '122738.462500', '122738.922500', '122739.382500', '122739.842500', '122740.302500', '122740.762500', '122741.222500', '122741.682500', '122742.142500', '122742.602500', '122743.062500', '122743.522500', '122743.982500', '122744.442500', '122744.902500', '122745.362500', '122745.822500', '122746.282500', '122746.742500', '122747.202500', '122747.662500', '122748.122500', '122748.582500', '122749.042500', '122749.502500', '122749.962500', '122750.422500', '122750.882500', '122751.342500', '122751.802500', '122752.262500', '122752.722500', '122753.182500', '122753.642500', '122754.102500', '122754.562500', '122755.022500', '122755.482500', '122755.942500', '122756.402500', '122756.862500'], 'ContentTime': ['122054.396000', '122054.399000', '122054.402000', '122054.404000', '122054.407000', '122054.410000', '122054.413000', '122054.416000', '122054.419000', '122054.424000', '122054.427000', '122054.430000', '122054.433000', '122054.435000', '122054.438000', '122054.441000', '122054.444000', '122054.447000', '122054.450000', '122054.452000', '122054.455000', '122054.458000', '122054.461000', '122054.463000', '122054.466000', '122054.469000', '122054.472000', '122054.475000', '122054.478000', '122054.480000', '122054.483000', '122054.486000', '122054.489000', '122054.492000', '122054.494000', '122054.497000', '122054.500000', '122054.503000', '122054.505000', '122054.508000', '122054.511000', '122054.514000', '122054.524000', '122054.527000', '122054.530000', '122054.533000', '122114.365000', '122114.368000', '122114.371000', '122114.373000', '122114.376000', '122114.379000', '122114.382000', '122114.385000', '122114.387000', '122114.391000', '122114.393000', '122114.396000', '122114.399000', '122114.402000', '122114.404000', '122114.407000', '122114.410000', '122114.413000', '122114.416000', '122114.418000', '122114.421000', '122114.424000', '122114.427000', '122114.430000', '122114.432000', '122114.435000', '122114.438000', '122114.441000', '122114.444000', '122114.447000', '122114.449000', '122114.452000', '122114.455000', '122114.464000', '122114.467000', '122114.469000', '122114.472000', '122114.475000', '122114.478000', '122114.481000', '122114.483000', '122114.486000', '122114.489000', '122114.492000', '122134.365000', '122134.368000', '122134.370000', '122134.373000', '122134.376000', '122134.379000', '122134.382000', '122134.385000', '122134.387000', '122134.390000', '122134.393000', '122134.396000', '122134.399000', '122134.401000', '122134.404000', '122134.407000', '122134.410000', '122134.413000', '122134.416000', '122134.419000', '122134.421000', '122134.424000', '122134.427000', '122134.430000', '122134.433000', '122134.436000', '122134.438000', '122134.442000', '122134.445000', '122134.448000', '122134.451000', '122134.453000', '122134.456000', '122134.459000', '122134.462000', '122134.464000', '122134.467000', '122134.470000', '122134.473000', '122134.476000', '122134.478000', '122134.481000', '122134.484000', '122154.365000', '122154.368000', '122154.370000', '122154.373000', '122154.376000', '122154.379000', '122154.382000', '122154.385000', '122154.388000', '122154.390000', '122154.393000', '122154.396000', '122154.399000', '122154.402000', '122154.404000', '122154.407000', '122154.410000', '122154.413000', '122154.416000', '122154.418000', '122154.423000', '122154.426000', '122154.429000', '122154.431000', '122154.434000', '122154.437000', '122154.440000', '122154.443000', '122154.446000', '122154.448000', '122154.451000', '122154.454000', '122154.457000', '122154.460000', '122154.462000', '122154.465000', '122154.468000', '122154.471000', '122154.474000', '122154.476000', '122154.479000', '122154.482000', '122154.485000', '122154.488000', '122214.365000', '122214.368000', '122214.371000', '122214.373000', '122214.376000', '122214.379000', '122214.382000', '122214.385000', '122214.388000', '122214.391000', '122214.395000', '122214.397000', '122214.400000', '122214.403000', '122214.406000', '122214.409000', '122214.411000', '122214.414000', '122214.417000', '122214.420000', '122214.423000', '122214.433000', '122214.436000', '122214.439000', '122214.442000', '122214.445000', '122214.450000', '122214.453000', '122214.456000', '122214.459000', '122214.461000', '122214.464000', '122214.467000', '122214.470000', '122214.482000', '122214.485000', '122214.488000', '122214.491000', '122214.493000', '122214.496000', '122214.499000', '122214.502000', '122214.505000', '122234.366000', '122234.369000', '122234.371000', '122234.374000', '122234.377000', '122234.380000', '122234.383000', '122234.386000', '122234.389000', '122234.391000', '122234.394000', '122234.397000', '122234.400000', '122234.403000', '122234.405000', '122234.408000', '122234.411000', '122234.414000', '122234.417000', '122234.420000', '122234.423000', '122234.425000', '122234.428000', '122234.431000', '122234.434000', '122234.437000', '122234.439000', '122234.449000', '122234.452000', '122234.455000', '122234.457000', '122234.460000', '122234.463000', '122234.466000', '122234.469000', '122234.477000', '122234.480000', '122234.482000', '122234.485000', '122234.488000', '122234.491000', '122234.494000', '122234.496000', '122234.499000', '122254.366000', '122254.369000', '122254.372000', '122254.375000', '122254.378000', '122254.380000', '122254.383000', '122254.386000', '122254.389000', '122254.392000', '122254.394000', '122254.397000', '122254.400000', '122254.403000', '122254.406000', '122254.408000', '122254.411000', '122254.414000', '122254.417000', '122254.420000', '122254.423000', '122254.426000', '122254.428000', '122254.431000', '122254.434000', '122254.437000', '122254.440000', '122254.442000', '122254.445000', '122254.448000', '122254.451000', '122254.454000', '122254.456000', '122254.459000', '122254.462000', '122254.465000', '122254.467000', '122254.470000', '122254.473000', '122254.477000', '122254.480000', '122254.483000', '122254.486000', '122314.366000', '122314.369000', '122314.372000', '122314.375000', '122314.378000', '122314.380000', '122314.383000', '122314.386000', '122314.389000', '122314.392000', '122314.395000', '122314.397000', '122314.400000', '122314.403000', '122314.406000', '122314.409000', '122314.412000', '122314.414000', '122314.417000', '122314.420000', '122314.423000', '122314.425000', '122314.428000', '122314.431000', '122314.434000', '122314.437000', '122314.440000', '122314.442000', '122314.445000', '122314.448000', '122314.451000', '122314.453000', '122314.456000', '122314.459000', '122314.462000', '122314.465000', '122314.467000', '122314.470000', '122314.473000', '122314.476000', '122314.479000', '122314.482000', '122314.484000', '122314.487000', '122334.365000', '122334.368000', '122334.370000', '122334.373000', '122334.385000', '122334.388000', '122334.391000', '122334.394000', '122334.396000', '122334.399000', '122334.402000', '122334.405000', '122334.408000', '122334.411000', '122334.413000', '122334.416000', '122334.419000', '122334.422000', '122334.425000', '122334.427000', '122334.432000', '122334.435000', '122334.437000', '122334.440000', '122334.443000', '122334.446000', '122334.449000', '122334.451000', '122334.454000', '122334.457000', '122334.460000', '122334.463000', '122334.466000', '122334.468000', '122334.471000', '122334.474000', '122334.477000', '122334.480000', '122334.482000', '122334.485000', '122334.488000', '122334.491000', '122334.494000', '122354.365000', '122354.368000', '122354.371000', '122354.374000', '122354.376000', '122354.385000', '122354.388000', '122354.390000', '122354.393000', '122354.396000', '122354.399000', '122354.402000', '122354.404000', '122354.407000', '122354.410000', '122354.413000', '122354.433000', '122354.436000', '122354.439000', '122354.442000', '122354.444000', '122354.447000', '122354.450000', '122354.453000', '122354.456000', '122354.458000', '122354.461000', '122354.464000', '122354.467000', '122354.470000', '122354.472000', '122354.475000', '122354.478000', '122354.481000', '122354.484000', '122354.487000', '122354.489000', '122354.492000', '122354.495000', '122354.498000', '122354.501000', '122354.503000', '122354.506000', '122354.509000', '122414.365000', '122414.368000', '122414.371000', '122414.374000', '122414.376000', '122414.379000', '122414.382000', '122414.385000', '122414.387000', '122414.390000', '122414.393000', '122414.396000', '122414.399000', '122414.402000', '122414.404000', '122414.407000', '122414.410000', '122414.413000', '122414.416000', '122414.419000', '122414.421000', '122414.424000', '122414.427000', '122414.430000', '122414.433000', '122414.436000', '122414.439000', '122414.441000', '122414.444000', '122414.447000', '122414.450000', '122414.453000', '122414.456000', '122414.458000', '122414.461000', '122414.464000', '122414.467000', '122414.470000', '122414.472000', '122414.475000', '122414.478000', '122414.481000', '122414.484000', '122434.365000', '122434.368000', '122434.370000', '122434.373000', '122434.376000', '122434.379000', '122434.382000', '122434.385000', '122434.395000', '122434.398000', '122434.401000', '122434.404000', '122434.407000', '122434.409000', '122434.412000', '122434.415000', '122434.418000', '122434.421000', '122434.424000', '122434.427000', '122434.430000', '122434.432000', '122434.435000', '122434.438000', '122434.441000', '122434.444000', '122434.446000', '122434.449000', '122434.452000', '122434.455000', '122434.458000', '122434.461000', '122434.464000', '122434.466000', '122434.469000', '122434.472000', '122434.475000', '122434.478000', '122434.480000', '122434.483000', '122434.486000', '122434.489000', '122434.492000', '122434.495000', '122454.366000', '122454.369000', '122454.372000', '122454.375000', '122454.377000', '122454.380000', '122454.383000', '122454.386000', '122454.388000', '122454.391000', '122454.394000', '122454.397000', '122454.400000', '122454.403000', '122454.406000', '122454.409000', '122454.411000', '122454.414000', '122454.417000', '122454.420000', '122454.423000', '122454.425000', '122454.428000', '122454.431000', '122454.434000', '122454.437000', '122454.440000', '122454.442000', '122454.445000', '122454.448000', '122454.451000', '122454.454000', '122454.457000', '122454.459000', '122454.462000', '122454.465000', '122454.469000', '122454.472000', '122454.475000', '122454.478000', '122454.481000', '122454.483000', '122454.486000', '122514.366000', '122514.369000', '122514.372000', '122514.384000', '122514.387000', '122514.390000', '122514.392000', '122514.395000', '122514.398000', '122514.401000', '122514.404000', '122514.407000', '122514.410000', '122514.412000', '122514.415000', '122514.418000', '122514.421000', '122514.424000', '122514.426000', '122514.429000', '122514.432000', '122514.435000', '122514.438000', '122514.441000', '122514.444000', '122514.446000', '122514.449000', '122514.452000', '122514.455000', '122514.458000', '122514.461000', '122514.464000', '122514.466000', '122514.469000', '122514.472000', '122514.475000', '122514.478000', '122514.481000', '122514.483000', '122514.486000', '122514.489000', '122514.510000', '122514.513000', '122514.521000', '122534.366000', '122534.369000', '122534.372000', '122534.374000', '122534.377000', '122534.380000', '122534.383000', '122534.386000', '122534.389000', '122534.392000', '122534.394000', '122534.397000', '122534.400000', '122534.403000', '122534.406000', '122534.408000', '122534.411000', '122534.414000', '122534.417000', '122534.420000', '122534.423000', '122534.426000', '122534.428000', '122534.431000', '122534.434000', '122534.437000', '122534.440000', '122534.443000', '122534.445000', '122534.448000', '122534.451000', '122534.454000', '122534.457000', '122534.459000', '122534.462000', '122534.465000', '122534.468000', '122534.471000', '122534.473000', '122534.476000', '122534.479000', '122534.482000', '122534.484000', '122554.365000', '122554.368000', '122554.371000', '122554.374000', '122554.377000', '122554.379000', '122554.382000', '122554.385000', '122554.388000', '122554.391000', '122554.394000', '122554.397000', '122554.399000', '122554.402000', '122554.405000', '122554.408000', '122554.411000', '122554.413000', '122554.416000', '122554.419000', '122554.422000', '122554.425000', '122554.428000', '122554.430000', '122554.433000', '122554.436000', '122554.439000', '122554.442000', '122554.445000', '122554.448000', '122554.451000', '122554.453000', '122554.456000', '122554.459000', '122554.462000', '122554.465000', '122554.468000', '122554.470000', '122554.473000', '122554.476000', '122554.485000', '122554.488000', '122554.491000', '122554.493000', '122614.365000', '122614.368000', '122614.371000', '122614.373000', '122614.376000', '122614.379000', '122614.382000', '122614.385000', '122614.388000', '122614.390000', '122614.393000', '122614.396000', '122614.399000', '122614.402000', '122614.405000', '122614.407000', '122614.410000', '122614.413000', '122614.416000', '122614.419000', '122614.422000', '122614.424000', '122614.427000', '122614.430000', '122614.433000', '122614.436000', '122614.439000', '122614.441000', '122614.444000', '122614.447000', '122614.450000', '122614.453000', '122614.456000', '122614.459000', '122614.461000', '122614.464000', '122614.467000', '122614.470000', '122614.473000', '122614.475000', '122614.478000', '122614.481000', '122614.484000', '122634.365000', '122634.368000', '122634.371000', '122634.373000', '122634.376000', '122634.379000', '122634.382000', '122634.385000', '122634.388000', '122634.391000', '122634.393000', '122634.396000', '122634.399000', '122634.402000', '122634.405000', '122634.408000', '122634.410000', '122634.413000', '122634.416000', '122634.419000', '122634.422000', '122634.425000', '122634.427000', '122634.430000', '122634.433000', '122634.436000', '122634.439000', '122634.442000', '122634.444000', '122634.447000', '122634.450000', '122634.453000', '122634.456000', '122634.459000', '122634.462000', '122634.464000', '122634.467000', '122634.471000', '122634.474000', '122634.477000', '122634.480000', '122634.483000', '122634.485000', '122634.488000', '122654.365000', '122654.368000', '122654.371000', '122654.374000', '122654.376000', '122654.381000', '122654.383000', '122654.386000', '122654.403000', '122654.406000', '122654.408000', '122654.411000', '122654.414000', '122654.417000', '122654.420000', '122654.423000', '122654.425000', '122654.428000', '122654.431000', '122654.434000', '122654.437000', '122654.439000', '122654.442000', '122654.445000', '122654.448000', '122654.451000', '122654.453000', '122654.456000', '122654.459000', '122654.462000', '122654.465000', '122654.468000', '122654.471000', '122654.473000', '122654.477000', '122654.480000', '122654.483000', '122654.486000', '122654.488000', '122654.491000', '122654.494000', '122654.497000', '122654.500000', '122714.367000', '122714.370000', '122714.373000', '122714.376000', '122714.379000', '122714.381000', '122714.384000', '122714.387000', '122714.390000', '122714.393000', '122714.396000', '122714.398000', '122714.401000', '122714.404000', '122714.407000', '122714.410000', '122714.413000', '122714.416000', '122714.418000', '122714.421000', '122714.424000', '122714.427000', '122714.430000', '122714.432000', '122714.435000', '122714.438000', '122714.441000', '122714.443000', '122714.446000', '122714.449000', '122714.452000', '122714.455000', '122714.458000', '122714.461000', '122714.463000', '122714.466000', '122714.469000', '122714.472000', '122714.475000', '122714.478000', '122714.480000', '122714.483000', '122714.486000', '122734.366000', '122734.369000', '122734.372000', '122734.375000', '122734.377000', '122734.380000', '122734.383000', '122734.386000', '122734.389000', '122734.391000', '122734.394000', '122734.397000', '122734.400000', '122734.403000', '122734.406000', '122734.409000', '122734.411000', '122734.414000', '122734.417000', '122734.420000', '122734.422000', '122734.425000', '122734.428000', '122734.431000', '122734.434000', '122734.437000', '122734.439000', '122734.442000', '122734.445000', '122734.448000', '122734.451000', '122734.454000', '122734.456000', '122734.459000', '122734.462000', '122734.465000', '122734.468000', '122734.471000', '122734.474000', '122734.477000', '122734.479000', '122734.482000', '122734.485000', '122734.488000', '122754.366000', '122754.369000', '122754.372000', '122754.375000', '122754.378000', '122754.383000', '122754.386000', '122754.394000', '122754.396000', '122754.399000', '122754.402000', '122754.405000', '122754.408000', '122754.411000', '122754.413000', '122754.416000', '122754.419000', '122754.422000', '122754.425000', '122754.428000', '122754.430000', '122754.433000', '122754.436000', '122754.439000', '122754.442000', '122754.445000', '122754.447000', '122754.450000', '122754.453000', '122754.456000', '122754.459000', '122754.462000', '122754.465000', '122754.467000', '122754.470000', '122754.473000', '122754.476000', '122754.479000', '122754.482000', '122754.485000', '122754.487000', '122754.490000', '122754.493000', '122757.663000', '122757.666000', '122757.670000', '122757.673000', '122757.676000', '122757.679000', '122757.683000', '122757.686000'], 'InstanceCreationTime': ['122054.396000', '122054.399000', '122054.402000', '122054.404000', '122054.407000', '122054.410000', '122054.413000', '122054.416000', '122054.419000', '122054.424000', '122054.427000', '122054.430000', '122054.433000', '122054.435000', '122054.438000', '122054.441000', '122054.444000', '122054.447000', '122054.450000', '122054.452000', '122054.455000', '122054.458000', '122054.461000', '122054.463000', '122054.466000', '122054.469000', '122054.472000', '122054.475000', '122054.478000', '122054.480000', '122054.483000', '122054.486000', '122054.489000', '122054.492000', '122054.494000', '122054.497000', '122054.500000', '122054.503000', '122054.505000', '122054.508000', '122054.511000', '122054.514000', '122054.524000', '122054.527000', '122054.530000', '122054.533000', '122114.365000', '122114.368000', '122114.371000', '122114.373000', '122114.376000', '122114.379000', '122114.382000', '122114.385000', '122114.387000', '122114.391000', '122114.393000', '122114.396000', '122114.399000', '122114.402000', '122114.404000', '122114.407000', '122114.410000', '122114.413000', '122114.416000', '122114.418000', '122114.421000', '122114.424000', '122114.427000', '122114.430000', '122114.432000', '122114.435000', '122114.438000', '122114.441000', '122114.444000', '122114.447000', '122114.449000', '122114.452000', '122114.455000', '122114.464000', '122114.467000', '122114.469000', '122114.472000', '122114.475000', '122114.478000', '122114.481000', '122114.483000', '122114.486000', '122114.489000', '122114.492000', '122134.365000', '122134.368000', '122134.370000', '122134.373000', '122134.376000', '122134.379000', '122134.382000', '122134.385000', '122134.387000', '122134.390000', '122134.393000', '122134.396000', '122134.399000', '122134.401000', '122134.404000', '122134.407000', '122134.410000', '122134.413000', '122134.416000', '122134.419000', '122134.421000', '122134.424000', '122134.427000', '122134.430000', '122134.433000', '122134.436000', '122134.438000', '122134.442000', '122134.445000', '122134.448000', '122134.451000', '122134.453000', '122134.456000', '122134.459000', '122134.462000', '122134.464000', '122134.467000', '122134.470000', '122134.473000', '122134.476000', '122134.478000', '122134.481000', '122134.484000', '122154.365000', '122154.368000', '122154.370000', '122154.373000', '122154.376000', '122154.379000', '122154.382000', '122154.385000', '122154.388000', '122154.390000', '122154.393000', '122154.396000', '122154.399000', '122154.402000', '122154.404000', '122154.407000', '122154.410000', '122154.413000', '122154.416000', '122154.418000', '122154.423000', '122154.426000', '122154.429000', '122154.431000', '122154.434000', '122154.437000', '122154.440000', '122154.443000', '122154.446000', '122154.448000', '122154.451000', '122154.454000', '122154.457000', '122154.460000', '122154.462000', '122154.465000', '122154.468000', '122154.471000', '122154.474000', '122154.476000', '122154.479000', '122154.482000', '122154.485000', '122154.488000', '122214.365000', '122214.368000', '122214.371000', '122214.373000', '122214.376000', '122214.379000', '122214.382000', '122214.385000', '122214.388000', '122214.391000', '122214.395000', '122214.397000', '122214.400000', '122214.403000', '122214.406000', '122214.409000', '122214.411000', '122214.414000', '122214.417000', '122214.420000', '122214.423000', '122214.433000', '122214.436000', '122214.439000', '122214.442000', '122214.445000', '122214.450000', '122214.453000', '122214.456000', '122214.459000', '122214.461000', '122214.464000', '122214.467000', '122214.470000', '122214.482000', '122214.485000', '122214.488000', '122214.491000', '122214.493000', '122214.496000', '122214.499000', '122214.502000', '122214.505000', '122234.366000', '122234.369000', '122234.371000', '122234.374000', '122234.377000', '122234.380000', '122234.383000', '122234.386000', '122234.389000', '122234.391000', '122234.394000', '122234.397000', '122234.400000', '122234.403000', '122234.405000', '122234.408000', '122234.411000', '122234.414000', '122234.417000', '122234.420000', '122234.423000', '122234.425000', '122234.428000', '122234.431000', '122234.434000', '122234.437000', '122234.439000', '122234.449000', '122234.452000', '122234.455000', '122234.457000', '122234.460000', '122234.463000', '122234.466000', '122234.469000', '122234.477000', '122234.480000', '122234.482000', '122234.485000', '122234.488000', '122234.491000', '122234.494000', '122234.496000', '122234.499000', '122254.366000', '122254.369000', '122254.372000', '122254.375000', '122254.378000', '122254.380000', '122254.383000', '122254.386000', '122254.389000', '122254.392000', '122254.394000', '122254.397000', '122254.400000', '122254.403000', '122254.406000', '122254.408000', '122254.411000', '122254.414000', '122254.417000', '122254.420000', '122254.423000', '122254.426000', '122254.428000', '122254.431000', '122254.434000', '122254.437000', '122254.440000', '122254.442000', '122254.445000', '122254.448000', '122254.451000', '122254.454000', '122254.456000', '122254.459000', '122254.462000', '122254.465000', '122254.467000', '122254.470000', '122254.473000', '122254.477000', '122254.480000', '122254.483000', '122254.486000', '122314.366000', '122314.369000', '122314.372000', '122314.375000', '122314.378000', '122314.380000', '122314.383000', '122314.386000', '122314.389000', '122314.392000', '122314.395000', '122314.397000', '122314.400000', '122314.403000', '122314.406000', '122314.409000', '122314.412000', '122314.414000', '122314.417000', '122314.420000', '122314.423000', '122314.425000', '122314.428000', '122314.431000', '122314.434000', '122314.437000', '122314.440000', '122314.442000', '122314.445000', '122314.448000', '122314.451000', '122314.453000', '122314.456000', '122314.459000', '122314.462000', '122314.465000', '122314.467000', '122314.470000', '122314.473000', '122314.476000', '122314.479000', '122314.482000', '122314.484000', '122314.487000', '122334.365000', '122334.368000', '122334.370000', '122334.373000', '122334.385000', '122334.388000', '122334.391000', '122334.394000', '122334.396000', '122334.399000', '122334.402000', '122334.405000', '122334.408000', '122334.411000', '122334.413000', '122334.416000', '122334.419000', '122334.422000', '122334.425000', '122334.427000', '122334.432000', '122334.435000', '122334.437000', '122334.440000', '122334.443000', '122334.446000', '122334.449000', '122334.451000', '122334.454000', '122334.457000', '122334.460000', '122334.463000', '122334.466000', '122334.468000', '122334.471000', '122334.474000', '122334.477000', '122334.480000', '122334.482000', '122334.485000', '122334.488000', '122334.491000', '122334.494000', '122354.365000', '122354.368000', '122354.371000', '122354.374000', '122354.376000', '122354.385000', '122354.388000', '122354.390000', '122354.393000', '122354.396000', '122354.399000', '122354.402000', '122354.404000', '122354.407000', '122354.410000', '122354.413000', '122354.433000', '122354.436000', '122354.439000', '122354.442000', '122354.444000', '122354.447000', '122354.450000', '122354.453000', '122354.456000', '122354.458000', '122354.461000', '122354.464000', '122354.467000', '122354.470000', '122354.472000', '122354.475000', '122354.478000', '122354.481000', '122354.484000', '122354.487000', '122354.489000', '122354.492000', '122354.495000', '122354.498000', '122354.501000', '122354.503000', '122354.506000', '122354.509000', '122414.365000', '122414.368000', '122414.371000', '122414.374000', '122414.376000', '122414.379000', '122414.382000', '122414.385000', '122414.387000', '122414.390000', '122414.393000', '122414.396000', '122414.399000', '122414.402000', '122414.404000', '122414.407000', '122414.410000', '122414.413000', '122414.416000', '122414.419000', '122414.421000', '122414.424000', '122414.427000', '122414.430000', '122414.433000', '122414.436000', '122414.439000', '122414.441000', '122414.444000', '122414.447000', '122414.450000', '122414.453000', '122414.456000', '122414.458000', '122414.461000', '122414.464000', '122414.467000', '122414.470000', '122414.472000', '122414.475000', '122414.478000', '122414.481000', '122414.484000', '122434.365000', '122434.368000', '122434.370000', '122434.373000', '122434.376000', '122434.379000', '122434.382000', '122434.385000', '122434.395000', '122434.398000', '122434.401000', '122434.404000', '122434.407000', '122434.409000', '122434.412000', '122434.415000', '122434.418000', '122434.421000', '122434.424000', '122434.427000', '122434.430000', '122434.432000', '122434.435000', '122434.438000', '122434.441000', '122434.444000', '122434.446000', '122434.449000', '122434.452000', '122434.455000', '122434.458000', '122434.461000', '122434.464000', '122434.466000', '122434.469000', '122434.472000', '122434.475000', '122434.478000', '122434.480000', '122434.483000', '122434.486000', '122434.489000', '122434.492000', '122434.495000', '122454.366000', '122454.369000', '122454.372000', '122454.375000', '122454.377000', '122454.380000', '122454.383000', '122454.386000', '122454.388000', '122454.391000', '122454.394000', '122454.397000', '122454.400000', '122454.403000', '122454.406000', '122454.409000', '122454.411000', '122454.414000', '122454.417000', '122454.420000', '122454.423000', '122454.425000', '122454.428000', '122454.431000', '122454.434000', '122454.437000', '122454.440000', '122454.442000', '122454.445000', '122454.448000', '122454.451000', '122454.454000', '122454.457000', '122454.459000', '122454.462000', '122454.465000', '122454.469000', '122454.472000', '122454.475000', '122454.478000', '122454.481000', '122454.483000', '122454.486000', '122514.366000', '122514.369000', '122514.372000', '122514.384000', '122514.387000', '122514.390000', '122514.392000', '122514.395000', '122514.398000', '122514.401000', '122514.404000', '122514.407000', '122514.410000', '122514.412000', '122514.415000', '122514.418000', '122514.421000', '122514.424000', '122514.426000', '122514.429000', '122514.432000', '122514.435000', '122514.438000', '122514.441000', '122514.444000', '122514.446000', '122514.449000', '122514.452000', '122514.455000', '122514.458000', '122514.461000', '122514.464000', '122514.466000', '122514.469000', '122514.472000', '122514.475000', '122514.478000', '122514.481000', '122514.483000', '122514.486000', '122514.489000', '122514.510000', '122514.513000', '122514.521000', '122534.366000', '122534.369000', '122534.372000', '122534.374000', '122534.377000', '122534.380000', '122534.383000', '122534.386000', '122534.389000', '122534.392000', '122534.394000', '122534.397000', '122534.400000', '122534.403000', '122534.406000', '122534.408000', '122534.411000', '122534.414000', '122534.417000', '122534.420000', '122534.423000', '122534.426000', '122534.428000', '122534.431000', '122534.434000', '122534.437000', '122534.440000', '122534.443000', '122534.445000', '122534.448000', '122534.451000', '122534.454000', '122534.457000', '122534.459000', '122534.462000', '122534.465000', '122534.468000', '122534.471000', '122534.473000', '122534.476000', '122534.479000', '122534.482000', '122534.484000', '122554.365000', '122554.368000', '122554.371000', '122554.374000', '122554.377000', '122554.379000', '122554.382000', '122554.385000', '122554.388000', '122554.391000', '122554.394000', '122554.397000', '122554.399000', '122554.402000', '122554.405000', '122554.408000', '122554.411000', '122554.413000', '122554.416000', '122554.419000', '122554.422000', '122554.425000', '122554.428000', '122554.430000', '122554.433000', '122554.436000', '122554.439000', '122554.442000', '122554.445000', '122554.448000', '122554.451000', '122554.453000', '122554.456000', '122554.459000', '122554.462000', '122554.465000', '122554.468000', '122554.470000', '122554.473000', '122554.476000', '122554.485000', '122554.488000', '122554.491000', '122554.493000', '122614.365000', '122614.368000', '122614.371000', '122614.373000', '122614.376000', '122614.379000', '122614.382000', '122614.385000', '122614.388000', '122614.390000', '122614.393000', '122614.396000', '122614.399000', '122614.402000', '122614.405000', '122614.407000', '122614.410000', '122614.413000', '122614.416000', '122614.419000', '122614.422000', '122614.424000', '122614.427000', '122614.430000', '122614.433000', '122614.436000', '122614.439000', '122614.441000', '122614.444000', '122614.447000', '122614.450000', '122614.453000', '122614.456000', '122614.459000', '122614.461000', '122614.464000', '122614.467000', '122614.470000', '122614.473000', '122614.475000', '122614.478000', '122614.481000', '122614.484000', '122634.365000', '122634.368000', '122634.371000', '122634.373000', '122634.376000', '122634.379000', '122634.382000', '122634.385000', '122634.388000', '122634.391000', '122634.393000', '122634.396000', '122634.399000', '122634.402000', '122634.405000', '122634.408000', '122634.410000', '122634.413000', '122634.416000', '122634.419000', '122634.422000', '122634.425000', '122634.427000', '122634.430000', '122634.433000', '122634.436000', '122634.439000', '122634.442000', '122634.444000', '122634.447000', '122634.450000', '122634.453000', '122634.456000', '122634.459000', '122634.462000', '122634.464000', '122634.467000', '122634.471000', '122634.474000', '122634.477000', '122634.480000', '122634.483000', '122634.485000', '122634.488000', '122654.365000', '122654.368000', '122654.371000', '122654.374000', '122654.376000', '122654.381000', '122654.383000', '122654.386000', '122654.403000', '122654.406000', '122654.408000', '122654.411000', '122654.414000', '122654.417000', '122654.420000', '122654.423000', '122654.425000', '122654.428000', '122654.431000', '122654.434000', '122654.437000', '122654.439000', '122654.442000', '122654.445000', '122654.448000', '122654.451000', '122654.453000', '122654.456000', '122654.459000', '122654.462000', '122654.465000', '122654.468000', '122654.471000', '122654.473000', '122654.477000', '122654.480000', '122654.483000', '122654.486000', '122654.488000', '122654.491000', '122654.494000', '122654.497000', '122654.500000', '122714.367000', '122714.370000', '122714.373000', '122714.376000', '122714.379000', '122714.381000', '122714.384000', '122714.387000', '122714.390000', '122714.393000', '122714.396000', '122714.398000', '122714.401000', '122714.404000', '122714.407000', '122714.410000', '122714.413000', '122714.416000', '122714.418000', '122714.421000', '122714.424000', '122714.427000', '122714.430000', '122714.432000', '122714.435000', '122714.438000', '122714.441000', '122714.443000', '122714.446000', '122714.449000', '122714.452000', '122714.455000', '122714.458000', '122714.461000', '122714.463000', '122714.466000', '122714.469000', '122714.472000', '122714.475000', '122714.478000', '122714.480000', '122714.483000', '122714.486000', '122734.366000', '122734.369000', '122734.372000', '122734.375000', '122734.377000', '122734.380000', '122734.383000', '122734.386000', '122734.389000', '122734.391000', '122734.394000', '122734.397000', '122734.400000', '122734.403000', '122734.406000', '122734.409000', '122734.411000', '122734.414000', '122734.417000', '122734.420000', '122734.422000', '122734.425000', '122734.428000', '122734.431000', '122734.434000', '122734.437000', '122734.439000', '122734.442000', '122734.445000', '122734.448000', '122734.451000', '122734.454000', '122734.456000', '122734.459000', '122734.462000', '122734.465000', '122734.468000', '122734.471000', '122734.474000', '122734.477000', '122734.479000', '122734.482000', '122734.485000', '122734.488000', '122754.366000', '122754.369000', '122754.372000', '122754.375000', '122754.378000', '122754.383000', '122754.386000', '122754.394000', '122754.396000', '122754.399000', '122754.402000', '122754.405000', '122754.408000', '122754.411000', '122754.413000', '122754.416000', '122754.419000', '122754.422000', '122754.425000', '122754.428000', '122754.430000', '122754.433000', '122754.436000', '122754.439000', '122754.442000', '122754.445000', '122754.447000', '122754.450000', '122754.453000', '122754.456000', '122754.459000', '122754.462000', '122754.465000', '122754.467000', '122754.470000', '122754.473000', '122754.476000', '122754.479000', '122754.482000', '122754.485000', '122754.487000', '122754.490000', '122754.493000', '122757.663000', '122757.666000', '122757.670000', '122757.673000', '122757.676000', '122757.679000', '122757.683000', '122757.686000'], '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': [10280, 8145, 10120, 8136, 9478, 7564, 9068, 13159, 8995, 9704, 8893, 9240, 8645, 9364, 8559, 9054, 8264, 9182, 11426, 8759, 12995, 9439, 10546, 8930, 10346, 15179, 11211, 13295, 8679, 11731, 8493, 9343, 10398, 8977, 11035, 8858, 10730, 9556, 9533, 8704, 9602, 14706, 9419, 13241, 11239, 11021, 9022, 9404, 11678, 9468, 8274, 9129, 10714, 8862, 10813, 15469, 9214, 9769, 8274, 9040, 12899, 9039, 10137, 8540, 9184, 8485, 8964, 10630, 8838, 9626, 9084, 9286, 13146, 9097, 11916, 9269, 10082, 9077, 10759, 11121, 9257, 16223, 9272, 13134, 8676, 11367, 8535, 9495, 7903, 9134, 11069, 8743, 14519, 8991, 11532, 8233, 9999, 16005, 11295, 10853, 11829, 9092, 12283, 8745, 10099, 8603, 10952, 8725, 10041, 8761, 10805, 8948, 12099, 10184, 9246, 15287, 9237, 13904, 8811, 9645, 8499, 10273, 8653, 10190, 8954, 10550, 8993, 12868, 10485, 12846, 9240, 13685, 12907, 9760, 16872, 13521, 11392, 8382, 9445, 7990, 9804, 11726, 9396, 8963, 9135, 9753, 8933, 9374, 8000, 9383, 8290, 8898, 10904, 8810, 9634, 14391, 9378, 12919, 8654, 9473, 9221, 9274, 8447, 9142, 10614, 9169, 9831, 12665, 9259, 12720, 8455, 9195, 16219, 9267, 12388, 8694, 9521, 8394, 9268, 8945, 9315, 8339, 9380, 8281, 9261, 11014, 9104, 16412, 11860, 10104, 14855, 9621, 10236, 14679, 9308, 11745, 9150, 10076, 9260, 9923, 9353, 9690, 8569, 9564, 9117, 9457, 17250, 11368, 13836, 11211, 13369, 11964, 11446, 9042, 10998, 8445, 12815, 10283, 13827, 7996, 9213, 12960, 9350, 15901, 11231, 9978, 17707, 9033, 12114, 9381, 9853, 8284, 9616, 7688, 9391, 13648, 9378, 10891, 9049, 10076, 8997, 9766, 15379, 9526, 13890, 10163, 9495, 10131, 9087, 10293, 8914, 9607, 9166, 9391, 8414, 9535, 8842, 9949, 9037, 9679, 8017, 9324, 13753, 9038, 15039, 9049, 11335, 8886, 10466, 8285, 11028, 8369, 9550, 8063, 9265, 16105, 9268, 11776, 9013, 9750, 8720, 9358, 8040, 9572, 7733, 9350, 9005, 8840, 13314, 9108, 11425, 8932, 9764, 7929, 9205, 16792, 9095, 14679, 11331, 11842, 8774, 10228, 9325, 10141, 8671, 10122, 8693, 9922, 8183, 9765, 17760, 12240, 15013, 9974, 12855, 9226, 12151, 9405, 10287, 9116, 9840, 8574, 9781, 8469, 9863, 9024, 10163, 9403, 9906, 9184, 13080, 10413, 13297, 9409, 12268, 9741, 13209, 9330, 10377, 9123, 9946, 7950, 9745, 12195, 9610, 9086, 9397, 10657, 9368, 10569, 9637, 9596, 9315, 9900, 9577, 10175, 9488, 9980, 9261, 10036, 8156, 10054, 9666, 9797, 11820, 9430, 14719, 9390, 12358, 9877, 9876, 8414, 9789, 12501, 9523, 12681, 9305, 10120, 9657, 9693, 16688, 9514, 12208, 9679, 10234, 9528, 10029, 9540, 10000, 8395, 10057, 8161, 9642, 9888, 9749, 15110, 9638, 14470, 9388, 12993, 9232, 13833, 10161, 10419, 9444, 9697, 8239, 10011, 8274, 9714, 8117, 9454, 7393, 9751, 9513, 9637, 7526, 9545, 13873, 9625, 15041, 9531, 11633, 9277, 11057, 9136, 11148, 9299, 11080, 9953, 10264, 13876, 11224, 18722, 13009, 14403, 9422, 12538, 9659, 11011, 9375, 10792, 9251, 10285, 9299, 11158, 9463, 12133, 9441, 12030, 8842, 10245, 9499, 11180, 9203, 12741, 9646, 16539, 10934, 15936, 9620, 13367, 9425, 13095, 9489, 10805, 9949, 9988, 9466, 9770, 8232, 9538, 8357, 9780, 8279, 10013, 7856, 9326, 7530, 9436, 7854, 9313, 7499, 9145, 14848, 9392, 13378, 9217, 13526, 9286, 12594, 11300, 9742, 16533, 9376, 12495, 9030, 9841, 11113, 9675, 8961, 9216, 10874, 8839, 9720, 12531, 9588, 8353, 8976, 11995, 8840, 10648, 9039, 9732, 8687, 9588, 8626, 9550, 13013, 11223, 11599, 9352, 17208, 9596, 15599, 18457, 14826, 14207, 9180, 12385, 9624, 12024, 8910, 9975, 8837, 9667, 8458, 9906, 8311, 9577, 7502, 9545, 16686, 10392, 11400, 9375, 9783, 8695, 9940, 9785, 9473, 8200, 9300, 10805, 9212, 9460, 9277, 9767, 9007, 11727, 9252, 10437, 8957, 13214, 9105, 15918, 10216, 15533, 8481, 9712, 16754, 9475, 14798, 10601, 10885, 9552, 9938, 9292, 9954, 8510, 9766, 7905, 9852, 8609, 9702, 11967, 9506, 10467, 9384, 9725, 9438, 10033, 9247, 9931, 8827, 9808, 8476, 10227, 7890, 9168, 8349, 9165, 8744, 9252, 10234, 9285, 7896, 9281, 8753, 9332, 15857, 9333, 12787, 9277, 11136, 9446, 10440, 9086, 9848, 8248, 9638, 7847, 9701, 15084, 9419, 12268, 9023, 11239, 9464, 10698, 9362, 9853, 8349, 9433, 8287, 9379, 15929, 9913, 11147, 8857, 9480, 16105, 9194, 11561, 17159, 9981, 13331, 9151, 9783, 16228, 9414, 10240, 9082, 9548, 7705, 9584, 10828, 9155, 9141, 8756, 12661, 8672, 13609, 17883, 14793, 13212, 9173, 9569, 16760, 12590, 12033, 8958, 9744, 8635, 9652, 17092, 9937, 12171, 9173, 9614, 8664, 9857, 8519, 9757, 8221, 9279, 8176, 9475, 10006, 10776, 7945, 9059, 17512, 14838, 14003, 9336, 12560, 11899, 10021, 18242, 14307, 12119, 9208, 9681, 8853, 9809, 8886, 9752, 8005, 9485, 7676, 9265, 14800, 9438, 10280, 8482, 9557, 8380, 9479, 8027, 9521, 7660, 9643, 8173, 10149, 9025, 9972, 8804, 9896, 8933, 10815, 8815, 9963, 8242, 12881, 9134, 15864, 12438, 15467, 13260, 15468, 12740, 16055, 12608, 16142, 16304, 12341, 17540, 9224, 9951, 9757, 9907, 9614, 9804, 9798, 9653, 9231, 9351, 8858, 9288, 7684, 9466, 7892, 9373, 7593, 8956, 13800, 9110, 11734, 10098, 9441, 8016, 8954, 10374, 9162, 8490, 8854, 11735, 8588, 11645, 9667, 9692, 8678, 10506, 8255, 9395, 18082, 11478, 15690, 8592, 10859, 8755, 10480, 8395, 9686, 8064, 9933, 7713, 10978, 18690, 15626, 13468, 11031, 13590, 17581, 14796, 16046, 12581, 11347, 8950, 9985, 8879, 10757, 9100, 8962, 8861, 9893, 8904, 11010, 9266, 11631, 8399, 9540, 7793, 9772, 17725, 11800, 14209, 9117, 11425, 8999, 9661, 10142, 9262, 7933, 9004, 10248, 8923, 10496, 9311, 9765, 8672, 9796, 8799, 9847, 8313, 9818, 7550, 9348, 14895, 9049, 10894, 8691, 9547, 7813, 8803, 12747, 8542, 10784, 8642, 9347, 7668, 9144, 16108, 10304, 12658, 8288, 9165, 14615, 8750, 11915, 9499, 9620, 8410, 9901, 8583, 10702, 12841, 9457, 15787, 8495, 12458, 17862, 11112, 16646, 9240, 12663, 7743, 9647, 7742, 9606, 7532, 9396, 13604, 9264, 15353, 15934, 10027, 14452, 8556, 9772, 12057, 9130, 11596, 8428, 9203, 7886, 9417, 7850, 9405, 9857, 8748, 16556, 8537, 13337, 10380, 11051, 18561, 11822, 14725, 9579, 13542, 10093, 10643, 8189, 9389, 7656, 9125, 11579, 9458, 10300, 9356, 11672, 8764, 10456, 8980, 9650, 8800, 9662, 7579, 9531, 9628, 9274, 9607, 8916, 15206, 8861, 12525, 8905, 9675, 8338, 9388, 7633, 9187, 13595, 9386, 10498, 9168, 13538, 8874, 11451, 8648, 9555, 7834, 9218, 8934, 8580], 'WindowCenter': [4378.0, 4336.0, 4364.0, 4319.0, 4340.0, 4307.0, 4329.0, 4368.0, 4328.0, 4338.0, 4330.0, 4338.0, 4330.0, 4339.0, 4331.0, 4341.0, 4330.0, 4342.0, 4360.0, 4331.0, 4380.0, 4341.0, 4348.0, 4329.0, 4350.0, 4379.0, 4358.0, 4367.0, 4327.0, 4358.0, 4326.0, 4338.0, 4337.0, 4328.0, 4347.0, 4328.0, 4347.0, 4339.0, 4337.0, 4329.0, 4340.0, 4379.0, 4352.0, 4381.0, 4347.0, 4347.0, 4315.0, 4325.0, 4343.0, 4325.0, 4304.0, 4327.0, 4336.0, 4326.0, 4346.0, 4365.0, 4314.0, 4323.0, 4301.0, 4313.0, 4354.0, 4315.0, 4334.0, 4315.0, 4338.0, 4326.0, 4338.0, 4358.0, 4339.0, 4339.0, 4339.0, 4341.0, 4379.0, 4342.0, 4370.0, 4341.0, 4349.0, 4342.0, 4374.0, 4360.0, 4341.0, 4388.0, 4340.0, 4369.0, 4329.0, 4358.0, 4329.0, 4340.0, 4319.0, 4339.0, 4357.0, 4329.0, 4378.0, 4329.0, 4359.0, 4317.0, 4349.0, 4378.0, 4346.0, 4346.0, 4343.0, 4325.0, 4354.0, 4328.0, 4348.0, 4329.0, 4358.0, 4330.0, 4349.0, 4342.0, 4359.0, 4340.0, 4370.0, 4349.0, 4340.0, 4378.0, 4351.0, 4378.0, 4314.0, 4337.0, 4327.0, 4347.0, 4328.0, 4347.0, 4329.0, 4347.0, 4328.0, 4369.0, 4350.0, 4366.0, 4327.0, 4367.0, 4355.0, 4336.0, 4375.0, 4354.0, 4332.0, 4303.0, 4322.0, 4302.0, 4336.0, 4354.0, 4325.0, 4313.0, 4325.0, 4334.0, 4327.0, 4337.0, 4305.0, 4337.0, 4315.0, 4326.0, 4346.0, 4327.0, 4337.0, 4376.0, 4336.0, 4365.0, 4314.0, 4336.0, 4323.0, 4324.0, 4316.0, 4337.0, 4345.0, 4338.0, 4349.0, 4366.0, 4338.0, 4367.0, 4315.0, 4338.0, 4386.0, 4326.0, 4355.0, 4326.0, 4336.0, 4327.0, 4339.0, 4338.0, 4338.0, 4341.0, 4350.0, 4329.0, 4351.0, 4359.0, 4341.0, 4403.0, 4358.0, 4336.0, 4376.0, 4323.0, 4335.0, 4372.0, 4324.0, 4354.0, 4336.0, 4335.0, 4338.0, 4347.0, 4339.0, 4349.0, 4329.0, 4350.0, 4328.0, 4350.0, 4398.0, 4358.0, 4367.0, 4357.0, 4366.0, 4358.0, 4356.0, 4327.0, 4345.0, 4316.0, 4367.0, 4336.0, 4366.0, 4304.0, 4336.0, 4364.0, 4324.0, 4387.0, 4343.0, 4334.0, 4383.0, 4312.0, 4353.0, 4322.0, 4321.0, 4302.0, 4332.0, 4303.0, 4324.0, 4364.0, 4324.0, 4345.0, 4326.0, 4335.0, 4325.0, 4336.0, 4375.0, 4323.0, 4364.0, 4322.0, 4322.0, 4330.0, 4312.0, 4332.0, 4324.0, 4334.0, 4336.0, 4337.0, 4328.0, 4336.0, 4339.0, 4348.0, 4339.0, 4350.0, 4318.0, 4350.0, 4389.0, 4339.0, 4389.0, 4339.0, 4356.0, 4339.0, 4347.0, 4327.0, 4357.0, 4316.0, 4337.0, 4315.0, 4337.0, 4386.0, 4339.0, 4358.0, 4328.0, 4337.0, 4327.0, 4338.0, 4318.0, 4348.0, 4317.0, 4349.0, 4338.0, 4340.0, 4379.0, 4339.0, 4369.0, 4339.0, 4349.0, 4319.0, 4339.0, 4397.0, 4337.0, 4389.0, 4370.0, 4368.0, 4352.0, 4372.0, 4351.0, 4359.0, 4339.0, 4360.0, 4340.0, 4348.0, 4327.0, 4350.0, 4409.0, 4369.0, 4387.0, 4347.0, 4367.0, 4336.0, 4355.0, 4336.0, 4346.0, 4326.0, 4335.0, 4325.0, 4349.0, 4328.0, 4349.0, 4340.0, 4360.0, 4350.0, 4348.0, 4340.0, 4379.0, 4350.0, 4378.0, 4338.0, 4366.0, 4337.0, 4366.0, 4337.0, 4335.0, 4336.0, 4334.0, 4315.0, 4335.0, 4354.0, 4337.0, 4325.0, 4337.0, 4347.0, 4350.0, 4357.0, 4349.0, 4349.0, 4349.0, 4347.0, 4349.0, 4350.0, 4349.0, 4349.0, 4338.0, 4349.0, 4319.0, 4349.0, 4337.0, 4349.0, 4367.0, 4338.0, 4387.0, 4337.0, 4367.0, 4336.0, 4336.0, 4316.0, 4347.0, 4365.0, 4337.0, 4365.0, 4336.0, 4345.0, 4334.0, 4337.0, 4385.0, 4337.0, 4365.0, 4337.0, 4346.0, 4348.0, 4348.0, 4350.0, 4348.0, 4327.0, 4349.0, 4328.0, 4351.0, 4348.0, 4351.0, 4389.0, 4351.0, 4389.0, 4350.0, 4380.0, 4350.0, 4379.0, 4348.0, 4348.0, 4336.0, 4336.0, 4328.0, 4348.0, 4328.0, 4349.0, 4318.0, 4349.0, 4319.0, 4352.0, 4348.0, 4351.0, 4319.0, 4351.0, 4390.0, 4351.0, 4390.0, 4351.0, 4371.0, 4350.0, 4358.0, 4350.0, 4359.0, 4339.0, 4360.0, 4349.0, 4351.0, 4378.0, 4359.0, 4397.0, 4367.0, 4374.0, 4336.0, 4366.0, 4348.0, 4358.0, 4337.0, 4357.0, 4340.0, 4347.0, 4339.0, 4358.0, 4351.0, 4380.0, 4349.0, 4367.0, 4338.0, 4348.0, 4349.0, 4358.0, 4337.0, 4376.0, 4339.0, 4399.0, 4360.0, 4387.0, 4338.0, 4366.0, 4326.0, 4365.0, 4325.0, 4344.0, 4336.0, 4326.0, 4326.0, 4336.0, 4316.0, 4336.0, 4317.0, 4338.0, 4328.0, 4349.0, 4330.0, 4352.0, 4319.0, 4341.0, 4331.0, 4352.0, 4319.0, 4352.0, 4391.0, 4352.0, 4379.0, 4342.0, 4380.0, 4341.0, 4381.0, 4358.0, 4339.0, 4388.0, 4338.0, 4367.0, 4327.0, 4349.0, 4356.0, 4339.0, 4326.0, 4339.0, 4358.0, 4340.0, 4351.0, 4370.0, 4350.0, 4329.0, 4341.0, 4369.0, 4341.0, 4361.0, 4352.0, 4360.0, 4343.0, 4363.0, 4354.0, 4364.0, 4393.0, 4375.0, 4372.0, 4354.0, 4414.0, 4351.0, 4401.0, 4399.0, 4379.0, 4375.0, 4337.0, 4365.0, 4337.0, 4356.0, 4327.0, 4336.0, 4326.0, 4337.0, 4327.0, 4347.0, 4327.0, 4339.0, 4306.0, 4337.0, 4387.0, 4347.0, 4356.0, 4337.0, 4336.0, 4324.0, 4336.0, 4335.0, 4337.0, 4313.0, 4337.0, 4346.0, 4338.0, 4337.0, 4338.0, 4348.0, 4339.0, 4368.0, 4340.0, 4348.0, 4340.0, 4378.0, 4327.0, 4390.0, 4336.0, 4377.0, 4314.0, 4334.0, 4373.0, 4324.0, 4362.0, 4332.0, 4332.0, 4323.0, 4334.0, 4322.0, 4334.0, 4313.0, 4335.0, 4314.0, 4336.0, 4325.0, 4337.0, 4355.0, 4337.0, 4346.0, 4336.0, 4337.0, 4339.0, 4347.0, 4339.0, 4348.0, 4339.0, 4361.0, 4333.0, 4350.0, 4318.0, 4340.0, 4318.0, 4339.0, 4328.0, 4351.0, 4348.0, 4340.0, 4317.0, 4338.0, 4326.0, 4338.0, 4388.0, 4340.0, 4368.0, 4339.0, 4358.0, 4337.0, 4347.0, 4339.0, 4347.0, 4328.0, 4349.0, 4318.0, 4349.0, 4389.0, 4341.0, 4370.0, 4341.0, 4359.0, 4350.0, 4360.0, 4340.0, 4349.0, 4329.0, 4341.0, 4329.0, 4350.0, 4400.0, 4349.0, 4357.0, 4339.0, 4351.0, 4389.0, 4338.0, 4358.0, 4386.0, 4337.0, 4366.0, 4337.0, 4347.0, 4387.0, 4337.0, 4346.0, 4337.0, 4348.0, 4318.0, 4352.0, 4360.0, 4352.0, 4351.0, 4342.0, 4382.0, 4342.0, 4392.0, 4400.0, 4380.0, 4368.0, 4326.0, 4335.0, 4386.0, 4356.0, 4354.0, 4324.0, 4335.0, 4325.0, 4337.0, 4397.0, 4337.0, 4356.0, 4338.0, 4335.0, 4328.0, 4348.0, 4329.0, 4339.0, 4328.0, 4339.0, 4329.0, 4351.0, 4350.0, 4362.0, 4319.0, 4340.0, 4401.0, 4390.0, 4378.0, 4338.0, 4368.0, 4355.0, 4336.0, 4396.0, 4375.0, 4353.0, 4325.0, 4323.0, 4325.0, 4336.0, 4327.0, 4337.0, 4317.0, 4348.0, 4317.0, 4338.0, 4387.0, 4338.0, 4347.0, 4327.0, 4337.0, 4328.0, 4349.0, 4329.0, 4349.0, 4332.0, 4362.0, 4330.0, 4349.0, 4328.0, 4347.0, 4340.0, 4361.0, 4351.0, 4372.0, 4339.0, 4362.0, 4341.0, 4380.0, 4350.0, 4399.0, 4368.0, 4389.0, 4368.0, 4375.0, 4355.0, 4365.0, 4341.0, 4364.0, 4359.0, 4330.0, 4357.0, 4296.0, 4293.0, 4296.0, 4306.0, 4310.0, 4320.0, 4322.0, 4322.0, 4323.0, 4323.0, 4324.0, 4336.0, 4307.0, 4349.0, 4319.0, 4350.0, 4318.0, 4339.0, 4389.0, 4351.0, 4371.0, 4349.0, 4350.0, 4317.0, 4339.0, 4360.0, 4351.0, 4340.0, 4352.0, 4381.0, 4354.0, 4383.0, 4364.0, 4363.0, 4344.0, 4374.0, 4332.0, 4353.0, 4413.0, 4372.0, 4400.0, 4341.0, 4360.0, 4342.0, 4361.0, 4343.0, 4363.0, 4333.0, 4363.0, 4330.0, 4373.0, 4412.0, 4402.0, 4380.0, 4359.0, 4380.0, 4398.0, 4377.0, 4375.0, 4355.0, 4355.0, 4326.0, 4334.0, 4325.0, 4344.0, 4327.0, 4326.0, 4338.0, 4347.0, 4339.0, 4358.0, 4338.0, 4357.0, 4317.0, 4337.0, 4305.0, 4337.0, 4386.0, 4357.0, 4364.0, 4324.0, 4344.0, 4324.0, 4335.0, 4334.0, 4325.0, 4304.0, 4326.0, 4345.0, 4338.0, 4348.0, 4339.0, 4349.0, 4330.0, 4350.0, 4340.0, 4351.0, 4330.0, 4351.0, 4308.0, 4340.0, 4389.0, 4339.0, 4358.0, 4328.0, 4349.0, 4318.0, 4339.0, 4379.0, 4340.0, 4360.0, 4341.0, 4350.0, 4321.0, 4352.0, 4402.0, 4361.0, 4380.0, 4329.0, 4350.0, 4388.0, 4340.0, 4370.0, 4351.0, 4350.0, 4342.0, 4361.0, 4341.0, 4374.0, 4381.0, 4351.0, 4400.0, 4340.0, 4381.0, 4399.0, 4359.0, 4397.0, 4338.0, 4368.0, 4318.0, 4349.0, 4320.0, 4349.0, 4320.0, 4352.0, 4390.0, 4352.0, 4404.0, 4389.0, 4338.0, 4377.0, 4326.0, 4347.0, 4366.0, 4338.0, 4357.0, 4330.0, 4349.0, 4332.0, 4351.0, 4343.0, 4364.0, 4362.0, 4344.0, 4412.0, 4341.0, 4392.0, 4360.0, 4370.0, 4409.0, 4369.0, 4376.0, 4337.0, 4377.0, 4347.0, 4347.0, 4316.0, 4337.0, 4306.0, 4338.0, 4357.0, 4338.0, 4347.0, 4339.0, 4358.0, 4329.0, 4358.0, 4340.0, 4349.0, 4340.0, 4349.0, 4320.0, 4351.0, 4350.0, 4352.0, 4350.0, 4341.0, 4400.0, 4340.0, 4379.0, 4340.0, 4349.0, 4328.0, 4350.0, 4318.0, 4351.0, 4391.0, 4352.0, 4359.0, 4351.0, 4380.0, 4340.0, 4371.0, 4341.0, 4350.0, 4319.0, 4351.0, 4339.0, 4341.0], 'WindowWidth': [9665.0, 9605.0, 9636.0, 9569.0, 9596.0, 9549.0, 9580.0, 9633.0, 9579.0, 9589.0, 9583.0, 9591.0, 9584.0, 9595.0, 9587.0, 9599.0, 9586.0, 9603.0, 9623.0, 9588.0, 9651.0, 9599.0, 9605.0, 9581.0, 9611.0, 9647.0, 9617.0, 9628.0, 9574.0, 9617.0, 9575.0, 9592.0, 9585.0, 9577.0, 9600.0, 9577.0, 9600.0, 9592.0, 9588.0, 9579.0, 9596.0, 9648.0, 9620.0, 9654.0, 9600.0, 9599.0, 9553.0, 9566.0, 9588.0, 9567.0, 9537.0, 9572.0, 9583.0, 9572.0, 9602.0, 9627.0, 9551.0, 9561.0, 9531.0, 9549.0, 9603.0, 9555.0, 9578.0, 9557.0, 9591.0, 9573.0, 9594.0, 9620.0, 9597.0, 9595.0, 9596.0, 9602.0, 9649.0, 9604.0, 9637.0, 9602.0, 9609.0, 9606.0, 9652.0, 9624.0, 9599.0, 9661.0, 9595.0, 9633.0, 9581.0, 9618.0, 9580.0, 9596.0, 9566.0, 9595.0, 9616.0, 9581.0, 9647.0, 9580.0, 9619.0, 9564.0, 9609.0, 9655.0, 9599.0, 9596.0, 9589.0, 9568.0, 9606.0, 9577.0, 9604.0, 9582.0, 9620.0, 9587.0, 9610.0, 9605.0, 9624.0, 9601.0, 9641.0, 9607.0, 9595.0, 9646.0, 9617.0, 9646.0, 9550.0, 9588.0, 9574.0, 9603.0, 9580.0, 9602.0, 9580.0, 9602.0, 9580.0, 9633.0, 9609.0, 9626.0, 9575.0, 9632.0, 9608.0, 9583.0, 9639.0, 9604.0, 9570.0, 9533.0, 9558.0, 9532.0, 9583.0, 9605.0, 9569.0, 9551.0, 9571.0, 9581.0, 9576.0, 9589.0, 9543.0, 9589.0, 9558.0, 9575.0, 9601.0, 9577.0, 9591.0, 9638.0, 9586.0, 9623.0, 9555.0, 9585.0, 9564.0, 9569.0, 9558.0, 9590.0, 9599.0, 9595.0, 9611.0, 9626.0, 9592.0, 9629.0, 9557.0, 9590.0, 9654.0, 9573.0, 9609.0, 9574.0, 9586.0, 9577.0, 9595.0, 9594.0, 9595.0, 9603.0, 9614.0, 9586.0, 9617.0, 9623.0, 9601.0, 9692.0, 9616.0, 9585.0, 9640.0, 9564.0, 9582.0, 9628.0, 9565.0, 9606.0, 9586.0, 9584.0, 9594.0, 9604.0, 9596.0, 9609.0, 9583.0, 9611.0, 9580.0, 9611.0, 9674.0, 9620.0, 9629.0, 9616.0, 9625.0, 9617.0, 9612.0, 9574.0, 9597.0, 9559.0, 9630.0, 9585.0, 9627.0, 9541.0, 9586.0, 9619.0, 9569.0, 9661.0, 9590.0, 9579.0, 9645.0, 9546.0, 9602.0, 9561.0, 9558.0, 9534.0, 9575.0, 9536.0, 9568.0, 9621.0, 9569.0, 9595.0, 9575.0, 9584.0, 9570.0, 9588.0, 9638.0, 9564.0, 9621.0, 9557.0, 9560.0, 9567.0, 9548.0, 9574.0, 9569.0, 9579.0, 9588.0, 9589.0, 9579.0, 9589.0, 9596.0, 9608.0, 9595.0, 9611.0, 9567.0, 9613.0, 9664.0, 9597.0, 9663.0, 9596.0, 9615.0, 9596.0, 9603.0, 9579.0, 9618.0, 9561.0, 9590.0, 9558.0, 9589.0, 9655.0, 9594.0, 9616.0, 9579.0, 9588.0, 9576.0, 9592.0, 9567.0, 9607.0, 9565.0, 9610.0, 9593.0, 9600.0, 9650.0, 9598.0, 9639.0, 9597.0, 9608.0, 9568.0, 9596.0, 9673.0, 9592.0, 9662.0, 9641.0, 9634.0, 9624.0, 9650.0, 9618.0, 9626.0, 9600.0, 9627.0, 9600.0, 9610.0, 9579.0, 9613.0, 9693.0, 9635.0, 9658.0, 9604.0, 9630.0, 9586.0, 9611.0, 9586.0, 9601.0, 9575.0, 9584.0, 9571.0, 9612.0, 9583.0, 9610.0, 9602.0, 9627.0, 9614.0, 9607.0, 9600.0, 9649.0, 9611.0, 9647.0, 9592.0, 9627.0, 9591.0, 9629.0, 9590.0, 9585.0, 9588.0, 9583.0, 9558.0, 9586.0, 9609.0, 9589.0, 9572.0, 9591.0, 9604.0, 9614.0, 9619.0, 9610.0, 9609.0, 9610.0, 9604.0, 9610.0, 9611.0, 9609.0, 9609.0, 9595.0, 9608.0, 9570.0, 9611.0, 9592.0, 9609.0, 9629.0, 9593.0, 9658.0, 9589.0, 9631.0, 9587.0, 9588.0, 9560.0, 9603.0, 9623.0, 9589.0, 9626.0, 9586.0, 9598.0, 9583.0, 9590.0, 9653.0, 9591.0, 9624.0, 9591.0, 9601.0, 9607.0, 9606.0, 9613.0, 9607.0, 9580.0, 9612.0, 9581.0, 9615.0, 9607.0, 9616.0, 9665.0, 9618.0, 9665.0, 9614.0, 9653.0, 9613.0, 9651.0, 9605.0, 9605.0, 9588.0, 9588.0, 9579.0, 9606.0, 9580.0, 9610.0, 9568.0, 9610.0, 9570.0, 9618.0, 9609.0, 9616.0, 9571.0, 9614.0, 9663.0, 9616.0, 9665.0, 9616.0, 9641.0, 9615.0, 9621.0, 9613.0, 9624.0, 9597.0, 9624.0, 9608.0, 9613.0, 9646.0, 9622.0, 9673.0, 9630.0, 9638.0, 9586.0, 9627.0, 9608.0, 9618.0, 9592.0, 9618.0, 9599.0, 9604.0, 9597.0, 9619.0, 9615.0, 9652.0, 9611.0, 9630.0, 9591.0, 9604.0, 9609.0, 9620.0, 9593.0, 9642.0, 9596.0, 9678.0, 9624.0, 9659.0, 9593.0, 9625.0, 9571.0, 9620.0, 9566.0, 9592.0, 9583.0, 9568.0, 9569.0, 9584.0, 9558.0, 9586.0, 9562.0, 9592.0, 9579.0, 9609.0, 9586.0, 9618.0, 9571.0, 9601.0, 9588.0, 9618.0, 9571.0, 9617.0, 9669.0, 9618.0, 9650.0, 9604.0, 9652.0, 9600.0, 9657.0, 9619.0, 9594.0, 9658.0, 9591.0, 9628.0, 9575.0, 9607.0, 9613.0, 9592.0, 9573.0, 9594.0, 9619.0, 9597.0, 9615.0, 9636.0, 9611.0, 9580.0, 9599.0, 9635.0, 9601.0, 9628.0, 9620.0, 9628.0, 9610.0, 9636.0, 9626.0, 9639.0, 9674.0, 9651.0, 9643.0, 9623.0, 9709.0, 9614.0, 9686.0, 9677.0, 9650.0, 9640.0, 9588.0, 9624.0, 9588.0, 9611.0, 9574.0, 9586.0, 9574.0, 9589.0, 9576.0, 9604.0, 9578.0, 9595.0, 9547.0, 9591.0, 9657.0, 9602.0, 9612.0, 9588.0, 9586.0, 9570.0, 9587.0, 9583.0, 9588.0, 9554.0, 9589.0, 9601.0, 9593.0, 9590.0, 9595.0, 9606.0, 9598.0, 9633.0, 9598.0, 9607.0, 9598.0, 9647.0, 9577.0, 9668.0, 9586.0, 9644.0, 9553.0, 9581.0, 9633.0, 9565.0, 9616.0, 9575.0, 9575.0, 9564.0, 9578.0, 9564.0, 9581.0, 9552.0, 9582.0, 9554.0, 9586.0, 9570.0, 9590.0, 9612.0, 9591.0, 9600.0, 9589.0, 9590.0, 9595.0, 9602.0, 9595.0, 9606.0, 9595.0, 9628.0, 9593.0, 9611.0, 9564.0, 9595.0, 9563.0, 9594.0, 9577.0, 9615.0, 9608.0, 9597.0, 9563.0, 9593.0, 9575.0, 9592.0, 9660.0, 9597.0, 9631.0, 9596.0, 9618.0, 9592.0, 9604.0, 9598.0, 9604.0, 9579.0, 9609.0, 9565.0, 9610.0, 9662.0, 9602.0, 9637.0, 9601.0, 9621.0, 9612.0, 9626.0, 9600.0, 9609.0, 9583.0, 9600.0, 9581.0, 9613.0, 9680.0, 9609.0, 9618.0, 9595.0, 9614.0, 9665.0, 9590.0, 9617.0, 9653.0, 9588.0, 9625.0, 9589.0, 9603.0, 9656.0, 9589.0, 9599.0, 9591.0, 9607.0, 9568.0, 9617.0, 9624.0, 9617.0, 9615.0, 9605.0, 9658.0, 9604.0, 9672.0, 9682.0, 9652.0, 9634.0, 9571.0, 9584.0, 9654.0, 9611.0, 9605.0, 9568.0, 9582.0, 9571.0, 9591.0, 9668.0, 9589.0, 9612.0, 9591.0, 9582.0, 9578.0, 9605.0, 9584.0, 9594.0, 9579.0, 9596.0, 9581.0, 9613.0, 9610.0, 9630.0, 9568.0, 9598.0, 9682.0, 9666.0, 9646.0, 9592.0, 9634.0, 9609.0, 9586.0, 9669.0, 9637.0, 9603.0, 9568.0, 9563.0, 9570.0, 9584.0, 9576.0, 9587.0, 9564.0, 9606.0, 9563.0, 9594.0, 9659.0, 9594.0, 9602.0, 9579.0, 9591.0, 9581.0, 9610.0, 9583.0, 9609.0, 9597.0, 9634.0, 9586.0, 9608.0, 9577.0, 9603.0, 9600.0, 9629.0, 9617.0, 9645.0, 9596.0, 9632.0, 9604.0, 9654.0, 9615.0, 9679.0, 9634.0, 9666.0, 9632.0, 9639.0, 9607.0, 9626.0, 9582.0, 9621.0, 9603.0, 9563.0, 9598.0, 9512.0, 9504.0, 9513.0, 9525.0, 9538.0, 9552.0, 9560.0, 9559.0, 9565.0, 9565.0, 9568.0, 9585.0, 9551.0, 9609.0, 9567.0, 9612.0, 9568.0, 9598.0, 9663.0, 9617.0, 9644.0, 9609.0, 9611.0, 9564.0, 9596.0, 9627.0, 9617.0, 9601.0, 9620.0, 9656.0, 9624.0, 9662.0, 9639.0, 9634.0, 9611.0, 9651.0, 9590.0, 9621.0, 9702.0, 9642.0, 9680.0, 9602.0, 9626.0, 9605.0, 9629.0, 9607.0, 9635.0, 9595.0, 9636.0, 9589.0, 9650.0, 9702.0, 9688.0, 9652.0, 9622.0, 9654.0, 9675.0, 9644.0, 9639.0, 9611.0, 9610.0, 9572.0, 9580.0, 9570.0, 9594.0, 9577.0, 9574.0, 9592.0, 9602.0, 9597.0, 9620.0, 9593.0, 9616.0, 9561.0, 9587.0, 9543.0, 9589.0, 9654.0, 9614.0, 9620.0, 9566.0, 9592.0, 9566.0, 9582.0, 9577.0, 9568.0, 9539.0, 9572.0, 9596.0, 9592.0, 9604.0, 9595.0, 9607.0, 9584.0, 9610.0, 9600.0, 9614.0, 9585.0, 9613.0, 9553.0, 9597.0, 9660.0, 9595.0, 9620.0, 9579.0, 9607.0, 9567.0, 9598.0, 9649.0, 9602.0, 9625.0, 9602.0, 9613.0, 9575.0, 9619.0, 9685.0, 9630.0, 9653.0, 9582.0, 9612.0, 9659.0, 9599.0, 9638.0, 9616.0, 9613.0, 9606.0, 9630.0, 9605.0, 9650.0, 9656.0, 9615.0, 9682.0, 9602.0, 9657.0, 9678.0, 9621.0, 9672.0, 9593.0, 9631.0, 9567.0, 9609.0, 9574.0, 9609.0, 9573.0, 9618.0, 9665.0, 9618.0, 9692.0, 9660.0, 9590.0, 9641.0, 9572.0, 9600.0, 9627.0, 9593.0, 9616.0, 9586.0, 9611.0, 9593.0, 9618.0, 9610.0, 9637.0, 9633.0, 9611.0, 9700.0, 9604.0, 9674.0, 9627.0, 9639.0, 9690.0, 9635.0, 9643.0, 9588.0, 9644.0, 9603.0, 9601.0, 9560.0, 9588.0, 9546.0, 9590.0, 9617.0, 9592.0, 9601.0, 9594.0, 9617.0, 9582.0, 9621.0, 9601.0, 9608.0, 9601.0, 9611.0, 9574.0, 9616.0, 9613.0, 9616.0, 9613.0, 9603.0, 9679.0, 9600.0, 9650.0, 9599.0, 9608.0, 9582.0, 9612.0, 9569.0, 9617.0, 9669.0, 9617.0, 9623.0, 9617.0, 9651.0, 9600.0, 9640.0, 9602.0, 9610.0, 9571.0, 9616.0, 9598.0, 9603.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.0007638198757763975</td></tr>
<tr><td colspan=3>aqi</td><td>0.021631300828157354</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.24295470480832</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2407318140621735</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0066135044455957</td></tr>
<tr><td colspan=3>efc</td><td>0.4905</td></tr>
<tr><td colspan=3>fber</td><td>4780.4917</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09518597834936943</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>29</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.002070393374741</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7574858137190774</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.758211570602748</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0078866555591213</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5063592149953626</td></tr>
<tr><td colspan=3>gcor</td><td>0.01043</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014182000420987606</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030139340087771416</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>966</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.6291881388848637</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>22.9638</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.2309</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.8029</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295141.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>888.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>350.3564</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0135</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>566.1713</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3474.0783</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3719.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81403.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>905.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4615.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1024.7408</td></tr>
<tr><td colspan=3>tsnr</td><td>39.71548645198345</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>