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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0044_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-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0044/figures/sub-0044_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-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044/ses-02/func/sub-0044_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>36675625d729fe8c5827861fe7737f73</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>13:03:7.020000</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.999882, 0.0129988, -0.00814337, -0.0122165, 0.995895, 0.0896927]</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.0960046</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>[4121, -7733, -7269, 430, -105, -17, 8, 121]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.116</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>331dc9c1-b49f-4b23-afca-0184133054e5||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.6826112270355225, -0.032775867730379105, -0.0250447615981102, 113.64314270019531], [-0.034874800592660904, 2.67191219329834, 0.24187323451042175, -98.60343933105469], [-0.021848075091838837, -0.24063900113105774, 2.689027786254883, -59.68867492675781], [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': ['130307.020000', '130307.480000', '130307.940000', '130308.400000', '130308.860000', '130309.320000', '130309.780000', '130310.240000', '130310.700000', '130311.160000', '130311.620000', '130312.080000', '130312.540000', '130313.000000', '130313.460000', '130313.920000', '130314.380000', '130314.840000', '130315.300000', '130315.760000', '130316.220000', '130316.680000', '130317.140000', '130317.600000', '130318.060000', '130318.520000', '130318.980000', '130319.440000', '130319.900000', '130320.360000', '130320.820000', '130321.280000', '130321.740000', '130322.200000', '130322.660000', '130323.120000', '130323.580000', '130324.040000', '130324.500000', '130324.960000', '130325.420000', '130325.880000', '130326.340000', '130326.800000', '130327.260000', '130327.720000', '130328.180000', '130328.640000', '130329.100000', '130329.560000', '130330.020000', '130330.480000', '130330.940000', '130331.400000', '130331.860000', '130332.320000', '130332.780000', '130333.240000', '130333.700000', '130334.160000', '130334.620000', '130335.080000', '130335.540000', '130336.000000', '130336.460000', '130336.920000', '130337.380000', '130337.840000', '130338.300000', '130338.760000', '130339.220000', '130339.680000', '130340.140000', '130340.600000', '130341.060000', '130341.520000', '130341.980000', '130342.440000', '130342.900000', '130343.360000', '130343.820000', '130344.280000', '130344.740000', '130345.200000', '130345.660000', '130346.120000', '130346.580000', '130347.040000', '130347.500000', '130347.960000', '130348.420000', '130348.880000', '130349.340000', '130349.800000', '130350.260000', '130350.720000', '130351.180000', '130351.640000', '130352.100000', '130352.560000', '130353.020000', '130353.480000', '130353.940000', '130354.400000', '130354.860000', '130355.320000', '130355.780000', '130356.240000', '130356.700000', '130357.160000', '130357.620000', '130358.080000', '130358.540000', '130359.000000', '130359.460000', '130359.920000', '130400.380000', '130400.840000', '130401.300000', '130401.760000', '130402.220000', '130402.680000', '130403.140000', '130403.600000', '130404.060000', '130404.520000', '130404.980000', '130405.440000', '130405.900000', '130406.360000', '130406.820000', '130407.280000', '130407.740000', '130408.200000', '130408.660000', '130409.120000', '130409.580000', '130410.040000', '130410.500000', '130410.960000', '130411.420000', '130411.880000', '130412.340000', '130412.800000', '130413.260000', '130413.720000', '130414.180000', '130414.640000', '130415.100000', '130415.560000', '130416.020000', '130416.480000', '130416.940000', '130417.400000', '130417.860000', '130418.320000', '130418.780000', '130419.240000', '130419.700000', '130420.160000', '130420.620000', '130421.080000', '130421.540000', '130422.000000', '130422.460000', '130422.920000', '130423.380000', '130423.840000', '130424.300000', '130424.760000', '130425.220000', '130425.680000', '130426.140000', '130426.600000', '130427.060000', '130427.520000', '130427.980000', '130428.440000', '130428.900000', '130429.360000', '130429.820000', '130430.280000', '130430.740000', '130431.200000', '130431.660000', '130432.120000', '130432.580000', '130433.040000', '130433.500000', '130433.960000', '130434.420000', '130434.880000', '130435.340000', '130435.800000', '130436.260000', '130436.720000', '130437.180000', '130437.640000', '130438.100000', '130438.560000', '130439.020000', '130439.480000', '130439.940000', '130440.400000', '130440.860000', '130441.320000', '130441.780000', '130442.240000', '130442.700000', '130443.160000', '130443.620000', '130444.080000', '130444.540000', '130445.000000', '130445.460000', '130445.920000', '130446.380000', '130446.840000', '130447.300000', '130447.760000', '130448.220000', '130448.680000', '130449.140000', '130449.600000', '130450.060000', '130450.520000', '130450.980000', '130451.440000', '130451.900000', '130452.360000', '130452.820000', '130453.280000', '130453.740000', '130454.200000', '130454.660000', '130455.120000', '130455.580000', '130456.040000', '130456.500000', '130456.960000', '130457.420000', '130457.880000', '130458.340000', '130458.800000', '130459.260000', '130459.720000', '130500.180000', '130500.640000', '130501.100000', '130501.560000', '130502.020000', '130502.480000', '130502.940000', '130503.400000', '130503.860000', '130504.320000', '130504.780000', '130505.240000', '130505.700000', '130506.160000', '130506.620000', '130507.080000', '130507.540000', '130508.000000', '130508.460000', '130508.920000', '130509.380000', '130509.840000', '130510.300000', '130510.760000', '130511.220000', '130511.680000', '130512.140000', '130512.600000', '130513.060000', '130513.520000', '130513.980000', '130514.440000', '130514.900000', '130515.360000', '130515.820000', '130516.280000', '130516.740000', '130517.200000', '130517.660000', '130518.120000', '130518.580000', '130519.040000', '130519.500000', '130519.960000', '130520.420000', '130520.880000', '130521.340000', '130521.800000', '130522.260000', '130522.720000', '130523.180000', '130523.640000', '130524.100000', '130524.560000', '130525.020000', '130525.480000', '130525.940000', '130526.400000', '130526.860000', '130527.320000', '130527.780000', '130528.240000', '130528.700000', '130529.160000', '130529.620000', '130530.080000', '130530.540000', '130531.000000', '130531.460000', '130531.920000', '130532.380000', '130532.840000', '130533.300000', '130533.760000', '130534.220000', '130534.680000', '130535.140000', '130535.600000', '130536.060000', '130536.520000', '130536.980000', '130537.440000', '130537.900000', '130538.360000', '130538.820000', '130539.280000', '130539.740000', '130540.200000', '130540.660000', '130541.120000', '130541.580000', '130542.040000', '130542.500000', '130542.960000', '130543.420000', '130543.880000', '130544.340000', '130544.800000', '130545.260000', '130545.720000', '130546.180000', '130546.640000', '130547.100000', '130547.560000', '130548.020000', '130548.480000', '130548.940000', '130549.400000', '130549.860000', '130550.320000', '130550.780000', '130551.240000', '130551.700000', '130552.160000', '130552.620000', '130553.080000', '130553.540000', '130554.000000', '130554.460000', '130554.920000', '130555.380000', '130555.840000', '130556.300000', '130556.760000', '130557.220000', '130557.680000', '130558.140000', '130558.600000', '130559.060000', '130559.520000', '130559.980000', '130600.440000', '130600.900000', '130601.360000', '130601.820000', '130602.280000', '130602.740000', '130603.200000', '130603.660000', '130604.120000', '130604.580000', '130605.040000', '130605.500000', '130605.960000', '130606.420000', '130606.880000', '130607.340000', '130607.800000', '130608.260000', '130608.720000', '130609.180000', '130609.640000', '130610.100000', '130610.560000', '130611.020000', '130611.480000', '130611.940000', '130612.400000', '130612.860000', '130613.320000', '130613.780000', '130614.240000', '130614.700000', '130615.160000', '130615.620000', '130616.080000', '130616.540000', '130617.000000', '130617.460000', '130617.920000', '130618.380000', '130618.840000', '130619.300000', '130619.760000', '130620.220000', '130620.680000', '130621.140000', '130621.600000', '130622.060000', '130622.520000', '130622.980000', '130623.440000', '130623.900000', '130624.360000', '130624.820000', '130625.280000', '130625.740000', '130626.200000', '130626.660000', '130627.120000', '130627.580000', '130628.040000', '130628.500000', '130628.960000', '130629.420000', '130629.880000', '130630.340000', '130630.800000', '130631.260000', '130631.720000', '130632.180000', '130632.640000', '130633.100000', '130633.560000', '130634.020000', '130634.480000', '130634.940000', '130635.400000', '130635.860000', '130636.320000', '130636.780000', '130637.240000', '130637.700000', '130638.160000', '130638.620000', '130639.080000', '130639.540000', '130640.000000', '130640.460000', '130640.920000', '130641.380000', '130641.840000', '130642.300000', '130642.760000', '130643.220000', '130643.680000', '130644.140000', '130644.600000', '130645.060000', '130645.520000', '130645.980000', '130646.440000', '130646.900000', '130647.360000', '130647.820000', '130648.280000', '130648.740000', '130649.200000', '130649.660000', '130650.120000', '130650.580000', '130651.040000', '130651.500000', '130651.960000', '130652.420000', '130652.880000', '130653.340000', '130653.800000', '130654.260000', '130654.720000', '130655.180000', '130655.640000', '130656.100000', '130656.560000', '130657.020000', '130657.480000', '130657.940000', '130658.400000', '130658.860000', '130659.320000', '130659.780000', '130700.240000', '130700.700000', '130701.160000', '130701.620000', '130702.080000', '130702.540000', '130703.000000', '130703.460000', '130703.920000', '130704.380000', '130704.840000', '130705.300000', '130705.760000', '130706.220000', '130706.680000', '130707.140000', '130707.600000', '130708.060000', '130708.520000', '130708.980000', '130709.440000', '130709.900000', '130710.360000', '130710.820000', '130711.280000', '130711.740000', '130712.200000', '130712.660000', '130713.120000', '130713.580000', '130714.040000', '130714.500000', '130714.960000', '130715.420000', '130715.880000', '130716.340000', '130716.800000', '130717.260000', '130717.720000', '130718.180000', '130718.640000', '130719.100000', '130719.560000', '130720.020000', '130720.480000', '130720.940000', '130721.400000', '130721.860000', '130722.320000', '130722.780000', '130723.240000', '130723.700000', '130724.160000', '130724.620000', '130725.080000', '130725.540000', '130726.000000', '130726.460000', '130726.920000', '130727.380000', '130727.840000', '130728.300000', '130728.760000', '130729.220000', '130729.680000', '130730.140000', '130730.600000', '130731.060000', '130731.520000', '130731.980000', '130732.440000', '130732.900000', '130733.360000', '130733.820000', '130734.280000', '130734.740000', '130735.200000', '130735.660000', '130736.120000', '130736.580000', '130737.040000', '130737.500000', '130737.960000', '130738.420000', '130738.880000', '130739.340000', '130739.800000', '130740.260000', '130740.720000', '130741.180000', '130741.640000', '130742.100000', '130742.560000', '130743.020000', '130743.480000', '130743.940000', '130744.400000', '130744.860000', '130745.320000', '130745.780000', '130746.240000', '130746.700000', '130747.160000', '130747.620000', '130748.080000', '130748.540000', '130749.000000', '130749.460000', '130749.920000', '130750.380000', '130750.840000', '130751.300000', '130751.760000', '130752.220000', '130752.680000', '130753.140000', '130753.600000', '130754.060000', '130754.520000', '130754.980000', '130755.440000', '130755.900000', '130756.360000', '130756.820000', '130757.280000', '130757.740000', '130758.200000', '130758.660000', '130759.120000', '130759.580000', '130800.040000', '130800.500000', '130800.960000', '130801.420000', '130801.880000', '130802.340000', '130802.800000', '130803.260000', '130803.720000', '130804.180000', '130804.640000', '130805.100000', '130805.560000', '130806.020000', '130806.480000', '130806.940000', '130807.400000', '130807.860000', '130808.320000', '130808.780000', '130809.240000', '130809.700000', '130810.160000', '130810.620000', '130811.080000', '130811.540000', '130812.000000', '130812.460000', '130812.920000', '130813.380000', '130813.840000', '130814.300000', '130814.760000', '130815.220000', '130815.680000', '130816.140000', '130816.600000', '130817.060000', '130817.520000', '130817.980000', '130818.440000', '130818.900000', '130819.360000', '130819.820000', '130820.280000', '130820.740000', '130821.200000', '130821.660000', '130822.120000', '130822.580000', '130823.040000', '130823.500000', '130823.960000', '130824.420000', '130824.880000', '130825.340000', '130825.800000', '130826.260000', '130826.720000', '130827.180000', '130827.640000', '130828.100000', '130828.560000', '130829.020000', '130829.480000', '130829.940000', '130830.400000', '130830.860000', '130831.320000', '130831.780000', '130832.240000', '130832.700000', '130833.160000', '130833.620000', '130834.080000', '130834.540000', '130835.000000', '130835.460000', '130835.920000', '130836.380000', '130836.840000', '130837.300000', '130837.760000', '130838.220000', '130838.680000', '130839.140000', '130839.600000', '130840.060000', '130840.520000', '130840.980000', '130841.440000', '130841.900000', '130842.360000', '130842.820000', '130843.280000', '130843.740000', '130844.200000', '130844.660000', '130845.120000', '130845.580000', '130846.040000', '130846.500000', '130846.960000', '130847.420000', '130847.880000', '130848.340000', '130848.800000', '130849.260000', '130849.720000', '130850.180000', '130850.640000', '130851.100000', '130851.560000', '130852.020000', '130852.480000', '130852.940000', '130853.400000', '130853.860000', '130854.320000', '130854.780000', '130855.240000', '130855.700000', '130856.160000', '130856.620000', '130857.080000', '130857.540000', '130858.000000', '130858.460000', '130858.920000', '130859.380000', '130859.840000', '130900.300000', '130900.760000', '130901.220000', '130901.680000', '130902.140000', '130902.600000', '130903.060000', '130903.520000', '130903.980000', '130904.440000', '130904.900000', '130905.360000', '130905.820000', '130906.280000', '130906.740000', '130907.200000', '130907.660000', '130908.120000', '130908.580000', '130909.040000', '130909.500000', '130909.960000', '130910.420000', '130910.880000', '130911.340000', '130911.800000', '130912.260000', '130912.720000', '130913.180000', '130913.640000', '130914.100000', '130914.560000', '130915.020000', '130915.480000', '130915.940000', '130916.400000', '130916.860000', '130917.320000', '130917.780000', '130918.240000', '130918.700000', '130919.160000', '130919.620000', '130920.080000', '130920.540000', '130921.000000', '130921.460000', '130921.920000', '130922.380000', '130922.840000', '130923.300000', '130923.760000', '130924.220000', '130924.680000', '130925.140000', '130925.600000', '130926.060000', '130926.520000', '130926.980000', '130927.440000', '130927.900000', '130928.360000', '130928.820000', '130929.280000', '130929.740000', '130930.200000', '130930.660000', '130931.120000', '130931.580000', '130932.040000', '130932.500000', '130932.960000', '130933.420000', '130933.880000', '130934.340000', '130934.800000', '130935.260000', '130935.720000', '130936.180000', '130936.640000', '130937.100000', '130937.560000', '130938.020000', '130938.480000', '130938.940000', '130939.400000', '130939.860000', '130940.320000', '130940.780000', '130941.240000', '130941.700000', '130942.160000', '130942.620000', '130943.080000', '130943.540000', '130944.000000', '130944.460000', '130944.920000', '130945.380000', '130945.840000', '130946.300000', '130946.760000', '130947.220000', '130947.680000', '130948.140000', '130948.600000', '130949.060000', '130949.520000', '130949.980000', '130950.440000', '130950.900000', '130951.360000', '130951.820000', '130952.280000', '130952.740000', '130953.200000', '130953.660000', '130954.120000', '130954.580000', '130955.040000', '130955.500000', '130955.960000', '130956.420000', '130956.880000', '130957.340000', '130957.800000', '130958.260000', '130958.720000', '130959.180000', '130959.640000', '131000.100000', '131000.560000', '131001.020000', '131001.480000', '131001.940000', '131002.400000', '131002.860000', '131003.320000', '131003.780000', '131004.240000', '131004.700000', '131005.160000', '131005.620000', '131006.080000', '131006.540000', '131007.000000', '131007.460000', '131007.920000', '131008.380000', '131008.840000', '131009.300000', '131009.760000', '131010.220000', '131010.680000', '131011.140000', '131011.600000', '131012.060000', '131012.520000', '131012.980000', '131013.440000', '131013.900000', '131014.360000', '131014.820000', '131015.280000', '131015.740000', '131016.200000', '131016.660000', '131017.120000', '131017.580000', '131018.040000', '131018.500000', '131018.960000', '131019.420000', '131019.880000', '131020.340000', '131020.800000', '131021.260000', '131021.720000', '131022.180000', '131022.640000', '131023.100000', '131023.560000', '131024.020000', '131024.480000', '131024.940000', '131025.400000', '131025.860000', '131026.320000', '131026.780000', '131027.240000', '131027.700000', '131028.160000', '131028.620000', '131029.080000', '131029.540000', '131030.000000', '131030.460000', '131030.920000', '131031.380000'], 'ContentTime': ['130327.348000', '130327.352000', '130327.355000', '130327.358000', '130327.361000', '130327.364000', '130327.367000', '130327.370000', '130327.374000', '130327.378000', '130327.381000', '130327.391000', '130327.393000', '130327.397000', '130327.400000', '130327.403000', '130327.406000', '130327.409000', '130327.411000', '130327.414000', '130327.417000', '130327.420000', '130327.423000', '130327.426000', '130327.429000', '130327.432000', '130327.435000', '130327.438000', '130327.441000', '130327.444000', '130327.447000', '130327.450000', '130327.453000', '130327.456000', '130327.459000', '130327.462000', '130327.465000', '130327.468000', '130327.471000', '130327.473000', '130327.476000', '130347.315000', '130347.318000', '130347.321000', '130347.327000', '130347.330000', '130347.333000', '130347.335000', '130347.338000', '130347.341000', '130347.344000', '130347.347000', '130347.350000', '130347.353000', '130347.356000', '130347.359000', '130347.362000', '130347.365000', '130347.368000', '130347.371000', '130347.374000', '130347.377000', '130347.380000', '130347.383000', '130347.386000', '130347.389000', '130347.392000', '130347.395000', '130347.398000', '130347.414000', '130347.417000', '130347.420000', '130347.423000', '130347.426000', '130347.429000', '130347.432000', '130347.435000', '130347.438000', '130347.441000', '130347.444000', '130347.447000', '130347.450000', '130347.452000', '130347.455000', '130347.458000', '130407.315000', '130407.318000', '130407.321000', '130407.324000', '130407.327000', '130407.330000', '130407.333000', '130407.337000', '130407.340000', '130407.343000', '130407.346000', '130407.349000', '130407.352000', '130407.355000', '130407.358000', '130407.361000', '130407.364000', '130407.367000', '130407.370000', '130407.372000', '130407.375000', '130407.378000', '130407.381000', '130407.384000', '130407.387000', '130407.391000', '130407.394000', '130407.397000', '130407.401000', '130407.404000', '130407.408000', '130407.411000', '130407.414000', '130407.417000', '130407.419000', '130407.422000', '130407.425000', '130407.428000', '130407.431000', '130407.434000', '130407.437000', '130407.440000', '130407.443000', '130427.315000', '130427.318000', '130427.321000', '130427.324000', '130427.327000', '130427.330000', '130427.333000', '130427.336000', '130427.339000', '130427.342000', '130427.345000', '130427.348000', '130427.351000', '130427.354000', '130427.357000', '130427.360000', '130427.363000', '130427.366000', '130427.368000', '130427.371000', '130427.374000', '130427.377000', '130427.380000', '130427.383000', '130427.386000', '130427.389000', '130427.392000', '130427.395000', '130427.398000', '130427.401000', '130427.404000', '130427.407000', '130427.428000', '130427.431000', '130427.434000', '130427.437000', '130427.439000', '130427.442000', '130427.445000', '130427.448000', '130427.451000', '130427.454000', '130427.457000', '130427.460000', '130447.316000', '130447.319000', '130447.322000', '130447.325000', '130447.328000', '130447.331000', '130447.334000', '130447.337000', '130447.340000', '130447.343000', '130447.346000', '130447.349000', '130447.352000', '130447.355000', '130447.358000', '130447.361000', '130447.363000', '130447.366000', '130447.369000', '130447.372000', '130447.375000', '130447.378000', '130447.381000', '130447.384000', '130447.387000', '130447.390000', '130447.393000', '130447.396000', '130447.399000', '130447.402000', '130447.405000', '130447.408000', '130447.411000', '130447.426000', '130447.429000', '130447.432000', '130447.435000', '130447.438000', '130447.441000', '130447.444000', '130447.447000', '130447.450000', '130447.453000', '130507.316000', '130507.319000', '130507.322000', '130507.325000', '130507.328000', '130507.331000', '130507.334000', '130507.336000', '130507.339000', '130507.342000', '130507.345000', '130507.349000', '130507.351000', '130507.354000', '130507.417000', '130507.420000', '130507.423000', '130507.426000', '130507.429000', '130507.432000', '130507.435000', '130507.438000', '130507.441000', '130507.444000', '130507.447000', '130507.450000', '130507.453000', '130507.456000', '130507.459000', '130507.462000', '130507.465000', '130507.468000', '130507.471000', '130507.474000', '130507.477000', '130507.480000', '130507.483000', '130507.485000', '130507.488000', '130507.492000', '130507.494000', '130507.497000', '130507.500000', '130507.503000', '130527.315000', '130527.318000', '130527.321000', '130527.324000', '130527.327000', '130527.330000', '130527.333000', '130527.336000', '130527.339000', '130527.342000', '130527.345000', '130527.348000', '130527.351000', '130527.354000', '130527.357000', '130527.360000', '130527.363000', '130527.366000', '130527.369000', '130527.373000', '130527.376000', '130527.379000', '130527.382000', '130527.399000', '130527.402000', '130527.405000', '130527.408000', '130527.411000', '130527.414000', '130527.417000', '130527.420000', '130527.423000', '130527.426000', '130527.429000', '130527.432000', '130527.435000', '130527.441000', '130527.444000', '130527.447000', '130527.450000', '130527.453000', '130527.456000', '130527.459000', '130547.315000', '130547.318000', '130547.321000', '130547.324000', '130547.327000', '130547.330000', '130547.333000', '130547.336000', '130547.339000', '130547.342000', '130547.345000', '130547.348000', '130547.351000', '130547.354000', '130547.366000', '130547.369000', '130547.372000', '130547.375000', '130547.378000', '130547.381000', '130547.384000', '130547.387000', '130547.390000', '130547.393000', '130547.396000', '130547.398000', '130547.401000', '130547.404000', '130547.407000', '130547.410000', '130547.413000', '130547.416000', '130547.419000', '130547.422000', '130547.425000', '130547.428000', '130547.431000', '130547.434000', '130547.437000', '130547.440000', '130547.443000', '130547.446000', '130547.449000', '130547.452000', '130607.315000', '130607.318000', '130607.321000', '130607.324000', '130607.327000', '130607.330000', '130607.333000', '130607.336000', '130607.339000', '130607.342000', '130607.345000', '130607.348000', '130607.351000', '130607.354000', '130607.357000', '130607.360000', '130607.363000', '130607.366000', '130607.369000', '130607.372000', '130607.374000', '130607.377000', '130607.381000', '130607.384000', '130607.387000', '130607.389000', '130607.392000', '130607.395000', '130607.398000', '130607.401000', '130607.404000', '130607.407000', '130607.410000', '130607.413000', '130607.416000', '130607.419000', '130607.422000', '130607.425000', '130607.428000', '130607.431000', '130607.434000', '130607.437000', '130607.440000', '130627.315000', '130627.318000', '130627.321000', '130627.324000', '130627.327000', '130627.330000', '130627.333000', '130627.336000', '130627.339000', '130627.342000', '130627.345000', '130627.348000', '130627.351000', '130627.354000', '130627.357000', '130627.360000', '130627.363000', '130627.366000', '130627.369000', '130627.372000', '130627.375000', '130627.378000', '130627.381000', '130627.384000', '130627.387000', '130627.390000', '130627.393000', '130627.396000', '130627.399000', '130627.402000', '130627.405000', '130627.408000', '130627.411000', '130627.414000', '130627.417000', '130627.420000', '130627.423000', '130627.426000', '130627.429000', '130627.432000', '130627.435000', '130627.438000', '130627.441000', '130627.444000', '130647.315000', '130647.318000', '130647.321000', '130647.324000', '130647.327000', '130647.330000', '130647.333000', '130647.336000', '130647.339000', '130647.342000', '130647.345000', '130647.348000', '130647.351000', '130647.354000', '130647.357000', '130647.360000', '130647.363000', '130647.366000', '130647.369000', '130647.372000', '130647.375000', '130647.378000', '130647.381000', '130647.384000', '130647.387000', '130647.390000', '130647.393000', '130647.396000', '130647.399000', '130647.402000', '130647.405000', '130647.408000', '130647.412000', '130647.415000', '130647.418000', '130647.421000', '130647.424000', '130647.427000', '130647.430000', '130647.433000', '130647.436000', '130647.439000', '130647.442000', '130707.316000', '130707.319000', '130707.322000', '130707.325000', '130707.328000', '130707.344000', '130707.347000', '130707.350000', '130707.353000', '130707.356000', '130707.359000', '130707.362000', '130707.365000', '130707.368000', '130707.371000', '130707.374000', '130707.377000', '130707.380000', '130707.383000', '130707.386000', '130707.389000', '130707.392000', '130707.395000', '130707.398000', '130707.401000', '130707.404000', '130707.407000', '130707.410000', '130707.413000', '130707.416000', '130707.419000', '130707.422000', '130707.425000', '130707.428000', '130707.431000', '130707.434000', '130707.437000', '130707.440000', '130707.443000', '130707.446000', '130707.449000', '130707.452000', '130707.455000', '130707.458000', '130727.316000', '130727.319000', '130727.322000', '130727.325000', '130727.328000', '130727.331000', '130727.334000', '130727.337000', '130727.340000', '130727.343000', '130727.346000', '130727.349000', '130727.352000', '130727.355000', '130727.358000', '130727.361000', '130727.364000', '130727.367000', '130727.370000', '130727.373000', '130727.376000', '130727.379000', '130727.382000', '130727.385000', '130727.388000', '130727.391000', '130727.394000', '130727.397000', '130727.399000', '130727.402000', '130727.405000', '130727.408000', '130727.411000', '130727.414000', '130727.417000', '130727.420000', '130727.423000', '130727.426000', '130727.429000', '130727.432000', '130727.435000', '130727.438000', '130727.441000', '130747.315000', '130747.318000', '130747.321000', '130747.324000', '130747.327000', '130747.330000', '130747.333000', '130747.336000', '130747.339000', '130747.342000', '130747.345000', '130747.348000', '130747.351000', '130747.354000', '130747.357000', '130747.360000', '130747.363000', '130747.366000', '130747.369000', '130747.372000', '130747.375000', '130747.378000', '130747.381000', '130747.384000', '130747.387000', '130747.390000', '130747.393000', '130747.396000', '130747.399000', '130747.402000', '130747.404000', '130747.407000', '130747.411000', '130747.414000', '130747.416000', '130747.419000', '130747.422000', '130747.425000', '130747.428000', '130747.431000', '130747.434000', '130747.437000', '130747.440000', '130747.443000', '130807.315000', '130807.318000', '130807.321000', '130807.324000', '130807.327000', '130807.330000', '130807.333000', '130807.336000', '130807.339000', '130807.342000', '130807.345000', '130807.348000', '130807.351000', '130807.354000', '130807.357000', '130807.360000', '130807.363000', '130807.366000', '130807.369000', '130807.372000', '130807.375000', '130807.378000', '130807.381000', '130807.384000', '130807.387000', '130807.389000', '130807.392000', '130807.395000', '130807.398000', '130807.401000', '130807.404000', '130807.407000', '130807.410000', '130807.413000', '130807.416000', '130807.419000', '130807.422000', '130807.425000', '130807.428000', '130807.431000', '130807.434000', '130807.437000', '130807.440000', '130827.315000', '130827.318000', '130827.321000', '130827.324000', '130827.327000', '130827.330000', '130827.333000', '130827.336000', '130827.339000', '130827.342000', '130827.345000', '130827.348000', '130827.351000', '130827.354000', '130827.357000', '130827.360000', '130827.363000', '130827.366000', '130827.369000', '130827.372000', '130827.375000', '130827.378000', '130827.381000', '130827.384000', '130827.387000', '130827.390000', '130827.393000', '130827.396000', '130827.399000', '130827.402000', '130827.420000', '130827.423000', '130827.426000', '130827.429000', '130827.432000', '130827.435000', '130827.438000', '130827.441000', '130827.444000', '130827.447000', '130827.450000', '130827.453000', '130827.456000', '130827.459000', '130847.315000', '130847.318000', '130847.321000', '130847.324000', '130847.327000', '130847.330000', '130847.333000', '130847.336000', '130847.339000', '130847.342000', '130847.345000', '130847.348000', '130847.351000', '130847.354000', '130847.357000', '130847.360000', '130847.363000', '130847.366000', '130847.369000', '130847.372000', '130847.375000', '130847.378000', '130847.381000', '130847.384000', '130847.387000', '130847.390000', '130847.393000', '130847.396000', '130847.399000', '130847.402000', '130847.405000', '130847.408000', '130847.411000', '130847.414000', '130847.417000', '130847.420000', '130847.423000', '130847.426000', '130847.429000', '130847.432000', '130847.435000', '130847.438000', '130847.441000', '130907.315000', '130907.318000', '130907.321000', '130907.324000', '130907.327000', '130907.330000', '130907.333000', '130907.336000', '130907.339000', '130907.342000', '130907.345000', '130907.348000', '130907.351000', '130907.354000', '130907.357000', '130907.360000', '130907.363000', '130907.366000', '130907.369000', '130907.372000', '130907.375000', '130907.378000', '130907.381000', '130907.384000', '130907.387000', '130907.390000', '130907.393000', '130907.396000', '130907.399000', '130907.402000', '130907.405000', '130907.408000', '130907.411000', '130907.414000', '130907.417000', '130907.420000', '130907.423000', '130907.426000', '130907.429000', '130907.432000', '130907.435000', '130907.438000', '130907.441000', '130907.444000', '130927.316000', '130927.319000', '130927.322000', '130927.325000', '130927.328000', '130927.331000', '130927.334000', '130927.337000', '130927.340000', '130927.343000', '130927.346000', '130927.350000', '130927.353000', '130927.356000', '130927.359000', '130927.362000', '130927.365000', '130927.368000', '130927.371000', '130927.374000', '130927.377000', '130927.380000', '130927.383000', '130927.386000', '130927.389000', '130927.392000', '130927.395000', '130927.398000', '130927.401000', '130927.404000', '130927.407000', '130927.410000', '130927.413000', '130927.416000', '130927.419000', '130927.422000', '130927.425000', '130927.428000', '130927.431000', '130927.434000', '130927.437000', '130927.440000', '130927.443000', '130947.316000', '130947.319000', '130947.325000', '130947.329000', '130947.332000', '130947.335000', '130947.338000', '130947.341000', '130947.344000', '130947.347000', '130947.350000', '130947.353000', '130947.356000', '130947.359000', '130947.362000', '130947.365000', '130947.368000', '130947.371000', '130947.374000', '130947.377000', '130947.380000', '130947.383000', '130947.386000', '130947.389000', '130947.392000', '130947.395000', '130947.398000', '130947.401000', '130947.404000', '130947.407000', '130947.410000', '130947.413000', '130947.415000', '130947.418000', '130947.421000', '130947.424000', '130947.427000', '130947.430000', '130947.433000', '130947.436000', '130947.439000', '130947.463000', '130947.466000', '131007.315000', '131007.318000', '131007.321000', '131007.324000', '131007.327000', '131007.330000', '131007.333000', '131007.336000', '131007.339000', '131007.342000', '131007.345000', '131007.348000', '131007.351000', '131007.354000', '131007.357000', '131007.360000', '131007.363000', '131007.366000', '131007.369000', '131007.372000', '131007.375000', '131007.378000', '131007.381000', '131007.384000', '131007.387000', '131007.390000', '131007.393000', '131007.396000', '131007.399000', '131007.402000', '131007.405000', '131007.408000', '131007.411000', '131007.414000', '131007.416000', '131007.419000', '131007.422000', '131007.425000', '131007.428000', '131007.431000', '131007.434000', '131007.437000', '131007.440000', '131007.443000', '131027.315000', '131027.318000', '131027.321000', '131027.324000', '131027.327000', '131027.330000', '131027.333000', '131027.336000', '131027.339000', '131027.344000', '131027.349000', '131027.352000', '131027.355000', '131027.358000', '131027.361000', '131027.364000', '131027.367000', '131027.370000', '131027.373000', '131027.376000', '131027.379000', '131027.382000', '131027.385000', '131027.388000', '131027.391000', '131027.394000', '131027.397000', '131027.400000', '131027.403000', '131027.406000', '131027.409000', '131027.412000', '131027.415000', '131027.418000', '131027.421000', '131027.424000', '131027.427000', '131027.430000', '131027.433000', '131027.436000', '131027.439000', '131027.442000', '131027.445000', '131032.923000', '131032.926000', '131032.929000', '131032.932000', '131032.935000', '131032.938000', '131032.942000', '131032.945000', '131032.948000', '131032.951000', '131032.955000', '131032.958000', '131032.961000'], 'InstanceCreationTime': ['130327.348000', '130327.352000', '130327.355000', '130327.358000', '130327.361000', '130327.364000', '130327.367000', '130327.370000', '130327.374000', '130327.378000', '130327.381000', '130327.391000', '130327.393000', '130327.397000', '130327.400000', '130327.403000', '130327.406000', '130327.409000', '130327.411000', '130327.414000', '130327.417000', '130327.420000', '130327.423000', '130327.426000', '130327.429000', '130327.432000', '130327.435000', '130327.438000', '130327.441000', '130327.444000', '130327.447000', '130327.450000', '130327.453000', '130327.456000', '130327.459000', '130327.462000', '130327.465000', '130327.468000', '130327.471000', '130327.473000', '130327.476000', '130347.315000', '130347.318000', '130347.321000', '130347.327000', '130347.330000', '130347.333000', '130347.335000', '130347.338000', '130347.341000', '130347.344000', '130347.347000', '130347.350000', '130347.353000', '130347.356000', '130347.359000', '130347.362000', '130347.365000', '130347.368000', '130347.371000', '130347.374000', '130347.377000', '130347.380000', '130347.383000', '130347.386000', '130347.389000', '130347.392000', '130347.395000', '130347.398000', '130347.414000', '130347.417000', '130347.420000', '130347.423000', '130347.426000', '130347.429000', '130347.432000', '130347.435000', '130347.438000', '130347.441000', '130347.444000', '130347.447000', '130347.450000', '130347.452000', '130347.455000', '130347.458000', '130407.315000', '130407.318000', '130407.321000', '130407.324000', '130407.327000', '130407.330000', '130407.333000', '130407.337000', '130407.340000', '130407.343000', '130407.346000', '130407.349000', '130407.352000', '130407.355000', '130407.358000', '130407.361000', '130407.364000', '130407.367000', '130407.370000', '130407.372000', '130407.375000', '130407.378000', '130407.381000', '130407.384000', '130407.387000', '130407.391000', '130407.394000', '130407.397000', '130407.401000', '130407.404000', '130407.408000', '130407.411000', '130407.414000', '130407.417000', '130407.419000', '130407.422000', '130407.425000', '130407.428000', '130407.431000', '130407.434000', '130407.437000', '130407.440000', '130407.443000', '130427.315000', '130427.318000', '130427.321000', '130427.324000', '130427.327000', '130427.330000', '130427.333000', '130427.336000', '130427.339000', '130427.342000', '130427.345000', '130427.348000', '130427.351000', '130427.354000', '130427.357000', '130427.360000', '130427.363000', '130427.366000', '130427.368000', '130427.371000', '130427.374000', '130427.377000', '130427.380000', '130427.383000', '130427.386000', '130427.389000', '130427.392000', '130427.395000', '130427.398000', '130427.401000', '130427.404000', '130427.407000', '130427.428000', '130427.431000', '130427.434000', '130427.437000', '130427.439000', '130427.442000', '130427.445000', '130427.448000', '130427.451000', '130427.454000', '130427.457000', '130427.460000', '130447.316000', '130447.319000', '130447.322000', '130447.325000', '130447.328000', '130447.331000', '130447.334000', '130447.337000', '130447.340000', '130447.343000', '130447.346000', '130447.349000', '130447.352000', '130447.355000', '130447.358000', '130447.361000', '130447.363000', '130447.366000', '130447.369000', '130447.372000', '130447.375000', '130447.378000', '130447.381000', '130447.384000', '130447.387000', '130447.390000', '130447.393000', '130447.396000', '130447.399000', '130447.402000', '130447.405000', '130447.408000', '130447.411000', '130447.426000', '130447.429000', '130447.432000', '130447.435000', '130447.438000', '130447.441000', '130447.444000', '130447.447000', '130447.450000', '130447.453000', '130507.316000', '130507.319000', '130507.322000', '130507.325000', '130507.328000', '130507.331000', '130507.334000', '130507.336000', '130507.339000', '130507.342000', '130507.345000', '130507.349000', '130507.351000', '130507.354000', '130507.417000', '130507.420000', '130507.423000', '130507.426000', '130507.429000', '130507.432000', '130507.435000', '130507.438000', '130507.441000', '130507.444000', '130507.447000', '130507.450000', '130507.453000', '130507.456000', '130507.459000', '130507.462000', '130507.465000', '130507.468000', '130507.471000', '130507.474000', '130507.477000', '130507.480000', '130507.483000', '130507.485000', '130507.488000', '130507.492000', '130507.494000', '130507.497000', '130507.500000', '130507.503000', '130527.315000', '130527.318000', '130527.321000', '130527.324000', '130527.327000', '130527.330000', '130527.333000', '130527.336000', '130527.339000', '130527.342000', '130527.345000', '130527.348000', '130527.351000', '130527.354000', '130527.357000', '130527.360000', '130527.363000', '130527.366000', '130527.369000', '130527.373000', '130527.376000', '130527.379000', '130527.382000', '130527.399000', '130527.402000', '130527.405000', '130527.408000', '130527.411000', '130527.414000', '130527.417000', '130527.420000', '130527.423000', '130527.426000', '130527.429000', '130527.432000', '130527.435000', '130527.441000', '130527.444000', '130527.447000', '130527.450000', '130527.453000', '130527.456000', '130527.459000', '130547.315000', '130547.318000', '130547.321000', '130547.324000', '130547.327000', '130547.330000', '130547.333000', '130547.336000', '130547.339000', '130547.342000', '130547.345000', '130547.348000', '130547.351000', '130547.354000', '130547.366000', '130547.369000', '130547.372000', '130547.375000', '130547.378000', '130547.381000', '130547.384000', '130547.387000', '130547.390000', '130547.393000', '130547.396000', '130547.398000', '130547.401000', '130547.404000', '130547.407000', '130547.410000', '130547.413000', '130547.416000', '130547.419000', '130547.422000', '130547.425000', '130547.428000', '130547.431000', '130547.434000', '130547.437000', '130547.440000', '130547.443000', '130547.446000', '130547.449000', '130547.452000', '130607.315000', '130607.318000', '130607.321000', '130607.324000', '130607.327000', '130607.330000', '130607.333000', '130607.336000', '130607.339000', '130607.342000', '130607.345000', '130607.348000', '130607.351000', '130607.354000', '130607.357000', '130607.360000', '130607.363000', '130607.366000', '130607.369000', '130607.372000', '130607.374000', '130607.377000', '130607.381000', '130607.384000', '130607.387000', '130607.389000', '130607.392000', '130607.395000', '130607.398000', '130607.401000', '130607.404000', '130607.407000', '130607.410000', '130607.413000', '130607.416000', '130607.419000', '130607.422000', '130607.425000', '130607.428000', '130607.431000', '130607.434000', '130607.437000', '130607.440000', '130627.315000', '130627.318000', '130627.321000', '130627.324000', '130627.327000', '130627.330000', '130627.333000', '130627.336000', '130627.339000', '130627.342000', '130627.345000', '130627.348000', '130627.351000', '130627.354000', '130627.357000', '130627.360000', '130627.363000', '130627.366000', '130627.369000', '130627.372000', '130627.375000', '130627.378000', '130627.381000', '130627.384000', '130627.387000', '130627.390000', '130627.393000', '130627.396000', '130627.399000', '130627.402000', '130627.405000', '130627.408000', '130627.411000', '130627.414000', '130627.417000', '130627.420000', '130627.423000', '130627.426000', '130627.429000', '130627.432000', '130627.435000', '130627.438000', '130627.441000', '130627.444000', '130647.315000', '130647.318000', '130647.321000', '130647.324000', '130647.327000', '130647.330000', '130647.333000', '130647.336000', '130647.339000', '130647.342000', '130647.345000', '130647.348000', '130647.351000', '130647.354000', '130647.357000', '130647.360000', '130647.363000', '130647.366000', '130647.369000', '130647.372000', '130647.375000', '130647.378000', '130647.381000', '130647.384000', '130647.387000', '130647.390000', '130647.393000', '130647.396000', '130647.399000', '130647.402000', '130647.405000', '130647.408000', '130647.412000', '130647.415000', '130647.418000', '130647.421000', '130647.424000', '130647.427000', '130647.430000', '130647.433000', '130647.436000', '130647.439000', '130647.442000', '130707.316000', '130707.319000', '130707.322000', '130707.325000', '130707.328000', '130707.344000', '130707.347000', '130707.350000', '130707.353000', '130707.356000', '130707.359000', '130707.362000', '130707.365000', '130707.368000', '130707.371000', '130707.374000', '130707.377000', '130707.380000', '130707.383000', '130707.386000', '130707.389000', '130707.392000', '130707.395000', '130707.398000', '130707.401000', '130707.404000', '130707.407000', '130707.410000', '130707.413000', '130707.416000', '130707.419000', '130707.422000', '130707.425000', '130707.428000', '130707.431000', '130707.434000', '130707.437000', '130707.440000', '130707.443000', '130707.446000', '130707.449000', '130707.452000', '130707.455000', '130707.458000', '130727.316000', '130727.319000', '130727.322000', '130727.325000', '130727.328000', '130727.331000', '130727.334000', '130727.337000', '130727.340000', '130727.343000', '130727.346000', '130727.349000', '130727.352000', '130727.355000', '130727.358000', '130727.361000', '130727.364000', '130727.367000', '130727.370000', '130727.373000', '130727.376000', '130727.379000', '130727.382000', '130727.385000', '130727.388000', '130727.391000', '130727.394000', '130727.397000', '130727.399000', '130727.402000', '130727.405000', '130727.408000', '130727.411000', '130727.414000', '130727.417000', '130727.420000', '130727.423000', '130727.426000', '130727.429000', '130727.432000', '130727.435000', '130727.438000', '130727.441000', '130747.315000', '130747.318000', '130747.321000', '130747.324000', '130747.327000', '130747.330000', '130747.333000', '130747.336000', '130747.339000', '130747.342000', '130747.345000', '130747.348000', '130747.351000', '130747.354000', '130747.357000', '130747.360000', '130747.363000', '130747.366000', '130747.369000', '130747.372000', '130747.375000', '130747.378000', '130747.381000', '130747.384000', '130747.387000', '130747.390000', '130747.393000', '130747.396000', '130747.399000', '130747.402000', '130747.404000', '130747.407000', '130747.411000', '130747.414000', '130747.416000', '130747.419000', '130747.422000', '130747.425000', '130747.428000', '130747.431000', '130747.434000', '130747.437000', '130747.440000', '130747.443000', '130807.315000', '130807.318000', '130807.321000', '130807.324000', '130807.327000', '130807.330000', '130807.333000', '130807.336000', '130807.339000', '130807.342000', '130807.345000', '130807.348000', '130807.351000', '130807.354000', '130807.357000', '130807.360000', '130807.363000', '130807.366000', '130807.369000', '130807.372000', '130807.375000', '130807.378000', '130807.381000', '130807.384000', '130807.387000', '130807.389000', '130807.392000', '130807.395000', '130807.398000', '130807.401000', '130807.404000', '130807.407000', '130807.410000', '130807.413000', '130807.416000', '130807.419000', '130807.422000', '130807.425000', '130807.428000', '130807.431000', '130807.434000', '130807.437000', '130807.440000', '130827.315000', '130827.318000', '130827.321000', '130827.324000', '130827.327000', '130827.330000', '130827.333000', '130827.336000', '130827.339000', '130827.342000', '130827.345000', '130827.348000', '130827.351000', '130827.354000', '130827.357000', '130827.360000', '130827.363000', '130827.366000', '130827.369000', '130827.372000', '130827.375000', '130827.378000', '130827.381000', '130827.384000', '130827.387000', '130827.390000', '130827.393000', '130827.396000', '130827.399000', '130827.402000', '130827.420000', '130827.423000', '130827.426000', '130827.429000', '130827.432000', '130827.435000', '130827.438000', '130827.441000', '130827.444000', '130827.447000', '130827.450000', '130827.453000', '130827.456000', '130827.459000', '130847.315000', '130847.318000', '130847.321000', '130847.324000', '130847.327000', '130847.330000', '130847.333000', '130847.336000', '130847.339000', '130847.342000', '130847.345000', '130847.348000', '130847.351000', '130847.354000', '130847.357000', '130847.360000', '130847.363000', '130847.366000', '130847.369000', '130847.372000', '130847.375000', '130847.378000', '130847.381000', '130847.384000', '130847.387000', '130847.390000', '130847.393000', '130847.396000', '130847.399000', '130847.402000', '130847.405000', '130847.408000', '130847.411000', '130847.414000', '130847.417000', '130847.420000', '130847.423000', '130847.426000', '130847.429000', '130847.432000', '130847.435000', '130847.438000', '130847.441000', '130907.315000', '130907.318000', '130907.321000', '130907.324000', '130907.327000', '130907.330000', '130907.333000', '130907.336000', '130907.339000', '130907.342000', '130907.345000', '130907.348000', '130907.351000', '130907.354000', '130907.357000', '130907.360000', '130907.363000', '130907.366000', '130907.369000', '130907.372000', '130907.375000', '130907.378000', '130907.381000', '130907.384000', '130907.387000', '130907.390000', '130907.393000', '130907.396000', '130907.399000', '130907.402000', '130907.405000', '130907.408000', '130907.411000', '130907.414000', '130907.417000', '130907.420000', '130907.423000', '130907.426000', '130907.429000', '130907.432000', '130907.435000', '130907.438000', '130907.441000', '130907.444000', '130927.316000', '130927.319000', '130927.322000', '130927.325000', '130927.328000', '130927.331000', '130927.334000', '130927.337000', '130927.340000', '130927.343000', '130927.346000', '130927.350000', '130927.353000', '130927.356000', '130927.359000', '130927.362000', '130927.365000', '130927.368000', '130927.371000', '130927.374000', '130927.377000', '130927.380000', '130927.383000', '130927.386000', '130927.389000', '130927.392000', '130927.395000', '130927.398000', '130927.401000', '130927.404000', '130927.407000', '130927.410000', '130927.413000', '130927.416000', '130927.419000', '130927.422000', '130927.425000', '130927.428000', '130927.431000', '130927.434000', '130927.437000', '130927.440000', '130927.443000', '130947.316000', '130947.319000', '130947.325000', '130947.329000', '130947.332000', '130947.335000', '130947.338000', '130947.341000', '130947.344000', '130947.347000', '130947.350000', '130947.353000', '130947.356000', '130947.359000', '130947.362000', '130947.365000', '130947.368000', '130947.371000', '130947.374000', '130947.377000', '130947.380000', '130947.383000', '130947.386000', '130947.389000', '130947.392000', '130947.395000', '130947.398000', '130947.401000', '130947.404000', '130947.407000', '130947.410000', '130947.413000', '130947.415000', '130947.418000', '130947.421000', '130947.424000', '130947.427000', '130947.430000', '130947.433000', '130947.436000', '130947.439000', '130947.463000', '130947.466000', '131007.315000', '131007.318000', '131007.321000', '131007.324000', '131007.327000', '131007.330000', '131007.333000', '131007.336000', '131007.339000', '131007.342000', '131007.345000', '131007.348000', '131007.351000', '131007.354000', '131007.357000', '131007.360000', '131007.363000', '131007.366000', '131007.369000', '131007.372000', '131007.375000', '131007.378000', '131007.381000', '131007.384000', '131007.387000', '131007.390000', '131007.393000', '131007.396000', '131007.399000', '131007.402000', '131007.405000', '131007.408000', '131007.411000', '131007.414000', '131007.416000', '131007.419000', '131007.422000', '131007.425000', '131007.428000', '131007.431000', '131007.434000', '131007.437000', '131007.440000', '131007.443000', '131027.315000', '131027.318000', '131027.321000', '131027.324000', '131027.327000', '131027.330000', '131027.333000', '131027.336000', '131027.339000', '131027.344000', '131027.349000', '131027.352000', '131027.355000', '131027.358000', '131027.361000', '131027.364000', '131027.367000', '131027.370000', '131027.373000', '131027.376000', '131027.379000', '131027.382000', '131027.385000', '131027.388000', '131027.391000', '131027.394000', '131027.397000', '131027.400000', '131027.403000', '131027.406000', '131027.409000', '131027.412000', '131027.415000', '131027.418000', '131027.421000', '131027.424000', '131027.427000', '131027.430000', '131027.433000', '131027.436000', '131027.439000', '131027.442000', '131027.445000', '131032.923000', '131032.926000', '131032.929000', '131032.932000', '131032.935000', '131032.938000', '131032.942000', '131032.945000', '131032.948000', '131032.951000', '131032.955000', '131032.958000', '131032.961000'], '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': [12604, 9442, 9028, 12984, 9969, 9056, 13531, 11015, 9287, 9039, 12536, 10838, 9634, 8949, 13024, 8935, 8920, 11284, 12914, 10974, 9265, 9826, 9675, 9457, 9006, 11325, 8759, 8833, 11682, 9314, 9385, 8565, 12075, 10003, 9087, 11572, 10631, 8825, 8880, 12220, 10417, 9181, 8843, 11333, 8893, 8691, 10517, 11678, 8873, 9009, 8447, 10646, 9068, 8890, 11380, 10721, 9122, 9015, 8991, 11306, 9259, 8682, 8406, 11194, 9096, 9246, 12521, 11119, 10411, 8912, 11311, 11354, 10509, 9400, 13932, 11920, 10401, 9643, 13167, 13313, 10643, 9753, 13781, 12841, 10979, 8996, 15050, 12153, 10287, 8841, 13682, 10672, 9505, 9173, 13985, 9111, 9466, 12003, 10602, 10022, 8844, 10075, 9314, 8651, 8749, 13042, 10288, 8920, 8408, 11869, 9642, 9173, 9807, 10884, 8848, 9095, 11028, 12077, 9848, 8991, 11650, 11126, 9686, 10242, 14222, 10688, 9083, 9773, 12146, 10211, 8949, 13056, 10396, 9229, 8799, 13340, 10686, 9083, 8423, 11186, 9427, 9097, 12968, 10852, 9739, 8428, 12856, 9676, 8760, 11272, 10551, 9352, 8145, 12949, 10831, 8913, 8750, 10520, 9565, 8489, 12348, 10473, 8831, 7951, 11078, 8775, 8142, 10216, 11554, 9925, 8694, 9735, 10271, 9073, 8805, 12972, 10617, 9336, 8597, 12331, 10096, 8813, 9932, 12542, 9498, 8107, 8540, 13018, 10797, 9525, 8256, 11914, 11522, 10298, 9520, 13457, 12904, 10592, 8659, 11362, 13527, 11122, 10532, 11562, 13970, 10908, 9957, 13064, 13917, 11796, 9773, 8481, 12612, 10046, 8933, 13359, 13657, 10251, 9700, 9641, 11801, 9928, 9615, 14287, 11178, 9231, 8476, 12147, 9847, 8935, 9284, 10432, 9213, 9072, 13468, 11359, 10219, 8704, 11624, 9832, 9442, 8507, 11464, 10669, 9102, 8917, 11876, 12259, 10415, 8616, 12687, 10771, 9702, 12492, 13060, 10338, 8216, 13364, 10575, 8998, 13243, 10560, 8992, 10480, 11038, 9035, 8378, 11545, 9213, 9020, 10462, 12035, 9330, 9119, 10053, 10770, 8753, 8627, 8164, 11458, 9116, 8485, 8676, 12801, 10420, 8649, 11930, 11658, 9670, 8924, 13907, 11225, 9612, 13925, 11869, 8891, 13209, 10007, 8653, 13025, 10268, 8909, 12932, 11434, 9495, 8775, 12195, 9524, 9592, 11289, 12326, 9563, 8321, 11968, 10643, 9117, 9052, 13218, 10422, 9010, 12738, 11961, 9877, 9043, 12919, 9972, 8500, 12876, 11428, 8854, 8216, 13007, 9816, 8868, 12611, 11852, 8555, 8437, 12769, 9477, 8584, 13665, 10981, 8748, 11712, 11397, 10297, 8753, 12813, 9852, 8523, 11613, 13668, 10215, 8560, 9483, 12020, 9793, 8346, 12644, 12153, 9321, 8659, 14104, 11380, 9642, 13017, 12250, 11093, 8527, 14507, 11954, 9289, 12903, 13242, 10716, 8659, 14059, 11137, 9012, 13609, 12336, 9870, 11613, 11906, 9947, 11618, 13974, 10743, 8355, 12786, 10302, 8694, 10964, 12821, 10012, 8621, 9356, 10654, 8978, 8534, 13834, 11319, 8615, 9255, 11973, 9103, 8535, 10654, 12263, 10398, 8779, 10060, 12580, 9681, 9425, 12259, 11929, 11071, 9481, 10980, 14316, 11710, 10868, 8730, 13463, 11652, 10356, 10449, 15308, 12338, 9573, 9388, 13573, 10052, 9166, 13464, 11952, 10234, 8140, 13512, 9910, 8546, 12003, 11992, 9036, 8856, 11717, 11346, 9385, 9872, 14737, 11348, 9119, 9273, 13100, 12591, 10199, 8981, 12077, 10270, 9463, 10083, 9749, 9746, 9191, 10490, 10017, 10113, 13397, 10863, 10423, 10188, 10849, 13461, 10899, 10465, 11205, 15309, 11729, 10912, 10427, 14517, 11211, 10336, 10630, 14246, 10633, 10438, 10578, 14182, 11067, 10200, 10498, 12865, 10425, 10878, 13245, 12276, 11151, 10885, 14377, 10620, 10365, 11693, 12934, 10976, 10559, 14999, 11276, 10786, 10723, 14189, 10379, 10939, 12143, 12794, 11745, 10687, 14146, 11033, 10924, 10346, 14965, 10630, 10481, 11664, 11866, 10156, 10638, 15457, 10560, 10934, 10230, 12982, 11253, 10275, 13594, 11466, 10988, 10738, 14106, 10776, 10495, 15717, 11171, 10370, 13931, 11268, 10847, 11048, 13270, 12079, 10522, 14742, 10832, 10401, 10698, 11698, 10433, 10433, 14575, 10517, 10468, 10256, 13756, 11403, 10469, 14609, 12572, 10460, 10232, 14831, 11174, 10597, 14656, 12714, 11694, 12408, 17092, 13786, 11318, 10721, 14082, 11842, 10710, 10298, 12224, 15248, 12008, 10541, 11467, 12129, 10424, 9522, 10096, 15623, 11685, 10174, 11491, 15674, 11656, 10202, 14060, 11015, 10317, 12279, 13546, 10332, 10117, 13115, 10996, 10725, 15213, 12321, 13965, 15922, 15295, 12226, 10848, 14951, 11639, 10357, 10874, 14064, 12339, 11413, 9057, 9303, 9489, 10640, 9389, 9563, 12498, 10805, 9821, 9818, 13743, 10681, 9581, 10904, 11665, 9263, 9825, 16708, 12743, 9998, 10047, 10961, 10222, 10176, 13990, 11347, 9939, 13331, 10657, 10133, 10224, 11605, 11048, 10471, 13904, 11077, 9963, 10560, 13111, 13108, 10878, 17263, 13495, 11239, 10775, 10580, 11357, 10260, 10526, 10834, 15784, 10044, 8839, 8952, 13061, 11309, 12703, 10082, 10953, 13077, 12592, 10167, 13600, 12204, 10700, 10669, 15557, 11461, 10607, 13320, 11631, 9747, 9820, 14542, 11716, 10299, 11540, 10782, 10119, 9965, 15220, 11563, 9904, 11063, 9993, 10115, 10369, 14219, 12699, 13939, 16784, 14068, 9514, 10305, 11988, 11048, 10089, 10671, 11005, 11651, 9874, 9879, 9155, 8353, 8228, 13689, 10855, 9544, 9265, 12755, 10451, 9198, 9490, 14767, 11296, 9270, 9276, 14724, 10926, 9519, 12740, 15011, 12202, 8885, 10189, 12280, 11813, 9675, 14431, 11877, 10258, 9725, 12109, 10978, 11759, 16222, 16784, 14068, 9809, 12395, 16064, 13397, 9900, 9359, 11899, 9080, 9223, 8408, 11875, 10208, 10865, 8529, 11737, 12223, 10666, 8262, 9037, 11583, 11601, 8519, 12808, 11928, 9457, 8920, 13767, 11750, 8647, 12878, 11701, 9889, 8727, 12805, 9622, 8365, 10207, 15387, 15305, 11564, 15658, 13421, 10912, 9466, 14584, 10265, 9011, 10070, 14884, 11487, 8437, 8594, 10085, 9468, 9019, 9336, 11887, 10076, 9437, 9532, 11535, 10428, 8710, 10871, 9928, 8721, 8320, 15398, 10184, 8995, 9616, 11890, 9331, 8829, 15360, 11053, 9538, 11996, 9827, 9082, 8828, 12208, 8999, 8111, 15783, 10764, 8806, 10593, 10132, 8846, 8286, 12999, 9088, 8254, 15382, 11343, 8696, 9089, 9661, 8750, 8535, 13223, 12660, 10904, 14522, 13261, 10768, 8875, 8915, 10150, 10799, 8779, 11696, 9991, 8666, 8746, 13433, 10356, 8613, 8863, 11356, 9301, 8248, 9285, 10458, 9649, 8549, 11978, 10424, 8973, 8353, 15415, 10126, 8892, 10632, 12242, 9449, 8471, 16091, 10505, 9647, 14054, 10476, 9303, 16682, 17057, 13846, 9894, 16039, 12027, 9669, 9059, 15448, 10076, 8734, 9060, 14621, 9760, 8662, 9020, 11383, 10570, 9301, 8888, 11128, 10827, 10206, 9440, 10224, 13101, 10362, 9998, 12523, 13860, 10616, 10162, 12409, 13384, 11128, 9938, 13350, 11000, 9487, 13731, 18264, 13399, 9740, 15849, 12514, 9616, 8841, 17509, 12186, 9319, 9094, 12592, 9134, 9014, 8081, 11158, 10679, 9270], 'WindowCenter': [4313.0, 4268.0, 4246.0, 4283.0, 4253.0, 4230.0, 4271.0, 4249.0, 4226.0, 4229.0, 4260.0, 4250.0, 4229.0, 4228.0, 4256.0, 4217.0, 4217.0, 4248.0, 4258.0, 4237.0, 4228.0, 4226.0, 4227.0, 4216.0, 4216.0, 4235.0, 4214.0, 4217.0, 4246.0, 4228.0, 4228.0, 4217.0, 4249.0, 4229.0, 4217.0, 4246.0, 4236.0, 4217.0, 4218.0, 4260.0, 4238.0, 4227.0, 4216.0, 4238.0, 4218.0, 4219.0, 4238.0, 4249.0, 4219.0, 4217.0, 4209.0, 4239.0, 4232.0, 4231.0, 4259.0, 4248.0, 4229.0, 4229.0, 4231.0, 4262.0, 4240.0, 4232.0, 4219.0, 4261.0, 4243.0, 4243.0, 4272.0, 4250.0, 4249.0, 4231.0, 4248.0, 4261.0, 4252.0, 4242.0, 4283.0, 4262.0, 4239.0, 4227.0, 4259.0, 4257.0, 4236.0, 4227.0, 4256.0, 4246.0, 4240.0, 4219.0, 4259.0, 4236.0, 4212.0, 4202.0, 4243.0, 4211.0, 4202.0, 4202.0, 4243.0, 4201.0, 4212.0, 4233.0, 4222.0, 4212.0, 4214.0, 4212.0, 4214.0, 4214.0, 4203.0, 4257.0, 4224.0, 4216.0, 4206.0, 4247.0, 4227.0, 4226.0, 4238.0, 4235.0, 4216.0, 4218.0, 4248.0, 4248.0, 4227.0, 4217.0, 4249.0, 4248.0, 4228.0, 4239.0, 4258.0, 4227.0, 4215.0, 4227.0, 4246.0, 4226.0, 4217.0, 4246.0, 4226.0, 4216.0, 4216.0, 4258.0, 4226.0, 4217.0, 4205.0, 4235.0, 4215.0, 4217.0, 4248.0, 4236.0, 4215.0, 4205.0, 4247.0, 4226.0, 4205.0, 4237.0, 4234.0, 4215.0, 4207.0, 4259.0, 4236.0, 4218.0, 4215.0, 4235.0, 4226.0, 4217.0, 4247.0, 4239.0, 4218.0, 4209.0, 4249.0, 4217.0, 4210.0, 4240.0, 4249.0, 4239.0, 4219.0, 4228.0, 4239.0, 4229.0, 4231.0, 4271.0, 4251.0, 4241.0, 4230.0, 4271.0, 4253.0, 4242.0, 4241.0, 4273.0, 4240.0, 4221.0, 4244.0, 4283.0, 4264.0, 4254.0, 4232.0, 4261.0, 4261.0, 4253.0, 4241.0, 4286.0, 4273.0, 4251.0, 4221.0, 4262.0, 4271.0, 4251.0, 4241.0, 4251.0, 4258.0, 4236.0, 4229.0, 4258.0, 4258.0, 4236.0, 4215.0, 4204.0, 4234.0, 4215.0, 4217.0, 4245.0, 4245.0, 4213.0, 4214.0, 4214.0, 4233.0, 4216.0, 4212.0, 4243.0, 4221.0, 4203.0, 4193.0, 4231.0, 4211.0, 4202.0, 4201.0, 4221.0, 4213.0, 4215.0, 4244.0, 4234.0, 4222.0, 4204.0, 4233.0, 4224.0, 4226.0, 4205.0, 4237.0, 4225.0, 4205.0, 4215.0, 4237.0, 4235.0, 4225.0, 4203.0, 4234.0, 4225.0, 4215.0, 4232.0, 4234.0, 4211.0, 4180.0, 4230.0, 4210.0, 4191.0, 4229.0, 4209.0, 4201.0, 4221.0, 4221.0, 4201.0, 4191.0, 4234.0, 4212.0, 4213.0, 4223.0, 4244.0, 4213.0, 4228.0, 4228.0, 4235.0, 4203.0, 4216.0, 4217.0, 4247.0, 4216.0, 4231.0, 4220.0, 4259.0, 4252.0, 4233.0, 4262.0, 4251.0, 4230.0, 4219.0, 4258.0, 4236.0, 4214.0, 4245.0, 4232.0, 4201.0, 4231.0, 4211.0, 4201.0, 4241.0, 4223.0, 4214.0, 4232.0, 4220.0, 4211.0, 4191.0, 4232.0, 4213.0, 4226.0, 4233.0, 4232.0, 4212.0, 4193.0, 4233.0, 4224.0, 4204.0, 4204.0, 4244.0, 4225.0, 4216.0, 4246.0, 4235.0, 4224.0, 4205.0, 4247.0, 4226.0, 4206.0, 4247.0, 4235.0, 4205.0, 4205.0, 4245.0, 4224.0, 4216.0, 4247.0, 4247.0, 4204.0, 4206.0, 4247.0, 4215.0, 4207.0, 4256.0, 4236.0, 4217.0, 4248.0, 4246.0, 4238.0, 4217.0, 4257.0, 4238.0, 4228.0, 4249.0, 4269.0, 4238.0, 4229.0, 4238.0, 4260.0, 4240.0, 4221.0, 4270.0, 4259.0, 4228.0, 4230.0, 4269.0, 4249.0, 4240.0, 4274.0, 4259.0, 4251.0, 4218.0, 4269.0, 4247.0, 4231.0, 4259.0, 4260.0, 4238.0, 4207.0, 4257.0, 4235.0, 4216.0, 4247.0, 4246.0, 4215.0, 4234.0, 4234.0, 4226.0, 4234.0, 4257.0, 4223.0, 4203.0, 4243.0, 4226.0, 4217.0, 4236.0, 4245.0, 4224.0, 4214.0, 4213.0, 4236.0, 4217.0, 4229.0, 4269.0, 4247.0, 4218.0, 4228.0, 4258.0, 4227.0, 4228.0, 4250.0, 4260.0, 4240.0, 4230.0, 4239.0, 4260.0, 4228.0, 4243.0, 4274.0, 4262.0, 4251.0, 4243.0, 4265.0, 4284.0, 4261.0, 4252.0, 4221.0, 4261.0, 4238.0, 4229.0, 4240.0, 4269.0, 4249.0, 4218.0, 4217.0, 4256.0, 4226.0, 4228.0, 4256.0, 4236.0, 4225.0, 4207.0, 4259.0, 4238.0, 4217.0, 4248.0, 4246.0, 4215.0, 4215.0, 4246.0, 4235.0, 4229.0, 4227.0, 4266.0, 4237.0, 4216.0, 4230.0, 4274.0, 4263.0, 4241.0, 4219.0, 4261.0, 4240.0, 4237.0, 4221.0, 4196.0, 4164.0, 4154.0, 4177.0, 4182.0, 4195.0, 4224.0, 4191.0, 4179.0, 4167.0, 4165.0, 4182.0, 4150.0, 4151.0, 4163.0, 4195.0, 4174.0, 4163.0, 4165.0, 4193.0, 4161.0, 4149.0, 4149.0, 4180.0, 4148.0, 4148.0, 4148.0, 4179.0, 4160.0, 4152.0, 4161.0, 4180.0, 4160.0, 4162.0, 4181.0, 4170.0, 4160.0, 4161.0, 4191.0, 4160.0, 4162.0, 4171.0, 4183.0, 4174.0, 4162.0, 4191.0, 4161.0, 4163.0, 4174.0, 4192.0, 4162.0, 4173.0, 4183.0, 4184.0, 4184.0, 4175.0, 4193.0, 4173.0, 4173.0, 4163.0, 4205.0, 4174.0, 4175.0, 4174.0, 4184.0, 4164.0, 4175.0, 4206.0, 4175.0, 4177.0, 4175.0, 4196.0, 4188.0, 4178.0, 4208.0, 4188.0, 4186.0, 4176.0, 4206.0, 4176.0, 4176.0, 4219.0, 4176.0, 4176.0, 4206.0, 4186.0, 4176.0, 4186.0, 4197.0, 4197.0, 4176.0, 4207.0, 4187.0, 4177.0, 4188.0, 4198.0, 4187.0, 4187.0, 4218.0, 4189.0, 4190.0, 4190.0, 4221.0, 4199.0, 4191.0, 4220.0, 4211.0, 4190.0, 4190.0, 4220.0, 4189.0, 4189.0, 4218.0, 4206.0, 4205.0, 4245.0, 4280.0, 4281.0, 4291.0, 4279.0, 4309.0, 4300.0, 4280.0, 4284.0, 4303.0, 4322.0, 4305.0, 4316.0, 4272.0, 4255.0, 4207.0, 4206.0, 4205.0, 4232.0, 4201.0, 4189.0, 4199.0, 4218.0, 4188.0, 4176.0, 4195.0, 4163.0, 4163.0, 4185.0, 4181.0, 4162.0, 4150.0, 4181.0, 4161.0, 4160.0, 4188.0, 4177.0, 4215.0, 4242.0, 4255.0, 4245.0, 4238.0, 4268.0, 4250.0, 4243.0, 4253.0, 4301.0, 4296.0, 4245.0, 4195.0, 4179.0, 4178.0, 4188.0, 4168.0, 4179.0, 4209.0, 4189.0, 4176.0, 4164.0, 4195.0, 4174.0, 4164.0, 4174.0, 4173.0, 4152.0, 4163.0, 4204.0, 4181.0, 4148.0, 4149.0, 4157.0, 4148.0, 4148.0, 4179.0, 4159.0, 4148.0, 4178.0, 4146.0, 4147.0, 4147.0, 4157.0, 4158.0, 4148.0, 4179.0, 4159.0, 4147.0, 4159.0, 4161.0, 4217.0, 4222.0, 4265.0, 4271.0, 4263.0, 4265.0, 4264.0, 4277.0, 4266.0, 4279.0, 4292.0, 4340.0, 4260.0, 4220.0, 4207.0, 4235.0, 4214.0, 4222.0, 4191.0, 4189.0, 4208.0, 4197.0, 4176.0, 4207.0, 4195.0, 4174.0, 4174.0, 4204.0, 4172.0, 4162.0, 4181.0, 4172.0, 4162.0, 4150.0, 4190.0, 4169.0, 4148.0, 4157.0, 4157.0, 4146.0, 4147.0, 4189.0, 4158.0, 4148.0, 4156.0, 4147.0, 4158.0, 4152.0, 4186.0, 4216.0, 4253.0, 4268.0, 4268.0, 4227.0, 4240.0, 4260.0, 4262.0, 4254.0, 4254.0, 4263.0, 4279.0, 4259.0, 4263.0, 4208.0, 4185.0, 4173.0, 4222.0, 4203.0, 4191.0, 4182.0, 4220.0, 4187.0, 4178.0, 4178.0, 4229.0, 4199.0, 4179.0, 4178.0, 4219.0, 4199.0, 4179.0, 4208.0, 4218.0, 4198.0, 4167.0, 4176.0, 4184.0, 4186.0, 4165.0, 4204.0, 4182.0, 4171.0, 4163.0, 4193.0, 4156.0, 4207.0, 4254.0, 4267.0, 4258.0, 4240.0, 4261.0, 4283.0, 4273.0, 4268.0, 4258.0, 4266.0, 4197.0, 4192.0, 4182.0, 4212.0, 4189.0, 4198.0, 4166.0, 4195.0, 4196.0, 4174.0, 4156.0, 4165.0, 4200.0, 4185.0, 4154.0, 4196.0, 4183.0, 4163.0, 4152.0, 4192.0, 4174.0, 4140.0, 4180.0, 4172.0, 4150.0, 4138.0, 4181.0, 4151.0, 4128.0, 4160.0, 4182.0, 4214.0, 4220.0, 4254.0, 4245.0, 4234.0, 4215.0, 4266.0, 4236.0, 4218.0, 4228.0, 4293.0, 4255.0, 4223.0, 4194.0, 4187.0, 4177.0, 4177.0, 4176.0, 4196.0, 4176.0, 4177.0, 4164.0, 4197.0, 4186.0, 4166.0, 4185.0, 4176.0, 4167.0, 4158.0, 4218.0, 4174.0, 4153.0, 4162.0, 4182.0, 4164.0, 4153.0, 4204.0, 4173.0, 4165.0, 4183.0, 4162.0, 4151.0, 4151.0, 4181.0, 4150.0, 4130.0, 4203.0, 4171.0, 4151.0, 4171.0, 4161.0, 4151.0, 4142.0, 4192.0, 4153.0, 4155.0, 4217.0, 4188.0, 4156.0, 4166.0, 4164.0, 4153.0, 4153.0, 4203.0, 4190.0, 4211.0, 4269.0, 4261.0, 4251.0, 4229.0, 4242.0, 4250.0, 4276.0, 4249.0, 4289.0, 4267.0, 4246.0, 4247.0, 4309.0, 4286.0, 4253.0, 4225.0, 4241.0, 4207.0, 4185.0, 4206.0, 4213.0, 4192.0, 4183.0, 4212.0, 4201.0, 4182.0, 4170.0, 4231.0, 4190.0, 4181.0, 4201.0, 4210.0, 4179.0, 4158.0, 4219.0, 4187.0, 4178.0, 4206.0, 4186.0, 4172.0, 4265.0, 4280.0, 4272.0, 4243.0, 4292.0, 4274.0, 4243.0, 4244.0, 4308.0, 4256.0, 4236.0, 4247.0, 4314.0, 4263.0, 4237.0, 4221.0, 4227.0, 4215.0, 4194.0, 4181.0, 4213.0, 4203.0, 4204.0, 4192.0, 4192.0, 4223.0, 4202.0, 4193.0, 4212.0, 4222.0, 4201.0, 4190.0, 4210.0, 4210.0, 4188.0, 4178.0, 4209.0, 4187.0, 4187.0, 4244.0, 4251.0, 4244.0, 4217.0, 4280.0, 4258.0, 4229.0, 4232.0, 4291.0, 4264.0, 4231.0, 4236.0, 4294.0, 4232.0, 4221.0, 4174.0, 4213.0, 4202.0, 4179.0], 'WindowWidth': [9523.0, 9453.0, 9417.0, 9462.0, 9420.0, 9387.0, 9438.0, 9406.0, 9373.0, 9380.0, 9424.0, 9409.0, 9379.0, 9378.0, 9412.0, 9358.0, 9359.0, 9401.0, 9415.0, 9385.0, 9375.0, 9369.0, 9370.0, 9354.0, 9355.0, 9381.0, 9353.0, 9360.0, 9398.0, 9375.0, 9376.0, 9360.0, 9405.0, 9378.0, 9360.0, 9397.0, 9383.0, 9358.0, 9363.0, 9421.0, 9389.0, 9372.0, 9358.0, 9386.0, 9359.0, 9364.0, 9388.0, 9406.0, 9363.0, 9361.0, 9350.0, 9392.0, 9386.0, 9384.0, 9422.0, 9405.0, 9379.0, 9381.0, 9388.0, 9428.0, 9399.0, 9388.0, 9368.0, 9425.0, 9406.0, 9407.0, 9440.0, 9408.0, 9407.0, 9384.0, 9406.0, 9426.0, 9417.0, 9403.0, 9457.0, 9428.0, 9393.0, 9375.0, 9417.0, 9414.0, 9383.0, 9371.0, 9407.0, 9396.0, 9391.0, 9364.0, 9415.0, 9380.0, 9344.0, 9329.0, 9383.0, 9340.0, 9328.0, 9329.0, 9383.0, 9325.0, 9343.0, 9373.0, 9357.0, 9346.0, 9348.0, 9344.0, 9349.0, 9352.0, 9335.0, 9413.0, 9365.0, 9357.0, 9344.0, 9402.0, 9375.0, 9372.0, 9389.0, 9382.0, 9357.0, 9362.0, 9402.0, 9401.0, 9374.0, 9360.0, 9403.0, 9405.0, 9378.0, 9391.0, 9414.0, 9369.0, 9351.0, 9370.0, 9395.0, 9368.0, 9356.0, 9395.0, 9366.0, 9355.0, 9357.0, 9413.0, 9369.0, 9356.0, 9339.0, 9377.0, 9351.0, 9356.0, 9398.0, 9381.0, 9353.0, 9339.0, 9399.0, 9368.0, 9340.0, 9385.0, 9379.0, 9353.0, 9346.0, 9418.0, 9385.0, 9360.0, 9355.0, 9379.0, 9369.0, 9358.0, 9399.0, 9389.0, 9361.0, 9350.0, 9402.0, 9359.0, 9356.0, 9396.0, 9405.0, 9394.0, 9367.0, 9377.0, 9392.0, 9382.0, 9386.0, 9439.0, 9412.0, 9399.0, 9383.0, 9440.0, 9419.0, 9403.0, 9399.0, 9443.0, 9397.0, 9373.0, 9409.0, 9459.0, 9434.0, 9421.0, 9389.0, 9425.0, 9426.0, 9418.0, 9400.0, 9468.0, 9447.0, 9412.0, 9370.0, 9427.0, 9440.0, 9410.0, 9396.0, 9407.0, 9415.0, 9382.0, 9376.0, 9415.0, 9415.0, 9382.0, 9350.0, 9333.0, 9375.0, 9350.0, 9357.0, 9391.0, 9392.0, 9345.0, 9347.0, 9345.0, 9372.0, 9352.0, 9342.0, 9387.0, 9353.0, 9332.0, 9320.0, 9368.0, 9342.0, 9331.0, 9328.0, 9354.0, 9347.0, 9352.0, 9390.0, 9375.0, 9358.0, 9338.0, 9375.0, 9363.0, 9370.0, 9339.0, 9381.0, 9363.0, 9337.0, 9353.0, 9382.0, 9378.0, 9363.0, 9333.0, 9373.0, 9361.0, 9350.0, 9368.0, 9373.0, 9337.0, 9295.0, 9364.0, 9336.0, 9312.0, 9361.0, 9335.0, 9330.0, 9353.0, 9353.0, 9328.0, 9315.0, 9375.0, 9347.0, 9349.0, 9362.0, 9390.0, 9348.0, 9376.0, 9376.0, 9380.0, 9336.0, 9358.0, 9361.0, 9400.0, 9359.0, 9385.0, 9368.0, 9420.0, 9416.0, 9390.0, 9427.0, 9410.0, 9380.0, 9362.0, 9413.0, 9381.0, 9349.0, 9390.0, 9371.0, 9326.0, 9368.0, 9341.0, 9327.0, 9382.0, 9361.0, 9352.0, 9369.0, 9351.0, 9339.0, 9313.0, 9369.0, 9347.0, 9371.0, 9373.0, 9371.0, 9344.0, 9318.0, 9374.0, 9361.0, 9336.0, 9337.0, 9390.0, 9365.0, 9356.0, 9394.0, 9379.0, 9363.0, 9338.0, 9396.0, 9367.0, 9341.0, 9396.0, 9377.0, 9338.0, 9337.0, 9392.0, 9363.0, 9356.0, 9397.0, 9395.0, 9338.0, 9340.0, 9396.0, 9352.0, 9344.0, 9410.0, 9383.0, 9360.0, 9404.0, 9399.0, 9389.0, 9361.0, 9414.0, 9388.0, 9379.0, 9405.0, 9434.0, 9390.0, 9380.0, 9390.0, 9423.0, 9396.0, 9372.0, 9436.0, 9421.0, 9378.0, 9382.0, 9434.0, 9406.0, 9397.0, 9444.0, 9417.0, 9407.0, 9362.0, 9429.0, 9400.0, 9382.0, 9415.0, 9419.0, 9387.0, 9343.0, 9412.0, 9378.0, 9353.0, 9395.0, 9392.0, 9351.0, 9374.0, 9374.0, 9368.0, 9376.0, 9410.0, 9361.0, 9334.0, 9388.0, 9369.0, 9361.0, 9385.0, 9393.0, 9364.0, 9353.0, 9351.0, 9384.0, 9360.0, 9381.0, 9433.0, 9399.0, 9362.0, 9376.0, 9416.0, 9374.0, 9378.0, 9410.0, 9421.0, 9395.0, 9382.0, 9392.0, 9420.0, 9377.0, 9405.0, 9446.0, 9427.0, 9411.0, 9401.0, 9435.0, 9460.0, 9424.0, 9413.0, 9368.0, 9421.0, 9387.0, 9378.0, 9393.0, 9430.0, 9403.0, 9359.0, 9358.0, 9409.0, 9368.0, 9375.0, 9409.0, 9381.0, 9367.0, 9345.0, 9418.0, 9388.0, 9359.0, 9399.0, 9396.0, 9354.0, 9352.0, 9394.0, 9381.0, 9378.0, 9372.0, 9425.0, 9383.0, 9356.0, 9382.0, 9445.0, 9427.0, 9393.0, 9362.0, 9422.0, 9392.0, 9392.0, 9353.0, 9311.0, 9247.0, 9231.0, 9266.0, 9284.0, 9307.0, 9343.0, 9295.0, 9278.0, 9255.0, 9248.0, 9266.0, 9221.0, 9222.0, 9241.0, 9287.0, 9259.0, 9245.0, 9249.0, 9285.0, 9237.0, 9218.0, 9220.0, 9263.0, 9218.0, 9217.0, 9216.0, 9260.0, 9234.0, 9228.0, 9239.0, 9263.0, 9235.0, 9241.0, 9264.0, 9249.0, 9237.0, 9238.0, 9278.0, 9236.0, 9242.0, 9253.0, 9273.0, 9263.0, 9242.0, 9280.0, 9239.0, 9244.0, 9261.0, 9285.0, 9242.0, 9260.0, 9272.0, 9274.0, 9277.0, 9264.0, 9288.0, 9258.0, 9259.0, 9247.0, 9306.0, 9262.0, 9264.0, 9262.0, 9276.0, 9250.0, 9266.0, 9308.0, 9265.0, 9270.0, 9266.0, 9295.0, 9287.0, 9274.0, 9317.0, 9289.0, 9284.0, 9268.0, 9309.0, 9269.0, 9268.0, 9329.0, 9269.0, 9271.0, 9309.0, 9281.0, 9268.0, 9282.0, 9300.0, 9298.0, 9271.0, 9313.0, 9286.0, 9272.0, 9290.0, 9303.0, 9287.0, 9287.0, 9330.0, 9291.0, 9294.0, 9297.0, 9340.0, 9308.0, 9297.0, 9336.0, 9324.0, 9296.0, 9297.0, 9337.0, 9291.0, 9291.0, 9332.0, 9315.0, 9319.0, 9392.0, 9454.0, 9457.0, 9486.0, 9469.0, 9510.0, 9499.0, 9474.0, 9482.0, 9506.0, 9531.0, 9511.0, 9536.0, 9449.0, 9411.0, 9328.0, 9328.0, 9325.0, 9357.0, 9313.0, 9293.0, 9306.0, 9332.0, 9288.0, 9268.0, 9292.0, 9246.0, 9245.0, 9277.0, 9269.0, 9242.0, 9223.0, 9266.0, 9240.0, 9236.0, 9276.0, 9265.0, 9334.0, 9381.0, 9407.0, 9398.0, 9388.0, 9432.0, 9409.0, 9407.0, 9418.0, 9494.0, 9492.0, 9399.0, 9317.0, 9287.0, 9279.0, 9291.0, 9263.0, 9279.0, 9323.0, 9295.0, 9271.0, 9251.0, 9296.0, 9266.0, 9253.0, 9266.0, 9262.0, 9234.0, 9247.0, 9304.0, 9270.0, 9222.0, 9223.0, 9230.0, 9218.0, 9217.0, 9265.0, 9237.0, 9220.0, 9259.0, 9215.0, 9216.0, 9217.0, 9230.0, 9231.0, 9219.0, 9261.0, 9234.0, 9219.0, 9240.0, 9235.0, 9340.0, 9357.0, 9424.0, 9440.0, 9434.0, 9438.0, 9437.0, 9459.0, 9445.0, 9466.0, 9489.0, 9561.0, 9435.0, 9365.0, 9336.0, 9368.0, 9339.0, 9345.0, 9300.0, 9294.0, 9317.0, 9302.0, 9272.0, 9315.0, 9296.0, 9265.0, 9264.0, 9305.0, 9260.0, 9245.0, 9269.0, 9259.0, 9247.0, 9228.0, 9279.0, 9249.0, 9221.0, 9231.0, 9230.0, 9215.0, 9218.0, 9276.0, 9234.0, 9221.0, 9230.0, 9220.0, 9235.0, 9225.0, 9275.0, 9342.0, 9403.0, 9432.0, 9432.0, 9379.0, 9397.0, 9426.0, 9429.0, 9424.0, 9423.0, 9435.0, 9465.0, 9432.0, 9440.0, 9340.0, 9302.0, 9281.0, 9346.0, 9322.0, 9304.0, 9290.0, 9340.0, 9293.0, 9281.0, 9280.0, 9351.0, 9311.0, 9284.0, 9282.0, 9339.0, 9311.0, 9285.0, 9322.0, 9337.0, 9308.0, 9262.0, 9273.0, 9282.0, 9283.0, 9255.0, 9308.0, 9275.0, 9260.0, 9251.0, 9294.0, 9234.0, 9329.0, 9406.0, 9430.0, 9418.0, 9395.0, 9428.0, 9461.0, 9446.0, 9449.0, 9435.0, 9436.0, 9325.0, 9307.0, 9294.0, 9335.0, 9298.0, 9307.0, 9260.0, 9299.0, 9301.0, 9270.0, 9246.0, 9258.0, 9314.0, 9288.0, 9240.0, 9300.0, 9278.0, 9253.0, 9238.0, 9290.0, 9264.0, 9215.0, 9270.0, 9259.0, 9228.0, 9211.0, 9271.0, 9231.0, 9198.0, 9243.0, 9265.0, 9333.0, 9352.0, 9407.0, 9396.0, 9379.0, 9356.0, 9428.0, 9388.0, 9367.0, 9378.0, 9477.0, 9420.0, 9376.0, 9317.0, 9293.0, 9281.0, 9280.0, 9277.0, 9303.0, 9277.0, 9277.0, 9256.0, 9305.0, 9289.0, 9262.0, 9288.0, 9276.0, 9268.0, 9255.0, 9336.0, 9269.0, 9239.0, 9251.0, 9278.0, 9255.0, 9240.0, 9311.0, 9267.0, 9259.0, 9281.0, 9249.0, 9233.0, 9232.0, 9274.0, 9232.0, 9204.0, 9307.0, 9260.0, 9235.0, 9260.0, 9248.0, 9235.0, 9222.0, 9290.0, 9242.0, 9244.0, 9333.0, 9294.0, 9247.0, 9261.0, 9256.0, 9239.0, 9239.0, 9312.0, 9292.0, 9341.0, 9435.0, 9429.0, 9415.0, 9386.0, 9407.0, 9420.0, 9459.0, 9427.0, 9482.0, 9450.0, 9420.0, 9425.0, 9513.0, 9487.0, 9429.0, 9376.0, 9390.0, 9339.0, 9304.0, 9334.0, 9340.0, 9309.0, 9296.0, 9334.0, 9319.0, 9293.0, 9272.0, 9359.0, 9303.0, 9289.0, 9316.0, 9327.0, 9283.0, 9255.0, 9338.0, 9292.0, 9279.0, 9317.0, 9293.0, 9274.0, 9421.0, 9455.0, 9445.0, 9406.0, 9475.0, 9452.0, 9410.0, 9413.0, 9505.0, 9430.0, 9403.0, 9420.0, 9522.0, 9445.0, 9399.0, 9366.0, 9363.0, 9344.0, 9313.0, 9292.0, 9336.0, 9322.0, 9326.0, 9307.0, 9307.0, 9350.0, 9321.0, 9309.0, 9333.0, 9346.0, 9318.0, 9300.0, 9328.0, 9328.0, 9296.0, 9279.0, 9325.0, 9295.0, 9300.0, 9389.0, 9399.0, 9394.0, 9361.0, 9452.0, 9423.0, 9383.0, 9391.0, 9474.0, 9437.0, 9389.0, 9400.0, 9492.0, 9387.0, 9366.0, 9288.0, 9338.0, 9321.0, 9288.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.00821435684647303</td></tr>
<tr><td colspan=3>aqi</td><td>0.14085403578838174</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.77784686226377</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.033289475129803</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9389623084008307</td></tr>
<tr><td colspan=3>efc</td><td>0.4942</td></tr>
<tr><td colspan=3>fber</td><td>4672.0952</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1899409336451787</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>182</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.87966804979253</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.847103336347187</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.712228208062713</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0147411099411525</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.8143406910376956</td></tr>
<tr><td colspan=3>gcor</td><td>0.0182519</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012474008835852146</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030628427863121033</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.255514917647093</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>27.6188</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.7844</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>181.4251</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295141.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>801.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>331.1269</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8684</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>520.6178</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3370.4658</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3509.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81403.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1428.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4375.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>824.572</td></tr>
<tr><td colspan=3>tsnr</td><td>17.80289801338222</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>