ds005256-mriqc/sub-0132_ses-01_task-alignvideo_acq-mb8_run-03_bold.html
Felix Hoffstaedter 37d14238cf [DATALAD RUNCMD] Compute MRIQC for sub-0132
=== 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-0132 --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-0132",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:14:38 +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-0132_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-0132_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-0132_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-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0132/figures/sub-0132_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-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132/ses-01/func/sub-0132_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>a7f4575e912c746a3128f152f293f52e</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>22:36:40.495000</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.99986, 0.0137017, 0.00959308, -0.0108199, 0.967214, -0.253732]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0823029</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>35</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4222, -7720, -7277, 270, -109, -77, -118, 94]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.019</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f473a29e-9c98-4232-bda1-c7e63e0940d1||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.682551622390747, -0.029029082506895065, 0.03443882241845131, 113.33238983154297], [-0.03676068037748337, 2.5949647426605225, -0.6846994757652283, -88.46437072753906], [0.02573753334581852, 0.6807435750961304, 2.611513137817383, -121.31856536865234], [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': ['223640.495000', '223640.955000', '223641.415000', '223641.875000', '223642.335000', '223642.795000', '223643.255000', '223643.715000', '223644.175000', '223644.635000', '223645.095000', '223645.555000', '223646.015000', '223646.475000', '223646.935000', '223647.395000', '223647.855000', '223648.315000', '223648.775000', '223649.235000', '223649.695000', '223650.155000', '223650.615000', '223651.075000', '223651.535000', '223651.995000', '223652.455000', '223652.915000', '223653.375000', '223653.835000', '223654.295000', '223654.755000', '223655.215000', '223655.675000', '223656.135000', '223656.595000', '223657.055000', '223657.515000', '223657.975000', '223658.435000', '223658.895000', '223659.355000', '223659.815000', '223700.275000', '223700.735000', '223701.195000', '223701.655000', '223702.115000', '223702.575000', '223703.035000', '223703.495000', '223703.955000', '223704.415000', '223704.875000', '223705.335000', '223705.795000', '223706.255000', '223706.715000', '223707.175000', '223707.635000', '223708.095000', '223708.555000', '223709.015000', '223709.475000', '223709.935000', '223710.395000', '223710.855000', '223711.315000', '223711.775000', '223712.235000', '223712.695000', '223713.155000', '223713.615000', '223714.075000', '223714.535000', '223714.995000', '223715.455000', '223715.915000', '223716.375000', '223716.835000', '223717.295000', '223717.755000', '223718.215000', '223718.675000', '223719.135000', '223719.595000', '223720.055000', '223720.515000', '223720.975000', '223721.435000', '223721.895000', '223722.355000', '223722.815000', '223723.275000', '223723.735000', '223724.195000', '223724.655000', '223725.115000', '223725.575000', '223726.035000', '223726.495000', '223726.955000', '223727.415000', '223727.875000', '223728.335000', '223728.795000', '223729.255000', '223729.715000', '223730.175000', '223730.635000', '223731.095000', '223731.555000', '223732.015000', '223732.475000', '223732.935000', '223733.395000', '223733.855000', '223734.315000', '223734.775000', '223735.235000', '223735.695000', '223736.155000', '223736.615000', '223737.075000', '223737.535000', '223737.995000', '223738.455000', '223738.915000', '223739.375000', '223739.835000', '223740.295000', '223740.755000', '223741.215000', '223741.675000', '223742.135000', '223742.595000', '223743.055000', '223743.515000', '223743.975000', '223744.435000', '223744.895000', '223745.355000', '223745.815000', '223746.275000', '223746.735000', '223747.195000', '223747.655000', '223748.115000', '223748.575000', '223749.035000', '223749.495000', '223749.955000', '223750.415000', '223750.875000', '223751.335000', '223751.795000', '223752.255000', '223752.715000', '223753.175000', '223753.635000', '223754.095000', '223754.555000', '223755.015000', '223755.475000', '223755.935000', '223756.395000', '223756.855000', '223757.315000', '223757.775000', '223758.235000', '223758.695000', '223759.155000', '223759.615000', '223800.075000', '223800.535000', '223800.995000', '223801.455000', '223801.915000', '223802.375000', '223802.835000', '223803.295000', '223803.755000', '223804.215000', '223804.675000', '223805.135000', '223805.595000', '223806.055000', '223806.515000', '223806.975000', '223807.435000', '223807.895000', '223808.355000', '223808.815000', '223809.275000', '223809.735000', '223810.195000', '223810.655000', '223811.115000', '223811.575000', '223812.035000', '223812.495000', '223812.955000', '223813.415000', '223813.875000', '223814.335000', '223814.795000', '223815.255000', '223815.715000', '223816.175000', '223816.635000', '223817.095000', '223817.555000', '223818.015000', '223818.475000', '223818.935000', '223819.395000', '223819.855000', '223820.315000', '223820.775000', '223821.235000', '223821.695000', '223822.155000', '223822.615000', '223823.075000', '223823.535000', '223823.995000', '223824.455000', '223824.915000', '223825.375000', '223825.835000', '223826.295000', '223826.755000', '223827.215000', '223827.675000', '223828.135000', '223828.595000', '223829.055000', '223829.515000', '223829.975000', '223830.435000', '223830.895000', '223831.355000', '223831.815000', '223832.275000', '223832.735000', '223833.195000', '223833.655000', '223834.115000', '223834.575000', '223835.035000', '223835.495000', '223835.955000', '223836.415000', '223836.875000', '223837.335000', '223837.795000', '223838.255000', '223838.715000', '223839.175000', '223839.635000', '223840.095000', '223840.555000', '223841.015000', '223841.475000', '223841.935000', '223842.395000', '223842.855000', '223843.315000', '223843.775000', '223844.235000', '223844.695000', '223845.155000', '223845.615000', '223846.075000', '223846.535000', '223846.995000', '223847.455000', '223847.915000', '223848.375000', '223848.835000', '223849.295000', '223849.755000', '223850.215000', '223850.675000', '223851.135000', '223851.595000', '223852.055000', '223852.515000', '223852.975000', '223853.435000', '223853.895000', '223854.355000', '223854.815000', '223855.275000', '223855.735000', '223856.195000', '223856.655000', '223857.115000', '223857.575000', '223858.035000', '223858.495000', '223858.955000', '223859.415000', '223859.875000', '223900.335000', '223900.795000', '223901.255000', '223901.715000', '223902.175000', '223902.635000', '223903.095000', '223903.555000', '223904.015000', '223904.475000', '223904.935000', '223905.395000', '223905.855000', '223906.315000', '223906.775000', '223907.235000', '223907.695000', '223908.155000', '223908.615000', '223909.075000', '223909.535000', '223909.995000', '223910.455000', '223910.915000', '223911.375000', '223911.835000', '223912.295000', '223912.755000', '223913.215000', '223913.675000', '223914.135000', '223914.595000', '223915.055000', '223915.515000', '223915.975000', '223916.435000', '223916.895000', '223917.355000', '223917.815000', '223918.275000', '223918.735000', '223919.195000', '223919.655000', '223920.115000', '223920.575000', '223921.035000', '223921.495000', '223921.955000', '223922.415000', '223922.875000', '223923.335000', '223923.795000', '223924.255000', '223924.715000', '223925.175000', '223925.635000', '223926.095000', '223926.555000', '223927.015000', '223927.475000', '223927.935000', '223928.395000', '223928.855000', '223929.315000', '223929.775000', '223930.235000', '223930.695000', '223931.155000', '223931.615000', '223932.075000', '223932.535000', '223932.995000', '223933.455000', '223933.915000', '223934.375000', '223934.835000', '223935.295000', '223935.755000', '223936.215000', '223936.675000', '223937.135000', '223937.595000', '223938.055000', '223938.515000', '223938.975000', '223939.435000', '223939.895000', '223940.355000', '223940.815000', '223941.275000', '223941.735000', '223942.195000', '223942.655000', '223943.115000', '223943.575000', '223944.035000', '223944.495000', '223944.955000', '223945.415000', '223945.875000', '223946.335000', '223946.795000', '223947.255000', '223947.715000', '223948.175000', '223948.635000', '223949.095000', '223949.555000', '223950.015000', '223950.475000', '223950.935000', '223951.395000', '223951.855000', '223952.315000', '223952.775000', '223953.235000', '223953.695000', '223954.155000', '223954.615000', '223955.075000', '223955.535000', '223955.995000', '223956.455000', '223956.915000', '223957.375000', '223957.835000', '223958.295000', '223958.755000', '223959.215000', '223959.675000', '224000.135000', '224000.595000', '224001.055000', '224001.515000', '224001.975000', '224002.435000', '224002.895000', '224003.355000', '224003.815000', '224004.275000', '224004.735000', '224005.195000', '224005.655000', '224006.115000', '224006.575000', '224007.035000', '224007.495000', '224007.955000', '224008.415000', '224008.875000', '224009.335000', '224009.795000', '224010.255000', '224010.715000', '224011.175000', '224011.635000', '224012.095000', '224012.555000', '224013.015000', '224013.475000', '224013.935000', '224014.395000', '224014.855000', '224015.315000', '224015.775000', '224016.235000', '224016.695000', '224017.155000', '224017.615000', '224018.075000', '224018.535000', '224018.995000', '224019.455000', '224019.915000', '224020.375000', '224020.835000', '224021.295000', '224021.755000', '224022.215000', '224022.675000', '224023.135000', '224023.595000', '224024.055000', '224024.515000', '224024.975000', '224025.435000', '224025.895000', '224026.355000', '224026.815000', '224027.275000', '224027.735000', '224028.195000', '224028.655000', '224029.115000', '224029.575000', '224030.035000', '224030.495000', '224030.955000', '224031.415000', '224031.875000', '224032.335000', '224032.795000', '224033.255000', '224033.715000', '224034.175000', '224034.635000', '224035.095000', '224035.555000', '224036.015000', '224036.475000', '224036.935000', '224037.395000', '224037.855000', '224038.315000', '224038.775000', '224039.235000', '224039.695000', '224040.155000', '224040.615000', '224041.075000', '224041.535000', '224041.995000', '224042.455000', '224042.915000', '224043.375000', '224043.835000', '224044.295000', '224044.755000', '224045.215000', '224045.675000', '224046.135000', '224046.595000', '224047.055000', '224047.515000', '224047.975000', '224048.435000', '224048.895000', '224049.355000', '224049.815000', '224050.275000', '224050.735000', '224051.195000', '224051.655000', '224052.115000', '224052.575000', '224053.035000', '224053.495000', '224053.955000', '224054.415000', '224054.875000', '224055.335000', '224055.795000', '224056.255000', '224056.715000', '224057.175000', '224057.635000', '224058.095000', '224058.555000', '224059.015000', '224059.475000', '224059.935000', '224100.395000', '224100.855000', '224101.315000', '224101.775000', '224102.235000', '224102.695000', '224103.155000', '224103.615000', '224104.075000', '224104.535000', '224104.995000', '224105.455000', '224105.915000', '224106.375000', '224106.835000', '224107.295000', '224107.755000', '224108.215000', '224108.675000', '224109.135000', '224109.595000', '224110.055000', '224110.515000', '224110.975000', '224111.435000', '224111.895000', '224112.355000', '224112.815000', '224113.275000', '224113.735000', '224114.195000', '224114.655000', '224115.115000', '224115.575000', '224116.035000', '224116.495000', '224116.955000', '224117.415000', '224117.875000', '224118.335000', '224118.795000', '224119.255000', '224119.715000', '224120.175000', '224120.635000', '224121.095000', '224121.555000', '224122.015000', '224122.475000', '224122.935000', '224123.395000', '224123.855000', '224124.315000', '224124.775000', '224125.235000', '224125.695000', '224126.155000', '224126.615000', '224127.075000', '224127.535000', '224127.995000', '224128.455000', '224128.915000', '224129.375000', '224129.835000', '224130.295000', '224130.755000', '224131.215000', '224131.675000', '224132.135000', '224132.595000', '224133.055000', '224133.515000', '224133.975000', '224134.435000', '224134.895000', '224135.355000', '224135.815000', '224136.275000', '224136.735000', '224137.195000', '224137.655000', '224138.115000', '224138.575000', '224139.035000', '224139.495000', '224139.955000', '224140.415000', '224140.875000', '224141.335000', '224141.795000', '224142.255000', '224142.715000', '224143.175000', '224143.635000', '224144.095000', '224144.555000', '224145.015000', '224145.475000', '224145.935000', '224146.395000', '224146.855000', '224147.315000', '224147.775000', '224148.235000', '224148.695000', '224149.155000', '224149.615000', '224150.075000', '224150.535000', '224150.995000', '224151.455000', '224151.915000', '224152.375000', '224152.835000', '224153.295000', '224153.755000', '224154.215000', '224154.675000', '224155.135000', '224155.595000', '224156.055000', '224156.515000', '224156.975000', '224157.435000', '224157.895000', '224158.355000', '224158.815000', '224159.275000', '224159.735000', '224200.195000', '224200.655000', '224201.115000', '224201.575000', '224202.035000', '224202.495000', '224202.955000', '224203.415000', '224203.875000', '224204.335000', '224204.795000', '224205.255000', '224205.715000', '224206.175000', '224206.635000', '224207.095000', '224207.555000', '224208.015000', '224208.475000', '224208.935000', '224209.395000', '224209.855000', '224210.315000', '224210.775000', '224211.235000', '224211.695000', '224212.155000', '224212.615000', '224213.075000', '224213.535000', '224213.995000', '224214.455000', '224214.915000', '224215.375000', '224215.835000', '224216.295000', '224216.755000', '224217.215000', '224217.675000', '224218.135000', '224218.595000', '224219.055000', '224219.515000', '224219.975000', '224220.435000', '224220.895000', '224221.355000', '224221.815000', '224222.275000', '224222.735000', '224223.195000', '224223.655000', '224224.115000', '224224.575000', '224225.035000', '224225.495000', '224225.955000', '224226.415000', '224226.875000', '224227.335000', '224227.795000', '224228.255000', '224228.715000', '224229.175000', '224229.635000', '224230.095000', '224230.555000', '224231.015000', '224231.475000', '224231.935000', '224232.395000', '224232.855000', '224233.315000', '224233.775000', '224234.235000', '224234.695000', '224235.155000', '224235.615000', '224236.075000', '224236.535000', '224236.995000', '224237.455000', '224237.915000', '224238.375000', '224238.835000', '224239.295000', '224239.755000', '224240.215000', '224240.675000', '224241.135000', '224241.595000', '224242.055000', '224242.515000', '224242.975000', '224243.435000', '224243.895000', '224244.355000', '224244.815000', '224245.275000', '224245.735000', '224246.195000', '224246.655000', '224247.115000', '224247.575000', '224248.035000', '224248.495000', '224248.955000', '224249.415000', '224249.875000', '224250.335000', '224250.795000', '224251.255000', '224251.715000', '224252.175000', '224252.635000', '224253.095000', '224253.555000', '224254.015000', '224254.475000', '224254.935000', '224255.395000', '224255.855000', '224256.315000', '224256.775000', '224257.235000', '224257.695000', '224258.155000', '224258.615000', '224259.075000', '224259.535000', '224259.995000', '224300.455000', '224300.915000', '224301.375000', '224301.835000', '224302.295000', '224302.755000', '224303.215000', '224303.675000', '224304.135000', '224304.595000', '224305.055000', '224305.515000', '224305.975000', '224306.435000', '224306.895000', '224307.355000', '224307.815000', '224308.275000', '224308.735000', '224309.195000', '224309.655000', '224310.115000', '224310.575000', '224311.035000', '224311.495000', '224311.955000', '224312.415000', '224312.875000', '224313.335000', '224313.795000', '224314.255000', '224314.715000', '224315.175000', '224315.635000', '224316.095000', '224316.555000', '224317.015000', '224317.475000', '224317.935000', '224318.395000', '224318.855000', '224319.315000', '224319.775000', '224320.235000', '224320.695000', '224321.155000', '224321.615000', '224322.075000', '224322.535000', '224322.995000', '224323.455000', '224323.915000', '224324.375000', '224324.835000', '224325.295000', '224325.755000', '224326.215000', '224326.675000', '224327.135000', '224327.595000', '224328.055000', '224328.515000', '224328.975000', '224329.435000', '224329.895000', '224330.355000', '224330.815000', '224331.275000', '224331.735000', '224332.195000', '224332.655000', '224333.115000', '224333.575000', '224334.035000', '224334.495000', '224334.955000', '224335.415000', '224335.875000', '224336.335000', '224336.795000', '224337.255000', '224337.715000', '224338.175000', '224338.635000', '224339.095000', '224339.555000', '224340.015000', '224340.475000', '224340.935000', '224341.395000', '224341.855000', '224342.315000', '224342.775000', '224343.235000', '224343.695000', '224344.155000', '224344.615000', '224345.075000', '224345.535000', '224345.995000', '224346.455000', '224346.915000', '224347.375000', '224347.835000', '224348.295000', '224348.755000', '224349.215000', '224349.675000', '224350.135000', '224350.595000', '224351.055000', '224351.515000', '224351.975000', '224352.435000', '224352.895000', '224353.355000', '224353.815000', '224354.275000', '224354.735000', '224355.195000', '224355.655000', '224356.115000', '224356.575000', '224357.035000', '224357.495000', '224357.955000', '224358.415000', '224358.875000', '224359.335000', '224359.795000', '224400.255000', '224400.715000', '224401.175000', '224401.635000', '224402.095000', '224402.555000', '224403.015000', '224403.475000', '224403.935000', '224404.395000', '224404.855000', '224405.315000', '224405.775000', '224406.235000', '224406.695000', '224407.155000', '224407.615000', '224408.075000', '224408.535000', '224408.995000', '224409.455000', '224409.915000', '224410.375000', '224410.835000', '224411.295000', '224411.755000', '224412.215000', '224412.675000', '224413.135000', '224413.595000', '224414.055000', '224414.515000', '224414.975000', '224415.435000', '224415.895000', '224416.355000', '224416.815000', '224417.275000', '224417.735000', '224418.195000', '224418.655000', '224419.115000', '224419.575000', '224420.035000', '224420.495000', '224420.955000', '224421.415000', '224421.875000', '224422.335000', '224422.795000', '224423.255000', '224423.715000', '224424.175000', '224424.635000', '224425.095000', '224425.555000', '224426.015000', '224426.475000', '224426.935000', '224427.395000'], 'ContentTime': ['223659.653000', '223659.656000', '223659.658000', '223659.661000', '223659.664000', '223659.666000', '223659.669000', '223659.671000', '223659.674000', '223659.677000', '223659.679000', '223659.682000', '223659.684000', '223659.698000', '223659.700000', '223659.703000', '223659.705000', '223659.708000', '223659.710000', '223659.713000', '223659.716000', '223659.718000', '223659.721000', '223659.723000', '223659.726000', '223659.728000', '223659.731000', '223659.733000', '223659.736000', '223659.738000', '223659.741000', '223659.744000', '223659.746000', '223659.749000', '223659.751000', '223659.754000', '223659.756000', '223659.759000', '223659.761000', '223719.595000', '223719.598000', '223719.600000', '223719.603000', '223719.605000', '223719.608000', '223719.611000', '223719.614000', '223719.617000', '223719.619000', '223719.622000', '223719.625000', '223719.627000', '223719.630000', '223719.633000', '223719.635000', '223719.638000', '223719.640000', '223719.643000', '223719.646000', '223719.648000', '223719.651000', '223719.653000', '223719.656000', '223719.658000', '223719.661000', '223719.664000', '223719.666000', '223719.669000', '223719.671000', '223719.674000', '223719.676000', '223719.679000', '223719.681000', '223719.684000', '223719.686000', '223719.689000', '223719.692000', '223719.694000', '223719.697000', '223719.699000', '223719.702000', '223719.705000', '223739.595000', '223739.598000', '223739.600000', '223739.603000', '223739.605000', '223739.608000', '223739.611000', '223739.613000', '223739.616000', '223739.618000', '223739.621000', '223739.623000', '223739.626000', '223739.628000', '223739.631000', '223739.633000', '223739.636000', '223739.639000', '223739.641000', '223739.644000', '223739.646000', '223739.649000', '223739.652000', '223739.654000', '223739.657000', '223739.659000', '223739.662000', '223739.664000', '223739.667000', '223739.670000', '223739.672000', '223739.675000', '223739.677000', '223739.680000', '223739.682000', '223739.685000', '223739.687000', '223739.690000', '223739.693000', '223739.695000', '223739.698000', '223739.700000', '223739.703000', '223739.705000', '223759.595000', '223759.598000', '223759.600000', '223759.603000', '223759.605000', '223759.608000', '223759.611000', '223759.613000', '223759.616000', '223759.618000', '223759.621000', '223759.623000', '223759.626000', '223759.628000', '223759.631000', '223759.634000', '223759.636000', '223759.639000', '223759.642000', '223759.644000', '223759.647000', '223759.649000', '223759.652000', '223759.655000', '223759.657000', '223759.660000', '223759.662000', '223759.665000', '223759.667000', '223759.670000', '223759.672000', '223759.679000', '223759.682000', '223759.684000', '223759.687000', '223759.689000', '223759.692000', '223759.694000', '223759.697000', '223759.700000', '223759.703000', '223759.706000', '223759.708000', '223819.594000', '223819.597000', '223819.600000', '223819.602000', '223819.605000', '223819.608000', '223819.610000', '223819.613000', '223819.615000', '223819.618000', '223819.620000', '223819.623000', '223819.626000', '223819.628000', '223819.631000', '223819.633000', '223819.636000', '223819.638000', '223819.641000', '223819.643000', '223819.646000', '223819.649000', '223819.651000', '223819.654000', '223819.656000', '223819.659000', '223819.661000', '223819.664000', '223819.667000', '223819.669000', '223819.672000', '223819.674000', '223819.677000', '223819.680000', '223819.682000', '223819.685000', '223819.687000', '223819.690000', '223819.692000', '223819.695000', '223819.698000', '223819.700000', '223819.703000', '223819.706000', '223839.593000', '223839.596000', '223839.599000', '223839.601000', '223839.604000', '223839.607000', '223839.615000', '223839.618000', '223839.620000', '223839.623000', '223839.625000', '223839.628000', '223839.631000', '223839.640000', '223839.642000', '223839.645000', '223839.648000', '223839.650000', '223839.653000', '223839.655000', '223839.658000', '223839.660000', '223839.663000', '223839.667000', '223839.669000', '223839.672000', '223839.675000', '223839.678000', '223839.680000', '223839.683000', '223839.686000', '223839.688000', '223839.691000', '223839.693000', '223839.696000', '223839.699000', '223839.701000', '223839.704000', '223839.707000', '223839.709000', '223839.712000', '223839.714000', '223839.717000', '223859.593000', '223859.596000', '223859.599000', '223859.601000', '223859.604000', '223859.607000', '223859.609000', '223859.612000', '223859.614000', '223859.617000', '223859.620000', '223859.622000', '223859.625000', '223859.627000', '223859.630000', '223859.633000', '223859.635000', '223859.638000', '223859.640000', '223859.643000', '223859.646000', '223859.648000', '223859.651000', '223859.653000', '223859.656000', '223859.659000', '223859.661000', '223859.664000', '223859.666000', '223859.669000', '223859.672000', '223859.674000', '223859.677000', '223859.679000', '223859.682000', '223859.684000', '223859.687000', '223859.690000', '223859.692000', '223859.695000', '223859.697000', '223859.700000', '223859.703000', '223859.705000', '223919.593000', '223919.596000', '223919.599000', '223919.602000', '223919.604000', '223919.607000', '223919.609000', '223919.612000', '223919.614000', '223919.617000', '223919.620000', '223919.622000', '223919.625000', '223919.628000', '223919.630000', '223919.633000', '223919.635000', '223919.638000', '223919.640000', '223919.643000', '223919.646000', '223919.648000', '223919.651000', '223919.653000', '223919.656000', '223919.659000', '223919.661000', '223919.664000', '223919.666000', '223919.669000', '223919.671000', '223919.674000', '223919.677000', '223919.679000', '223919.682000', '223919.684000', '223919.687000', '223919.689000', '223919.692000', '223919.706000', '223919.709000', '223919.712000', '223919.714000', '223939.594000', '223939.597000', '223939.600000', '223939.602000', '223939.605000', '223939.608000', '223939.610000', '223939.613000', '223939.615000', '223939.618000', '223939.621000', '223939.623000', '223939.626000', '223939.628000', '223939.631000', '223939.633000', '223939.636000', '223939.639000', '223939.641000', '223939.644000', '223939.646000', '223939.649000', '223939.652000', '223939.654000', '223939.657000', '223939.659000', '223939.662000', '223939.664000', '223939.667000', '223939.670000', '223939.672000', '223939.675000', '223939.677000', '223939.680000', '223939.682000', '223939.685000', '223939.688000', '223939.690000', '223939.693000', '223939.695000', '223939.698000', '223939.701000', '223939.703000', '223939.706000', '223959.594000', '223959.597000', '223959.600000', '223959.603000', '223959.605000', '223959.608000', '223959.610000', '223959.613000', '223959.616000', '223959.618000', '223959.621000', '223959.623000', '223959.626000', '223959.628000', '223959.631000', '223959.634000', '223959.636000', '223959.639000', '223959.641000', '223959.644000', '223959.646000', '223959.649000', '223959.652000', '223959.654000', '223959.657000', '223959.659000', '223959.662000', '223959.665000', '223959.667000', '223959.670000', '223959.672000', '223959.675000', '223959.678000', '223959.680000', '223959.683000', '223959.685000', '223959.688000', '223959.691000', '223959.693000', '223959.696000', '223959.698000', '223959.701000', '223959.704000', '224019.595000', '224019.598000', '224019.600000', '224019.603000', '224019.606000', '224019.608000', '224019.611000', '224019.613000', '224019.616000', '224019.646000', '224019.648000', '224019.651000', '224019.653000', '224019.656000', '224019.659000', '224019.661000', '224019.664000', '224019.666000', '224019.669000', '224019.671000', '224019.674000', '224019.677000', '224019.679000', '224019.682000', '224019.685000', '224019.687000', '224019.690000', '224019.692000', '224019.695000', '224019.698000', '224019.700000', '224019.703000', '224019.705000', '224019.708000', '224019.710000', '224019.713000', '224019.716000', '224019.718000', '224019.721000', '224019.724000', '224019.726000', '224019.729000', '224019.731000', '224019.734000', '224039.595000', '224039.598000', '224039.600000', '224039.603000', '224039.605000', '224039.608000', '224039.611000', '224039.613000', '224039.616000', '224039.618000', '224039.621000', '224039.624000', '224039.626000', '224039.629000', '224039.631000', '224039.634000', '224039.636000', '224039.639000', '224039.642000', '224039.644000', '224039.647000', '224039.649000', '224039.652000', '224039.655000', '224039.658000', '224039.660000', '224039.663000', '224039.665000', '224039.668000', '224039.671000', '224039.673000', '224039.676000', '224039.679000', '224039.681000', '224039.684000', '224039.686000', '224039.689000', '224039.692000', '224039.694000', '224039.697000', '224039.699000', '224039.702000', '224039.705000', '224059.594000', '224059.597000', '224059.599000', '224059.602000', '224059.604000', '224059.607000', '224059.610000', '224059.612000', '224059.615000', '224059.617000', '224059.620000', '224059.623000', '224059.625000', '224059.628000', '224059.630000', '224059.633000', '224059.635000', '224059.638000', '224059.641000', '224059.643000', '224059.646000', '224059.648000', '224059.651000', '224059.654000', '224059.656000', '224059.659000', '224059.661000', '224059.664000', '224059.666000', '224059.669000', '224059.672000', '224059.674000', '224059.677000', '224059.679000', '224059.682000', '224059.685000', '224059.687000', '224059.690000', '224059.693000', '224059.695000', '224059.698000', '224059.701000', '224059.703000', '224059.706000', '224119.594000', '224119.597000', '224119.599000', '224119.602000', '224119.604000', '224119.607000', '224119.610000', '224119.612000', '224119.615000', '224119.618000', '224119.620000', '224119.623000', '224119.625000', '224119.628000', '224119.630000', '224119.633000', '224119.636000', '224119.638000', '224119.641000', '224119.643000', '224119.646000', '224119.649000', '224119.651000', '224119.654000', '224119.657000', '224119.659000', '224119.662000', '224119.664000', '224119.667000', '224119.669000', '224119.672000', '224119.675000', '224119.677000', '224119.680000', '224119.682000', '224119.685000', '224119.688000', '224119.690000', '224119.693000', '224119.695000', '224119.698000', '224119.701000', '224119.703000', '224139.593000', '224139.596000', '224139.599000', '224139.602000', '224139.604000', '224139.607000', '224139.609000', '224139.612000', '224139.615000', '224139.617000', '224139.620000', '224139.622000', '224139.625000', '224139.627000', '224139.630000', '224139.633000', '224139.635000', '224139.638000', '224139.641000', '224139.643000', '224139.646000', '224139.648000', '224139.651000', '224139.654000', '224139.656000', '224139.659000', '224139.661000', '224139.664000', '224139.666000', '224139.669000', '224139.672000', '224139.674000', '224139.677000', '224139.679000', '224139.692000', '224139.694000', '224139.697000', '224139.700000', '224139.702000', '224139.705000', '224139.707000', '224139.710000', '224139.713000', '224139.715000', '224159.595000', '224159.598000', '224159.600000', '224159.603000', '224159.605000', '224159.608000', '224159.611000', '224159.613000', '224159.616000', '224159.618000', '224159.621000', '224159.624000', '224159.626000', '224159.629000', '224159.631000', '224159.634000', '224159.636000', '224159.639000', '224159.642000', '224159.644000', '224159.647000', '224159.649000', '224159.652000', '224159.655000', '224159.657000', '224159.660000', '224159.662000', '224159.665000', '224159.667000', '224159.670000', '224159.673000', '224159.675000', '224159.678000', '224159.680000', '224159.683000', '224159.686000', '224159.688000', '224159.691000', '224159.693000', '224159.696000', '224159.698000', '224159.701000', '224159.704000', '224219.595000', '224219.597000', '224219.600000', '224219.603000', '224219.605000', '224219.608000', '224219.611000', '224219.613000', '224219.616000', '224219.618000', '224219.621000', '224219.624000', '224219.626000', '224219.629000', '224219.631000', '224219.634000', '224219.637000', '224219.639000', '224219.642000', '224219.644000', '224219.647000', '224219.650000', '224219.652000', '224219.655000', '224219.657000', '224219.660000', '224219.663000', '224219.665000', '224219.668000', '224219.670000', '224219.673000', '224219.675000', '224219.678000', '224219.681000', '224219.683000', '224219.686000', '224219.688000', '224219.691000', '224219.693000', '224219.696000', '224219.698000', '224219.701000', '224219.704000', '224219.706000', '224239.594000', '224239.597000', '224239.600000', '224239.603000', '224239.605000', '224239.608000', '224239.610000', '224239.613000', '224239.616000', '224239.618000', '224239.621000', '224239.623000', '224239.626000', '224239.628000', '224239.631000', '224239.634000', '224239.636000', '224239.639000', '224239.642000', '224239.644000', '224239.647000', '224239.649000', '224239.652000', '224239.655000', '224239.657000', '224239.660000', '224239.662000', '224239.665000', '224239.668000', '224239.670000', '224239.673000', '224239.675000', '224239.678000', '224239.681000', '224239.683000', '224239.686000', '224239.688000', '224239.691000', '224239.694000', '224239.696000', '224239.699000', '224239.701000', '224239.704000', '224259.594000', '224259.597000', '224259.600000', '224259.603000', '224259.605000', '224259.608000', '224259.610000', '224259.613000', '224259.616000', '224259.618000', '224259.622000', '224259.624000', '224259.627000', '224259.630000', '224259.632000', '224259.635000', '224259.637000', '224259.640000', '224259.643000', '224259.645000', '224259.648000', '224259.650000', '224259.653000', '224259.656000', '224259.658000', '224259.661000', '224259.663000', '224259.666000', '224259.669000', '224259.671000', '224259.674000', '224259.677000', '224259.679000', '224259.682000', '224259.684000', '224259.687000', '224259.690000', '224259.692000', '224259.695000', '224259.698000', '224259.700000', '224259.703000', '224259.705000', '224259.708000', '224319.594000', '224319.597000', '224319.599000', '224319.602000', '224319.604000', '224319.607000', '224319.610000', '224319.612000', '224319.615000', '224319.617000', '224319.620000', '224319.622000', '224319.625000', '224319.628000', '224319.630000', '224319.633000', '224319.636000', '224319.638000', '224319.641000', '224319.643000', '224319.646000', '224319.649000', '224319.651000', '224319.654000', '224319.656000', '224319.659000', '224319.661000', '224319.664000', '224319.666000', '224319.669000', '224319.672000', '224319.674000', '224319.677000', '224319.679000', '224319.682000', '224319.685000', '224319.687000', '224319.690000', '224319.692000', '224319.695000', '224319.697000', '224319.700000', '224319.703000', '224339.594000', '224339.597000', '224339.599000', '224339.602000', '224339.605000', '224339.608000', '224339.610000', '224339.613000', '224339.615000', '224339.618000', '224339.621000', '224339.623000', '224339.626000', '224339.629000', '224339.631000', '224339.634000', '224339.636000', '224339.639000', '224339.642000', '224339.644000', '224339.647000', '224339.649000', '224339.652000', '224339.655000', '224339.657000', '224339.660000', '224339.662000', '224339.665000', '224339.668000', '224339.670000', '224339.673000', '224339.675000', '224339.678000', '224339.681000', '224339.683000', '224339.686000', '224339.688000', '224339.691000', '224339.694000', '224339.696000', '224339.699000', '224339.702000', '224339.704000', '224359.594000', '224359.596000', '224359.599000', '224359.602000', '224359.604000', '224359.607000', '224359.609000', '224359.612000', '224359.614000', '224359.617000', '224359.620000', '224359.622000', '224359.625000', '224359.628000', '224359.630000', '224359.633000', '224359.635000', '224359.638000', '224359.640000', '224359.643000', '224359.646000', '224359.648000', '224359.651000', '224359.654000', '224359.656000', '224359.659000', '224359.661000', '224359.664000', '224359.667000', '224359.669000', '224359.672000', '224359.674000', '224359.677000', '224359.680000', '224359.682000', '224359.685000', '224359.687000', '224359.690000', '224359.692000', '224359.695000', '224359.698000', '224359.700000', '224359.703000', '224359.706000', '224419.595000', '224419.597000', '224419.600000', '224419.602000', '224419.605000', '224419.608000', '224419.610000', '224419.613000', '224419.615000', '224419.618000', '224419.621000', '224419.623000', '224419.626000', '224419.629000', '224419.631000', '224419.634000', '224419.636000', '224419.639000', '224419.642000', '224419.644000', '224419.647000', '224419.649000', '224419.652000', '224419.654000', '224419.657000', '224419.660000', '224419.663000', '224419.677000', '224419.680000', '224419.683000', '224419.685000', '224419.688000', '224419.691000', '224419.694000', '224419.696000', '224419.699000', '224419.702000', '224419.704000', '224419.707000', '224419.709000', '224419.712000', '224419.715000', '224419.717000', '224428.798000', '224428.801000', '224428.804000', '224428.807000', '224428.809000', '224428.812000', '224428.815000', '224428.817000', '224428.820000', '224428.823000', '224428.826000', '224428.828000', '224428.831000', '224428.834000', '224428.837000', '224428.839000', '224428.842000', '224428.845000', '224428.847000', '224428.850000', '224428.853000'], 'InstanceCreationTime': ['223659.653000', '223659.656000', '223659.658000', '223659.661000', '223659.664000', '223659.666000', '223659.669000', '223659.671000', '223659.674000', '223659.677000', '223659.679000', '223659.682000', '223659.684000', '223659.698000', '223659.700000', '223659.703000', '223659.705000', '223659.708000', '223659.710000', '223659.713000', '223659.716000', '223659.718000', '223659.721000', '223659.723000', '223659.726000', '223659.728000', '223659.731000', '223659.733000', '223659.736000', '223659.738000', '223659.741000', '223659.744000', '223659.746000', '223659.749000', '223659.751000', '223659.754000', '223659.756000', '223659.759000', '223659.761000', '223719.595000', '223719.598000', '223719.600000', '223719.603000', '223719.605000', '223719.608000', '223719.611000', '223719.614000', '223719.617000', '223719.619000', '223719.622000', '223719.625000', '223719.627000', '223719.630000', '223719.633000', '223719.635000', '223719.638000', '223719.640000', '223719.643000', '223719.646000', '223719.648000', '223719.651000', '223719.653000', '223719.656000', '223719.658000', '223719.661000', '223719.664000', '223719.666000', '223719.669000', '223719.671000', '223719.674000', '223719.676000', '223719.679000', '223719.681000', '223719.684000', '223719.686000', '223719.689000', '223719.692000', '223719.694000', '223719.697000', '223719.699000', '223719.702000', '223719.705000', '223739.595000', '223739.598000', '223739.600000', '223739.603000', '223739.605000', '223739.608000', '223739.611000', '223739.613000', '223739.616000', '223739.618000', '223739.621000', '223739.623000', '223739.626000', '223739.628000', '223739.631000', '223739.633000', '223739.636000', '223739.639000', '223739.641000', '223739.644000', '223739.646000', '223739.649000', '223739.652000', '223739.654000', '223739.657000', '223739.659000', '223739.662000', '223739.664000', '223739.667000', '223739.670000', '223739.672000', '223739.675000', '223739.677000', '223739.680000', '223739.682000', '223739.685000', '223739.687000', '223739.690000', '223739.693000', '223739.695000', '223739.698000', '223739.700000', '223739.703000', '223739.705000', '223759.595000', '223759.598000', '223759.600000', '223759.603000', '223759.605000', '223759.608000', '223759.611000', '223759.613000', '223759.616000', '223759.618000', '223759.621000', '223759.623000', '223759.626000', '223759.628000', '223759.631000', '223759.634000', '223759.636000', '223759.639000', '223759.642000', '223759.644000', '223759.647000', '223759.649000', '223759.652000', '223759.655000', '223759.657000', '223759.660000', '223759.662000', '223759.665000', '223759.667000', '223759.670000', '223759.672000', '223759.679000', '223759.682000', '223759.684000', '223759.687000', '223759.689000', '223759.692000', '223759.694000', '223759.697000', '223759.700000', '223759.703000', '223759.706000', '223759.708000', '223819.594000', '223819.597000', '223819.600000', '223819.602000', '223819.605000', '223819.608000', '223819.610000', '223819.613000', '223819.615000', '223819.618000', '223819.620000', '223819.623000', '223819.626000', '223819.628000', '223819.631000', '223819.633000', '223819.636000', '223819.638000', '223819.641000', '223819.643000', '223819.646000', '223819.649000', '223819.651000', '223819.654000', '223819.656000', '223819.659000', '223819.661000', '223819.664000', '223819.667000', '223819.669000', '223819.672000', '223819.674000', '223819.677000', '223819.680000', '223819.682000', '223819.685000', '223819.687000', '223819.690000', '223819.692000', '223819.695000', '223819.698000', '223819.700000', '223819.703000', '223819.706000', '223839.593000', '223839.596000', '223839.599000', '223839.601000', '223839.604000', '223839.607000', '223839.615000', '223839.618000', '223839.620000', '223839.623000', '223839.625000', '223839.628000', '223839.631000', '223839.640000', '223839.642000', '223839.645000', '223839.648000', '223839.650000', '223839.653000', '223839.655000', '223839.658000', '223839.660000', '223839.663000', '223839.667000', '223839.669000', '223839.672000', '223839.675000', '223839.678000', '223839.680000', '223839.683000', '223839.686000', '223839.688000', '223839.691000', '223839.693000', '223839.696000', '223839.699000', '223839.701000', '223839.704000', '223839.707000', '223839.709000', '223839.712000', '223839.714000', '223839.717000', '223859.593000', '223859.596000', '223859.599000', '223859.601000', '223859.604000', '223859.607000', '223859.609000', '223859.612000', '223859.614000', '223859.617000', '223859.620000', '223859.622000', '223859.625000', '223859.627000', '223859.630000', '223859.633000', '223859.635000', '223859.638000', '223859.640000', '223859.643000', '223859.646000', '223859.648000', '223859.651000', '223859.653000', '223859.656000', '223859.659000', '223859.661000', '223859.664000', '223859.666000', '223859.669000', '223859.672000', '223859.674000', '223859.677000', '223859.679000', '223859.682000', '223859.684000', '223859.687000', '223859.690000', '223859.692000', '223859.695000', '223859.697000', '223859.700000', '223859.703000', '223859.705000', '223919.593000', '223919.596000', '223919.599000', '223919.602000', '223919.604000', '223919.607000', '223919.609000', '223919.612000', '223919.614000', '223919.617000', '223919.620000', '223919.622000', '223919.625000', '223919.628000', '223919.630000', '223919.633000', '223919.635000', '223919.638000', '223919.640000', '223919.643000', '223919.646000', '223919.648000', '223919.651000', '223919.653000', '223919.656000', '223919.659000', '223919.661000', '223919.664000', '223919.666000', '223919.669000', '223919.671000', '223919.674000', '223919.677000', '223919.679000', '223919.682000', '223919.684000', '223919.687000', '223919.689000', '223919.692000', '223919.706000', '223919.709000', '223919.712000', '223919.714000', '223939.594000', '223939.597000', '223939.600000', '223939.602000', '223939.605000', '223939.608000', '223939.610000', '223939.613000', '223939.615000', '223939.618000', '223939.621000', '223939.623000', '223939.626000', '223939.628000', '223939.631000', '223939.633000', '223939.636000', '223939.639000', '223939.641000', '223939.644000', '223939.646000', '223939.649000', '223939.652000', '223939.654000', '223939.657000', '223939.659000', '223939.662000', '223939.664000', '223939.667000', '223939.670000', '223939.672000', '223939.675000', '223939.677000', '223939.680000', '223939.682000', '223939.685000', '223939.688000', '223939.690000', '223939.693000', '223939.695000', '223939.698000', '223939.701000', '223939.703000', '223939.706000', '223959.594000', '223959.597000', '223959.600000', '223959.603000', '223959.605000', '223959.608000', '223959.610000', '223959.613000', '223959.616000', '223959.618000', '223959.621000', '223959.623000', '223959.626000', '223959.628000', '223959.631000', '223959.634000', '223959.636000', '223959.639000', '223959.641000', '223959.644000', '223959.646000', '223959.649000', '223959.652000', '223959.654000', '223959.657000', '223959.659000', '223959.662000', '223959.665000', '223959.667000', '223959.670000', '223959.672000', '223959.675000', '223959.678000', '223959.680000', '223959.683000', '223959.685000', '223959.688000', '223959.691000', '223959.693000', '223959.696000', '223959.698000', '223959.701000', '223959.704000', '224019.595000', '224019.598000', '224019.600000', '224019.603000', '224019.606000', '224019.608000', '224019.611000', '224019.613000', '224019.616000', '224019.646000', '224019.648000', '224019.651000', '224019.653000', '224019.656000', '224019.659000', '224019.661000', '224019.664000', '224019.666000', '224019.669000', '224019.671000', '224019.674000', '224019.677000', '224019.679000', '224019.682000', '224019.685000', '224019.687000', '224019.690000', '224019.692000', '224019.695000', '224019.698000', '224019.700000', '224019.703000', '224019.705000', '224019.708000', '224019.710000', '224019.713000', '224019.716000', '224019.718000', '224019.721000', '224019.724000', '224019.726000', '224019.729000', '224019.731000', '224019.734000', '224039.595000', '224039.598000', '224039.600000', '224039.603000', '224039.605000', '224039.608000', '224039.611000', '224039.613000', '224039.616000', '224039.618000', '224039.621000', '224039.624000', '224039.626000', '224039.629000', '224039.631000', '224039.634000', '224039.636000', '224039.639000', '224039.642000', '224039.644000', '224039.647000', '224039.649000', '224039.652000', '224039.655000', '224039.658000', '224039.660000', '224039.663000', '224039.665000', '224039.668000', '224039.671000', '224039.673000', '224039.676000', '224039.679000', '224039.681000', '224039.684000', '224039.686000', '224039.689000', '224039.692000', '224039.694000', '224039.697000', '224039.699000', '224039.702000', '224039.705000', '224059.594000', '224059.597000', '224059.599000', '224059.602000', '224059.604000', '224059.607000', '224059.610000', '224059.612000', '224059.615000', '224059.617000', '224059.620000', '224059.623000', '224059.625000', '224059.628000', '224059.630000', '224059.633000', '224059.635000', '224059.638000', '224059.641000', '224059.643000', '224059.646000', '224059.648000', '224059.651000', '224059.654000', '224059.656000', '224059.659000', '224059.661000', '224059.664000', '224059.666000', '224059.669000', '224059.672000', '224059.674000', '224059.677000', '224059.679000', '224059.682000', '224059.685000', '224059.687000', '224059.690000', '224059.693000', '224059.695000', '224059.698000', '224059.701000', '224059.703000', '224059.706000', '224119.594000', '224119.597000', '224119.599000', '224119.602000', '224119.604000', '224119.607000', '224119.610000', '224119.612000', '224119.615000', '224119.618000', '224119.620000', '224119.623000', '224119.625000', '224119.628000', '224119.630000', '224119.633000', '224119.636000', '224119.638000', '224119.641000', '224119.643000', '224119.646000', '224119.649000', '224119.651000', '224119.654000', '224119.657000', '224119.659000', '224119.662000', '224119.664000', '224119.667000', '224119.669000', '224119.672000', '224119.675000', '224119.677000', '224119.680000', '224119.682000', '224119.685000', '224119.688000', '224119.690000', '224119.693000', '224119.695000', '224119.698000', '224119.701000', '224119.703000', '224139.593000', '224139.596000', '224139.599000', '224139.602000', '224139.604000', '224139.607000', '224139.609000', '224139.612000', '224139.615000', '224139.617000', '224139.620000', '224139.622000', '224139.625000', '224139.627000', '224139.630000', '224139.633000', '224139.635000', '224139.638000', '224139.641000', '224139.643000', '224139.646000', '224139.648000', '224139.651000', '224139.654000', '224139.656000', '224139.659000', '224139.661000', '224139.664000', '224139.666000', '224139.669000', '224139.672000', '224139.674000', '224139.677000', '224139.679000', '224139.692000', '224139.694000', '224139.697000', '224139.700000', '224139.702000', '224139.705000', '224139.707000', '224139.710000', '224139.713000', '224139.715000', '224159.595000', '224159.598000', '224159.600000', '224159.603000', '224159.605000', '224159.608000', '224159.611000', '224159.613000', '224159.616000', '224159.618000', '224159.621000', '224159.624000', '224159.626000', '224159.629000', '224159.631000', '224159.634000', '224159.636000', '224159.639000', '224159.642000', '224159.644000', '224159.647000', '224159.649000', '224159.652000', '224159.655000', '224159.657000', '224159.660000', '224159.662000', '224159.665000', '224159.667000', '224159.670000', '224159.673000', '224159.675000', '224159.678000', '224159.680000', '224159.683000', '224159.686000', '224159.688000', '224159.691000', '224159.693000', '224159.696000', '224159.698000', '224159.701000', '224159.704000', '224219.595000', '224219.597000', '224219.600000', '224219.603000', '224219.605000', '224219.608000', '224219.611000', '224219.613000', '224219.616000', '224219.618000', '224219.621000', '224219.624000', '224219.626000', '224219.629000', '224219.631000', '224219.634000', '224219.637000', '224219.639000', '224219.642000', '224219.644000', '224219.647000', '224219.650000', '224219.652000', '224219.655000', '224219.657000', '224219.660000', '224219.663000', '224219.665000', '224219.668000', '224219.670000', '224219.673000', '224219.675000', '224219.678000', '224219.681000', '224219.683000', '224219.686000', '224219.688000', '224219.691000', '224219.693000', '224219.696000', '224219.698000', '224219.701000', '224219.704000', '224219.706000', '224239.594000', '224239.597000', '224239.600000', '224239.603000', '224239.605000', '224239.608000', '224239.610000', '224239.613000', '224239.616000', '224239.618000', '224239.621000', '224239.623000', '224239.626000', '224239.628000', '224239.631000', '224239.634000', '224239.636000', '224239.639000', '224239.642000', '224239.644000', '224239.647000', '224239.649000', '224239.652000', '224239.655000', '224239.657000', '224239.660000', '224239.662000', '224239.665000', '224239.668000', '224239.670000', '224239.673000', '224239.675000', '224239.678000', '224239.681000', '224239.683000', '224239.686000', '224239.688000', '224239.691000', '224239.694000', '224239.696000', '224239.699000', '224239.701000', '224239.704000', '224259.594000', '224259.597000', '224259.600000', '224259.603000', '224259.605000', '224259.608000', '224259.610000', '224259.613000', '224259.616000', '224259.618000', '224259.622000', '224259.624000', '224259.627000', '224259.630000', '224259.632000', '224259.635000', '224259.637000', '224259.640000', '224259.643000', '224259.645000', '224259.648000', '224259.650000', '224259.653000', '224259.656000', '224259.658000', '224259.661000', '224259.663000', '224259.666000', '224259.669000', '224259.671000', '224259.674000', '224259.677000', '224259.679000', '224259.682000', '224259.684000', '224259.687000', '224259.690000', '224259.692000', '224259.695000', '224259.698000', '224259.700000', '224259.703000', '224259.705000', '224259.708000', '224319.594000', '224319.597000', '224319.599000', '224319.602000', '224319.604000', '224319.607000', '224319.610000', '224319.612000', '224319.615000', '224319.617000', '224319.620000', '224319.622000', '224319.625000', '224319.628000', '224319.630000', '224319.633000', '224319.636000', '224319.638000', '224319.641000', '224319.643000', '224319.646000', '224319.649000', '224319.651000', '224319.654000', '224319.656000', '224319.659000', '224319.661000', '224319.664000', '224319.666000', '224319.669000', '224319.672000', '224319.674000', '224319.677000', '224319.679000', '224319.682000', '224319.685000', '224319.687000', '224319.690000', '224319.692000', '224319.695000', '224319.697000', '224319.700000', '224319.703000', '224339.594000', '224339.597000', '224339.599000', '224339.602000', '224339.605000', '224339.608000', '224339.610000', '224339.613000', '224339.615000', '224339.618000', '224339.621000', '224339.623000', '224339.626000', '224339.629000', '224339.631000', '224339.634000', '224339.636000', '224339.639000', '224339.642000', '224339.644000', '224339.647000', '224339.649000', '224339.652000', '224339.655000', '224339.657000', '224339.660000', '224339.662000', '224339.665000', '224339.668000', '224339.670000', '224339.673000', '224339.675000', '224339.678000', '224339.681000', '224339.683000', '224339.686000', '224339.688000', '224339.691000', '224339.694000', '224339.696000', '224339.699000', '224339.702000', '224339.704000', '224359.594000', '224359.596000', '224359.599000', '224359.602000', '224359.604000', '224359.607000', '224359.609000', '224359.612000', '224359.614000', '224359.617000', '224359.620000', '224359.622000', '224359.625000', '224359.628000', '224359.630000', '224359.633000', '224359.635000', '224359.638000', '224359.640000', '224359.643000', '224359.646000', '224359.648000', '224359.651000', '224359.654000', '224359.656000', '224359.659000', '224359.661000', '224359.664000', '224359.667000', '224359.669000', '224359.672000', '224359.674000', '224359.677000', '224359.680000', '224359.682000', '224359.685000', '224359.687000', '224359.690000', '224359.692000', '224359.695000', '224359.698000', '224359.700000', '224359.703000', '224359.706000', '224419.595000', '224419.597000', '224419.600000', '224419.602000', '224419.605000', '224419.608000', '224419.610000', '224419.613000', '224419.615000', '224419.618000', '224419.621000', '224419.623000', '224419.626000', '224419.629000', '224419.631000', '224419.634000', '224419.636000', '224419.639000', '224419.642000', '224419.644000', '224419.647000', '224419.649000', '224419.652000', '224419.654000', '224419.657000', '224419.660000', '224419.663000', '224419.677000', '224419.680000', '224419.683000', '224419.685000', '224419.688000', '224419.691000', '224419.694000', '224419.696000', '224419.699000', '224419.702000', '224419.704000', '224419.707000', '224419.709000', '224419.712000', '224419.715000', '224419.717000', '224428.798000', '224428.801000', '224428.804000', '224428.807000', '224428.809000', '224428.812000', '224428.815000', '224428.817000', '224428.820000', '224428.823000', '224428.826000', '224428.828000', '224428.831000', '224428.834000', '224428.837000', '224428.839000', '224428.842000', '224428.845000', '224428.847000', '224428.850000', '224428.853000'], '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': [6583, 10686, 6281, 7736, 6249, 6393, 6497, 6582, 7141, 6466, 11652, 6428, 10834, 6351, 6473, 6131, 6456, 6500, 6355, 10964, 6665, 10002, 6507, 9110, 6475, 6595, 6118, 6497, 9406, 6237, 9870, 6199, 8014, 6839, 6912, 6685, 6464, 6192, 6625, 12022, 6162, 10245, 6742, 6495, 8765, 6846, 9256, 6758, 7404, 6181, 7247, 6322, 8033, 6687, 9664, 6109, 9155, 7744, 7413, 12631, 9294, 8726, 12641, 6064, 7720, 6801, 6847, 11864, 5789, 6647, 6377, 6804, 8547, 6609, 6131, 10726, 6074, 6258, 6315, 6423, 8595, 6283, 6136, 5996, 6748, 9966, 6725, 6082, 11060, 6159, 9696, 7317, 7872, 11692, 7922, 10205, 7040, 7029, 12674, 8353, 9628, 12773, 7173, 11298, 11703, 6520, 9537, 6864, 6858, 12186, 6479, 6138, 6252, 6189, 7719, 6020, 6008, 6268, 6116, 6049, 6027, 10733, 5983, 9676, 6467, 9663, 10518, 6492, 10094, 5866, 12241, 10620, 11235, 9668, 7135, 10898, 8228, 7483, 12450, 6089, 8389, 8005, 6588, 8506, 6335, 6156, 6008, 6028, 6643, 6294, 6356, 5877, 6248, 7993, 6346, 6123, 6045, 6155, 10003, 6552, 6329, 11824, 6823, 10454, 6912, 6488, 9514, 5905, 7318, 6172, 6529, 8339, 6172, 6717, 6626, 6338, 10616, 6156, 6326, 6879, 6467, 11954, 6234, 6400, 8641, 6356, 11549, 6101, 6247, 12927, 5888, 10163, 6375, 6393, 10297, 6779, 5971, 6266, 6138, 7259, 6438, 6233, 6193, 6309, 7280, 5883, 6642, 6976, 6137, 6919, 6645, 10567, 6357, 9966, 7123, 9164, 10338, 6101, 11677, 6321, 10900, 6683, 10481, 6225, 9755, 6304, 11387, 8319, 12058, 7436, 7290, 12704, 5973, 10372, 6720, 6193, 11271, 6100, 6788, 6825, 6333, 8138, 5842, 6102, 6575, 6042, 6588, 6469, 7983, 6118, 6738, 7230, 5921, 8870, 6109, 8386, 6472, 8174, 6510, 6967, 6671, 7722, 7469, 9585, 13002, 6058, 11733, 10911, 7919, 11744, 6497, 6230, 12508, 8578, 8200, 6262, 6245, 7998, 6432, 6181, 5987, 6198, 7496, 6030, 6717, 6313, 6372, 11624, 6522, 6578, 12311, 8020, 9991, 11253, 5638, 7330, 6664, 7077, 7850, 5732, 6166, 7012, 6113, 7602, 5937, 8639, 6653, 6422, 10451, 6126, 11401, 5903, 8498, 7958, 6177, 12622, 7379, 11198, 7912, 7656, 10875, 7535, 8096, 7428, 6175, 7768, 6448, 6964, 8471, 5859, 7254, 6854, 6771, 8719, 6851, 6140, 6911, 6291, 7347, 6404, 6025, 7013, 6429, 8038, 6115, 6401, 11198, 6023, 9920, 8509, 6763, 11682, 7705, 8116, 11893, 6134, 7713, 12835, 6129, 7413, 6398, 6307, 7423, 6579, 6304, 8440, 6217, 6909, 6282, 6547, 7845, 6228, 6405, 11304, 6567, 6190, 11235, 7324, 6365, 11889, 6441, 6324, 10800, 5915, 9796, 6910, 6557, 8333, 6599, 6826, 11280, 6691, 6089, 11732, 7250, 5985, 6143, 6327, 7667, 6750, 6212, 10870, 6509, 6201, 11949, 5788, 7260, 10276, 6174, 9006, 7010, 6692, 9586, 6039, 7219, 8198, 6029, 8154, 8171, 7158, 9976, 6675, 6148, 10334, 6138, 8874, 6778, 6060, 12297, 7075, 6851, 11768, 5647, 10794, 7002, 6358, 12178, 7217, 9008, 7401, 6563, 9037, 6332, 7139, 12978, 6493, 6280, 12713, 5913, 7219, 6420, 6542, 8820, 6443, 5805, 6659, 5984, 7575, 6402, 6981, 6238, 10096, 6058, 10229, 6027, 9295, 12314, 8913, 11375, 7809, 8172, 13542, 8883, 8321, 12368, 6557, 7818, 11008, 5968, 6605, 6556, 6030, 6119, 5624, 6109, 6606, 6303, 6695, 5831, 9088, 5997, 7915, 6959, 6122, 11647, 7798, 8847, 7104, 6445, 12466, 7836, 8722, 10213, 6080, 12646, 6252, 6072, 6210, 6182, 7090, 6137, 7778, 6604, 6375, 10716, 6311, 7815, 9277, 6977, 9665, 6127, 6848, 6633, 6688, 7267, 5950, 6466, 6617, 5916, 7167, 6054, 7756, 6021, 6378, 6471, 6605, 10466, 6050, 6490, 12395, 5979, 10354, 6703, 6580, 9213, 6051, 6508, 9449, 5858, 6356, 6577, 5689, 6092, 6799, 6337, 8867, 5847, 6318, 6886, 6564, 8070, 6905, 5991, 9345, 5758, 9321, 7766, 6211, 8428, 7445, 7181, 10824, 6153, 6866, 8171, 6533, 9687, 6161, 10558, 6133, 9242, 6800, 6596, 13383, 6232, 7755, 10108, 6213, 12117, 5979, 7397, 6122, 6943, 7491, 10672, 6854, 6596, 13011, 5804, 10271, 6220, 7398, 10412, 6351, 11980, 6162, 9655, 7059, 6445, 12500, 7868, 7404, 11843, 6122, 6690, 6717, 6523, 6374, 5948, 6366, 6787, 5983, 7065, 6015, 8975, 6789, 6502, 6731, 6329, 10379, 6297, 7692, 6337, 7803, 6392, 6639, 10789, 6386, 12077, 6200, 10745, 6528, 6460, 10321, 5976, 12157, 6386, 8536, 5987, 6164, 7650, 6066, 11694, 6003, 7178, 6163, 6376, 6248, 6559, 8573, 5960, 9332, 6138, 8770, 6861, 8595, 7170, 7495, 6442, 6403, 6354, 6470, 6659, 6311, 12973, 10593, 10921, 7144, 6439, 9987, 6929, 6892, 6812, 6315, 7736, 6877, 6290, 6546, 6218, 6679, 6809, 5922, 8402, 6084, 6722, 6881, 5964, 9645, 5925, 7143, 7095, 6222, 9645, 6878, 6430, 11134, 6024, 9522, 10465, 6829, 8423, 7449, 6762, 9980, 6622, 6300, 10501, 7765, 6717, 10362, 6947, 5955, 11106, 6296, 6433, 12076, 6459, 6241, 11460, 6593, 6359, 11607, 6429, 6313, 10435, 6280, 7175, 6461, 5862, 10261, 7646, 6852, 9453, 6708, 6088, 11305, 8276, 7659, 9109, 7414, 6300, 11596, 6384, 6235, 11573, 6023, 7284, 8001, 6080, 7656, 6851, 6614, 8584, 6342, 6439, 7646, 6449, 9325, 6510, 6067, 10661, 7075, 6933, 11260, 6274, 6136, 11052, 7486, 7154, 11190, 7239, 6085, 11184, 6709, 6154, 8233, 6327, 7076, 6616, 5819, 10027, 6691, 6175, 10868, 7455, 5915, 10896, 8040, 6830, 11649, 6332, 6549, 7335, 6441, 9768, 6451, 6335, 10360, 6812, 6551, 10836, 6249, 7377, 10527, 6107, 8512, 7734, 6348, 8204, 6834, 6741, 8923, 6558, 6003, 11811, 5980, 6345, 7819, 6561, 7738, 6888, 6889, 8915, 6901, 6857, 7572, 6524, 6210, 6537, 6310, 8271, 6741, 6384, 6432, 5921, 10673, 5895, 9416, 8477, 6796, 11655, 7313, 8160, 12441, 10181, 9586, 12820, 7175, 7623, 12568, 6440, 10757, 6629, 6394, 7981, 6070, 6544, 6324, 6424, 7493, 6776, 5884, 6267, 6443, 7453, 6504, 6006, 9290, 6246, 10041, 6888, 6309, 9942, 6369, 10669, 6264, 11601, 8320, 10687, 11448, 6861, 11134, 8242, 7892, 12138, 6169, 7824, 6867, 6227, 11650, 6248, 8802, 6982, 6269, 8232, 6288, 7178, 6357, 6158, 12783, 6342, 7357, 9517, 6500, 10718, 6824, 5978, 12096, 7550, 6529, 7651, 6534, 7211, 7138, 6125, 7292, 6746, 7341, 6908, 6477, 11779, 6752, 9293, 7909, 6671, 10965, 11349, 7954, 11157, 6701, 6510, 9449, 6879, 5971, 6831, 5472, 6340, 6799, 6154, 6254, 6352, 5894, 7820, 5936, 5841, 6776, 6407, 6894, 6815, 5620, 8115, 5595, 6325, 6691, 6597, 7039, 6396, 5555, 9813, 6572, 10394, 7154, 9962, 5666, 5949, 6287, 8176, 6518, 8586, 11758, 7822, 7995, 13374, 7639, 10812, 13032, 6983, 12945, 12718, 8717, 12708, 8875, 7877, 13645, 8563, 8334, 12828, 6189, 8711, 5848, 5932, 7275, 5521, 6941, 6795, 6047, 7017, 5612, 6938, 6946, 6070, 7329, 6309, 6463, 7042, 6215], 'WindowCenter': [3636.0, 3671.0, 3604.0, 3622.0, 3601.0, 3600.0, 3598.0, 3600.0, 3609.0, 3600.0, 3651.0, 3600.0, 3639.0, 3585.0, 3585.0, 3574.0, 3587.0, 3585.0, 3587.0, 3638.0, 3599.0, 3630.0, 3586.0, 3617.0, 3586.0, 3598.0, 3586.0, 3587.0, 3629.0, 3587.0, 3628.0, 3588.0, 3618.0, 3598.0, 3597.0, 3598.0, 3587.0, 3586.0, 3598.0, 3650.0, 3587.0, 3627.0, 3596.0, 3588.0, 3617.0, 3599.0, 3616.0, 3599.0, 3607.0, 3587.0, 3608.0, 3600.0, 3621.0, 3611.0, 3630.0, 3588.0, 3631.0, 3608.0, 3609.0, 3651.0, 3618.0, 3604.0, 3635.0, 3575.0, 3595.0, 3584.0, 3584.0, 3623.0, 3573.0, 3597.0, 3584.0, 3586.0, 3604.0, 3585.0, 3588.0, 3638.0, 3586.0, 3587.0, 3586.0, 3586.0, 3617.0, 3599.0, 3588.0, 3587.0, 3598.0, 3629.0, 3611.0, 3599.0, 3641.0, 3588.0, 3629.0, 3595.0, 3619.0, 3651.0, 3608.0, 3629.0, 3594.0, 3598.0, 3649.0, 3619.0, 3629.0, 3636.0, 3596.0, 3627.0, 3636.0, 3585.0, 3617.0, 3583.0, 3583.0, 3634.0, 3584.0, 3574.0, 3573.0, 3573.0, 3592.0, 3574.0, 3584.0, 3585.0, 3586.0, 3585.0, 3587.0, 3639.0, 3588.0, 3629.0, 3588.0, 3630.0, 3628.0, 3586.0, 3626.0, 3577.0, 3638.0, 3629.0, 3627.0, 3613.0, 3584.0, 3624.0, 3602.0, 3581.0, 3623.0, 3560.0, 3591.0, 3591.0, 3570.0, 3589.0, 3569.0, 3558.0, 3558.0, 3571.0, 3570.0, 3572.0, 3572.0, 3560.0, 3582.0, 3605.0, 3583.0, 3573.0, 3573.0, 3574.0, 3614.0, 3584.0, 3584.0, 3626.0, 3582.0, 3615.0, 3580.0, 3574.0, 3604.0, 3562.0, 3594.0, 3571.0, 3583.0, 3604.0, 3574.0, 3585.0, 3584.0, 3584.0, 3626.0, 3575.0, 3586.0, 3597.0, 3586.0, 3636.0, 3573.0, 3583.0, 3604.0, 3583.0, 3624.0, 3572.0, 3584.0, 3635.0, 3563.0, 3615.0, 3569.0, 3572.0, 3614.0, 3583.0, 3572.0, 3571.0, 3572.0, 3592.0, 3583.0, 3575.0, 3574.0, 3585.0, 3596.0, 3576.0, 3596.0, 3597.0, 3588.0, 3597.0, 3599.0, 3641.0, 3599.0, 3629.0, 3597.0, 3618.0, 3616.0, 3573.0, 3626.0, 3584.0, 3627.0, 3586.0, 3628.0, 3588.0, 3628.0, 3598.0, 3639.0, 3606.0, 3637.0, 3583.0, 3594.0, 3637.0, 3573.0, 3613.0, 3571.0, 3573.0, 3625.0, 3573.0, 3581.0, 3571.0, 3571.0, 3592.0, 3574.0, 3573.0, 3584.0, 3573.0, 3583.0, 3598.0, 3607.0, 3588.0, 3598.0, 3607.0, 3587.0, 3629.0, 3588.0, 3619.0, 3599.0, 3618.0, 3598.0, 3597.0, 3611.0, 3621.0, 3610.0, 3632.0, 3650.0, 3587.0, 3653.0, 3627.0, 3606.0, 3625.0, 3572.0, 3586.0, 3639.0, 3615.0, 3604.0, 3571.0, 3573.0, 3592.0, 3572.0, 3574.0, 3572.0, 3573.0, 3594.0, 3585.0, 3594.0, 3585.0, 3586.0, 3627.0, 3585.0, 3599.0, 3636.0, 3594.0, 3626.0, 3624.0, 3563.0, 3595.0, 3582.0, 3595.0, 3606.0, 3574.0, 3574.0, 3595.0, 3588.0, 3607.0, 3587.0, 3617.0, 3597.0, 3588.0, 3629.0, 3577.0, 3638.0, 3577.0, 3618.0, 3606.0, 3576.0, 3639.0, 3594.0, 3626.0, 3593.0, 3594.0, 3626.0, 3593.0, 3595.0, 3581.0, 3575.0, 3594.0, 3572.0, 3581.0, 3591.0, 3562.0, 3594.0, 3571.0, 3570.0, 3591.0, 3583.0, 3574.0, 3582.0, 3573.0, 3581.0, 3587.0, 3587.0, 3595.0, 3585.0, 3606.0, 3574.0, 3585.0, 3637.0, 3575.0, 3617.0, 3603.0, 3584.0, 3624.0, 3593.0, 3592.0, 3624.0, 3560.0, 3591.0, 3633.0, 3572.0, 3582.0, 3570.0, 3569.0, 3582.0, 3583.0, 3574.0, 3603.0, 3573.0, 3583.0, 3570.0, 3585.0, 3603.0, 3572.0, 3584.0, 3626.0, 3584.0, 3586.0, 3638.0, 3593.0, 3586.0, 3626.0, 3585.0, 3586.0, 3627.0, 3574.0, 3617.0, 3583.0, 3587.0, 3606.0, 3583.0, 3584.0, 3623.0, 3583.0, 3573.0, 3638.0, 3595.0, 3574.0, 3573.0, 3586.0, 3608.0, 3598.0, 3588.0, 3638.0, 3585.0, 3586.0, 3638.0, 3576.0, 3610.0, 3629.0, 3578.0, 3618.0, 3596.0, 3597.0, 3618.0, 3575.0, 3598.0, 3606.0, 3587.0, 3620.0, 3608.0, 3598.0, 3629.0, 3597.0, 3601.0, 3640.0, 3588.0, 3619.0, 3597.0, 3589.0, 3652.0, 3602.0, 3601.0, 3641.0, 3576.0, 3629.0, 3596.0, 3599.0, 3640.0, 3597.0, 3619.0, 3595.0, 3597.0, 3618.0, 3586.0, 3596.0, 3637.0, 3584.0, 3587.0, 3650.0, 3576.0, 3597.0, 3584.0, 3586.0, 3616.0, 3586.0, 3577.0, 3596.0, 3587.0, 3608.0, 3599.0, 3608.0, 3601.0, 3643.0, 3590.0, 3640.0, 3588.0, 3632.0, 3651.0, 3630.0, 3652.0, 3608.0, 3607.0, 3637.0, 3603.0, 3607.0, 3623.0, 3571.0, 3593.0, 3611.0, 3560.0, 3571.0, 3572.0, 3561.0, 3560.0, 3562.0, 3573.0, 3584.0, 3584.0, 3585.0, 3576.0, 3630.0, 3589.0, 3608.0, 3597.0, 3587.0, 3638.0, 3596.0, 3618.0, 3583.0, 3573.0, 3636.0, 3594.0, 3604.0, 3616.0, 3563.0, 3635.0, 3574.0, 3573.0, 3573.0, 3574.0, 3582.0, 3574.0, 3593.0, 3583.0, 3574.0, 3613.0, 3573.0, 3594.0, 3615.0, 3584.0, 3603.0, 3561.0, 3572.0, 3570.0, 3582.0, 3583.0, 3572.0, 3572.0, 3582.0, 3564.0, 3584.0, 3574.0, 3594.0, 3574.0, 3586.0, 3585.0, 3587.0, 3626.0, 3575.0, 3586.0, 3637.0, 3573.0, 3617.0, 3571.0, 3571.0, 3602.0, 3561.0, 3573.0, 3603.0, 3561.0, 3571.0, 3570.0, 3563.0, 3572.0, 3583.0, 3573.0, 3604.0, 3575.0, 3586.0, 3595.0, 3585.0, 3595.0, 3596.0, 3587.0, 3616.0, 3575.0, 3617.0, 3595.0, 3575.0, 3607.0, 3594.0, 3596.0, 3625.0, 3574.0, 3586.0, 3606.0, 3588.0, 3629.0, 3587.0, 3629.0, 3589.0, 3630.0, 3585.0, 3596.0, 3638.0, 3575.0, 3607.0, 3627.0, 3575.0, 3638.0, 3575.0, 3607.0, 3588.0, 3609.0, 3609.0, 3629.0, 3584.0, 3598.0, 3649.0, 3576.0, 3627.0, 3575.0, 3596.0, 3625.0, 3574.0, 3625.0, 3562.0, 3614.0, 3581.0, 3572.0, 3636.0, 3592.0, 3581.0, 3611.0, 3558.0, 3570.0, 3568.0, 3572.0, 3570.0, 3572.0, 3571.0, 3584.0, 3575.0, 3595.0, 3576.0, 3605.0, 3584.0, 3574.0, 3585.0, 3586.0, 3626.0, 3585.0, 3607.0, 3589.0, 3608.0, 3587.0, 3585.0, 3629.0, 3587.0, 3637.0, 3575.0, 3627.0, 3572.0, 3585.0, 3626.0, 3589.0, 3636.0, 3586.0, 3606.0, 3575.0, 3575.0, 3594.0, 3574.0, 3625.0, 3575.0, 3585.0, 3574.0, 3574.0, 3574.0, 3587.0, 3618.0, 3587.0, 3617.0, 3575.0, 3604.0, 3587.0, 3606.0, 3587.0, 3584.0, 3574.0, 3575.0, 3584.0, 3573.0, 3587.0, 3587.0, 3639.0, 3615.0, 3615.0, 3571.0, 3572.0, 3615.0, 3571.0, 3572.0, 3570.0, 3572.0, 3580.0, 3573.0, 3572.0, 3560.0, 3561.0, 3569.0, 3583.0, 3573.0, 3603.0, 3575.0, 3585.0, 3596.0, 3589.0, 3628.0, 3577.0, 3598.0, 3597.0, 3576.0, 3618.0, 3599.0, 3588.0, 3640.0, 3576.0, 3619.0, 3628.0, 3587.0, 3606.0, 3595.0, 3585.0, 3616.0, 3581.0, 3586.0, 3627.0, 3595.0, 3586.0, 3615.0, 3584.0, 3574.0, 3626.0, 3586.0, 3585.0, 3637.0, 3586.0, 3587.0, 3638.0, 3585.0, 3585.0, 3627.0, 3586.0, 3586.0, 3628.0, 3586.0, 3596.0, 3586.0, 3576.0, 3630.0, 3609.0, 3598.0, 3619.0, 3586.0, 3575.0, 3629.0, 3606.0, 3606.0, 3606.0, 3595.0, 3576.0, 3625.0, 3586.0, 3575.0, 3627.0, 3574.0, 3594.0, 3595.0, 3577.0, 3608.0, 3586.0, 3587.0, 3605.0, 3587.0, 3589.0, 3608.0, 3588.0, 3619.0, 3585.0, 3589.0, 3640.0, 3597.0, 3599.0, 3638.0, 3587.0, 3587.0, 3640.0, 3598.0, 3599.0, 3628.0, 3596.0, 3573.0, 3625.0, 3586.0, 3576.0, 3607.0, 3586.0, 3596.0, 3597.0, 3589.0, 3630.0, 3586.0, 3577.0, 3628.0, 3608.0, 3589.0, 3637.0, 3608.0, 3586.0, 3626.0, 3586.0, 3587.0, 3597.0, 3587.0, 3627.0, 3585.0, 3588.0, 3628.0, 3585.0, 3587.0, 3626.0, 3586.0, 3608.0, 3639.0, 3576.0, 3616.0, 3594.0, 3586.0, 3607.0, 3584.0, 3587.0, 3616.0, 3585.0, 3576.0, 3638.0, 3588.0, 3586.0, 3595.0, 3586.0, 3596.0, 3585.0, 3597.0, 3617.0, 3596.0, 3599.0, 3607.0, 3585.0, 3578.0, 3588.0, 3589.0, 3619.0, 3600.0, 3601.0, 3600.0, 3589.0, 3641.0, 3590.0, 3632.0, 3620.0, 3589.0, 3628.0, 3596.0, 3620.0, 3639.0, 3628.0, 3618.0, 3625.0, 3583.0, 3595.0, 3624.0, 3571.0, 3614.0, 3571.0, 3573.0, 3591.0, 3573.0, 3572.0, 3572.0, 3584.0, 3594.0, 3597.0, 3575.0, 3586.0, 3588.0, 3598.0, 3588.0, 3576.0, 3618.0, 3586.0, 3626.0, 3597.0, 3587.0, 3629.0, 3588.0, 3641.0, 3588.0, 3639.0, 3609.0, 3628.0, 3627.0, 3587.0, 3627.0, 3606.0, 3595.0, 3625.0, 3573.0, 3593.0, 3573.0, 3574.0, 3625.0, 3575.0, 3606.0, 3584.0, 3574.0, 3606.0, 3587.0, 3596.0, 3586.0, 3575.0, 3636.0, 3575.0, 3597.0, 3616.0, 3573.0, 3615.0, 3584.0, 3576.0, 3636.0, 3596.0, 3574.0, 3592.0, 3574.0, 3584.0, 3585.0, 3575.0, 3583.0, 3585.0, 3584.0, 3585.0, 3587.0, 3638.0, 3584.0, 3617.0, 3593.0, 3584.0, 3628.0, 3627.0, 3593.0, 3613.0, 3571.0, 3560.0, 3614.0, 3585.0, 3573.0, 3583.0, 3565.0, 3574.0, 3572.0, 3574.0, 3570.0, 3572.0, 3560.0, 3581.0, 3561.0, 3564.0, 3585.0, 3586.0, 3596.0, 3586.0, 3577.0, 3607.0, 3566.0, 3588.0, 3586.0, 3586.0, 3585.0, 3587.0, 3567.0, 3628.0, 3586.0, 3628.0, 3597.0, 3629.0, 3578.0, 3574.0, 3586.0, 3618.0, 3588.0, 3618.0, 3641.0, 3609.0, 3608.0, 3648.0, 3610.0, 3639.0, 3636.0, 3585.0, 3637.0, 3624.0, 3591.0, 3623.0, 3591.0, 3579.0, 3621.0, 3576.0, 3578.0, 3607.0, 3545.0, 3577.0, 3534.0, 3544.0, 3553.0, 3534.0, 3567.0, 3567.0, 3559.0, 3567.0, 3548.0, 3570.0, 3580.0, 3571.0, 3580.0, 3559.0, 3559.0, 3569.0, 3560.0], 'WindowWidth': [8250.0, 8284.0, 8184.0, 8202.0, 8172.0, 8169.0, 8162.0, 8167.0, 8179.0, 8170.0, 8237.0, 8165.0, 8211.0, 8138.0, 8137.0, 8122.0, 8142.0, 8138.0, 8142.0, 8211.0, 8160.0, 8201.0, 8142.0, 8182.0, 8141.0, 8158.0, 8139.0, 8143.0, 8199.0, 8143.0, 8196.0, 8146.0, 8186.0, 8159.0, 8156.0, 8159.0, 8145.0, 8140.0, 8158.0, 8228.0, 8143.0, 8192.0, 8154.0, 8145.0, 8183.0, 8161.0, 8179.0, 8162.0, 8168.0, 8144.0, 8172.0, 8166.0, 8194.0, 8183.0, 8205.0, 8149.0, 8206.0, 8174.0, 8176.0, 8232.0, 8184.0, 8161.0, 8203.0, 8123.0, 8149.0, 8133.0, 8132.0, 8182.0, 8120.0, 8155.0, 8132.0, 8138.0, 8158.0, 8136.0, 8145.0, 8210.0, 8141.0, 8143.0, 8139.0, 8143.0, 8182.0, 8162.0, 8148.0, 8143.0, 8160.0, 8200.0, 8181.0, 8166.0, 8220.0, 8145.0, 8202.0, 8150.0, 8188.0, 8231.0, 8170.0, 8200.0, 8148.0, 8158.0, 8227.0, 8187.0, 8199.0, 8207.0, 8150.0, 8194.0, 8205.0, 8136.0, 8179.0, 8129.0, 8129.0, 8197.0, 8134.0, 8119.0, 8115.0, 8116.0, 8140.0, 8120.0, 8137.0, 8139.0, 8141.0, 8139.0, 8144.0, 8215.0, 8149.0, 8202.0, 8145.0, 8202.0, 8197.0, 8139.0, 8193.0, 8131.0, 8212.0, 8198.0, 8193.0, 8169.0, 8131.0, 8184.0, 8153.0, 8124.0, 8182.0, 8093.0, 8136.0, 8134.0, 8106.0, 8130.0, 8105.0, 8088.0, 8086.0, 8111.0, 8107.0, 8112.0, 8114.0, 8093.0, 8128.0, 8160.0, 8132.0, 8119.0, 8116.0, 8119.0, 8171.0, 8133.0, 8133.0, 8188.0, 8126.0, 8172.0, 8121.0, 8120.0, 8154.0, 8101.0, 8145.0, 8110.0, 8129.0, 8158.0, 8121.0, 8136.0, 8133.0, 8133.0, 8188.0, 8124.0, 8143.0, 8156.0, 8140.0, 8203.0, 8117.0, 8129.0, 8158.0, 8131.0, 8183.0, 8113.0, 8131.0, 8200.0, 8102.0, 8172.0, 8106.0, 8112.0, 8170.0, 8130.0, 8115.0, 8110.0, 8114.0, 8140.0, 8132.0, 8123.0, 8120.0, 8138.0, 8150.0, 8128.0, 8154.0, 8157.0, 8146.0, 8155.0, 8161.0, 8220.0, 8162.0, 8201.0, 8155.0, 8182.0, 8176.0, 8116.0, 8188.0, 8132.0, 8193.0, 8138.0, 8196.0, 8143.0, 8196.0, 8159.0, 8212.0, 8165.0, 8206.0, 8129.0, 8146.0, 8204.0, 8115.0, 8168.0, 8108.0, 8115.0, 8185.0, 8115.0, 8125.0, 8108.0, 8109.0, 8137.0, 8120.0, 8116.0, 8132.0, 8116.0, 8129.0, 8159.0, 8167.0, 8144.0, 8157.0, 8168.0, 8145.0, 8200.0, 8147.0, 8187.0, 8162.0, 8184.0, 8159.0, 8157.0, 8185.0, 8195.0, 8177.0, 8209.0, 8230.0, 8143.0, 8237.0, 8194.0, 8162.0, 8187.0, 8114.0, 8140.0, 8213.0, 8175.0, 8157.0, 8107.0, 8115.0, 8140.0, 8115.0, 8120.0, 8112.0, 8117.0, 8144.0, 8138.0, 8150.0, 8137.0, 8139.0, 8192.0, 8136.0, 8160.0, 8204.0, 8143.0, 8191.0, 8182.0, 8101.0, 8148.0, 8126.0, 8149.0, 8163.0, 8119.0, 8119.0, 8150.0, 8144.0, 8169.0, 8142.0, 8179.0, 8155.0, 8143.0, 8198.0, 8126.0, 8208.0, 8128.0, 8183.0, 8164.0, 8125.0, 8214.0, 8146.0, 8188.0, 8140.0, 8144.0, 8186.0, 8140.0, 8144.0, 8122.0, 8124.0, 8144.0, 8115.0, 8124.0, 8135.0, 8100.0, 8146.0, 8109.0, 8108.0, 8135.0, 8128.0, 8118.0, 8126.0, 8117.0, 8123.0, 8143.0, 8143.0, 8149.0, 8137.0, 8165.0, 8121.0, 8136.0, 8207.0, 8124.0, 8180.0, 8154.0, 8131.0, 8184.0, 8141.0, 8141.0, 8183.0, 8093.0, 8136.0, 8194.0, 8111.0, 8126.0, 8106.0, 8106.0, 8123.0, 8128.0, 8117.0, 8155.0, 8115.0, 8129.0, 8108.0, 8134.0, 8157.0, 8115.0, 8133.0, 8188.0, 8132.0, 8140.0, 8208.0, 8145.0, 8139.0, 8189.0, 8134.0, 8139.0, 8193.0, 8119.0, 8178.0, 8129.0, 8142.0, 8165.0, 8129.0, 8131.0, 8179.0, 8129.0, 8118.0, 8208.0, 8148.0, 8121.0, 8117.0, 8138.0, 8172.0, 8160.0, 8144.0, 8210.0, 8138.0, 8140.0, 8208.0, 8128.0, 8175.0, 8197.0, 8129.0, 8182.0, 8152.0, 8155.0, 8181.0, 8124.0, 8155.0, 8163.0, 8142.0, 8190.0, 8169.0, 8158.0, 8197.0, 8155.0, 8168.0, 8219.0, 8147.0, 8187.0, 8155.0, 8147.0, 8232.0, 8166.0, 8164.0, 8217.0, 8126.0, 8197.0, 8153.0, 8160.0, 8214.0, 8155.0, 8184.0, 8146.0, 8155.0, 8183.0, 8139.0, 8153.0, 8205.0, 8133.0, 8141.0, 8230.0, 8126.0, 8154.0, 8133.0, 8139.0, 8177.0, 8141.0, 8128.0, 8154.0, 8143.0, 8172.0, 8162.0, 8173.0, 8170.0, 8224.0, 8153.0, 8217.0, 8147.0, 8207.0, 8232.0, 8204.0, 8235.0, 8171.0, 8166.0, 8206.0, 8152.0, 8165.0, 8180.0, 8107.0, 8140.0, 8161.0, 8092.0, 8108.0, 8110.0, 8095.0, 8091.0, 8098.0, 8117.0, 8131.0, 8132.0, 8136.0, 8126.0, 8203.0, 8147.0, 8169.0, 8155.0, 8142.0, 8208.0, 8149.0, 8181.0, 8129.0, 8116.0, 8201.0, 8143.0, 8157.0, 8171.0, 8099.0, 8197.0, 8117.0, 8114.0, 8116.0, 8119.0, 8125.0, 8119.0, 8142.0, 8129.0, 8116.0, 8167.0, 8115.0, 8143.0, 8171.0, 8131.0, 8152.0, 8096.0, 8111.0, 8105.0, 8126.0, 8128.0, 8113.0, 8112.0, 8125.0, 8106.0, 8131.0, 8120.0, 8144.0, 8120.0, 8139.0, 8135.0, 8140.0, 8190.0, 8120.0, 8138.0, 8205.0, 8116.0, 8177.0, 8109.0, 8109.0, 8151.0, 8097.0, 8113.0, 8152.0, 8096.0, 8109.0, 8106.0, 8102.0, 8112.0, 8128.0, 8116.0, 8157.0, 8123.0, 8137.0, 8148.0, 8136.0, 8148.0, 8152.0, 8142.0, 8176.0, 8122.0, 8179.0, 8145.0, 8123.0, 8166.0, 8145.0, 8149.0, 8186.0, 8118.0, 8137.0, 8167.0, 8145.0, 8199.0, 8143.0, 8198.0, 8148.0, 8202.0, 8136.0, 8153.0, 8210.0, 8123.0, 8168.0, 8193.0, 8121.0, 8206.0, 8122.0, 8168.0, 8147.0, 8174.0, 8176.0, 8197.0, 8132.0, 8157.0, 8227.0, 8127.0, 8193.0, 8123.0, 8150.0, 8186.0, 8118.0, 8185.0, 8098.0, 8169.0, 8121.0, 8115.0, 8202.0, 8137.0, 8121.0, 8158.0, 8088.0, 8105.0, 8101.0, 8110.0, 8105.0, 8112.0, 8109.0, 8132.0, 8123.0, 8149.0, 8126.0, 8158.0, 8130.0, 8118.0, 8134.0, 8137.0, 8190.0, 8138.0, 8168.0, 8147.0, 8167.0, 8141.0, 8135.0, 8197.0, 8140.0, 8206.0, 8121.0, 8190.0, 8114.0, 8134.0, 8189.0, 8145.0, 8204.0, 8136.0, 8162.0, 8121.0, 8122.0, 8144.0, 8117.0, 8186.0, 8122.0, 8134.0, 8116.0, 8117.0, 8115.0, 8143.0, 8184.0, 8142.0, 8180.0, 8122.0, 8158.0, 8140.0, 8160.0, 8139.0, 8127.0, 8117.0, 8120.0, 8133.0, 8117.0, 8141.0, 8140.0, 8210.0, 8173.0, 8171.0, 8106.0, 8111.0, 8169.0, 8107.0, 8109.0, 8103.0, 8109.0, 8117.0, 8113.0, 8110.0, 8092.0, 8094.0, 8104.0, 8127.0, 8115.0, 8154.0, 8121.0, 8132.0, 8150.0, 8145.0, 8196.0, 8127.0, 8157.0, 8152.0, 8125.0, 8182.0, 8160.0, 8144.0, 8214.0, 8123.0, 8184.0, 8193.0, 8139.0, 8164.0, 8145.0, 8134.0, 8173.0, 8125.0, 8138.0, 8192.0, 8145.0, 8137.0, 8170.0, 8130.0, 8121.0, 8189.0, 8136.0, 8134.0, 8204.0, 8136.0, 8142.0, 8207.0, 8135.0, 8136.0, 8191.0, 8136.0, 8138.0, 8194.0, 8138.0, 8152.0, 8138.0, 8126.0, 8202.0, 8173.0, 8157.0, 8183.0, 8138.0, 8124.0, 8199.0, 8164.0, 8165.0, 8162.0, 8149.0, 8122.0, 8187.0, 8138.0, 8121.0, 8191.0, 8119.0, 8144.0, 8144.0, 8125.0, 8170.0, 8136.0, 8140.0, 8160.0, 8141.0, 8147.0, 8170.0, 8145.0, 8186.0, 8136.0, 8148.0, 8215.0, 8155.0, 8159.0, 8209.0, 8139.0, 8141.0, 8215.0, 8159.0, 8158.0, 8194.0, 8150.0, 8117.0, 8186.0, 8137.0, 8125.0, 8165.0, 8138.0, 8150.0, 8156.0, 8149.0, 8200.0, 8140.0, 8128.0, 8194.0, 8170.0, 8149.0, 8208.0, 8170.0, 8138.0, 8191.0, 8139.0, 8142.0, 8153.0, 8140.0, 8193.0, 8135.0, 8144.0, 8196.0, 8135.0, 8140.0, 8188.0, 8138.0, 8172.0, 8213.0, 8126.0, 8177.0, 8145.0, 8139.0, 8167.0, 8134.0, 8140.0, 8177.0, 8136.0, 8124.0, 8207.0, 8144.0, 8138.0, 8149.0, 8138.0, 8151.0, 8132.0, 8154.0, 8181.0, 8154.0, 8161.0, 8168.0, 8138.0, 8129.0, 8141.0, 8148.0, 8187.0, 8163.0, 8168.0, 8164.0, 8149.0, 8218.0, 8154.0, 8209.0, 8190.0, 8145.0, 8196.0, 8151.0, 8188.0, 8215.0, 8195.0, 8180.0, 8187.0, 8128.0, 8147.0, 8183.0, 8109.0, 8168.0, 8106.0, 8115.0, 8135.0, 8115.0, 8113.0, 8111.0, 8132.0, 8147.0, 8157.0, 8125.0, 8140.0, 8143.0, 8156.0, 8145.0, 8127.0, 8184.0, 8139.0, 8193.0, 8152.0, 8140.0, 8198.0, 8142.0, 8216.0, 8144.0, 8210.0, 8171.0, 8195.0, 8189.0, 8139.0, 8191.0, 8162.0, 8146.0, 8183.0, 8115.0, 8139.0, 8114.0, 8119.0, 8186.0, 8120.0, 8160.0, 8131.0, 8118.0, 8163.0, 8142.0, 8150.0, 8138.0, 8120.0, 8200.0, 8121.0, 8152.0, 8175.0, 8117.0, 8170.0, 8130.0, 8121.0, 8201.0, 8149.0, 8118.0, 8139.0, 8118.0, 8129.0, 8132.0, 8119.0, 8129.0, 8132.0, 8129.0, 8132.0, 8141.0, 8208.0, 8130.0, 8176.0, 8140.0, 8130.0, 8195.0, 8189.0, 8140.0, 8165.0, 8106.0, 8092.0, 8169.0, 8134.0, 8116.0, 8129.0, 8109.0, 8116.0, 8109.0, 8115.0, 8104.0, 8110.0, 8092.0, 8120.0, 8095.0, 8103.0, 8135.0, 8139.0, 8150.0, 8137.0, 8126.0, 8166.0, 8113.0, 8139.0, 8134.0, 8134.0, 8133.0, 8143.0, 8115.0, 8196.0, 8137.0, 8193.0, 8153.0, 8196.0, 8132.0, 8120.0, 8136.0, 8184.0, 8143.0, 8186.0, 8219.0, 8172.0, 8172.0, 8226.0, 8175.0, 8214.0, 8204.0, 8133.0, 8204.0, 8180.0, 8133.0, 8179.0, 8131.0, 8113.0, 8170.0, 8104.0, 8109.0, 8147.0, 8061.0, 8105.0, 8047.0, 8061.0, 8070.0, 8048.0, 8096.0, 8095.0, 8087.0, 8096.0, 8073.0, 8103.0, 8120.0, 8110.0, 8118.0, 8089.0, 8088.0, 8100.0, 8093.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.003964323790720632</td></tr>
<tr><td colspan=3>aqi</td><td>0.032888269200394865</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.39749582009887</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2060665885177864</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0572435150691695</td></tr>
<tr><td colspan=3>efc</td><td>0.4537</td></tr>
<tr><td colspan=3>fber</td><td>6177.5664</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11880982009211387</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>109</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.760118460019743</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3751999884556247</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2978747633962144</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5559585754248353</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2717666265458245</td></tr>
<tr><td colspan=3>gcor</td><td>0.00810486</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016661569476127625</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029789218679070473</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1013</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.144138624820669</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>28.9463</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.6414</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>135.8725</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308145.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>635.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>270.1589</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7491</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>439.622</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2894.5334</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3029.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68399.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1174.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3759.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>730.9065</td></tr>
<tr><td colspan=3>tsnr</td><td>33.857187420129776</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>