ds005256-mriqc/sub-0035_ses-02_task-narratives_acq-mb8_run-01_bold.html
Felix Hoffstaedter 58fea0b9b9 [DATALAD RUNCMD] Compute MRIQC for sub-0035
=== 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-0035 --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-0035",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:49:27 +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-0035_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-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0035/figures/sub-0035_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-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035/ses-02/func/sub-0035_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>d857d204941806fc1c9edbc1a4be0119</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>15:31:3.480000</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.994463, -0.019767, 0.103215, 0.00468632, 0.989515, 0.144352]</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.0972995</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>[4161, -7760, -7297, 686, -51, -144, 138, 45]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.959</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>033ce16b-f985-440a-b327-c7b8ece110e7||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.6680705547332764, 0.0125730624422431, 0.28346341848373413, 105.33180236816406], [0.05303337424993515, 2.654797077178955, 0.386287122964859, -109.35382843017578], [0.2769189178943634, -0.3872867822647095, 2.657147169113159, -79.59841918945312], [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': ['153103.480000', '153103.940000', '153104.400000', '153104.860000', '153105.320000', '153105.780000', '153106.240000', '153106.700000', '153107.160000', '153107.620000', '153108.080000', '153108.540000', '153109.000000', '153109.460000', '153109.920000', '153110.380000', '153110.840000', '153111.300000', '153111.760000', '153112.220000', '153112.680000', '153113.140000', '153113.600000', '153114.060000', '153114.520000', '153114.980000', '153115.440000', '153115.900000', '153116.360000', '153116.820000', '153117.280000', '153117.740000', '153118.200000', '153118.660000', '153119.120000', '153119.580000', '153120.040000', '153120.500000', '153120.960000', '153121.420000', '153121.880000', '153122.340000', '153122.800000', '153123.260000', '153123.720000', '153124.180000', '153124.640000', '153125.100000', '153125.560000', '153126.020000', '153126.480000', '153126.940000', '153127.400000', '153127.860000', '153128.320000', '153128.780000', '153129.240000', '153129.700000', '153130.160000', '153130.620000', '153131.080000', '153131.540000', '153132.000000', '153132.460000', '153132.920000', '153133.380000', '153133.840000', '153134.300000', '153134.760000', '153135.220000', '153135.680000', '153136.140000', '153136.600000', '153137.060000', '153137.520000', '153137.980000', '153138.440000', '153138.900000', '153139.360000', '153139.820000', '153140.280000', '153140.740000', '153141.200000', '153141.660000', '153142.120000', '153142.580000', '153143.040000', '153143.500000', '153143.960000', '153144.420000', '153144.880000', '153145.340000', '153145.800000', '153146.260000', '153146.720000', '153147.180000', '153147.640000', '153148.100000', '153148.560000', '153149.020000', '153149.480000', '153149.940000', '153150.400000', '153150.860000', '153151.320000', '153151.780000', '153152.240000', '153152.700000', '153153.160000', '153153.620000', '153154.080000', '153154.540000', '153155.000000', '153155.460000', '153155.920000', '153156.380000', '153156.840000', '153157.300000', '153157.760000', '153158.220000', '153158.680000', '153159.140000', '153159.600000', '153200.060000', '153200.520000', '153200.980000', '153201.440000', '153201.900000', '153202.360000', '153202.820000', '153203.280000', '153203.740000', '153204.200000', '153204.660000', '153205.120000', '153205.580000', '153206.040000', '153206.500000', '153206.960000', '153207.420000', '153207.880000', '153208.340000', '153208.800000', '153209.260000', '153209.720000', '153210.180000', '153210.640000', '153211.100000', '153211.560000', '153212.020000', '153212.480000', '153212.940000', '153213.400000', '153213.860000', '153214.320000', '153214.780000', '153215.240000', '153215.700000', '153216.160000', '153216.620000', '153217.080000', '153217.540000', '153218.000000', '153218.460000', '153218.920000', '153219.380000', '153219.840000', '153220.300000', '153220.760000', '153221.220000', '153221.680000', '153222.140000', '153222.600000', '153223.060000', '153223.520000', '153223.980000', '153224.440000', '153224.900000', '153225.360000', '153225.820000', '153226.280000', '153226.740000', '153227.200000', '153227.660000', '153228.120000', '153228.580000', '153229.040000', '153229.500000', '153229.960000', '153230.420000', '153230.880000', '153231.340000', '153231.800000', '153232.260000', '153232.720000', '153233.180000', '153233.640000', '153234.100000', '153234.560000', '153235.020000', '153235.480000', '153235.940000', '153236.400000', '153236.860000', '153237.320000', '153237.780000', '153238.240000', '153238.700000', '153239.160000', '153239.620000', '153240.080000', '153240.540000', '153241.000000', '153241.460000', '153241.920000', '153242.380000', '153242.840000', '153243.300000', '153243.760000', '153244.220000', '153244.680000', '153245.140000', '153245.600000', '153246.060000', '153246.520000', '153246.980000', '153247.440000', '153247.900000', '153248.360000', '153248.820000', '153249.280000', '153249.740000', '153250.200000', '153250.660000', '153251.120000', '153251.580000', '153252.040000', '153252.500000', '153252.960000', '153253.420000', '153253.880000', '153254.340000', '153254.800000', '153255.260000', '153255.720000', '153256.180000', '153256.640000', '153257.100000', '153257.560000', '153258.020000', '153258.480000', '153258.940000', '153259.400000', '153259.860000', '153300.320000', '153300.780000', '153301.240000', '153301.700000', '153302.160000', '153302.620000', '153303.080000', '153303.540000', '153304.000000', '153304.460000', '153304.920000', '153305.380000', '153305.840000', '153306.300000', '153306.760000', '153307.220000', '153307.680000', '153308.140000', '153308.600000', '153309.060000', '153309.520000', '153309.980000', '153310.440000', '153310.900000', '153311.360000', '153311.820000', '153312.280000', '153312.740000', '153313.200000', '153313.660000', '153314.120000', '153314.580000', '153315.040000', '153315.500000', '153315.960000', '153316.420000', '153316.880000', '153317.340000', '153317.800000', '153318.260000', '153318.720000', '153319.180000', '153319.640000', '153320.100000', '153320.560000', '153321.020000', '153321.480000', '153321.940000', '153322.400000', '153322.860000', '153323.320000', '153323.780000', '153324.240000', '153324.700000', '153325.160000', '153325.620000', '153326.080000', '153326.540000', '153327.000000', '153327.460000', '153327.920000', '153328.380000', '153328.840000', '153329.300000', '153329.760000', '153330.220000', '153330.680000', '153331.140000', '153331.600000', '153332.060000', '153332.520000', '153332.980000', '153333.440000', '153333.900000', '153334.360000', '153334.820000', '153335.280000', '153335.740000', '153336.200000', '153336.660000', '153337.120000', '153337.580000', '153338.040000', '153338.500000', '153338.960000', '153339.420000', '153339.880000', '153340.340000', '153340.800000', '153341.260000', '153341.720000', '153342.180000', '153342.640000', '153343.100000', '153343.560000', '153344.020000', '153344.480000', '153344.940000', '153345.400000', '153345.860000', '153346.320000', '153346.780000', '153347.240000', '153347.700000', '153348.160000', '153348.620000', '153349.080000', '153349.540000', '153350.000000', '153350.460000', '153350.920000', '153351.380000', '153351.840000', '153352.300000', '153352.760000', '153353.220000', '153353.680000', '153354.140000', '153354.600000', '153355.060000', '153355.520000', '153355.980000', '153356.440000', '153356.900000', '153357.360000', '153357.820000', '153358.280000', '153358.740000', '153359.200000', '153359.660000', '153400.120000', '153400.580000', '153401.040000', '153401.500000', '153401.960000', '153402.420000', '153402.880000', '153403.340000', '153403.800000', '153404.260000', '153404.720000', '153405.180000', '153405.640000', '153406.100000', '153406.560000', '153407.020000', '153407.480000', '153407.940000', '153408.400000', '153408.860000', '153409.320000', '153409.780000', '153410.240000', '153410.700000', '153411.160000', '153411.620000', '153412.080000', '153412.540000', '153413.000000', '153413.460000', '153413.920000', '153414.380000', '153414.840000', '153415.300000', '153415.760000', '153416.220000', '153416.680000', '153417.140000', '153417.600000', '153418.060000', '153418.520000', '153418.980000', '153419.440000', '153419.900000', '153420.360000', '153420.820000', '153421.280000', '153421.740000', '153422.200000', '153422.660000', '153423.120000', '153423.580000', '153424.040000', '153424.500000', '153424.960000', '153425.420000', '153425.880000', '153426.340000', '153426.800000', '153427.260000', '153427.720000', '153428.180000', '153428.640000', '153429.100000', '153429.560000', '153430.020000', '153430.480000', '153430.940000', '153431.400000', '153431.860000', '153432.320000', '153432.780000', '153433.240000', '153433.700000', '153434.160000', '153434.620000', '153435.080000', '153435.540000', '153436.000000', '153436.460000', '153436.920000', '153437.380000', '153437.840000', '153438.300000', '153438.760000', '153439.220000', '153439.680000', '153440.140000', '153440.600000', '153441.060000', '153441.520000', '153441.980000', '153442.440000', '153442.900000', '153443.360000', '153443.820000', '153444.280000', '153444.740000', '153445.200000', '153445.660000', '153446.120000', '153446.580000', '153447.040000', '153447.500000', '153447.960000', '153448.420000', '153448.880000', '153449.340000', '153449.800000', '153450.260000', '153450.720000', '153451.180000', '153451.640000', '153452.100000', '153452.560000', '153453.020000', '153453.480000', '153453.940000', '153454.400000', '153454.860000', '153455.320000', '153455.780000', '153456.240000', '153456.700000', '153457.160000', '153457.620000', '153458.080000', '153458.540000', '153459.000000', '153459.460000', '153459.920000', '153500.380000', '153500.840000', '153501.300000', '153501.760000', '153502.220000', '153502.680000', '153503.140000', '153503.600000', '153504.060000', '153504.520000', '153504.980000', '153505.440000', '153505.900000', '153506.360000', '153506.820000', '153507.280000', '153507.740000', '153508.200000', '153508.660000', '153509.120000', '153509.580000', '153510.040000', '153510.500000', '153510.960000', '153511.420000', '153511.880000', '153512.340000', '153512.800000', '153513.260000', '153513.720000', '153514.180000', '153514.640000', '153515.100000', '153515.560000', '153516.020000', '153516.480000', '153516.940000', '153517.400000', '153517.860000', '153518.320000', '153518.780000', '153519.240000', '153519.700000', '153520.160000', '153520.620000', '153521.080000', '153521.540000', '153522.000000', '153522.460000', '153522.920000', '153523.380000', '153523.840000', '153524.300000', '153524.760000', '153525.220000', '153525.680000', '153526.140000', '153526.600000', '153527.060000', '153527.520000', '153527.980000', '153528.440000', '153528.900000', '153529.360000', '153529.820000', '153530.280000', '153530.740000', '153531.200000', '153531.660000', '153532.120000', '153532.580000', '153533.040000', '153533.500000', '153533.960000', '153534.420000', '153534.880000', '153535.340000', '153535.800000', '153536.260000', '153536.720000', '153537.180000', '153537.640000', '153538.100000', '153538.560000', '153539.020000', '153539.480000', '153539.940000', '153540.400000', '153540.860000', '153541.320000', '153541.780000', '153542.240000', '153542.700000', '153543.160000', '153543.620000', '153544.080000', '153544.540000', '153545.000000', '153545.460000', '153545.920000', '153546.380000', '153546.840000', '153547.300000', '153547.760000', '153548.220000', '153548.680000', '153549.140000', '153549.600000', '153550.060000', '153550.520000', '153550.980000', '153551.440000', '153551.900000', '153552.360000', '153552.820000', '153553.280000', '153553.740000', '153554.200000', '153554.660000', '153555.120000', '153555.580000', '153556.040000', '153556.500000', '153556.960000', '153557.420000', '153557.880000', '153558.340000', '153558.800000', '153559.260000', '153559.720000', '153600.180000', '153600.640000', '153601.100000', '153601.560000', '153602.020000', '153602.480000', '153602.940000', '153603.400000', '153603.860000', '153604.320000', '153604.780000', '153605.240000', '153605.700000', '153606.160000', '153606.620000', '153607.080000', '153607.540000', '153608.000000', '153608.460000', '153608.920000', '153609.380000', '153609.840000', '153610.300000', '153610.760000', '153611.220000', '153611.680000', '153612.140000', '153612.600000', '153613.060000', '153613.520000', '153613.980000', '153614.440000', '153614.900000', '153615.360000', '153615.820000', '153616.280000', '153616.740000', '153617.200000', '153617.660000', '153618.120000', '153618.580000', '153619.040000', '153619.500000', '153619.960000', '153620.420000', '153620.880000', '153621.340000', '153621.800000', '153622.260000', '153622.720000', '153623.180000', '153623.640000', '153624.100000', '153624.560000', '153625.020000', '153625.480000', '153625.940000', '153626.400000', '153626.860000', '153627.320000', '153627.780000', '153628.240000', '153628.700000', '153629.160000', '153629.620000', '153630.080000', '153630.540000', '153631.000000', '153631.460000', '153631.920000', '153632.380000', '153632.840000', '153633.300000', '153633.760000', '153634.220000', '153634.680000', '153635.140000', '153635.600000', '153636.060000', '153636.520000', '153636.980000', '153637.440000', '153637.900000', '153638.360000', '153638.820000', '153639.280000', '153639.740000', '153640.200000', '153640.660000', '153641.120000', '153641.580000', '153642.040000', '153642.500000', '153642.960000', '153643.420000', '153643.880000', '153644.340000', '153644.800000', '153645.260000', '153645.720000', '153646.180000', '153646.640000', '153647.100000', '153647.560000', '153648.020000', '153648.480000', '153648.940000', '153649.400000', '153649.860000', '153650.320000', '153650.780000', '153651.240000', '153651.700000', '153652.160000', '153652.620000', '153653.080000', '153653.540000', '153654.000000', '153654.460000', '153654.920000', '153655.380000', '153655.840000', '153656.300000', '153656.760000', '153657.220000', '153657.680000', '153658.140000', '153658.600000', '153659.060000', '153659.520000', '153659.980000', '153700.440000', '153700.900000', '153701.360000', '153701.820000', '153702.280000', '153702.740000', '153703.200000', '153703.660000', '153704.120000', '153704.580000', '153705.040000', '153705.500000', '153705.960000', '153706.420000', '153706.880000', '153707.340000', '153707.800000', '153708.260000', '153708.720000', '153709.180000', '153709.640000', '153710.100000', '153710.560000', '153711.020000', '153711.480000', '153711.940000', '153712.400000', '153712.860000', '153713.320000', '153713.780000', '153714.240000', '153714.700000', '153715.160000', '153715.620000', '153716.080000', '153716.540000', '153717.000000', '153717.460000', '153717.920000', '153718.380000', '153718.840000', '153719.300000', '153719.760000', '153720.220000', '153720.680000', '153721.140000', '153721.600000', '153722.060000', '153722.520000', '153722.980000', '153723.440000', '153723.900000', '153724.360000', '153724.820000', '153725.280000', '153725.740000', '153726.200000', '153726.660000', '153727.120000', '153727.580000', '153728.040000', '153728.500000', '153728.960000', '153729.420000', '153729.880000', '153730.340000', '153730.800000', '153731.260000', '153731.720000', '153732.180000', '153732.640000', '153733.100000', '153733.560000', '153734.020000', '153734.480000', '153734.940000', '153735.400000', '153735.860000', '153736.320000', '153736.780000', '153737.240000', '153737.700000', '153738.160000', '153738.620000', '153739.080000', '153739.540000', '153740.000000', '153740.460000', '153740.920000', '153741.380000', '153741.840000', '153742.300000', '153742.760000', '153743.220000', '153743.680000', '153744.140000', '153744.600000', '153745.060000', '153745.520000', '153745.980000', '153746.440000', '153746.900000', '153747.360000', '153747.820000', '153748.280000', '153748.740000', '153749.200000', '153749.660000', '153750.120000', '153750.580000', '153751.040000', '153751.500000', '153751.960000', '153752.420000', '153752.880000', '153753.340000', '153753.800000', '153754.260000', '153754.720000', '153755.180000', '153755.640000', '153756.100000', '153756.560000', '153757.020000', '153757.480000', '153757.940000', '153758.400000', '153758.860000', '153759.320000', '153759.780000', '153800.240000', '153800.700000', '153801.160000', '153801.620000', '153802.080000', '153802.540000', '153803.000000', '153803.460000', '153803.920000', '153804.380000', '153804.840000', '153805.300000', '153805.760000', '153806.220000', '153806.680000', '153807.140000', '153807.600000', '153808.060000', '153808.520000', '153808.980000', '153809.440000', '153809.900000', '153810.360000', '153810.820000', '153811.280000', '153811.740000', '153812.200000', '153812.660000', '153813.120000', '153813.580000', '153814.040000', '153814.500000', '153814.960000', '153815.420000', '153815.880000', '153816.340000', '153816.800000', '153817.260000', '153817.720000', '153818.180000', '153818.640000', '153819.100000', '153819.560000', '153820.020000', '153820.480000', '153820.940000', '153821.400000', '153821.860000', '153822.320000', '153822.780000', '153823.240000', '153823.700000', '153824.160000', '153824.620000', '153825.080000', '153825.540000', '153826.000000', '153826.460000', '153826.920000', '153827.380000', '153827.840000'], 'ContentTime': ['153118.238000', '153118.248000', '153118.251000', '153118.254000', '153118.257000', '153118.259000', '153118.262000', '153118.265000', '153118.268000', '153118.271000', '153118.274000', '153118.277000', '153118.279000', '153118.282000', '153118.285000', '153118.288000', '153118.291000', '153118.294000', '153118.297000', '153118.299000', '153118.302000', '153118.305000', '153118.319000', '153118.322000', '153118.325000', '153118.328000', '153118.331000', '153118.334000', '153118.336000', '153118.339000', '153138.195000', '153138.198000', '153138.201000', '153138.203000', '153138.206000', '153138.209000', '153138.212000', '153138.215000', '153138.218000', '153138.221000', '153138.224000', '153138.227000', '153138.229000', '153138.232000', '153138.235000', '153138.238000', '153138.241000', '153138.244000', '153138.246000', '153138.249000', '153138.258000', '153138.261000', '153138.264000', '153138.266000', '153138.269000', '153138.272000', '153138.276000', '153138.280000', '153138.283000', '153138.286000', '153138.289000', '153138.292000', '153138.294000', '153138.297000', '153138.300000', '153138.303000', '153138.306000', '153138.309000', '153138.311000', '153138.314000', '153138.317000', '153138.320000', '153138.323000', '153158.195000', '153158.198000', '153158.201000', '153158.203000', '153158.206000', '153158.209000', '153158.212000', '153158.215000', '153158.217000', '153158.220000', '153158.223000', '153158.226000', '153158.229000', '153158.232000', '153158.234000', '153158.237000', '153158.240000', '153158.243000', '153158.246000', '153158.249000', '153158.252000', '153158.254000', '153158.257000', '153158.260000', '153158.263000', '153158.273000', '153158.276000', '153158.279000', '153158.282000', '153158.284000', '153158.287000', '153158.290000', '153158.293000', '153158.296000', '153158.298000', '153158.301000', '153158.304000', '153158.307000', '153158.310000', '153158.313000', '153158.315000', '153158.318000', '153158.321000', '153158.324000', '153218.195000', '153218.198000', '153218.201000', '153218.203000', '153218.206000', '153218.209000', '153218.212000', '153218.215000', '153218.218000', '153218.221000', '153218.224000', '153218.226000', '153218.229000', '153218.232000', '153218.235000', '153218.239000', '153218.242000', '153218.245000', '153218.248000', '153218.251000', '153218.254000', '153218.257000', '153218.259000', '153218.274000', '153218.277000', '153218.279000', '153218.282000', '153218.285000', '153218.288000', '153218.291000', '153218.294000', '153218.297000', '153218.299000', '153218.302000', '153218.305000', '153218.308000', '153218.311000', '153218.314000', '153218.317000', '153218.319000', '153218.322000', '153218.325000', '153218.328000', '153238.195000', '153238.198000', '153238.201000', '153238.203000', '153238.206000', '153238.209000', '153238.212000', '153238.215000', '153238.218000', '153238.221000', '153238.224000', '153238.226000', '153238.229000', '153238.232000', '153238.235000', '153238.238000', '153238.241000', '153238.243000', '153238.246000', '153238.249000', '153238.252000', '153238.255000', '153238.258000', '153238.261000', '153238.264000', '153238.267000', '153238.269000', '153238.272000', '153238.275000', '153238.278000', '153238.281000', '153238.284000', '153238.287000', '153238.289000', '153238.292000', '153238.295000', '153238.298000', '153238.301000', '153238.304000', '153238.306000', '153238.309000', '153238.312000', '153238.315000', '153238.318000', '153258.194000', '153258.197000', '153258.200000', '153258.202000', '153258.205000', '153258.208000', '153258.211000', '153258.214000', '153258.217000', '153258.220000', '153258.222000', '153258.225000', '153258.228000', '153258.231000', '153258.234000', '153258.237000', '153258.240000', '153258.242000', '153258.245000', '153258.248000', '153258.251000', '153258.254000', '153258.257000', '153258.260000', '153258.263000', '153258.265000', '153258.268000', '153258.271000', '153258.274000', '153258.277000', '153258.280000', '153258.287000', '153258.290000', '153258.293000', '153258.296000', '153258.299000', '153258.302000', '153258.305000', '153258.307000', '153258.310000', '153258.313000', '153258.316000', '153258.319000', '153318.194000', '153318.276000', '153318.279000', '153318.282000', '153318.284000', '153318.287000', '153318.290000', '153318.293000', '153318.296000', '153318.299000', '153318.301000', '153318.304000', '153318.307000', '153318.310000', '153318.313000', '153318.316000', '153318.319000', '153318.321000', '153318.324000', '153318.327000', '153318.330000', '153318.333000', '153318.336000', '153318.339000', '153318.342000', '153318.344000', '153318.347000', '153318.350000', '153318.353000', '153318.356000', '153318.359000', '153318.362000', '153318.364000', '153318.367000', '153318.370000', '153318.373000', '153318.376000', '153318.379000', '153318.382000', '153318.385000', '153318.387000', '153318.390000', '153318.393000', '153318.396000', '153338.194000', '153338.201000', '153338.204000', '153338.207000', '153338.209000', '153338.212000', '153338.215000', '153338.218000', '153338.221000', '153338.224000', '153338.227000', '153338.229000', '153338.232000', '153338.235000', '153338.238000', '153338.241000', '153338.244000', '153338.247000', '153338.249000', '153338.252000', '153338.255000', '153338.258000', '153338.261000', '153338.264000', '153338.267000', '153338.269000', '153338.272000', '153338.276000', '153338.279000', '153338.282000', '153338.285000', '153338.288000', '153338.291000', '153338.294000', '153338.297000', '153338.299000', '153338.302000', '153338.305000', '153338.308000', '153338.311000', '153338.313000', '153338.316000', '153338.319000', '153358.195000', '153358.198000', '153358.201000', '153358.204000', '153358.207000', '153358.209000', '153358.212000', '153358.215000', '153358.218000', '153358.221000', '153358.224000', '153358.226000', '153358.229000', '153358.232000', '153358.235000', '153358.238000', '153358.241000', '153358.244000', '153358.247000', '153358.264000', '153358.267000', '153358.270000', '153358.273000', '153358.276000', '153358.278000', '153358.281000', '153358.284000', '153358.287000', '153358.290000', '153358.292000', '153358.295000', '153358.298000', '153358.301000', '153358.304000', '153358.307000', '153358.309000', '153358.312000', '153358.315000', '153358.318000', '153358.321000', '153358.324000', '153358.326000', '153358.329000', '153358.332000', '153418.195000', '153418.198000', '153418.201000', '153418.204000', '153418.207000', '153418.210000', '153418.212000', '153418.215000', '153418.218000', '153418.221000', '153418.224000', '153418.227000', '153418.230000', '153418.232000', '153418.235000', '153418.238000', '153418.241000', '153418.244000', '153418.247000', '153418.250000', '153418.253000', '153418.255000', '153418.258000', '153418.261000', '153418.264000', '153418.267000', '153418.270000', '153418.273000', '153418.275000', '153418.278000', '153418.281000', '153418.284000', '153418.287000', '153418.290000', '153418.293000', '153418.296000', '153418.298000', '153418.301000', '153418.304000', '153418.307000', '153418.310000', '153418.313000', '153418.315000', '153438.195000', '153438.198000', '153438.201000', '153438.204000', '153438.207000', '153438.209000', '153438.212000', '153438.215000', '153438.218000', '153438.221000', '153438.224000', '153438.226000', '153438.229000', '153438.232000', '153438.235000', '153438.238000', '153438.241000', '153438.243000', '153438.246000', '153438.249000', '153438.252000', '153438.255000', '153438.258000', '153438.261000', '153438.263000', '153438.266000', '153438.269000', '153438.272000', '153438.275000', '153438.278000', '153438.281000', '153438.283000', '153438.286000', '153438.289000', '153438.292000', '153438.295000', '153438.298000', '153438.301000', '153438.304000', '153438.306000', '153438.309000', '153438.312000', '153438.315000', '153438.318000', '153458.195000', '153458.198000', '153458.201000', '153458.204000', '153458.206000', '153458.209000', '153458.212000', '153458.215000', '153458.218000', '153458.221000', '153458.223000', '153458.226000', '153458.229000', '153458.232000', '153458.235000', '153458.238000', '153458.241000', '153458.244000', '153458.246000', '153458.249000', '153458.252000', '153458.255000', '153458.258000', '153458.261000', '153458.264000', '153458.266000', '153458.269000', '153458.272000', '153458.275000', '153458.278000', '153458.281000', '153458.284000', '153458.286000', '153458.289000', '153458.292000', '153458.295000', '153458.298000', '153458.301000', '153458.303000', '153458.306000', '153458.309000', '153458.312000', '153458.316000', '153518.194000', '153518.197000', '153518.200000', '153518.203000', '153518.205000', '153518.208000', '153518.211000', '153518.214000', '153518.217000', '153518.220000', '153518.223000', '153518.225000', '153518.228000', '153518.231000', '153518.234000', '153518.237000', '153518.240000', '153518.243000', '153518.246000', '153518.249000', '153518.252000', '153518.254000', '153518.257000', '153518.260000', '153518.263000', '153518.266000', '153518.269000', '153518.272000', '153518.275000', '153518.277000', '153518.280000', '153518.283000', '153518.286000', '153518.289000', '153518.292000', '153518.295000', '153518.298000', '153518.300000', '153518.303000', '153518.306000', '153518.309000', '153518.312000', '153518.315000', '153518.318000', '153538.214000', '153538.217000', '153538.220000', '153538.223000', '153538.225000', '153538.228000', '153538.231000', '153538.234000', '153538.237000', '153538.239000', '153538.242000', '153538.245000', '153538.248000', '153538.251000', '153538.254000', '153538.257000', '153538.260000', '153538.263000', '153538.266000', '153538.268000', '153538.271000', '153538.274000', '153538.277000', '153538.280000', '153538.283000', '153538.286000', '153538.288000', '153538.291000', '153538.294000', '153538.297000', '153538.300000', '153538.303000', '153538.306000', '153538.308000', '153538.311000', '153538.314000', '153538.317000', '153538.320000', '153538.323000', '153538.325000', '153538.328000', '153538.331000', '153538.334000', '153558.194000', '153558.197000', '153558.200000', '153558.203000', '153558.206000', '153558.209000', '153558.212000', '153558.215000', '153558.217000', '153558.220000', '153558.223000', '153558.226000', '153558.229000', '153558.232000', '153558.235000', '153558.238000', '153558.241000', '153558.243000', '153558.246000', '153558.249000', '153558.252000', '153558.255000', '153558.258000', '153558.261000', '153558.264000', '153558.266000', '153558.269000', '153558.272000', '153558.275000', '153558.278000', '153558.281000', '153558.284000', '153558.287000', '153558.289000', '153558.292000', '153558.295000', '153558.298000', '153558.301000', '153558.304000', '153558.307000', '153558.309000', '153558.312000', '153558.315000', '153618.195000', '153618.206000', '153618.209000', '153618.212000', '153618.215000', '153618.218000', '153618.220000', '153618.223000', '153618.226000', '153618.229000', '153618.232000', '153618.235000', '153618.238000', '153618.240000', '153618.243000', '153618.246000', '153618.249000', '153618.252000', '153618.255000', '153618.258000', '153618.261000', '153618.264000', '153618.266000', '153618.269000', '153618.272000', '153618.275000', '153618.278000', '153618.281000', '153618.284000', '153618.287000', '153618.290000', '153618.293000', '153618.295000', '153618.298000', '153618.301000', '153618.304000', '153618.307000', '153618.310000', '153618.313000', '153618.315000', '153618.318000', '153618.321000', '153618.324000', '153618.327000', '153638.195000', '153638.198000', '153638.202000', '153638.207000', '153638.210000', '153638.213000', '153638.216000', '153638.219000', '153638.222000', '153638.225000', '153638.228000', '153638.230000', '153638.233000', '153638.236000', '153638.239000', '153638.242000', '153638.245000', '153638.248000', '153638.251000', '153638.253000', '153638.256000', '153638.259000', '153638.262000', '153638.265000', '153638.268000', '153638.271000', '153638.273000', '153638.276000', '153638.279000', '153638.282000', '153638.285000', '153638.288000', '153638.291000', '153638.294000', '153638.297000', '153638.299000', '153638.302000', '153638.305000', '153638.308000', '153638.311000', '153638.314000', '153638.317000', '153638.320000', '153658.195000', '153658.206000', '153658.209000', '153658.212000', '153658.215000', '153658.218000', '153658.220000', '153658.223000', '153658.226000', '153658.229000', '153658.232000', '153658.235000', '153658.245000', '153658.248000', '153658.251000', '153658.254000', '153658.257000', '153658.260000', '153658.263000', '153658.265000', '153658.268000', '153658.271000', '153658.274000', '153658.277000', '153658.280000', '153658.283000', '153658.285000', '153658.288000', '153658.291000', '153658.294000', '153658.297000', '153658.300000', '153658.303000', '153658.306000', '153658.308000', '153658.311000', '153658.314000', '153658.317000', '153658.320000', '153658.323000', '153658.325000', '153658.328000', '153658.331000', '153658.334000', '153718.195000', '153718.198000', '153718.201000', '153718.206000', '153718.211000', '153718.213000', '153718.216000', '153718.219000', '153718.222000', '153718.225000', '153718.228000', '153718.231000', '153718.234000', '153718.237000', '153718.239000', '153718.242000', '153718.245000', '153718.248000', '153718.251000', '153718.254000', '153718.256000', '153718.259000', '153718.262000', '153718.265000', '153718.268000', '153718.271000', '153718.275000', '153718.278000', '153718.281000', '153718.284000', '153718.287000', '153718.290000', '153718.292000', '153718.295000', '153718.298000', '153718.301000', '153718.304000', '153718.307000', '153718.310000', '153718.312000', '153718.315000', '153718.318000', '153718.321000', '153738.194000', '153738.197000', '153738.200000', '153738.203000', '153738.206000', '153738.209000', '153738.211000', '153738.214000', '153738.217000', '153738.220000', '153738.223000', '153738.226000', '153738.229000', '153738.232000', '153738.235000', '153738.237000', '153738.240000', '153738.243000', '153738.246000', '153738.249000', '153738.252000', '153738.255000', '153738.257000', '153738.260000', '153738.263000', '153738.266000', '153738.269000', '153738.272000', '153738.275000', '153738.277000', '153738.280000', '153738.283000', '153738.286000', '153738.289000', '153738.292000', '153738.295000', '153738.298000', '153738.301000', '153738.303000', '153738.306000', '153738.309000', '153738.312000', '153738.315000', '153738.318000', '153758.194000', '153758.210000', '153758.212000', '153758.215000', '153758.218000', '153758.221000', '153758.224000', '153758.227000', '153758.229000', '153758.232000', '153758.245000', '153758.248000', '153758.251000', '153758.254000', '153758.257000', '153758.259000', '153758.262000', '153758.265000', '153758.268000', '153758.271000', '153758.274000', '153758.277000', '153758.279000', '153758.282000', '153758.285000', '153758.288000', '153758.291000', '153758.294000', '153758.297000', '153758.300000', '153758.302000', '153758.305000', '153758.308000', '153758.311000', '153758.314000', '153758.317000', '153758.320000', '153758.323000', '153758.325000', '153758.328000', '153758.331000', '153758.334000', '153758.337000', '153818.194000', '153818.217000', '153818.220000', '153818.223000', '153818.226000', '153818.228000', '153818.231000', '153818.234000', '153818.237000', '153818.240000', '153818.244000', '153818.247000', '153818.250000', '153818.252000', '153818.255000', '153818.258000', '153818.261000', '153818.264000', '153818.267000', '153818.270000', '153818.273000', '153818.275000', '153818.278000', '153818.300000', '153818.303000', '153818.306000', '153818.309000', '153818.312000', '153818.314000', '153818.317000', '153818.320000', '153818.323000', '153818.326000', '153818.329000', '153818.332000', '153818.335000', '153818.338000', '153818.340000', '153818.343000', '153818.346000', '153818.349000', '153818.352000', '153818.355000', '153818.358000', '153829.121000', '153829.124000', '153829.128000', '153829.131000', '153829.134000', '153829.137000', '153829.141000', '153829.144000', '153829.147000', '153829.150000', '153829.152000', '153829.155000', '153829.159000', '153829.162000', '153829.165000', '153829.168000', '153829.171000', '153829.174000', '153829.177000', '153829.180000', '153829.182000', '153829.186000', '153829.188000', '153829.191000'], 'InstanceCreationTime': ['153118.238000', '153118.248000', '153118.251000', '153118.254000', '153118.257000', '153118.259000', '153118.262000', '153118.265000', '153118.268000', '153118.271000', '153118.274000', '153118.277000', '153118.279000', '153118.282000', '153118.285000', '153118.288000', '153118.291000', '153118.294000', '153118.297000', '153118.299000', '153118.302000', '153118.305000', '153118.319000', '153118.322000', '153118.325000', '153118.328000', '153118.331000', '153118.334000', '153118.336000', '153118.339000', '153138.195000', '153138.198000', '153138.201000', '153138.203000', '153138.206000', '153138.209000', '153138.212000', '153138.215000', '153138.218000', '153138.221000', '153138.224000', '153138.227000', '153138.229000', '153138.232000', '153138.235000', '153138.238000', '153138.241000', '153138.244000', '153138.246000', '153138.249000', '153138.258000', '153138.261000', '153138.264000', '153138.266000', '153138.269000', '153138.272000', '153138.276000', '153138.280000', '153138.283000', '153138.286000', '153138.289000', '153138.292000', '153138.294000', '153138.297000', '153138.300000', '153138.303000', '153138.306000', '153138.309000', '153138.311000', '153138.314000', '153138.317000', '153138.320000', '153138.323000', '153158.195000', '153158.198000', '153158.201000', '153158.203000', '153158.206000', '153158.209000', '153158.212000', '153158.215000', '153158.217000', '153158.220000', '153158.223000', '153158.226000', '153158.229000', '153158.232000', '153158.234000', '153158.237000', '153158.240000', '153158.243000', '153158.246000', '153158.249000', '153158.252000', '153158.254000', '153158.257000', '153158.260000', '153158.263000', '153158.273000', '153158.276000', '153158.279000', '153158.282000', '153158.284000', '153158.287000', '153158.290000', '153158.293000', '153158.296000', '153158.298000', '153158.301000', '153158.304000', '153158.307000', '153158.310000', '153158.313000', '153158.315000', '153158.318000', '153158.321000', '153158.324000', '153218.195000', '153218.198000', '153218.201000', '153218.203000', '153218.206000', '153218.209000', '153218.212000', '153218.215000', '153218.218000', '153218.221000', '153218.224000', '153218.226000', '153218.229000', '153218.232000', '153218.235000', '153218.239000', '153218.242000', '153218.245000', '153218.248000', '153218.251000', '153218.254000', '153218.257000', '153218.259000', '153218.274000', '153218.277000', '153218.279000', '153218.282000', '153218.285000', '153218.288000', '153218.291000', '153218.294000', '153218.297000', '153218.299000', '153218.302000', '153218.305000', '153218.308000', '153218.311000', '153218.314000', '153218.317000', '153218.319000', '153218.322000', '153218.325000', '153218.328000', '153238.195000', '153238.198000', '153238.201000', '153238.203000', '153238.206000', '153238.209000', '153238.212000', '153238.215000', '153238.218000', '153238.221000', '153238.224000', '153238.226000', '153238.229000', '153238.232000', '153238.235000', '153238.238000', '153238.241000', '153238.243000', '153238.246000', '153238.249000', '153238.252000', '153238.255000', '153238.258000', '153238.261000', '153238.264000', '153238.267000', '153238.269000', '153238.272000', '153238.275000', '153238.278000', '153238.281000', '153238.284000', '153238.287000', '153238.289000', '153238.292000', '153238.295000', '153238.298000', '153238.301000', '153238.304000', '153238.306000', '153238.309000', '153238.312000', '153238.315000', '153238.318000', '153258.194000', '153258.197000', '153258.200000', '153258.202000', '153258.205000', '153258.208000', '153258.211000', '153258.214000', '153258.217000', '153258.220000', '153258.222000', '153258.225000', '153258.228000', '153258.231000', '153258.234000', '153258.237000', '153258.240000', '153258.242000', '153258.245000', '153258.248000', '153258.251000', '153258.254000', '153258.257000', '153258.260000', '153258.263000', '153258.265000', '153258.268000', '153258.271000', '153258.274000', '153258.277000', '153258.280000', '153258.287000', '153258.290000', '153258.293000', '153258.296000', '153258.299000', '153258.302000', '153258.305000', '153258.307000', '153258.310000', '153258.313000', '153258.316000', '153258.319000', '153318.194000', '153318.276000', '153318.279000', '153318.282000', '153318.284000', '153318.287000', '153318.290000', '153318.293000', '153318.296000', '153318.299000', '153318.301000', '153318.304000', '153318.307000', '153318.310000', '153318.313000', '153318.316000', '153318.319000', '153318.321000', '153318.324000', '153318.327000', '153318.330000', '153318.333000', '153318.336000', '153318.339000', '153318.342000', '153318.344000', '153318.347000', '153318.350000', '153318.353000', '153318.356000', '153318.359000', '153318.362000', '153318.364000', '153318.367000', '153318.370000', '153318.373000', '153318.376000', '153318.379000', '153318.382000', '153318.385000', '153318.387000', '153318.390000', '153318.393000', '153318.396000', '153338.194000', '153338.201000', '153338.204000', '153338.207000', '153338.209000', '153338.212000', '153338.215000', '153338.218000', '153338.221000', '153338.224000', '153338.227000', '153338.229000', '153338.232000', '153338.235000', '153338.238000', '153338.241000', '153338.244000', '153338.247000', '153338.249000', '153338.252000', '153338.255000', '153338.258000', '153338.261000', '153338.264000', '153338.267000', '153338.269000', '153338.272000', '153338.276000', '153338.279000', '153338.282000', '153338.285000', '153338.288000', '153338.291000', '153338.294000', '153338.297000', '153338.299000', '153338.302000', '153338.305000', '153338.308000', '153338.311000', '153338.313000', '153338.316000', '153338.319000', '153358.195000', '153358.198000', '153358.201000', '153358.204000', '153358.207000', '153358.209000', '153358.212000', '153358.215000', '153358.218000', '153358.221000', '153358.224000', '153358.226000', '153358.229000', '153358.232000', '153358.235000', '153358.238000', '153358.241000', '153358.244000', '153358.247000', '153358.264000', '153358.267000', '153358.270000', '153358.273000', '153358.276000', '153358.278000', '153358.281000', '153358.284000', '153358.287000', '153358.290000', '153358.292000', '153358.295000', '153358.298000', '153358.301000', '153358.304000', '153358.307000', '153358.309000', '153358.312000', '153358.315000', '153358.318000', '153358.321000', '153358.324000', '153358.326000', '153358.329000', '153358.332000', '153418.195000', '153418.198000', '153418.201000', '153418.204000', '153418.207000', '153418.210000', '153418.212000', '153418.215000', '153418.218000', '153418.221000', '153418.224000', '153418.227000', '153418.230000', '153418.232000', '153418.235000', '153418.238000', '153418.241000', '153418.244000', '153418.247000', '153418.250000', '153418.253000', '153418.255000', '153418.258000', '153418.261000', '153418.264000', '153418.267000', '153418.270000', '153418.273000', '153418.275000', '153418.278000', '153418.281000', '153418.284000', '153418.287000', '153418.290000', '153418.293000', '153418.296000', '153418.298000', '153418.301000', '153418.304000', '153418.307000', '153418.310000', '153418.313000', '153418.315000', '153438.195000', '153438.198000', '153438.201000', '153438.204000', '153438.207000', '153438.209000', '153438.212000', '153438.215000', '153438.218000', '153438.221000', '153438.224000', '153438.226000', '153438.229000', '153438.232000', '153438.235000', '153438.238000', '153438.241000', '153438.243000', '153438.246000', '153438.249000', '153438.252000', '153438.255000', '153438.258000', '153438.261000', '153438.263000', '153438.266000', '153438.269000', '153438.272000', '153438.275000', '153438.278000', '153438.281000', '153438.283000', '153438.286000', '153438.289000', '153438.292000', '153438.295000', '153438.298000', '153438.301000', '153438.304000', '153438.306000', '153438.309000', '153438.312000', '153438.315000', '153438.318000', '153458.195000', '153458.198000', '153458.201000', '153458.204000', '153458.206000', '153458.209000', '153458.212000', '153458.215000', '153458.218000', '153458.221000', '153458.223000', '153458.226000', '153458.229000', '153458.232000', '153458.235000', '153458.238000', '153458.241000', '153458.244000', '153458.246000', '153458.249000', '153458.252000', '153458.255000', '153458.258000', '153458.261000', '153458.264000', '153458.266000', '153458.269000', '153458.272000', '153458.275000', '153458.278000', '153458.281000', '153458.284000', '153458.286000', '153458.289000', '153458.292000', '153458.295000', '153458.298000', '153458.301000', '153458.303000', '153458.306000', '153458.309000', '153458.312000', '153458.316000', '153518.194000', '153518.197000', '153518.200000', '153518.203000', '153518.205000', '153518.208000', '153518.211000', '153518.214000', '153518.217000', '153518.220000', '153518.223000', '153518.225000', '153518.228000', '153518.231000', '153518.234000', '153518.237000', '153518.240000', '153518.243000', '153518.246000', '153518.249000', '153518.252000', '153518.254000', '153518.257000', '153518.260000', '153518.263000', '153518.266000', '153518.269000', '153518.272000', '153518.275000', '153518.277000', '153518.280000', '153518.283000', '153518.286000', '153518.289000', '153518.292000', '153518.295000', '153518.298000', '153518.300000', '153518.303000', '153518.306000', '153518.309000', '153518.312000', '153518.315000', '153518.318000', '153538.214000', '153538.217000', '153538.220000', '153538.223000', '153538.225000', '153538.228000', '153538.231000', '153538.234000', '153538.237000', '153538.239000', '153538.242000', '153538.245000', '153538.248000', '153538.251000', '153538.254000', '153538.257000', '153538.260000', '153538.263000', '153538.266000', '153538.268000', '153538.271000', '153538.274000', '153538.277000', '153538.280000', '153538.283000', '153538.286000', '153538.288000', '153538.291000', '153538.294000', '153538.297000', '153538.300000', '153538.303000', '153538.306000', '153538.308000', '153538.311000', '153538.314000', '153538.317000', '153538.320000', '153538.323000', '153538.325000', '153538.328000', '153538.331000', '153538.334000', '153558.194000', '153558.197000', '153558.200000', '153558.203000', '153558.206000', '153558.209000', '153558.212000', '153558.215000', '153558.217000', '153558.220000', '153558.223000', '153558.226000', '153558.229000', '153558.232000', '153558.235000', '153558.238000', '153558.241000', '153558.243000', '153558.246000', '153558.249000', '153558.252000', '153558.255000', '153558.258000', '153558.261000', '153558.264000', '153558.266000', '153558.269000', '153558.272000', '153558.275000', '153558.278000', '153558.281000', '153558.284000', '153558.287000', '153558.289000', '153558.292000', '153558.295000', '153558.298000', '153558.301000', '153558.304000', '153558.307000', '153558.309000', '153558.312000', '153558.315000', '153618.195000', '153618.206000', '153618.209000', '153618.212000', '153618.215000', '153618.218000', '153618.220000', '153618.223000', '153618.226000', '153618.229000', '153618.232000', '153618.235000', '153618.238000', '153618.240000', '153618.243000', '153618.246000', '153618.249000', '153618.252000', '153618.255000', '153618.258000', '153618.261000', '153618.264000', '153618.266000', '153618.269000', '153618.272000', '153618.275000', '153618.278000', '153618.281000', '153618.284000', '153618.287000', '153618.290000', '153618.293000', '153618.295000', '153618.298000', '153618.301000', '153618.304000', '153618.307000', '153618.310000', '153618.313000', '153618.315000', '153618.318000', '153618.321000', '153618.324000', '153618.327000', '153638.195000', '153638.198000', '153638.202000', '153638.207000', '153638.210000', '153638.213000', '153638.216000', '153638.219000', '153638.222000', '153638.225000', '153638.228000', '153638.230000', '153638.233000', '153638.236000', '153638.239000', '153638.242000', '153638.245000', '153638.248000', '153638.251000', '153638.253000', '153638.256000', '153638.259000', '153638.262000', '153638.265000', '153638.268000', '153638.271000', '153638.273000', '153638.276000', '153638.279000', '153638.282000', '153638.285000', '153638.288000', '153638.291000', '153638.294000', '153638.297000', '153638.299000', '153638.302000', '153638.305000', '153638.308000', '153638.311000', '153638.314000', '153638.317000', '153638.320000', '153658.195000', '153658.206000', '153658.209000', '153658.212000', '153658.215000', '153658.218000', '153658.220000', '153658.223000', '153658.226000', '153658.229000', '153658.232000', '153658.235000', '153658.245000', '153658.248000', '153658.251000', '153658.254000', '153658.257000', '153658.260000', '153658.263000', '153658.265000', '153658.268000', '153658.271000', '153658.274000', '153658.277000', '153658.280000', '153658.283000', '153658.285000', '153658.288000', '153658.291000', '153658.294000', '153658.297000', '153658.300000', '153658.303000', '153658.306000', '153658.308000', '153658.311000', '153658.314000', '153658.317000', '153658.320000', '153658.323000', '153658.325000', '153658.328000', '153658.331000', '153658.334000', '153718.195000', '153718.198000', '153718.201000', '153718.206000', '153718.211000', '153718.213000', '153718.216000', '153718.219000', '153718.222000', '153718.225000', '153718.228000', '153718.231000', '153718.234000', '153718.237000', '153718.239000', '153718.242000', '153718.245000', '153718.248000', '153718.251000', '153718.254000', '153718.256000', '153718.259000', '153718.262000', '153718.265000', '153718.268000', '153718.271000', '153718.275000', '153718.278000', '153718.281000', '153718.284000', '153718.287000', '153718.290000', '153718.292000', '153718.295000', '153718.298000', '153718.301000', '153718.304000', '153718.307000', '153718.310000', '153718.312000', '153718.315000', '153718.318000', '153718.321000', '153738.194000', '153738.197000', '153738.200000', '153738.203000', '153738.206000', '153738.209000', '153738.211000', '153738.214000', '153738.217000', '153738.220000', '153738.223000', '153738.226000', '153738.229000', '153738.232000', '153738.235000', '153738.237000', '153738.240000', '153738.243000', '153738.246000', '153738.249000', '153738.252000', '153738.255000', '153738.257000', '153738.260000', '153738.263000', '153738.266000', '153738.269000', '153738.272000', '153738.275000', '153738.277000', '153738.280000', '153738.283000', '153738.286000', '153738.289000', '153738.292000', '153738.295000', '153738.298000', '153738.301000', '153738.303000', '153738.306000', '153738.309000', '153738.312000', '153738.315000', '153738.318000', '153758.194000', '153758.210000', '153758.212000', '153758.215000', '153758.218000', '153758.221000', '153758.224000', '153758.227000', '153758.229000', '153758.232000', '153758.245000', '153758.248000', '153758.251000', '153758.254000', '153758.257000', '153758.259000', '153758.262000', '153758.265000', '153758.268000', '153758.271000', '153758.274000', '153758.277000', '153758.279000', '153758.282000', '153758.285000', '153758.288000', '153758.291000', '153758.294000', '153758.297000', '153758.300000', '153758.302000', '153758.305000', '153758.308000', '153758.311000', '153758.314000', '153758.317000', '153758.320000', '153758.323000', '153758.325000', '153758.328000', '153758.331000', '153758.334000', '153758.337000', '153818.194000', '153818.217000', '153818.220000', '153818.223000', '153818.226000', '153818.228000', '153818.231000', '153818.234000', '153818.237000', '153818.240000', '153818.244000', '153818.247000', '153818.250000', '153818.252000', '153818.255000', '153818.258000', '153818.261000', '153818.264000', '153818.267000', '153818.270000', '153818.273000', '153818.275000', '153818.278000', '153818.300000', '153818.303000', '153818.306000', '153818.309000', '153818.312000', '153818.314000', '153818.317000', '153818.320000', '153818.323000', '153818.326000', '153818.329000', '153818.332000', '153818.335000', '153818.338000', '153818.340000', '153818.343000', '153818.346000', '153818.349000', '153818.352000', '153818.355000', '153818.358000', '153829.121000', '153829.124000', '153829.128000', '153829.131000', '153829.134000', '153829.137000', '153829.141000', '153829.144000', '153829.147000', '153829.150000', '153829.152000', '153829.155000', '153829.159000', '153829.162000', '153829.165000', '153829.168000', '153829.171000', '153829.174000', '153829.177000', '153829.180000', '153829.182000', '153829.186000', '153829.188000', '153829.191000'], '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': [7701, 15168, 10569, 8357, 7186, 12111, 11522, 9083, 7150, 11367, 10594, 9205, 12625, 16738, 9693, 7855, 8913, 11980, 8652, 7208, 7674, 12067, 9341, 8025, 13536, 11795, 8835, 8227, 15098, 12317, 8718, 8071, 10009, 15934, 9897, 8193, 7760, 16383, 11706, 8792, 7525, 14005, 10455, 10011, 7087, 13523, 11494, 9080, 8392, 16909, 11667, 8340, 7241, 16919, 11518, 8800, 7169, 13891, 9497, 8438, 7628, 10261, 9570, 7901, 7634, 16133, 10925, 8089, 7398, 12023, 9241, 8246, 7102, 9875, 9706, 8353, 7779, 14887, 11188, 8535, 7742, 16791, 11291, 8669, 12274, 11654, 8981, 7977, 15492, 9310, 7600, 7293, 12803, 11723, 8922, 7578, 15835, 9690, 8730, 16998, 11217, 8598, 9088, 11751, 9317, 7679, 15105, 8326, 7606, 8128, 12300, 8314, 7538, 7332, 12536, 10220, 8250, 7330, 13024, 9022, 8402, 11200, 15722, 8730, 7726, 10371, 15669, 11781, 7851, 9069, 10905, 8786, 9052, 15810, 8927, 7311, 7133, 10603, 9548, 7564, 7346, 10701, 11924, 8043, 7147, 7973, 11920, 9526, 7850, 12205, 10810, 8260, 7865, 15431, 9325, 7637, 8451, 12104, 9400, 7849, 9460, 12042, 8771, 7922, 14877, 12180, 8770, 7657, 15309, 11057, 9074, 7199, 12030, 8479, 7751, 7488, 11465, 8898, 8012, 7926, 14539, 10687, 8462, 7424, 14587, 11248, 9196, 7473, 16154, 10093, 9317, 9469, 16155, 10159, 8815, 8130, 15962, 11463, 8341, 7134, 9718, 12306, 10090, 7736, 11959, 11679, 9327, 8445, 16912, 12034, 10428, 9703, 14233, 10863, 8093, 13781, 10073, 7860, 7406, 14459, 11242, 8605, 7402, 14356, 10169, 8269, 6858, 11962, 9031, 8210, 8612, 13331, 8605, 7516, 7449, 12719, 9499, 7702, 7193, 12379, 9896, 8711, 7136, 11890, 9872, 8860, 8372, 14289, 10563, 8564, 7503, 14489, 12518, 10015, 7185, 14178, 11095, 10134, 12796, 18260, 9752, 7789, 11553, 11275, 8755, 7119, 10272, 9725, 8234, 11104, 13148, 8615, 7229, 11520, 9783, 8658, 7216, 12020, 8982, 7556, 13534, 10457, 7864, 7492, 12690, 9726, 7756, 7119, 11880, 8756, 7879, 10261, 12657, 9135, 8172, 9821, 13068, 10165, 7688, 11958, 10168, 8270, 9843, 13254, 9677, 7640, 8387, 11328, 8558, 8067, 13772, 12124, 9587, 8600, 16761, 12251, 8950, 8401, 11145, 8719, 7820, 14352, 11935, 9033, 7820, 14287, 10953, 8686, 7557, 10360, 11725, 9252, 8216, 12347, 12130, 9218, 7814, 15327, 11437, 10492, 8713, 15183, 9079, 7694, 12965, 11789, 10516, 8954, 17136, 9474, 8289, 15396, 11595, 11227, 11029, 15597, 8382, 7932, 13551, 10089, 8422, 9301, 12535, 8293, 7668, 11884, 10465, 8904, 7856, 14443, 9049, 7874, 7710, 14333, 9151, 7753, 7451, 13440, 9845, 8609, 9623, 11751, 8598, 7727, 10778, 12226, 8768, 7488, 8863, 11016, 9050, 7933, 11702, 9847, 8180, 14709, 11651, 10405, 15068, 10278, 7833, 13952, 10490, 8634, 9533, 10610, 7912, 7304, 12531, 8704, 7492, 12663, 8156, 7343, 15072, 9989, 7981, 15774, 9171, 7452, 12605, 8999, 9033, 13942, 8106, 7301, 8786, 9804, 7837, 7229, 10025, 9284, 7672, 8663, 13360, 9023, 7590, 10064, 12030, 9743, 8479, 13959, 10205, 7904, 7367, 15325, 12173, 10062, 7280, 14643, 10796, 9937, 11580, 17731, 12871, 9439, 7375, 14614, 12241, 11703, 17642, 13057, 8754, 14259, 8664, 7576, 12183, 8562, 7152, 8817, 9126, 7553, 7494, 13441, 10385, 8894, 11537, 11671, 8780, 7603, 6625, 14820, 10647, 9042, 7306, 8055, 13169, 13056, 11000, 8875, 7582, 17297, 12380, 8813, 17703, 12254, 8903, 9010, 10886, 8748, 10111, 13803, 9449, 6917, 12652, 8877, 6923, 11740, 9021, 7781, 7297, 11204, 8342, 8318, 13345, 9151, 7168, 10473, 11266, 9313, 12005, 14277, 10813, 7716, 12665, 8726, 8383, 13480, 8969, 7159, 11989, 8673, 7749, 9590, 12315, 8401, 7003, 9998, 11140, 8937, 8320, 15590, 10941, 8532, 14767, 12910, 12736, 10922, 13699, 8626, 7519, 16319, 11803, 8226, 8684, 11250, 8844, 7685, 16423, 9172, 7781, 15055, 9990, 8326, 13919, 10859, 8373, 6834, 12208, 8866, 7436, 8552, 9802, 8078, 7943, 13268, 9660, 7183, 9764, 10241, 8153, 8122, 14531, 9036, 7487, 13827, 10531, 8554, 15500, 11870, 8338, 10846, 11380, 8464, 7606, 13446, 8612, 7323, 10521, 10925, 8882, 8419, 12355, 8966, 7960, 13946, 10683, 8521, 15943, 8818, 7502, 9357, 11074, 8650, 7118, 8515, 10876, 8150, 9620, 13328, 9496, 7468, 15219, 9830, 8152, 14076, 12400, 9883, 7357, 14600, 9310, 7749, 13174, 10417, 8291, 6784, 12731, 9371, 8801, 11312, 15127, 8971, 8203, 9413, 12744, 10271, 10597, 17616, 12544, 8133, 15948, 11822, 9918, 14170, 12497, 8549, 7029, 14817, 8929, 7869, 13676, 9518, 8130, 9416, 11938, 9199, 7276, 12802, 8485, 7425, 14587, 10452, 8955, 9521, 10978, 8436, 7055, 15182, 9865, 7645, 13111, 10025, 8218, 12258, 12026, 8401, 6924, 12484, 8856, 7403, 15016, 8653, 7891, 8805, 11695, 8993, 7726, 12553, 10128, 8456, 8009, 14214, 11337, 8146, 15897, 12388, 9732, 7120, 14705, 9339, 8219, 14201, 12068, 9296, 7174, 13993, 9117, 8110, 15917, 12369, 9846, 11507, 12361, 8983, 7709, 17565, 12277, 8182, 11791, 10302, 8692, 15306, 11964, 8791, 11687, 10513, 8264, 9552, 11578, 9041, 6838, 10440, 9147, 8409, 7324, 13331, 9355, 8279, 6990, 13077, 9505, 8384, 13196, 11511, 8837, 7446, 15694, 9779, 8466, 12923, 10725, 8532, 10850, 12120, 9383, 13032, 13067, 8881, 7198, 15452, 9419, 8204, 8823, 10462, 8494, 8313, 13218, 10218, 10956, 13296, 8438, 7617, 14897, 9413, 8233, 15712, 9149, 7704, 14918, 9512, 8134, 14772, 8946, 7574, 15195, 9388, 8148, 13819, 8668, 7185, 13070, 8741, 7727, 14419, 9131, 7229, 12535, 8461, 7313, 13290, 8884, 7222, 12939, 8741, 7456, 14369, 8951, 7581, 12426, 9350, 8266, 10478, 11827, 8708, 7680, 11465, 11755, 9556, 9549, 15333, 9387, 7906, 13930, 11421, 10949, 7832, 16530, 9646, 8403, 16074, 12497, 10262, 10191, 10845, 8302, 8127, 11655, 8563, 9037, 14230, 8968, 11167, 12352, 9125, 17058, 12601, 7831, 13865, 8609, 8098, 12644, 10393, 8104, 7747, 11492, 8648, 7722, 13857, 9453, 8083, 9920, 11634, 8877, 8399, 14419, 8801, 7300, 12894, 9163, 13053, 11951, 9118, 13509, 9912, 7592, 15030, 9775, 8516, 13180, 9113, 7188, 12130, 8665, 7689, 11614, 8340, 7149, 12097, 9409, 8217, 14174, 9943, 8120, 14170, 10057, 8281, 14771, 9992, 8218, 9417, 11649, 8716, 7771, 10359, 9772, 8349, 7307, 14418, 10613, 8895, 7512, 12405, 9459, 8324, 13800, 10953, 9534, 8218, 7769, 11043, 9331, 8750, 9452, 13831, 11613, 8444, 16016, 12396, 10675, 16726, 13297, 10200, 15253, 12683, 9846, 11602, 11515, 8911, 10452, 11205, 8839, 6926, 11816, 9187, 8402, 8270, 12089, 8409, 7533, 9235, 11370, 9146, 7300, 9805, 10561, 8913, 7449], 'WindowCenter': [4282.0, 4339.0, 4292.0, 4258.0, 4226.0, 4285.0, 4285.0, 4253.0, 4225.0, 4284.0, 4273.0, 4244.0, 4283.0, 4315.0, 4251.0, 4230.0, 4252.0, 4267.0, 4241.0, 4228.0, 4232.0, 4282.0, 4244.0, 4240.0, 4293.0, 4273.0, 4240.0, 4232.0, 4302.0, 4271.0, 4239.0, 4244.0, 4261.0, 4313.0, 4250.0, 4241.0, 4230.0, 4301.0, 4271.0, 4230.0, 4229.0, 4292.0, 4261.0, 4252.0, 4220.0, 4280.0, 4260.0, 4237.0, 4219.0, 4290.0, 4259.0, 4228.0, 4217.0, 4298.0, 4260.0, 4237.0, 4208.0, 4269.0, 4227.0, 4226.0, 4217.0, 4259.0, 4247.0, 4217.0, 4218.0, 4295.0, 4260.0, 4228.0, 4218.0, 4270.0, 4239.0, 4229.0, 4220.0, 4251.0, 4252.0, 4232.0, 4232.0, 4303.0, 4262.0, 4241.0, 4232.0, 4314.0, 4272.0, 4240.0, 4259.0, 4258.0, 4217.0, 4230.0, 4281.0, 4229.0, 4209.0, 4218.0, 4270.0, 4271.0, 4240.0, 4231.0, 4300.0, 4238.0, 4240.0, 4313.0, 4260.0, 4227.0, 4227.0, 4257.0, 4229.0, 4218.0, 4289.0, 4215.0, 4216.0, 4216.0, 4269.0, 4228.0, 4230.0, 4230.0, 4282.0, 4262.0, 4242.0, 4233.0, 4283.0, 4251.0, 4241.0, 4263.0, 4295.0, 4240.0, 4231.0, 4249.0, 4300.0, 4270.0, 4230.0, 4241.0, 4259.0, 4240.0, 4251.0, 4301.0, 4238.0, 4219.0, 4219.0, 4274.0, 4253.0, 4231.0, 4232.0, 4273.0, 4298.0, 4237.0, 4225.0, 4243.0, 4285.0, 4275.0, 4244.0, 4296.0, 4272.0, 4242.0, 4234.0, 4313.0, 4264.0, 4233.0, 4243.0, 4284.0, 4251.0, 4244.0, 4259.0, 4281.0, 4240.0, 4243.0, 4303.0, 4281.0, 4243.0, 4230.0, 4297.0, 4270.0, 4239.0, 4221.0, 4276.0, 4240.0, 4228.0, 4232.0, 4285.0, 4264.0, 4243.0, 4243.0, 4312.0, 4286.0, 4253.0, 4225.0, 4304.0, 4286.0, 4264.0, 4231.0, 4315.0, 4263.0, 4264.0, 4264.0, 4311.0, 4262.0, 4239.0, 4229.0, 4297.0, 4272.0, 4242.0, 4212.0, 4253.0, 4267.0, 4260.0, 4221.0, 4282.0, 4271.0, 4238.0, 4229.0, 4313.0, 4276.0, 4261.0, 4249.0, 4279.0, 4261.0, 4228.0, 4278.0, 4246.0, 4216.0, 4207.0, 4289.0, 4260.0, 4238.0, 4208.0, 4285.0, 4260.0, 4242.0, 4221.0, 4267.0, 4231.0, 4239.0, 4254.0, 4290.0, 4247.0, 4230.0, 4211.0, 4285.0, 4254.0, 4243.0, 4234.0, 4293.0, 4262.0, 4253.0, 4236.0, 4282.0, 4254.0, 4242.0, 4235.0, 4289.0, 4263.0, 4242.0, 4221.0, 4282.0, 4281.0, 4243.0, 4222.0, 4292.0, 4260.0, 4249.0, 4281.0, 4309.0, 4239.0, 4207.0, 4258.0, 4259.0, 4227.0, 4208.0, 4244.0, 4236.0, 4229.0, 4253.0, 4281.0, 4219.0, 4219.0, 4260.0, 4242.0, 4240.0, 4222.0, 4269.0, 4240.0, 4230.0, 4294.0, 4261.0, 4242.0, 4231.0, 4282.0, 4263.0, 4234.0, 4235.0, 4273.0, 4242.0, 4232.0, 4267.0, 4280.0, 4243.0, 4243.0, 4262.0, 4278.0, 4264.0, 4232.0, 4268.0, 4247.0, 4220.0, 4249.0, 4296.0, 4252.0, 4233.0, 4243.0, 4264.0, 4247.0, 4245.0, 4294.0, 4283.0, 4253.0, 4240.0, 4298.0, 4279.0, 4233.0, 4243.0, 4255.0, 4236.0, 4232.0, 4292.0, 4267.0, 4232.0, 4221.0, 4292.0, 4262.0, 4242.0, 4234.0, 4262.0, 4268.0, 4244.0, 4244.0, 4285.0, 4283.0, 4252.0, 4230.0, 4298.0, 4262.0, 4250.0, 4231.0, 4291.0, 4239.0, 4220.0, 4282.0, 4260.0, 4251.0, 4240.0, 4300.0, 4237.0, 4229.0, 4290.0, 4246.0, 4246.0, 4246.0, 4279.0, 4209.0, 4218.0, 4266.0, 4235.0, 4213.0, 4241.0, 4269.0, 4229.0, 4221.0, 4250.0, 4247.0, 4232.0, 4221.0, 4280.0, 4227.0, 4217.0, 4208.0, 4273.0, 4242.0, 4233.0, 4222.0, 4279.0, 4253.0, 4234.0, 4251.0, 4273.0, 4221.0, 4217.0, 4249.0, 4269.0, 4230.0, 4221.0, 4222.0, 4250.0, 4221.0, 4212.0, 4263.0, 4251.0, 4230.0, 4270.0, 4258.0, 4244.0, 4291.0, 4250.0, 4206.0, 4259.0, 4229.0, 4230.0, 4239.0, 4249.0, 4218.0, 4200.0, 4257.0, 4228.0, 4209.0, 4281.0, 4212.0, 4209.0, 4286.0, 4239.0, 4220.0, 4289.0, 4238.0, 4209.0, 4258.0, 4229.0, 4230.0, 4280.0, 4218.0, 4207.0, 4242.0, 4251.0, 4232.0, 4233.0, 4257.0, 4254.0, 4234.0, 4249.0, 4297.0, 4255.0, 4235.0, 4253.0, 4273.0, 4247.0, 4244.0, 4295.0, 4264.0, 4233.0, 4223.0, 4305.0, 4299.0, 4266.0, 4235.0, 4304.0, 4261.0, 4250.0, 4272.0, 4314.0, 4271.0, 4240.0, 4210.0, 4279.0, 4258.0, 4249.0, 4298.0, 4270.0, 4217.0, 4273.0, 4217.0, 4197.0, 4245.0, 4214.0, 4196.0, 4227.0, 4227.0, 4207.0, 4210.0, 4281.0, 4244.0, 4241.0, 4253.0, 4262.0, 4243.0, 4233.0, 4226.0, 4312.0, 4286.0, 4273.0, 4247.0, 4245.0, 4286.0, 4294.0, 4279.0, 4254.0, 4224.0, 4299.0, 4270.0, 4241.0, 4308.0, 4273.0, 4240.0, 4241.0, 4259.0, 4227.0, 4237.0, 4260.0, 4251.0, 4200.0, 4269.0, 4227.0, 4208.0, 4259.0, 4241.0, 4219.0, 4233.0, 4268.0, 4242.0, 4230.0, 4290.0, 4252.0, 4235.0, 4275.0, 4272.0, 4247.0, 4274.0, 4302.0, 4264.0, 4232.0, 4277.0, 4231.0, 4229.0, 4272.0, 4240.0, 4209.0, 4268.0, 4222.0, 4218.0, 4231.0, 4272.0, 4229.0, 4222.0, 4251.0, 4253.0, 4239.0, 4245.0, 4306.0, 4264.0, 4242.0, 4292.0, 4267.0, 4282.0, 4261.0, 4280.0, 4219.0, 4208.0, 4302.0, 4271.0, 4230.0, 4230.0, 4259.0, 4228.0, 4220.0, 4301.0, 4239.0, 4213.0, 4278.0, 4236.0, 4223.0, 4280.0, 4249.0, 4228.0, 4197.0, 4250.0, 4222.0, 4223.0, 4243.0, 4250.0, 4230.0, 4223.0, 4276.0, 4246.0, 4223.0, 4253.0, 4250.0, 4222.0, 4231.0, 4288.0, 4242.0, 4233.0, 4291.0, 4249.0, 4230.0, 4292.0, 4260.0, 4231.0, 4259.0, 4258.0, 4228.0, 4220.0, 4276.0, 4230.0, 4209.0, 4251.0, 4249.0, 4240.0, 4231.0, 4275.0, 4238.0, 4212.0, 4272.0, 4247.0, 4243.0, 4302.0, 4238.0, 4210.0, 4230.0, 4259.0, 4244.0, 4222.0, 4243.0, 4261.0, 4231.0, 4251.0, 4290.0, 4253.0, 4232.0, 4305.0, 4251.0, 4231.0, 4292.0, 4278.0, 4252.0, 4213.0, 4292.0, 4231.0, 4220.0, 4276.0, 4275.0, 4231.0, 4212.0, 4270.0, 4239.0, 4223.0, 4261.0, 4294.0, 4242.0, 4244.0, 4253.0, 4283.0, 4251.0, 4266.0, 4314.0, 4261.0, 4212.0, 4289.0, 4247.0, 4229.0, 4281.0, 4250.0, 4228.0, 4208.0, 4279.0, 4225.0, 4221.0, 4280.0, 4238.0, 4217.0, 4227.0, 4256.0, 4239.0, 4209.0, 4270.0, 4227.0, 4208.0, 4279.0, 4240.0, 4229.0, 4240.0, 4248.0, 4217.0, 4208.0, 4287.0, 4251.0, 4211.0, 4281.0, 4239.0, 4230.0, 4271.0, 4274.0, 4232.0, 4222.0, 4284.0, 4243.0, 4214.0, 4305.0, 4243.0, 4245.0, 4252.0, 4273.0, 4254.0, 4227.0, 4295.0, 4265.0, 4244.0, 4224.0, 4287.0, 4273.0, 4237.0, 4319.0, 4286.0, 4246.0, 4225.0, 4290.0, 4232.0, 4220.0, 4273.0, 4274.0, 4243.0, 4223.0, 4284.0, 4240.0, 4230.0, 4287.0, 4271.0, 4242.0, 4259.0, 4258.0, 4227.0, 4206.0, 4297.0, 4248.0, 4229.0, 4250.0, 4229.0, 4227.0, 4277.0, 4257.0, 4215.0, 4257.0, 4236.0, 4215.0, 4225.0, 4258.0, 4227.0, 4210.0, 4259.0, 4238.0, 4230.0, 4218.0, 4295.0, 4253.0, 4235.0, 4222.0, 4276.0, 4252.0, 4244.0, 4295.0, 4270.0, 4242.0, 4217.0, 4284.0, 4242.0, 4243.0, 4284.0, 4253.0, 4243.0, 4261.0, 4266.0, 4240.0, 4284.0, 4277.0, 4242.0, 4211.0, 4287.0, 4240.0, 4244.0, 4248.0, 4275.0, 4244.0, 4225.0, 4279.0, 4253.0, 4276.0, 4295.0, 4243.0, 4222.0, 4285.0, 4233.0, 4232.0, 4306.0, 4241.0, 4221.0, 4289.0, 4253.0, 4231.0, 4304.0, 4242.0, 4221.0, 4287.0, 4240.0, 4225.0, 4283.0, 4230.0, 4211.0, 4280.0, 4220.0, 4220.0, 4285.0, 4241.0, 4214.0, 4263.0, 4230.0, 4220.0, 4274.0, 4237.0, 4224.0, 4278.0, 4241.0, 4222.0, 4304.0, 4254.0, 4226.0, 4279.0, 4244.0, 4243.0, 4275.0, 4279.0, 4246.0, 4233.0, 4265.0, 4285.0, 4246.0, 4253.0, 4303.0, 4254.0, 4233.0, 4293.0, 4255.0, 4264.0, 4215.0, 4310.0, 4253.0, 4231.0, 4292.0, 4266.0, 4252.0, 4252.0, 4261.0, 4232.0, 4230.0, 4254.0, 4230.0, 4241.0, 4292.0, 4242.0, 4261.0, 4269.0, 4239.0, 4300.0, 4262.0, 4221.0, 4282.0, 4228.0, 4210.0, 4281.0, 4242.0, 4232.0, 4211.0, 4270.0, 4230.0, 4220.0, 4292.0, 4244.0, 4233.0, 4252.0, 4267.0, 4242.0, 4244.0, 4285.0, 4254.0, 4235.0, 4279.0, 4241.0, 4273.0, 4263.0, 4241.0, 4282.0, 4239.0, 4211.0, 4287.0, 4251.0, 4221.0, 4271.0, 4229.0, 4196.0, 4254.0, 4228.0, 4212.0, 4261.0, 4230.0, 4210.0, 4271.0, 4239.0, 4243.0, 4293.0, 4251.0, 4230.0, 4279.0, 4239.0, 4222.0, 4284.0, 4250.0, 4242.0, 4240.0, 4261.0, 4242.0, 4234.0, 4265.0, 4265.0, 4243.0, 4222.0, 4290.0, 4273.0, 4246.0, 4227.0, 4276.0, 4248.0, 4243.0, 4287.0, 4284.0, 4252.0, 4246.0, 4234.0, 4264.0, 4241.0, 4242.0, 4252.0, 4278.0, 4262.0, 4232.0, 4303.0, 4263.0, 4261.0, 4297.0, 4268.0, 4238.0, 4290.0, 4256.0, 4234.0, 4244.0, 4237.0, 4207.0, 4235.0, 4245.0, 4225.0, 4208.0, 4250.0, 4227.0, 4227.0, 4229.0, 4267.0, 4229.0, 4231.0, 4252.0, 4251.0, 4251.0, 4229.0, 4259.0, 4262.0, 4242.0, 4221.0], 'WindowWidth': [9511.0, 9571.0, 9501.0, 9448.0, 9397.0, 9476.0, 9476.0, 9431.0, 9389.0, 9471.0, 9456.0, 9412.0, 9468.0, 9516.0, 9421.0, 9394.0, 9427.0, 9445.0, 9409.0, 9392.0, 9399.0, 9468.0, 9413.0, 9408.0, 9483.0, 9455.0, 9408.0, 9392.0, 9493.0, 9447.0, 9403.0, 9419.0, 9438.0, 9514.0, 9421.0, 9409.0, 9393.0, 9492.0, 9449.0, 9387.0, 9391.0, 9479.0, 9434.0, 9421.0, 9379.0, 9458.0, 9426.0, 9398.0, 9371.0, 9468.0, 9430.0, 9386.0, 9371.0, 9485.0, 9428.0, 9399.0, 9361.0, 9437.0, 9376.0, 9381.0, 9373.0, 9431.0, 9412.0, 9370.0, 9372.0, 9480.0, 9431.0, 9387.0, 9375.0, 9449.0, 9403.0, 9391.0, 9379.0, 9416.0, 9425.0, 9393.0, 9401.0, 9495.0, 9433.0, 9409.0, 9399.0, 9514.0, 9454.0, 9406.0, 9424.0, 9425.0, 9364.0, 9392.0, 9455.0, 9383.0, 9356.0, 9375.0, 9440.0, 9451.0, 9406.0, 9396.0, 9487.0, 9400.0, 9406.0, 9508.0, 9432.0, 9384.0, 9381.0, 9425.0, 9384.0, 9371.0, 9469.0, 9362.0, 9368.0, 9367.0, 9444.0, 9385.0, 9391.0, 9393.0, 9466.0, 9439.0, 9412.0, 9402.0, 9467.0, 9422.0, 9409.0, 9435.0, 9482.0, 9405.0, 9393.0, 9416.0, 9493.0, 9445.0, 9393.0, 9406.0, 9431.0, 9405.0, 9422.0, 9490.0, 9401.0, 9378.0, 9379.0, 9457.0, 9424.0, 9397.0, 9400.0, 9456.0, 9496.0, 9406.0, 9391.0, 9418.0, 9474.0, 9463.0, 9418.0, 9491.0, 9453.0, 9414.0, 9399.0, 9517.0, 9445.0, 9403.0, 9415.0, 9470.0, 9426.0, 9417.0, 9437.0, 9466.0, 9410.0, 9416.0, 9497.0, 9466.0, 9415.0, 9394.0, 9484.0, 9450.0, 9404.0, 9382.0, 9454.0, 9406.0, 9391.0, 9400.0, 9478.0, 9446.0, 9418.0, 9419.0, 9518.0, 9481.0, 9433.0, 9391.0, 9503.0, 9479.0, 9447.0, 9400.0, 9519.0, 9443.0, 9445.0, 9444.0, 9511.0, 9439.0, 9405.0, 9390.0, 9485.0, 9453.0, 9411.0, 9366.0, 9426.0, 9442.0, 9435.0, 9376.0, 9465.0, 9447.0, 9402.0, 9390.0, 9510.0, 9454.0, 9436.0, 9416.0, 9460.0, 9436.0, 9387.0, 9455.0, 9407.0, 9367.0, 9356.0, 9472.0, 9433.0, 9401.0, 9355.0, 9464.0, 9434.0, 9414.0, 9386.0, 9444.0, 9388.0, 9405.0, 9433.0, 9478.0, 9417.0, 9394.0, 9364.0, 9472.0, 9426.0, 9419.0, 9405.0, 9484.0, 9442.0, 9429.0, 9412.0, 9468.0, 9423.0, 9411.0, 9399.0, 9475.0, 9440.0, 9410.0, 9380.0, 9458.0, 9463.0, 9407.0, 9387.0, 9474.0, 9432.0, 9414.0, 9461.0, 9502.0, 9401.0, 9350.0, 9422.0, 9427.0, 9386.0, 9360.0, 9406.0, 9393.0, 9386.0, 9418.0, 9461.0, 9370.0, 9373.0, 9430.0, 9405.0, 9406.0, 9382.0, 9443.0, 9405.0, 9391.0, 9484.0, 9435.0, 9415.0, 9398.0, 9464.0, 9440.0, 9402.0, 9408.0, 9453.0, 9411.0, 9397.0, 9445.0, 9463.0, 9409.0, 9413.0, 9437.0, 9458.0, 9445.0, 9395.0, 9442.0, 9411.0, 9370.0, 9414.0, 9488.0, 9427.0, 9401.0, 9414.0, 9438.0, 9419.0, 9420.0, 9484.0, 9468.0, 9428.0, 9405.0, 9489.0, 9461.0, 9393.0, 9412.0, 9423.0, 9395.0, 9396.0, 9478.0, 9441.0, 9390.0, 9379.0, 9479.0, 9438.0, 9412.0, 9401.0, 9438.0, 9443.0, 9409.0, 9419.0, 9471.0, 9468.0, 9425.0, 9392.0, 9484.0, 9435.0, 9418.0, 9390.0, 9476.0, 9401.0, 9376.0, 9460.0, 9428.0, 9417.0, 9402.0, 9486.0, 9395.0, 9385.0, 9468.0, 9406.0, 9404.0, 9403.0, 9452.0, 9351.0, 9369.0, 9429.0, 9385.0, 9356.0, 9406.0, 9442.0, 9385.0, 9376.0, 9407.0, 9407.0, 9389.0, 9371.0, 9458.0, 9380.0, 9367.0, 9354.0, 9446.0, 9406.0, 9400.0, 9380.0, 9456.0, 9421.0, 9393.0, 9420.0, 9451.0, 9371.0, 9368.0, 9410.0, 9444.0, 9389.0, 9379.0, 9372.0, 9413.0, 9370.0, 9360.0, 9431.0, 9420.0, 9389.0, 9436.0, 9424.0, 9405.0, 9471.0, 9413.0, 9352.0, 9418.0, 9377.0, 9388.0, 9397.0, 9412.0, 9369.0, 9339.0, 9422.0, 9384.0, 9359.0, 9460.0, 9362.0, 9359.0, 9464.0, 9399.0, 9376.0, 9470.0, 9397.0, 9357.0, 9424.0, 9383.0, 9388.0, 9456.0, 9370.0, 9355.0, 9408.0, 9420.0, 9398.0, 9402.0, 9432.0, 9430.0, 9404.0, 9420.0, 9492.0, 9432.0, 9405.0, 9424.0, 9451.0, 9413.0, 9417.0, 9484.0, 9443.0, 9399.0, 9384.0, 9497.0, 9498.0, 9447.0, 9405.0, 9495.0, 9433.0, 9417.0, 9448.0, 9512.0, 9446.0, 9403.0, 9360.0, 9456.0, 9423.0, 9408.0, 9486.0, 9441.0, 9364.0, 9445.0, 9365.0, 9331.0, 9401.0, 9358.0, 9338.0, 9379.0, 9377.0, 9354.0, 9361.0, 9462.0, 9406.0, 9405.0, 9415.0, 9432.0, 9412.0, 9398.0, 9397.0, 9517.0, 9479.0, 9466.0, 9430.0, 9424.0, 9473.0, 9488.0, 9467.0, 9429.0, 9381.0, 9489.0, 9443.0, 9404.0, 9500.0, 9450.0, 9402.0, 9407.0, 9426.0, 9380.0, 9391.0, 9424.0, 9420.0, 9342.0, 9439.0, 9382.0, 9356.0, 9425.0, 9407.0, 9376.0, 9401.0, 9441.0, 9410.0, 9390.0, 9476.0, 9423.0, 9409.0, 9458.0, 9451.0, 9414.0, 9452.0, 9499.0, 9442.0, 9399.0, 9457.0, 9392.0, 9386.0, 9444.0, 9402.0, 9363.0, 9443.0, 9373.0, 9370.0, 9386.0, 9451.0, 9390.0, 9384.0, 9420.0, 9418.0, 9406.0, 9417.0, 9503.0, 9437.0, 9410.0, 9476.0, 9441.0, 9463.0, 9433.0, 9458.0, 9367.0, 9356.0, 9489.0, 9446.0, 9390.0, 9388.0, 9428.0, 9384.0, 9378.0, 9491.0, 9400.0, 9364.0, 9451.0, 9392.0, 9375.0, 9456.0, 9415.0, 9387.0, 9342.0, 9409.0, 9373.0, 9386.0, 9411.0, 9419.0, 9391.0, 9376.0, 9453.0, 9414.0, 9386.0, 9424.0, 9417.0, 9374.0, 9393.0, 9473.0, 9409.0, 9401.0, 9473.0, 9415.0, 9389.0, 9475.0, 9429.0, 9393.0, 9426.0, 9424.0, 9384.0, 9377.0, 9451.0, 9389.0, 9360.0, 9417.0, 9413.0, 9406.0, 9394.0, 9451.0, 9401.0, 9360.0, 9446.0, 9411.0, 9412.0, 9491.0, 9400.0, 9361.0, 9383.0, 9425.0, 9417.0, 9386.0, 9416.0, 9434.0, 9394.0, 9420.0, 9479.0, 9427.0, 9400.0, 9499.0, 9419.0, 9393.0, 9476.0, 9462.0, 9422.0, 9367.0, 9479.0, 9386.0, 9378.0, 9448.0, 9458.0, 9393.0, 9371.0, 9445.0, 9399.0, 9374.0, 9432.0, 9485.0, 9409.0, 9416.0, 9425.0, 9465.0, 9419.0, 9446.0, 9515.0, 9426.0, 9361.0, 9465.0, 9406.0, 9378.0, 9455.0, 9411.0, 9384.0, 9357.0, 9452.0, 9375.0, 9378.0, 9453.0, 9396.0, 9366.0, 9380.0, 9417.0, 9402.0, 9360.0, 9443.0, 9382.0, 9356.0, 9454.0, 9397.0, 9386.0, 9402.0, 9411.0, 9367.0, 9355.0, 9464.0, 9419.0, 9360.0, 9460.0, 9399.0, 9389.0, 9447.0, 9452.0, 9395.0, 9382.0, 9472.0, 9411.0, 9368.0, 9500.0, 9415.0, 9418.0, 9424.0, 9452.0, 9428.0, 9390.0, 9487.0, 9447.0, 9415.0, 9382.0, 9469.0, 9453.0, 9404.0, 9524.0, 9474.0, 9413.0, 9392.0, 9474.0, 9388.0, 9370.0, 9443.0, 9451.0, 9409.0, 9387.0, 9462.0, 9404.0, 9389.0, 9469.0, 9446.0, 9400.0, 9426.0, 9423.0, 9378.0, 9352.0, 9482.0, 9405.0, 9385.0, 9407.0, 9377.0, 9379.0, 9447.0, 9422.0, 9362.0, 9418.0, 9389.0, 9361.0, 9375.0, 9424.0, 9381.0, 9363.0, 9427.0, 9396.0, 9389.0, 9372.0, 9487.0, 9424.0, 9398.0, 9385.0, 9453.0, 9423.0, 9416.0, 9484.0, 9447.0, 9409.0, 9371.0, 9464.0, 9402.0, 9412.0, 9465.0, 9420.0, 9410.0, 9430.0, 9437.0, 9402.0, 9466.0, 9453.0, 9408.0, 9365.0, 9466.0, 9402.0, 9415.0, 9419.0, 9458.0, 9415.0, 9381.0, 9461.0, 9424.0, 9460.0, 9487.0, 9413.0, 9382.0, 9464.0, 9393.0, 9395.0, 9500.0, 9405.0, 9380.0, 9473.0, 9425.0, 9394.0, 9496.0, 9408.0, 9379.0, 9468.0, 9402.0, 9382.0, 9464.0, 9390.0, 9368.0, 9457.0, 9370.0, 9377.0, 9464.0, 9405.0, 9366.0, 9431.0, 9388.0, 9376.0, 9451.0, 9401.0, 9385.0, 9457.0, 9407.0, 9382.0, 9502.0, 9428.0, 9388.0, 9459.0, 9409.0, 9412.0, 9459.0, 9462.0, 9418.0, 9401.0, 9440.0, 9473.0, 9413.0, 9427.0, 9499.0, 9428.0, 9397.0, 9478.0, 9424.0, 9442.0, 9369.0, 9505.0, 9425.0, 9392.0, 9476.0, 9437.0, 9423.0, 9419.0, 9435.0, 9394.0, 9389.0, 9419.0, 9388.0, 9404.0, 9477.0, 9408.0, 9431.0, 9441.0, 9399.0, 9487.0, 9428.0, 9379.0, 9462.0, 9382.0, 9356.0, 9460.0, 9403.0, 9395.0, 9362.0, 9443.0, 9388.0, 9378.0, 9477.0, 9408.0, 9398.0, 9420.0, 9438.0, 9407.0, 9415.0, 9468.0, 9429.0, 9406.0, 9459.0, 9407.0, 9443.0, 9437.0, 9406.0, 9462.0, 9401.0, 9358.0, 9470.0, 9421.0, 9372.0, 9448.0, 9385.0, 9339.0, 9416.0, 9384.0, 9363.0, 9432.0, 9390.0, 9366.0, 9446.0, 9400.0, 9413.0, 9480.0, 9419.0, 9390.0, 9454.0, 9400.0, 9376.0, 9463.0, 9418.0, 9409.0, 9403.0, 9432.0, 9408.0, 9402.0, 9444.0, 9444.0, 9413.0, 9383.0, 9477.0, 9458.0, 9416.0, 9393.0, 9456.0, 9416.0, 9411.0, 9471.0, 9476.0, 9428.0, 9421.0, 9403.0, 9440.0, 9406.0, 9407.0, 9422.0, 9457.0, 9434.0, 9394.0, 9492.0, 9433.0, 9434.0, 9481.0, 9439.0, 9395.0, 9470.0, 9418.0, 9386.0, 9396.0, 9386.0, 9346.0, 9385.0, 9400.0, 9373.0, 9356.0, 9408.0, 9378.0, 9380.0, 9387.0, 9438.0, 9389.0, 9394.0, 9423.0, 9413.0, 9422.0, 9392.0, 9433.0, 9437.0, 9408.0, 9380.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.00033781120331950206</td></tr>
<tr><td colspan=3>aqi</td><td>0.022813634751037343</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.33423398229492</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2250034793457956</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9746731851090327</td></tr>
<tr><td colspan=3>efc</td><td>0.5053</td></tr>
<tr><td colspan=3>fber</td><td>4680.6519</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08965921655049806</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.7634854771784232</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4370681856936827</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3329073989246076</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.67745275434637</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.30084440381007</td></tr>
<tr><td colspan=3>gcor</td><td>0.0084459</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020089808851480484</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05295524746179581</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>964</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.049359412541391</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.475</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.0281</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>214.3572</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294010.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1042.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>391.7641</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6078</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>562.5057</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3429.616</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3582.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82534.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1318.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4507.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>884.579</td></tr>
<tr><td colspan=3>tsnr</td><td>37.47209910303354</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>