ds005256-mriqc/sub-0007_ses-02_task-narratives_acq-mb8_run-01_bold.html
Felix Hoffstaedter 2b5691d35f [DATALAD RUNCMD] Compute MRIQC for sub-0007
=== 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-0007 --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-0007",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 18:43:21 +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-0007_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-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0007/figures/sub-0007_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-0007/figures/sub-0007_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007/ses-02/func/sub-0007_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>33f1c853a7c288121b40ca3ff4faaf49</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:15:11.005000</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.999813, 0.0189415, 0.00380707, -0.0190228, 0.999564, 0.0225947]</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.0935275</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>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4164, -7773, -7153, 634, -32, -208, 18, 20]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.614</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>34e4c0cd-128f-4264-a8c8-94e44f37c2bc||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.6824262142181396, -0.05103689059615135, 0.009119054302573204, 112.94798278808594], [-0.050818752497434616, 2.6817562580108643, 0.06118994951248169, -92.594482421875], [0.010214084759354591, -0.060620035976171494, 2.6992909908294678, -26.609756469726562], [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': ['151511.005000', '151511.465000', '151511.925000', '151512.385000', '151512.845000', '151513.305000', '151513.765000', '151514.225000', '151514.685000', '151515.145000', '151515.605000', '151516.065000', '151516.525000', '151516.985000', '151517.445000', '151517.905000', '151518.365000', '151518.825000', '151519.285000', '151519.745000', '151520.205000', '151520.665000', '151521.125000', '151521.585000', '151522.045000', '151522.505000', '151522.965000', '151523.425000', '151523.885000', '151524.345000', '151524.805000', '151525.265000', '151525.725000', '151526.185000', '151526.645000', '151527.105000', '151527.565000', '151528.025000', '151528.485000', '151528.945000', '151529.405000', '151529.865000', '151530.325000', '151530.785000', '151531.245000', '151531.705000', '151532.165000', '151532.625000', '151533.085000', '151533.545000', '151534.005000', '151534.465000', '151534.925000', '151535.385000', '151535.845000', '151536.305000', '151536.765000', '151537.225000', '151537.685000', '151538.145000', '151538.605000', '151539.065000', '151539.525000', '151539.985000', '151540.445000', '151540.905000', '151541.365000', '151541.825000', '151542.285000', '151542.745000', '151543.205000', '151543.665000', '151544.125000', '151544.585000', '151545.045000', '151545.505000', '151545.965000', '151546.425000', '151546.885000', '151547.345000', '151547.805000', '151548.265000', '151548.725000', '151549.185000', '151549.645000', '151550.105000', '151550.565000', '151551.025000', '151551.485000', '151551.945000', '151552.405000', '151552.865000', '151553.325000', '151553.785000', '151554.245000', '151554.705000', '151555.165000', '151555.625000', '151556.085000', '151556.545000', '151557.005000', '151557.465000', '151557.925000', '151558.385000', '151558.845000', '151559.305000', '151559.765000', '151600.225000', '151600.685000', '151601.145000', '151601.605000', '151602.065000', '151602.525000', '151602.985000', '151603.445000', '151603.905000', '151604.365000', '151604.825000', '151605.285000', '151605.745000', '151606.205000', '151606.665000', '151607.125000', '151607.585000', '151608.045000', '151608.505000', '151608.965000', '151609.425000', '151609.885000', '151610.345000', '151610.805000', '151611.265000', '151611.725000', '151612.185000', '151612.645000', '151613.105000', '151613.565000', '151614.025000', '151614.485000', '151614.945000', '151615.405000', '151615.865000', '151616.325000', '151616.785000', '151617.245000', '151617.705000', '151618.165000', '151618.625000', '151619.085000', '151619.545000', '151620.005000', '151620.465000', '151620.925000', '151621.385000', '151621.845000', '151622.305000', '151622.765000', '151623.225000', '151623.685000', '151624.145000', '151624.605000', '151625.065000', '151625.525000', '151625.985000', '151626.445000', '151626.905000', '151627.365000', '151627.825000', '151628.285000', '151628.745000', '151629.205000', '151629.665000', '151630.125000', '151630.585000', '151631.045000', '151631.505000', '151631.965000', '151632.425000', '151632.885000', '151633.345000', '151633.805000', '151634.265000', '151634.725000', '151635.185000', '151635.645000', '151636.105000', '151636.565000', '151637.025000', '151637.485000', '151637.945000', '151638.405000', '151638.865000', '151639.325000', '151639.785000', '151640.245000', '151640.705000', '151641.165000', '151641.625000', '151642.085000', '151642.545000', '151643.005000', '151643.465000', '151643.925000', '151644.385000', '151644.845000', '151645.305000', '151645.765000', '151646.225000', '151646.685000', '151647.145000', '151647.605000', '151648.065000', '151648.525000', '151648.985000', '151649.445000', '151649.905000', '151650.365000', '151650.825000', '151651.285000', '151651.745000', '151652.205000', '151652.665000', '151653.125000', '151653.585000', '151654.045000', '151654.505000', '151654.965000', '151655.425000', '151655.885000', '151656.345000', '151656.805000', '151657.265000', '151657.725000', '151658.185000', '151658.645000', '151659.105000', '151659.565000', '151700.025000', '151700.485000', '151700.945000', '151701.405000', '151701.865000', '151702.325000', '151702.785000', '151703.245000', '151703.705000', '151704.165000', '151704.625000', '151705.085000', '151705.545000', '151706.005000', '151706.465000', '151706.925000', '151707.385000', '151707.845000', '151708.305000', '151708.765000', '151709.225000', '151709.685000', '151710.145000', '151710.605000', '151711.065000', '151711.525000', '151711.985000', '151712.445000', '151712.905000', '151713.365000', '151713.825000', '151714.285000', '151714.745000', '151715.205000', '151715.665000', '151716.125000', '151716.585000', '151717.045000', '151717.505000', '151717.965000', '151718.425000', '151718.885000', '151719.345000', '151719.805000', '151720.265000', '151720.725000', '151721.185000', '151721.645000', '151722.105000', '151722.565000', '151723.025000', '151723.485000', '151723.945000', '151724.405000', '151724.865000', '151725.325000', '151725.785000', '151726.245000', '151726.705000', '151727.165000', '151727.625000', '151728.085000', '151728.545000', '151729.005000', '151729.465000', '151729.925000', '151730.385000', '151730.845000', '151731.305000', '151731.765000', '151732.225000', '151732.685000', '151733.145000', '151733.605000', '151734.065000', '151734.525000', '151734.985000', '151735.445000', '151735.905000', '151736.365000', '151736.825000', '151737.285000', '151737.745000', '151738.205000', '151738.665000', '151739.125000', '151739.585000', '151740.045000', '151740.505000', '151740.965000', '151741.425000', '151741.885000', '151742.345000', '151742.805000', '151743.265000', '151743.725000', '151744.185000', '151744.645000', '151745.105000', '151745.565000', '151746.025000', '151746.485000', '151746.945000', '151747.405000', '151747.865000', '151748.325000', '151748.785000', '151749.245000', '151749.705000', '151750.165000', '151750.625000', '151751.085000', '151751.545000', '151752.005000', '151752.465000', '151752.925000', '151753.385000', '151753.845000', '151754.305000', '151754.765000', '151755.225000', '151755.685000', '151756.145000', '151756.605000', '151757.065000', '151757.525000', '151757.985000', '151758.445000', '151758.905000', '151759.365000', '151759.825000', '151800.285000', '151800.745000', '151801.205000', '151801.665000', '151802.125000', '151802.585000', '151803.045000', '151803.505000', '151803.965000', '151804.425000', '151804.885000', '151805.345000', '151805.805000', '151806.265000', '151806.725000', '151807.185000', '151807.645000', '151808.105000', '151808.565000', '151809.025000', '151809.485000', '151809.945000', '151810.405000', '151810.865000', '151811.325000', '151811.785000', '151812.245000', '151812.705000', '151813.165000', '151813.625000', '151814.085000', '151814.545000', '151815.005000', '151815.465000', '151815.925000', '151816.385000', '151816.845000', '151817.305000', '151817.765000', '151818.225000', '151818.685000', '151819.145000', '151819.605000', '151820.065000', '151820.525000', '151820.985000', '151821.445000', '151821.905000', '151822.365000', '151822.825000', '151823.285000', '151823.745000', '151824.205000', '151824.665000', '151825.125000', '151825.585000', '151826.045000', '151826.505000', '151826.965000', '151827.425000', '151827.885000', '151828.345000', '151828.805000', '151829.265000', '151829.725000', '151830.185000', '151830.645000', '151831.105000', '151831.565000', '151832.025000', '151832.485000', '151832.945000', '151833.405000', '151833.865000', '151834.325000', '151834.785000', '151835.245000', '151835.705000', '151836.165000', '151836.625000', '151837.085000', '151837.545000', '151838.005000', '151838.465000', '151838.925000', '151839.385000', '151839.845000', '151840.305000', '151840.765000', '151841.225000', '151841.685000', '151842.145000', '151842.605000', '151843.065000', '151843.525000', '151843.985000', '151844.445000', '151844.905000', '151845.365000', '151845.825000', '151846.285000', '151846.745000', '151847.205000', '151847.665000', '151848.125000', '151848.585000', '151849.045000', '151849.505000', '151849.965000', '151850.425000', '151850.885000', '151851.345000', '151851.805000', '151852.265000', '151852.725000', '151853.185000', '151853.645000', '151854.105000', '151854.565000', '151855.025000', '151855.485000', '151855.945000', '151856.405000', '151856.865000', '151857.325000', '151857.785000', '151858.245000', '151858.705000', '151859.165000', '151859.625000', '151900.085000', '151900.545000', '151901.005000', '151901.465000', '151901.925000', '151902.385000', '151902.845000', '151903.305000', '151903.765000', '151904.225000', '151904.685000', '151905.145000', '151905.605000', '151906.065000', '151906.525000', '151906.985000', '151907.445000', '151907.905000', '151908.365000', '151908.825000', '151909.285000', '151909.745000', '151910.205000', '151910.665000', '151911.125000', '151911.585000', '151912.045000', '151912.505000', '151912.965000', '151913.425000', '151913.885000', '151914.345000', '151914.805000', '151915.265000', '151915.725000', '151916.185000', '151916.645000', '151917.105000', '151917.565000', '151918.025000', '151918.485000', '151918.945000', '151919.405000', '151919.865000', '151920.325000', '151920.785000', '151921.245000', '151921.705000', '151922.165000', '151922.625000', '151923.085000', '151923.545000', '151924.005000', '151924.465000', '151924.925000', '151925.385000', '151925.845000', '151926.305000', '151926.765000', '151927.225000', '151927.685000', '151928.145000', '151928.605000', '151929.065000', '151929.525000', '151929.985000', '151930.445000', '151930.905000', '151931.365000', '151931.825000', '151932.285000', '151932.745000', '151933.205000', '151933.665000', '151934.125000', '151934.585000', '151935.045000', '151935.505000', '151935.965000', '151936.425000', '151936.885000', '151937.345000', '151937.805000', '151938.265000', '151938.725000', '151939.185000', '151939.645000', '151940.105000', '151940.565000', '151941.025000', '151941.485000', '151941.945000', '151942.405000', '151942.865000', '151943.325000', '151943.785000', '151944.245000', '151944.705000', '151945.165000', '151945.625000', '151946.085000', '151946.545000', '151947.005000', '151947.465000', '151947.925000', '151948.385000', '151948.845000', '151949.305000', '151949.765000', '151950.225000', '151950.685000', '151951.145000', '151951.605000', '151952.065000', '151952.525000', '151952.985000', '151953.445000', '151953.905000', '151954.365000', '151954.825000', '151955.285000', '151955.745000', '151956.205000', '151956.665000', '151957.125000', '151957.585000', '151958.045000', '151958.505000', '151958.965000', '151959.425000', '151959.885000', '152000.345000', '152000.805000', '152001.265000', '152001.725000', '152002.185000', '152002.645000', '152003.105000', '152003.565000', '152004.025000', '152004.485000', '152004.945000', '152005.405000', '152005.865000', '152006.325000', '152006.785000', '152007.245000', '152007.705000', '152008.165000', '152008.625000', '152009.085000', '152009.545000', '152010.005000', '152010.465000', '152010.925000', '152011.385000', '152011.845000', '152012.305000', '152012.765000', '152013.225000', '152013.685000', '152014.145000', '152014.605000', '152015.065000', '152015.525000', '152015.985000', '152016.445000', '152016.905000', '152017.365000', '152017.825000', '152018.285000', '152018.745000', '152019.205000', '152019.665000', '152020.125000', '152020.585000', '152021.045000', '152021.505000', '152021.965000', '152022.425000', '152022.885000', '152023.345000', '152023.805000', '152024.265000', '152024.725000', '152025.185000', '152025.645000', '152026.105000', '152026.565000', '152027.025000', '152027.485000', '152027.945000', '152028.405000', '152028.865000', '152029.325000', '152029.785000', '152030.245000', '152030.705000', '152031.165000', '152031.625000', '152032.085000', '152032.545000', '152033.005000', '152033.465000', '152033.925000', '152034.385000', '152034.845000', '152035.305000', '152035.765000', '152036.225000', '152036.685000', '152037.145000', '152037.605000', '152038.065000', '152038.525000', '152038.985000', '152039.445000', '152039.905000', '152040.365000', '152040.825000', '152041.285000', '152041.745000', '152042.205000', '152042.665000', '152043.125000', '152043.585000', '152044.045000', '152044.505000', '152044.965000', '152045.425000', '152045.885000', '152046.345000', '152046.805000', '152047.265000', '152047.725000', '152048.185000', '152048.645000', '152049.105000', '152049.565000', '152050.025000', '152050.485000', '152050.945000', '152051.405000', '152051.865000', '152052.325000', '152052.785000', '152053.245000', '152053.705000', '152054.165000', '152054.625000', '152055.085000', '152055.545000', '152056.005000', '152056.465000', '152056.925000', '152057.385000', '152057.845000', '152058.305000', '152058.765000', '152059.225000', '152059.685000', '152100.145000', '152100.605000', '152101.065000', '152101.525000', '152101.985000', '152102.445000', '152102.905000', '152103.365000', '152103.825000', '152104.285000', '152104.745000', '152105.205000', '152105.665000', '152106.125000', '152106.585000', '152107.045000', '152107.505000', '152107.965000', '152108.425000', '152108.885000', '152109.345000', '152109.805000', '152110.265000', '152110.725000', '152111.185000', '152111.645000', '152112.105000', '152112.565000', '152113.025000', '152113.485000', '152113.945000', '152114.405000', '152114.865000', '152115.325000', '152115.785000', '152116.245000', '152116.705000', '152117.165000', '152117.625000', '152118.085000', '152118.545000', '152119.005000', '152119.465000', '152119.925000', '152120.385000', '152120.845000', '152121.305000', '152121.765000', '152122.225000', '152122.685000', '152123.145000', '152123.605000', '152124.065000', '152124.525000', '152124.985000', '152125.445000', '152125.905000', '152126.365000', '152126.825000', '152127.285000', '152127.745000', '152128.205000', '152128.665000', '152129.125000', '152129.585000', '152130.045000', '152130.505000', '152130.965000', '152131.425000', '152131.885000', '152132.345000', '152132.805000', '152133.265000', '152133.725000', '152134.185000', '152134.645000', '152135.105000', '152135.565000', '152136.025000', '152136.485000', '152136.945000', '152137.405000', '152137.865000', '152138.325000', '152138.785000', '152139.245000', '152139.705000', '152140.165000', '152140.625000', '152141.085000', '152141.545000', '152142.005000', '152142.465000', '152142.925000', '152143.385000', '152143.845000', '152144.305000', '152144.765000', '152145.225000', '152145.685000', '152146.145000', '152146.605000', '152147.065000', '152147.525000', '152147.985000', '152148.445000', '152148.905000', '152149.365000', '152149.825000', '152150.285000', '152150.745000', '152151.205000', '152151.665000', '152152.125000', '152152.585000', '152153.045000', '152153.505000', '152153.965000', '152154.425000', '152154.885000', '152155.345000', '152155.805000', '152156.265000', '152156.725000', '152157.185000', '152157.645000', '152158.105000', '152158.565000', '152159.025000', '152159.485000', '152159.945000', '152200.405000', '152200.865000', '152201.325000', '152201.785000', '152202.245000', '152202.705000', '152203.165000', '152203.625000', '152204.085000', '152204.545000', '152205.005000', '152205.465000', '152205.925000', '152206.385000', '152206.845000', '152207.305000', '152207.765000', '152208.225000', '152208.685000', '152209.145000', '152209.605000', '152210.065000', '152210.525000', '152210.985000', '152211.445000', '152211.905000', '152212.365000', '152212.825000', '152213.285000', '152213.745000', '152214.205000', '152214.665000', '152215.125000', '152215.585000', '152216.045000', '152216.505000', '152216.965000', '152217.425000', '152217.885000', '152218.345000', '152218.805000', '152219.265000', '152219.725000', '152220.185000', '152220.645000', '152221.105000', '152221.565000', '152222.025000', '152222.485000', '152222.945000', '152223.405000', '152223.865000', '152224.325000', '152224.785000', '152225.245000', '152225.705000', '152226.165000', '152226.625000', '152227.085000', '152227.545000', '152228.005000', '152228.465000', '152228.925000', '152229.385000', '152229.845000', '152230.305000', '152230.765000', '152231.225000', '152231.685000', '152232.145000', '152232.605000', '152233.065000', '152233.525000', '152233.985000', '152234.445000', '152234.905000', '152235.365000'], 'ContentTime': ['151534.334000', '151534.337000', '151534.340000', '151534.343000', '151534.351000', '151534.354000', '151534.357000', '151534.361000', '151534.364000', '151534.367000', '151534.370000', '151534.372000', '151534.375000', '151534.378000', '151534.381000', '151534.384000', '151534.387000', '151534.389000', '151534.392000', '151534.395000', '151534.398000', '151534.401000', '151534.404000', '151534.406000', '151534.409000', '151534.412000', '151534.415000', '151534.418000', '151534.421000', '151534.424000', '151534.427000', '151534.430000', '151534.433000', '151534.436000', '151534.439000', '151534.442000', '151534.445000', '151534.447000', '151534.464000', '151534.467000', '151534.470000', '151534.473000', '151534.476000', '151534.478000', '151534.481000', '151534.484000', '151534.487000', '151534.490000', '151554.300000', '151554.303000', '151554.306000', '151554.309000', '151554.311000', '151554.324000', '151554.327000', '151554.330000', '151554.333000', '151554.336000', '151554.338000', '151554.341000', '151554.344000', '151554.347000', '151554.350000', '151554.352000', '151554.355000', '151554.358000', '151554.361000', '151554.364000', '151554.366000', '151554.377000', '151554.380000', '151554.383000', '151554.385000', '151554.388000', '151554.391000', '151554.394000', '151554.397000', '151554.400000', '151554.403000', '151554.405000', '151554.408000', '151554.411000', '151554.414000', '151554.417000', '151554.420000', '151554.423000', '151554.425000', '151554.428000', '151554.431000', '151554.434000', '151554.437000', '151554.439000', '151614.300000', '151614.303000', '151614.306000', '151614.309000', '151614.311000', '151614.314000', '151614.317000', '151614.320000', '151614.323000', '151614.326000', '151614.328000', '151614.331000', '151614.334000', '151614.337000', '151614.340000', '151614.343000', '151614.345000', '151614.348000', '151614.351000', '151614.354000', '151614.357000', '151614.359000', '151614.362000', '151614.365000', '151614.368000', '151614.371000', '151614.374000', '151614.376000', '151614.379000', '151614.382000', '151614.385000', '151614.388000', '151614.390000', '151614.393000', '151614.396000', '151614.405000', '151614.408000', '151614.411000', '151614.414000', '151614.417000', '151614.420000', '151614.422000', '151614.425000', '151634.300000', '151634.303000', '151634.306000', '151634.308000', '151634.311000', '151634.324000', '151634.327000', '151634.330000', '151634.333000', '151634.336000', '151634.338000', '151634.341000', '151634.344000', '151634.347000', '151634.350000', '151634.356000', '151634.359000', '151634.361000', '151634.364000', '151634.367000', '151634.370000', '151634.373000', '151634.376000', '151634.379000', '151634.381000', '151634.384000', '151634.387000', '151634.390000', '151634.393000', '151634.395000', '151634.398000', '151634.401000', '151634.404000', '151634.407000', '151634.410000', '151634.413000', '151634.415000', '151634.418000', '151634.421000', '151634.424000', '151634.427000', '151634.429000', '151634.432000', '151634.435000', '151654.300000', '151654.303000', '151654.306000', '151654.309000', '151654.312000', '151654.314000', '151654.317000', '151654.320000', '151654.323000', '151654.326000', '151654.329000', '151654.331000', '151654.334000', '151654.338000', '151654.341000', '151654.344000', '151654.347000', '151654.349000', '151654.352000', '151654.355000', '151654.358000', '151654.361000', '151654.364000', '151654.366000', '151654.369000', '151654.372000', '151654.375000', '151654.378000', '151654.381000', '151654.385000', '151654.388000', '151654.391000', '151654.393000', '151654.396000', '151654.400000', '151654.403000', '151654.406000', '151654.409000', '151654.412000', '151654.415000', '151654.417000', '151654.420000', '151654.423000', '151714.301000', '151714.304000', '151714.307000', '151714.318000', '151714.321000', '151714.324000', '151714.327000', '151714.330000', '151714.333000', '151714.335000', '151714.338000', '151714.341000', '151714.344000', '151714.347000', '151714.350000', '151714.353000', '151714.355000', '151714.358000', '151714.361000', '151714.365000', '151714.368000', '151714.371000', '151714.374000', '151714.377000', '151714.379000', '151714.382000', '151714.385000', '151714.388000', '151714.391000', '151714.394000', '151714.396000', '151714.399000', '151714.402000', '151714.405000', '151714.408000', '151714.411000', '151714.414000', '151714.416000', '151714.419000', '151714.422000', '151714.425000', '151714.428000', '151714.431000', '151714.434000', '151734.301000', '151734.304000', '151734.307000', '151734.310000', '151734.313000', '151734.316000', '151734.318000', '151734.321000', '151734.324000', '151734.327000', '151734.330000', '151734.332000', '151734.335000', '151734.338000', '151734.341000', '151734.344000', '151734.347000', '151734.350000', '151734.352000', '151734.355000', '151734.358000', '151734.361000', '151734.364000', '151734.367000', '151734.369000', '151734.372000', '151734.375000', '151734.378000', '151734.381000', '151734.384000', '151734.386000', '151734.389000', '151734.392000', '151734.395000', '151734.398000', '151734.401000', '151734.403000', '151734.406000', '151734.409000', '151734.412000', '151734.415000', '151734.418000', '151734.421000', '151754.301000', '151754.304000', '151754.307000', '151754.310000', '151754.319000', '151754.321000', '151754.324000', '151754.327000', '151754.330000', '151754.333000', '151754.336000', '151754.339000', '151754.341000', '151754.344000', '151754.347000', '151754.350000', '151754.353000', '151754.356000', '151754.359000', '151754.361000', '151754.364000', '151754.367000', '151754.370000', '151754.373000', '151754.376000', '151754.378000', '151754.381000', '151754.384000', '151754.387000', '151754.390000', '151754.393000', '151754.396000', '151754.398000', '151754.401000', '151754.404000', '151754.407000', '151754.410000', '151754.413000', '151754.415000', '151754.418000', '151754.421000', '151754.424000', '151754.427000', '151754.430000', '151814.300000', '151814.303000', '151814.306000', '151814.309000', '151814.312000', '151814.314000', '151814.317000', '151814.320000', '151814.323000', '151814.326000', '151814.329000', '151814.331000', '151814.334000', '151814.337000', '151814.340000', '151814.343000', '151814.346000', '151814.349000', '151814.351000', '151814.354000', '151814.357000', '151814.360000', '151814.363000', '151814.366000', '151814.369000', '151814.371000', '151814.374000', '151814.377000', '151814.380000', '151814.383000', '151814.386000', '151814.388000', '151814.391000', '151814.394000', '151814.397000', '151814.400000', '151814.403000', '151814.406000', '151814.408000', '151814.411000', '151814.414000', '151814.417000', '151814.420000', '151834.300000', '151834.303000', '151834.306000', '151834.309000', '151834.311000', '151834.314000', '151834.317000', '151834.320000', '151834.323000', '151834.326000', '151834.329000', '151834.331000', '151834.334000', '151834.337000', '151834.340000', '151834.343000', '151834.346000', '151834.349000', '151834.351000', '151834.354000', '151834.357000', '151834.360000', '151834.363000', '151834.366000', '151834.375000', '151834.378000', '151834.381000', '151834.384000', '151834.387000', '151834.390000', '151834.393000', '151834.395000', '151834.398000', '151834.401000', '151834.404000', '151834.407000', '151834.410000', '151834.413000', '151834.416000', '151834.418000', '151834.421000', '151834.424000', '151834.427000', '151834.430000', '151854.300000', '151854.303000', '151854.306000', '151854.309000', '151854.312000', '151854.315000', '151854.317000', '151854.320000', '151854.323000', '151854.326000', '151854.329000', '151854.332000', '151854.334000', '151854.337000', '151854.340000', '151854.343000', '151854.346000', '151854.349000', '151854.352000', '151854.355000', '151854.357000', '151854.360000', '151854.363000', '151854.366000', '151854.369000', '151854.372000', '151854.374000', '151854.377000', '151854.380000', '151854.383000', '151854.386000', '151854.389000', '151854.392000', '151854.394000', '151854.397000', '151854.400000', '151854.403000', '151854.406000', '151854.409000', '151854.412000', '151854.414000', '151854.417000', '151854.420000', '151914.301000', '151914.304000', '151914.307000', '151914.310000', '151914.313000', '151914.316000', '151914.319000', '151914.322000', '151914.325000', '151914.328000', '151914.331000', '151914.333000', '151914.336000', '151914.339000', '151914.342000', '151914.345000', '151914.348000', '151914.351000', '151914.354000', '151914.356000', '151914.359000', '151914.362000', '151914.365000', '151914.368000', '151914.371000', '151914.374000', '151914.376000', '151914.379000', '151914.382000', '151914.385000', '151914.388000', '151914.391000', '151914.394000', '151914.396000', '151914.399000', '151914.402000', '151914.405000', '151914.408000', '151914.411000', '151914.413000', '151914.416000', '151914.419000', '151914.422000', '151934.301000', '151934.304000', '151934.307000', '151934.310000', '151934.313000', '151934.316000', '151934.318000', '151934.321000', '151934.324000', '151934.327000', '151934.330000', '151934.333000', '151934.336000', '151934.338000', '151934.341000', '151934.344000', '151934.347000', '151934.350000', '151934.353000', '151934.355000', '151934.358000', '151934.361000', '151934.364000', '151934.367000', '151934.370000', '151934.372000', '151934.392000', '151934.395000', '151934.398000', '151934.401000', '151934.403000', '151934.406000', '151934.409000', '151934.412000', '151934.415000', '151934.426000', '151934.428000', '151934.431000', '151934.434000', '151934.437000', '151934.440000', '151934.443000', '151934.446000', '151934.448000', '151954.301000', '151954.304000', '151954.307000', '151954.310000', '151954.313000', '151954.316000', '151954.319000', '151954.322000', '151954.325000', '151954.328000', '151954.332000', '151954.335000', '151954.338000', '151954.341000', '151954.344000', '151954.347000', '151954.350000', '151954.353000', '151954.355000', '151954.358000', '151954.361000', '151954.364000', '151954.367000', '151954.370000', '151954.372000', '151954.375000', '151954.378000', '151954.381000', '151954.384000', '151954.387000', '151954.390000', '151954.393000', '151954.395000', '151954.398000', '151954.401000', '151954.404000', '151954.407000', '151954.410000', '151954.412000', '151954.415000', '151954.418000', '151954.421000', '151954.424000', '152014.301000', '152014.304000', '152014.307000', '152014.310000', '152014.312000', '152014.315000', '152014.318000', '152014.321000', '152014.324000', '152014.327000', '152014.330000', '152014.333000', '152014.335000', '152014.338000', '152014.341000', '152014.344000', '152014.347000', '152014.350000', '152014.353000', '152014.355000', '152014.358000', '152014.361000', '152014.364000', '152014.367000', '152014.370000', '152014.373000', '152014.376000', '152014.378000', '152014.381000', '152014.384000', '152014.387000', '152014.390000', '152014.393000', '152014.395000', '152014.398000', '152014.401000', '152014.404000', '152014.407000', '152014.410000', '152014.413000', '152014.416000', '152014.418000', '152014.421000', '152014.424000', '152034.300000', '152034.303000', '152034.306000', '152034.309000', '152034.312000', '152034.314000', '152034.317000', '152034.320000', '152034.323000', '152034.326000', '152034.329000', '152034.332000', '152034.335000', '152034.338000', '152034.340000', '152034.343000', '152034.346000', '152034.350000', '152034.355000', '152034.358000', '152034.361000', '152034.364000', '152034.367000', '152034.370000', '152034.373000', '152034.376000', '152034.379000', '152034.381000', '152034.384000', '152034.387000', '152034.390000', '152034.393000', '152034.396000', '152034.398000', '152034.401000', '152034.404000', '152034.407000', '152034.410000', '152034.413000', '152034.416000', '152034.419000', '152034.421000', '152034.424000', '152054.300000', '152054.303000', '152054.306000', '152054.309000', '152054.312000', '152054.315000', '152054.318000', '152054.320000', '152054.323000', '152054.326000', '152054.329000', '152054.332000', '152054.335000', '152054.338000', '152054.341000', '152054.344000', '152054.347000', '152054.350000', '152054.352000', '152054.355000', '152054.358000', '152054.361000', '152054.364000', '152054.367000', '152054.369000', '152054.372000', '152054.375000', '152054.378000', '152054.381000', '152054.384000', '152054.387000', '152054.389000', '152054.392000', '152054.395000', '152054.398000', '152054.401000', '152054.404000', '152054.422000', '152054.425000', '152054.428000', '152054.431000', '152054.434000', '152054.437000', '152054.440000', '152114.300000', '152114.303000', '152114.306000', '152114.309000', '152114.312000', '152114.314000', '152114.317000', '152114.320000', '152114.323000', '152114.326000', '152114.329000', '152114.332000', '152114.335000', '152114.337000', '152114.340000', '152114.343000', '152114.346000', '152114.349000', '152114.352000', '152114.355000', '152114.358000', '152114.360000', '152114.363000', '152114.366000', '152114.370000', '152114.372000', '152114.375000', '152114.378000', '152114.381000', '152114.384000', '152114.387000', '152114.390000', '152114.393000', '152114.396000', '152114.398000', '152114.401000', '152114.404000', '152114.407000', '152114.410000', '152114.413000', '152114.416000', '152114.419000', '152114.421000', '152134.301000', '152134.305000', '152134.308000', '152134.311000', '152134.314000', '152134.317000', '152134.320000', '152134.323000', '152134.326000', '152134.328000', '152134.331000', '152134.334000', '152134.337000', '152134.340000', '152134.343000', '152134.345000', '152134.348000', '152134.351000', '152134.354000', '152134.357000', '152134.360000', '152134.363000', '152134.366000', '152134.368000', '152134.371000', '152134.374000', '152134.377000', '152134.380000', '152134.383000', '152134.386000', '152134.388000', '152134.391000', '152134.394000', '152134.397000', '152134.400000', '152134.402000', '152134.406000', '152134.408000', '152134.411000', '152134.414000', '152134.417000', '152134.420000', '152134.423000', '152134.426000', '152154.301000', '152154.304000', '152154.307000', '152154.310000', '152154.313000', '152154.316000', '152154.319000', '152154.322000', '152154.325000', '152154.328000', '152154.331000', '152154.334000', '152154.337000', '152154.339000', '152154.342000', '152154.345000', '152154.348000', '152154.351000', '152154.354000', '152154.357000', '152154.360000', '152154.363000', '152154.366000', '152154.369000', '152154.372000', '152154.375000', '152154.377000', '152154.380000', '152154.383000', '152154.386000', '152154.389000', '152154.392000', '152154.395000', '152154.398000', '152154.401000', '152154.404000', '152154.407000', '152154.410000', '152154.413000', '152154.416000', '152154.419000', '152154.421000', '152154.424000', '152214.301000', '152214.304000', '152214.307000', '152214.310000', '152214.313000', '152214.316000', '152214.318000', '152214.322000', '152214.324000', '152214.327000', '152214.330000', '152214.333000', '152214.336000', '152214.338000', '152214.341000', '152214.344000', '152214.347000', '152214.350000', '152214.353000', '152214.356000', '152214.359000', '152214.361000', '152214.364000', '152214.367000', '152214.370000', '152214.373000', '152214.376000', '152214.379000', '152214.381000', '152214.384000', '152214.387000', '152214.390000', '152214.393000', '152214.396000', '152214.399000', '152214.402000', '152214.404000', '152214.407000', '152214.410000', '152214.413000', '152214.416000', '152214.419000', '152214.422000', '152214.425000', '152234.301000', '152234.304000', '152234.307000', '152234.310000', '152234.313000', '152234.316000', '152234.319000', '152234.321000', '152234.324000', '152234.327000', '152234.330000', '152234.333000', '152234.336000', '152234.339000', '152234.341000', '152234.344000', '152234.347000', '152234.350000', '152234.353000', '152234.356000', '152234.358000', '152234.361000', '152234.364000', '152234.367000', '152234.370000', '152234.373000', '152234.376000', '152234.378000', '152234.381000', '152234.384000', '152234.387000', '152234.390000', '152234.393000', '152234.396000', '152234.399000', '152234.403000', '152234.406000', '152234.409000', '152234.412000', '152234.415000', '152234.418000', '152234.421000', '152234.424000', '152236.754000', '152236.758000', '152236.761000', '152236.764000', '152236.769000', '152236.772000'], 'InstanceCreationTime': ['151534.334000', '151534.337000', '151534.340000', '151534.343000', '151534.351000', '151534.354000', '151534.357000', '151534.361000', '151534.364000', '151534.367000', '151534.370000', '151534.372000', '151534.375000', '151534.378000', '151534.381000', '151534.384000', '151534.387000', '151534.389000', '151534.392000', '151534.395000', '151534.398000', '151534.401000', '151534.404000', '151534.406000', '151534.409000', '151534.412000', '151534.415000', '151534.418000', '151534.421000', '151534.424000', '151534.427000', '151534.430000', '151534.433000', '151534.436000', '151534.439000', '151534.442000', '151534.445000', '151534.447000', '151534.464000', '151534.467000', '151534.470000', '151534.473000', '151534.476000', '151534.478000', '151534.481000', '151534.484000', '151534.487000', '151534.490000', '151554.300000', '151554.303000', '151554.306000', '151554.309000', '151554.311000', '151554.324000', '151554.327000', '151554.330000', '151554.333000', '151554.336000', '151554.338000', '151554.341000', '151554.344000', '151554.347000', '151554.350000', '151554.352000', '151554.355000', '151554.358000', '151554.361000', '151554.364000', '151554.366000', '151554.377000', '151554.380000', '151554.383000', '151554.385000', '151554.388000', '151554.391000', '151554.394000', '151554.397000', '151554.400000', '151554.403000', '151554.405000', '151554.408000', '151554.411000', '151554.414000', '151554.417000', '151554.420000', '151554.423000', '151554.425000', '151554.428000', '151554.431000', '151554.434000', '151554.437000', '151554.439000', '151614.300000', '151614.303000', '151614.306000', '151614.309000', '151614.311000', '151614.314000', '151614.317000', '151614.320000', '151614.323000', '151614.326000', '151614.328000', '151614.331000', '151614.334000', '151614.337000', '151614.340000', '151614.343000', '151614.345000', '151614.348000', '151614.351000', '151614.354000', '151614.357000', '151614.359000', '151614.362000', '151614.365000', '151614.368000', '151614.371000', '151614.374000', '151614.376000', '151614.379000', '151614.382000', '151614.385000', '151614.388000', '151614.390000', '151614.393000', '151614.396000', '151614.405000', '151614.408000', '151614.411000', '151614.414000', '151614.417000', '151614.420000', '151614.422000', '151614.425000', '151634.300000', '151634.303000', '151634.306000', '151634.308000', '151634.311000', '151634.324000', '151634.327000', '151634.330000', '151634.333000', '151634.336000', '151634.338000', '151634.341000', '151634.344000', '151634.347000', '151634.350000', '151634.356000', '151634.359000', '151634.361000', '151634.364000', '151634.367000', '151634.370000', '151634.373000', '151634.376000', '151634.379000', '151634.381000', '151634.384000', '151634.387000', '151634.390000', '151634.393000', '151634.395000', '151634.398000', '151634.401000', '151634.404000', '151634.407000', '151634.410000', '151634.413000', '151634.415000', '151634.418000', '151634.421000', '151634.424000', '151634.427000', '151634.429000', '151634.432000', '151634.435000', '151654.300000', '151654.303000', '151654.306000', '151654.309000', '151654.312000', '151654.314000', '151654.317000', '151654.320000', '151654.323000', '151654.326000', '151654.329000', '151654.331000', '151654.334000', '151654.338000', '151654.341000', '151654.344000', '151654.347000', '151654.349000', '151654.352000', '151654.355000', '151654.358000', '151654.361000', '151654.364000', '151654.366000', '151654.369000', '151654.372000', '151654.375000', '151654.378000', '151654.381000', '151654.385000', '151654.388000', '151654.391000', '151654.393000', '151654.396000', '151654.400000', '151654.403000', '151654.406000', '151654.409000', '151654.412000', '151654.415000', '151654.417000', '151654.420000', '151654.423000', '151714.301000', '151714.304000', '151714.307000', '151714.318000', '151714.321000', '151714.324000', '151714.327000', '151714.330000', '151714.333000', '151714.335000', '151714.338000', '151714.341000', '151714.344000', '151714.347000', '151714.350000', '151714.353000', '151714.355000', '151714.358000', '151714.361000', '151714.365000', '151714.368000', '151714.371000', '151714.374000', '151714.377000', '151714.379000', '151714.382000', '151714.385000', '151714.388000', '151714.391000', '151714.394000', '151714.396000', '151714.399000', '151714.402000', '151714.405000', '151714.408000', '151714.411000', '151714.414000', '151714.416000', '151714.419000', '151714.422000', '151714.425000', '151714.428000', '151714.431000', '151714.434000', '151734.301000', '151734.304000', '151734.307000', '151734.310000', '151734.313000', '151734.316000', '151734.318000', '151734.321000', '151734.324000', '151734.327000', '151734.330000', '151734.332000', '151734.335000', '151734.338000', '151734.341000', '151734.344000', '151734.347000', '151734.350000', '151734.352000', '151734.355000', '151734.358000', '151734.361000', '151734.364000', '151734.367000', '151734.369000', '151734.372000', '151734.375000', '151734.378000', '151734.381000', '151734.384000', '151734.386000', '151734.389000', '151734.392000', '151734.395000', '151734.398000', '151734.401000', '151734.403000', '151734.406000', '151734.409000', '151734.412000', '151734.415000', '151734.418000', '151734.421000', '151754.301000', '151754.304000', '151754.307000', '151754.310000', '151754.319000', '151754.321000', '151754.324000', '151754.327000', '151754.330000', '151754.333000', '151754.336000', '151754.339000', '151754.341000', '151754.344000', '151754.347000', '151754.350000', '151754.353000', '151754.356000', '151754.359000', '151754.361000', '151754.364000', '151754.367000', '151754.370000', '151754.373000', '151754.376000', '151754.378000', '151754.381000', '151754.384000', '151754.387000', '151754.390000', '151754.393000', '151754.396000', '151754.398000', '151754.401000', '151754.404000', '151754.407000', '151754.410000', '151754.413000', '151754.415000', '151754.418000', '151754.421000', '151754.424000', '151754.427000', '151754.430000', '151814.300000', '151814.303000', '151814.306000', '151814.309000', '151814.312000', '151814.314000', '151814.317000', '151814.320000', '151814.323000', '151814.326000', '151814.329000', '151814.331000', '151814.334000', '151814.337000', '151814.340000', '151814.343000', '151814.346000', '151814.349000', '151814.351000', '151814.354000', '151814.357000', '151814.360000', '151814.363000', '151814.366000', '151814.369000', '151814.371000', '151814.374000', '151814.377000', '151814.380000', '151814.383000', '151814.386000', '151814.388000', '151814.391000', '151814.394000', '151814.397000', '151814.400000', '151814.403000', '151814.406000', '151814.408000', '151814.411000', '151814.414000', '151814.417000', '151814.420000', '151834.300000', '151834.303000', '151834.306000', '151834.309000', '151834.311000', '151834.314000', '151834.317000', '151834.320000', '151834.323000', '151834.326000', '151834.329000', '151834.331000', '151834.334000', '151834.337000', '151834.340000', '151834.343000', '151834.346000', '151834.349000', '151834.351000', '151834.354000', '151834.357000', '151834.360000', '151834.363000', '151834.366000', '151834.375000', '151834.378000', '151834.381000', '151834.384000', '151834.387000', '151834.390000', '151834.393000', '151834.395000', '151834.398000', '151834.401000', '151834.404000', '151834.407000', '151834.410000', '151834.413000', '151834.416000', '151834.418000', '151834.421000', '151834.424000', '151834.427000', '151834.430000', '151854.300000', '151854.303000', '151854.306000', '151854.309000', '151854.312000', '151854.315000', '151854.317000', '151854.320000', '151854.323000', '151854.326000', '151854.329000', '151854.332000', '151854.334000', '151854.337000', '151854.340000', '151854.343000', '151854.346000', '151854.349000', '151854.352000', '151854.355000', '151854.357000', '151854.360000', '151854.363000', '151854.366000', '151854.369000', '151854.372000', '151854.374000', '151854.377000', '151854.380000', '151854.383000', '151854.386000', '151854.389000', '151854.392000', '151854.394000', '151854.397000', '151854.400000', '151854.403000', '151854.406000', '151854.409000', '151854.412000', '151854.414000', '151854.417000', '151854.420000', '151914.301000', '151914.304000', '151914.307000', '151914.310000', '151914.313000', '151914.316000', '151914.319000', '151914.322000', '151914.325000', '151914.328000', '151914.331000', '151914.333000', '151914.336000', '151914.339000', '151914.342000', '151914.345000', '151914.348000', '151914.351000', '151914.354000', '151914.356000', '151914.359000', '151914.362000', '151914.365000', '151914.368000', '151914.371000', '151914.374000', '151914.376000', '151914.379000', '151914.382000', '151914.385000', '151914.388000', '151914.391000', '151914.394000', '151914.396000', '151914.399000', '151914.402000', '151914.405000', '151914.408000', '151914.411000', '151914.413000', '151914.416000', '151914.419000', '151914.422000', '151934.301000', '151934.304000', '151934.307000', '151934.310000', '151934.313000', '151934.316000', '151934.318000', '151934.321000', '151934.324000', '151934.327000', '151934.330000', '151934.333000', '151934.336000', '151934.338000', '151934.341000', '151934.344000', '151934.347000', '151934.350000', '151934.353000', '151934.355000', '151934.358000', '151934.361000', '151934.364000', '151934.367000', '151934.370000', '151934.372000', '151934.392000', '151934.395000', '151934.398000', '151934.401000', '151934.403000', '151934.406000', '151934.409000', '151934.412000', '151934.415000', '151934.426000', '151934.428000', '151934.431000', '151934.434000', '151934.437000', '151934.440000', '151934.443000', '151934.446000', '151934.448000', '151954.301000', '151954.304000', '151954.307000', '151954.310000', '151954.313000', '151954.316000', '151954.319000', '151954.322000', '151954.325000', '151954.328000', '151954.332000', '151954.335000', '151954.338000', '151954.341000', '151954.344000', '151954.347000', '151954.350000', '151954.353000', '151954.355000', '151954.358000', '151954.361000', '151954.364000', '151954.367000', '151954.370000', '151954.372000', '151954.375000', '151954.378000', '151954.381000', '151954.384000', '151954.387000', '151954.390000', '151954.393000', '151954.395000', '151954.398000', '151954.401000', '151954.404000', '151954.407000', '151954.410000', '151954.412000', '151954.415000', '151954.418000', '151954.421000', '151954.424000', '152014.301000', '152014.304000', '152014.307000', '152014.310000', '152014.312000', '152014.315000', '152014.318000', '152014.321000', '152014.324000', '152014.327000', '152014.330000', '152014.333000', '152014.335000', '152014.338000', '152014.341000', '152014.344000', '152014.347000', '152014.350000', '152014.353000', '152014.355000', '152014.358000', '152014.361000', '152014.364000', '152014.367000', '152014.370000', '152014.373000', '152014.376000', '152014.378000', '152014.381000', '152014.384000', '152014.387000', '152014.390000', '152014.393000', '152014.395000', '152014.398000', '152014.401000', '152014.404000', '152014.407000', '152014.410000', '152014.413000', '152014.416000', '152014.418000', '152014.421000', '152014.424000', '152034.300000', '152034.303000', '152034.306000', '152034.309000', '152034.312000', '152034.314000', '152034.317000', '152034.320000', '152034.323000', '152034.326000', '152034.329000', '152034.332000', '152034.335000', '152034.338000', '152034.340000', '152034.343000', '152034.346000', '152034.350000', '152034.355000', '152034.358000', '152034.361000', '152034.364000', '152034.367000', '152034.370000', '152034.373000', '152034.376000', '152034.379000', '152034.381000', '152034.384000', '152034.387000', '152034.390000', '152034.393000', '152034.396000', '152034.398000', '152034.401000', '152034.404000', '152034.407000', '152034.410000', '152034.413000', '152034.416000', '152034.419000', '152034.421000', '152034.424000', '152054.300000', '152054.303000', '152054.306000', '152054.309000', '152054.312000', '152054.315000', '152054.318000', '152054.320000', '152054.323000', '152054.326000', '152054.329000', '152054.332000', '152054.335000', '152054.338000', '152054.341000', '152054.344000', '152054.347000', '152054.350000', '152054.352000', '152054.355000', '152054.358000', '152054.361000', '152054.364000', '152054.367000', '152054.369000', '152054.372000', '152054.375000', '152054.378000', '152054.381000', '152054.384000', '152054.387000', '152054.389000', '152054.392000', '152054.395000', '152054.398000', '152054.401000', '152054.404000', '152054.422000', '152054.425000', '152054.428000', '152054.431000', '152054.434000', '152054.437000', '152054.440000', '152114.300000', '152114.303000', '152114.306000', '152114.309000', '152114.312000', '152114.314000', '152114.317000', '152114.320000', '152114.323000', '152114.326000', '152114.329000', '152114.332000', '152114.335000', '152114.337000', '152114.340000', '152114.343000', '152114.346000', '152114.349000', '152114.352000', '152114.355000', '152114.358000', '152114.360000', '152114.363000', '152114.366000', '152114.370000', '152114.372000', '152114.375000', '152114.378000', '152114.381000', '152114.384000', '152114.387000', '152114.390000', '152114.393000', '152114.396000', '152114.398000', '152114.401000', '152114.404000', '152114.407000', '152114.410000', '152114.413000', '152114.416000', '152114.419000', '152114.421000', '152134.301000', '152134.305000', '152134.308000', '152134.311000', '152134.314000', '152134.317000', '152134.320000', '152134.323000', '152134.326000', '152134.328000', '152134.331000', '152134.334000', '152134.337000', '152134.340000', '152134.343000', '152134.345000', '152134.348000', '152134.351000', '152134.354000', '152134.357000', '152134.360000', '152134.363000', '152134.366000', '152134.368000', '152134.371000', '152134.374000', '152134.377000', '152134.380000', '152134.383000', '152134.386000', '152134.388000', '152134.391000', '152134.394000', '152134.397000', '152134.400000', '152134.402000', '152134.406000', '152134.408000', '152134.411000', '152134.414000', '152134.417000', '152134.420000', '152134.423000', '152134.426000', '152154.301000', '152154.304000', '152154.307000', '152154.310000', '152154.313000', '152154.316000', '152154.319000', '152154.322000', '152154.325000', '152154.328000', '152154.331000', '152154.334000', '152154.337000', '152154.339000', '152154.342000', '152154.345000', '152154.348000', '152154.351000', '152154.354000', '152154.357000', '152154.360000', '152154.363000', '152154.366000', '152154.369000', '152154.372000', '152154.375000', '152154.377000', '152154.380000', '152154.383000', '152154.386000', '152154.389000', '152154.392000', '152154.395000', '152154.398000', '152154.401000', '152154.404000', '152154.407000', '152154.410000', '152154.413000', '152154.416000', '152154.419000', '152154.421000', '152154.424000', '152214.301000', '152214.304000', '152214.307000', '152214.310000', '152214.313000', '152214.316000', '152214.318000', '152214.322000', '152214.324000', '152214.327000', '152214.330000', '152214.333000', '152214.336000', '152214.338000', '152214.341000', '152214.344000', '152214.347000', '152214.350000', '152214.353000', '152214.356000', '152214.359000', '152214.361000', '152214.364000', '152214.367000', '152214.370000', '152214.373000', '152214.376000', '152214.379000', '152214.381000', '152214.384000', '152214.387000', '152214.390000', '152214.393000', '152214.396000', '152214.399000', '152214.402000', '152214.404000', '152214.407000', '152214.410000', '152214.413000', '152214.416000', '152214.419000', '152214.422000', '152214.425000', '152234.301000', '152234.304000', '152234.307000', '152234.310000', '152234.313000', '152234.316000', '152234.319000', '152234.321000', '152234.324000', '152234.327000', '152234.330000', '152234.333000', '152234.336000', '152234.339000', '152234.341000', '152234.344000', '152234.347000', '152234.350000', '152234.353000', '152234.356000', '152234.358000', '152234.361000', '152234.364000', '152234.367000', '152234.370000', '152234.373000', '152234.376000', '152234.378000', '152234.381000', '152234.384000', '152234.387000', '152234.390000', '152234.393000', '152234.396000', '152234.399000', '152234.403000', '152234.406000', '152234.409000', '152234.412000', '152234.415000', '152234.418000', '152234.421000', '152234.424000', '152236.754000', '152236.758000', '152236.761000', '152236.764000', '152236.769000', '152236.772000'], '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': [13657, 16444, 10041, 13430, 9959, 9801, 10273, 9809, 13608, 9849, 12346, 9774, 13538, 9792, 9764, 11875, 9850, 11286, 9889, 10958, 9960, 9896, 9983, 9783, 12440, 9750, 11081, 9919, 10567, 9851, 10311, 13563, 13031, 17687, 10059, 13043, 9961, 10924, 10045, 12735, 9926, 10797, 9421, 9727, 15360, 9945, 14904, 10576, 16688, 9845, 10575, 9646, 9643, 16298, 11647, 19938, 9798, 16014, 9831, 10738, 9867, 11533, 9782, 14090, 9707, 9542, 9458, 9469, 13506, 9989, 16788, 9702, 10986, 9504, 9878, 9611, 10552, 10293, 15204, 10595, 9564, 10996, 9550, 11913, 9443, 12704, 9500, 12668, 9671, 9556, 9312, 9425, 13037, 9872, 14152, 9633, 11358, 9793, 9419, 9408, 9435, 13184, 10137, 15189, 9555, 10533, 9609, 9367, 9438, 9676, 12679, 11638, 17781, 9579, 13299, 9768, 11067, 9461, 12141, 9486, 14604, 9429, 9498, 10487, 9461, 12075, 9286, 12926, 9621, 10829, 9357, 9666, 9780, 9357, 12330, 9568, 10318, 9533, 10518, 9579, 10770, 9676, 11007, 10345, 10034, 9774, 9717, 12108, 9895, 12126, 9928, 10736, 9618, 13617, 10003, 11343, 9895, 9786, 13092, 10372, 20994, 15801, 20148, 9928, 14051, 9622, 12557, 9575, 21639, 10382, 10406, 12645, 9939, 12377, 10117, 11435, 9870, 10365, 9677, 9713, 9841, 9762, 13966, 9825, 11524, 9876, 11283, 9779, 11015, 9585, 9590, 11118, 11856, 14603, 9573, 13620, 9738, 11130, 9754, 11272, 17909, 13897, 21257, 10003, 13951, 9925, 9859, 9468, 10797, 11536, 9645, 13061, 9687, 10338, 9527, 10444, 9745, 10851, 9517, 9876, 13952, 9545, 13414, 9760, 11069, 9855, 9928, 9792, 9581, 11423, 9678, 10346, 10147, 10048, 9924, 10214, 9672, 12853, 9867, 9913, 13980, 9815, 16154, 11893, 21293, 12117, 15662, 9837, 9741, 21666, 10082, 18477, 14119, 19597, 9864, 10195, 9861, 9917, 9769, 13367, 10234, 9688, 13336, 9808, 11512, 9658, 12654, 9649, 13549, 9809, 9686, 9728, 9944, 11641, 9776, 11026, 9870, 10682, 10118, 11261, 10102, 10227, 9726, 9928, 13593, 9756, 12011, 10886, 13255, 9909, 10222, 10020, 9571, 9894, 12190, 15355, 9880, 15051, 9926, 10860, 9863, 11089, 9877, 17783, 10022, 10246, 9811, 9921, 19999, 10509, 19384, 10767, 14715, 9974, 10147, 10057, 9684, 15311, 9702, 12021, 10001, 10424, 10038, 10965, 9856, 11626, 9972, 10148, 10305, 9937, 10988, 9930, 12696, 10053, 10656, 9848, 9880, 10794, 10218, 19438, 12608, 20181, 9933, 14440, 9926, 11460, 10329, 19427, 9881, 10213, 9864, 10010, 12665, 9744, 12626, 10604, 20516, 9920, 10308, 9777, 9861, 16721, 9840, 12470, 10120, 10340, 9909, 10412, 10017, 10038, 9847, 9987, 12932, 10382, 12088, 10124, 10873, 10317, 9826, 10188, 9928, 14714, 10101, 11396, 10112, 10060, 10127, 9966, 9935, 13776, 11072, 19192, 13208, 18915, 10141, 10774, 9986, 11887, 9983, 16965, 10067, 9990, 9931, 9821, 13645, 10269, 17193, 9961, 10773, 9963, 9906, 9692, 11992, 10526, 10482, 15007, 9917, 12742, 9973, 13561, 12160, 22280, 11263, 10395, 11429, 10164, 13690, 10155, 12120, 10210, 9955, 9835, 9831, 9613, 10232, 9766, 10277, 11425, 10147, 10462, 9984, 12123, 9929, 11081, 9979, 10141, 11885, 10021, 15586, 10880, 14174, 10100, 11621, 10340, 10591, 12266, 19295, 14382, 10039, 20330, 10186, 11103, 10129, 10104, 10266, 10189, 10994, 10266, 10997, 10179, 10382, 9954, 10575, 10060, 10151, 12642, 10030, 12005, 10180, 10715, 10136, 10579, 9938, 16015, 10267, 10038, 9751, 10148, 13352, 10576, 15992, 12205, 20828, 10314, 10267, 10024, 10093, 12235, 10172, 16508, 10275, 11902, 10402, 10539, 9868, 10328, 10007, 14552, 10193, 10204, 10037, 10061, 12885, 10213, 17722, 9910, 12470, 9979, 10082, 9838, 10230, 11745, 10095, 13568, 10067, 10027, 10129, 10626, 9945, 14860, 10077, 9903, 11901, 9878, 12131, 10075, 17418, 10105, 13628, 10040, 10488, 9800, 9817, 14288, 11277, 22161, 10012, 17772, 10019, 11912, 9981, 11527, 10106, 21038, 10060, 9852, 9769, 9954, 15946, 10355, 20877, 10014, 13229, 9897, 10171, 9945, 9872, 9882, 9945, 13005, 10085, 10403, 10054, 10129, 9749, 10646, 9897, 10199, 9858, 10044, 15042, 10238, 11495, 10092, 11219, 9924, 11431, 10108, 10092, 9796, 10780, 10096, 20451, 10869, 12900, 9842, 11188, 13212, 9866, 16078, 11064, 15953, 9991, 11029, 9946, 10440, 9976, 14744, 10028, 9966, 15055, 10099, 12289, 10263, 13754, 9838, 16036, 9732, 10143, 9545, 9955, 14728, 10538, 12738, 9939, 11920, 9746, 9980, 9432, 9727, 13963, 11848, 21754, 13711, 17804, 9805, 11405, 9647, 10365, 9941, 12547, 12397, 10818, 17393, 9764, 12654, 9618, 11176, 9592, 16928, 9686, 10550, 9425, 9542, 11912, 10012, 11875, 10056, 12091, 9864, 9333, 9812, 9644, 10290, 13324, 13110, 9865, 15002, 9820, 11342, 10041, 11688, 9769, 14827, 9858, 9630, 9653, 9807, 15600, 10073, 16800, 9858, 13326, 9792, 9525, 10129, 10273, 13518, 10320, 13510, 10079, 9784, 10060, 10274, 9765, 10134, 9585, 9941, 13169, 9960, 10983, 9888, 11639, 9924, 10187, 9861, 9975, 9920, 9907, 17104, 13244, 20880, 12421, 19353, 9913, 15693, 10272, 13869, 10266, 21727, 11513, 10861, 9822, 9797, 11517, 9989, 15091, 11614, 20922, 9891, 9752, 9795, 9502, 9702, 9969, 13193, 9991, 15491, 9927, 9873, 9998, 10269, 9903, 13735, 9799, 9696, 9577, 9918, 14171, 9950, 17686, 9824, 13063, 9824, 10230, 9871, 10313, 10002, 19076, 10081, 12648, 9901, 10247, 9616, 9901, 12706, 10812, 21483, 14576, 12206, 9557, 12237, 9763, 12673, 9896, 13438, 9758, 10398, 9772, 9815, 9221, 10055, 13693, 11095, 12800, 9774, 9527, 9752, 10454, 10070, 13674, 9539, 9601, 11172, 9630, 12168, 9830, 15467, 9552, 12074, 9654, 10399, 9615, 10837, 16220, 16393, 15073, 9911, 12205, 9795, 11590, 9637, 11867, 9886, 9479, 9521, 9822, 11921, 9656, 11656, 9705, 9632, 9449, 10943, 9772, 9841, 9682, 9628, 11646, 9603, 18118, 12623, 19836, 9692, 11920, 9779, 9568, 9657, 11251, 10546, 21483, 10003, 15760, 10061, 10445, 9765, 10867, 9982, 20448, 16606, 20249, 9482, 14817, 9810, 10070, 9785, 9998, 12524, 11171, 17357, 9857, 13964, 9549, 10981, 9672, 9775, 9762, 9344, 9537, 9706, 9612, 10067, 12508, 10225, 17598, 9461, 14665, 9417, 11154, 9634, 10557, 14763, 19217, 11530, 9402, 12145, 9570, 11604, 9678, 11936, 9711, 10301, 9695, 9226, 9495, 9583, 14509, 10999, 18805, 9502, 12992, 9433, 10669, 9692, 10420, 9933, 9804, 9632, 9748, 12516, 9816, 11972, 9789, 10128, 9842, 9940, 9657, 9623, 10671, 9480, 14393, 10774, 15158, 10070, 20380, 9810, 10796, 9933, 8889, 9795, 9522, 10829, 16037, 11186, 9492, 9688, 9543, 15368, 9779, 12716, 9928, 19781, 9847, 9182, 9881, 10004, 9965, 10098, 12148, 9988, 15325, 10078, 10798, 9987, 10963, 9856, 16464, 9873, 9385, 9790, 9631, 9482, 9776, 14188, 10049, 14624, 9692], 'WindowCenter': [4349.0, 4330.0, 4278.0, 4307.0, 4265.0, 4266.0, 4262.0, 4263.0, 4294.0, 4263.0, 4284.0, 4263.0, 4294.0, 4261.0, 4263.0, 4282.0, 4272.0, 4273.0, 4275.0, 4287.0, 4265.0, 4276.0, 4274.0, 4277.0, 4295.0, 4277.0, 4285.0, 4275.0, 4275.0, 4264.0, 4276.0, 4295.0, 4295.0, 4314.0, 4264.0, 4294.0, 4263.0, 4273.0, 4264.0, 4292.0, 4263.0, 4275.0, 4253.0, 4263.0, 4302.0, 4263.0, 4303.0, 4263.0, 4303.0, 4261.0, 4262.0, 4252.0, 4263.0, 4303.0, 4272.0, 4313.0, 4251.0, 4291.0, 4252.0, 4262.0, 4263.0, 4272.0, 4249.0, 4293.0, 4250.0, 4252.0, 4249.0, 4253.0, 4281.0, 4262.0, 4302.0, 4250.0, 4261.0, 4251.0, 4250.0, 4251.0, 4261.0, 4260.0, 4304.0, 4261.0, 4252.0, 4260.0, 4249.0, 4270.0, 4252.0, 4280.0, 4250.0, 4280.0, 4251.0, 4250.0, 4239.0, 4252.0, 4282.0, 4261.0, 4292.0, 4251.0, 4260.0, 4248.0, 4251.0, 4250.0, 4253.0, 4282.0, 4261.0, 4292.0, 4252.0, 4261.0, 4251.0, 4250.0, 4250.0, 4252.0, 4282.0, 4274.0, 4302.0, 4253.0, 4281.0, 4251.0, 4262.0, 4252.0, 4270.0, 4250.0, 4293.0, 4241.0, 4251.0, 4261.0, 4251.0, 4272.0, 4252.0, 4283.0, 4251.0, 4262.0, 4240.0, 4263.0, 4262.0, 4264.0, 4282.0, 4265.0, 4263.0, 4264.0, 4275.0, 4266.0, 4285.0, 4266.0, 4288.0, 4276.0, 4277.0, 4276.0, 4277.0, 4295.0, 4279.0, 4297.0, 4278.0, 4286.0, 4266.0, 4307.0, 4265.0, 4288.0, 4263.0, 4266.0, 4295.0, 4277.0, 4325.0, 4306.0, 4314.0, 4252.0, 4281.0, 4251.0, 4274.0, 4252.0, 4315.0, 4250.0, 4261.0, 4269.0, 4252.0, 4272.0, 4263.0, 4273.0, 4263.0, 4263.0, 4252.0, 4252.0, 4251.0, 4263.0, 4292.0, 4264.0, 4273.0, 4264.0, 4274.0, 4264.0, 4274.0, 4252.0, 4264.0, 4274.0, 4283.0, 4293.0, 4254.0, 4282.0, 4252.0, 4261.0, 4239.0, 4261.0, 4301.0, 4281.0, 4301.0, 4250.0, 4279.0, 4251.0, 4250.0, 4251.0, 4259.0, 4271.0, 4252.0, 4280.0, 4252.0, 4249.0, 4253.0, 4263.0, 4252.0, 4271.0, 4253.0, 4263.0, 4292.0, 4253.0, 4282.0, 4264.0, 4274.0, 4262.0, 4263.0, 4263.0, 4264.0, 4284.0, 4264.0, 4264.0, 4274.0, 4266.0, 4277.0, 4278.0, 4266.0, 4298.0, 4267.0, 4277.0, 4296.0, 4263.0, 4307.0, 4287.0, 4315.0, 4273.0, 4294.0, 4251.0, 4252.0, 4312.0, 4252.0, 4301.0, 4284.0, 4301.0, 4252.0, 4250.0, 4251.0, 4250.0, 4252.0, 4284.0, 4251.0, 4251.0, 4280.0, 4251.0, 4272.0, 4252.0, 4282.0, 4251.0, 4282.0, 4251.0, 4251.0, 4250.0, 4263.0, 4271.0, 4263.0, 4262.0, 4262.0, 4263.0, 4262.0, 4274.0, 4262.0, 4264.0, 4263.0, 4265.0, 4293.0, 4266.0, 4283.0, 4275.0, 4284.0, 4263.0, 4263.0, 4251.0, 4264.0, 4264.0, 4284.0, 4294.0, 4254.0, 4292.0, 4253.0, 4261.0, 4262.0, 4273.0, 4263.0, 4305.0, 4251.0, 4264.0, 4252.0, 4253.0, 4304.0, 4262.0, 4302.0, 4262.0, 4281.0, 4251.0, 4251.0, 4251.0, 4252.0, 4293.0, 4254.0, 4271.0, 4262.0, 4262.0, 4262.0, 4274.0, 4262.0, 4274.0, 4262.0, 4264.0, 4262.0, 4265.0, 4274.0, 4266.0, 4295.0, 4266.0, 4276.0, 4264.0, 4265.0, 4276.0, 4274.0, 4316.0, 4286.0, 4314.0, 4264.0, 4293.0, 4252.0, 4274.0, 4262.0, 4312.0, 4251.0, 4264.0, 4252.0, 4252.0, 4281.0, 4251.0, 4272.0, 4261.0, 4313.0, 4251.0, 4252.0, 4251.0, 4253.0, 4291.0, 4252.0, 4272.0, 4261.0, 4261.0, 4252.0, 4262.0, 4253.0, 4264.0, 4261.0, 4263.0, 4284.0, 4265.0, 4283.0, 4262.0, 4262.0, 4275.0, 4265.0, 4262.0, 4263.0, 4292.0, 4265.0, 4273.0, 4275.0, 4264.0, 4276.0, 4274.0, 4277.0, 4296.0, 4285.0, 4316.0, 4297.0, 4315.0, 4264.0, 4262.0, 4251.0, 4273.0, 4252.0, 4304.0, 4251.0, 4263.0, 4251.0, 4262.0, 4282.0, 4263.0, 4301.0, 4263.0, 4261.0, 4263.0, 4263.0, 4252.0, 4286.0, 4262.0, 4264.0, 4293.0, 4253.0, 4271.0, 4252.0, 4283.0, 4272.0, 4315.0, 4262.0, 4252.0, 4260.0, 4252.0, 4280.0, 4262.0, 4270.0, 4251.0, 4250.0, 4250.0, 4252.0, 4252.0, 4263.0, 4252.0, 4264.0, 4271.0, 4262.0, 4264.0, 4265.0, 4273.0, 4263.0, 4274.0, 4263.0, 4263.0, 4273.0, 4264.0, 4304.0, 4275.0, 4292.0, 4264.0, 4272.0, 4262.0, 4263.0, 4272.0, 4305.0, 4281.0, 4251.0, 4300.0, 4249.0, 4261.0, 4251.0, 4250.0, 4252.0, 4264.0, 4261.0, 4263.0, 4262.0, 4264.0, 4263.0, 4264.0, 4265.0, 4252.0, 4265.0, 4285.0, 4265.0, 4272.0, 4264.0, 4262.0, 4266.0, 4275.0, 4267.0, 4307.0, 4264.0, 4265.0, 4252.0, 4263.0, 4282.0, 4263.0, 4304.0, 4284.0, 4315.0, 4263.0, 4262.0, 4252.0, 4263.0, 4273.0, 4264.0, 4303.0, 4263.0, 4272.0, 4264.0, 4275.0, 4265.0, 4265.0, 4252.0, 4296.0, 4264.0, 4264.0, 4254.0, 4264.0, 4283.0, 4264.0, 4304.0, 4254.0, 4284.0, 4251.0, 4261.0, 4252.0, 4264.0, 4272.0, 4263.0, 4281.0, 4263.0, 4262.0, 4264.0, 4266.0, 4252.0, 4295.0, 4253.0, 4253.0, 4272.0, 4264.0, 4273.0, 4254.0, 4303.0, 4253.0, 4283.0, 4253.0, 4263.0, 4252.0, 4253.0, 4293.0, 4273.0, 4312.0, 4251.0, 4291.0, 4250.0, 4272.0, 4252.0, 4263.0, 4251.0, 4314.0, 4250.0, 4252.0, 4241.0, 4252.0, 4291.0, 4252.0, 4302.0, 4251.0, 4269.0, 4250.0, 4250.0, 4251.0, 4251.0, 4250.0, 4252.0, 4281.0, 4264.0, 4263.0, 4263.0, 4263.0, 4251.0, 4263.0, 4264.0, 4275.0, 4264.0, 4265.0, 4294.0, 4265.0, 4275.0, 4276.0, 4288.0, 4265.0, 4287.0, 4291.0, 4280.0, 4279.0, 4288.0, 4277.0, 4329.0, 4275.0, 4285.0, 4253.0, 4275.0, 4283.0, 4265.0, 4305.0, 4275.0, 4304.0, 4265.0, 4263.0, 4264.0, 4266.0, 4267.0, 4306.0, 4264.0, 4255.0, 4293.0, 4264.0, 4273.0, 4275.0, 4294.0, 4263.0, 4304.0, 4254.0, 4264.0, 4252.0, 4265.0, 4294.0, 4274.0, 4284.0, 4266.0, 4274.0, 4265.0, 4263.0, 4254.0, 4255.0, 4295.0, 4275.0, 4316.0, 4285.0, 4304.0, 4254.0, 4272.0, 4253.0, 4252.0, 4251.0, 4272.0, 4273.0, 4262.0, 4301.0, 4251.0, 4270.0, 4253.0, 4262.0, 4253.0, 4303.0, 4241.0, 4263.0, 4241.0, 4252.0, 4270.0, 4252.0, 4272.0, 4254.0, 4271.0, 4251.0, 4242.0, 4253.0, 4254.0, 4252.0, 4284.0, 4282.0, 4253.0, 4282.0, 4251.0, 4262.0, 4253.0, 4273.0, 4253.0, 4293.0, 4251.0, 4254.0, 4254.0, 4264.0, 4293.0, 4252.0, 4293.0, 4253.0, 4282.0, 4250.0, 4241.0, 4252.0, 4264.0, 4283.0, 4262.0, 4284.0, 4264.0, 4253.0, 4264.0, 4264.0, 4263.0, 4276.0, 4264.0, 4266.0, 4295.0, 4268.0, 4277.0, 4277.0, 4287.0, 4267.0, 4277.0, 4267.0, 4267.0, 4266.0, 4267.0, 4306.0, 4296.0, 4316.0, 4286.0, 4315.0, 4254.0, 4293.0, 4263.0, 4284.0, 4264.0, 4317.0, 4264.0, 4265.0, 4253.0, 4255.0, 4272.0, 4263.0, 4295.0, 4275.0, 4313.0, 4254.0, 4252.0, 4252.0, 4251.0, 4251.0, 4265.0, 4283.0, 4254.0, 4294.0, 4253.0, 4252.0, 4265.0, 4263.0, 4266.0, 4297.0, 4255.0, 4253.0, 4252.0, 4265.0, 4295.0, 4265.0, 4304.0, 4265.0, 4282.0, 4265.0, 4264.0, 4264.0, 4264.0, 4267.0, 4316.0, 4264.0, 4285.0, 4253.0, 4263.0, 4252.0, 4265.0, 4285.0, 4274.0, 4326.0, 4296.0, 4273.0, 4254.0, 4272.0, 4263.0, 4284.0, 4254.0, 4284.0, 4252.0, 4263.0, 4253.0, 4253.0, 4241.0, 4262.0, 4284.0, 4274.0, 4282.0, 4253.0, 4253.0, 4253.0, 4264.0, 4252.0, 4293.0, 4253.0, 4252.0, 4272.0, 4252.0, 4272.0, 4254.0, 4293.0, 4253.0, 4273.0, 4253.0, 4263.0, 4252.0, 4263.0, 4291.0, 4294.0, 4281.0, 4252.0, 4269.0, 4251.0, 4272.0, 4251.0, 4273.0, 4251.0, 4252.0, 4252.0, 4262.0, 4272.0, 4254.0, 4273.0, 4265.0, 4264.0, 4267.0, 4275.0, 4264.0, 4266.0, 4253.0, 4266.0, 4275.0, 4264.0, 4315.0, 4286.0, 4316.0, 4255.0, 4274.0, 4263.0, 4254.0, 4254.0, 4278.0, 4275.0, 4329.0, 4264.0, 4307.0, 4266.0, 4275.0, 4266.0, 4275.0, 4265.0, 4327.0, 4307.0, 4316.0, 4255.0, 4293.0, 4253.0, 4254.0, 4251.0, 4254.0, 4272.0, 4273.0, 4303.0, 4253.0, 4282.0, 4253.0, 4262.0, 4252.0, 4252.0, 4252.0, 4252.0, 4252.0, 4255.0, 4254.0, 4265.0, 4285.0, 4266.0, 4305.0, 4255.0, 4295.0, 4254.0, 4264.0, 4252.0, 4262.0, 4291.0, 4315.0, 4260.0, 4254.0, 4271.0, 4251.0, 4272.0, 4253.0, 4273.0, 4254.0, 4263.0, 4253.0, 4253.0, 4254.0, 4264.0, 4294.0, 4275.0, 4304.0, 4252.0, 4282.0, 4244.0, 4262.0, 4254.0, 4265.0, 4253.0, 4254.0, 4252.0, 4254.0, 4283.0, 4262.0, 4273.0, 4264.0, 4265.0, 4263.0, 4266.0, 4254.0, 4265.0, 4264.0, 4254.0, 4294.0, 4275.0, 4293.0, 4254.0, 4315.0, 4253.0, 4263.0, 4254.0, 4243.0, 4254.0, 4253.0, 4274.0, 4307.0, 4273.0, 4254.0, 4253.0, 4253.0, 4292.0, 4253.0, 4284.0, 4254.0, 4314.0, 4253.0, 4253.0, 4254.0, 4264.0, 4265.0, 4275.0, 4285.0, 4265.0, 4294.0, 4264.0, 4275.0, 4265.0, 4275.0, 4265.0, 4307.0, 4264.0, 4254.0, 4263.0, 4256.0, 4254.0, 4266.0, 4294.0, 4266.0, 4306.0, 4267.0], 'WindowWidth': [9589.0, 9547.0, 9472.0, 9505.0, 9445.0, 9446.0, 9438.0, 9441.0, 9481.0, 9441.0, 9469.0, 9436.0, 9481.0, 9432.0, 9440.0, 9462.0, 9452.0, 9454.0, 9458.0, 9476.0, 9445.0, 9462.0, 9456.0, 9465.0, 9486.0, 9466.0, 9473.0, 9460.0, 9458.0, 9441.0, 9461.0, 9485.0, 9486.0, 9509.0, 9443.0, 9481.0, 9440.0, 9453.0, 9442.0, 9477.0, 9439.0, 9458.0, 9424.0, 9439.0, 9489.0, 9440.0, 9492.0, 9437.0, 9492.0, 9432.0, 9434.0, 9419.0, 9437.0, 9494.0, 9450.0, 9507.0, 9419.0, 9471.0, 9421.0, 9432.0, 9439.0, 9448.0, 9413.0, 9478.0, 9414.0, 9421.0, 9412.0, 9424.0, 9459.0, 9434.0, 9487.0, 9417.0, 9430.0, 9418.0, 9415.0, 9417.0, 9433.0, 9429.0, 9496.0, 9430.0, 9420.0, 9428.0, 9414.0, 9442.0, 9423.0, 9456.0, 9414.0, 9456.0, 9416.0, 9415.0, 9399.0, 9422.0, 9462.0, 9435.0, 9475.0, 9419.0, 9428.0, 9411.0, 9417.0, 9415.0, 9425.0, 9462.0, 9434.0, 9475.0, 9420.0, 9430.0, 9419.0, 9415.0, 9416.0, 9422.0, 9461.0, 9454.0, 9489.0, 9422.0, 9456.0, 9417.0, 9432.0, 9420.0, 9443.0, 9414.0, 9478.0, 9402.0, 9419.0, 9430.0, 9418.0, 9445.0, 9421.0, 9462.0, 9418.0, 9432.0, 9403.0, 9438.0, 9433.0, 9441.0, 9463.0, 9445.0, 9436.0, 9441.0, 9456.0, 9446.0, 9471.0, 9448.0, 9480.0, 9458.0, 9463.0, 9460.0, 9465.0, 9486.0, 9467.0, 9489.0, 9469.0, 9474.0, 9449.0, 9502.0, 9445.0, 9476.0, 9439.0, 9446.0, 9484.0, 9460.0, 9528.0, 9499.0, 9507.0, 9421.0, 9457.0, 9417.0, 9451.0, 9420.0, 9514.0, 9414.0, 9429.0, 9438.0, 9418.0, 9444.0, 9437.0, 9448.0, 9436.0, 9435.0, 9420.0, 9421.0, 9419.0, 9435.0, 9473.0, 9438.0, 9450.0, 9440.0, 9451.0, 9440.0, 9451.0, 9422.0, 9439.0, 9453.0, 9465.0, 9476.0, 9427.0, 9461.0, 9421.0, 9431.0, 9398.0, 9429.0, 9484.0, 9457.0, 9486.0, 9412.0, 9451.0, 9414.0, 9413.0, 9416.0, 9426.0, 9443.0, 9420.0, 9452.0, 9420.0, 9413.0, 9423.0, 9437.0, 9420.0, 9446.0, 9421.0, 9438.0, 9474.0, 9426.0, 9461.0, 9439.0, 9450.0, 9435.0, 9437.0, 9438.0, 9443.0, 9468.0, 9442.0, 9440.0, 9456.0, 9445.0, 9463.0, 9464.0, 9448.0, 9495.0, 9448.0, 9461.0, 9485.0, 9439.0, 9502.0, 9474.0, 9514.0, 9450.0, 9478.0, 9417.0, 9420.0, 9505.0, 9419.0, 9485.0, 9464.0, 9484.0, 9419.0, 9414.0, 9415.0, 9415.0, 9417.0, 9464.0, 9416.0, 9416.0, 9454.0, 9418.0, 9444.0, 9422.0, 9458.0, 9419.0, 9459.0, 9416.0, 9418.0, 9415.0, 9436.0, 9444.0, 9436.0, 9432.0, 9434.0, 9435.0, 9436.0, 9453.0, 9433.0, 9438.0, 9435.0, 9442.0, 9479.0, 9445.0, 9465.0, 9457.0, 9465.0, 9436.0, 9435.0, 9418.0, 9440.0, 9440.0, 9467.0, 9476.0, 9424.0, 9473.0, 9421.0, 9430.0, 9435.0, 9449.0, 9436.0, 9495.0, 9417.0, 9436.0, 9418.0, 9422.0, 9495.0, 9432.0, 9487.0, 9433.0, 9455.0, 9416.0, 9415.0, 9414.0, 9418.0, 9475.0, 9423.0, 9443.0, 9432.0, 9433.0, 9435.0, 9451.0, 9434.0, 9452.0, 9434.0, 9440.0, 9433.0, 9442.0, 9454.0, 9445.0, 9481.0, 9445.0, 9456.0, 9441.0, 9443.0, 9458.0, 9455.0, 9514.0, 9471.0, 9508.0, 9438.0, 9474.0, 9419.0, 9450.0, 9432.0, 9505.0, 9417.0, 9436.0, 9418.0, 9421.0, 9456.0, 9419.0, 9445.0, 9431.0, 9503.0, 9417.0, 9417.0, 9415.0, 9419.0, 9472.0, 9419.0, 9443.0, 9430.0, 9430.0, 9419.0, 9433.0, 9421.0, 9438.0, 9431.0, 9438.0, 9466.0, 9442.0, 9464.0, 9433.0, 9433.0, 9458.0, 9444.0, 9434.0, 9435.0, 9477.0, 9440.0, 9447.0, 9459.0, 9442.0, 9462.0, 9458.0, 9462.0, 9490.0, 9472.0, 9515.0, 9488.0, 9510.0, 9439.0, 9434.0, 9417.0, 9448.0, 9420.0, 9494.0, 9417.0, 9435.0, 9416.0, 9434.0, 9460.0, 9436.0, 9485.0, 9435.0, 9431.0, 9436.0, 9437.0, 9422.0, 9472.0, 9435.0, 9438.0, 9476.0, 9423.0, 9444.0, 9421.0, 9463.0, 9446.0, 9513.0, 9431.0, 9418.0, 9426.0, 9418.0, 9454.0, 9434.0, 9439.0, 9416.0, 9413.0, 9414.0, 9420.0, 9418.0, 9435.0, 9419.0, 9437.0, 9441.0, 9434.0, 9439.0, 9441.0, 9449.0, 9437.0, 9450.0, 9435.0, 9438.0, 9450.0, 9438.0, 9493.0, 9454.0, 9473.0, 9437.0, 9446.0, 9433.0, 9434.0, 9444.0, 9494.0, 9453.0, 9415.0, 9482.0, 9411.0, 9426.0, 9414.0, 9413.0, 9417.0, 9436.0, 9430.0, 9434.0, 9432.0, 9438.0, 9435.0, 9438.0, 9440.0, 9420.0, 9440.0, 9468.0, 9442.0, 9447.0, 9438.0, 9435.0, 9442.0, 9455.0, 9449.0, 9503.0, 9437.0, 9440.0, 9419.0, 9436.0, 9461.0, 9436.0, 9493.0, 9465.0, 9509.0, 9435.0, 9433.0, 9417.0, 9435.0, 9449.0, 9438.0, 9489.0, 9436.0, 9446.0, 9438.0, 9455.0, 9440.0, 9441.0, 9419.0, 9485.0, 9438.0, 9439.0, 9424.0, 9439.0, 9463.0, 9439.0, 9493.0, 9423.0, 9463.0, 9416.0, 9430.0, 9421.0, 9437.0, 9445.0, 9435.0, 9458.0, 9435.0, 9432.0, 9437.0, 9444.0, 9420.0, 9482.0, 9420.0, 9422.0, 9446.0, 9437.0, 9447.0, 9424.0, 9489.0, 9420.0, 9460.0, 9420.0, 9434.0, 9418.0, 9421.0, 9477.0, 9448.0, 9503.0, 9416.0, 9470.0, 9414.0, 9443.0, 9418.0, 9433.0, 9416.0, 9506.0, 9412.0, 9418.0, 9399.0, 9417.0, 9470.0, 9418.0, 9486.0, 9413.0, 9435.0, 9412.0, 9411.0, 9415.0, 9415.0, 9412.0, 9420.0, 9455.0, 9436.0, 9433.0, 9437.0, 9435.0, 9418.0, 9437.0, 9440.0, 9457.0, 9440.0, 9442.0, 9480.0, 9441.0, 9454.0, 9460.0, 9477.0, 9441.0, 9476.0, 9491.0, 9473.0, 9470.0, 9478.0, 9461.0, 9537.0, 9456.0, 9468.0, 9421.0, 9454.0, 9463.0, 9441.0, 9495.0, 9456.0, 9491.0, 9442.0, 9434.0, 9441.0, 9443.0, 9448.0, 9499.0, 9438.0, 9426.0, 9475.0, 9438.0, 9449.0, 9458.0, 9478.0, 9438.0, 9491.0, 9425.0, 9437.0, 9419.0, 9442.0, 9480.0, 9453.0, 9464.0, 9444.0, 9450.0, 9441.0, 9437.0, 9426.0, 9427.0, 9481.0, 9455.0, 9514.0, 9467.0, 9492.0, 9424.0, 9445.0, 9422.0, 9418.0, 9417.0, 9446.0, 9446.0, 9432.0, 9484.0, 9417.0, 9440.0, 9421.0, 9433.0, 9421.0, 9490.0, 9402.0, 9434.0, 9400.0, 9417.0, 9441.0, 9419.0, 9446.0, 9424.0, 9443.0, 9418.0, 9405.0, 9419.0, 9425.0, 9420.0, 9465.0, 9458.0, 9420.0, 9459.0, 9417.0, 9430.0, 9421.0, 9447.0, 9421.0, 9475.0, 9416.0, 9422.0, 9423.0, 9436.0, 9476.0, 9421.0, 9473.0, 9420.0, 9456.0, 9413.0, 9402.0, 9415.0, 9436.0, 9461.0, 9432.0, 9462.0, 9437.0, 9420.0, 9437.0, 9437.0, 9434.0, 9458.0, 9440.0, 9446.0, 9481.0, 9448.0, 9460.0, 9465.0, 9473.0, 9449.0, 9460.0, 9448.0, 9447.0, 9443.0, 9446.0, 9501.0, 9486.0, 9514.0, 9469.0, 9509.0, 9425.0, 9476.0, 9436.0, 9464.0, 9436.0, 9517.0, 9436.0, 9438.0, 9420.0, 9425.0, 9445.0, 9438.0, 9480.0, 9453.0, 9503.0, 9423.0, 9417.0, 9419.0, 9417.0, 9417.0, 9440.0, 9462.0, 9423.0, 9476.0, 9423.0, 9420.0, 9440.0, 9437.0, 9442.0, 9485.0, 9426.0, 9424.0, 9420.0, 9441.0, 9483.0, 9443.0, 9493.0, 9441.0, 9461.0, 9440.0, 9438.0, 9438.0, 9438.0, 9445.0, 9514.0, 9438.0, 9467.0, 9423.0, 9436.0, 9420.0, 9440.0, 9468.0, 9454.0, 9527.0, 9485.0, 9450.0, 9426.0, 9446.0, 9435.0, 9464.0, 9425.0, 9465.0, 9421.0, 9436.0, 9420.0, 9422.0, 9402.0, 9434.0, 9464.0, 9451.0, 9458.0, 9421.0, 9421.0, 9421.0, 9436.0, 9419.0, 9476.0, 9421.0, 9421.0, 9444.0, 9420.0, 9446.0, 9426.0, 9475.0, 9423.0, 9447.0, 9422.0, 9435.0, 9420.0, 9434.0, 9471.0, 9477.0, 9454.0, 9418.0, 9437.0, 9416.0, 9445.0, 9417.0, 9446.0, 9415.0, 9418.0, 9417.0, 9434.0, 9445.0, 9425.0, 9449.0, 9443.0, 9440.0, 9448.0, 9454.0, 9441.0, 9444.0, 9423.0, 9444.0, 9454.0, 9441.0, 9510.0, 9471.0, 9509.0, 9427.0, 9450.0, 9437.0, 9424.0, 9425.0, 9462.0, 9455.0, 9535.0, 9438.0, 9501.0, 9448.0, 9456.0, 9447.0, 9457.0, 9445.0, 9530.0, 9502.0, 9511.0, 9427.0, 9475.0, 9422.0, 9421.0, 9415.0, 9423.0, 9444.0, 9448.0, 9486.0, 9421.0, 9456.0, 9420.0, 9430.0, 9420.0, 9420.0, 9419.0, 9419.0, 9418.0, 9426.0, 9423.0, 9441.0, 9467.0, 9444.0, 9496.0, 9426.0, 9476.0, 9423.0, 9436.0, 9417.0, 9431.0, 9470.0, 9509.0, 9426.0, 9423.0, 9441.0, 9417.0, 9444.0, 9422.0, 9448.0, 9423.0, 9433.0, 9421.0, 9421.0, 9423.0, 9439.0, 9480.0, 9454.0, 9493.0, 9420.0, 9458.0, 9409.0, 9431.0, 9423.0, 9442.0, 9422.0, 9425.0, 9418.0, 9424.0, 9462.0, 9434.0, 9448.0, 9439.0, 9440.0, 9437.0, 9441.0, 9424.0, 9442.0, 9437.0, 9425.0, 9476.0, 9453.0, 9476.0, 9425.0, 9508.0, 9423.0, 9435.0, 9425.0, 9409.0, 9423.0, 9423.0, 9453.0, 9500.0, 9448.0, 9425.0, 9421.0, 9423.0, 9471.0, 9423.0, 9464.0, 9425.0, 9507.0, 9422.0, 9421.0, 9423.0, 9438.0, 9440.0, 9456.0, 9468.0, 9440.0, 9478.0, 9439.0, 9451.0, 9441.0, 9456.0, 9442.0, 9499.0, 9439.0, 9425.0, 9436.0, 9430.0, 9426.0, 9444.0, 9479.0, 9445.0, 9497.0, 9446.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.0005106735751295337</td></tr>
<tr><td colspan=3>aqi</td><td>0.03516073523316062</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.90498227806015</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.236277285975104</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9514058698755188</td></tr>
<tr><td colspan=3>efc</td><td>0.4544</td></tr>
<tr><td colspan=3>fber</td><td>7843.3071</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10150640483550427</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>29</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.005181347150259</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.456330271574988</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.369639670776115</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7369474802006324</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.262403663748217</td></tr>
<tr><td colspan=3>gcor</td><td>0.00335669</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012327784672379494</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02727366052567959</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>965</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.735203948285736</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>31.3477</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.3561</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.5253</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304048.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>683.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>315.474</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2121</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>553.1735</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3459.7111</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3664.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72496.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1063.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4590.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>980.9303</td></tr>
<tr><td colspan=3>tsnr</td><td>34.584112006472424</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>