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

616 lines
No EOL
117 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-0064_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-0064_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-0064_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-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0064/figures/sub-0064_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-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064/ses-01/func/sub-0064_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>bb07069b03bf4c008e7cef7e40b15579</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>10:16:51.702500</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.999805, -0.0197302, -0.000136972, 0.0197209, 0.99907, 0.0383489]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0896362</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>[4131, -7733, -7209, 653, -88, -96, -19, 128]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>220.272</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>dd39b091-1a79-49af-8f04-a8346a921b8c||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.6824045181274414, 0.0529097318649292, 0.0016734214732423425, 108.2618179321289], [0.05293457955121994, 2.6804311275482178, 0.10352914780378342, -100.70755004882812], [-0.00036748466663993895, -0.10288728028535843, 2.6980137825012207, -50.45344924926758], [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': ['101651.702500', '101652.162500', '101652.622500', '101653.082500', '101653.542500', '101654.002500', '101654.462500', '101654.922500', '101655.382500', '101655.842500', '101656.302500', '101656.762500', '101657.222500', '101657.682500', '101658.142500', '101658.602500', '101659.062500', '101659.522500', '101659.982500', '101700.442500', '101700.902500', '101701.362500', '101701.822500', '101702.282500', '101702.742500', '101703.202500', '101703.662500', '101704.122500', '101704.582500', '101705.042500', '101705.502500', '101705.962500', '101706.422500', '101706.882500', '101707.342500', '101707.802500', '101708.262500', '101708.722500', '101709.182500', '101709.642500', '101710.102500', '101710.562500', '101711.022500', '101711.482500', '101711.942500', '101712.402500', '101712.862500', '101713.322500', '101713.782500', '101714.242500', '101714.702500', '101715.162500', '101715.622500', '101716.082500', '101716.542500', '101717.002500', '101717.462500', '101717.922500', '101718.382500', '101718.842500', '101719.302500', '101719.762500', '101720.222500', '101720.682500', '101721.142500', '101721.602500', '101722.062500', '101722.522500', '101722.982500', '101723.442500', '101723.902500', '101724.362500', '101724.822500', '101725.282500', '101725.742500', '101726.202500', '101726.662500', '101727.122500', '101727.582500', '101728.042500', '101728.502500', '101728.962500', '101729.422500', '101729.882500', '101730.342500', '101730.802500', '101731.262500', '101731.722500', '101732.182500', '101732.642500', '101733.102500', '101733.562500', '101734.022500', '101734.482500', '101734.942500', '101735.402500', '101735.862500', '101736.322500', '101736.782500', '101737.242500', '101737.702500', '101738.162500', '101738.622500', '101739.082500', '101739.542500', '101740.002500', '101740.462500', '101740.922500', '101741.382500', '101741.842500', '101742.302500', '101742.762500', '101743.222500', '101743.682500', '101744.142500', '101744.602500', '101745.062500', '101745.522500', '101745.982500', '101746.442500', '101746.902500', '101747.362500', '101747.822500', '101748.282500', '101748.742500', '101749.202500', '101749.662500', '101750.122500', '101750.582500', '101751.042500', '101751.502500', '101751.962500', '101752.422500', '101752.882500', '101753.342500', '101753.802500', '101754.262500', '101754.722500', '101755.182500', '101755.642500', '101756.102500', '101756.562500', '101757.022500', '101757.482500', '101757.942500', '101758.402500', '101758.862500', '101759.322500', '101759.782500', '101800.242500', '101800.702500', '101801.162500', '101801.622500', '101802.082500', '101802.542500', '101803.002500', '101803.462500', '101803.922500', '101804.382500', '101804.842500', '101805.302500', '101805.762500', '101806.222500', '101806.682500', '101807.142500', '101807.602500', '101808.062500', '101808.522500', '101808.982500', '101809.442500', '101809.902500', '101810.362500', '101810.822500', '101811.282500', '101811.742500', '101812.202500', '101812.662500', '101813.122500', '101813.582500', '101814.042500', '101814.502500', '101814.962500', '101815.422500', '101815.882500', '101816.342500', '101816.802500', '101817.262500', '101817.722500', '101818.182500', '101818.642500', '101819.102500', '101819.562500', '101820.022500', '101820.482500', '101820.942500', '101821.402500', '101821.862500', '101822.322500', '101822.782500', '101823.242500', '101823.702500', '101824.162500', '101824.622500', '101825.082500', '101825.542500', '101826.002500', '101826.462500', '101826.922500', '101827.382500', '101827.842500', '101828.302500', '101828.762500', '101829.222500', '101829.682500', '101830.142500', '101830.602500', '101831.062500', '101831.522500', '101831.982500', '101832.442500', '101832.902500', '101833.362500', '101833.822500', '101834.282500', '101834.742500', '101835.202500', '101835.662500', '101836.122500', '101836.582500', '101837.042500', '101837.502500', '101837.962500', '101838.422500', '101838.882500', '101839.342500', '101839.802500', '101840.262500', '101840.722500', '101841.182500', '101841.642500', '101842.102500', '101842.562500', '101843.022500', '101843.482500', '101843.942500', '101844.402500', '101844.862500', '101845.322500', '101845.782500', '101846.242500', '101846.702500', '101847.162500', '101847.622500', '101848.082500', '101848.542500', '101849.002500', '101849.462500', '101849.922500', '101850.382500', '101850.842500', '101851.302500', '101851.762500', '101852.222500', '101852.682500', '101853.142500', '101853.602500', '101854.062500', '101854.522500', '101854.982500', '101855.442500', '101855.902500', '101856.362500', '101856.822500', '101857.282500', '101857.742500', '101858.202500', '101858.662500', '101859.122500', '101859.582500', '101900.042500', '101900.502500', '101900.962500', '101901.422500', '101901.882500', '101902.342500', '101902.802500', '101903.262500', '101903.722500', '101904.182500', '101904.642500', '101905.102500', '101905.562500', '101906.022500', '101906.482500', '101906.942500', '101907.402500', '101907.862500', '101908.322500', '101908.782500', '101909.242500', '101909.702500', '101910.162500', '101910.622500', '101911.082500', '101911.542500', '101912.002500', '101912.462500', '101912.922500', '101913.382500', '101913.842500', '101914.302500', '101914.762500', '101915.222500', '101915.682500', '101916.142500', '101916.602500', '101917.062500', '101917.522500', '101917.982500', '101918.442500', '101918.902500', '101919.362500', '101919.822500', '101920.282500', '101920.742500', '101921.202500', '101921.662500', '101922.122500', '101922.582500', '101923.042500', '101923.502500', '101923.962500', '101924.422500', '101924.882500', '101925.342500', '101925.802500', '101926.262500', '101926.722500', '101927.182500', '101927.642500', '101928.102500', '101928.562500', '101929.022500', '101929.482500', '101929.942500', '101930.402500', '101930.862500', '101931.322500', '101931.782500', '101932.242500', '101932.702500', '101933.162500', '101933.622500', '101934.082500', '101934.542500', '101935.002500', '101935.462500', '101935.922500', '101936.382500', '101936.842500', '101937.302500', '101937.762500', '101938.222500', '101938.682500', '101939.142500', '101939.602500', '101940.062500', '101940.522500', '101940.982500', '101941.442500', '101941.902500', '101942.362500', '101942.822500', '101943.282500', '101943.742500', '101944.202500', '101944.662500', '101945.122500', '101945.582500', '101946.042500', '101946.502500', '101946.962500', '101947.422500', '101947.882500', '101948.342500', '101948.802500', '101949.262500', '101949.722500', '101950.182500', '101950.642500', '101951.102500', '101951.562500', '101952.022500', '101952.482500', '101952.942500', '101953.402500', '101953.862500', '101954.322500', '101954.782500', '101955.242500', '101955.702500', '101956.162500', '101956.622500', '101957.082500', '101957.542500', '101958.002500', '101958.462500', '101958.922500', '101959.382500', '101959.842500', '102000.302500', '102000.762500', '102001.222500', '102001.682500', '102002.142500', '102002.602500', '102003.062500', '102003.522500', '102003.982500', '102004.442500', '102004.902500', '102005.362500', '102005.822500', '102006.282500', '102006.742500', '102007.202500', '102007.662500', '102008.122500', '102008.582500', '102009.042500', '102009.502500', '102009.962500', '102010.422500', '102010.882500', '102011.342500', '102011.802500', '102012.262500', '102012.722500', '102013.182500', '102013.642500', '102014.102500', '102014.562500', '102015.022500', '102015.482500', '102015.942500', '102016.402500', '102016.862500', '102017.322500', '102017.782500', '102018.242500', '102018.702500', '102019.162500', '102019.622500', '102020.082500', '102020.542500', '102021.002500', '102021.462500', '102021.922500', '102022.382500', '102022.842500', '102023.302500', '102023.762500', '102024.222500', '102024.682500', '102025.142500', '102025.602500', '102026.062500', '102026.522500', '102026.982500', '102027.442500', '102027.902500', '102028.362500', '102028.822500', '102029.282500', '102029.742500', '102030.202500', '102030.662500', '102031.122500', '102031.582500', '102032.042500', '102032.502500', '102032.962500', '102033.422500', '102033.882500', '102034.342500', '102034.802500', '102035.262500', '102035.722500', '102036.182500', '102036.642500', '102037.102500', '102037.562500', '102038.022500', '102038.482500', '102038.942500', '102039.402500', '102039.862500', '102040.322500', '102040.782500', '102041.242500', '102041.702500', '102042.162500', '102042.622500', '102043.082500', '102043.542500', '102044.002500', '102044.462500', '102044.922500', '102045.382500', '102045.842500', '102046.302500', '102046.762500', '102047.222500', '102047.682500', '102048.142500', '102048.602500', '102049.062500', '102049.522500', '102049.982500', '102050.442500', '102050.902500', '102051.362500', '102051.822500', '102052.282500', '102052.742500', '102053.202500', '102053.662500', '102054.122500', '102054.582500', '102055.042500', '102055.502500', '102055.962500', '102056.422500', '102056.882500', '102057.342500', '102057.802500', '102058.262500', '102058.722500', '102059.182500', '102059.642500', '102100.102500', '102100.562500', '102101.022500', '102101.482500', '102101.942500', '102102.402500', '102102.862500', '102103.322500', '102103.782500', '102104.242500', '102104.702500', '102105.162500', '102105.622500', '102106.082500', '102106.542500', '102107.002500', '102107.462500', '102107.922500', '102108.382500', '102108.842500', '102109.302500', '102109.762500', '102110.222500', '102110.682500', '102111.142500', '102111.602500', '102112.062500', '102112.522500', '102112.982500', '102113.442500', '102113.902500', '102114.362500', '102114.822500', '102115.282500', '102115.742500', '102116.202500', '102116.662500', '102117.122500', '102117.582500', '102118.042500', '102118.502500', '102118.962500', '102119.422500', '102119.882500', '102120.342500', '102120.802500', '102121.262500', '102121.722500', '102122.182500', '102122.642500', '102123.102500', '102123.562500', '102124.022500', '102124.482500', '102124.942500', '102125.402500', '102125.862500', '102126.322500', '102126.782500', '102127.242500', '102127.702500', '102128.162500', '102128.622500', '102129.082500', '102129.542500', '102130.002500', '102130.462500', '102130.922500', '102131.382500', '102131.842500', '102132.302500', '102132.762500', '102133.222500', '102133.682500', '102134.142500', '102134.602500', '102135.062500', '102135.522500', '102135.982500', '102136.442500', '102136.902500', '102137.362500', '102137.822500', '102138.282500', '102138.742500', '102139.202500', '102139.662500', '102140.122500', '102140.582500', '102141.042500', '102141.502500', '102141.962500', '102142.422500', '102142.882500', '102143.342500', '102143.802500', '102144.262500', '102144.722500', '102145.182500', '102145.642500', '102146.102500', '102146.562500', '102147.022500', '102147.482500', '102147.942500', '102148.402500', '102148.862500', '102149.322500', '102149.782500', '102150.242500', '102150.702500', '102151.162500', '102151.622500', '102152.082500', '102152.542500', '102153.002500', '102153.462500', '102153.922500', '102154.382500', '102154.842500', '102155.302500', '102155.762500', '102156.222500', '102156.682500', '102157.142500', '102157.602500', '102158.062500', '102158.522500', '102158.982500', '102159.442500', '102159.902500', '102200.362500', '102200.822500', '102201.282500', '102201.742500', '102202.202500', '102202.662500', '102203.122500', '102203.582500', '102204.042500', '102204.502500', '102204.962500', '102205.422500', '102205.882500', '102206.342500', '102206.802500', '102207.262500', '102207.722500', '102208.182500', '102208.642500', '102209.102500', '102209.562500', '102210.022500', '102210.482500', '102210.942500', '102211.402500', '102211.862500', '102212.322500', '102212.782500', '102213.242500', '102213.702500', '102214.162500', '102214.622500', '102215.082500', '102215.542500', '102216.002500', '102216.462500', '102216.922500', '102217.382500', '102217.842500', '102218.302500', '102218.762500', '102219.222500', '102219.682500', '102220.142500', '102220.602500', '102221.062500', '102221.522500', '102221.982500', '102222.442500', '102222.902500', '102223.362500', '102223.822500', '102224.282500', '102224.742500', '102225.202500', '102225.662500', '102226.122500', '102226.582500', '102227.042500', '102227.502500', '102227.962500', '102228.422500', '102228.882500', '102229.342500', '102229.802500', '102230.262500', '102230.722500', '102231.182500', '102231.642500', '102232.102500', '102232.562500', '102233.022500', '102233.482500', '102233.942500', '102234.402500', '102234.862500', '102235.322500', '102235.782500', '102236.242500', '102236.702500', '102237.162500', '102237.622500', '102238.082500', '102238.542500', '102239.002500', '102239.462500', '102239.922500', '102240.382500', '102240.842500', '102241.302500', '102241.762500', '102242.222500', '102242.682500', '102243.142500', '102243.602500', '102244.062500', '102244.522500', '102244.982500', '102245.442500', '102245.902500', '102246.362500', '102246.822500', '102247.282500', '102247.742500', '102248.202500', '102248.662500', '102249.122500', '102249.582500', '102250.042500', '102250.502500', '102250.962500', '102251.422500', '102251.882500', '102252.342500', '102252.802500', '102253.262500', '102253.722500', '102254.182500', '102254.642500', '102255.102500', '102255.562500', '102256.022500', '102256.482500', '102256.942500', '102257.402500', '102257.862500', '102258.322500', '102258.782500', '102259.242500', '102259.702500', '102300.162500', '102300.622500', '102301.082500', '102301.542500', '102302.002500', '102302.462500', '102302.922500', '102303.382500', '102303.842500', '102304.302500', '102304.762500', '102305.222500', '102305.682500', '102306.142500', '102306.602500', '102307.062500', '102307.522500', '102307.982500', '102308.442500', '102308.902500', '102309.362500', '102309.822500', '102310.282500', '102310.742500', '102311.202500', '102311.662500', '102312.122500', '102312.582500', '102313.042500', '102313.502500', '102313.962500', '102314.422500', '102314.882500', '102315.342500', '102315.802500', '102316.262500', '102316.722500', '102317.182500', '102317.642500', '102318.102500', '102318.562500', '102319.022500', '102319.482500', '102319.942500', '102320.402500', '102320.862500', '102321.322500', '102321.782500', '102322.242500', '102322.702500', '102323.162500', '102323.622500', '102324.082500', '102324.542500', '102325.002500', '102325.462500', '102325.922500', '102326.382500', '102326.842500', '102327.302500', '102327.762500', '102328.222500', '102328.682500', '102329.142500', '102329.602500', '102330.062500', '102330.522500', '102330.982500', '102331.442500', '102331.902500', '102332.362500', '102332.822500', '102333.282500', '102333.742500', '102334.202500', '102334.662500', '102335.122500', '102335.582500', '102336.042500', '102336.502500', '102336.962500', '102337.422500', '102337.882500', '102338.342500', '102338.802500', '102339.262500', '102339.722500', '102340.182500', '102340.642500', '102341.102500', '102341.562500', '102342.022500', '102342.482500', '102342.942500', '102343.402500', '102343.862500', '102344.322500', '102344.782500', '102345.242500', '102345.702500', '102346.162500', '102346.622500', '102347.082500', '102347.542500', '102348.002500', '102348.462500', '102348.922500', '102349.382500', '102349.842500', '102350.302500', '102350.762500', '102351.222500', '102351.682500', '102352.142500', '102352.602500', '102353.062500', '102353.522500', '102353.982500', '102354.442500', '102354.902500', '102355.362500', '102355.822500', '102356.282500', '102356.742500', '102357.202500', '102357.662500', '102358.122500', '102358.582500', '102359.042500', '102359.502500', '102359.962500', '102400.422500', '102400.882500', '102401.342500', '102401.802500', '102402.262500', '102402.722500', '102403.182500', '102403.642500', '102404.102500', '102404.562500', '102405.022500', '102405.482500', '102405.942500', '102406.402500', '102406.862500', '102407.322500', '102407.782500', '102408.242500', '102408.702500', '102409.162500', '102409.622500', '102410.082500', '102410.542500', '102411.002500', '102411.462500', '102411.922500', '102412.382500', '102412.842500', '102413.302500', '102413.762500', '102414.222500', '102414.682500', '102415.142500', '102415.602500', '102416.062500', '102416.522500', '102416.982500', '102417.442500', '102417.902500', '102418.362500', '102418.822500', '102419.282500', '102419.742500', '102420.202500', '102420.662500', '102421.122500', '102421.582500', '102422.042500', '102422.502500', '102422.962500', '102423.422500', '102423.882500', '102424.342500', '102424.802500', '102425.262500', '102425.722500', '102426.182500', '102426.642500', '102427.102500', '102427.562500', '102428.022500', '102428.482500', '102428.942500', '102429.402500', '102429.862500', '102430.322500', '102430.782500', '102431.242500', '102431.702500', '102432.162500', '102432.622500', '102433.082500', '102433.542500', '102434.002500', '102434.462500', '102434.922500', '102435.382500', '102435.842500', '102436.302500', '102436.762500', '102437.222500', '102437.682500', '102438.142500', '102438.602500'], 'ContentTime': ['101713.866000', '101713.869000', '101713.872000', '101713.875000', '101713.878000', '101713.880000', '101713.883000', '101713.885000', '101713.888000', '101713.890000', '101713.893000', '101713.896000', '101713.898000', '101713.901000', '101713.903000', '101713.906000', '101713.908000', '101713.911000', '101713.913000', '101713.916000', '101713.919000', '101713.923000', '101713.925000', '101713.928000', '101713.930000', '101713.933000', '101713.935000', '101713.938000', '101713.941000', '101713.943000', '101713.946000', '101713.948000', '101713.951000', '101713.954000', '101713.956000', '101713.959000', '101713.961000', '101713.964000', '101713.966000', '101713.969000', '101713.972000', '101713.974000', '101713.977000', '101713.979000', '101713.984000', '101733.828000', '101733.831000', '101733.833000', '101733.836000', '101733.838000', '101733.841000', '101733.843000', '101733.846000', '101733.849000', '101733.851000', '101733.854000', '101733.856000', '101733.859000', '101733.862000', '101733.864000', '101733.867000', '101733.869000', '101733.872000', '101733.874000', '101733.877000', '101733.879000', '101733.882000', '101733.885000', '101733.887000', '101733.890000', '101733.892000', '101733.895000', '101733.897000', '101733.900000', '101733.903000', '101733.905000', '101733.908000', '101733.910000', '101733.913000', '101733.915000', '101733.918000', '101733.920000', '101733.923000', '101733.926000', '101733.928000', '101733.931000', '101733.933000', '101733.936000', '101733.938000', '101753.826000', '101753.829000', '101753.832000', '101753.834000', '101753.837000', '101753.839000', '101753.842000', '101753.845000', '101753.847000', '101753.850000', '101753.852000', '101753.855000', '101753.858000', '101753.860000', '101753.863000', '101753.865000', '101753.868000', '101753.870000', '101753.873000', '101753.876000', '101753.878000', '101753.881000', '101753.883000', '101753.886000', '101753.889000', '101753.891000', '101753.894000', '101753.896000', '101753.899000', '101753.902000', '101753.904000', '101753.907000', '101753.909000', '101753.912000', '101753.915000', '101753.917000', '101753.920000', '101753.935000', '101753.938000', '101753.940000', '101753.943000', '101753.946000', '101753.948000', '101813.828000', '101813.830000', '101813.833000', '101813.835000', '101813.838000', '101813.841000', '101813.844000', '101813.846000', '101813.849000', '101813.852000', '101813.854000', '101813.857000', '101813.859000', '101813.862000', '101813.865000', '101813.867000', '101813.870000', '101813.872000', '101813.875000', '101813.878000', '101813.880000', '101813.883000', '101813.885000', '101813.888000', '101813.891000', '101813.893000', '101813.896000', '101813.898000', '101813.901000', '101813.904000', '101813.906000', '101813.909000', '101813.911000', '101813.914000', '101813.916000', '101813.919000', '101813.922000', '101813.924000', '101813.927000', '101813.929000', '101813.932000', '101813.935000', '101813.937000', '101813.940000', '101833.828000', '101833.830000', '101833.833000', '101833.836000', '101833.838000', '101833.841000', '101833.843000', '101833.846000', '101833.848000', '101833.851000', '101833.854000', '101833.856000', '101833.859000', '101833.861000', '101833.864000', '101833.867000', '101833.869000', '101833.872000', '101833.874000', '101833.877000', '101833.880000', '101833.882000', '101833.885000', '101833.888000', '101833.890000', '101833.893000', '101833.895000', '101833.898000', '101833.901000', '101833.903000', '101833.906000', '101833.908000', '101833.911000', '101833.914000', '101833.916000', '101833.919000', '101833.921000', '101833.924000', '101833.927000', '101833.929000', '101833.936000', '101833.938000', '101833.941000', '101853.828000', '101853.830000', '101853.833000', '101853.836000', '101853.838000', '101853.841000', '101853.843000', '101853.846000', '101853.849000', '101853.851000', '101853.854000', '101853.856000', '101853.859000', '101853.862000', '101853.871000', '101853.874000', '101853.876000', '101853.879000', '101853.882000', '101853.884000', '101853.887000', '101853.889000', '101853.892000', '101853.895000', '101853.897000', '101853.900000', '101853.902000', '101853.905000', '101853.907000', '101853.910000', '101853.913000', '101853.915000', '101853.918000', '101853.920000', '101853.923000', '101853.925000', '101853.928000', '101853.931000', '101853.933000', '101853.936000', '101853.939000', '101853.941000', '101853.944000', '101853.946000', '101913.828000', '101913.830000', '101913.833000', '101913.836000', '101913.838000', '101913.841000', '101913.843000', '101913.846000', '101913.849000', '101913.851000', '101913.854000', '101913.856000', '101913.859000', '101913.861000', '101913.864000', '101913.867000', '101913.869000', '101913.872000', '101913.874000', '101913.877000', '101913.880000', '101913.882000', '101913.885000', '101913.887000', '101913.890000', '101913.893000', '101913.895000', '101913.898000', '101913.901000', '101913.903000', '101913.906000', '101913.908000', '101913.911000', '101913.914000', '101913.916000', '101913.919000', '101913.922000', '101913.924000', '101913.927000', '101913.929000', '101913.932000', '101913.934000', '101913.937000', '101933.828000', '101933.831000', '101933.834000', '101933.836000', '101933.839000', '101933.842000', '101933.844000', '101933.847000', '101933.850000', '101933.852000', '101933.855000', '101933.857000', '101933.860000', '101933.863000', '101933.865000', '101933.868000', '101933.870000', '101933.873000', '101933.876000', '101933.878000', '101933.881000', '101933.884000', '101933.886000', '101933.889000', '101933.892000', '101933.894000', '101933.897000', '101933.899000', '101933.902000', '101933.904000', '101933.907000', '101933.910000', '101933.912000', '101933.927000', '101933.930000', '101933.932000', '101933.935000', '101933.938000', '101933.940000', '101933.943000', '101933.945000', '101933.948000', '101933.951000', '101933.953000', '101953.827000', '101953.830000', '101953.833000', '101953.835000', '101953.838000', '101953.840000', '101953.843000', '101953.846000', '101953.848000', '101953.851000', '101953.853000', '101953.856000', '101953.859000', '101953.861000', '101953.864000', '101953.866000', '101953.869000', '101953.871000', '101953.874000', '101953.877000', '101953.879000', '101953.882000', '101953.885000', '101953.887000', '101953.890000', '101953.892000', '101953.895000', '101953.898000', '101953.900000', '101953.903000', '101953.905000', '101953.908000', '101953.911000', '101953.913000', '101953.916000', '101953.918000', '101953.921000', '101953.924000', '101953.926000', '101953.929000', '101953.931000', '101953.934000', '101953.936000', '102013.826000', '102013.829000', '102013.832000', '102013.834000', '102013.837000', '102013.840000', '102013.842000', '102013.845000', '102013.848000', '102013.850000', '102013.853000', '102013.855000', '102013.858000', '102013.861000', '102013.863000', '102013.866000', '102013.869000', '102013.871000', '102013.874000', '102013.876000', '102013.879000', '102013.882000', '102013.884000', '102013.887000', '102013.889000', '102013.892000', '102013.895000', '102013.897000', '102013.900000', '102013.903000', '102013.905000', '102013.908000', '102013.910000', '102013.913000', '102013.915000', '102013.918000', '102013.921000', '102013.923000', '102013.926000', '102013.928000', '102013.931000', '102013.933000', '102013.940000', '102033.828000', '102033.830000', '102033.833000', '102033.836000', '102033.838000', '102033.841000', '102033.844000', '102033.846000', '102033.849000', '102033.851000', '102033.854000', '102033.856000', '102033.859000', '102033.862000', '102033.864000', '102033.867000', '102033.869000', '102033.872000', '102033.875000', '102033.877000', '102033.880000', '102033.882000', '102033.885000', '102033.888000', '102033.890000', '102033.893000', '102033.895000', '102033.898000', '102033.901000', '102033.903000', '102033.906000', '102033.908000', '102033.911000', '102033.914000', '102033.916000', '102033.919000', '102033.921000', '102033.924000', '102033.927000', '102033.929000', '102033.932000', '102033.934000', '102033.937000', '102033.939000', '102053.827000', '102053.830000', '102053.833000', '102053.836000', '102053.838000', '102053.841000', '102053.843000', '102053.846000', '102053.848000', '102053.851000', '102053.854000', '102053.856000', '102053.859000', '102053.862000', '102053.864000', '102053.867000', '102053.870000', '102053.873000', '102053.875000', '102053.878000', '102053.881000', '102053.883000', '102053.886000', '102053.889000', '102053.891000', '102053.894000', '102053.896000', '102053.899000', '102053.902000', '102053.904000', '102053.907000', '102053.910000', '102053.912000', '102053.915000', '102053.917000', '102053.920000', '102053.923000', '102053.925000', '102053.928000', '102053.931000', '102053.933000', '102053.936000', '102053.938000', '102053.941000', '102113.827000', '102113.830000', '102113.833000', '102113.836000', '102113.838000', '102113.841000', '102113.843000', '102113.846000', '102113.849000', '102113.851000', '102113.854000', '102113.856000', '102113.859000', '102113.862000', '102113.869000', '102113.872000', '102113.875000', '102113.877000', '102113.880000', '102113.883000', '102113.885000', '102113.888000', '102113.890000', '102113.893000', '102113.896000', '102113.898000', '102113.901000', '102113.903000', '102113.906000', '102113.909000', '102113.911000', '102113.914000', '102113.916000', '102113.919000', '102113.922000', '102113.924000', '102113.927000', '102113.929000', '102113.932000', '102113.935000', '102113.937000', '102113.940000', '102113.942000', '102133.828000', '102133.831000', '102133.833000', '102133.836000', '102133.839000', '102133.841000', '102133.844000', '102133.846000', '102133.849000', '102133.852000', '102133.854000', '102133.857000', '102133.859000', '102133.862000', '102133.865000', '102133.867000', '102133.870000', '102133.873000', '102133.875000', '102133.878000', '102133.880000', '102133.883000', '102133.885000', '102133.888000', '102133.891000', '102133.893000', '102133.896000', '102133.899000', '102133.901000', '102133.904000', '102133.907000', '102133.909000', '102133.912000', '102133.914000', '102133.917000', '102133.919000', '102133.922000', '102133.925000', '102133.927000', '102133.930000', '102133.932000', '102133.935000', '102133.938000', '102153.828000', '102153.830000', '102153.833000', '102153.836000', '102153.838000', '102153.841000', '102153.843000', '102153.846000', '102153.848000', '102153.851000', '102153.854000', '102153.856000', '102153.859000', '102153.861000', '102153.864000', '102153.867000', '102153.869000', '102153.872000', '102153.874000', '102153.877000', '102153.880000', '102153.882000', '102153.885000', '102153.887000', '102153.890000', '102153.892000', '102153.895000', '102153.898000', '102153.900000', '102153.903000', '102153.906000', '102153.908000', '102153.911000', '102153.914000', '102153.916000', '102153.919000', '102153.921000', '102153.924000', '102153.926000', '102153.929000', '102153.932000', '102153.934000', '102153.937000', '102153.940000', '102213.828000', '102213.830000', '102213.833000', '102213.836000', '102213.838000', '102213.841000', '102213.843000', '102213.846000', '102213.848000', '102213.851000', '102213.854000', '102213.856000', '102213.859000', '102213.862000', '102213.864000', '102213.867000', '102213.869000', '102213.872000', '102213.875000', '102213.877000', '102213.880000', '102213.883000', '102213.885000', '102213.888000', '102213.891000', '102213.894000', '102213.896000', '102213.899000', '102213.902000', '102213.906000', '102213.909000', '102213.912000', '102213.914000', '102213.917000', '102213.920000', '102213.922000', '102213.925000', '102213.927000', '102213.930000', '102213.932000', '102213.935000', '102213.938000', '102213.940000', '102233.827000', '102233.830000', '102233.832000', '102233.835000', '102233.838000', '102233.840000', '102233.843000', '102233.845000', '102233.848000', '102233.850000', '102233.853000', '102233.856000', '102233.858000', '102233.861000', '102233.863000', '102233.866000', '102233.869000', '102233.871000', '102233.874000', '102233.876000', '102233.879000', '102233.882000', '102233.884000', '102233.887000', '102233.889000', '102233.892000', '102233.911000', '102233.913000', '102233.916000', '102233.919000', '102233.922000', '102233.925000', '102233.927000', '102233.930000', '102233.933000', '102233.935000', '102233.938000', '102233.941000', '102233.943000', '102233.946000', '102233.949000', '102233.951000', '102233.954000', '102233.956000', '102253.827000', '102253.830000', '102253.833000', '102253.835000', '102253.838000', '102253.856000', '102253.859000', '102253.862000', '102253.864000', '102253.867000', '102253.869000', '102253.872000', '102253.875000', '102253.877000', '102253.880000', '102253.883000', '102253.885000', '102253.888000', '102253.890000', '102253.893000', '102253.895000', '102253.898000', '102253.901000', '102253.903000', '102253.906000', '102253.909000', '102253.911000', '102253.914000', '102253.916000', '102253.919000', '102253.921000', '102253.924000', '102253.927000', '102253.929000', '102253.932000', '102253.934000', '102253.937000', '102253.939000', '102253.942000', '102253.945000', '102253.947000', '102253.950000', '102253.952000', '102313.828000', '102313.831000', '102313.833000', '102313.836000', '102313.838000', '102313.841000', '102313.844000', '102313.846000', '102313.849000', '102313.851000', '102313.854000', '102313.857000', '102313.859000', '102313.862000', '102313.864000', '102313.867000', '102313.870000', '102313.872000', '102313.875000', '102313.877000', '102313.880000', '102313.882000', '102313.885000', '102313.888000', '102313.890000', '102313.893000', '102313.895000', '102313.898000', '102313.900000', '102313.903000', '102313.906000', '102313.908000', '102313.911000', '102313.913000', '102313.916000', '102313.919000', '102313.921000', '102313.924000', '102313.926000', '102313.929000', '102313.931000', '102313.934000', '102313.937000', '102313.939000', '102333.827000', '102333.830000', '102333.833000', '102333.836000', '102333.838000', '102333.841000', '102333.852000', '102333.855000', '102333.857000', '102333.860000', '102333.863000', '102333.865000', '102333.868000', '102333.870000', '102333.873000', '102333.875000', '102333.878000', '102333.881000', '102333.883000', '102333.886000', '102333.888000', '102333.891000', '102333.893000', '102333.896000', '102333.899000', '102333.901000', '102333.904000', '102333.906000', '102333.909000', '102333.912000', '102333.914000', '102333.917000', '102333.920000', '102333.923000', '102333.926000', '102333.929000', '102333.931000', '102333.934000', '102333.936000', '102333.939000', '102333.942000', '102333.946000', '102333.949000', '102353.828000', '102353.830000', '102353.833000', '102353.836000', '102353.838000', '102353.841000', '102353.844000', '102353.846000', '102353.849000', '102353.851000', '102353.854000', '102353.857000', '102353.859000', '102353.862000', '102353.864000', '102353.867000', '102353.869000', '102353.872000', '102353.875000', '102353.877000', '102353.880000', '102353.882000', '102353.885000', '102353.888000', '102353.890000', '102353.893000', '102353.895000', '102353.898000', '102353.901000', '102353.903000', '102353.906000', '102353.908000', '102353.911000', '102353.913000', '102353.916000', '102353.919000', '102353.921000', '102353.934000', '102353.936000', '102353.939000', '102353.942000', '102353.944000', '102353.947000', '102353.949000', '102413.827000', '102413.830000', '102413.833000', '102413.835000', '102413.838000', '102413.841000', '102413.843000', '102413.846000', '102413.848000', '102413.851000', '102413.854000', '102413.856000', '102413.859000', '102413.862000', '102413.864000', '102413.867000', '102413.869000', '102413.872000', '102413.874000', '102413.877000', '102413.880000', '102413.882000', '102413.885000', '102413.887000', '102413.890000', '102413.893000', '102413.895000', '102413.898000', '102413.901000', '102413.904000', '102413.907000', '102413.910000', '102413.913000', '102413.915000', '102413.918000', '102413.920000', '102413.923000', '102413.925000', '102413.928000', '102413.931000', '102413.933000', '102413.936000', '102413.938000', '102433.828000', '102433.830000', '102433.833000', '102433.836000', '102433.838000', '102433.841000', '102433.844000', '102433.846000', '102433.849000', '102433.851000', '102433.854000', '102433.857000', '102433.859000', '102433.862000', '102433.864000', '102433.867000', '102433.870000', '102433.873000', '102433.876000', '102433.878000', '102433.881000', '102433.884000', '102433.886000', '102433.889000', '102433.891000', '102433.894000', '102433.896000', '102433.899000', '102433.902000', '102433.904000', '102433.907000', '102433.909000', '102433.912000', '102433.915000', '102433.917000', '102433.920000', '102433.923000', '102433.925000', '102433.928000', '102433.930000', '102433.933000', '102433.936000', '102433.938000', '102433.941000', '102440.130000', '102440.133000', '102440.135000', '102440.138000', '102440.141000', '102440.144000', '102440.147000', '102440.150000', '102440.153000', '102440.155000', '102440.158000', '102440.161000', '102440.164000', '102440.167000'], 'InstanceCreationTime': ['101713.866000', '101713.869000', '101713.872000', '101713.875000', '101713.878000', '101713.880000', '101713.883000', '101713.885000', '101713.888000', '101713.890000', '101713.893000', '101713.896000', '101713.898000', '101713.901000', '101713.903000', '101713.906000', '101713.908000', '101713.911000', '101713.913000', '101713.916000', '101713.919000', '101713.923000', '101713.925000', '101713.928000', '101713.930000', '101713.933000', '101713.935000', '101713.938000', '101713.941000', '101713.943000', '101713.946000', '101713.948000', '101713.951000', '101713.954000', '101713.956000', '101713.959000', '101713.961000', '101713.964000', '101713.966000', '101713.969000', '101713.972000', '101713.974000', '101713.977000', '101713.979000', '101713.984000', '101733.828000', '101733.831000', '101733.833000', '101733.836000', '101733.838000', '101733.841000', '101733.843000', '101733.846000', '101733.849000', '101733.851000', '101733.854000', '101733.856000', '101733.859000', '101733.862000', '101733.864000', '101733.867000', '101733.869000', '101733.872000', '101733.874000', '101733.877000', '101733.879000', '101733.882000', '101733.885000', '101733.887000', '101733.890000', '101733.892000', '101733.895000', '101733.897000', '101733.900000', '101733.903000', '101733.905000', '101733.908000', '101733.910000', '101733.913000', '101733.915000', '101733.918000', '101733.920000', '101733.923000', '101733.926000', '101733.928000', '101733.931000', '101733.933000', '101733.936000', '101733.938000', '101753.826000', '101753.829000', '101753.832000', '101753.834000', '101753.837000', '101753.839000', '101753.842000', '101753.845000', '101753.847000', '101753.850000', '101753.852000', '101753.855000', '101753.858000', '101753.860000', '101753.863000', '101753.865000', '101753.868000', '101753.870000', '101753.873000', '101753.876000', '101753.878000', '101753.881000', '101753.883000', '101753.886000', '101753.889000', '101753.891000', '101753.894000', '101753.896000', '101753.899000', '101753.902000', '101753.904000', '101753.907000', '101753.909000', '101753.912000', '101753.915000', '101753.917000', '101753.920000', '101753.935000', '101753.938000', '101753.940000', '101753.943000', '101753.946000', '101753.948000', '101813.828000', '101813.830000', '101813.833000', '101813.835000', '101813.838000', '101813.841000', '101813.844000', '101813.846000', '101813.849000', '101813.852000', '101813.854000', '101813.857000', '101813.859000', '101813.862000', '101813.865000', '101813.867000', '101813.870000', '101813.872000', '101813.875000', '101813.878000', '101813.880000', '101813.883000', '101813.885000', '101813.888000', '101813.891000', '101813.893000', '101813.896000', '101813.898000', '101813.901000', '101813.904000', '101813.906000', '101813.909000', '101813.911000', '101813.914000', '101813.916000', '101813.919000', '101813.922000', '101813.924000', '101813.927000', '101813.929000', '101813.932000', '101813.935000', '101813.937000', '101813.940000', '101833.828000', '101833.830000', '101833.833000', '101833.836000', '101833.838000', '101833.841000', '101833.843000', '101833.846000', '101833.848000', '101833.851000', '101833.854000', '101833.856000', '101833.859000', '101833.861000', '101833.864000', '101833.867000', '101833.869000', '101833.872000', '101833.874000', '101833.877000', '101833.880000', '101833.882000', '101833.885000', '101833.888000', '101833.890000', '101833.893000', '101833.895000', '101833.898000', '101833.901000', '101833.903000', '101833.906000', '101833.908000', '101833.911000', '101833.914000', '101833.916000', '101833.919000', '101833.921000', '101833.924000', '101833.927000', '101833.929000', '101833.936000', '101833.938000', '101833.941000', '101853.828000', '101853.830000', '101853.833000', '101853.836000', '101853.838000', '101853.841000', '101853.843000', '101853.846000', '101853.849000', '101853.851000', '101853.854000', '101853.856000', '101853.859000', '101853.862000', '101853.871000', '101853.874000', '101853.876000', '101853.879000', '101853.882000', '101853.884000', '101853.887000', '101853.889000', '101853.892000', '101853.895000', '101853.897000', '101853.900000', '101853.902000', '101853.905000', '101853.907000', '101853.910000', '101853.913000', '101853.915000', '101853.918000', '101853.920000', '101853.923000', '101853.925000', '101853.928000', '101853.931000', '101853.933000', '101853.936000', '101853.939000', '101853.941000', '101853.944000', '101853.946000', '101913.828000', '101913.830000', '101913.833000', '101913.836000', '101913.838000', '101913.841000', '101913.843000', '101913.846000', '101913.849000', '101913.851000', '101913.854000', '101913.856000', '101913.859000', '101913.861000', '101913.864000', '101913.867000', '101913.869000', '101913.872000', '101913.874000', '101913.877000', '101913.880000', '101913.882000', '101913.885000', '101913.887000', '101913.890000', '101913.893000', '101913.895000', '101913.898000', '101913.901000', '101913.903000', '101913.906000', '101913.908000', '101913.911000', '101913.914000', '101913.916000', '101913.919000', '101913.922000', '101913.924000', '101913.927000', '101913.929000', '101913.932000', '101913.934000', '101913.937000', '101933.828000', '101933.831000', '101933.834000', '101933.836000', '101933.839000', '101933.842000', '101933.844000', '101933.847000', '101933.850000', '101933.852000', '101933.855000', '101933.857000', '101933.860000', '101933.863000', '101933.865000', '101933.868000', '101933.870000', '101933.873000', '101933.876000', '101933.878000', '101933.881000', '101933.884000', '101933.886000', '101933.889000', '101933.892000', '101933.894000', '101933.897000', '101933.899000', '101933.902000', '101933.904000', '101933.907000', '101933.910000', '101933.912000', '101933.927000', '101933.930000', '101933.932000', '101933.935000', '101933.938000', '101933.940000', '101933.943000', '101933.945000', '101933.948000', '101933.951000', '101933.953000', '101953.827000', '101953.830000', '101953.833000', '101953.835000', '101953.838000', '101953.840000', '101953.843000', '101953.846000', '101953.848000', '101953.851000', '101953.853000', '101953.856000', '101953.859000', '101953.861000', '101953.864000', '101953.866000', '101953.869000', '101953.871000', '101953.874000', '101953.877000', '101953.879000', '101953.882000', '101953.885000', '101953.887000', '101953.890000', '101953.892000', '101953.895000', '101953.898000', '101953.900000', '101953.903000', '101953.905000', '101953.908000', '101953.911000', '101953.913000', '101953.916000', '101953.918000', '101953.921000', '101953.924000', '101953.926000', '101953.929000', '101953.931000', '101953.934000', '101953.936000', '102013.826000', '102013.829000', '102013.832000', '102013.834000', '102013.837000', '102013.840000', '102013.842000', '102013.845000', '102013.848000', '102013.850000', '102013.853000', '102013.855000', '102013.858000', '102013.861000', '102013.863000', '102013.866000', '102013.869000', '102013.871000', '102013.874000', '102013.876000', '102013.879000', '102013.882000', '102013.884000', '102013.887000', '102013.889000', '102013.892000', '102013.895000', '102013.897000', '102013.900000', '102013.903000', '102013.905000', '102013.908000', '102013.910000', '102013.913000', '102013.915000', '102013.918000', '102013.921000', '102013.923000', '102013.926000', '102013.928000', '102013.931000', '102013.933000', '102013.940000', '102033.828000', '102033.830000', '102033.833000', '102033.836000', '102033.838000', '102033.841000', '102033.844000', '102033.846000', '102033.849000', '102033.851000', '102033.854000', '102033.856000', '102033.859000', '102033.862000', '102033.864000', '102033.867000', '102033.869000', '102033.872000', '102033.875000', '102033.877000', '102033.880000', '102033.882000', '102033.885000', '102033.888000', '102033.890000', '102033.893000', '102033.895000', '102033.898000', '102033.901000', '102033.903000', '102033.906000', '102033.908000', '102033.911000', '102033.914000', '102033.916000', '102033.919000', '102033.921000', '102033.924000', '102033.927000', '102033.929000', '102033.932000', '102033.934000', '102033.937000', '102033.939000', '102053.827000', '102053.830000', '102053.833000', '102053.836000', '102053.838000', '102053.841000', '102053.843000', '102053.846000', '102053.848000', '102053.851000', '102053.854000', '102053.856000', '102053.859000', '102053.862000', '102053.864000', '102053.867000', '102053.870000', '102053.873000', '102053.875000', '102053.878000', '102053.881000', '102053.883000', '102053.886000', '102053.889000', '102053.891000', '102053.894000', '102053.896000', '102053.899000', '102053.902000', '102053.904000', '102053.907000', '102053.910000', '102053.912000', '102053.915000', '102053.917000', '102053.920000', '102053.923000', '102053.925000', '102053.928000', '102053.931000', '102053.933000', '102053.936000', '102053.938000', '102053.941000', '102113.827000', '102113.830000', '102113.833000', '102113.836000', '102113.838000', '102113.841000', '102113.843000', '102113.846000', '102113.849000', '102113.851000', '102113.854000', '102113.856000', '102113.859000', '102113.862000', '102113.869000', '102113.872000', '102113.875000', '102113.877000', '102113.880000', '102113.883000', '102113.885000', '102113.888000', '102113.890000', '102113.893000', '102113.896000', '102113.898000', '102113.901000', '102113.903000', '102113.906000', '102113.909000', '102113.911000', '102113.914000', '102113.916000', '102113.919000', '102113.922000', '102113.924000', '102113.927000', '102113.929000', '102113.932000', '102113.935000', '102113.937000', '102113.940000', '102113.942000', '102133.828000', '102133.831000', '102133.833000', '102133.836000', '102133.839000', '102133.841000', '102133.844000', '102133.846000', '102133.849000', '102133.852000', '102133.854000', '102133.857000', '102133.859000', '102133.862000', '102133.865000', '102133.867000', '102133.870000', '102133.873000', '102133.875000', '102133.878000', '102133.880000', '102133.883000', '102133.885000', '102133.888000', '102133.891000', '102133.893000', '102133.896000', '102133.899000', '102133.901000', '102133.904000', '102133.907000', '102133.909000', '102133.912000', '102133.914000', '102133.917000', '102133.919000', '102133.922000', '102133.925000', '102133.927000', '102133.930000', '102133.932000', '102133.935000', '102133.938000', '102153.828000', '102153.830000', '102153.833000', '102153.836000', '102153.838000', '102153.841000', '102153.843000', '102153.846000', '102153.848000', '102153.851000', '102153.854000', '102153.856000', '102153.859000', '102153.861000', '102153.864000', '102153.867000', '102153.869000', '102153.872000', '102153.874000', '102153.877000', '102153.880000', '102153.882000', '102153.885000', '102153.887000', '102153.890000', '102153.892000', '102153.895000', '102153.898000', '102153.900000', '102153.903000', '102153.906000', '102153.908000', '102153.911000', '102153.914000', '102153.916000', '102153.919000', '102153.921000', '102153.924000', '102153.926000', '102153.929000', '102153.932000', '102153.934000', '102153.937000', '102153.940000', '102213.828000', '102213.830000', '102213.833000', '102213.836000', '102213.838000', '102213.841000', '102213.843000', '102213.846000', '102213.848000', '102213.851000', '102213.854000', '102213.856000', '102213.859000', '102213.862000', '102213.864000', '102213.867000', '102213.869000', '102213.872000', '102213.875000', '102213.877000', '102213.880000', '102213.883000', '102213.885000', '102213.888000', '102213.891000', '102213.894000', '102213.896000', '102213.899000', '102213.902000', '102213.906000', '102213.909000', '102213.912000', '102213.914000', '102213.917000', '102213.920000', '102213.922000', '102213.925000', '102213.927000', '102213.930000', '102213.932000', '102213.935000', '102213.938000', '102213.940000', '102233.827000', '102233.830000', '102233.832000', '102233.835000', '102233.838000', '102233.840000', '102233.843000', '102233.845000', '102233.848000', '102233.850000', '102233.853000', '102233.856000', '102233.858000', '102233.861000', '102233.863000', '102233.866000', '102233.869000', '102233.871000', '102233.874000', '102233.876000', '102233.879000', '102233.882000', '102233.884000', '102233.887000', '102233.889000', '102233.892000', '102233.911000', '102233.913000', '102233.916000', '102233.919000', '102233.922000', '102233.925000', '102233.927000', '102233.930000', '102233.933000', '102233.935000', '102233.938000', '102233.941000', '102233.943000', '102233.946000', '102233.949000', '102233.951000', '102233.954000', '102233.956000', '102253.827000', '102253.830000', '102253.833000', '102253.835000', '102253.838000', '102253.856000', '102253.859000', '102253.862000', '102253.864000', '102253.867000', '102253.869000', '102253.872000', '102253.875000', '102253.877000', '102253.880000', '102253.883000', '102253.885000', '102253.888000', '102253.890000', '102253.893000', '102253.895000', '102253.898000', '102253.901000', '102253.903000', '102253.906000', '102253.909000', '102253.911000', '102253.914000', '102253.916000', '102253.919000', '102253.921000', '102253.924000', '102253.927000', '102253.929000', '102253.932000', '102253.934000', '102253.937000', '102253.939000', '102253.942000', '102253.945000', '102253.947000', '102253.950000', '102253.952000', '102313.828000', '102313.831000', '102313.833000', '102313.836000', '102313.838000', '102313.841000', '102313.844000', '102313.846000', '102313.849000', '102313.851000', '102313.854000', '102313.857000', '102313.859000', '102313.862000', '102313.864000', '102313.867000', '102313.870000', '102313.872000', '102313.875000', '102313.877000', '102313.880000', '102313.882000', '102313.885000', '102313.888000', '102313.890000', '102313.893000', '102313.895000', '102313.898000', '102313.900000', '102313.903000', '102313.906000', '102313.908000', '102313.911000', '102313.913000', '102313.916000', '102313.919000', '102313.921000', '102313.924000', '102313.926000', '102313.929000', '102313.931000', '102313.934000', '102313.937000', '102313.939000', '102333.827000', '102333.830000', '102333.833000', '102333.836000', '102333.838000', '102333.841000', '102333.852000', '102333.855000', '102333.857000', '102333.860000', '102333.863000', '102333.865000', '102333.868000', '102333.870000', '102333.873000', '102333.875000', '102333.878000', '102333.881000', '102333.883000', '102333.886000', '102333.888000', '102333.891000', '102333.893000', '102333.896000', '102333.899000', '102333.901000', '102333.904000', '102333.906000', '102333.909000', '102333.912000', '102333.914000', '102333.917000', '102333.920000', '102333.923000', '102333.926000', '102333.929000', '102333.931000', '102333.934000', '102333.936000', '102333.939000', '102333.942000', '102333.946000', '102333.949000', '102353.828000', '102353.830000', '102353.833000', '102353.836000', '102353.838000', '102353.841000', '102353.844000', '102353.846000', '102353.849000', '102353.851000', '102353.854000', '102353.857000', '102353.859000', '102353.862000', '102353.864000', '102353.867000', '102353.869000', '102353.872000', '102353.875000', '102353.877000', '102353.880000', '102353.882000', '102353.885000', '102353.888000', '102353.890000', '102353.893000', '102353.895000', '102353.898000', '102353.901000', '102353.903000', '102353.906000', '102353.908000', '102353.911000', '102353.913000', '102353.916000', '102353.919000', '102353.921000', '102353.934000', '102353.936000', '102353.939000', '102353.942000', '102353.944000', '102353.947000', '102353.949000', '102413.827000', '102413.830000', '102413.833000', '102413.835000', '102413.838000', '102413.841000', '102413.843000', '102413.846000', '102413.848000', '102413.851000', '102413.854000', '102413.856000', '102413.859000', '102413.862000', '102413.864000', '102413.867000', '102413.869000', '102413.872000', '102413.874000', '102413.877000', '102413.880000', '102413.882000', '102413.885000', '102413.887000', '102413.890000', '102413.893000', '102413.895000', '102413.898000', '102413.901000', '102413.904000', '102413.907000', '102413.910000', '102413.913000', '102413.915000', '102413.918000', '102413.920000', '102413.923000', '102413.925000', '102413.928000', '102413.931000', '102413.933000', '102413.936000', '102413.938000', '102433.828000', '102433.830000', '102433.833000', '102433.836000', '102433.838000', '102433.841000', '102433.844000', '102433.846000', '102433.849000', '102433.851000', '102433.854000', '102433.857000', '102433.859000', '102433.862000', '102433.864000', '102433.867000', '102433.870000', '102433.873000', '102433.876000', '102433.878000', '102433.881000', '102433.884000', '102433.886000', '102433.889000', '102433.891000', '102433.894000', '102433.896000', '102433.899000', '102433.902000', '102433.904000', '102433.907000', '102433.909000', '102433.912000', '102433.915000', '102433.917000', '102433.920000', '102433.923000', '102433.925000', '102433.928000', '102433.930000', '102433.933000', '102433.936000', '102433.938000', '102433.941000', '102440.130000', '102440.133000', '102440.135000', '102440.138000', '102440.141000', '102440.144000', '102440.147000', '102440.150000', '102440.153000', '102440.155000', '102440.158000', '102440.161000', '102440.164000', '102440.167000'], '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': [17532, 8906, 13591, 9075, 15541, 9080, 13687, 9022, 12948, 9087, 13101, 10409, 16640, 8342, 12265, 8368, 9768, 9003, 10589, 8797, 10778, 8675, 11472, 8600, 11789, 8479, 12097, 8454, 10556, 8478, 9969, 8480, 10899, 8463, 10928, 8146, 9507, 8258, 8896, 8438, 9592, 8551, 10135, 8262, 9904, 8336, 10061, 8384, 11347, 8514, 13670, 8775, 12627, 8701, 13345, 9875, 12290, 8389, 12375, 8316, 11733, 8345, 10224, 7922, 8548, 7912, 8305, 7904, 8437, 8244, 8358, 10272, 8244, 9884, 8248, 9437, 8142, 8165, 8325, 8122, 8073, 8073, 8211, 8140, 10017, 8241, 11140, 8276, 10119, 8071, 8723, 8292, 9039, 8027, 8346, 8281, 8253, 8210, 9110, 8291, 9263, 8211, 9333, 8139, 9350, 8169, 8317, 8412, 8115, 8210, 8538, 8569, 8461, 9476, 8259, 8222, 8370, 8320, 8141, 8332, 9465, 8282, 11804, 8418, 15036, 8171, 14428, 8175, 13678, 9519, 15321, 10475, 14866, 11286, 10402, 13963, 10496, 8345, 8322, 8347, 8392, 8253, 8494, 8119, 8952, 8103, 8651, 8114, 8108, 12053, 8282, 14196, 8314, 12034, 8050, 10692, 8054, 8300, 8284, 11807, 8273, 10484, 8116, 10704, 7859, 10773, 7796, 9584, 8007, 9390, 8094, 8324, 7997, 8216, 8108, 8340, 8118, 10265, 7985, 8351, 8104, 8321, 8269, 8680, 8351, 8314, 8130, 8220, 9453, 8276, 8304, 8067, 8454, 8250, 13856, 7899, 11808, 8135, 11254, 7963, 11088, 7910, 10113, 8231, 10263, 7948, 8319, 8118, 8346, 8010, 10755, 7974, 11917, 8129, 11263, 8059, 10774, 8332, 11074, 7857, 10592, 8021, 10201, 8172, 10285, 8090, 9490, 7961, 9063, 7816, 8370, 8340, 8186, 8398, 7981, 8488, 8221, 8488, 8417, 7965, 8162, 8977, 8374, 10933, 9313, 8188, 8042, 8024, 9557, 7965, 12301, 8100, 15673, 8430, 14343, 8164, 11823, 9287, 11338, 9645, 7792, 8790, 8063, 9128, 8138, 9259, 8795, 7565, 9193, 7576, 7753, 7890, 7820, 8990, 7851, 10226, 7870, 11797, 8074, 10656, 9238, 7901, 11949, 8010, 11001, 8233, 9821, 8794, 7856, 8115, 7891, 9063, 8254, 8231, 9972, 8354, 8026, 8875, 7858, 12634, 7996, 11593, 11199, 8280, 9647, 8343, 8785, 8708, 7774, 11750, 8374, 8258, 9917, 8080, 9231, 7924, 14600, 8567, 7947, 8659, 7825, 9390, 7949, 9567, 7765, 9519, 8306, 8942, 7880, 9175, 8190, 9021, 8586, 8990, 7971, 8963, 8092, 9178, 8060, 9049, 8067, 9369, 8633, 9034, 8382, 9208, 8405, 8838, 8047, 8983, 9480, 8123, 10410, 8073, 10688, 8248, 11100, 8097, 11247, 8243, 10797, 7983, 9627, 7961, 9535, 8059, 8856, 8008, 8445, 8191, 8637, 8180, 8747, 9515, 8105, 10358, 8204, 10456, 8293, 9941, 8145, 8480, 8141, 8708, 7971, 8752, 9072, 8413, 12646, 8148, 11732, 8073, 10969, 8256, 9821, 8372, 9067, 8391, 9157, 8457, 8790, 10863, 8152, 11405, 8132, 10410, 8268, 11303, 8177, 10388, 8327, 10398, 8073, 9924, 8187, 9998, 8341, 9033, 8275, 8585, 8025, 8837, 8223, 8687, 8217, 8325, 8189, 8434, 8098, 8503, 8213, 8541, 8365, 8849, 8095, 8682, 11863, 8140, 13149, 7931, 12582, 8376, 11121, 8319, 9884, 7980, 9289, 8354, 9177, 8329, 9528, 8144, 9328, 8236, 8258, 8704, 7943, 9058, 8406, 12266, 8245, 13433, 7798, 15146, 8565, 16200, 7662, 8263, 8157, 8347, 10334, 8346, 8222, 9781, 7838, 13832, 14586, 11489, 15734, 8584, 11953, 8111, 10260, 7984, 9413, 8134, 9270, 8191, 8906, 8026, 9521, 8170, 8244, 8524, 8371, 10276, 8520, 13337, 10083, 13294, 10225, 13538, 9768, 16651, 9578, 17040, 12016, 12647, 8510, 8409, 8278, 8218, 8738, 8128, 8678, 8254, 8923, 8377, 8667, 8130, 9896, 7856, 8092, 8110, 8016, 8531, 8685, 9895, 8239, 8325, 8283, 10691, 15197, 8246, 15769, 8439, 14409, 8039, 12036, 8139, 9120, 8257, 8532, 8206, 8519, 8064, 8725, 8365, 8729, 8131, 8788, 8059, 8684, 8809, 8598, 11346, 8629, 11787, 8538, 12091, 8124, 10529, 8356, 9804, 8271, 10669, 8210, 11042, 8177, 11135, 8383, 9680, 8505, 7917, 8342, 8135, 8094, 8197, 11915, 8325, 11999, 8500, 10935, 8238, 14675, 8981, 13957, 8102, 8405, 10046, 10039, 9557, 11930, 8747, 8929, 8997, 8132, 9917, 8537, 15341, 8210, 13316, 8360, 11693, 8872, 8436, 9070, 11059, 8970, 7868, 9282, 8155, 10516, 8177, 8756, 8086, 10362, 8815, 8110, 8972, 7988, 14345, 10628, 16745, 9263, 13144, 8680, 9520, 8498, 8331, 8703, 8378, 12114, 7968, 10829, 8350, 8670, 8511, 8074, 8452, 8092, 8364, 8091, 8055, 8321, 8157, 8455, 7922, 8838, 8181, 8887, 8467, 9634, 9614, 10265, 8137, 9747, 7793, 10992, 7913, 12874, 7917, 12051, 7956, 9313, 8067, 9137, 8083, 8868, 7950, 8910, 8232, 12648, 8158, 11027, 8272, 10456, 7831, 9993, 7983, 8922, 7734, 8858, 7996, 8354, 7977, 8618, 7987, 8786, 7998, 9530, 7971, 10133, 7805, 8423, 7998, 8722, 8444, 8486, 7817, 8316, 7912, 8180, 8341, 8209, 11433, 8414, 11053, 7880, 10957, 7907, 9667, 7816, 8736, 7960, 8467, 9073, 8300, 10396, 8358, 11265, 7916, 9922, 7817, 8541, 10613, 8277, 12164, 8154, 10047, 7881, 8883, 7822, 8286, 7709, 8166, 10808, 8475, 10729, 8024, 8638, 7890, 8357, 7752, 8378, 8015, 8151, 7798, 8004, 8111, 8181, 8064, 8289, 11471, 8315, 11110, 8051, 10928, 7953, 11509, 7982, 11302, 8095, 10680, 8194, 10430, 8060, 10718, 7790, 8105, 7774, 8193, 9514, 8159, 12664, 8204, 11809, 8151, 9813, 7956, 8691, 14112, 8523, 14571, 8171, 11408, 8045, 9651, 7910, 8288, 8012, 8091, 8063, 8212, 7795, 8461, 7526, 8001, 10798, 8072, 10654, 8004, 9101, 7503, 8175, 12254, 8204, 11486, 8271, 11116, 8159, 9680, 7848, 9068, 8124, 8219, 7715, 8245, 11022, 8185, 11052, 8399, 11029, 7933, 9252, 7863, 8229, 10384, 8415, 12320, 8087, 10510, 8040, 8995, 7787, 8033, 7987, 8207, 7678, 8041, 7732, 8156, 8132, 8488, 7802, 8166, 15305, 8105, 13513, 8266, 12792, 8253, 12923, 8043, 10360, 7953, 8375, 7746, 7957, 7776, 8271, 7957, 8124, 7981, 8135, 11208, 8228, 11593, 8295, 11209, 8134, 9998, 8032, 8420, 7805, 7946, 7597, 8213, 7689, 8366, 11020, 8218, 11639, 8191, 12563, 9251, 13832, 8160, 12160, 8063, 11084, 8026, 10765, 8424, 11668, 8091, 11625, 8164, 11397, 8078, 10252, 8201, 10998, 8128, 8512, 8184, 8228, 11411, 8250, 10314, 8136, 8421, 8133, 8370, 8172, 8278, 8096, 8569, 8220, 8461, 8154, 8161, 8334, 9560, 8377, 9556, 8153, 8152, 8078, 10122, 8445, 12947, 8482, 13893, 8794, 13023, 8024, 11351, 8064, 11883, 8392, 13247, 8439, 12287, 8342, 10666, 8376, 9506, 8351, 8696, 8061, 8274, 8353, 9669, 8471, 11642, 8371, 9772, 8072, 10969, 8952, 8342, 8123, 8650, 8453, 10704, 8444, 11190, 8198, 9923, 8107, 9018, 7953, 8462, 8151, 9245, 7977, 10910, 7760, 11759, 8184, 11560, 9163, 8977, 9517, 15786, 8897, 17156, 9140, 14323, 9279, 12627, 8105, 13735, 8394, 8572, 8403, 8026, 8669, 11669, 10025, 9713, 10126, 8095, 10310, 8223, 9321, 8377, 9306, 8263, 9041, 8275, 10258, 8211, 10720, 8438], 'WindowCenter': [4442.0, 4366.0, 4393.0, 4341.0, 4388.0, 4336.0, 4363.0, 4324.0, 4353.0, 4311.0, 4352.0, 4345.0, 4375.0, 4315.0, 4343.0, 4312.0, 4319.0, 4311.0, 4320.0, 4312.0, 4331.0, 4313.0, 4340.0, 4313.0, 4342.0, 4313.0, 4339.0, 4302.0, 4332.0, 4312.0, 4322.0, 4314.0, 4344.0, 4327.0, 4345.0, 4317.0, 4337.0, 4328.0, 4336.0, 4327.0, 4335.0, 4327.0, 4345.0, 4328.0, 4348.0, 4329.0, 4348.0, 4327.0, 4346.0, 4327.0, 4366.0, 4325.0, 4355.0, 4325.0, 4365.0, 4334.0, 4355.0, 4313.0, 4353.0, 4314.0, 4352.0, 4326.0, 4335.0, 4315.0, 4325.0, 4304.0, 4315.0, 4314.0, 4327.0, 4326.0, 4325.0, 4334.0, 4315.0, 4333.0, 4315.0, 4338.0, 4327.0, 4315.0, 4316.0, 4316.0, 4317.0, 4327.0, 4326.0, 4328.0, 4336.0, 4328.0, 4356.0, 4327.0, 4345.0, 4317.0, 4325.0, 4327.0, 4326.0, 4319.0, 4325.0, 4317.0, 4316.0, 4328.0, 4337.0, 4339.0, 4339.0, 4340.0, 4339.0, 4330.0, 4352.0, 4344.0, 4333.0, 4332.0, 4334.0, 4330.0, 4341.0, 4330.0, 4330.0, 4339.0, 4330.0, 4330.0, 4332.0, 4342.0, 4332.0, 4331.0, 4350.0, 4331.0, 4371.0, 4332.0, 4389.0, 4342.0, 4391.0, 4332.0, 4370.0, 4338.0, 4378.0, 4336.0, 4377.0, 4334.0, 4334.0, 4352.0, 4333.0, 4310.0, 4302.0, 4313.0, 4303.0, 4313.0, 4316.0, 4306.0, 4313.0, 4304.0, 4316.0, 4304.0, 4307.0, 4343.0, 4303.0, 4352.0, 4303.0, 4336.0, 4303.0, 4323.0, 4304.0, 4315.0, 4317.0, 4345.0, 4316.0, 4333.0, 4307.0, 4333.0, 4305.0, 4333.0, 4305.0, 4323.0, 4304.0, 4316.0, 4302.0, 4303.0, 4306.0, 4304.0, 4304.0, 4304.0, 4304.0, 4349.0, 4312.0, 4314.0, 4304.0, 4302.0, 4314.0, 4315.0, 4313.0, 4314.0, 4305.0, 4314.0, 4325.0, 4315.0, 4315.0, 4315.0, 4314.0, 4314.0, 4353.0, 4303.0, 4332.0, 4302.0, 4331.0, 4302.0, 4331.0, 4304.0, 4321.0, 4308.0, 4321.0, 4304.0, 4315.0, 4301.0, 4304.0, 4303.0, 4333.0, 4302.0, 4331.0, 4303.0, 4332.0, 4302.0, 4331.0, 4302.0, 4338.0, 4302.0, 4321.0, 4304.0, 4323.0, 4315.0, 4336.0, 4317.0, 4327.0, 4317.0, 4326.0, 4307.0, 4321.0, 4317.0, 4316.0, 4315.0, 4309.0, 4315.0, 4315.0, 4317.0, 4316.0, 4321.0, 4322.0, 4329.0, 4332.0, 4362.0, 4341.0, 4328.0, 4329.0, 4331.0, 4338.0, 4330.0, 4358.0, 4318.0, 4378.0, 4317.0, 4367.0, 4316.0, 4344.0, 4325.0, 4346.0, 4336.0, 4306.0, 4313.0, 4304.0, 4325.0, 4329.0, 4338.0, 4340.0, 4327.0, 4351.0, 4329.0, 4328.0, 4328.0, 4343.0, 4363.0, 4343.0, 4361.0, 4333.0, 4366.0, 4329.0, 4357.0, 4337.0, 4328.0, 4369.0, 4340.0, 4358.0, 4329.0, 4347.0, 4326.0, 4338.0, 4327.0, 4329.0, 4337.0, 4325.0, 4325.0, 4346.0, 4325.0, 4326.0, 4336.0, 4325.0, 4353.0, 4327.0, 4355.0, 4357.0, 4326.0, 4334.0, 4325.0, 4323.0, 4322.0, 4314.0, 4354.0, 4313.0, 4313.0, 4332.0, 4302.0, 4322.0, 4315.0, 4363.0, 4312.0, 4313.0, 4323.0, 4305.0, 4324.0, 4318.0, 4338.0, 4315.0, 4327.0, 4314.0, 4323.0, 4301.0, 4326.0, 4313.0, 4325.0, 4325.0, 4323.0, 4303.0, 4322.0, 4314.0, 4323.0, 4313.0, 4321.0, 4302.0, 4322.0, 4312.0, 4312.0, 4312.0, 4322.0, 4313.0, 4321.0, 4301.0, 4323.0, 4321.0, 4313.0, 4332.0, 4314.0, 4333.0, 4315.0, 4344.0, 4314.0, 4342.0, 4313.0, 4342.0, 4302.0, 4323.0, 4314.0, 4324.0, 4303.0, 4322.0, 4314.0, 4313.0, 4312.0, 4312.0, 4300.0, 4313.0, 4322.0, 4302.0, 4331.0, 4314.0, 4333.0, 4314.0, 4322.0, 4313.0, 4313.0, 4313.0, 4323.0, 4314.0, 4326.0, 4323.0, 4315.0, 4353.0, 4315.0, 4342.0, 4313.0, 4342.0, 4313.0, 4321.0, 4313.0, 4323.0, 4313.0, 4324.0, 4314.0, 4325.0, 4343.0, 4314.0, 4343.0, 4313.0, 4333.0, 4313.0, 4341.0, 4313.0, 4332.0, 4314.0, 4334.0, 4314.0, 4333.0, 4325.0, 4334.0, 4325.0, 4323.0, 4314.0, 4324.0, 4315.0, 4324.0, 4314.0, 4324.0, 4315.0, 4326.0, 4315.0, 4325.0, 4314.0, 4324.0, 4327.0, 4336.0, 4326.0, 4337.0, 4327.0, 4337.0, 4356.0, 4316.0, 4367.0, 4316.0, 4365.0, 4325.0, 4357.0, 4325.0, 4334.0, 4315.0, 4335.0, 4326.0, 4337.0, 4329.0, 4347.0, 4327.0, 4337.0, 4339.0, 4329.0, 4339.0, 4329.0, 4338.0, 4339.0, 4368.0, 4328.0, 4366.0, 4316.0, 4376.0, 4328.0, 4386.0, 4316.0, 4326.0, 4328.0, 4327.0, 4345.0, 4324.0, 4327.0, 4347.0, 4318.0, 4379.0, 4389.0, 4358.0, 4386.0, 4326.0, 4355.0, 4315.0, 4334.0, 4301.0, 4321.0, 4303.0, 4321.0, 4313.0, 4312.0, 4313.0, 4321.0, 4312.0, 4311.0, 4312.0, 4312.0, 4332.0, 4326.0, 4365.0, 4335.0, 4363.0, 4334.0, 4363.0, 4323.0, 4360.0, 4310.0, 4358.0, 4341.0, 4340.0, 4299.0, 4310.0, 4311.0, 4313.0, 4309.0, 4299.0, 4312.0, 4301.0, 4311.0, 4302.0, 4314.0, 4311.0, 4331.0, 4313.0, 4325.0, 4316.0, 4315.0, 4339.0, 4327.0, 4347.0, 4327.0, 4329.0, 4341.0, 4359.0, 4374.0, 4313.0, 4361.0, 4311.0, 4349.0, 4300.0, 4341.0, 4301.0, 4309.0, 4302.0, 4298.0, 4300.0, 4308.0, 4298.0, 4299.0, 4299.0, 4309.0, 4299.0, 4309.0, 4300.0, 4309.0, 4298.0, 4298.0, 4317.0, 4299.0, 4328.0, 4299.0, 4328.0, 4299.0, 4329.0, 4299.0, 4317.0, 4300.0, 4317.0, 4299.0, 4328.0, 4301.0, 4329.0, 4312.0, 4321.0, 4313.0, 4302.0, 4311.0, 4315.0, 4314.0, 4337.0, 4367.0, 4325.0, 4355.0, 4325.0, 4345.0, 4316.0, 4365.0, 4324.0, 4365.0, 4314.0, 4313.0, 4332.0, 4322.0, 4322.0, 4341.0, 4312.0, 4311.0, 4310.0, 4300.0, 4319.0, 4299.0, 4359.0, 4299.0, 4335.0, 4287.0, 4327.0, 4311.0, 4300.0, 4314.0, 4331.0, 4310.0, 4300.0, 4322.0, 4304.0, 4331.0, 4312.0, 4298.0, 4302.0, 4332.0, 4323.0, 4313.0, 4322.0, 4302.0, 4362.0, 4333.0, 4370.0, 4311.0, 4351.0, 4310.0, 4309.0, 4300.0, 4301.0, 4301.0, 4302.0, 4341.0, 4302.0, 4329.0, 4299.0, 4298.0, 4299.0, 4290.0, 4312.0, 4314.0, 4313.0, 4304.0, 4314.0, 4325.0, 4326.0, 4325.0, 4312.0, 4324.0, 4314.0, 4324.0, 4315.0, 4336.0, 4335.0, 4345.0, 4317.0, 4333.0, 4303.0, 4330.0, 4301.0, 4341.0, 4301.0, 4340.0, 4301.0, 4309.0, 4302.0, 4310.0, 4300.0, 4297.0, 4289.0, 4309.0, 4299.0, 4340.0, 4302.0, 4331.0, 4312.0, 4329.0, 4290.0, 4319.0, 4300.0, 4311.0, 4291.0, 4311.0, 4302.0, 4299.0, 4300.0, 4309.0, 4300.0, 4310.0, 4302.0, 4320.0, 4303.0, 4332.0, 4303.0, 4312.0, 4303.0, 4311.0, 4301.0, 4312.0, 4302.0, 4313.0, 4312.0, 4314.0, 4313.0, 4314.0, 4342.0, 4312.0, 4342.0, 4304.0, 4332.0, 4303.0, 4321.0, 4300.0, 4309.0, 4300.0, 4300.0, 4309.0, 4312.0, 4321.0, 4313.0, 4342.0, 4313.0, 4333.0, 4303.0, 4324.0, 4332.0, 4314.0, 4351.0, 4301.0, 4332.0, 4303.0, 4324.0, 4302.0, 4313.0, 4302.0, 4314.0, 4341.0, 4314.0, 4330.0, 4303.0, 4312.0, 4300.0, 4313.0, 4301.0, 4323.0, 4314.0, 4314.0, 4303.0, 4312.0, 4315.0, 4325.0, 4316.0, 4327.0, 4354.0, 4326.0, 4355.0, 4315.0, 4346.0, 4315.0, 4356.0, 4316.0, 4343.0, 4315.0, 4332.0, 4312.0, 4343.0, 4313.0, 4343.0, 4303.0, 4315.0, 4316.0, 4326.0, 4333.0, 4316.0, 4364.0, 4314.0, 4355.0, 4312.0, 4333.0, 4315.0, 4324.0, 4363.0, 4323.0, 4361.0, 4311.0, 4340.0, 4303.0, 4322.0, 4312.0, 4311.0, 4302.0, 4312.0, 4313.0, 4315.0, 4314.0, 4325.0, 4314.0, 4325.0, 4354.0, 4327.0, 4347.0, 4325.0, 4337.0, 4316.0, 4328.0, 4364.0, 4325.0, 4355.0, 4325.0, 4355.0, 4316.0, 4335.0, 4315.0, 4325.0, 4316.0, 4326.0, 4315.0, 4326.0, 4344.0, 4326.0, 4354.0, 4326.0, 4355.0, 4315.0, 4336.0, 4314.0, 4326.0, 4345.0, 4325.0, 4363.0, 4315.0, 4342.0, 4327.0, 4334.0, 4327.0, 4327.0, 4327.0, 4337.0, 4328.0, 4328.0, 4328.0, 4328.0, 4329.0, 4338.0, 4317.0, 4328.0, 4387.0, 4327.0, 4377.0, 4328.0, 4366.0, 4328.0, 4365.0, 4326.0, 4345.0, 4315.0, 4325.0, 4315.0, 4327.0, 4317.0, 4329.0, 4329.0, 4329.0, 4329.0, 4328.0, 4355.0, 4327.0, 4356.0, 4327.0, 4358.0, 4329.0, 4346.0, 4326.0, 4327.0, 4326.0, 4327.0, 4316.0, 4327.0, 4315.0, 4338.0, 4356.0, 4338.0, 4367.0, 4339.0, 4376.0, 4348.0, 4377.0, 4327.0, 4367.0, 4328.0, 4356.0, 4331.0, 4358.0, 4340.0, 4369.0, 4340.0, 4369.0, 4340.0, 4369.0, 4329.0, 4357.0, 4327.0, 4358.0, 4327.0, 4338.0, 4326.0, 4328.0, 4355.0, 4327.0, 4346.0, 4327.0, 4326.0, 4327.0, 4326.0, 4327.0, 4326.0, 4329.0, 4337.0, 4338.0, 4338.0, 4329.0, 4338.0, 4338.0, 4347.0, 4338.0, 4347.0, 4328.0, 4328.0, 4329.0, 4347.0, 4339.0, 4367.0, 4339.0, 4377.0, 4338.0, 4366.0, 4327.0, 4357.0, 4328.0, 4365.0, 4328.0, 4366.0, 4327.0, 4366.0, 4327.0, 4346.0, 4327.0, 4347.0, 4328.0, 4337.0, 4327.0, 4326.0, 4328.0, 4347.0, 4326.0, 4368.0, 4327.0, 4348.0, 4329.0, 4358.0, 4350.0, 4339.0, 4316.0, 4323.0, 4327.0, 4345.0, 4326.0, 4354.0, 4325.0, 4346.0, 4315.0, 4325.0, 4317.0, 4339.0, 4329.0, 4336.0, 4328.0, 4368.0, 4329.0, 4368.0, 4340.0, 4357.0, 4336.0, 4340.0, 4360.0, 4387.0, 4326.0, 4384.0, 4324.0, 4364.0, 4323.0, 4352.0, 4303.0, 4365.0, 4314.0, 4313.0, 4312.0, 4301.0, 4312.0, 4344.0, 4333.0, 4322.0, 4332.0, 4303.0, 4333.0, 4301.0, 4309.0, 4298.0, 4309.0, 4288.0, 4309.0, 4300.0, 4319.0, 4300.0, 4331.0, 4311.0], 'WindowWidth': [9763.0, 9647.0, 9675.0, 9601.0, 9657.0, 9585.0, 9616.0, 9562.0, 9599.0, 9540.0, 9597.0, 9592.0, 9633.0, 9551.0, 9585.0, 9542.0, 9545.0, 9538.0, 9547.0, 9541.0, 9564.0, 9544.0, 9578.0, 9545.0, 9581.0, 9545.0, 9573.0, 9529.0, 9569.0, 9546.0, 9556.0, 9550.0, 9589.0, 9572.0, 9591.0, 9560.0, 9586.0, 9576.0, 9583.0, 9572.0, 9578.0, 9572.0, 9591.0, 9575.0, 9601.0, 9579.0, 9600.0, 9574.0, 9595.0, 9571.0, 9620.0, 9565.0, 9603.0, 9564.0, 9617.0, 9577.0, 9603.0, 9548.0, 9599.0, 9548.0, 9597.0, 9569.0, 9578.0, 9553.0, 9565.0, 9535.0, 9553.0, 9549.0, 9572.0, 9568.0, 9565.0, 9574.0, 9551.0, 9572.0, 9551.0, 9588.0, 9572.0, 9553.0, 9554.0, 9554.0, 9557.0, 9572.0, 9570.0, 9574.0, 9582.0, 9575.0, 9609.0, 9571.0, 9592.0, 9559.0, 9566.0, 9573.0, 9568.0, 9562.0, 9566.0, 9556.0, 9552.0, 9575.0, 9587.0, 9594.0, 9590.0, 9594.0, 9592.0, 9580.0, 9612.0, 9606.0, 9586.0, 9585.0, 9590.0, 9581.0, 9597.0, 9578.0, 9580.0, 9590.0, 9579.0, 9581.0, 9585.0, 9599.0, 9585.0, 9584.0, 9606.0, 9583.0, 9635.0, 9584.0, 9658.0, 9601.0, 9665.0, 9585.0, 9634.0, 9586.0, 9642.0, 9580.0, 9638.0, 9573.0, 9574.0, 9596.0, 9570.0, 9540.0, 9527.0, 9543.0, 9530.0, 9545.0, 9552.0, 9537.0, 9545.0, 9534.0, 9551.0, 9533.0, 9539.0, 9580.0, 9529.0, 9593.0, 9529.0, 9572.0, 9527.0, 9555.0, 9534.0, 9551.0, 9557.0, 9587.0, 9550.0, 9569.0, 9539.0, 9568.0, 9533.0, 9569.0, 9535.0, 9555.0, 9532.0, 9549.0, 9527.0, 9529.0, 9537.0, 9533.0, 9531.0, 9532.0, 9532.0, 9604.0, 9545.0, 9545.0, 9533.0, 9529.0, 9548.0, 9549.0, 9548.0, 9549.0, 9537.0, 9550.0, 9562.0, 9550.0, 9549.0, 9549.0, 9546.0, 9548.0, 9596.0, 9530.0, 9566.0, 9528.0, 9564.0, 9527.0, 9563.0, 9531.0, 9549.0, 9541.0, 9550.0, 9532.0, 9549.0, 9527.0, 9533.0, 9530.0, 9567.0, 9527.0, 9562.0, 9529.0, 9563.0, 9526.0, 9562.0, 9526.0, 9578.0, 9527.0, 9550.0, 9533.0, 9555.0, 9550.0, 9577.0, 9556.0, 9565.0, 9554.0, 9565.0, 9543.0, 9566.0, 9557.0, 9551.0, 9549.0, 9544.0, 9548.0, 9548.0, 9553.0, 9552.0, 9562.0, 9567.0, 9574.0, 9584.0, 9625.0, 9596.0, 9572.0, 9576.0, 9584.0, 9587.0, 9578.0, 9612.0, 9558.0, 9638.0, 9557.0, 9621.0, 9553.0, 9588.0, 9563.0, 9593.0, 9579.0, 9538.0, 9543.0, 9534.0, 9564.0, 9579.0, 9585.0, 9593.0, 9576.0, 9613.0, 9584.0, 9579.0, 9579.0, 9609.0, 9634.0, 9609.0, 9626.0, 9590.0, 9625.0, 9580.0, 9613.0, 9588.0, 9578.0, 9634.0, 9597.0, 9617.0, 9580.0, 9600.0, 9572.0, 9595.0, 9576.0, 9579.0, 9587.0, 9570.0, 9568.0, 9596.0, 9568.0, 9572.0, 9583.0, 9570.0, 9602.0, 9576.0, 9609.0, 9613.0, 9571.0, 9579.0, 9568.0, 9563.0, 9560.0, 9552.0, 9604.0, 9548.0, 9548.0, 9572.0, 9532.0, 9557.0, 9553.0, 9612.0, 9540.0, 9545.0, 9560.0, 9539.0, 9558.0, 9558.0, 9586.0, 9554.0, 9568.0, 9549.0, 9559.0, 9529.0, 9566.0, 9545.0, 9569.0, 9567.0, 9559.0, 9533.0, 9556.0, 9552.0, 9559.0, 9548.0, 9554.0, 9529.0, 9559.0, 9543.0, 9543.0, 9544.0, 9557.0, 9546.0, 9555.0, 9528.0, 9560.0, 9553.0, 9548.0, 9571.0, 9550.0, 9571.0, 9552.0, 9589.0, 9550.0, 9585.0, 9549.0, 9583.0, 9529.0, 9559.0, 9549.0, 9561.0, 9532.0, 9556.0, 9550.0, 9545.0, 9544.0, 9542.0, 9524.0, 9546.0, 9554.0, 9532.0, 9566.0, 9548.0, 9571.0, 9547.0, 9555.0, 9546.0, 9545.0, 9548.0, 9560.0, 9550.0, 9568.0, 9561.0, 9552.0, 9600.0, 9551.0, 9584.0, 9547.0, 9583.0, 9547.0, 9552.0, 9546.0, 9558.0, 9546.0, 9562.0, 9548.0, 9567.0, 9586.0, 9550.0, 9585.0, 9548.0, 9573.0, 9548.0, 9581.0, 9548.0, 9571.0, 9549.0, 9575.0, 9550.0, 9573.0, 9566.0, 9575.0, 9567.0, 9561.0, 9551.0, 9562.0, 9551.0, 9564.0, 9551.0, 9565.0, 9553.0, 9571.0, 9553.0, 9567.0, 9550.0, 9564.0, 9572.0, 9584.0, 9572.0, 9586.0, 9572.0, 9588.0, 9609.0, 9558.0, 9624.0, 9558.0, 9619.0, 9568.0, 9610.0, 9567.0, 9577.0, 9551.0, 9579.0, 9572.0, 9586.0, 9579.0, 9600.0, 9575.0, 9588.0, 9593.0, 9580.0, 9593.0, 9579.0, 9590.0, 9594.0, 9630.0, 9578.0, 9621.0, 9556.0, 9635.0, 9574.0, 9651.0, 9557.0, 9569.0, 9575.0, 9573.0, 9593.0, 9566.0, 9571.0, 9600.0, 9559.0, 9644.0, 9659.0, 9615.0, 9652.0, 9567.0, 9603.0, 9551.0, 9573.0, 9527.0, 9553.0, 9530.0, 9552.0, 9545.0, 9543.0, 9546.0, 9553.0, 9542.0, 9540.0, 9542.0, 9545.0, 9571.0, 9569.0, 9619.0, 9579.0, 9614.0, 9577.0, 9614.0, 9558.0, 9603.0, 9535.0, 9598.0, 9576.0, 9573.0, 9519.0, 9537.0, 9540.0, 9546.0, 9535.0, 9521.0, 9539.0, 9525.0, 9539.0, 9528.0, 9546.0, 9542.0, 9566.0, 9548.0, 9566.0, 9557.0, 9554.0, 9593.0, 9572.0, 9596.0, 9573.0, 9578.0, 9598.0, 9619.0, 9631.0, 9546.0, 9608.0, 9538.0, 9588.0, 9524.0, 9578.0, 9527.0, 9535.0, 9528.0, 9518.0, 9522.0, 9530.0, 9518.0, 9521.0, 9521.0, 9535.0, 9520.0, 9534.0, 9523.0, 9534.0, 9515.0, 9517.0, 9540.0, 9519.0, 9556.0, 9518.0, 9554.0, 9521.0, 9558.0, 9522.0, 9540.0, 9522.0, 9542.0, 9522.0, 9558.0, 9526.0, 9560.0, 9543.0, 9554.0, 9545.0, 9529.0, 9541.0, 9554.0, 9552.0, 9590.0, 9627.0, 9569.0, 9606.0, 9565.0, 9592.0, 9554.0, 9617.0, 9563.0, 9619.0, 9551.0, 9547.0, 9570.0, 9554.0, 9556.0, 9579.0, 9540.0, 9539.0, 9537.0, 9523.0, 9546.0, 9519.0, 9600.0, 9520.0, 9562.0, 9500.0, 9553.0, 9539.0, 9524.0, 9547.0, 9564.0, 9532.0, 9526.0, 9556.0, 9536.0, 9567.0, 9541.0, 9513.0, 9529.0, 9568.0, 9558.0, 9545.0, 9555.0, 9528.0, 9607.0, 9569.0, 9617.0, 9538.0, 9590.0, 9534.0, 9530.0, 9521.0, 9522.0, 9523.0, 9526.0, 9576.0, 9527.0, 9559.0, 9519.0, 9517.0, 9518.0, 9508.0, 9543.0, 9548.0, 9544.0, 9533.0, 9548.0, 9566.0, 9572.0, 9564.0, 9543.0, 9561.0, 9547.0, 9562.0, 9551.0, 9581.0, 9578.0, 9591.0, 9558.0, 9574.0, 9533.0, 9564.0, 9525.0, 9579.0, 9523.0, 9575.0, 9524.0, 9534.0, 9527.0, 9534.0, 9521.0, 9514.0, 9504.0, 9530.0, 9520.0, 9574.0, 9530.0, 9567.0, 9545.0, 9562.0, 9509.0, 9547.0, 9522.0, 9537.0, 9511.0, 9538.0, 9528.0, 9520.0, 9523.0, 9532.0, 9523.0, 9536.0, 9528.0, 9551.0, 9531.0, 9569.0, 9534.0, 9542.0, 9531.0, 9542.0, 9527.0, 9543.0, 9527.0, 9545.0, 9545.0, 9550.0, 9545.0, 9549.0, 9584.0, 9542.0, 9583.0, 9533.0, 9568.0, 9533.0, 9554.0, 9526.0, 9535.0, 9522.0, 9524.0, 9533.0, 9543.0, 9552.0, 9546.0, 9584.0, 9546.0, 9573.0, 9533.0, 9563.0, 9569.0, 9548.0, 9594.0, 9528.0, 9569.0, 9531.0, 9561.0, 9529.0, 9545.0, 9530.0, 9548.0, 9580.0, 9548.0, 9562.0, 9530.0, 9542.0, 9525.0, 9546.0, 9529.0, 9561.0, 9548.0, 9548.0, 9532.0, 9545.0, 9551.0, 9569.0, 9556.0, 9574.0, 9603.0, 9569.0, 9606.0, 9553.0, 9593.0, 9552.0, 9607.0, 9554.0, 9586.0, 9551.0, 9570.0, 9545.0, 9587.0, 9548.0, 9587.0, 9535.0, 9553.0, 9554.0, 9571.0, 9573.0, 9557.0, 9617.0, 9552.0, 9605.0, 9545.0, 9575.0, 9551.0, 9565.0, 9614.0, 9561.0, 9610.0, 9542.0, 9578.0, 9533.0, 9556.0, 9544.0, 9541.0, 9530.0, 9542.0, 9548.0, 9552.0, 9550.0, 9566.0, 9550.0, 9569.0, 9605.0, 9573.0, 9599.0, 9568.0, 9588.0, 9557.0, 9576.0, 9618.0, 9569.0, 9606.0, 9568.0, 9607.0, 9556.0, 9581.0, 9553.0, 9567.0, 9556.0, 9569.0, 9553.0, 9570.0, 9590.0, 9570.0, 9603.0, 9569.0, 9608.0, 9554.0, 9584.0, 9552.0, 9569.0, 9593.0, 9568.0, 9615.0, 9555.0, 9587.0, 9572.0, 9580.0, 9574.0, 9575.0, 9574.0, 9590.0, 9577.0, 9577.0, 9578.0, 9578.0, 9581.0, 9593.0, 9561.0, 9578.0, 9654.0, 9575.0, 9639.0, 9575.0, 9624.0, 9576.0, 9622.0, 9571.0, 9592.0, 9554.0, 9567.0, 9554.0, 9573.0, 9559.0, 9578.0, 9579.0, 9582.0, 9580.0, 9580.0, 9608.0, 9575.0, 9610.0, 9574.0, 9614.0, 9579.0, 9597.0, 9573.0, 9574.0, 9572.0, 9574.0, 9556.0, 9574.0, 9556.0, 9592.0, 9612.0, 9592.0, 9628.0, 9593.0, 9639.0, 9605.0, 9639.0, 9575.0, 9626.0, 9578.0, 9611.0, 9584.0, 9616.0, 9599.0, 9634.0, 9599.0, 9635.0, 9597.0, 9634.0, 9580.0, 9615.0, 9574.0, 9617.0, 9576.0, 9589.0, 9571.0, 9575.0, 9609.0, 9575.0, 9598.0, 9575.0, 9572.0, 9575.0, 9572.0, 9576.0, 9572.0, 9580.0, 9587.0, 9591.0, 9593.0, 9580.0, 9590.0, 9592.0, 9601.0, 9592.0, 9600.0, 9578.0, 9576.0, 9581.0, 9601.0, 9594.0, 9626.0, 9592.0, 9641.0, 9590.0, 9622.0, 9574.0, 9611.0, 9578.0, 9623.0, 9576.0, 9624.0, 9573.0, 9623.0, 9572.0, 9597.0, 9574.0, 9600.0, 9577.0, 9587.0, 9574.0, 9571.0, 9574.0, 9599.0, 9573.0, 9629.0, 9576.0, 9605.0, 9580.0, 9616.0, 9612.0, 9595.0, 9557.0, 9561.0, 9573.0, 9594.0, 9569.0, 9604.0, 9567.0, 9597.0, 9554.0, 9568.0, 9558.0, 9595.0, 9579.0, 9584.0, 9577.0, 9634.0, 9580.0, 9627.0, 9595.0, 9612.0, 9583.0, 9594.0, 9625.0, 9656.0, 9570.0, 9646.0, 9561.0, 9615.0, 9558.0, 9596.0, 9533.0, 9616.0, 9549.0, 9546.0, 9544.0, 9527.0, 9545.0, 9586.0, 9572.0, 9555.0, 9569.0, 9532.0, 9572.0, 9527.0, 9534.0, 9517.0, 9530.0, 9502.0, 9532.0, 9521.0, 9544.0, 9521.0, 9564.0, 9539.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.001966807881773399</td></tr>
<tr><td colspan=3>aqi</td><td>0.027493926995073893</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.905758496745605</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2616271562820502</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0247738908678505</td></tr>
<tr><td colspan=3>efc</td><td>0.4466</td></tr>
<tr><td colspan=3>fber</td><td>7560.3931</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0912708183710677</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>50</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.926108374384237</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.33212156504824</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2788805820308893</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5389174849220355</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1785666281917955</td></tr>
<tr><td colspan=3>gcor</td><td>0.011679</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010839647613465786</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023135237395763397</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1015</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.947927452777893</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>39.6906</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.5823</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.2127</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307532.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>754.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>342.2467</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4941</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>576.662</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3614.1898</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3795.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69012.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1286.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4757.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>961.2569</td></tr>
<tr><td colspan=3>tsnr</td><td>37.73481049761176</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>