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

616 lines
No EOL
118 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-0100_ses-01_task-alignvideo_acq-mb8_run-03_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-0100_ses-01_task-alignvideo_acq-mb8_run-03_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-03_session-01_subject-0100_suffix-bold_task-alignvideo" 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-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0100_suffix-bold_task-alignvideo" 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-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0100_suffix-bold_task-alignvideo" 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-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0100_suffix-bold_task-alignvideo" 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-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-03_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-03_session-01_subject-0100_suffix-bold_task-alignvideo" 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-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-03_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-03_session-01_subject-0100_suffix-bold_task-alignvideo" 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-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0100_suffix-bold_task-alignvideo" 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-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-03_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-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-03_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-0100/ses-01/func/sub-0100_ses-01_task-alignvideo_acq-mb8_run-03_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>8a384a214fa08b0db5da4f72aca9b9e0</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:05:5.145000</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_VE11E_LATEST_20181129</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.99971, 0.0213447, -0.0111396, -0.0230357, 0.982529, -0.184679]</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.259</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-03_task-alignvideo_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.124897</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4238, -7769, -7233, 98, -149, -54, 54, 64]</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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>314.388</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1591419c-630a-4646-afa2-32d17e4ab3b8||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6821491718292236, -0.06180316209793091, -0.01890825480222702, 112.98595428466797], [-0.05726630240678787, 2.6360533237457275, -0.49918144941329956, -86.59651947021484], [-0.029886726289987564, 0.49548012018203735, 2.6533865928649902, -95.28754425048828], [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, 1016]</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, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016], 'AcquisitionTime': ['150505.145000', '150505.605000', '150506.065000', '150506.525000', '150506.985000', '150507.445000', '150507.905000', '150508.365000', '150508.825000', '150509.285000', '150509.745000', '150510.205000', '150510.665000', '150511.125000', '150511.585000', '150512.045000', '150512.505000', '150512.965000', '150513.425000', '150513.885000', '150514.345000', '150514.805000', '150515.265000', '150515.725000', '150516.185000', '150516.645000', '150517.105000', '150517.565000', '150518.025000', '150518.485000', '150518.945000', '150519.405000', '150519.865000', '150520.325000', '150520.785000', '150521.245000', '150521.705000', '150522.165000', '150522.625000', '150523.085000', '150523.545000', '150524.005000', '150524.465000', '150524.925000', '150525.385000', '150525.845000', '150526.305000', '150526.765000', '150527.225000', '150527.685000', '150528.145000', '150528.605000', '150529.065000', '150529.525000', '150529.985000', '150530.445000', '150530.905000', '150531.365000', '150531.825000', '150532.285000', '150532.745000', '150533.205000', '150533.665000', '150534.125000', '150534.585000', '150535.045000', '150535.505000', '150535.965000', '150536.425000', '150536.885000', '150537.345000', '150537.805000', '150538.265000', '150538.725000', '150539.185000', '150539.645000', '150540.105000', '150540.565000', '150541.025000', '150541.485000', '150541.945000', '150542.405000', '150542.865000', '150543.325000', '150543.785000', '150544.245000', '150544.705000', '150545.165000', '150545.625000', '150546.085000', '150546.545000', '150547.005000', '150547.465000', '150547.925000', '150548.385000', '150548.845000', '150549.305000', '150549.765000', '150550.225000', '150550.685000', '150551.145000', '150551.605000', '150552.065000', '150552.525000', '150552.985000', '150553.445000', '150553.905000', '150554.365000', '150554.825000', '150555.285000', '150555.745000', '150556.205000', '150556.665000', '150557.125000', '150557.585000', '150558.045000', '150558.505000', '150558.965000', '150559.425000', '150559.885000', '150600.345000', '150600.805000', '150601.265000', '150601.725000', '150602.185000', '150602.645000', '150603.105000', '150603.565000', '150604.025000', '150604.485000', '150604.945000', '150605.405000', '150605.865000', '150606.325000', '150606.785000', '150607.245000', '150607.705000', '150608.165000', '150608.625000', '150609.085000', '150609.545000', '150610.005000', '150610.465000', '150610.925000', '150611.385000', '150611.845000', '150612.305000', '150612.765000', '150613.225000', '150613.685000', '150614.145000', '150614.605000', '150615.065000', '150615.525000', '150615.985000', '150616.445000', '150616.905000', '150617.365000', '150617.825000', '150618.285000', '150618.745000', '150619.205000', '150619.665000', '150620.125000', '150620.585000', '150621.045000', '150621.505000', '150621.965000', '150622.425000', '150622.885000', '150623.345000', '150623.805000', '150624.265000', '150624.725000', '150625.185000', '150625.645000', '150626.105000', '150626.565000', '150627.025000', '150627.485000', '150627.945000', '150628.405000', '150628.865000', '150629.325000', '150629.785000', '150630.245000', '150630.705000', '150631.165000', '150631.625000', '150632.085000', '150632.545000', '150633.005000', '150633.465000', '150633.925000', '150634.385000', '150634.845000', '150635.305000', '150635.765000', '150636.225000', '150636.685000', '150637.145000', '150637.605000', '150638.065000', '150638.525000', '150638.985000', '150639.445000', '150639.905000', '150640.365000', '150640.825000', '150641.285000', '150641.745000', '150642.205000', '150642.665000', '150643.125000', '150643.585000', '150644.045000', '150644.505000', '150644.965000', '150645.425000', '150645.885000', '150646.345000', '150646.805000', '150647.265000', '150647.725000', '150648.185000', '150648.645000', '150649.105000', '150649.565000', '150650.025000', '150650.485000', '150650.945000', '150651.405000', '150651.865000', '150652.325000', '150652.785000', '150653.245000', '150653.705000', '150654.165000', '150654.625000', '150655.085000', '150655.545000', '150656.005000', '150656.465000', '150656.925000', '150657.385000', '150657.845000', '150658.305000', '150658.765000', '150659.225000', '150659.685000', '150700.145000', '150700.605000', '150701.065000', '150701.525000', '150701.985000', '150702.445000', '150702.905000', '150703.365000', '150703.825000', '150704.285000', '150704.745000', '150705.205000', '150705.665000', '150706.125000', '150706.585000', '150707.045000', '150707.505000', '150707.965000', '150708.425000', '150708.885000', '150709.345000', '150709.805000', '150710.265000', '150710.725000', '150711.185000', '150711.645000', '150712.105000', '150712.565000', '150713.025000', '150713.485000', '150713.945000', '150714.405000', '150714.865000', '150715.325000', '150715.785000', '150716.245000', '150716.705000', '150717.165000', '150717.625000', '150718.085000', '150718.545000', '150719.005000', '150719.465000', '150719.925000', '150720.385000', '150720.845000', '150721.305000', '150721.765000', '150722.225000', '150722.685000', '150723.145000', '150723.605000', '150724.065000', '150724.525000', '150724.985000', '150725.445000', '150725.905000', '150726.365000', '150726.825000', '150727.285000', '150727.745000', '150728.205000', '150728.665000', '150729.125000', '150729.585000', '150730.045000', '150730.505000', '150730.965000', '150731.425000', '150731.885000', '150732.345000', '150732.805000', '150733.265000', '150733.725000', '150734.185000', '150734.645000', '150735.105000', '150735.565000', '150736.025000', '150736.485000', '150736.945000', '150737.405000', '150737.865000', '150738.325000', '150738.785000', '150739.245000', '150739.705000', '150740.165000', '150740.625000', '150741.085000', '150741.545000', '150742.005000', '150742.465000', '150742.925000', '150743.385000', '150743.845000', '150744.305000', '150744.765000', '150745.225000', '150745.685000', '150746.145000', '150746.605000', '150747.065000', '150747.525000', '150747.985000', '150748.445000', '150748.905000', '150749.365000', '150749.825000', '150750.285000', '150750.745000', '150751.205000', '150751.665000', '150752.125000', '150752.585000', '150753.045000', '150753.505000', '150753.965000', '150754.425000', '150754.885000', '150755.345000', '150755.805000', '150756.265000', '150756.725000', '150757.185000', '150757.645000', '150758.105000', '150758.565000', '150759.025000', '150759.485000', '150759.945000', '150800.405000', '150800.865000', '150801.325000', '150801.785000', '150802.245000', '150802.705000', '150803.165000', '150803.625000', '150804.085000', '150804.545000', '150805.005000', '150805.465000', '150805.925000', '150806.385000', '150806.845000', '150807.305000', '150807.765000', '150808.225000', '150808.685000', '150809.145000', '150809.605000', '150810.065000', '150810.525000', '150810.985000', '150811.445000', '150811.905000', '150812.365000', '150812.825000', '150813.285000', '150813.745000', '150814.205000', '150814.665000', '150815.125000', '150815.585000', '150816.045000', '150816.505000', '150816.965000', '150817.425000', '150817.885000', '150818.345000', '150818.805000', '150819.265000', '150819.725000', '150820.185000', '150820.645000', '150821.105000', '150821.565000', '150822.025000', '150822.485000', '150822.945000', '150823.405000', '150823.865000', '150824.325000', '150824.785000', '150825.245000', '150825.705000', '150826.165000', '150826.625000', '150827.085000', '150827.545000', '150828.005000', '150828.465000', '150828.925000', '150829.385000', '150829.845000', '150830.305000', '150830.765000', '150831.225000', '150831.685000', '150832.145000', '150832.605000', '150833.065000', '150833.525000', '150833.985000', '150834.445000', '150834.905000', '150835.365000', '150835.825000', '150836.285000', '150836.745000', '150837.205000', '150837.665000', '150838.125000', '150838.585000', '150839.045000', '150839.505000', '150839.965000', '150840.425000', '150840.885000', '150841.345000', '150841.805000', '150842.265000', '150842.725000', '150843.185000', '150843.645000', '150844.105000', '150844.565000', '150845.025000', '150845.485000', '150845.945000', '150846.405000', '150846.865000', '150847.325000', '150847.785000', '150848.245000', '150848.705000', '150849.165000', '150849.625000', '150850.085000', '150850.545000', '150851.005000', '150851.465000', '150851.925000', '150852.385000', '150852.845000', '150853.305000', '150853.765000', '150854.225000', '150854.685000', '150855.145000', '150855.605000', '150856.065000', '150856.525000', '150856.985000', '150857.445000', '150857.905000', '150858.365000', '150858.825000', '150859.285000', '150859.745000', '150900.205000', '150900.665000', '150901.125000', '150901.585000', '150902.045000', '150902.505000', '150902.965000', '150903.425000', '150903.885000', '150904.345000', '150904.805000', '150905.265000', '150905.725000', '150906.185000', '150906.645000', '150907.105000', '150907.565000', '150908.025000', '150908.485000', '150908.945000', '150909.405000', '150909.865000', '150910.325000', '150910.785000', '150911.245000', '150911.705000', '150912.165000', '150912.625000', '150913.085000', '150913.545000', '150914.005000', '150914.465000', '150914.925000', '150915.385000', '150915.845000', '150916.305000', '150916.765000', '150917.225000', '150917.685000', '150918.145000', '150918.605000', '150919.065000', '150919.525000', '150919.985000', '150920.445000', '150920.905000', '150921.365000', '150921.825000', '150922.285000', '150922.745000', '150923.205000', '150923.665000', '150924.125000', '150924.585000', '150925.045000', '150925.505000', '150925.965000', '150926.425000', '150926.885000', '150927.345000', '150927.805000', '150928.265000', '150928.725000', '150929.185000', '150929.645000', '150930.105000', '150930.565000', '150931.025000', '150931.485000', '150931.945000', '150932.405000', '150932.865000', '150933.325000', '150933.785000', '150934.245000', '150934.705000', '150935.165000', '150935.625000', '150936.085000', '150936.545000', '150937.005000', '150937.465000', '150937.925000', '150938.385000', '150938.845000', '150939.305000', '150939.765000', '150940.225000', '150940.685000', '150941.145000', '150941.605000', '150942.065000', '150942.525000', '150942.985000', '150943.445000', '150943.905000', '150944.365000', '150944.825000', '150945.285000', '150945.745000', '150946.205000', '150946.665000', '150947.125000', '150947.585000', '150948.045000', '150948.505000', '150948.965000', '150949.425000', '150949.885000', '150950.345000', '150950.805000', '150951.265000', '150951.725000', '150952.185000', '150952.645000', '150953.105000', '150953.565000', '150954.025000', '150954.485000', '150954.945000', '150955.405000', '150955.865000', '150956.325000', '150956.785000', '150957.245000', '150957.705000', '150958.165000', '150958.625000', '150959.085000', '150959.545000', '151000.005000', '151000.465000', '151000.925000', '151001.385000', '151001.845000', '151002.305000', '151002.765000', '151003.225000', '151003.685000', '151004.145000', '151004.605000', '151005.065000', '151005.525000', '151005.985000', '151006.445000', '151006.905000', '151007.365000', '151007.825000', '151008.285000', '151008.745000', '151009.205000', '151009.665000', '151010.125000', '151010.585000', '151011.045000', '151011.505000', '151011.965000', '151012.425000', '151012.885000', '151013.345000', '151013.805000', '151014.265000', '151014.725000', '151015.185000', '151015.645000', '151016.105000', '151016.565000', '151017.025000', '151017.485000', '151017.945000', '151018.405000', '151018.865000', '151019.325000', '151019.785000', '151020.245000', '151020.705000', '151021.165000', '151021.625000', '151022.085000', '151022.545000', '151023.005000', '151023.465000', '151023.925000', '151024.385000', '151024.845000', '151025.305000', '151025.765000', '151026.225000', '151026.685000', '151027.145000', '151027.605000', '151028.065000', '151028.525000', '151028.985000', '151029.445000', '151029.905000', '151030.365000', '151030.825000', '151031.285000', '151031.745000', '151032.205000', '151032.665000', '151033.125000', '151033.585000', '151034.045000', '151034.505000', '151034.965000', '151035.425000', '151035.885000', '151036.345000', '151036.805000', '151037.265000', '151037.725000', '151038.185000', '151038.645000', '151039.105000', '151039.565000', '151040.025000', '151040.485000', '151040.945000', '151041.405000', '151041.865000', '151042.325000', '151042.785000', '151043.245000', '151043.705000', '151044.165000', '151044.625000', '151045.085000', '151045.545000', '151046.005000', '151046.465000', '151046.925000', '151047.385000', '151047.845000', '151048.305000', '151048.765000', '151049.225000', '151049.685000', '151050.145000', '151050.605000', '151051.065000', '151051.525000', '151051.985000', '151052.445000', '151052.905000', '151053.365000', '151053.825000', '151054.285000', '151054.745000', '151055.205000', '151055.665000', '151056.125000', '151056.585000', '151057.045000', '151057.505000', '151057.965000', '151058.425000', '151058.885000', '151059.345000', '151059.805000', '151100.265000', '151100.725000', '151101.185000', '151101.645000', '151102.105000', '151102.565000', '151103.025000', '151103.485000', '151103.945000', '151104.405000', '151104.865000', '151105.325000', '151105.785000', '151106.245000', '151106.705000', '151107.165000', '151107.625000', '151108.085000', '151108.545000', '151109.005000', '151109.465000', '151109.925000', '151110.385000', '151110.845000', '151111.305000', '151111.765000', '151112.225000', '151112.685000', '151113.145000', '151113.605000', '151114.065000', '151114.525000', '151114.985000', '151115.445000', '151115.905000', '151116.365000', '151116.825000', '151117.285000', '151117.745000', '151118.205000', '151118.665000', '151119.125000', '151119.585000', '151120.045000', '151120.505000', '151120.965000', '151121.425000', '151121.885000', '151122.345000', '151122.805000', '151123.265000', '151123.725000', '151124.185000', '151124.645000', '151125.105000', '151125.565000', '151126.025000', '151126.485000', '151126.945000', '151127.405000', '151127.865000', '151128.325000', '151128.785000', '151129.245000', '151129.705000', '151130.165000', '151130.625000', '151131.085000', '151131.545000', '151132.005000', '151132.465000', '151132.925000', '151133.385000', '151133.845000', '151134.305000', '151134.765000', '151135.225000', '151135.685000', '151136.145000', '151136.605000', '151137.065000', '151137.525000', '151137.985000', '151138.445000', '151138.905000', '151139.365000', '151139.825000', '151140.285000', '151140.745000', '151141.205000', '151141.665000', '151142.125000', '151142.585000', '151143.045000', '151143.505000', '151143.965000', '151144.425000', '151144.885000', '151145.345000', '151145.805000', '151146.265000', '151146.725000', '151147.185000', '151147.645000', '151148.105000', '151148.565000', '151149.025000', '151149.485000', '151149.945000', '151150.405000', '151150.865000', '151151.325000', '151151.785000', '151152.245000', '151152.705000', '151153.165000', '151153.625000', '151154.085000', '151154.545000', '151155.005000', '151155.465000', '151155.925000', '151156.385000', '151156.845000', '151157.305000', '151157.765000', '151158.225000', '151158.685000', '151159.145000', '151159.605000', '151200.065000', '151200.525000', '151200.985000', '151201.445000', '151201.905000', '151202.365000', '151202.825000', '151203.285000', '151203.745000', '151204.205000', '151204.665000', '151205.125000', '151205.585000', '151206.045000', '151206.505000', '151206.965000', '151207.425000', '151207.885000', '151208.345000', '151208.805000', '151209.265000', '151209.725000', '151210.185000', '151210.645000', '151211.105000', '151211.565000', '151212.025000', '151212.485000', '151212.945000', '151213.405000', '151213.865000', '151214.325000', '151214.785000', '151215.245000', '151215.705000', '151216.165000', '151216.625000', '151217.085000', '151217.545000', '151218.005000', '151218.465000', '151218.925000', '151219.385000', '151219.845000', '151220.305000', '151220.765000', '151221.225000', '151221.685000', '151222.145000', '151222.605000', '151223.065000', '151223.525000', '151223.985000', '151224.445000', '151224.905000', '151225.365000', '151225.825000', '151226.285000', '151226.745000', '151227.205000', '151227.665000', '151228.125000', '151228.585000', '151229.045000', '151229.505000', '151229.965000', '151230.425000', '151230.885000', '151231.345000', '151231.805000', '151232.265000', '151232.725000', '151233.185000', '151233.645000', '151234.105000', '151234.565000', '151235.025000', '151235.485000', '151235.945000', '151236.405000', '151236.865000', '151237.325000', '151237.785000', '151238.245000', '151238.705000', '151239.165000', '151239.625000', '151240.085000', '151240.545000', '151241.005000', '151241.465000', '151241.925000', '151242.385000', '151242.845000', '151243.305000', '151243.765000', '151244.225000', '151244.685000', '151245.145000', '151245.605000', '151246.065000', '151246.525000', '151246.985000', '151247.445000', '151247.905000', '151248.365000', '151248.825000', '151249.285000', '151249.745000', '151250.205000', '151250.665000', '151251.125000', '151251.585000', '151252.045000'], 'ContentTime': ['150520.606000', '150520.609000', '150520.612000', '150520.615000', '150520.618000', '150520.620000', '150520.623000', '150520.625000', '150520.628000', '150520.631000', '150520.633000', '150520.636000', '150520.639000', '150520.641000', '150520.644000', '150520.646000', '150520.649000', '150520.652000', '150520.654000', '150520.657000', '150520.666000', '150520.668000', '150520.671000', '150520.673000', '150520.676000', '150520.678000', '150520.681000', '150520.684000', '150520.686000', '150520.689000', '150520.691000', '150540.566000', '150540.568000', '150540.571000', '150540.574000', '150540.576000', '150540.579000', '150540.582000', '150540.589000', '150540.591000', '150540.594000', '150540.597000', '150540.599000', '150540.602000', '150540.605000', '150540.612000', '150540.615000', '150540.626000', '150540.629000', '150540.631000', '150540.634000', '150540.637000', '150540.640000', '150540.642000', '150540.645000', '150540.647000', '150540.650000', '150540.653000', '150540.655000', '150540.658000', '150540.660000', '150540.663000', '150540.666000', '150540.668000', '150540.671000', '150540.673000', '150540.676000', '150540.678000', '150540.681000', '150540.684000', '150540.686000', '150540.689000', '150540.692000', '150540.694000', '150540.697000', '150600.566000', '150600.569000', '150600.572000', '150600.574000', '150600.577000', '150600.580000', '150600.583000', '150600.585000', '150600.588000', '150600.591000', '150600.593000', '150600.596000', '150600.598000', '150600.601000', '150600.604000', '150600.606000', '150600.609000', '150600.611000', '150600.619000', '150600.621000', '150600.624000', '150600.626000', '150600.629000', '150600.632000', '150600.634000', '150600.637000', '150600.639000', '150600.642000', '150600.644000', '150600.647000', '150600.650000', '150600.652000', '150600.655000', '150600.657000', '150600.660000', '150600.663000', '150600.665000', '150600.668000', '150600.670000', '150600.673000', '150600.676000', '150600.678000', '150600.681000', '150620.566000', '150620.569000', '150620.572000', '150620.574000', '150620.577000', '150620.580000', '150620.582000', '150620.585000', '150620.587000', '150620.590000', '150620.593000', '150620.595000', '150620.598000', '150620.601000', '150620.604000', '150620.606000', '150620.609000', '150620.611000', '150620.614000', '150620.617000', '150620.619000', '150620.622000', '150620.637000', '150620.640000', '150620.642000', '150620.645000', '150620.647000', '150620.650000', '150620.653000', '150620.655000', '150620.658000', '150620.660000', '150620.663000', '150620.665000', '150620.668000', '150620.671000', '150620.673000', '150620.676000', '150620.679000', '150620.681000', '150620.684000', '150620.686000', '150620.689000', '150620.691000', '150640.566000', '150640.569000', '150640.571000', '150640.574000', '150640.577000', '150640.579000', '150640.582000', '150640.585000', '150640.588000', '150640.590000', '150640.593000', '150640.596000', '150640.598000', '150640.601000', '150640.604000', '150640.606000', '150640.609000', '150640.612000', '150640.614000', '150640.617000', '150640.620000', '150640.622000', '150640.625000', '150640.628000', '150640.630000', '150640.633000', '150640.637000', '150640.640000', '150640.643000', '150640.645000', '150640.648000', '150640.651000', '150640.653000', '150640.656000', '150640.658000', '150640.661000', '150640.664000', '150640.666000', '150640.669000', '150640.671000', '150640.674000', '150640.677000', '150640.679000', '150700.565000', '150700.568000', '150700.571000', '150700.573000', '150700.576000', '150700.579000', '150700.581000', '150700.584000', '150700.587000', '150700.589000', '150700.592000', '150700.595000', '150700.597000', '150700.600000', '150700.602000', '150700.605000', '150700.608000', '150700.610000', '150700.613000', '150700.616000', '150700.618000', '150700.621000', '150700.623000', '150700.626000', '150700.629000', '150700.631000', '150700.634000', '150700.636000', '150700.639000', '150700.642000', '150700.644000', '150700.647000', '150700.649000', '150700.652000', '150700.655000', '150700.657000', '150700.660000', '150700.662000', '150700.665000', '150700.668000', '150700.670000', '150700.673000', '150700.675000', '150700.678000', '150720.565000', '150720.568000', '150720.571000', '150720.573000', '150720.576000', '150720.579000', '150720.581000', '150720.584000', '150720.586000', '150720.589000', '150720.592000', '150720.594000', '150720.597000', '150720.600000', '150720.602000', '150720.605000', '150720.607000', '150720.610000', '150720.612000', '150720.615000', '150720.618000', '150720.620000', '150720.623000', '150720.626000', '150720.628000', '150720.631000', '150720.633000', '150720.636000', '150720.638000', '150720.642000', '150720.645000', '150720.648000', '150720.651000', '150720.653000', '150720.656000', '150720.659000', '150720.661000', '150720.664000', '150720.666000', '150720.669000', '150720.671000', '150720.674000', '150720.677000', '150740.565000', '150740.569000', '150740.571000', '150740.574000', '150740.577000', '150740.580000', '150740.582000', '150740.585000', '150740.588000', '150740.590000', '150740.593000', '150740.596000', '150740.598000', '150740.601000', '150740.604000', '150740.606000', '150740.609000', '150740.611000', '150740.614000', '150740.617000', '150740.619000', '150740.622000', '150740.625000', '150740.627000', '150740.630000', '150740.632000', '150740.635000', '150740.637000', '150740.640000', '150740.643000', '150740.645000', '150740.648000', '150740.650000', '150740.653000', '150740.656000', '150740.658000', '150740.661000', '150740.664000', '150740.666000', '150740.669000', '150740.671000', '150740.674000', '150740.676000', '150740.679000', '150800.566000', '150800.569000', '150800.571000', '150800.574000', '150800.576000', '150800.579000', '150800.582000', '150800.584000', '150800.587000', '150800.589000', '150800.592000', '150800.595000', '150800.597000', '150800.600000', '150800.602000', '150800.605000', '150800.608000', '150800.610000', '150800.613000', '150800.615000', '150800.618000', '150800.621000', '150800.623000', '150800.626000', '150800.628000', '150800.631000', '150800.634000', '150800.636000', '150800.639000', '150800.641000', '150800.644000', '150800.646000', '150800.649000', '150800.652000', '150800.654000', '150800.657000', '150800.659000', '150800.662000', '150800.665000', '150800.667000', '150800.670000', '150800.672000', '150800.676000', '150820.567000', '150820.569000', '150820.573000', '150820.576000', '150820.579000', '150820.581000', '150820.584000', '150820.587000', '150820.589000', '150820.592000', '150820.594000', '150820.597000', '150820.600000', '150820.602000', '150820.605000', '150820.608000', '150820.610000', '150820.613000', '150820.615000', '150820.618000', '150820.621000', '150820.623000', '150820.626000', '150820.628000', '150820.631000', '150820.633000', '150820.636000', '150820.639000', '150820.641000', '150820.644000', '150820.646000', '150820.649000', '150820.652000', '150820.654000', '150820.657000', '150820.659000', '150820.662000', '150820.665000', '150820.667000', '150820.670000', '150820.673000', '150820.675000', '150820.678000', '150840.567000', '150840.569000', '150840.572000', '150840.575000', '150840.578000', '150840.580000', '150840.583000', '150840.586000', '150840.588000', '150840.591000', '150840.593000', '150840.596000', '150840.599000', '150840.602000', '150840.604000', '150840.607000', '150840.609000', '150840.612000', '150840.615000', '150840.617000', '150840.620000', '150840.622000', '150840.625000', '150840.628000', '150840.630000', '150840.633000', '150840.635000', '150840.638000', '150840.641000', '150840.643000', '150840.646000', '150840.648000', '150840.651000', '150840.654000', '150840.656000', '150840.659000', '150840.662000', '150840.664000', '150840.667000', '150840.670000', '150840.672000', '150840.675000', '150840.677000', '150840.680000', '150900.566000', '150900.568000', '150900.571000', '150900.574000', '150900.576000', '150900.579000', '150900.581000', '150900.584000', '150900.587000', '150900.589000', '150900.592000', '150900.594000', '150900.597000', '150900.600000', '150900.602000', '150900.605000', '150900.608000', '150900.610000', '150900.613000', '150900.616000', '150900.618000', '150900.621000', '150900.623000', '150900.626000', '150900.629000', '150900.631000', '150900.634000', '150900.636000', '150900.639000', '150900.642000', '150900.644000', '150900.647000', '150900.650000', '150900.652000', '150900.655000', '150900.658000', '150900.660000', '150900.663000', '150900.665000', '150900.668000', '150900.671000', '150900.673000', '150900.676000', '150900.678000', '150920.566000', '150920.568000', '150920.571000', '150920.574000', '150920.576000', '150920.579000', '150920.581000', '150920.584000', '150920.587000', '150920.589000', '150920.592000', '150920.595000', '150920.597000', '150920.600000', '150920.627000', '150920.630000', '150920.632000', '150920.635000', '150920.637000', '150920.640000', '150920.642000', '150920.645000', '150920.648000', '150920.650000', '150920.653000', '150920.655000', '150920.658000', '150920.661000', '150920.663000', '150920.666000', '150920.668000', '150920.671000', '150920.674000', '150920.676000', '150920.679000', '150920.681000', '150920.684000', '150920.687000', '150920.689000', '150920.692000', '150920.694000', '150920.697000', '150920.700000', '150940.565000', '150940.568000', '150940.571000', '150940.574000', '150940.576000', '150940.579000', '150940.581000', '150940.584000', '150940.586000', '150940.589000', '150940.592000', '150940.594000', '150940.597000', '150940.600000', '150940.602000', '150940.605000', '150940.608000', '150940.610000', '150940.613000', '150940.616000', '150940.618000', '150940.621000', '150940.623000', '150940.626000', '150940.628000', '150940.631000', '150940.634000', '150940.636000', '150940.639000', '150940.642000', '150940.644000', '150940.647000', '150940.649000', '150940.652000', '150940.655000', '150940.657000', '150940.660000', '150940.662000', '150940.665000', '150940.668000', '150940.670000', '150940.673000', '150940.675000', '151000.566000', '151000.568000', '151000.571000', '151000.574000', '151000.576000', '151000.579000', '151000.582000', '151000.584000', '151000.587000', '151000.589000', '151000.592000', '151000.594000', '151000.597000', '151000.600000', '151000.602000', '151000.605000', '151000.608000', '151000.610000', '151000.613000', '151000.616000', '151000.618000', '151000.621000', '151000.623000', '151000.626000', '151000.629000', '151000.631000', '151000.634000', '151000.636000', '151000.639000', '151000.642000', '151000.644000', '151000.647000', '151000.649000', '151000.652000', '151000.654000', '151000.657000', '151000.660000', '151000.662000', '151000.665000', '151000.667000', '151000.670000', '151000.672000', '151000.675000', '151000.678000', '151020.566000', '151020.569000', '151020.571000', '151020.574000', '151020.577000', '151020.579000', '151020.582000', '151020.584000', '151020.587000', '151020.590000', '151020.592000', '151020.595000', '151020.597000', '151020.600000', '151020.603000', '151020.605000', '151020.608000', '151020.611000', '151020.613000', '151020.616000', '151020.619000', '151020.621000', '151020.624000', '151020.626000', '151020.629000', '151020.632000', '151020.634000', '151020.637000', '151020.640000', '151020.642000', '151020.645000', '151020.647000', '151020.650000', '151020.652000', '151020.655000', '151020.657000', '151020.660000', '151020.663000', '151020.665000', '151020.668000', '151020.670000', '151020.673000', '151020.676000', '151020.678000', '151040.567000', '151040.569000', '151040.572000', '151040.575000', '151040.578000', '151040.581000', '151040.583000', '151040.586000', '151040.588000', '151040.593000', '151040.596000', '151040.599000', '151040.601000', '151040.604000', '151040.606000', '151040.609000', '151040.612000', '151040.614000', '151040.617000', '151040.620000', '151040.622000', '151040.625000', '151040.628000', '151040.630000', '151040.633000', '151040.636000', '151040.638000', '151040.641000', '151040.644000', '151040.646000', '151040.649000', '151040.652000', '151040.654000', '151040.657000', '151040.660000', '151040.662000', '151040.665000', '151040.668000', '151040.670000', '151040.688000', '151040.691000', '151040.694000', '151040.696000', '151100.566000', '151100.569000', '151100.572000', '151100.574000', '151100.577000', '151100.580000', '151100.582000', '151100.585000', '151100.588000', '151100.590000', '151100.593000', '151100.596000', '151100.599000', '151100.601000', '151100.604000', '151100.606000', '151100.609000', '151100.612000', '151100.614000', '151100.617000', '151100.620000', '151100.622000', '151100.625000', '151100.628000', '151100.630000', '151100.633000', '151100.635000', '151100.638000', '151100.641000', '151100.643000', '151100.646000', '151100.648000', '151100.651000', '151100.654000', '151100.656000', '151100.659000', '151100.661000', '151100.664000', '151100.666000', '151100.669000', '151100.672000', '151100.674000', '151100.677000', '151100.679000', '151120.565000', '151120.568000', '151120.571000', '151120.573000', '151120.576000', '151120.579000', '151120.582000', '151120.584000', '151120.587000', '151120.589000', '151120.592000', '151120.595000', '151120.597000', '151120.600000', '151120.603000', '151120.605000', '151120.608000', '151120.611000', '151120.613000', '151120.616000', '151120.619000', '151120.621000', '151120.624000', '151120.627000', '151120.629000', '151120.632000', '151120.635000', '151120.637000', '151120.640000', '151120.642000', '151120.645000', '151120.647000', '151120.650000', '151120.653000', '151120.655000', '151120.658000', '151120.660000', '151120.663000', '151120.666000', '151120.668000', '151120.671000', '151120.674000', '151120.676000', '151140.566000', '151140.569000', '151140.571000', '151140.574000', '151140.576000', '151140.579000', '151140.582000', '151140.584000', '151140.587000', '151140.589000', '151140.592000', '151140.595000', '151140.597000', '151140.600000', '151140.603000', '151140.605000', '151140.608000', '151140.611000', '151140.614000', '151140.617000', '151140.619000', '151140.622000', '151140.624000', '151140.627000', '151140.630000', '151140.633000', '151140.635000', '151140.638000', '151140.641000', '151140.643000', '151140.646000', '151140.649000', '151140.651000', '151140.654000', '151140.657000', '151140.659000', '151140.662000', '151140.664000', '151140.667000', '151140.670000', '151140.672000', '151140.675000', '151140.677000', '151140.680000', '151200.566000', '151200.569000', '151200.571000', '151200.574000', '151200.576000', '151200.579000', '151200.582000', '151200.585000', '151200.587000', '151200.590000', '151200.593000', '151200.595000', '151200.598000', '151200.601000', '151200.603000', '151200.606000', '151200.608000', '151200.611000', '151200.614000', '151200.616000', '151200.619000', '151200.621000', '151200.624000', '151200.627000', '151200.629000', '151200.632000', '151200.634000', '151200.637000', '151200.640000', '151200.642000', '151200.645000', '151200.647000', '151200.650000', '151200.653000', '151200.655000', '151200.658000', '151200.661000', '151200.669000', '151200.672000', '151200.675000', '151200.677000', '151200.680000', '151200.683000', '151220.566000', '151220.568000', '151220.571000', '151220.574000', '151220.576000', '151220.579000', '151220.581000', '151220.595000', '151220.598000', '151220.601000', '151220.604000', '151220.606000', '151220.609000', '151220.611000', '151220.614000', '151220.616000', '151220.619000', '151220.622000', '151220.624000', '151220.627000', '151220.629000', '151220.632000', '151220.635000', '151220.638000', '151220.641000', '151220.643000', '151220.646000', '151220.648000', '151220.651000', '151220.654000', '151220.656000', '151220.659000', '151220.662000', '151220.664000', '151220.667000', '151220.669000', '151220.672000', '151220.675000', '151220.677000', '151220.680000', '151220.682000', '151220.685000', '151220.687000', '151240.566000', '151240.569000', '151240.571000', '151240.574000', '151240.576000', '151240.579000', '151240.582000', '151240.584000', '151240.587000', '151240.589000', '151240.592000', '151240.595000', '151240.597000', '151240.600000', '151240.603000', '151240.605000', '151240.608000', '151240.611000', '151240.613000', '151240.616000', '151240.618000', '151240.621000', '151240.624000', '151240.626000', '151240.629000', '151240.632000', '151240.634000', '151240.637000', '151240.639000', '151240.642000', '151240.645000', '151240.647000', '151240.650000', '151240.652000', '151240.655000', '151240.658000', '151240.660000', '151240.663000', '151240.666000', '151240.668000', '151240.671000', '151240.673000', '151240.676000', '151240.679000', '151253.191000', '151253.195000', '151253.198000', '151253.200000', '151253.203000', '151253.206000', '151253.209000', '151253.212000', '151253.214000', '151253.217000', '151253.220000', '151253.223000', '151253.226000', '151253.229000', '151253.231000', '151253.234000', '151253.237000', '151253.240000', '151253.243000', '151253.246000', '151253.249000', '151253.251000', '151253.258000', '151253.264000', '151253.270000', '151253.274000', '151253.279000', '151253.286000'], 'InstanceCreationTime': ['150520.606000', '150520.609000', '150520.612000', '150520.615000', '150520.618000', '150520.620000', '150520.623000', '150520.625000', '150520.628000', '150520.631000', '150520.633000', '150520.636000', '150520.639000', '150520.641000', '150520.644000', '150520.646000', '150520.649000', '150520.652000', '150520.654000', '150520.657000', '150520.666000', '150520.668000', '150520.671000', '150520.673000', '150520.676000', '150520.678000', '150520.681000', '150520.684000', '150520.686000', '150520.689000', '150520.691000', '150540.566000', '150540.568000', '150540.571000', '150540.574000', '150540.576000', '150540.579000', '150540.582000', '150540.589000', '150540.591000', '150540.594000', '150540.597000', '150540.599000', '150540.602000', '150540.605000', '150540.612000', '150540.615000', '150540.626000', '150540.629000', '150540.631000', '150540.634000', '150540.637000', '150540.640000', '150540.642000', '150540.645000', '150540.647000', '150540.650000', '150540.653000', '150540.655000', '150540.658000', '150540.660000', '150540.663000', '150540.666000', '150540.668000', '150540.671000', '150540.673000', '150540.676000', '150540.678000', '150540.681000', '150540.684000', '150540.686000', '150540.689000', '150540.692000', '150540.694000', '150540.697000', '150600.566000', '150600.569000', '150600.572000', '150600.574000', '150600.577000', '150600.580000', '150600.583000', '150600.585000', '150600.588000', '150600.591000', '150600.593000', '150600.596000', '150600.598000', '150600.601000', '150600.604000', '150600.606000', '150600.609000', '150600.611000', '150600.619000', '150600.621000', '150600.624000', '150600.626000', '150600.629000', '150600.632000', '150600.634000', '150600.637000', '150600.639000', '150600.642000', '150600.644000', '150600.647000', '150600.650000', '150600.652000', '150600.655000', '150600.657000', '150600.660000', '150600.663000', '150600.665000', '150600.668000', '150600.670000', '150600.673000', '150600.676000', '150600.678000', '150600.681000', '150620.566000', '150620.569000', '150620.572000', '150620.574000', '150620.577000', '150620.580000', '150620.582000', '150620.585000', '150620.587000', '150620.590000', '150620.593000', '150620.595000', '150620.598000', '150620.601000', '150620.604000', '150620.606000', '150620.609000', '150620.611000', '150620.614000', '150620.617000', '150620.619000', '150620.622000', '150620.637000', '150620.640000', '150620.642000', '150620.645000', '150620.647000', '150620.650000', '150620.653000', '150620.655000', '150620.658000', '150620.660000', '150620.663000', '150620.665000', '150620.668000', '150620.671000', '150620.673000', '150620.676000', '150620.679000', '150620.681000', '150620.684000', '150620.686000', '150620.689000', '150620.691000', '150640.566000', '150640.569000', '150640.571000', '150640.574000', '150640.577000', '150640.579000', '150640.582000', '150640.585000', '150640.588000', '150640.590000', '150640.593000', '150640.596000', '150640.598000', '150640.601000', '150640.604000', '150640.606000', '150640.609000', '150640.612000', '150640.614000', '150640.617000', '150640.620000', '150640.622000', '150640.625000', '150640.628000', '150640.630000', '150640.633000', '150640.637000', '150640.640000', '150640.643000', '150640.645000', '150640.648000', '150640.651000', '150640.653000', '150640.656000', '150640.658000', '150640.661000', '150640.664000', '150640.666000', '150640.669000', '150640.671000', '150640.674000', '150640.677000', '150640.679000', '150700.565000', '150700.568000', '150700.571000', '150700.573000', '150700.576000', '150700.579000', '150700.581000', '150700.584000', '150700.587000', '150700.589000', '150700.592000', '150700.595000', '150700.597000', '150700.600000', '150700.602000', '150700.605000', '150700.608000', '150700.610000', '150700.613000', '150700.616000', '150700.618000', '150700.621000', '150700.623000', '150700.626000', '150700.629000', '150700.631000', '150700.634000', '150700.636000', '150700.639000', '150700.642000', '150700.644000', '150700.647000', '150700.649000', '150700.652000', '150700.655000', '150700.657000', '150700.660000', '150700.662000', '150700.665000', '150700.668000', '150700.670000', '150700.673000', '150700.675000', '150700.678000', '150720.565000', '150720.568000', '150720.571000', '150720.573000', '150720.576000', '150720.579000', '150720.581000', '150720.584000', '150720.586000', '150720.589000', '150720.592000', '150720.594000', '150720.597000', '150720.600000', '150720.602000', '150720.605000', '150720.607000', '150720.610000', '150720.612000', '150720.615000', '150720.618000', '150720.620000', '150720.623000', '150720.626000', '150720.628000', '150720.631000', '150720.633000', '150720.636000', '150720.638000', '150720.642000', '150720.645000', '150720.648000', '150720.651000', '150720.653000', '150720.656000', '150720.659000', '150720.661000', '150720.664000', '150720.666000', '150720.669000', '150720.671000', '150720.674000', '150720.677000', '150740.565000', '150740.569000', '150740.571000', '150740.574000', '150740.577000', '150740.580000', '150740.582000', '150740.585000', '150740.588000', '150740.590000', '150740.593000', '150740.596000', '150740.598000', '150740.601000', '150740.604000', '150740.606000', '150740.609000', '150740.611000', '150740.614000', '150740.617000', '150740.619000', '150740.622000', '150740.625000', '150740.627000', '150740.630000', '150740.632000', '150740.635000', '150740.637000', '150740.640000', '150740.643000', '150740.645000', '150740.648000', '150740.650000', '150740.653000', '150740.656000', '150740.658000', '150740.661000', '150740.664000', '150740.666000', '150740.669000', '150740.671000', '150740.674000', '150740.676000', '150740.679000', '150800.566000', '150800.569000', '150800.571000', '150800.574000', '150800.576000', '150800.579000', '150800.582000', '150800.584000', '150800.587000', '150800.589000', '150800.592000', '150800.595000', '150800.597000', '150800.600000', '150800.602000', '150800.605000', '150800.608000', '150800.610000', '150800.613000', '150800.615000', '150800.618000', '150800.621000', '150800.623000', '150800.626000', '150800.628000', '150800.631000', '150800.634000', '150800.636000', '150800.639000', '150800.641000', '150800.644000', '150800.646000', '150800.649000', '150800.652000', '150800.654000', '150800.657000', '150800.659000', '150800.662000', '150800.665000', '150800.667000', '150800.670000', '150800.672000', '150800.676000', '150820.567000', '150820.569000', '150820.573000', '150820.576000', '150820.579000', '150820.581000', '150820.584000', '150820.587000', '150820.589000', '150820.592000', '150820.594000', '150820.597000', '150820.600000', '150820.602000', '150820.605000', '150820.608000', '150820.610000', '150820.613000', '150820.615000', '150820.618000', '150820.621000', '150820.623000', '150820.626000', '150820.628000', '150820.631000', '150820.633000', '150820.636000', '150820.639000', '150820.641000', '150820.644000', '150820.646000', '150820.649000', '150820.652000', '150820.654000', '150820.657000', '150820.659000', '150820.662000', '150820.665000', '150820.667000', '150820.670000', '150820.673000', '150820.675000', '150820.678000', '150840.567000', '150840.569000', '150840.572000', '150840.575000', '150840.578000', '150840.580000', '150840.583000', '150840.586000', '150840.588000', '150840.591000', '150840.593000', '150840.596000', '150840.599000', '150840.602000', '150840.604000', '150840.607000', '150840.609000', '150840.612000', '150840.615000', '150840.617000', '150840.620000', '150840.622000', '150840.625000', '150840.628000', '150840.630000', '150840.633000', '150840.635000', '150840.638000', '150840.641000', '150840.643000', '150840.646000', '150840.648000', '150840.651000', '150840.654000', '150840.656000', '150840.659000', '150840.662000', '150840.664000', '150840.667000', '150840.670000', '150840.672000', '150840.675000', '150840.677000', '150840.680000', '150900.566000', '150900.568000', '150900.571000', '150900.574000', '150900.576000', '150900.579000', '150900.581000', '150900.584000', '150900.587000', '150900.589000', '150900.592000', '150900.594000', '150900.597000', '150900.600000', '150900.602000', '150900.605000', '150900.608000', '150900.610000', '150900.613000', '150900.616000', '150900.618000', '150900.621000', '150900.623000', '150900.626000', '150900.629000', '150900.631000', '150900.634000', '150900.636000', '150900.639000', '150900.642000', '150900.644000', '150900.647000', '150900.650000', '150900.652000', '150900.655000', '150900.658000', '150900.660000', '150900.663000', '150900.665000', '150900.668000', '150900.671000', '150900.673000', '150900.676000', '150900.678000', '150920.566000', '150920.568000', '150920.571000', '150920.574000', '150920.576000', '150920.579000', '150920.581000', '150920.584000', '150920.587000', '150920.589000', '150920.592000', '150920.595000', '150920.597000', '150920.600000', '150920.627000', '150920.630000', '150920.632000', '150920.635000', '150920.637000', '150920.640000', '150920.642000', '150920.645000', '150920.648000', '150920.650000', '150920.653000', '150920.655000', '150920.658000', '150920.661000', '150920.663000', '150920.666000', '150920.668000', '150920.671000', '150920.674000', '150920.676000', '150920.679000', '150920.681000', '150920.684000', '150920.687000', '150920.689000', '150920.692000', '150920.694000', '150920.697000', '150920.700000', '150940.565000', '150940.568000', '150940.571000', '150940.574000', '150940.576000', '150940.579000', '150940.581000', '150940.584000', '150940.586000', '150940.589000', '150940.592000', '150940.594000', '150940.597000', '150940.600000', '150940.602000', '150940.605000', '150940.608000', '150940.610000', '150940.613000', '150940.616000', '150940.618000', '150940.621000', '150940.623000', '150940.626000', '150940.628000', '150940.631000', '150940.634000', '150940.636000', '150940.639000', '150940.642000', '150940.644000', '150940.647000', '150940.649000', '150940.652000', '150940.655000', '150940.657000', '150940.660000', '150940.662000', '150940.665000', '150940.668000', '150940.670000', '150940.673000', '150940.675000', '151000.566000', '151000.568000', '151000.571000', '151000.574000', '151000.576000', '151000.579000', '151000.582000', '151000.584000', '151000.587000', '151000.589000', '151000.592000', '151000.594000', '151000.597000', '151000.600000', '151000.602000', '151000.605000', '151000.608000', '151000.610000', '151000.613000', '151000.616000', '151000.618000', '151000.621000', '151000.623000', '151000.626000', '151000.629000', '151000.631000', '151000.634000', '151000.636000', '151000.639000', '151000.642000', '151000.644000', '151000.647000', '151000.649000', '151000.652000', '151000.654000', '151000.657000', '151000.660000', '151000.662000', '151000.665000', '151000.667000', '151000.670000', '151000.672000', '151000.675000', '151000.678000', '151020.566000', '151020.569000', '151020.571000', '151020.574000', '151020.577000', '151020.579000', '151020.582000', '151020.584000', '151020.587000', '151020.590000', '151020.592000', '151020.595000', '151020.597000', '151020.600000', '151020.603000', '151020.605000', '151020.608000', '151020.611000', '151020.613000', '151020.616000', '151020.619000', '151020.621000', '151020.624000', '151020.626000', '151020.629000', '151020.632000', '151020.634000', '151020.637000', '151020.640000', '151020.642000', '151020.645000', '151020.647000', '151020.650000', '151020.652000', '151020.655000', '151020.657000', '151020.660000', '151020.663000', '151020.665000', '151020.668000', '151020.670000', '151020.673000', '151020.676000', '151020.678000', '151040.567000', '151040.569000', '151040.572000', '151040.575000', '151040.578000', '151040.581000', '151040.583000', '151040.586000', '151040.588000', '151040.593000', '151040.596000', '151040.599000', '151040.601000', '151040.604000', '151040.606000', '151040.609000', '151040.612000', '151040.614000', '151040.617000', '151040.620000', '151040.622000', '151040.625000', '151040.628000', '151040.630000', '151040.633000', '151040.636000', '151040.638000', '151040.641000', '151040.644000', '151040.646000', '151040.649000', '151040.652000', '151040.654000', '151040.657000', '151040.660000', '151040.662000', '151040.665000', '151040.668000', '151040.670000', '151040.688000', '151040.691000', '151040.694000', '151040.696000', '151100.566000', '151100.569000', '151100.572000', '151100.574000', '151100.577000', '151100.580000', '151100.582000', '151100.585000', '151100.588000', '151100.590000', '151100.593000', '151100.596000', '151100.599000', '151100.601000', '151100.604000', '151100.606000', '151100.609000', '151100.612000', '151100.614000', '151100.617000', '151100.620000', '151100.622000', '151100.625000', '151100.628000', '151100.630000', '151100.633000', '151100.635000', '151100.638000', '151100.641000', '151100.643000', '151100.646000', '151100.648000', '151100.651000', '151100.654000', '151100.656000', '151100.659000', '151100.661000', '151100.664000', '151100.666000', '151100.669000', '151100.672000', '151100.674000', '151100.677000', '151100.679000', '151120.565000', '151120.568000', '151120.571000', '151120.573000', '151120.576000', '151120.579000', '151120.582000', '151120.584000', '151120.587000', '151120.589000', '151120.592000', '151120.595000', '151120.597000', '151120.600000', '151120.603000', '151120.605000', '151120.608000', '151120.611000', '151120.613000', '151120.616000', '151120.619000', '151120.621000', '151120.624000', '151120.627000', '151120.629000', '151120.632000', '151120.635000', '151120.637000', '151120.640000', '151120.642000', '151120.645000', '151120.647000', '151120.650000', '151120.653000', '151120.655000', '151120.658000', '151120.660000', '151120.663000', '151120.666000', '151120.668000', '151120.671000', '151120.674000', '151120.676000', '151140.566000', '151140.569000', '151140.571000', '151140.574000', '151140.576000', '151140.579000', '151140.582000', '151140.584000', '151140.587000', '151140.589000', '151140.592000', '151140.595000', '151140.597000', '151140.600000', '151140.603000', '151140.605000', '151140.608000', '151140.611000', '151140.614000', '151140.617000', '151140.619000', '151140.622000', '151140.624000', '151140.627000', '151140.630000', '151140.633000', '151140.635000', '151140.638000', '151140.641000', '151140.643000', '151140.646000', '151140.649000', '151140.651000', '151140.654000', '151140.657000', '151140.659000', '151140.662000', '151140.664000', '151140.667000', '151140.670000', '151140.672000', '151140.675000', '151140.677000', '151140.680000', '151200.566000', '151200.569000', '151200.571000', '151200.574000', '151200.576000', '151200.579000', '151200.582000', '151200.585000', '151200.587000', '151200.590000', '151200.593000', '151200.595000', '151200.598000', '151200.601000', '151200.603000', '151200.606000', '151200.608000', '151200.611000', '151200.614000', '151200.616000', '151200.619000', '151200.621000', '151200.624000', '151200.627000', '151200.629000', '151200.632000', '151200.634000', '151200.637000', '151200.640000', '151200.642000', '151200.645000', '151200.647000', '151200.650000', '151200.653000', '151200.655000', '151200.658000', '151200.661000', '151200.669000', '151200.672000', '151200.675000', '151200.677000', '151200.680000', '151200.683000', '151220.566000', '151220.568000', '151220.571000', '151220.574000', '151220.576000', '151220.579000', '151220.581000', '151220.595000', '151220.598000', '151220.601000', '151220.604000', '151220.606000', '151220.609000', '151220.611000', '151220.614000', '151220.616000', '151220.619000', '151220.622000', '151220.624000', '151220.627000', '151220.629000', '151220.632000', '151220.635000', '151220.638000', '151220.641000', '151220.643000', '151220.646000', '151220.648000', '151220.651000', '151220.654000', '151220.656000', '151220.659000', '151220.662000', '151220.664000', '151220.667000', '151220.669000', '151220.672000', '151220.675000', '151220.677000', '151220.680000', '151220.682000', '151220.685000', '151220.687000', '151240.566000', '151240.569000', '151240.571000', '151240.574000', '151240.576000', '151240.579000', '151240.582000', '151240.584000', '151240.587000', '151240.589000', '151240.592000', '151240.595000', '151240.597000', '151240.600000', '151240.603000', '151240.605000', '151240.608000', '151240.611000', '151240.613000', '151240.616000', '151240.618000', '151240.621000', '151240.624000', '151240.626000', '151240.629000', '151240.632000', '151240.634000', '151240.637000', '151240.639000', '151240.642000', '151240.645000', '151240.647000', '151240.650000', '151240.652000', '151240.655000', '151240.658000', '151240.660000', '151240.663000', '151240.666000', '151240.668000', '151240.671000', '151240.673000', '151240.676000', '151240.679000', '151253.191000', '151253.195000', '151253.198000', '151253.200000', '151253.203000', '151253.206000', '151253.209000', '151253.212000', '151253.214000', '151253.217000', '151253.220000', '151253.223000', '151253.226000', '151253.229000', '151253.231000', '151253.234000', '151253.237000', '151253.240000', '151253.243000', '151253.246000', '151253.249000', '151253.251000', '151253.258000', '151253.264000', '151253.270000', '151253.274000', '151253.279000', '151253.286000'], '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, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016], 'LargestImagePixelValue': [12532, 9706, 8899, 9127, 8938, 10296, 10058, 10995, 10227, 9273, 14502, 12740, 15043, 11295, 9256, 8373, 9417, 8999, 14696, 13218, 14394, 9219, 8755, 8683, 8830, 16024, 9446, 8717, 8961, 9101, 12343, 9080, 9076, 8779, 8936, 14123, 9976, 8467, 9619, 8903, 8287, 8396, 13920, 10740, 9129, 8653, 8801, 9467, 9037, 8556, 8525, 8902, 14079, 9481, 10332, 8204, 9044, 14642, 11397, 10580, 9163, 9411, 9349, 9612, 15317, 12048, 8321, 8588, 9070, 12662, 9313, 11104, 9145, 8780, 8651, 9620, 8313, 11526, 9042, 8951, 9667, 8315, 12497, 9458, 11032, 9271, 13145, 10177, 9686, 14564, 11689, 13974, 8842, 8650, 14145, 14871, 14249, 9604, 8922, 8885, 9811, 14247, 8969, 8600, 9429, 8683, 9084, 13045, 10132, 8594, 8545, 8716, 13256, 9471, 8883, 9184, 8680, 9392, 9041, 14057, 9430, 9091, 9531, 11496, 14515, 9979, 10143, 9625, 9680, 8624, 9534, 15820, 13395, 9929, 8309, 9649, 8650, 9129, 13308, 11982, 9226, 8673, 9474, 8443, 9242, 10371, 10483, 9096, 8674, 9803, 8772, 10540, 9413, 8779, 9195, 14298, 13124, 8928, 9110, 9500, 9162, 10497, 12354, 14139, 9428, 9128, 9261, 8356, 10712, 8937, 9392, 9308, 13931, 9675, 8402, 9882, 11811, 15197, 9325, 9163, 9304, 11235, 13993, 9552, 9053, 9574, 8299, 10302, 12232, 13349, 9144, 9040, 9778, 8199, 9803, 9106, 8746, 9348, 13844, 10202, 8464, 8708, 9622, 14236, 9351, 8403, 11208, 13723, 15742, 12970, 9055, 8779, 9383, 14488, 11451, 11849, 8981, 9555, 9133, 9172, 11073, 9776, 8730, 10297, 10094, 12877, 9623, 8179, 10247, 12365, 14389, 9593, 8285, 10164, 12875, 15230, 11074, 8712, 9134, 9399, 14671, 11042, 8995, 9041, 9332, 11780, 10019, 11848, 9330, 8804, 8611, 9527, 10303, 10945, 9091, 8463, 9264, 11835, 10764, 9073, 8704, 9442, 11222, 11013, 8932, 12312, 9195, 15271, 11745, 8902, 8698, 9740, 9101, 11896, 9429, 8880, 9799, 8821, 10070, 8757, 8925, 9023, 13970, 9926, 8602, 8915, 8691, 13686, 10132, 11219, 9533, 8349, 12885, 13211, 14421, 9448, 8387, 9014, 9096, 14673, 11870, 8874, 9442, 8522, 13132, 9216, 8365, 9509, 8248, 13733, 10673, 8700, 9331, 8772, 12781, 9734, 12224, 9650, 9114, 14347, 11378, 11497, 8882, 9710, 15001, 13000, 13876, 9009, 9134, 10555, 9403, 12992, 9633, 9053, 10162, 9370, 13985, 10832, 8879, 9321, 9299, 8878, 13325, 11281, 8915, 9437, 9338, 9168, 10030, 13912, 12425, 9021, 8994, 9228, 14433, 10937, 9604, 8648, 9707, 15628, 11700, 8413, 8644, 9398, 16962, 13450, 8563, 8282, 9411, 9376, 9717, 10021, 8614, 9361, 8732, 9051, 8704, 8903, 8786, 10630, 9558, 9243, 9173, 8628, 11746, 10038, 10016, 9555, 8116, 12234, 9195, 10879, 9381, 7956, 11353, 12602, 11103, 9304, 9505, 9695, 9675, 13359, 9384, 8877, 9439, 12231, 12739, 8751, 7984, 9619, 8775, 10509, 11736, 12301, 10143, 9655, 9613, 10375, 12944, 9919, 9376, 9766, 14081, 14540, 9139, 9199, 9988, 9058, 8823, 9115, 14840, 10774, 8624, 9208, 8642, 13856, 9611, 9545, 9295, 8451, 13547, 9684, 9705, 9511, 10715, 10318, 9591, 8562, 9772, 14721, 10254, 8763, 8558, 8584, 14522, 9722, 16381, 15914, 10414, 9805, 8783, 8699, 9794, 9024, 9774, 8821, 10689, 9306, 8751, 9249, 8464, 12346, 9608, 9135, 12442, 10478, 14642, 10885, 9885, 15156, 12869, 13504, 12844, 14943, 15340, 9918, 9456, 13263, 14415, 15920, 10601, 8611, 8717, 11548, 15310, 14106, 8648, 9003, 9727, 8431, 9562, 8787, 8845, 9655, 8715, 10159, 9467, 9194, 9285, 9028, 14413, 11592, 8767, 11268, 11877, 14803, 10961, 9095, 13150, 13458, 13117, 9315, 9706, 9466, 9596, 14442, 11017, 8625, 9175, 9518, 8140, 12489, 10254, 8914, 9780, 8686, 11324, 9235, 8777, 9281, 8734, 12917, 9749, 8361, 9789, 9255, 11834, 9069, 12271, 11497, 9074, 8923, 9158, 8647, 10338, 11263, 12618, 9089, 8685, 9830, 8643, 12874, 9595, 8443, 9583, 8414, 12948, 9318, 8447, 9189, 8532, 13606, 9638, 8323, 10915, 12397, 14930, 10367, 8409, 11910, 11442, 15194, 12722, 9091, 10047, 11035, 14357, 14826, 9205, 9008, 9690, 8709, 11803, 9588, 8543, 9343, 9439, 8625, 13639, 9186, 11361, 8824, 9343, 16247, 13206, 8606, 10090, 10880, 14900, 9222, 11168, 15349, 10288, 10419, 9178, 8489, 14872, 11587, 9159, 9335, 9165, 12195, 9203, 9419, 9526, 8794, 9447, 9080, 10390, 9340, 9134, 12093, 9319, 9426, 9381, 8995, 13950, 11224, 13283, 9575, 8453, 8321, 10664, 11747, 12974, 9618, 8550, 9548, 9364, 14037, 12689, 12604, 11590, 9743, 9179, 8641, 9703, 13366, 10721, 9812, 11577, 9281, 9396, 11874, 9506, 12063, 13591, 9724, 11200, 13904, 15055, 16129, 9374, 9601, 8225, 8981, 12635, 13285, 8954, 8560, 9474, 8784, 10601, 9397, 8479, 9265, 8717, 12714, 9341, 8977, 9245, 9362, 12684, 9602, 9497, 15646, 13472, 15391, 11568, 9046, 8739, 9256, 8769, 14303, 10795, 8225, 9489, 9080, 9239, 9506, 8734, 8995, 8788, 11424, 9361, 9078, 10246, 9141, 10529, 9209, 8383, 13480, 11044, 9502, 9995, 8625, 13003, 12548, 14975, 9596, 8732, 9048, 8136, 12821, 9652, 8681, 9389, 8591, 8969, 9168, 8763, 9702, 8846, 12240, 9297, 8782, 9011, 9060, 15662, 13816, 8768, 9182, 9709, 8098, 8930, 11019, 14854, 13570, 8679, 8664, 9308, 12547, 9829, 9057, 8619, 9474, 13799, 10549, 8947, 9930, 9749, 9606, 8621, 8595, 15124, 12751, 9083, 8661, 9138, 8635, 10731, 12235, 14366, 9009, 8474, 9812, 8166, 13242, 10199, 8170, 9408, 8317, 7992, 9256, 8543, 11167, 8862, 8342, 11728, 12171, 14236, 11827, 10156, 9330, 9317, 14808, 12402, 14363, 12267, 9999, 14792, 11461, 13637, 8748, 9048, 13923, 9828, 12508, 9080, 8770, 11037, 11339, 14551, 9606, 8716, 8404, 9275, 12478, 10004, 9034, 8493, 9488, 8439, 9316, 9142, 8977, 9220, 9291, 9412, 9175, 8693, 8860, 13070, 9565, 9062, 8590, 9139, 14837, 12247, 13565, 11194, 9136, 8827, 9438, 9501, 13470, 11239, 11971, 8973, 8559, 8937, 9384, 9734, 8915, 9835, 8637, 11694, 10788, 12424, 9381, 9938, 9999, 9830, 12220, 9844, 9838, 14706, 12590, 14434, 11550, 9212, 8519, 9146, 13523, 13077, 9700, 9079, 8387, 9225, 13130, 11015, 8611, 9085, 8838, 8584, 9200, 10595, 12553, 9232, 8691, 9162, 8996, 14605, 11404, 9295, 8610, 9266, 8431, 9049, 10358, 14467, 11554, 8567, 8588, 9376, 9054, 8750, 9751, 13342, 9016, 10470, 10280, 9432, 8805, 8978, 9066, 11899, 9350, 9117, 9346, 11987, 14525, 9508, 10447, 11795, 13871, 16260, 9917, 8793, 9472, 10010, 8935, 9131, 10195, 11187, 9452, 8844, 9288, 8775, 8778, 9492, 8551, 9104, 9307, 9194, 11074, 9243, 13576, 11877, 9004, 12385, 13241, 13579, 12026, 9221, 8468, 9133, 11731, 14512, 9434, 8809, 9051, 8661, 12474, 9467, 9440, 8278, 9335, 11202, 12822, 8940, 8904, 9424, 8990, 15757, 11485, 8726, 9035, 9322, 8622, 8705, 11013, 14717, 12221, 8484, 8614, 9061, 9295, 15922, 10707, 8770, 12329, 11440, 9640, 8657, 8843, 14283, 9301, 8914, 8001, 9303, 14609, 10679, 8940, 8559, 9279], 'WindowCenter': [4954.0, 4903.0, 4861.0, 4843.0, 4843.0, 4862.0, 4860.0, 4860.0, 4847.0, 4838.0, 4884.0, 4862.0, 4893.0, 4842.0, 4809.0, 4785.0, 4812.0, 4811.0, 4881.0, 4875.0, 4868.0, 4811.0, 4797.0, 4809.0, 4811.0, 4881.0, 4822.0, 4800.0, 4810.0, 4821.0, 4862.0, 4814.0, 4812.0, 4814.0, 4823.0, 4871.0, 4833.0, 4800.0, 4810.0, 4809.0, 4810.0, 4813.0, 4881.0, 4843.0, 4823.0, 4800.0, 4814.0, 4830.0, 4811.0, 4813.0, 4800.0, 4814.0, 4871.0, 4823.0, 4833.0, 4802.0, 4825.0, 4880.0, 4854.0, 4831.0, 4813.0, 4819.0, 4819.0, 4821.0, 4879.0, 4865.0, 4800.0, 4799.0, 4822.0, 4860.0, 4819.0, 4843.0, 4811.0, 4811.0, 4798.0, 4835.0, 4812.0, 4864.0, 4827.0, 4822.0, 4836.0, 4825.0, 4877.0, 4836.0, 4843.0, 4837.0, 4877.0, 4834.0, 4826.0, 4884.0, 4856.0, 4870.0, 4815.0, 4812.0, 4869.0, 4872.0, 4858.0, 4809.0, 4797.0, 4809.0, 4819.0, 4869.0, 4814.0, 4786.0, 4807.0, 4798.0, 4809.0, 4861.0, 4821.0, 4799.0, 4796.0, 4814.0, 4857.0, 4834.0, 4813.0, 4814.0, 4811.0, 4825.0, 4824.0, 4871.0, 4825.0, 4814.0, 4832.0, 4853.0, 4884.0, 4822.0, 4830.0, 4822.0, 4824.0, 4813.0, 4833.0, 4892.0, 4876.0, 4834.0, 4787.0, 4810.0, 4798.0, 4822.0, 4867.0, 4850.0, 4823.0, 4798.0, 4822.0, 4801.0, 4818.0, 4843.0, 4831.0, 4814.0, 4800.0, 4832.0, 4816.0, 4842.0, 4821.0, 4824.0, 4836.0, 4872.0, 4865.0, 4814.0, 4801.0, 4812.0, 4808.0, 4833.0, 4850.0, 4871.0, 4815.0, 4810.0, 4811.0, 4800.0, 4834.0, 4814.0, 4808.0, 4823.0, 4871.0, 4825.0, 4803.0, 4833.0, 4852.0, 4884.0, 4813.0, 4810.0, 4821.0, 4839.0, 4871.0, 4824.0, 4797.0, 4809.0, 4799.0, 4831.0, 4853.0, 4861.0, 4814.0, 4798.0, 4822.0, 4799.0, 4835.0, 4813.0, 4801.0, 4826.0, 4872.0, 4838.0, 4802.0, 4827.0, 4836.0, 4871.0, 4826.0, 4817.0, 4855.0, 4871.0, 4897.0, 4867.0, 4801.0, 4802.0, 4822.0, 4869.0, 4852.0, 4842.0, 4803.0, 4822.0, 4821.0, 4823.0, 4829.0, 4822.0, 4814.0, 4830.0, 4834.0, 4861.0, 4822.0, 4813.0, 4834.0, 4866.0, 4872.0, 4824.0, 4814.0, 4832.0, 4862.0, 4896.0, 4846.0, 4801.0, 4813.0, 4821.0, 4869.0, 4855.0, 4813.0, 4798.0, 4821.0, 4852.0, 4831.0, 4865.0, 4813.0, 4810.0, 4810.0, 4834.0, 4846.0, 4845.0, 4814.0, 4813.0, 4824.0, 4867.0, 4846.0, 4814.0, 4812.0, 4822.0, 4842.0, 4830.0, 4814.0, 4850.0, 4812.0, 4881.0, 4855.0, 4813.0, 4799.0, 4834.0, 4811.0, 4853.0, 4825.0, 4811.0, 4835.0, 4824.0, 4835.0, 4814.0, 4810.0, 4826.0, 4872.0, 4838.0, 4816.0, 4812.0, 4826.0, 4870.0, 4849.0, 4845.0, 4836.0, 4814.0, 4862.0, 4876.0, 4872.0, 4823.0, 4802.0, 4823.0, 4814.0, 4881.0, 4868.0, 4813.0, 4821.0, 4812.0, 4871.0, 4838.0, 4806.0, 4820.0, 4816.0, 4872.0, 4860.0, 4826.0, 4826.0, 4827.0, 4874.0, 4837.0, 4865.0, 4827.0, 4827.0, 4883.0, 4855.0, 4844.0, 4812.0, 4837.0, 4884.0, 4877.0, 4873.0, 4808.0, 4824.0, 4842.0, 4824.0, 4873.0, 4824.0, 4812.0, 4829.0, 4823.0, 4872.0, 4842.0, 4813.0, 4809.0, 4823.0, 4823.0, 4869.0, 4858.0, 4813.0, 4811.0, 4810.0, 4809.0, 4844.0, 4870.0, 4866.0, 4816.0, 4810.0, 4826.0, 4882.0, 4845.0, 4823.0, 4801.0, 4835.0, 4882.0, 4854.0, 4792.0, 4814.0, 4820.0, 4889.0, 4872.0, 4801.0, 4774.0, 4809.0, 4808.0, 4821.0, 4835.0, 4799.0, 4810.0, 4809.0, 4823.0, 4816.0, 4811.0, 4814.0, 4840.0, 4835.0, 4824.0, 4814.0, 4825.0, 4851.0, 4849.0, 4825.0, 4835.0, 4813.0, 4865.0, 4828.0, 4841.0, 4827.0, 4814.0, 4854.0, 4876.0, 4842.0, 4824.0, 4819.0, 4833.0, 4836.0, 4878.0, 4827.0, 4811.0, 4835.0, 4864.0, 4875.0, 4827.0, 4801.0, 4823.0, 4815.0, 4845.0, 4878.0, 4864.0, 4839.0, 4827.0, 4838.0, 4846.0, 4869.0, 4823.0, 4823.0, 4845.0, 4881.0, 4887.0, 4826.0, 4810.0, 4825.0, 4810.0, 4828.0, 4826.0, 4885.0, 4859.0, 4803.0, 4812.0, 4815.0, 4871.0, 4838.0, 4823.0, 4825.0, 4812.0, 4876.0, 4826.0, 4820.0, 4834.0, 4844.0, 4836.0, 4813.0, 4811.0, 4836.0, 4885.0, 4835.0, 4803.0, 4801.0, 4814.0, 4870.0, 4831.0, 4894.0, 4898.0, 4844.0, 4822.0, 4801.0, 4787.0, 4820.0, 4797.0, 4832.0, 4822.0, 4846.0, 4839.0, 4824.0, 4838.0, 4826.0, 4865.0, 4836.0, 4825.0, 4866.0, 4848.0, 4886.0, 4846.0, 4835.0, 4875.0, 4854.0, 4873.0, 4864.0, 4883.0, 4870.0, 4809.0, 4819.0, 4848.0, 4871.0, 4869.0, 4819.0, 4786.0, 4796.0, 4837.0, 4868.0, 4860.0, 4787.0, 4783.0, 4823.0, 4800.0, 4823.0, 4816.0, 4813.0, 4836.0, 4826.0, 4849.0, 4841.0, 4827.0, 4838.0, 4827.0, 4899.0, 4860.0, 4819.0, 4857.0, 4867.0, 4884.0, 4847.0, 4837.0, 4874.0, 4890.0, 4863.0, 4811.0, 4825.0, 4834.0, 4833.0, 4883.0, 4842.0, 4815.0, 4810.0, 4824.0, 4801.0, 4860.0, 4845.0, 4811.0, 4824.0, 4825.0, 4851.0, 4837.0, 4815.0, 4837.0, 4825.0, 4874.0, 4836.0, 4816.0, 4835.0, 4825.0, 4854.0, 4827.0, 4865.0, 4864.0, 4828.0, 4811.0, 4824.0, 4812.0, 4833.0, 4854.0, 4866.0, 4827.0, 4816.0, 4844.0, 4824.0, 4878.0, 4837.0, 4803.0, 4836.0, 4827.0, 4878.0, 4841.0, 4814.0, 4837.0, 4827.0, 4885.0, 4839.0, 4831.0, 4867.0, 4888.0, 4896.0, 4848.0, 4816.0, 4865.0, 4855.0, 4898.0, 4876.0, 4826.0, 4834.0, 4843.0, 4883.0, 4887.0, 4825.0, 4812.0, 4821.0, 4826.0, 4850.0, 4837.0, 4825.0, 4825.0, 4835.0, 4826.0, 4887.0, 4839.0, 4844.0, 4827.0, 4826.0, 4905.0, 4877.0, 4814.0, 4834.0, 4845.0, 4868.0, 4827.0, 4843.0, 4883.0, 4834.0, 4818.0, 4813.0, 4799.0, 4868.0, 4856.0, 4811.0, 4809.0, 4821.0, 4847.0, 4825.0, 4823.0, 4812.0, 4812.0, 4821.0, 4825.0, 4836.0, 4812.0, 4827.0, 4851.0, 4835.0, 4822.0, 4823.0, 4827.0, 4872.0, 4855.0, 4875.0, 4825.0, 4802.0, 4812.0, 4842.0, 4868.0, 4878.0, 4834.0, 4814.0, 4824.0, 4837.0, 4884.0, 4873.0, 4876.0, 4855.0, 4823.0, 4812.0, 4812.0, 4833.0, 4875.0, 4844.0, 4836.0, 4843.0, 4813.0, 4825.0, 4854.0, 4825.0, 4851.0, 4861.0, 4824.0, 4841.0, 4861.0, 4880.0, 4880.0, 4800.0, 4809.0, 4802.0, 4807.0, 4850.0, 4873.0, 4813.0, 4796.0, 4811.0, 4809.0, 4831.0, 4825.0, 4803.0, 4824.0, 4825.0, 4875.0, 4828.0, 4814.0, 4822.0, 4834.0, 4862.0, 4813.0, 4837.0, 4892.0, 4859.0, 4883.0, 4840.0, 4799.0, 4796.0, 4822.0, 4807.0, 4869.0, 4846.0, 4804.0, 4811.0, 4811.0, 4820.0, 4824.0, 4816.0, 4812.0, 4827.0, 4855.0, 4827.0, 4825.0, 4844.0, 4826.0, 4844.0, 4826.0, 4827.0, 4873.0, 4855.0, 4823.0, 4821.0, 4814.0, 4869.0, 4861.0, 4883.0, 4825.0, 4802.0, 4811.0, 4802.0, 4861.0, 4837.0, 4814.0, 4810.0, 4827.0, 4825.0, 4836.0, 4828.0, 4833.0, 4838.0, 4878.0, 4839.0, 4819.0, 4836.0, 4837.0, 4893.0, 4886.0, 4818.0, 4814.0, 4823.0, 4803.0, 4824.0, 4841.0, 4886.0, 4875.0, 4813.0, 4803.0, 4825.0, 4862.0, 4834.0, 4812.0, 4810.0, 4835.0, 4871.0, 4835.0, 4811.0, 4835.0, 4822.0, 4823.0, 4804.0, 4826.0, 4881.0, 4863.0, 4814.0, 4803.0, 4811.0, 4811.0, 4839.0, 4849.0, 4886.0, 4826.0, 4800.0, 4832.0, 4811.0, 4862.0, 4844.0, 4817.0, 4823.0, 4814.0, 4817.0, 4834.0, 4842.0, 4869.0, 4841.0, 4828.0, 4879.0, 4878.0, 4888.0, 4868.0, 4835.0, 4812.0, 4811.0, 4869.0, 4865.0, 4874.0, 4842.0, 4823.0, 4872.0, 4841.0, 4849.0, 4790.0, 4811.0, 4861.0, 4821.0, 4837.0, 4788.0, 4803.0, 4829.0, 4828.0, 4871.0, 4810.0, 4790.0, 4787.0, 4809.0, 4849.0, 4822.0, 4811.0, 4787.0, 4823.0, 4812.0, 4821.0, 4826.0, 4813.0, 4815.0, 4823.0, 4823.0, 4826.0, 4804.0, 4823.0, 4861.0, 4827.0, 4813.0, 4816.0, 4836.0, 4881.0, 4853.0, 4864.0, 4846.0, 4814.0, 4800.0, 4811.0, 4823.0, 4859.0, 4843.0, 4852.0, 4813.0, 4801.0, 4800.0, 4810.0, 4824.0, 4814.0, 4824.0, 4815.0, 4852.0, 4843.0, 4853.0, 4813.0, 4824.0, 4834.0, 4824.0, 4855.0, 4813.0, 4822.0, 4869.0, 4852.0, 4860.0, 4829.0, 4799.0, 4798.0, 4810.0, 4860.0, 4851.0, 4810.0, 4787.0, 4792.0, 4809.0, 4847.0, 4832.0, 4800.0, 4795.0, 4800.0, 4800.0, 4810.0, 4831.0, 4853.0, 4814.0, 4799.0, 4814.0, 4814.0, 4870.0, 4855.0, 4814.0, 4801.0, 4812.0, 4802.0, 4811.0, 4831.0, 4874.0, 4854.0, 4802.0, 4801.0, 4813.0, 4800.0, 4802.0, 4825.0, 4863.0, 4802.0, 4829.0, 4822.0, 4812.0, 4799.0, 4813.0, 4800.0, 4840.0, 4811.0, 4798.0, 4810.0, 4840.0, 4860.0, 4811.0, 4831.0, 4838.0, 4857.0, 4880.0, 4809.0, 4789.0, 4798.0, 4807.0, 4808.0, 4810.0, 4833.0, 4843.0, 4811.0, 4814.0, 4824.0, 4815.0, 4818.0, 4825.0, 4829.0, 4827.0, 4840.0, 4842.0, 4860.0, 4841.0, 4886.0, 4867.0, 4827.0, 4876.0, 4873.0, 4878.0, 4853.0, 4814.0, 4805.0, 4821.0, 4855.0, 4885.0, 4814.0, 4814.0, 4823.0, 4815.0, 4877.0, 4835.0, 4823.0, 4815.0, 4827.0, 4853.0, 4878.0, 4827.0, 4812.0, 4827.0, 4834.0, 4893.0, 4857.0, 4815.0, 4814.0, 4824.0, 4815.0, 4829.0, 4843.0, 4885.0, 4856.0, 4812.0, 4800.0, 4814.0, 4813.0, 4883.0, 4835.0, 4814.0, 4851.0, 4844.0, 4810.0, 4798.0, 4813.0, 4857.0, 4800.0, 4799.0, 4792.0, 4808.0, 4868.0, 4832.0, 4811.0, 4790.0, 4823.0], 'WindowWidth': [10804.0, 10715.0, 10632.0, 10590.0, 10588.0, 10615.0, 10606.0, 10603.0, 10576.0, 10567.0, 10626.0, 10590.0, 10632.0, 10557.0, 10507.0, 10473.0, 10516.0, 10520.0, 10614.0, 10611.0, 10592.0, 10510.0, 10487.0, 10514.0, 10518.0, 10610.0, 10531.0, 10496.0, 10513.0, 10532.0, 10586.0, 10524.0, 10517.0, 10528.0, 10538.0, 10602.0, 10552.0, 10499.0, 10510.0, 10512.0, 10518.0, 10524.0, 10613.0, 10564.0, 10536.0, 10500.0, 10523.0, 10544.0, 10517.0, 10522.0, 10500.0, 10524.0, 10600.0, 10537.0, 10548.0, 10504.0, 10541.0, 10613.0, 10580.0, 10542.0, 10516.0, 10525.0, 10527.0, 10532.0, 10610.0, 10595.0, 10498.0, 10492.0, 10535.0, 10584.0, 10528.0, 10561.0, 10513.0, 10515.0, 10494.0, 10555.0, 10526.0, 10596.0, 10548.0, 10534.0, 10558.0, 10546.0, 10616.0, 10557.0, 10566.0, 10560.0, 10613.0, 10550.0, 10540.0, 10621.0, 10581.0, 10594.0, 10522.0, 10522.0, 10597.0, 10600.0, 10572.0, 10505.0, 10488.0, 10510.0, 10526.0, 10592.0, 10520.0, 10474.0, 10503.0, 10496.0, 10512.0, 10581.0, 10526.0, 10494.0, 10488.0, 10524.0, 10576.0, 10554.0, 10520.0, 10519.0, 10515.0, 10542.0, 10538.0, 10600.0, 10537.0, 10525.0, 10549.0, 10575.0, 10619.0, 10531.0, 10540.0, 10529.0, 10533.0, 10523.0, 10554.0, 10633.0, 10611.0, 10549.0, 10477.0, 10508.0, 10498.0, 10535.0, 10592.0, 10571.0, 10533.0, 10493.0, 10527.0, 10506.0, 10526.0, 10564.0, 10542.0, 10521.0, 10500.0, 10548.0, 10530.0, 10558.0, 10529.0, 10541.0, 10559.0, 10599.0, 10593.0, 10521.0, 10498.0, 10512.0, 10508.0, 10547.0, 10568.0, 10600.0, 10523.0, 10511.0, 10514.0, 10502.0, 10548.0, 10521.0, 10509.0, 10535.0, 10599.0, 10536.0, 10510.0, 10553.0, 10575.0, 10613.0, 10516.0, 10510.0, 10530.0, 10553.0, 10598.0, 10533.0, 10488.0, 10507.0, 10500.0, 10544.0, 10573.0, 10580.0, 10519.0, 10491.0, 10529.0, 10499.0, 10553.0, 10520.0, 10502.0, 10544.0, 10601.0, 10559.0, 10506.0, 10546.0, 10555.0, 10601.0, 10542.0, 10531.0, 10581.0, 10599.0, 10644.0, 10594.0, 10496.0, 10497.0, 10535.0, 10595.0, 10575.0, 10556.0, 10503.0, 10527.0, 10529.0, 10535.0, 10537.0, 10526.0, 10524.0, 10544.0, 10553.0, 10585.0, 10530.0, 10526.0, 10553.0, 10597.0, 10601.0, 10532.0, 10525.0, 10549.0, 10586.0, 10640.0, 10566.0, 10499.0, 10519.0, 10532.0, 10595.0, 10580.0, 10517.0, 10491.0, 10533.0, 10574.0, 10545.0, 10594.0, 10517.0, 10512.0, 10516.0, 10555.0, 10570.0, 10567.0, 10522.0, 10526.0, 10539.0, 10599.0, 10568.0, 10520.0, 10523.0, 10533.0, 10561.0, 10542.0, 10521.0, 10572.0, 10519.0, 10613.0, 10581.0, 10516.0, 10497.0, 10552.0, 10519.0, 10579.0, 10539.0, 10513.0, 10555.0, 10538.0, 10555.0, 10526.0, 10515.0, 10547.0, 10601.0, 10563.0, 10526.0, 10517.0, 10548.0, 10600.0, 10579.0, 10564.0, 10556.0, 10527.0, 10588.0, 10613.0, 10601.0, 10531.0, 10504.0, 10537.0, 10526.0, 10613.0, 10600.0, 10520.0, 10528.0, 10523.0, 10600.0, 10562.0, 10514.0, 10528.0, 10534.0, 10603.0, 10596.0, 10544.0, 10539.0, 10547.0, 10611.0, 10561.0, 10595.0, 10543.0, 10548.0, 10619.0, 10583.0, 10562.0, 10516.0, 10561.0, 10620.0, 10615.0, 10603.0, 10507.0, 10536.0, 10562.0, 10537.0, 10605.0, 10536.0, 10519.0, 10543.0, 10535.0, 10602.0, 10559.0, 10518.0, 10511.0, 10539.0, 10536.0, 10597.0, 10589.0, 10520.0, 10512.0, 10511.0, 10512.0, 10571.0, 10599.0, 10598.0, 10526.0, 10513.0, 10543.0, 10614.0, 10567.0, 10533.0, 10503.0, 10554.0, 10615.0, 10575.0, 10487.0, 10524.0, 10530.0, 10624.0, 10602.0, 10496.0, 10453.0, 10514.0, 10512.0, 10528.0, 10554.0, 10497.0, 10514.0, 10516.0, 10536.0, 10531.0, 10514.0, 10524.0, 10557.0, 10555.0, 10538.0, 10521.0, 10544.0, 10574.0, 10579.0, 10536.0, 10552.0, 10527.0, 10597.0, 10546.0, 10555.0, 10540.0, 10528.0, 10580.0, 10613.0, 10560.0, 10537.0, 10524.0, 10549.0, 10555.0, 10614.0, 10542.0, 10518.0, 10559.0, 10596.0, 10610.0, 10545.0, 10503.0, 10531.0, 10528.0, 10568.0, 10619.0, 10594.0, 10559.0, 10541.0, 10561.0, 10571.0, 10602.0, 10533.0, 10537.0, 10571.0, 10615.0, 10631.0, 10541.0, 10514.0, 10534.0, 10510.0, 10546.0, 10546.0, 10623.0, 10590.0, 10506.0, 10518.0, 10530.0, 10601.0, 10561.0, 10531.0, 10540.0, 10524.0, 10610.0, 10540.0, 10527.0, 10553.0, 10565.0, 10552.0, 10516.0, 10519.0, 10558.0, 10622.0, 10552.0, 10502.0, 10498.0, 10526.0, 10596.0, 10548.0, 10644.0, 10651.0, 10565.0, 10528.0, 10501.0, 10476.0, 10525.0, 10491.0, 10548.0, 10537.0, 10574.0, 10566.0, 10542.0, 10563.0, 10548.0, 10595.0, 10556.0, 10540.0, 10596.0, 10577.0, 10625.0, 10568.0, 10553.0, 10606.0, 10574.0, 10603.0, 10592.0, 10614.0, 10589.0, 10504.0, 10526.0, 10564.0, 10597.0, 10592.0, 10517.0, 10475.0, 10491.0, 10546.0, 10591.0, 10577.0, 10475.0, 10465.0, 10534.0, 10502.0, 10535.0, 10530.0, 10521.0, 10556.0, 10545.0, 10578.0, 10567.0, 10545.0, 10566.0, 10550.0, 10647.0, 10593.0, 10538.0, 10592.0, 10599.0, 10619.0, 10570.0, 10566.0, 10610.0, 10637.0, 10588.0, 10513.0, 10540.0, 10553.0, 10549.0, 10618.0, 10563.0, 10525.0, 10511.0, 10539.0, 10509.0, 10586.0, 10568.0, 10516.0, 10532.0, 10545.0, 10573.0, 10562.0, 10525.0, 10562.0, 10543.0, 10607.0, 10555.0, 10533.0, 10555.0, 10541.0, 10575.0, 10548.0, 10599.0, 10596.0, 10546.0, 10513.0, 10538.0, 10522.0, 10549.0, 10583.0, 10598.0, 10544.0, 10529.0, 10570.0, 10543.0, 10618.0, 10560.0, 10508.0, 10559.0, 10550.0, 10618.0, 10571.0, 10526.0, 10561.0, 10550.0, 10625.0, 10564.0, 10561.0, 10607.0, 10635.0, 10642.0, 10574.0, 10533.0, 10602.0, 10585.0, 10649.0, 10611.0, 10540.0, 10554.0, 10562.0, 10619.0, 10631.0, 10542.0, 10517.0, 10526.0, 10548.0, 10575.0, 10562.0, 10543.0, 10539.0, 10559.0, 10549.0, 10629.0, 10563.0, 10562.0, 10549.0, 10544.0, 10653.0, 10611.0, 10523.0, 10551.0, 10564.0, 10591.0, 10545.0, 10563.0, 10618.0, 10549.0, 10519.0, 10521.0, 10500.0, 10592.0, 10582.0, 10515.0, 10507.0, 10532.0, 10561.0, 10539.0, 10532.0, 10514.0, 10520.0, 10531.0, 10541.0, 10553.0, 10517.0, 10545.0, 10573.0, 10557.0, 10532.0, 10534.0, 10547.0, 10602.0, 10584.0, 10609.0, 10535.0, 10505.0, 10525.0, 10562.0, 10604.0, 10616.0, 10551.0, 10521.0, 10535.0, 10565.0, 10621.0, 10608.0, 10614.0, 10580.0, 10534.0, 10516.0, 10522.0, 10549.0, 10610.0, 10561.0, 10556.0, 10561.0, 10521.0, 10536.0, 10576.0, 10539.0, 10568.0, 10581.0, 10535.0, 10561.0, 10582.0, 10612.0, 10610.0, 10493.0, 10504.0, 10505.0, 10508.0, 10566.0, 10602.0, 10518.0, 10488.0, 10513.0, 10514.0, 10541.0, 10538.0, 10508.0, 10537.0, 10544.0, 10611.0, 10547.0, 10524.0, 10538.0, 10554.0, 10587.0, 10517.0, 10559.0, 10633.0, 10580.0, 10618.0, 10550.0, 10492.0, 10487.0, 10533.0, 10509.0, 10593.0, 10569.0, 10508.0, 10512.0, 10516.0, 10529.0, 10539.0, 10527.0, 10521.0, 10548.0, 10582.0, 10544.0, 10542.0, 10568.0, 10544.0, 10567.0, 10543.0, 10551.0, 10608.0, 10582.0, 10530.0, 10529.0, 10526.0, 10596.0, 10586.0, 10619.0, 10534.0, 10500.0, 10518.0, 10509.0, 10586.0, 10559.0, 10522.0, 10512.0, 10547.0, 10542.0, 10560.0, 10548.0, 10551.0, 10566.0, 10618.0, 10565.0, 10536.0, 10563.0, 10565.0, 10636.0, 10629.0, 10533.0, 10519.0, 10531.0, 10507.0, 10540.0, 10560.0, 10626.0, 10607.0, 10520.0, 10504.0, 10542.0, 10586.0, 10551.0, 10519.0, 10514.0, 10554.0, 10598.0, 10551.0, 10518.0, 10555.0, 10534.0, 10534.0, 10506.0, 10547.0, 10616.0, 10592.0, 10523.0, 10501.0, 10515.0, 10518.0, 10553.0, 10567.0, 10625.0, 10540.0, 10497.0, 10548.0, 10521.0, 10586.0, 10567.0, 10532.0, 10538.0, 10526.0, 10537.0, 10559.0, 10576.0, 10607.0, 10569.0, 10555.0, 10623.0, 10618.0, 10635.0, 10605.0, 10553.0, 10514.0, 10515.0, 10594.0, 10594.0, 10606.0, 10555.0, 10532.0, 10596.0, 10554.0, 10562.0, 10482.0, 10519.0, 10581.0, 10526.0, 10543.0, 10475.0, 10508.0, 10539.0, 10535.0, 10595.0, 10506.0, 10481.0, 10482.0, 10512.0, 10562.0, 10530.0, 10515.0, 10477.0, 10532.0, 10522.0, 10530.0, 10543.0, 10518.0, 10526.0, 10538.0, 10536.0, 10542.0, 10507.0, 10539.0, 10585.0, 10545.0, 10520.0, 10529.0, 10561.0, 10616.0, 10577.0, 10591.0, 10570.0, 10519.0, 10496.0, 10515.0, 10535.0, 10580.0, 10562.0, 10573.0, 10517.0, 10498.0, 10497.0, 10512.0, 10536.0, 10523.0, 10537.0, 10529.0, 10572.0, 10562.0, 10573.0, 10517.0, 10534.0, 10551.0, 10537.0, 10578.0, 10514.0, 10534.0, 10597.0, 10569.0, 10579.0, 10532.0, 10491.0, 10495.0, 10513.0, 10578.0, 10570.0, 10509.0, 10473.0, 10487.0, 10510.0, 10557.0, 10546.0, 10496.0, 10486.0, 10494.0, 10502.0, 10514.0, 10543.0, 10574.0, 10520.0, 10493.0, 10521.0, 10526.0, 10595.0, 10580.0, 10521.0, 10498.0, 10511.0, 10508.0, 10519.0, 10543.0, 10607.0, 10578.0, 10505.0, 10497.0, 10514.0, 10495.0, 10501.0, 10536.0, 10583.0, 10501.0, 10537.0, 10526.0, 10513.0, 10494.0, 10521.0, 10497.0, 10550.0, 10512.0, 10495.0, 10513.0, 10551.0, 10580.0, 10514.0, 10544.0, 10549.0, 10572.0, 10609.0, 10507.0, 10479.0, 10486.0, 10502.0, 10511.0, 10510.0, 10550.0, 10559.0, 10512.0, 10521.0, 10539.0, 10527.0, 10533.0, 10538.0, 10555.0, 10550.0, 10570.0, 10572.0, 10595.0, 10574.0, 10628.0, 10600.0, 10544.0, 10615.0, 10606.0, 10617.0, 10575.0, 10517.0, 10515.0, 10531.0, 10581.0, 10622.0, 10521.0, 10522.0, 10539.0, 10528.0, 10616.0, 10555.0, 10535.0, 10529.0, 10547.0, 10581.0, 10617.0, 10545.0, 10519.0, 10546.0, 10558.0, 10632.0, 10586.0, 10527.0, 10523.0, 10536.0, 10529.0, 10552.0, 10566.0, 10626.0, 10581.0, 10519.0, 10497.0, 10522.0, 10521.0, 10614.0, 10549.0, 10526.0, 10571.0, 10562.0, 10511.0, 10494.0, 10521.0, 10573.0, 10495.0, 10493.0, 10494.0, 10511.0, 10591.0, 10546.0, 10513.0, 10481.0, 10535.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.00022656746031746034</td></tr>
<tr><td colspan=3>aqi</td><td>0.02765300178571429</td></tr>
<tr><td colspan=3>dummy_trs</td><td>8</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.170705804746845</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1898907059781538</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9841948349155911</td></tr>
<tr><td colspan=3>efc</td><td>0.5294</td></tr>
<tr><td colspan=3>fber</td><td>3363.5762</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.22819721881324384</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>532</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>52.77777777777778</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2897457525330545</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.196921583984944</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.412708306112915</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2596073675013053</td></tr>
<tr><td colspan=3>gcor</td><td>0.00844621</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.001878169015981257</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.051245033740997314</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1008</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.54617776457179</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>23.0172</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>70.4405</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>278.9541</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>71.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287670.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1261.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>512.1938</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2766</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>590.8915</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4033.6112</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4123.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88874.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>2105.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5245.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>906.9106</td></tr>
<tr><td colspan=3>tsnr</td><td>35.4280498046428</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>