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

616 lines
No EOL
143 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-0104_ses-04_task-fractional_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0104_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0104_suffix-bold_task-fractional" 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-0104/figures/sub-0104_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0104_suffix-bold_task-fractional" 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-0104/figures/sub-0104_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0104_suffix-bold_task-fractional" 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-0104/figures/sub-0104_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0104_suffix-bold_task-fractional" 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-0104/figures/sub-0104_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0104_suffix-bold_task-fractional" 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-0104/figures/sub-0104_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0104_suffix-bold_task-fractional" 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-0104/figures/sub-0104_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0104_suffix-bold_task-fractional" 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-0104/figures/sub-0104_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0104/figures/sub-0104_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0104/ses-04/func/sub-0104_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>fad2f4d05014fa52865d10b0dde8fc5a</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>11:04:20.650000</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.999177, -0.0398778, 0.00747922, 0.0396071, 0.998657, 0.0333893]</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-01_task-fractional_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.112904</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4204, -7781, -7196, 393, -191, -136, -32, 92]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</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>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>266.607</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6c78b6e6-4fb1-4dd0-842b-1c5f560ea7c7||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.680717706680298, 0.10626296699047089, 0.023761793971061707, 107.3648910522461], [0.10698911547660828, 2.6793246269226074, 0.08927701413631439, -109.53044128417969], [0.020066192373633385, -0.08958100527524948, 2.6984190940856934, -57.954261779785156], [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, 1322]</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, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['110420.650000', '110421.110000', '110421.570000', '110422.030000', '110422.490000', '110422.950000', '110423.410000', '110423.870000', '110424.330000', '110424.790000', '110425.250000', '110425.710000', '110426.170000', '110426.630000', '110427.090000', '110427.550000', '110428.010000', '110428.470000', '110428.930000', '110429.390000', '110429.850000', '110430.310000', '110430.770000', '110431.230000', '110431.690000', '110432.150000', '110432.610000', '110433.070000', '110433.530000', '110433.990000', '110434.450000', '110434.910000', '110435.370000', '110435.830000', '110436.290000', '110436.750000', '110437.210000', '110437.670000', '110438.130000', '110438.590000', '110439.050000', '110439.510000', '110439.970000', '110440.430000', '110440.890000', '110441.350000', '110441.810000', '110442.270000', '110442.730000', '110443.190000', '110443.650000', '110444.110000', '110444.570000', '110445.030000', '110445.490000', '110445.950000', '110446.410000', '110446.870000', '110447.330000', '110447.790000', '110448.250000', '110448.710000', '110449.170000', '110449.630000', '110450.090000', '110450.550000', '110451.010000', '110451.470000', '110451.930000', '110452.390000', '110452.850000', '110453.310000', '110453.770000', '110454.230000', '110454.690000', '110455.150000', '110455.610000', '110456.070000', '110456.530000', '110456.990000', '110457.450000', '110457.910000', '110458.370000', '110458.830000', '110459.290000', '110459.750000', '110500.210000', '110500.670000', '110501.130000', '110501.590000', '110502.050000', '110502.510000', '110502.970000', '110503.430000', '110503.890000', '110504.350000', '110504.810000', '110505.270000', '110505.730000', '110506.190000', '110506.650000', '110507.110000', '110507.570000', '110508.030000', '110508.490000', '110508.950000', '110509.410000', '110509.870000', '110510.330000', '110510.790000', '110511.250000', '110511.710000', '110512.170000', '110512.630000', '110513.090000', '110513.550000', '110514.010000', '110514.470000', '110514.930000', '110515.390000', '110515.850000', '110516.310000', '110516.770000', '110517.230000', '110517.690000', '110518.150000', '110518.610000', '110519.070000', '110519.530000', '110519.990000', '110520.450000', '110520.910000', '110521.370000', '110521.830000', '110522.290000', '110522.750000', '110523.210000', '110523.670000', '110524.130000', '110524.590000', '110525.050000', '110525.510000', '110525.970000', '110526.430000', '110526.890000', '110527.350000', '110527.810000', '110528.270000', '110528.730000', '110529.190000', '110529.650000', '110530.110000', '110530.570000', '110531.030000', '110531.490000', '110531.950000', '110532.410000', '110532.870000', '110533.330000', '110533.790000', '110534.250000', '110534.710000', '110535.170000', '110535.630000', '110536.090000', '110536.550000', '110537.010000', '110537.470000', '110537.930000', '110538.390000', '110538.850000', '110539.310000', '110539.770000', '110540.230000', '110540.690000', '110541.150000', '110541.610000', '110542.070000', '110542.530000', '110542.990000', '110543.450000', '110543.910000', '110544.370000', '110544.830000', '110545.290000', '110545.750000', '110546.210000', '110546.670000', '110547.130000', '110547.590000', '110548.050000', '110548.510000', '110548.970000', '110549.430000', '110549.890000', '110550.350000', '110550.810000', '110551.270000', '110551.730000', '110552.190000', '110552.650000', '110553.110000', '110553.570000', '110554.030000', '110554.490000', '110554.950000', '110555.410000', '110555.870000', '110556.330000', '110556.790000', '110557.250000', '110557.710000', '110558.170000', '110558.630000', '110559.090000', '110559.550000', '110600.010000', '110600.470000', '110600.930000', '110601.390000', '110601.850000', '110602.310000', '110602.770000', '110603.230000', '110603.690000', '110604.150000', '110604.610000', '110605.070000', '110605.530000', '110605.990000', '110606.450000', '110606.910000', '110607.370000', '110607.830000', '110608.290000', '110608.750000', '110609.210000', '110609.670000', '110610.130000', '110610.590000', '110611.050000', '110611.510000', '110611.970000', '110612.430000', '110612.890000', '110613.350000', '110613.810000', '110614.270000', '110614.730000', '110615.190000', '110615.650000', '110616.110000', '110616.570000', '110617.030000', '110617.490000', '110617.950000', '110618.410000', '110618.870000', '110619.330000', '110619.790000', '110620.250000', '110620.710000', '110621.170000', '110621.630000', '110622.090000', '110622.550000', '110623.010000', '110623.470000', '110623.930000', '110624.390000', '110624.850000', '110625.310000', '110625.770000', '110626.230000', '110626.690000', '110627.150000', '110627.610000', '110628.070000', '110628.530000', '110628.990000', '110629.450000', '110629.910000', '110630.370000', '110630.830000', '110631.290000', '110631.750000', '110632.210000', '110632.670000', '110633.130000', '110633.590000', '110634.050000', '110634.510000', '110634.970000', '110635.430000', '110635.890000', '110636.350000', '110636.810000', '110637.270000', '110637.730000', '110638.190000', '110638.650000', '110639.110000', '110639.570000', '110640.030000', '110640.490000', '110640.950000', '110641.410000', '110641.870000', '110642.330000', '110642.790000', '110643.250000', '110643.710000', '110644.170000', '110644.630000', '110645.090000', '110645.550000', '110646.010000', '110646.470000', '110646.930000', '110647.390000', '110647.850000', '110648.310000', '110648.770000', '110649.230000', '110649.690000', '110650.150000', '110650.610000', '110651.070000', '110651.530000', '110651.990000', '110652.450000', '110652.910000', '110653.370000', '110653.830000', '110654.290000', '110654.750000', '110655.210000', '110655.670000', '110656.130000', '110656.590000', '110657.050000', '110657.510000', '110657.970000', '110658.430000', '110658.890000', '110659.350000', '110659.810000', '110700.270000', '110700.730000', '110701.190000', '110701.650000', '110702.110000', '110702.570000', '110703.030000', '110703.490000', '110703.950000', '110704.410000', '110704.870000', '110705.330000', '110705.790000', '110706.250000', '110706.710000', '110707.170000', '110707.630000', '110708.090000', '110708.550000', '110709.010000', '110709.470000', '110709.930000', '110710.390000', '110710.850000', '110711.310000', '110711.770000', '110712.230000', '110712.690000', '110713.150000', '110713.610000', '110714.070000', '110714.530000', '110714.990000', '110715.450000', '110715.910000', '110716.370000', '110716.830000', '110717.290000', '110717.750000', '110718.210000', '110718.670000', '110719.130000', '110719.590000', '110720.050000', '110720.510000', '110720.970000', '110721.430000', '110721.890000', '110722.350000', '110722.810000', '110723.270000', '110723.730000', '110724.190000', '110724.650000', '110725.110000', '110725.570000', '110726.030000', '110726.490000', '110726.950000', '110727.410000', '110727.870000', '110728.330000', '110728.790000', '110729.250000', '110729.710000', '110730.170000', '110730.630000', '110731.090000', '110731.550000', '110732.010000', '110732.470000', '110732.930000', '110733.390000', '110733.850000', '110734.310000', '110734.770000', '110735.230000', '110735.690000', '110736.150000', '110736.610000', '110737.070000', '110737.530000', '110737.990000', '110738.450000', '110738.910000', '110739.370000', '110739.830000', '110740.290000', '110740.750000', '110741.210000', '110741.670000', '110742.130000', '110742.590000', '110743.050000', '110743.510000', '110743.970000', '110744.430000', '110744.890000', '110745.350000', '110745.810000', '110746.270000', '110746.730000', '110747.190000', '110747.650000', '110748.110000', '110748.570000', '110749.030000', '110749.490000', '110749.950000', '110750.410000', '110750.870000', '110751.330000', '110751.790000', '110752.250000', '110752.710000', '110753.170000', '110753.630000', '110754.090000', '110754.550000', '110755.010000', '110755.470000', '110755.930000', '110756.390000', '110756.850000', '110757.310000', '110757.770000', '110758.230000', '110758.690000', '110759.150000', '110759.610000', '110800.070000', '110800.530000', '110800.990000', '110801.450000', '110801.910000', '110802.370000', '110802.830000', '110803.290000', '110803.750000', '110804.210000', '110804.670000', '110805.130000', '110805.590000', '110806.050000', '110806.510000', '110806.970000', '110807.430000', '110807.890000', '110808.350000', '110808.810000', '110809.270000', '110809.730000', '110810.190000', '110810.650000', '110811.110000', '110811.570000', '110812.030000', '110812.490000', '110812.950000', '110813.410000', '110813.870000', '110814.330000', '110814.790000', '110815.250000', '110815.710000', '110816.170000', '110816.630000', '110817.090000', '110817.550000', '110818.010000', '110818.470000', '110818.930000', '110819.390000', '110819.850000', '110820.310000', '110820.770000', '110821.230000', '110821.690000', '110822.150000', '110822.610000', '110823.070000', '110823.530000', '110823.990000', '110824.450000', '110824.910000', '110825.370000', '110825.830000', '110826.290000', '110826.750000', '110827.210000', '110827.670000', '110828.130000', '110828.590000', '110829.050000', '110829.510000', '110829.970000', '110830.430000', '110830.890000', '110831.350000', '110831.810000', '110832.270000', '110832.730000', '110833.190000', '110833.650000', '110834.110000', '110834.570000', '110835.030000', '110835.490000', '110835.950000', '110836.410000', '110836.870000', '110837.330000', '110837.790000', '110838.250000', '110838.710000', '110839.170000', '110839.630000', '110840.090000', '110840.550000', '110841.010000', '110841.470000', '110841.930000', '110842.390000', '110842.850000', '110843.310000', '110843.770000', '110844.230000', '110844.690000', '110845.150000', '110845.610000', '110846.070000', '110846.530000', '110846.990000', '110847.450000', '110847.910000', '110848.370000', '110848.830000', '110849.290000', '110849.750000', '110850.210000', '110850.670000', '110851.130000', '110851.590000', '110852.050000', '110852.510000', '110852.970000', '110853.430000', '110853.890000', '110854.350000', '110854.810000', '110855.270000', '110855.730000', '110856.190000', '110856.650000', '110857.110000', '110857.570000', '110858.030000', '110858.490000', '110858.950000', '110859.410000', '110859.870000', '110900.330000', '110900.790000', '110901.250000', '110901.710000', '110902.170000', '110902.630000', '110903.090000', '110903.550000', '110904.010000', '110904.470000', '110904.930000', '110905.390000', '110905.850000', '110906.310000', '110906.770000', '110907.230000', '110907.690000', '110908.150000', '110908.610000', '110909.070000', '110909.530000', '110909.990000', '110910.450000', '110910.910000', '110911.370000', '110911.830000', '110912.290000', '110912.750000', '110913.210000', '110913.670000', '110914.130000', '110914.590000', '110915.050000', '110915.510000', '110915.970000', '110916.430000', '110916.890000', '110917.350000', '110917.810000', '110918.270000', '110918.730000', '110919.190000', '110919.650000', '110920.110000', '110920.570000', '110921.030000', '110921.490000', '110921.950000', '110922.410000', '110922.870000', '110923.330000', '110923.790000', '110924.250000', '110924.710000', '110925.170000', '110925.630000', '110926.090000', '110926.550000', '110927.010000', '110927.470000', '110927.930000', '110928.390000', '110928.850000', '110929.310000', '110929.770000', '110930.230000', '110930.690000', '110931.150000', '110931.610000', '110932.070000', '110932.530000', '110932.990000', '110933.450000', '110933.910000', '110934.370000', '110934.830000', '110935.290000', '110935.750000', '110936.210000', '110936.670000', '110937.130000', '110937.590000', '110938.050000', '110938.510000', '110938.970000', '110939.430000', '110939.890000', '110940.350000', '110940.810000', '110941.270000', '110941.730000', '110942.190000', '110942.650000', '110943.110000', '110943.570000', '110944.030000', '110944.490000', '110944.950000', '110945.410000', '110945.870000', '110946.330000', '110946.790000', '110947.250000', '110947.710000', '110948.170000', '110948.630000', '110949.090000', '110949.550000', '110950.010000', '110950.470000', '110950.930000', '110951.390000', '110951.850000', '110952.310000', '110952.770000', '110953.230000', '110953.690000', '110954.150000', '110954.610000', '110955.070000', '110955.530000', '110955.990000', '110956.450000', '110956.910000', '110957.370000', '110957.830000', '110958.290000', '110958.750000', '110959.210000', '110959.670000', '111000.130000', '111000.590000', '111001.050000', '111001.510000', '111001.970000', '111002.430000', '111002.890000', '111003.350000', '111003.810000', '111004.270000', '111004.730000', '111005.190000', '111005.650000', '111006.110000', '111006.570000', '111007.030000', '111007.490000', '111007.950000', '111008.410000', '111008.870000', '111009.330000', '111009.790000', '111010.250000', '111010.710000', '111011.170000', '111011.630000', '111012.090000', '111012.550000', '111013.010000', '111013.470000', '111013.930000', '111014.390000', '111014.850000', '111015.310000', '111015.770000', '111016.230000', '111016.690000', '111017.150000', '111017.610000', '111018.070000', '111018.530000', '111018.990000', '111019.450000', '111019.910000', '111020.370000', '111020.830000', '111021.290000', '111021.750000', '111022.210000', '111022.670000', '111023.130000', '111023.590000', '111024.050000', '111024.510000', '111024.970000', '111025.430000', '111025.890000', '111026.350000', '111026.810000', '111027.270000', '111027.730000', '111028.190000', '111028.650000', '111029.110000', '111029.570000', '111030.030000', '111030.490000', '111030.950000', '111031.410000', '111031.870000', '111032.330000', '111032.790000', '111033.250000', '111033.710000', '111034.170000', '111034.630000', '111035.090000', '111035.550000', '111036.010000', '111036.470000', '111036.930000', '111037.390000', '111037.850000', '111038.310000', '111038.770000', '111039.230000', '111039.690000', '111040.150000', '111040.610000', '111041.070000', '111041.530000', '111041.990000', '111042.450000', '111042.910000', '111043.370000', '111043.830000', '111044.290000', '111044.750000', '111045.210000', '111045.670000', '111046.130000', '111046.590000', '111047.050000', '111047.510000', '111047.970000', '111048.430000', '111048.890000', '111049.350000', '111049.810000', '111050.270000', '111050.730000', '111051.190000', '111051.650000', '111052.110000', '111052.570000', '111053.030000', '111053.490000', '111053.950000', '111054.410000', '111054.870000', '111055.330000', '111055.790000', '111056.250000', '111056.710000', '111057.170000', '111057.630000', '111058.090000', '111058.550000', '111059.010000', '111059.470000', '111059.930000', '111100.390000', '111100.850000', '111101.310000', '111101.770000', '111102.230000', '111102.690000', '111103.150000', '111103.610000', '111104.070000', '111104.530000', '111104.990000', '111105.450000', '111105.910000', '111106.370000', '111106.830000', '111107.290000', '111107.750000', '111108.210000', '111108.670000', '111109.130000', '111109.590000', '111110.050000', '111110.510000', '111110.970000', '111111.430000', '111111.890000', '111112.350000', '111112.810000', '111113.270000', '111113.730000', '111114.190000', '111114.650000', '111115.110000', '111115.570000', '111116.030000', '111116.490000', '111116.950000', '111117.410000', '111117.870000', '111118.330000', '111118.790000', '111119.250000', '111119.710000', '111120.170000', '111120.630000', '111121.090000', '111121.550000', '111122.010000', '111122.470000', '111122.930000', '111123.390000', '111123.850000', '111124.310000', '111124.770000', '111125.230000', '111125.690000', '111126.150000', '111126.610000', '111127.070000', '111127.530000', '111127.990000', '111128.450000', '111128.910000', '111129.370000', '111129.830000', '111130.290000', '111130.750000', '111131.210000', '111131.670000', '111132.130000', '111132.590000', '111133.050000', '111133.510000', '111133.970000', '111134.430000', '111134.890000', '111135.350000', '111135.810000', '111136.270000', '111136.730000', '111137.190000', '111137.650000', '111138.110000', '111138.570000', '111139.030000', '111139.490000', '111139.950000', '111140.410000', '111140.870000', '111141.330000', '111141.790000', '111142.250000', '111142.710000', '111143.170000', '111143.630000', '111144.090000', '111144.550000', '111145.010000', '111145.470000', '111145.930000', '111146.390000', '111146.850000', '111147.310000', '111147.770000', '111148.230000', '111148.690000', '111149.150000', '111149.610000', '111150.070000', '111150.530000', '111150.990000', '111151.450000', '111151.910000', '111152.370000', '111152.830000', '111153.290000', '111153.750000', '111154.210000', '111154.670000', '111155.130000', '111155.590000', '111156.050000', '111156.510000', '111156.970000', '111157.430000', '111157.890000', '111158.350000', '111158.810000', '111159.270000', '111159.730000', '111200.190000', '111200.650000', '111201.110000', '111201.570000', '111202.030000', '111202.490000', '111202.950000', '111203.410000', '111203.870000', '111204.330000', '111204.790000', '111205.250000', '111205.710000', '111206.170000', '111206.630000', '111207.090000', '111207.550000', '111208.010000', '111208.470000', '111208.930000', '111209.390000', '111209.850000', '111210.310000', '111210.770000', '111211.230000', '111211.690000', '111212.150000', '111212.610000', '111213.070000', '111213.530000', '111213.990000', '111214.450000', '111214.910000', '111215.370000', '111215.830000', '111216.290000', '111216.750000', '111217.210000', '111217.670000', '111218.130000', '111218.590000', '111219.050000', '111219.510000', '111219.970000', '111220.430000', '111220.890000', '111221.350000', '111221.810000', '111222.270000', '111222.730000', '111223.190000', '111223.650000', '111224.110000', '111224.570000', '111225.030000', '111225.490000', '111225.950000', '111226.410000', '111226.870000', '111227.330000', '111227.790000', '111228.250000', '111228.710000', '111229.170000', '111229.630000', '111230.090000', '111230.550000', '111231.010000', '111231.470000', '111231.930000', '111232.390000', '111232.850000', '111233.310000', '111233.770000', '111234.230000', '111234.690000', '111235.150000', '111235.610000', '111236.070000', '111236.530000', '111236.990000', '111237.450000', '111237.910000', '111238.370000', '111238.830000', '111239.290000', '111239.750000', '111240.210000', '111240.670000', '111241.130000', '111241.590000', '111242.050000', '111242.510000', '111242.970000', '111243.430000', '111243.890000', '111244.350000', '111244.810000', '111245.270000', '111245.730000', '111246.190000', '111246.650000', '111247.110000', '111247.570000', '111248.030000', '111248.490000', '111248.950000', '111249.410000', '111249.870000', '111250.330000', '111250.790000', '111251.250000', '111251.710000', '111252.170000', '111252.630000', '111253.090000', '111253.550000', '111254.010000', '111254.470000', '111254.930000', '111255.390000', '111255.850000', '111256.310000', '111256.770000', '111257.230000', '111257.690000', '111258.150000', '111258.610000', '111259.070000', '111259.530000', '111259.990000', '111300.450000', '111300.910000', '111301.370000', '111301.830000', '111302.290000', '111302.750000', '111303.210000', '111303.670000', '111304.130000', '111304.590000', '111305.050000', '111305.510000', '111305.970000', '111306.430000', '111306.890000', '111307.350000', '111307.810000', '111308.270000', '111308.730000', '111309.190000', '111309.650000', '111310.110000', '111310.570000', '111311.030000', '111311.490000', '111311.950000', '111312.410000', '111312.870000', '111313.330000', '111313.790000', '111314.250000', '111314.710000', '111315.170000', '111315.630000', '111316.090000', '111316.550000', '111317.010000', '111317.470000', '111317.930000', '111318.390000', '111318.850000', '111319.310000', '111319.770000', '111320.230000', '111320.690000', '111321.150000', '111321.610000', '111322.070000', '111322.530000', '111322.990000', '111323.450000', '111323.910000', '111324.370000', '111324.830000', '111325.290000', '111325.750000', '111326.210000', '111326.670000', '111327.130000', '111327.590000', '111328.050000', '111328.510000', '111328.970000', '111329.430000', '111329.890000', '111330.350000', '111330.810000', '111331.270000', '111331.730000', '111332.190000', '111332.650000', '111333.110000', '111333.570000', '111334.030000', '111334.490000', '111334.950000', '111335.410000', '111335.870000', '111336.330000', '111336.790000', '111337.250000', '111337.710000', '111338.170000', '111338.630000', '111339.090000', '111339.550000', '111340.010000', '111340.470000', '111340.930000', '111341.390000', '111341.850000', '111342.310000', '111342.770000', '111343.230000', '111343.690000', '111344.150000', '111344.610000', '111345.070000', '111345.530000', '111345.990000', '111346.450000', '111346.910000', '111347.370000', '111347.830000', '111348.290000', '111348.750000', '111349.210000', '111349.670000', '111350.130000', '111350.590000', '111351.050000', '111351.510000', '111351.970000', '111352.430000', '111352.890000', '111353.350000', '111353.810000', '111354.270000', '111354.730000', '111355.190000', '111355.650000', '111356.110000', '111356.570000', '111357.030000', '111357.490000', '111357.950000', '111358.410000', '111358.870000', '111359.330000', '111359.790000', '111400.250000', '111400.710000', '111401.170000', '111401.630000', '111402.090000', '111402.550000', '111403.010000', '111403.470000', '111403.930000', '111404.390000', '111404.850000', '111405.310000', '111405.770000', '111406.230000', '111406.690000', '111407.150000', '111407.610000', '111408.070000', '111408.530000', '111408.990000', '111409.450000', '111409.910000', '111410.370000', '111410.830000', '111411.290000', '111411.750000', '111412.210000', '111412.670000', '111413.130000', '111413.590000', '111414.050000', '111414.510000', '111414.970000', '111415.430000', '111415.890000', '111416.350000', '111416.810000', '111417.270000', '111417.730000', '111418.190000', '111418.650000', '111419.110000', '111419.570000', '111420.030000', '111420.490000', '111420.950000', '111421.410000', '111421.870000', '111422.330000', '111422.790000', '111423.250000', '111423.710000', '111424.170000', '111424.630000', '111425.090000', '111425.550000', '111426.010000', '111426.470000', '111426.930000', '111427.390000', '111427.850000', '111428.310000'], 'ContentTime': ['110434.006000', '110434.009000', '110434.011000', '110434.014000', '110434.016000', '110434.019000', '110434.021000', '110434.033000', '110434.036000', '110434.038000', '110434.041000', '110434.044000', '110434.046000', '110434.049000', '110434.051000', '110434.054000', '110434.056000', '110434.059000', '110434.061000', '110434.064000', '110434.067000', '110434.069000', '110434.072000', '110434.074000', '110434.079000', '110434.082000', '110434.084000', '110453.966000', '110453.969000', '110453.972000', '110453.974000', '110453.977000', '110453.979000', '110453.982000', '110453.985000', '110453.987000', '110453.998000', '110454.000000', '110454.003000', '110454.005000', '110454.008000', '110454.010000', '110454.013000', '110454.015000', '110454.018000', '110454.021000', '110454.023000', '110454.026000', '110454.028000', '110454.031000', '110454.033000', '110454.036000', '110454.038000', '110454.041000', '110454.043000', '110454.056000', '110454.059000', '110454.061000', '110454.064000', '110454.066000', '110454.069000', '110454.071000', '110454.074000', '110454.076000', '110454.079000', '110454.082000', '110454.084000', '110454.087000', '110454.089000', '110454.092000', '110454.095000', '110513.966000', '110513.969000', '110513.972000', '110513.974000', '110513.977000', '110513.979000', '110513.982000', '110513.985000', '110513.987000', '110513.990000', '110513.992000', '110513.995000', '110513.997000', '110514.001000', '110514.004000', '110514.006000', '110514.009000', '110514.011000', '110514.014000', '110514.017000', '110514.019000', '110514.022000', '110514.024000', '110514.027000', '110514.029000', '110514.032000', '110514.034000', '110514.037000', '110514.039000', '110514.042000', '110514.045000', '110514.047000', '110514.050000', '110514.052000', '110514.065000', '110514.067000', '110514.070000', '110514.073000', '110514.075000', '110514.078000', '110514.080000', '110514.083000', '110514.085000', '110533.967000', '110533.969000', '110533.972000', '110533.974000', '110533.977000', '110533.980000', '110533.982000', '110533.985000', '110533.987000', '110533.990000', '110533.992000', '110533.995000', '110533.998000', '110534.001000', '110534.004000', '110534.007000', '110534.009000', '110534.012000', '110534.015000', '110534.017000', '110534.020000', '110534.022000', '110534.025000', '110534.027000', '110534.030000', '110534.033000', '110534.035000', '110534.038000', '110534.040000', '110534.043000', '110534.045000', '110534.048000', '110534.051000', '110534.053000', '110534.056000', '110534.058000', '110534.061000', '110534.063000', '110534.066000', '110534.069000', '110534.071000', '110534.074000', '110534.076000', '110534.079000', '110553.967000', '110553.969000', '110553.972000', '110553.974000', '110553.977000', '110553.980000', '110553.982000', '110553.985000', '110553.987000', '110553.990000', '110553.992000', '110553.995000', '110553.998000', '110554.001000', '110554.004000', '110554.006000', '110554.009000', '110554.011000', '110554.014000', '110554.016000', '110554.019000', '110554.022000', '110554.024000', '110554.027000', '110554.029000', '110554.032000', '110554.034000', '110554.037000', '110554.040000', '110554.042000', '110554.045000', '110554.047000', '110554.050000', '110554.052000', '110554.055000', '110554.057000', '110554.060000', '110554.062000', '110554.065000', '110554.068000', '110554.070000', '110554.073000', '110554.075000', '110613.967000', '110613.970000', '110613.973000', '110613.975000', '110613.978000', '110613.980000', '110613.983000', '110613.986000', '110613.988000', '110613.991000', '110613.993000', '110613.996000', '110613.998000', '110614.001000', '110614.003000', '110614.006000', '110614.009000', '110614.011000', '110614.014000', '110614.016000', '110614.019000', '110614.022000', '110614.024000', '110614.027000', '110614.029000', '110614.032000', '110614.034000', '110614.037000', '110614.040000', '110614.042000', '110614.045000', '110614.047000', '110614.050000', '110614.052000', '110614.055000', '110614.058000', '110614.060000', '110614.063000', '110614.065000', '110614.068000', '110614.070000', '110614.073000', '110614.075000', '110614.078000', '110633.967000', '110633.970000', '110633.973000', '110633.975000', '110633.978000', '110633.981000', '110633.983000', '110633.986000', '110633.988000', '110633.991000', '110633.993000', '110633.996000', '110634.000000', '110634.002000', '110634.005000', '110634.007000', '110634.010000', '110634.012000', '110634.015000', '110634.018000', '110634.020000', '110634.023000', '110634.025000', '110634.062000', '110634.065000', '110634.068000', '110634.070000', '110634.073000', '110634.075000', '110634.078000', '110634.081000', '110634.083000', '110634.086000', '110634.088000', '110634.091000', '110634.093000', '110634.096000', '110634.099000', '110634.101000', '110634.104000', '110634.106000', '110634.109000', '110634.111000', '110653.967000', '110653.969000', '110653.972000', '110653.974000', '110653.977000', '110653.980000', '110653.982000', '110653.985000', '110653.989000', '110653.992000', '110653.994000', '110653.997000', '110654.000000', '110654.003000', '110654.006000', '110654.008000', '110654.011000', '110654.013000', '110654.016000', '110654.018000', '110654.021000', '110654.024000', '110654.026000', '110654.029000', '110654.031000', '110654.034000', '110654.037000', '110654.039000', '110654.042000', '110654.045000', '110654.047000', '110654.050000', '110654.052000', '110654.055000', '110654.058000', '110654.060000', '110654.063000', '110654.065000', '110654.068000', '110654.070000', '110654.073000', '110654.076000', '110654.078000', '110654.081000', '110713.967000', '110713.969000', '110713.972000', '110713.975000', '110713.977000', '110713.980000', '110713.982000', '110713.985000', '110713.987000', '110713.990000', '110713.993000', '110713.995000', '110713.998000', '110714.001000', '110714.003000', '110714.006000', '110714.008000', '110714.011000', '110714.013000', '110714.016000', '110714.018000', '110714.021000', '110714.024000', '110714.026000', '110714.029000', '110714.031000', '110714.034000', '110714.037000', '110714.039000', '110714.042000', '110714.044000', '110714.047000', '110714.049000', '110714.052000', '110714.055000', '110714.057000', '110714.060000', '110714.062000', '110714.065000', '110714.068000', '110714.070000', '110714.073000', '110714.075000', '110733.967000', '110733.969000', '110733.972000', '110733.975000', '110733.977000', '110733.980000', '110733.982000', '110733.985000', '110733.987000', '110733.990000', '110733.993000', '110733.995000', '110733.998000', '110734.001000', '110734.004000', '110734.007000', '110734.009000', '110734.012000', '110734.014000', '110734.017000', '110734.019000', '110734.022000', '110734.025000', '110734.027000', '110734.030000', '110734.032000', '110734.035000', '110734.037000', '110734.040000', '110734.043000', '110734.045000', '110734.048000', '110734.050000', '110734.053000', '110734.055000', '110734.058000', '110734.061000', '110734.063000', '110734.066000', '110734.068000', '110734.071000', '110734.074000', '110734.076000', '110753.966000', '110753.969000', '110753.972000', '110753.974000', '110753.977000', '110753.980000', '110753.982000', '110753.985000', '110753.987000', '110753.990000', '110753.993000', '110753.995000', '110753.998000', '110754.001000', '110754.004000', '110754.006000', '110754.009000', '110754.012000', '110754.014000', '110754.017000', '110754.019000', '110754.022000', '110754.024000', '110754.027000', '110754.029000', '110754.032000', '110754.035000', '110754.037000', '110754.040000', '110754.042000', '110754.045000', '110754.047000', '110754.050000', '110754.052000', '110754.055000', '110754.058000', '110754.060000', '110754.063000', '110754.065000', '110754.068000', '110754.070000', '110754.073000', '110754.075000', '110754.078000', '110813.966000', '110813.969000', '110813.972000', '110813.974000', '110813.977000', '110813.980000', '110813.982000', '110813.985000', '110813.987000', '110813.990000', '110813.993000', '110813.995000', '110813.998000', '110814.001000', '110814.004000', '110814.006000', '110814.009000', '110814.011000', '110814.014000', '110814.028000', '110814.030000', '110814.033000', '110814.035000', '110814.038000', '110814.041000', '110814.043000', '110814.046000', '110814.048000', '110814.051000', '110814.053000', '110814.056000', '110814.058000', '110814.061000', '110814.064000', '110814.066000', '110814.069000', '110814.071000', '110814.074000', '110814.076000', '110814.079000', '110814.082000', '110814.084000', '110814.087000', '110833.967000', '110833.970000', '110833.973000', '110833.975000', '110833.978000', '110833.981000', '110833.983000', '110833.986000', '110833.988000', '110833.991000', '110833.994000', '110833.996000', '110834.000000', '110834.003000', '110834.005000', '110834.008000', '110834.010000', '110834.013000', '110834.015000', '110834.018000', '110834.021000', '110834.023000', '110834.026000', '110834.028000', '110834.031000', '110834.033000', '110834.036000', '110834.039000', '110834.041000', '110834.044000', '110834.046000', '110834.049000', '110834.052000', '110834.054000', '110834.057000', '110834.059000', '110834.062000', '110834.064000', '110834.067000', '110834.070000', '110834.072000', '110834.075000', '110834.077000', '110834.080000', '110853.968000', '110853.971000', '110853.973000', '110853.976000', '110853.978000', '110853.981000', '110853.984000', '110853.986000', '110853.989000', '110853.991000', '110853.994000', '110853.996000', '110854.000000', '110854.003000', '110854.005000', '110854.008000', '110854.010000', '110854.013000', '110854.016000', '110854.018000', '110854.021000', '110854.024000', '110854.026000', '110854.029000', '110854.031000', '110854.034000', '110854.037000', '110854.039000', '110854.042000', '110854.044000', '110854.047000', '110854.049000', '110854.052000', '110854.055000', '110854.057000', '110854.060000', '110854.062000', '110854.065000', '110854.068000', '110854.070000', '110854.073000', '110854.075000', '110854.078000', '110913.967000', '110913.969000', '110913.972000', '110913.975000', '110913.977000', '110913.980000', '110913.983000', '110913.985000', '110913.988000', '110913.990000', '110913.993000', '110913.995000', '110913.998000', '110914.001000', '110914.003000', '110914.006000', '110914.008000', '110914.011000', '110914.014000', '110914.016000', '110914.019000', '110914.021000', '110914.024000', '110914.027000', '110914.029000', '110914.032000', '110914.034000', '110914.037000', '110914.039000', '110914.042000', '110914.045000', '110914.047000', '110914.050000', '110914.052000', '110914.055000', '110914.058000', '110914.060000', '110914.063000', '110914.065000', '110914.068000', '110914.070000', '110914.073000', '110914.076000', '110914.078000', '110933.966000', '110933.969000', '110933.972000', '110933.975000', '110933.977000', '110933.980000', '110933.982000', '110933.985000', '110933.987000', '110933.990000', '110933.993000', '110933.995000', '110933.998000', '110934.001000', '110934.004000', '110934.006000', '110934.009000', '110934.012000', '110934.014000', '110934.017000', '110934.019000', '110934.022000', '110934.024000', '110934.027000', '110934.030000', '110934.032000', '110934.035000', '110934.037000', '110934.040000', '110934.043000', '110934.055000', '110934.057000', '110934.060000', '110934.063000', '110934.068000', '110934.070000', '110934.073000', '110934.076000', '110934.078000', '110934.081000', '110934.083000', '110934.086000', '110934.088000', '110953.966000', '110953.969000', '110953.972000', '110953.975000', '110953.977000', '110953.980000', '110953.982000', '110953.985000', '110953.987000', '110953.990000', '110953.993000', '110953.995000', '110953.998000', '110954.001000', '110954.004000', '110954.007000', '110954.009000', '110954.012000', '110954.014000', '110954.017000', '110954.020000', '110954.022000', '110954.025000', '110954.027000', '110954.030000', '110954.033000', '110954.035000', '110954.038000', '110954.041000', '110954.043000', '110954.046000', '110954.048000', '110954.051000', '110954.053000', '110954.056000', '110954.058000', '110954.061000', '110954.064000', '110954.066000', '110954.069000', '110954.071000', '110954.074000', '110954.077000', '110954.079000', '111013.966000', '111013.969000', '111013.972000', '111013.974000', '111013.977000', '111013.980000', '111013.982000', '111013.985000', '111013.987000', '111013.990000', '111013.993000', '111013.995000', '111013.998000', '111014.001000', '111014.004000', '111014.007000', '111014.009000', '111014.012000', '111014.014000', '111014.017000', '111014.019000', '111014.022000', '111014.024000', '111014.027000', '111014.030000', '111014.032000', '111014.035000', '111014.038000', '111014.040000', '111014.043000', '111014.046000', '111014.048000', '111014.051000', '111014.054000', '111014.056000', '111014.059000', '111014.061000', '111014.064000', '111014.067000', '111014.070000', '111014.072000', '111014.075000', '111014.077000', '111033.967000', '111033.969000', '111033.972000', '111033.975000', '111033.977000', '111033.980000', '111033.982000', '111033.985000', '111033.988000', '111033.990000', '111033.993000', '111033.995000', '111033.998000', '111034.000000', '111034.003000', '111034.006000', '111034.008000', '111034.011000', '111034.013000', '111034.016000', '111034.019000', '111034.021000', '111034.024000', '111034.026000', '111034.029000', '111034.031000', '111034.034000', '111034.037000', '111034.039000', '111034.043000', '111034.046000', '111034.048000', '111034.051000', '111034.053000', '111034.056000', '111034.059000', '111034.061000', '111034.064000', '111034.085000', '111034.088000', '111034.090000', '111034.093000', '111034.096000', '111034.098000', '111053.968000', '111053.970000', '111053.973000', '111053.976000', '111053.978000', '111053.981000', '111053.983000', '111053.986000', '111053.988000', '111053.991000', '111053.994000', '111053.996000', '111054.000000', '111054.002000', '111054.005000', '111054.008000', '111054.010000', '111054.013000', '111054.016000', '111054.018000', '111054.021000', '111054.023000', '111054.026000', '111054.029000', '111054.032000', '111054.035000', '111054.037000', '111054.040000', '111054.043000', '111054.045000', '111054.048000', '111054.050000', '111054.053000', '111054.056000', '111054.058000', '111054.061000', '111054.063000', '111054.066000', '111054.068000', '111054.071000', '111054.073000', '111054.087000', '111054.090000', '111113.967000', '111113.970000', '111113.973000', '111113.975000', '111113.978000', '111113.981000', '111113.983000', '111113.986000', '111113.988000', '111113.991000', '111113.994000', '111113.996000', '111114.000000', '111114.002000', '111114.005000', '111114.008000', '111114.010000', '111114.013000', '111114.015000', '111114.018000', '111114.021000', '111114.023000', '111114.026000', '111114.028000', '111114.031000', '111114.034000', '111114.036000', '111114.039000', '111114.042000', '111114.044000', '111114.047000', '111114.049000', '111114.052000', '111114.054000', '111114.057000', '111114.060000', '111114.062000', '111114.065000', '111114.068000', '111114.070000', '111114.073000', '111114.075000', '111114.078000', '111114.081000', '111133.967000', '111133.969000', '111133.972000', '111133.974000', '111133.977000', '111133.980000', '111133.982000', '111133.985000', '111133.987000', '111133.990000', '111133.993000', '111133.995000', '111133.998000', '111134.001000', '111134.004000', '111134.006000', '111134.009000', '111134.012000', '111134.014000', '111134.017000', '111134.019000', '111134.022000', '111134.025000', '111134.028000', '111134.030000', '111134.033000', '111134.036000', '111134.038000', '111134.041000', '111134.043000', '111134.046000', '111134.049000', '111134.051000', '111134.054000', '111134.056000', '111134.059000', '111134.061000', '111134.064000', '111134.067000', '111134.069000', '111134.072000', '111134.074000', '111134.077000', '111153.967000', '111153.969000', '111153.972000', '111153.975000', '111153.977000', '111153.980000', '111153.982000', '111153.985000', '111153.987000', '111153.990000', '111153.993000', '111153.995000', '111153.998000', '111154.001000', '111154.004000', '111154.007000', '111154.009000', '111154.012000', '111154.015000', '111154.017000', '111154.020000', '111154.022000', '111154.025000', '111154.027000', '111154.030000', '111154.032000', '111154.035000', '111154.038000', '111154.040000', '111154.043000', '111154.045000', '111154.048000', '111154.051000', '111154.053000', '111154.056000', '111154.058000', '111154.061000', '111154.063000', '111154.066000', '111154.069000', '111154.071000', '111154.074000', '111154.076000', '111154.079000', '111213.967000', '111213.969000', '111213.972000', '111213.974000', '111213.977000', '111213.980000', '111213.982000', '111213.985000', '111213.987000', '111213.990000', '111213.992000', '111213.995000', '111213.998000', '111214.001000', '111214.004000', '111214.006000', '111214.009000', '111214.012000', '111214.014000', '111214.017000', '111214.019000', '111214.022000', '111214.024000', '111214.027000', '111214.029000', '111214.032000', '111214.035000', '111214.037000', '111214.040000', '111214.042000', '111214.045000', '111214.047000', '111214.050000', '111214.052000', '111214.055000', '111214.058000', '111214.060000', '111214.063000', '111214.065000', '111214.068000', '111214.071000', '111214.073000', '111214.076000', '111233.967000', '111233.969000', '111233.972000', '111233.975000', '111233.977000', '111233.980000', '111233.982000', '111233.985000', '111233.988000', '111233.990000', '111233.993000', '111233.995000', '111233.998000', '111234.001000', '111234.004000', '111234.007000', '111234.009000', '111234.012000', '111234.014000', '111234.017000', '111234.019000', '111234.022000', '111234.024000', '111234.027000', '111234.030000', '111234.032000', '111234.035000', '111234.037000', '111234.040000', '111234.043000', '111234.045000', '111234.048000', '111234.050000', '111234.053000', '111234.055000', '111234.058000', '111234.060000', '111234.063000', '111234.066000', '111234.068000', '111234.071000', '111234.073000', '111234.076000', '111234.078000', '111253.967000', '111253.970000', '111253.972000', '111253.975000', '111253.977000', '111253.980000', '111253.983000', '111253.985000', '111253.988000', '111253.990000', '111253.993000', '111253.996000', '111253.998000', '111254.002000', '111254.005000', '111254.007000', '111254.010000', '111254.012000', '111254.015000', '111254.017000', '111254.020000', '111254.022000', '111254.025000', '111254.028000', '111254.030000', '111254.033000', '111254.035000', '111254.038000', '111254.040000', '111254.043000', '111254.046000', '111254.048000', '111254.051000', '111254.053000', '111254.056000', '111254.059000', '111254.061000', '111254.064000', '111254.066000', '111254.069000', '111254.071000', '111254.074000', '111254.077000', '111313.968000', '111313.971000', '111313.973000', '111313.976000', '111313.978000', '111313.981000', '111313.983000', '111313.986000', '111313.989000', '111313.991000', '111313.994000', '111313.997000', '111314.000000', '111314.003000', '111314.005000', '111314.008000', '111314.011000', '111314.013000', '111314.016000', '111314.018000', '111314.021000', '111314.023000', '111314.026000', '111314.029000', '111314.031000', '111314.034000', '111314.036000', '111314.039000', '111314.041000', '111314.044000', '111314.047000', '111314.049000', '111314.052000', '111314.054000', '111314.057000', '111314.060000', '111314.062000', '111314.065000', '111314.067000', '111314.070000', '111314.072000', '111314.075000', '111314.078000', '111314.080000', '111333.968000', '111333.970000', '111333.973000', '111333.976000', '111333.978000', '111333.981000', '111333.983000', '111333.986000', '111333.989000', '111333.991000', '111333.994000', '111333.996000', '111334.000000', '111334.002000', '111334.005000', '111334.008000', '111334.010000', '111334.013000', '111334.015000', '111334.018000', '111334.021000', '111334.023000', '111334.026000', '111334.028000', '111334.031000', '111334.033000', '111334.036000', '111334.038000', '111334.041000', '111334.044000', '111334.046000', '111334.049000', '111334.051000', '111334.054000', '111334.057000', '111334.059000', '111334.062000', '111334.064000', '111334.067000', '111334.069000', '111334.072000', '111334.075000', '111334.077000', '111353.967000', '111353.969000', '111353.972000', '111353.975000', '111353.977000', '111353.980000', '111353.982000', '111353.985000', '111353.988000', '111353.990000', '111353.993000', '111353.995000', '111353.998000', '111354.002000', '111354.004000', '111354.007000', '111354.010000', '111354.012000', '111354.015000', '111354.017000', '111354.020000', '111354.022000', '111354.025000', '111354.028000', '111354.030000', '111354.033000', '111354.035000', '111354.038000', '111354.040000', '111354.043000', '111354.045000', '111354.048000', '111354.051000', '111354.053000', '111354.056000', '111354.058000', '111354.061000', '111354.064000', '111354.066000', '111354.069000', '111354.071000', '111354.074000', '111354.076000', '111354.079000', '111413.967000', '111413.969000', '111413.972000', '111413.974000', '111413.977000', '111413.980000', '111413.982000', '111413.985000', '111413.987000', '111413.990000', '111413.992000', '111413.995000', '111413.997000', '111414.001000', '111414.004000', '111414.006000', '111414.009000', '111414.011000', '111414.014000', '111414.017000', '111414.019000', '111414.022000', '111414.024000', '111414.027000', '111414.029000', '111414.032000', '111414.035000', '111414.037000', '111414.040000', '111414.042000', '111414.045000', '111414.048000', '111414.050000', '111414.053000', '111414.055000', '111414.058000', '111414.060000', '111414.063000', '111414.066000', '111414.068000', '111414.071000', '111414.073000', '111414.076000', '111429.350000', '111429.353000', '111429.356000', '111429.359000', '111429.361000', '111429.364000', '111429.366000', '111429.369000', '111429.372000', '111429.374000', '111429.377000', '111429.380000', '111429.382000', '111429.385000', '111429.388000', '111429.390000', '111429.393000', '111429.396000', '111429.399000', '111429.404000', '111429.408000', '111429.411000', '111429.414000', '111429.417000', '111429.420000', '111429.424000', '111429.427000', '111429.430000', '111429.433000', '111429.435000', '111429.438000', '111429.442000', '111429.445000', '111429.448000'], 'InstanceCreationTime': ['110434.006000', '110434.009000', '110434.011000', '110434.014000', '110434.016000', '110434.019000', '110434.021000', '110434.033000', '110434.036000', '110434.038000', '110434.041000', '110434.044000', '110434.046000', '110434.049000', '110434.051000', '110434.054000', '110434.056000', '110434.059000', '110434.061000', '110434.064000', '110434.067000', '110434.069000', '110434.072000', '110434.074000', '110434.079000', '110434.082000', '110434.084000', '110453.966000', '110453.969000', '110453.972000', '110453.974000', '110453.977000', '110453.979000', '110453.982000', '110453.985000', '110453.987000', '110453.998000', '110454.000000', '110454.003000', '110454.005000', '110454.008000', '110454.010000', '110454.013000', '110454.015000', '110454.018000', '110454.021000', '110454.023000', '110454.026000', '110454.028000', '110454.031000', '110454.033000', '110454.036000', '110454.038000', '110454.041000', '110454.043000', '110454.056000', '110454.059000', '110454.061000', '110454.064000', '110454.066000', '110454.069000', '110454.071000', '110454.074000', '110454.076000', '110454.079000', '110454.082000', '110454.084000', '110454.087000', '110454.089000', '110454.092000', '110454.095000', '110513.966000', '110513.969000', '110513.972000', '110513.974000', '110513.977000', '110513.979000', '110513.982000', '110513.985000', '110513.987000', '110513.990000', '110513.992000', '110513.995000', '110513.997000', '110514.001000', '110514.004000', '110514.006000', '110514.009000', '110514.011000', '110514.014000', '110514.017000', '110514.019000', '110514.022000', '110514.024000', '110514.027000', '110514.029000', '110514.032000', '110514.034000', '110514.037000', '110514.039000', '110514.042000', '110514.045000', '110514.047000', '110514.050000', '110514.052000', '110514.065000', '110514.067000', '110514.070000', '110514.073000', '110514.075000', '110514.078000', '110514.080000', '110514.083000', '110514.085000', '110533.967000', '110533.969000', '110533.972000', '110533.974000', '110533.977000', '110533.980000', '110533.982000', '110533.985000', '110533.987000', '110533.990000', '110533.992000', '110533.995000', '110533.998000', '110534.001000', '110534.004000', '110534.007000', '110534.009000', '110534.012000', '110534.015000', '110534.017000', '110534.020000', '110534.022000', '110534.025000', '110534.027000', '110534.030000', '110534.033000', '110534.035000', '110534.038000', '110534.040000', '110534.043000', '110534.045000', '110534.048000', '110534.051000', '110534.053000', '110534.056000', '110534.058000', '110534.061000', '110534.063000', '110534.066000', '110534.069000', '110534.071000', '110534.074000', '110534.076000', '110534.079000', '110553.967000', '110553.969000', '110553.972000', '110553.974000', '110553.977000', '110553.980000', '110553.982000', '110553.985000', '110553.987000', '110553.990000', '110553.992000', '110553.995000', '110553.998000', '110554.001000', '110554.004000', '110554.006000', '110554.009000', '110554.011000', '110554.014000', '110554.016000', '110554.019000', '110554.022000', '110554.024000', '110554.027000', '110554.029000', '110554.032000', '110554.034000', '110554.037000', '110554.040000', '110554.042000', '110554.045000', '110554.047000', '110554.050000', '110554.052000', '110554.055000', '110554.057000', '110554.060000', '110554.062000', '110554.065000', '110554.068000', '110554.070000', '110554.073000', '110554.075000', '110613.967000', '110613.970000', '110613.973000', '110613.975000', '110613.978000', '110613.980000', '110613.983000', '110613.986000', '110613.988000', '110613.991000', '110613.993000', '110613.996000', '110613.998000', '110614.001000', '110614.003000', '110614.006000', '110614.009000', '110614.011000', '110614.014000', '110614.016000', '110614.019000', '110614.022000', '110614.024000', '110614.027000', '110614.029000', '110614.032000', '110614.034000', '110614.037000', '110614.040000', '110614.042000', '110614.045000', '110614.047000', '110614.050000', '110614.052000', '110614.055000', '110614.058000', '110614.060000', '110614.063000', '110614.065000', '110614.068000', '110614.070000', '110614.073000', '110614.075000', '110614.078000', '110633.967000', '110633.970000', '110633.973000', '110633.975000', '110633.978000', '110633.981000', '110633.983000', '110633.986000', '110633.988000', '110633.991000', '110633.993000', '110633.996000', '110634.000000', '110634.002000', '110634.005000', '110634.007000', '110634.010000', '110634.012000', '110634.015000', '110634.018000', '110634.020000', '110634.023000', '110634.025000', '110634.062000', '110634.065000', '110634.068000', '110634.070000', '110634.073000', '110634.075000', '110634.078000', '110634.081000', '110634.083000', '110634.086000', '110634.088000', '110634.091000', '110634.093000', '110634.096000', '110634.099000', '110634.101000', '110634.104000', '110634.106000', '110634.109000', '110634.111000', '110653.967000', '110653.969000', '110653.972000', '110653.974000', '110653.977000', '110653.980000', '110653.982000', '110653.985000', '110653.989000', '110653.992000', '110653.994000', '110653.997000', '110654.000000', '110654.003000', '110654.006000', '110654.008000', '110654.011000', '110654.013000', '110654.016000', '110654.018000', '110654.021000', '110654.024000', '110654.026000', '110654.029000', '110654.031000', '110654.034000', '110654.037000', '110654.039000', '110654.042000', '110654.045000', '110654.047000', '110654.050000', '110654.052000', '110654.055000', '110654.058000', '110654.060000', '110654.063000', '110654.065000', '110654.068000', '110654.070000', '110654.073000', '110654.076000', '110654.078000', '110654.081000', '110713.967000', '110713.969000', '110713.972000', '110713.975000', '110713.977000', '110713.980000', '110713.982000', '110713.985000', '110713.987000', '110713.990000', '110713.993000', '110713.995000', '110713.998000', '110714.001000', '110714.003000', '110714.006000', '110714.008000', '110714.011000', '110714.013000', '110714.016000', '110714.018000', '110714.021000', '110714.024000', '110714.026000', '110714.029000', '110714.031000', '110714.034000', '110714.037000', '110714.039000', '110714.042000', '110714.044000', '110714.047000', '110714.049000', '110714.052000', '110714.055000', '110714.057000', '110714.060000', '110714.062000', '110714.065000', '110714.068000', '110714.070000', '110714.073000', '110714.075000', '110733.967000', '110733.969000', '110733.972000', '110733.975000', '110733.977000', '110733.980000', '110733.982000', '110733.985000', '110733.987000', '110733.990000', '110733.993000', '110733.995000', '110733.998000', '110734.001000', '110734.004000', '110734.007000', '110734.009000', '110734.012000', '110734.014000', '110734.017000', '110734.019000', '110734.022000', '110734.025000', '110734.027000', '110734.030000', '110734.032000', '110734.035000', '110734.037000', '110734.040000', '110734.043000', '110734.045000', '110734.048000', '110734.050000', '110734.053000', '110734.055000', '110734.058000', '110734.061000', '110734.063000', '110734.066000', '110734.068000', '110734.071000', '110734.074000', '110734.076000', '110753.966000', '110753.969000', '110753.972000', '110753.974000', '110753.977000', '110753.980000', '110753.982000', '110753.985000', '110753.987000', '110753.990000', '110753.993000', '110753.995000', '110753.998000', '110754.001000', '110754.004000', '110754.006000', '110754.009000', '110754.012000', '110754.014000', '110754.017000', '110754.019000', '110754.022000', '110754.024000', '110754.027000', '110754.029000', '110754.032000', '110754.035000', '110754.037000', '110754.040000', '110754.042000', '110754.045000', '110754.047000', '110754.050000', '110754.052000', '110754.055000', '110754.058000', '110754.060000', '110754.063000', '110754.065000', '110754.068000', '110754.070000', '110754.073000', '110754.075000', '110754.078000', '110813.966000', '110813.969000', '110813.972000', '110813.974000', '110813.977000', '110813.980000', '110813.982000', '110813.985000', '110813.987000', '110813.990000', '110813.993000', '110813.995000', '110813.998000', '110814.001000', '110814.004000', '110814.006000', '110814.009000', '110814.011000', '110814.014000', '110814.028000', '110814.030000', '110814.033000', '110814.035000', '110814.038000', '110814.041000', '110814.043000', '110814.046000', '110814.048000', '110814.051000', '110814.053000', '110814.056000', '110814.058000', '110814.061000', '110814.064000', '110814.066000', '110814.069000', '110814.071000', '110814.074000', '110814.076000', '110814.079000', '110814.082000', '110814.084000', '110814.087000', '110833.967000', '110833.970000', '110833.973000', '110833.975000', '110833.978000', '110833.981000', '110833.983000', '110833.986000', '110833.988000', '110833.991000', '110833.994000', '110833.996000', '110834.000000', '110834.003000', '110834.005000', '110834.008000', '110834.010000', '110834.013000', '110834.015000', '110834.018000', '110834.021000', '110834.023000', '110834.026000', '110834.028000', '110834.031000', '110834.033000', '110834.036000', '110834.039000', '110834.041000', '110834.044000', '110834.046000', '110834.049000', '110834.052000', '110834.054000', '110834.057000', '110834.059000', '110834.062000', '110834.064000', '110834.067000', '110834.070000', '110834.072000', '110834.075000', '110834.077000', '110834.080000', '110853.968000', '110853.971000', '110853.973000', '110853.976000', '110853.978000', '110853.981000', '110853.984000', '110853.986000', '110853.989000', '110853.991000', '110853.994000', '110853.996000', '110854.000000', '110854.003000', '110854.005000', '110854.008000', '110854.010000', '110854.013000', '110854.016000', '110854.018000', '110854.021000', '110854.024000', '110854.026000', '110854.029000', '110854.031000', '110854.034000', '110854.037000', '110854.039000', '110854.042000', '110854.044000', '110854.047000', '110854.049000', '110854.052000', '110854.055000', '110854.057000', '110854.060000', '110854.062000', '110854.065000', '110854.068000', '110854.070000', '110854.073000', '110854.075000', '110854.078000', '110913.967000', '110913.969000', '110913.972000', '110913.975000', '110913.977000', '110913.980000', '110913.983000', '110913.985000', '110913.988000', '110913.990000', '110913.993000', '110913.995000', '110913.998000', '110914.001000', '110914.003000', '110914.006000', '110914.008000', '110914.011000', '110914.014000', '110914.016000', '110914.019000', '110914.021000', '110914.024000', '110914.027000', '110914.029000', '110914.032000', '110914.034000', '110914.037000', '110914.039000', '110914.042000', '110914.045000', '110914.047000', '110914.050000', '110914.052000', '110914.055000', '110914.058000', '110914.060000', '110914.063000', '110914.065000', '110914.068000', '110914.070000', '110914.073000', '110914.076000', '110914.078000', '110933.966000', '110933.969000', '110933.972000', '110933.975000', '110933.977000', '110933.980000', '110933.982000', '110933.985000', '110933.987000', '110933.990000', '110933.993000', '110933.995000', '110933.998000', '110934.001000', '110934.004000', '110934.006000', '110934.009000', '110934.012000', '110934.014000', '110934.017000', '110934.019000', '110934.022000', '110934.024000', '110934.027000', '110934.030000', '110934.032000', '110934.035000', '110934.037000', '110934.040000', '110934.043000', '110934.055000', '110934.057000', '110934.060000', '110934.063000', '110934.068000', '110934.070000', '110934.073000', '110934.076000', '110934.078000', '110934.081000', '110934.083000', '110934.086000', '110934.088000', '110953.966000', '110953.969000', '110953.972000', '110953.975000', '110953.977000', '110953.980000', '110953.982000', '110953.985000', '110953.987000', '110953.990000', '110953.993000', '110953.995000', '110953.998000', '110954.001000', '110954.004000', '110954.007000', '110954.009000', '110954.012000', '110954.014000', '110954.017000', '110954.020000', '110954.022000', '110954.025000', '110954.027000', '110954.030000', '110954.033000', '110954.035000', '110954.038000', '110954.041000', '110954.043000', '110954.046000', '110954.048000', '110954.051000', '110954.053000', '110954.056000', '110954.058000', '110954.061000', '110954.064000', '110954.066000', '110954.069000', '110954.071000', '110954.074000', '110954.077000', '110954.079000', '111013.966000', '111013.969000', '111013.972000', '111013.974000', '111013.977000', '111013.980000', '111013.982000', '111013.985000', '111013.987000', '111013.990000', '111013.993000', '111013.995000', '111013.998000', '111014.001000', '111014.004000', '111014.007000', '111014.009000', '111014.012000', '111014.014000', '111014.017000', '111014.019000', '111014.022000', '111014.024000', '111014.027000', '111014.030000', '111014.032000', '111014.035000', '111014.038000', '111014.040000', '111014.043000', '111014.046000', '111014.048000', '111014.051000', '111014.054000', '111014.056000', '111014.059000', '111014.061000', '111014.064000', '111014.067000', '111014.070000', '111014.072000', '111014.075000', '111014.077000', '111033.967000', '111033.969000', '111033.972000', '111033.975000', '111033.977000', '111033.980000', '111033.982000', '111033.985000', '111033.988000', '111033.990000', '111033.993000', '111033.995000', '111033.998000', '111034.000000', '111034.003000', '111034.006000', '111034.008000', '111034.011000', '111034.013000', '111034.016000', '111034.019000', '111034.021000', '111034.024000', '111034.026000', '111034.029000', '111034.031000', '111034.034000', '111034.037000', '111034.039000', '111034.043000', '111034.046000', '111034.048000', '111034.051000', '111034.053000', '111034.056000', '111034.059000', '111034.061000', '111034.064000', '111034.085000', '111034.088000', '111034.090000', '111034.093000', '111034.096000', '111034.098000', '111053.968000', '111053.970000', '111053.973000', '111053.976000', '111053.978000', '111053.981000', '111053.983000', '111053.986000', '111053.988000', '111053.991000', '111053.994000', '111053.996000', '111054.000000', '111054.002000', '111054.005000', '111054.008000', '111054.010000', '111054.013000', '111054.016000', '111054.018000', '111054.021000', '111054.023000', '111054.026000', '111054.029000', '111054.032000', '111054.035000', '111054.037000', '111054.040000', '111054.043000', '111054.045000', '111054.048000', '111054.050000', '111054.053000', '111054.056000', '111054.058000', '111054.061000', '111054.063000', '111054.066000', '111054.068000', '111054.071000', '111054.073000', '111054.087000', '111054.090000', '111113.967000', '111113.970000', '111113.973000', '111113.975000', '111113.978000', '111113.981000', '111113.983000', '111113.986000', '111113.988000', '111113.991000', '111113.994000', '111113.996000', '111114.000000', '111114.002000', '111114.005000', '111114.008000', '111114.010000', '111114.013000', '111114.015000', '111114.018000', '111114.021000', '111114.023000', '111114.026000', '111114.028000', '111114.031000', '111114.034000', '111114.036000', '111114.039000', '111114.042000', '111114.044000', '111114.047000', '111114.049000', '111114.052000', '111114.054000', '111114.057000', '111114.060000', '111114.062000', '111114.065000', '111114.068000', '111114.070000', '111114.073000', '111114.075000', '111114.078000', '111114.081000', '111133.967000', '111133.969000', '111133.972000', '111133.974000', '111133.977000', '111133.980000', '111133.982000', '111133.985000', '111133.987000', '111133.990000', '111133.993000', '111133.995000', '111133.998000', '111134.001000', '111134.004000', '111134.006000', '111134.009000', '111134.012000', '111134.014000', '111134.017000', '111134.019000', '111134.022000', '111134.025000', '111134.028000', '111134.030000', '111134.033000', '111134.036000', '111134.038000', '111134.041000', '111134.043000', '111134.046000', '111134.049000', '111134.051000', '111134.054000', '111134.056000', '111134.059000', '111134.061000', '111134.064000', '111134.067000', '111134.069000', '111134.072000', '111134.074000', '111134.077000', '111153.967000', '111153.969000', '111153.972000', '111153.975000', '111153.977000', '111153.980000', '111153.982000', '111153.985000', '111153.987000', '111153.990000', '111153.993000', '111153.995000', '111153.998000', '111154.001000', '111154.004000', '111154.007000', '111154.009000', '111154.012000', '111154.015000', '111154.017000', '111154.020000', '111154.022000', '111154.025000', '111154.027000', '111154.030000', '111154.032000', '111154.035000', '111154.038000', '111154.040000', '111154.043000', '111154.045000', '111154.048000', '111154.051000', '111154.053000', '111154.056000', '111154.058000', '111154.061000', '111154.063000', '111154.066000', '111154.069000', '111154.071000', '111154.074000', '111154.076000', '111154.079000', '111213.967000', '111213.969000', '111213.972000', '111213.974000', '111213.977000', '111213.980000', '111213.982000', '111213.985000', '111213.987000', '111213.990000', '111213.992000', '111213.995000', '111213.998000', '111214.001000', '111214.004000', '111214.006000', '111214.009000', '111214.012000', '111214.014000', '111214.017000', '111214.019000', '111214.022000', '111214.024000', '111214.027000', '111214.029000', '111214.032000', '111214.035000', '111214.037000', '111214.040000', '111214.042000', '111214.045000', '111214.047000', '111214.050000', '111214.052000', '111214.055000', '111214.058000', '111214.060000', '111214.063000', '111214.065000', '111214.068000', '111214.071000', '111214.073000', '111214.076000', '111233.967000', '111233.969000', '111233.972000', '111233.975000', '111233.977000', '111233.980000', '111233.982000', '111233.985000', '111233.988000', '111233.990000', '111233.993000', '111233.995000', '111233.998000', '111234.001000', '111234.004000', '111234.007000', '111234.009000', '111234.012000', '111234.014000', '111234.017000', '111234.019000', '111234.022000', '111234.024000', '111234.027000', '111234.030000', '111234.032000', '111234.035000', '111234.037000', '111234.040000', '111234.043000', '111234.045000', '111234.048000', '111234.050000', '111234.053000', '111234.055000', '111234.058000', '111234.060000', '111234.063000', '111234.066000', '111234.068000', '111234.071000', '111234.073000', '111234.076000', '111234.078000', '111253.967000', '111253.970000', '111253.972000', '111253.975000', '111253.977000', '111253.980000', '111253.983000', '111253.985000', '111253.988000', '111253.990000', '111253.993000', '111253.996000', '111253.998000', '111254.002000', '111254.005000', '111254.007000', '111254.010000', '111254.012000', '111254.015000', '111254.017000', '111254.020000', '111254.022000', '111254.025000', '111254.028000', '111254.030000', '111254.033000', '111254.035000', '111254.038000', '111254.040000', '111254.043000', '111254.046000', '111254.048000', '111254.051000', '111254.053000', '111254.056000', '111254.059000', '111254.061000', '111254.064000', '111254.066000', '111254.069000', '111254.071000', '111254.074000', '111254.077000', '111313.968000', '111313.971000', '111313.973000', '111313.976000', '111313.978000', '111313.981000', '111313.983000', '111313.986000', '111313.989000', '111313.991000', '111313.994000', '111313.997000', '111314.000000', '111314.003000', '111314.005000', '111314.008000', '111314.011000', '111314.013000', '111314.016000', '111314.018000', '111314.021000', '111314.023000', '111314.026000', '111314.029000', '111314.031000', '111314.034000', '111314.036000', '111314.039000', '111314.041000', '111314.044000', '111314.047000', '111314.049000', '111314.052000', '111314.054000', '111314.057000', '111314.060000', '111314.062000', '111314.065000', '111314.067000', '111314.070000', '111314.072000', '111314.075000', '111314.078000', '111314.080000', '111333.968000', '111333.970000', '111333.973000', '111333.976000', '111333.978000', '111333.981000', '111333.983000', '111333.986000', '111333.989000', '111333.991000', '111333.994000', '111333.996000', '111334.000000', '111334.002000', '111334.005000', '111334.008000', '111334.010000', '111334.013000', '111334.015000', '111334.018000', '111334.021000', '111334.023000', '111334.026000', '111334.028000', '111334.031000', '111334.033000', '111334.036000', '111334.038000', '111334.041000', '111334.044000', '111334.046000', '111334.049000', '111334.051000', '111334.054000', '111334.057000', '111334.059000', '111334.062000', '111334.064000', '111334.067000', '111334.069000', '111334.072000', '111334.075000', '111334.077000', '111353.967000', '111353.969000', '111353.972000', '111353.975000', '111353.977000', '111353.980000', '111353.982000', '111353.985000', '111353.988000', '111353.990000', '111353.993000', '111353.995000', '111353.998000', '111354.002000', '111354.004000', '111354.007000', '111354.010000', '111354.012000', '111354.015000', '111354.017000', '111354.020000', '111354.022000', '111354.025000', '111354.028000', '111354.030000', '111354.033000', '111354.035000', '111354.038000', '111354.040000', '111354.043000', '111354.045000', '111354.048000', '111354.051000', '111354.053000', '111354.056000', '111354.058000', '111354.061000', '111354.064000', '111354.066000', '111354.069000', '111354.071000', '111354.074000', '111354.076000', '111354.079000', '111413.967000', '111413.969000', '111413.972000', '111413.974000', '111413.977000', '111413.980000', '111413.982000', '111413.985000', '111413.987000', '111413.990000', '111413.992000', '111413.995000', '111413.997000', '111414.001000', '111414.004000', '111414.006000', '111414.009000', '111414.011000', '111414.014000', '111414.017000', '111414.019000', '111414.022000', '111414.024000', '111414.027000', '111414.029000', '111414.032000', '111414.035000', '111414.037000', '111414.040000', '111414.042000', '111414.045000', '111414.048000', '111414.050000', '111414.053000', '111414.055000', '111414.058000', '111414.060000', '111414.063000', '111414.066000', '111414.068000', '111414.071000', '111414.073000', '111414.076000', '111429.350000', '111429.353000', '111429.356000', '111429.359000', '111429.361000', '111429.364000', '111429.366000', '111429.369000', '111429.372000', '111429.374000', '111429.377000', '111429.380000', '111429.382000', '111429.385000', '111429.388000', '111429.390000', '111429.393000', '111429.396000', '111429.399000', '111429.404000', '111429.408000', '111429.411000', '111429.414000', '111429.417000', '111429.420000', '111429.424000', '111429.427000', '111429.430000', '111429.433000', '111429.435000', '111429.438000', '111429.442000', '111429.445000', '111429.448000'], '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, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [10750, 7975, 9669, 7331, 11040, 10354, 11595, 7777, 8233, 7425, 8665, 12028, 8916, 15017, 8828, 15114, 8024, 9557, 7612, 10631, 7263, 10751, 13433, 10753, 15477, 8314, 10397, 7653, 9744, 7079, 10854, 7069, 11517, 7263, 7624, 7197, 8072, 10799, 9959, 14580, 8096, 13451, 8020, 10426, 7633, 10299, 7606, 14423, 7941, 11996, 7462, 8623, 7600, 10312, 7491, 8930, 7859, 8455, 7450, 11869, 8272, 14559, 8141, 11272, 7334, 11619, 7307, 11635, 9070, 8979, 7195, 9283, 6895, 11975, 8026, 9262, 7521, 10798, 7023, 14180, 10298, 14072, 8467, 9987, 7651, 11804, 9073, 15292, 10112, 15291, 8432, 9623, 8776, 13322, 10174, 16039, 12565, 14543, 9965, 7424, 8553, 13659, 8238, 12676, 7829, 14066, 8039, 8810, 8420, 10362, 9522, 13004, 11447, 11416, 9123, 9783, 10002, 15307, 11366, 15340, 9552, 13158, 8590, 10335, 7966, 13477, 7520, 11510, 7549, 8532, 7302, 8267, 7455, 11706, 7607, 8300, 7411, 9507, 7346, 14466, 10281, 12819, 8741, 10830, 7506, 9993, 8193, 13667, 10919, 8667, 12362, 7644, 8726, 7184, 9644, 7937, 10189, 11548, 7549, 8198, 8920, 13088, 10153, 14892, 11742, 15428, 9469, 14144, 8635, 14348, 8848, 11808, 11658, 11209, 12208, 7888, 10173, 8705, 13815, 9007, 13775, 8901, 14128, 8703, 9446, 8338, 9660, 8406, 11813, 8093, 10199, 7999, 8284, 7617, 10382, 7392, 12357, 7453, 8536, 7169, 8349, 7360, 10310, 7067, 10031, 7463, 7764, 7401, 9108, 7201, 13359, 9087, 14290, 8498, 9609, 7469, 10779, 7532, 13647, 10408, 12109, 7370, 8578, 7124, 10359, 7368, 14855, 9929, 10709, 7267, 8124, 7317, 10065, 7192, 13521, 8811, 10193, 7145, 9988, 7191, 11110, 12824, 9919, 12803, 8177, 11892, 7826, 10627, 7374, 12657, 7560, 8056, 7424, 7920, 7212, 11175, 7004, 10816, 7531, 7501, 8113, 9829, 14673, 10132, 15150, 9680, 13203, 7903, 11781, 7633, 14531, 10246, 14498, 8890, 11068, 8604, 8529, 14353, 10434, 13314, 8324, 7878, 8715, 10967, 8234, 13642, 7703, 14245, 7369, 9585, 7556, 10447, 7925, 14471, 10286, 14886, 8554, 12392, 7494, 12915, 9367, 13632, 9699, 8489, 8099, 7473, 9367, 9902, 14034, 7630, 9054, 7555, 8747, 7709, 12698, 9057, 14510, 7618, 11097, 7299, 10026, 7485, 13828, 9709, 13750, 7917, 11573, 7954, 12658, 8754, 14426, 8141, 9532, 7381, 9128, 7265, 13706, 8043, 13852, 7871, 11827, 7653, 12938, 9485, 16055, 10652, 9938, 7701, 9492, 7075, 11571, 11118, 12219, 8849, 8150, 7396, 8670, 7272, 11877, 7839, 9351, 7151, 8371, 7209, 12522, 10476, 14208, 10398, 8856, 7730, 9479, 12540, 10963, 13826, 8518, 8028, 7839, 8261, 9718, 12573, 11844, 9034, 8025, 7484, 9433, 8521, 11596, 14099, 9370, 7994, 8127, 7953, 10212, 12753, 11086, 13347, 8107, 8150, 7612, 11451, 10046, 15272, 9082, 13383, 7484, 12061, 8502, 14346, 9703, 14248, 7722, 10816, 7363, 11336, 7379, 14206, 8215, 9156, 7153, 9764, 7339, 13562, 9149, 9582, 7297, 8344, 7637, 10113, 14308, 10666, 14874, 8383, 11136, 7894, 10679, 7954, 14252, 8364, 8999, 7313, 9639, 7182, 11920, 7519, 13784, 7626, 9065, 7232, 9186, 6984, 13029, 8458, 12434, 7470, 10165, 7562, 10780, 14037, 11515, 12503, 8727, 8037, 8842, 8087, 11172, 11708, 10867, 8417, 7943, 12170, 9468, 14798, 9774, 14625, 7864, 9171, 7547, 9630, 8726, 10259, 11764, 7906, 8594, 8361, 10467, 9447, 15032, 9889, 15130, 8411, 12808, 8289, 12508, 8042, 14457, 10041, 11808, 7658, 9741, 7220, 11759, 12945, 10621, 10407, 7990, 10966, 8466, 12614, 7686, 13908, 7392, 8613, 7119, 10256, 7753, 12035, 9041, 7932, 8306, 8113, 12296, 9156, 13813, 9160, 14469, 7847, 11623, 7773, 13199, 8819, 15109, 9712, 9758, 7344, 10240, 8724, 11083, 15283, 10647, 15115, 8202, 10186, 8011, 9989, 7179, 13927, 8455, 10748, 7927, 9961, 7363, 12591, 8025, 15284, 8851, 9315, 7931, 8248, 9616, 10840, 12390, 9075, 8554, 8053, 12892, 7964, 13989, 8533, 14599, 8421, 9397, 7392, 10111, 7370, 12816, 8252, 11753, 7303, 9005, 7950, 8161, 13950, 10087, 15452, 8393, 10372, 8017, 10722, 9026, 13569, 9846, 14197, 8388, 12098, 7712, 12341, 8609, 14527, 9924, 11074, 8081, 9896, 7383, 13292, 8517, 14447, 7705, 8705, 7333, 11383, 7326, 13611, 8687, 11333, 7369, 10090, 7340, 12941, 7989, 15387, 10366, 11329, 7726, 11802, 7678, 13568, 8976, 14640, 8649, 9693, 7330, 9668, 7073, 13221, 7603, 8978, 7177, 9197, 7524, 13160, 8693, 14012, 8774, 11217, 7933, 11692, 7231, 12642, 9861, 12069, 7345, 8369, 7524, 11111, 7552, 15553, 11319, 14278, 8062, 10203, 7586, 11742, 8806, 12087, 7049, 8738, 7093, 7894, 7605, 9908, 11763, 9006, 10658, 7729, 8644, 7766, 12074, 8012, 13728, 9664, 14042, 7678, 11030, 7504, 14311, 9239, 15311, 9984, 11385, 8139, 11165, 8245, 13995, 11554, 11104, 8130, 8778, 7670, 10635, 13178, 12255, 11518, 8798, 8264, 8064, 14078, 9660, 15791, 9867, 14139, 7975, 11489, 7864, 14460, 10665, 15879, 9480, 12702, 8131, 13449, 8105, 14859, 10159, 15085, 8959, 9870, 7544, 11012, 7455, 14643, 9451, 12776, 7569, 11165, 7281, 13028, 9373, 14027, 8114, 9259, 7588, 8580, 7838, 10897, 12964, 8445, 7921, 7548, 8220, 10039, 14790, 12200, 14569, 9312, 13510, 9857, 14726, 11686, 15374, 9971, 11603, 8092, 11751, 7493, 14800, 9707, 13338, 7497, 8432, 7413, 8130, 7564, 10167, 11743, 7804, 7852, 7567, 8254, 11484, 13720, 13933, 12813, 14270, 9045, 12275, 9180, 9823, 15363, 8214, 14323, 7352, 9057, 8550, 14169, 11057, 15778, 13430, 15949, 10873, 14664, 9510, 15268, 10590, 15219, 10758, 15492, 10905, 15407, 8498, 10347, 7655, 10100, 7796, 11323, 7878, 12260, 8974, 7950, 7533, 7798, 7594, 9419, 7500, 12823, 7744, 9113, 7498, 9290, 7173, 12217, 8695, 14262, 7299, 8921, 6923, 8588, 7066, 11736, 7644, 10196, 7026, 8036, 7130, 11541, 8155, 16238, 11074, 12913, 8908, 12657, 9409, 15723, 11739, 17125, 11128, 13636, 8599, 9136, 8906, 11893, 12702, 11108, 10764, 7491, 10542, 7086, 11831, 12255, 12341, 14109, 9379, 7480, 7740, 7644, 9491, 15935, 11120, 16049, 8967, 11412, 7435, 12198, 7176, 14942, 9622, 15202, 8064, 9177, 7471, 9517, 7281, 15249, 8987, 10726, 7718, 9411, 7354, 12345, 10917, 12012, 13838, 8718, 12735, 7331, 12835, 7310, 15195, 7531, 9741, 7020, 8479, 7174, 11043, 7539, 12900, 7436, 8863, 7632, 12714, 11950, 15183, 14837, 11339, 15797, 10976, 14891, 9867, 12574, 12313, 9144, 14243, 7370, 9066, 7282, 8866, 7468, 11248, 7406, 9166, 7245, 8165, 7301, 7686, 7313, 11731, 7641, 11952, 7465, 10125, 7545, 11406, 16261, 12857, 15076, 9595, 10751, 7720, 10346, 7276, 12463, 7229, 8404, 7161, 9403, 7532, 10496, 14002, 10135, 13133, 7543, 7972, 7967, 11981, 11960, 11542, 9817, 8088, 10011, 14985, 11419, 15703, 11027, 10510, 8019, 9261, 7560, 12363, 14014, 10628, 8968, 8132, 7685, 7571, 13174, 10240, 15959, 8918, 12865, 7666, 12506, 7514, 14545, 9421, 11801, 7865, 8496, 7174, 10764, 11084, 11592, 13288, 7927, 10044, 7653, 13134, 8747, 14350, 8099, 10226, 7687, 10233, 7465, 14070, 8847, 9497, 7197, 8027, 7487, 12055, 15307, 11986, 15749, 9034, 12898, 8078, 12631, 8090, 14351, 7731, 9275, 7597, 10455, 7443, 14088, 9301, 11427, 7491, 8842, 7313, 12801, 8262, 14559, 8838, 9364, 7955, 9130, 8027, 12437, 10582, 9698, 7454, 7723, 10801, 10012, 15854, 10165, 15097, 7992, 10952, 7427, 12890, 7661, 14592, 7606, 11462, 7521, 12249, 7291, 14371, 9971, 14737, 8292, 9484, 7525, 11135, 10410, 12685, 11723, 8580, 9110, 7592, 12437, 8236, 14626, 9058, 11310, 7477, 9967, 7282, 14840, 9770, 14938, 8369, 10254, 7503, 11348, 7553, 14800, 10843, 13684, 7533, 8919, 7232, 9769, 7068, 12106, 9493, 13980, 8789, 9204, 7924, 8230, 14123, 10582, 14530, 8294, 9979, 7226, 11513, 8806, 10789, 7440, 7580, 7619, 8592, 14058, 11035, 14287, 7834, 10204, 7290, 12654, 12699, 12065, 11996, 7971, 11685, 7192, 14053, 8381, 14867, 7638, 9557, 7682, 11272, 7548, 12300, 7082, 8029, 7379, 8799, 7439, 12462, 10182, 8832, 7542, 8737, 15327, 11665, 15332, 10757, 10835, 7878, 10779, 7608, 12529, 9438, 14334, 7980, 8689, 7512, 7530, 10045, 8458, 15062, 8661, 14424, 7726, 11271, 7587, 12579, 10360, 13247, 10827, 8654, 7961, 8582, 11826, 11423, 16296, 11738, 14769, 8182, 9754, 7352, 11926, 9606, 14320, 10084, 8850, 12684, 7277, 13533, 7320, 14117, 7574, 8325, 7189, 8660, 14496, 11891, 14937, 9260, 10223, 7674, 8304, 9738, 10593, 16274, 8517, 10147, 7712, 11305, 8311, 14555, 12167, 14397, 8917, 12457, 7602, 12434, 8398, 15125, 11518, 15581, 8553, 10521, 8529, 11265, 16071, 9270, 11226, 7863, 7971, 9012, 7771, 12538, 8466, 13301, 8685, 13038, 8077, 10647, 7997, 12662, 15053, 11837, 14918, 10501, 14377, 8182, 12233, 7754, 11839, 10998, 10676, 14812, 9632, 13934, 7800, 9387, 7707, 9408, 7575, 11558, 7623, 7787, 8267, 8453, 7717, 11868, 7961, 13611, 9479, 9091, 8223, 8443, 9408, 9934, 13340, 12204, 11065, 8487, 8154, 7754, 12361, 7528, 14153, 8237, 13964, 7595, 8316, 7596, 9553, 7683, 14728, 10019, 13506, 8337, 10059, 9390, 15199], 'WindowCenter': [4403.0, 4347.0, 4363.0, 4321.0, 4371.0, 4358.0, 4369.0, 4306.0, 4327.0, 4292.0, 4326.0, 4366.0, 4337.0, 4387.0, 4326.0, 4387.0, 4316.0, 4335.0, 4305.0, 4344.0, 4294.0, 4357.0, 4373.0, 4355.0, 4384.0, 4316.0, 4331.0, 4293.0, 4332.0, 4281.0, 4343.0, 4282.0, 4367.0, 4294.0, 4306.0, 4294.0, 4315.0, 4354.0, 4345.0, 4383.0, 4315.0, 4375.0, 4317.0, 4356.0, 4307.0, 4346.0, 4307.0, 4388.0, 4318.0, 4367.0, 4308.0, 4327.0, 4318.0, 4358.0, 4319.0, 4338.0, 4329.0, 4328.0, 4319.0, 4377.0, 4329.0, 4403.0, 4330.0, 4368.0, 4308.0, 4380.0, 4307.0, 4382.0, 4339.0, 4340.0, 4298.0, 4347.0, 4309.0, 4392.0, 4342.0, 4349.0, 4331.0, 4368.0, 4322.0, 4402.0, 4360.0, 4401.0, 4331.0, 4347.0, 4319.0, 4368.0, 4339.0, 4398.0, 4359.0, 4401.0, 4328.0, 4345.0, 4340.0, 4388.0, 4358.0, 4410.0, 4392.0, 4398.0, 4349.0, 4308.0, 4339.0, 4375.0, 4312.0, 4363.0, 4294.0, 4375.0, 4315.0, 4322.0, 4326.0, 4345.0, 4348.0, 4374.0, 4369.0, 4367.0, 4338.0, 4335.0, 4344.0, 4382.0, 4356.0, 4385.0, 4334.0, 4359.0, 4311.0, 4320.0, 4291.0, 4361.0, 4291.0, 4343.0, 4293.0, 4312.0, 4293.0, 4313.0, 4293.0, 4366.0, 4305.0, 4314.0, 4306.0, 4335.0, 4307.0, 4399.0, 4349.0, 4378.0, 4329.0, 4356.0, 4296.0, 4345.0, 4315.0, 4376.0, 4343.0, 4313.0, 4353.0, 4292.0, 4314.0, 4295.0, 4347.0, 4315.0, 4344.0, 4367.0, 4306.0, 4314.0, 4322.0, 4363.0, 4332.0, 4373.0, 4353.0, 4373.0, 4311.0, 4350.0, 4288.0, 4347.0, 4284.0, 4315.0, 4313.0, 4315.0, 4313.0, 4264.0, 4293.0, 4285.0, 4334.0, 4286.0, 4335.0, 4296.0, 4346.0, 4298.0, 4306.0, 4288.0, 4307.0, 4300.0, 4340.0, 4303.0, 4332.0, 4302.0, 4301.0, 4294.0, 4344.0, 4294.0, 4377.0, 4295.0, 4327.0, 4297.0, 4327.0, 4297.0, 4358.0, 4298.0, 4361.0, 4321.0, 4320.0, 4321.0, 4337.0, 4321.0, 4390.0, 4341.0, 4399.0, 4341.0, 4349.0, 4309.0, 4357.0, 4308.0, 4389.0, 4358.0, 4377.0, 4296.0, 4325.0, 4299.0, 4359.0, 4308.0, 4400.0, 4348.0, 4359.0, 4308.0, 4318.0, 4308.0, 4348.0, 4298.0, 4390.0, 4340.0, 4350.0, 4298.0, 4348.0, 4296.0, 4368.0, 4376.0, 4349.0, 4374.0, 4317.0, 4356.0, 4305.0, 4345.0, 4296.0, 4376.0, 4308.0, 4314.0, 4308.0, 4315.0, 4308.0, 4382.0, 4309.0, 4384.0, 4322.0, 4322.0, 4330.0, 4363.0, 4401.0, 4373.0, 4402.0, 4363.0, 4390.0, 4332.0, 4366.0, 4320.0, 4387.0, 4360.0, 4390.0, 4341.0, 4369.0, 4327.0, 4329.0, 4376.0, 4347.0, 4377.0, 4317.0, 4318.0, 4329.0, 4358.0, 4329.0, 4390.0, 4309.0, 4389.0, 4310.0, 4348.0, 4320.0, 4358.0, 4330.0, 4389.0, 4362.0, 4400.0, 4339.0, 4379.0, 4309.0, 4378.0, 4336.0, 4389.0, 4337.0, 4328.0, 4305.0, 4296.0, 4335.0, 4347.0, 4385.0, 4319.0, 4327.0, 4320.0, 4327.0, 4317.0, 4378.0, 4340.0, 4400.0, 4321.0, 4369.0, 4310.0, 4349.0, 4311.0, 4389.0, 4362.0, 4390.0, 4331.0, 4369.0, 4321.0, 4380.0, 4329.0, 4398.0, 4318.0, 4346.0, 4309.0, 4337.0, 4321.0, 4391.0, 4332.0, 4401.0, 4333.0, 4381.0, 4321.0, 4391.0, 4351.0, 4412.0, 4356.0, 4349.0, 4306.0, 4336.0, 4295.0, 4369.0, 4356.0, 4381.0, 4337.0, 4318.0, 4308.0, 4339.0, 4307.0, 4377.0, 4319.0, 4347.0, 4299.0, 4328.0, 4308.0, 4379.0, 4358.0, 4389.0, 4349.0, 4336.0, 4305.0, 4336.0, 4366.0, 4357.0, 4388.0, 4327.0, 4316.0, 4307.0, 4317.0, 4349.0, 4378.0, 4380.0, 4338.0, 4317.0, 4307.0, 4350.0, 4340.0, 4369.0, 4390.0, 4350.0, 4318.0, 4319.0, 4329.0, 4372.0, 4390.0, 4371.0, 4391.0, 4328.0, 4320.0, 4322.0, 4370.0, 4360.0, 4399.0, 4342.0, 4390.0, 4309.0, 4378.0, 4340.0, 4387.0, 4351.0, 4387.0, 4320.0, 4358.0, 4309.0, 4358.0, 4308.0, 4390.0, 4328.0, 4337.0, 4298.0, 4347.0, 4308.0, 4387.0, 4339.0, 4347.0, 4309.0, 4330.0, 4308.0, 4360.0, 4389.0, 4361.0, 4388.0, 4329.0, 4357.0, 4318.0, 4344.0, 4316.0, 4386.0, 4316.0, 4326.0, 4298.0, 4334.0, 4297.0, 4368.0, 4309.0, 4390.0, 4320.0, 4339.0, 4308.0, 4340.0, 4299.0, 4391.0, 4330.0, 4378.0, 4311.0, 4359.0, 4309.0, 4372.0, 4390.0, 4371.0, 4378.0, 4329.0, 4318.0, 4340.0, 4321.0, 4371.0, 4380.0, 4370.0, 4330.0, 4332.0, 4381.0, 4352.0, 4398.0, 4350.0, 4389.0, 4318.0, 4338.0, 4306.0, 4348.0, 4327.0, 4347.0, 4365.0, 4318.0, 4325.0, 4317.0, 4356.0, 4350.0, 4386.0, 4361.0, 4398.0, 4329.0, 4378.0, 4330.0, 4379.0, 4318.0, 4387.0, 4349.0, 4368.0, 4307.0, 4338.0, 4296.0, 4368.0, 4365.0, 4348.0, 4345.0, 4317.0, 4345.0, 4327.0, 4366.0, 4306.0, 4387.0, 4308.0, 4327.0, 4296.0, 4359.0, 4306.0, 4381.0, 4339.0, 4328.0, 4328.0, 4331.0, 4379.0, 4352.0, 4390.0, 4352.0, 4400.0, 4332.0, 4370.0, 4323.0, 4387.0, 4341.0, 4399.0, 4339.0, 4339.0, 4297.0, 4349.0, 4326.0, 4370.0, 4385.0, 4360.0, 4387.0, 4327.0, 4347.0, 4317.0, 4348.0, 4298.0, 4389.0, 4328.0, 4357.0, 4319.0, 4346.0, 4310.0, 4378.0, 4319.0, 4400.0, 4338.0, 4339.0, 4317.0, 4330.0, 4338.0, 4356.0, 4380.0, 4338.0, 4327.0, 4320.0, 4379.0, 4318.0, 4387.0, 4330.0, 4399.0, 4330.0, 4335.0, 4309.0, 4348.0, 4310.0, 4379.0, 4330.0, 4377.0, 4310.0, 4340.0, 4318.0, 4332.0, 4389.0, 4360.0, 4398.0, 4342.0, 4358.0, 4332.0, 4370.0, 4353.0, 4391.0, 4362.0, 4402.0, 4344.0, 4378.0, 4320.0, 4379.0, 4330.0, 4399.0, 4349.0, 4360.0, 4320.0, 4350.0, 4323.0, 4390.0, 4338.0, 4400.0, 4319.0, 4328.0, 4309.0, 4367.0, 4311.0, 4388.0, 4340.0, 4367.0, 4309.0, 4357.0, 4321.0, 4390.0, 4329.0, 4399.0, 4360.0, 4367.0, 4318.0, 4367.0, 4319.0, 4386.0, 4338.0, 4400.0, 4329.0, 4336.0, 4296.0, 4336.0, 4296.0, 4378.0, 4308.0, 4338.0, 4299.0, 4339.0, 4319.0, 4390.0, 4340.0, 4404.0, 4341.0, 4370.0, 4318.0, 4377.0, 4309.0, 4391.0, 4359.0, 4380.0, 4312.0, 4328.0, 4319.0, 4368.0, 4319.0, 4410.0, 4372.0, 4397.0, 4330.0, 4347.0, 4309.0, 4369.0, 4328.0, 4369.0, 4297.0, 4328.0, 4296.0, 4317.0, 4318.0, 4360.0, 4378.0, 4352.0, 4371.0, 4322.0, 4340.0, 4322.0, 4382.0, 4332.0, 4391.0, 4362.0, 4401.0, 4321.0, 4369.0, 4324.0, 4401.0, 4351.0, 4411.0, 4362.0, 4371.0, 4318.0, 4370.0, 4318.0, 4389.0, 4369.0, 4357.0, 4316.0, 4328.0, 4305.0, 4358.0, 4377.0, 4380.0, 4366.0, 4329.0, 4316.0, 4318.0, 4387.0, 4349.0, 4398.0, 4362.0, 4387.0, 4319.0, 4366.0, 4331.0, 4400.0, 4369.0, 4410.0, 4350.0, 4380.0, 4331.0, 4388.0, 4318.0, 4396.0, 4359.0, 4400.0, 4340.0, 4348.0, 4307.0, 4357.0, 4309.0, 4398.0, 4351.0, 4378.0, 4321.0, 4368.0, 4308.0, 4390.0, 4338.0, 4403.0, 4319.0, 4339.0, 4306.0, 4329.0, 4310.0, 4369.0, 4388.0, 4330.0, 4319.0, 4321.0, 4330.0, 4361.0, 4400.0, 4394.0, 4402.0, 4354.0, 4387.0, 4361.0, 4401.0, 4369.0, 4401.0, 4350.0, 4368.0, 4320.0, 4368.0, 4311.0, 4389.0, 4348.0, 4390.0, 4309.0, 4326.0, 4309.0, 4318.0, 4308.0, 4360.0, 4379.0, 4322.0, 4330.0, 4319.0, 4340.0, 4382.0, 4401.0, 4415.0, 4393.0, 4414.0, 4353.0, 4392.0, 4352.0, 4363.0, 4399.0, 4318.0, 4387.0, 4309.0, 4340.0, 4342.0, 4402.0, 4383.0, 4401.0, 4390.0, 4397.0, 4358.0, 4377.0, 4336.0, 4372.0, 4335.0, 4373.0, 4333.0, 4361.0, 4332.0, 4360.0, 4290.0, 4309.0, 4279.0, 4308.0, 4266.0, 4328.0, 4276.0, 4339.0, 4297.0, 4279.0, 4279.0, 4280.0, 4289.0, 4322.0, 4282.0, 4366.0, 4293.0, 4324.0, 4294.0, 4325.0, 4284.0, 4366.0, 4316.0, 4387.0, 4295.0, 4327.0, 4284.0, 4327.0, 4299.0, 4380.0, 4320.0, 4361.0, 4312.0, 4330.0, 4313.0, 4379.0, 4333.0, 4422.0, 4385.0, 4402.0, 4355.0, 4393.0, 4353.0, 4412.0, 4382.0, 4422.0, 4373.0, 4390.0, 4341.0, 4340.0, 4342.0, 4368.0, 4393.0, 4371.0, 4373.0, 4310.0, 4369.0, 4301.0, 4381.0, 4379.0, 4381.0, 4392.0, 4338.0, 4308.0, 4320.0, 4319.0, 4352.0, 4400.0, 4371.0, 4399.0, 4341.0, 4368.0, 4309.0, 4379.0, 4302.0, 4399.0, 4350.0, 4402.0, 4332.0, 4337.0, 4310.0, 4350.0, 4310.0, 4399.0, 4342.0, 4369.0, 4322.0, 4350.0, 4311.0, 4382.0, 4368.0, 4382.0, 4391.0, 4329.0, 4378.0, 4308.0, 4378.0, 4297.0, 4400.0, 4309.0, 4349.0, 4299.0, 4329.0, 4312.0, 4380.0, 4330.0, 4391.0, 4324.0, 4351.0, 4332.0, 4397.0, 4384.0, 4418.0, 4415.0, 4386.0, 4412.0, 4372.0, 4404.0, 4348.0, 4383.0, 4367.0, 4339.0, 4389.0, 4310.0, 4328.0, 4311.0, 4325.0, 4294.0, 4357.0, 4295.0, 4338.0, 4297.0, 4320.0, 4309.0, 4320.0, 4309.0, 4380.0, 4322.0, 4382.0, 4313.0, 4363.0, 4310.0, 4383.0, 4398.0, 4380.0, 4390.0, 4340.0, 4346.0, 4296.0, 4347.0, 4295.0, 4368.0, 4297.0, 4319.0, 4297.0, 4339.0, 4308.0, 4373.0, 4390.0, 4373.0, 4391.0, 4322.0, 4320.0, 4333.0, 4381.0, 4394.0, 4383.0, 4365.0, 4331.0, 4365.0, 4413.0, 4384.0, 4402.0, 4362.0, 4360.0, 4319.0, 4339.0, 4307.0, 4380.0, 4377.0, 4359.0, 4327.0, 4320.0, 4308.0, 4320.0, 4390.0, 4360.0, 4399.0, 4342.0, 4378.0, 4321.0, 4378.0, 4311.0, 4390.0, 4350.0, 4370.0, 4321.0, 4331.0, 4300.0, 4372.0, 4359.0, 4372.0, 4390.0, 4321.0, 4348.0, 4320.0, 4379.0, 4342.0, 4390.0, 4321.0, 4361.0, 4321.0, 4348.0, 4309.0, 4389.0, 4340.0, 4350.0, 4299.0, 4318.0, 4309.0, 4382.0, 4400.0, 4394.0, 4413.0, 4354.0, 4380.0, 4321.0, 4378.0, 4318.0, 4403.0, 4320.0, 4339.0, 4311.0, 4360.0, 4309.0, 4392.0, 4341.0, 4370.0, 4311.0, 4339.0, 4310.0, 4380.0, 4329.0, 4401.0, 4341.0, 4339.0, 4319.0, 4338.0, 4320.0, 4379.0, 4359.0, 4349.0, 4298.0, 4311.0, 4358.0, 4350.0, 4400.0, 4362.0, 4398.0, 4320.0, 4357.0, 4309.0, 4377.0, 4310.0, 4400.0, 4322.0, 4370.0, 4323.0, 4379.0, 4310.0, 4400.0, 4351.0, 4400.0, 4331.0, 4349.0, 4308.0, 4371.0, 4347.0, 4380.0, 4369.0, 4330.0, 4328.0, 4309.0, 4378.0, 4330.0, 4401.0, 4341.0, 4369.0, 4312.0, 4348.0, 4310.0, 4400.0, 4364.0, 4401.0, 4333.0, 4358.0, 4312.0, 4371.0, 4321.0, 4404.0, 4360.0, 4390.0, 4312.0, 4341.0, 4310.0, 4350.0, 4300.0, 4381.0, 4349.0, 4403.0, 4331.0, 4351.0, 4317.0, 4331.0, 4390.0, 4360.0, 4387.0, 4319.0, 4346.0, 4298.0, 4370.0, 4327.0, 4361.0, 4308.0, 4311.0, 4307.0, 4343.0, 4389.0, 4371.0, 4389.0, 4310.0, 4350.0, 4310.0, 4381.0, 4379.0, 4381.0, 4367.0, 4318.0, 4366.0, 4298.0, 4386.0, 4318.0, 4389.0, 4308.0, 4337.0, 4309.0, 4372.0, 4318.0, 4392.0, 4311.0, 4333.0, 4310.0, 4352.0, 4321.0, 4404.0, 4374.0, 4354.0, 4319.0, 4354.0, 4414.0, 4383.0, 4401.0, 4371.0, 4371.0, 4322.0, 4358.0, 4309.0, 4380.0, 4335.0, 4401.0, 4318.0, 4331.0, 4298.0, 4309.0, 4345.0, 4331.0, 4399.0, 4344.0, 4397.0, 4323.0, 4368.0, 4320.0, 4393.0, 4361.0, 4392.0, 4359.0, 4331.0, 4319.0, 4340.0, 4379.0, 4383.0, 4412.0, 4383.0, 4401.0, 4333.0, 4348.0, 4310.0, 4383.0, 4350.0, 4401.0, 4360.0, 4342.0, 4387.0, 4312.0, 4390.0, 4311.0, 4401.0, 4322.0, 4328.0, 4310.0, 4343.0, 4400.0, 4382.0, 4402.0, 4340.0, 4348.0, 4308.0, 4320.0, 4348.0, 4359.0, 4398.0, 4330.0, 4346.0, 4320.0, 4368.0, 4344.0, 4401.0, 4395.0, 4403.0, 4343.0, 4381.0, 4311.0, 4381.0, 4318.0, 4400.0, 4369.0, 4399.0, 4331.0, 4358.0, 4330.0, 4371.0, 4386.0, 4328.0, 4358.0, 4331.0, 4319.0, 4324.0, 4307.0, 4368.0, 4330.0, 4389.0, 4329.0, 4378.0, 4306.0, 4347.0, 4304.0, 4366.0, 4374.0, 4345.0, 4363.0, 4324.0, 4351.0, 4290.0, 4328.0, 4268.0, 4330.0, 4317.0, 4319.0, 4346.0, 4308.0, 4338.0, 4268.0, 4296.0, 4280.0, 4310.0, 4280.0, 4344.0, 4282.0, 4292.0, 4313.0, 4304.0, 4305.0, 4368.0, 4306.0, 4379.0, 4337.0, 4329.0, 4316.0, 4317.0, 4327.0, 4348.0, 4376.0, 4370.0, 4358.0, 4330.0, 4318.0, 4320.0, 4378.0, 4310.0, 4390.0, 4329.0, 4401.0, 4322.0, 4330.0, 4323.0, 4362.0, 4336.0, 4414.0, 4379.0, 4417.0, 4357.0, 4377.0, 4368.0, 4414.0], 'WindowWidth': [9711.0, 9621.0, 9635.0, 9574.0, 9640.0, 9614.0, 9632.0, 9543.0, 9571.0, 9520.0, 9569.0, 9619.0, 9583.0, 9650.0, 9568.0, 9650.0, 9554.0, 9576.0, 9538.0, 9588.0, 9520.0, 9609.0, 9624.0, 9605.0, 9641.0, 9551.0, 9565.0, 9517.0, 9568.0, 9500.0, 9585.0, 9503.0, 9623.0, 9522.0, 9541.0, 9521.0, 9552.0, 9600.0, 9591.0, 9640.0, 9553.0, 9631.0, 9557.0, 9606.0, 9545.0, 9593.0, 9544.0, 9653.0, 9561.0, 9623.0, 9547.0, 9570.0, 9563.0, 9615.0, 9565.0, 9588.0, 9578.0, 9573.0, 9567.0, 9641.0, 9578.0, 9683.0, 9580.0, 9630.0, 9549.0, 9647.0, 9545.0, 9654.0, 9591.0, 9593.0, 9534.0, 9601.0, 9552.0, 9666.0, 9603.0, 9606.0, 9584.0, 9631.0, 9576.0, 9682.0, 9618.0, 9678.0, 9582.0, 9600.0, 9565.0, 9627.0, 9592.0, 9667.0, 9621.0, 9676.0, 9574.0, 9595.0, 9593.0, 9654.0, 9617.0, 9687.0, 9667.0, 9671.0, 9601.0, 9547.0, 9591.0, 9630.0, 9545.0, 9610.0, 9520.0, 9630.0, 9551.0, 9557.0, 9568.0, 9591.0, 9601.0, 9630.0, 9631.0, 9623.0, 9586.0, 9579.0, 9589.0, 9638.0, 9605.0, 9646.0, 9573.0, 9601.0, 9537.0, 9546.0, 9511.0, 9603.0, 9513.0, 9581.0, 9517.0, 9542.0, 9519.0, 9544.0, 9519.0, 9619.0, 9540.0, 9548.0, 9541.0, 9578.0, 9545.0, 9672.0, 9599.0, 9640.0, 9576.0, 9606.0, 9527.0, 9591.0, 9550.0, 9634.0, 9582.0, 9543.0, 9595.0, 9515.0, 9546.0, 9525.0, 9598.0, 9551.0, 9591.0, 9622.0, 9541.0, 9547.0, 9556.0, 9608.0, 9568.0, 9624.0, 9599.0, 9625.0, 9536.0, 9584.0, 9499.0, 9576.0, 9484.0, 9528.0, 9521.0, 9527.0, 9522.0, 9460.0, 9496.0, 9490.0, 9555.0, 9493.0, 9556.0, 9506.0, 9573.0, 9512.0, 9520.0, 9500.0, 9525.0, 9523.0, 9573.0, 9531.0, 9566.0, 9529.0, 9525.0, 9520.0, 9587.0, 9522.0, 9635.0, 9526.0, 9569.0, 9529.0, 9570.0, 9529.0, 9612.0, 9533.0, 9623.0, 9569.0, 9566.0, 9571.0, 9586.0, 9569.0, 9661.0, 9595.0, 9674.0, 9596.0, 9603.0, 9548.0, 9610.0, 9545.0, 9656.0, 9611.0, 9639.0, 9528.0, 9566.0, 9534.0, 9615.0, 9546.0, 9674.0, 9599.0, 9616.0, 9547.0, 9558.0, 9546.0, 9598.0, 9533.0, 9661.0, 9591.0, 9603.0, 9533.0, 9599.0, 9528.0, 9625.0, 9633.0, 9601.0, 9628.0, 9556.0, 9605.0, 9538.0, 9591.0, 9528.0, 9634.0, 9546.0, 9548.0, 9547.0, 9551.0, 9548.0, 9653.0, 9552.0, 9658.0, 9570.0, 9574.0, 9579.0, 9627.0, 9678.0, 9641.0, 9680.0, 9626.0, 9659.0, 9584.0, 9622.0, 9567.0, 9651.0, 9617.0, 9659.0, 9593.0, 9631.0, 9568.0, 9573.0, 9631.0, 9594.0, 9633.0, 9554.0, 9557.0, 9574.0, 9610.0, 9576.0, 9657.0, 9549.0, 9656.0, 9552.0, 9599.0, 9565.0, 9613.0, 9580.0, 9657.0, 9626.0, 9674.0, 9590.0, 9642.0, 9551.0, 9643.0, 9578.0, 9657.0, 9580.0, 9570.0, 9535.0, 9526.0, 9577.0, 9597.0, 9645.0, 9562.0, 9569.0, 9564.0, 9569.0, 9559.0, 9639.0, 9593.0, 9672.0, 9569.0, 9628.0, 9554.0, 9602.0, 9556.0, 9657.0, 9627.0, 9659.0, 9582.0, 9628.0, 9567.0, 9646.0, 9574.0, 9670.0, 9561.0, 9594.0, 9550.0, 9584.0, 9570.0, 9660.0, 9588.0, 9678.0, 9590.0, 9648.0, 9571.0, 9664.0, 9608.0, 9695.0, 9609.0, 9602.0, 9541.0, 9580.0, 9526.0, 9627.0, 9606.0, 9648.0, 9584.0, 9561.0, 9546.0, 9591.0, 9546.0, 9640.0, 9564.0, 9600.0, 9538.0, 9575.0, 9550.0, 9648.0, 9615.0, 9661.0, 9600.0, 9583.0, 9537.0, 9581.0, 9620.0, 9610.0, 9651.0, 9570.0, 9552.0, 9543.0, 9555.0, 9602.0, 9639.0, 9647.0, 9586.0, 9558.0, 9544.0, 9604.0, 9591.0, 9630.0, 9657.0, 9604.0, 9560.0, 9564.0, 9575.0, 9638.0, 9659.0, 9637.0, 9663.0, 9576.0, 9566.0, 9570.0, 9631.0, 9621.0, 9672.0, 9597.0, 9657.0, 9551.0, 9640.0, 9594.0, 9651.0, 9610.0, 9652.0, 9566.0, 9612.0, 9548.0, 9611.0, 9547.0, 9658.0, 9573.0, 9584.0, 9533.0, 9597.0, 9546.0, 9652.0, 9588.0, 9598.0, 9547.0, 9576.0, 9546.0, 9619.0, 9652.0, 9621.0, 9651.0, 9574.0, 9607.0, 9557.0, 9588.0, 9554.0, 9647.0, 9556.0, 9565.0, 9532.0, 9575.0, 9533.0, 9624.0, 9549.0, 9659.0, 9565.0, 9588.0, 9548.0, 9590.0, 9538.0, 9660.0, 9578.0, 9642.0, 9554.0, 9616.0, 9547.0, 9637.0, 9656.0, 9634.0, 9638.0, 9576.0, 9559.0, 9592.0, 9567.0, 9635.0, 9646.0, 9637.0, 9580.0, 9584.0, 9647.0, 9610.0, 9669.0, 9605.0, 9657.0, 9559.0, 9584.0, 9540.0, 9598.0, 9568.0, 9596.0, 9617.0, 9558.0, 9564.0, 9556.0, 9606.0, 9606.0, 9648.0, 9622.0, 9667.0, 9576.0, 9639.0, 9579.0, 9641.0, 9561.0, 9651.0, 9601.0, 9623.0, 9543.0, 9583.0, 9528.0, 9626.0, 9617.0, 9599.0, 9589.0, 9555.0, 9587.0, 9570.0, 9621.0, 9543.0, 9649.0, 9548.0, 9568.0, 9529.0, 9614.0, 9543.0, 9648.0, 9588.0, 9576.0, 9574.0, 9581.0, 9644.0, 9612.0, 9660.0, 9612.0, 9672.0, 9586.0, 9632.0, 9573.0, 9653.0, 9595.0, 9675.0, 9587.0, 9587.0, 9527.0, 9600.0, 9566.0, 9631.0, 9646.0, 9618.0, 9649.0, 9571.0, 9595.0, 9556.0, 9597.0, 9534.0, 9654.0, 9574.0, 9609.0, 9563.0, 9593.0, 9552.0, 9641.0, 9561.0, 9676.0, 9586.0, 9589.0, 9556.0, 9576.0, 9586.0, 9608.0, 9643.0, 9587.0, 9570.0, 9565.0, 9639.0, 9561.0, 9650.0, 9578.0, 9670.0, 9577.0, 9580.0, 9550.0, 9597.0, 9551.0, 9643.0, 9578.0, 9640.0, 9553.0, 9593.0, 9559.0, 9585.0, 9657.0, 9620.0, 9668.0, 9597.0, 9616.0, 9586.0, 9634.0, 9617.0, 9663.0, 9629.0, 9680.0, 9603.0, 9641.0, 9566.0, 9644.0, 9579.0, 9674.0, 9604.0, 9617.0, 9566.0, 9605.0, 9577.0, 9661.0, 9588.0, 9675.0, 9564.0, 9572.0, 9551.0, 9626.0, 9556.0, 9657.0, 9593.0, 9627.0, 9553.0, 9611.0, 9569.0, 9659.0, 9578.0, 9673.0, 9621.0, 9624.0, 9563.0, 9622.0, 9563.0, 9651.0, 9588.0, 9673.0, 9574.0, 9580.0, 9528.0, 9581.0, 9529.0, 9639.0, 9548.0, 9586.0, 9537.0, 9588.0, 9564.0, 9661.0, 9592.0, 9685.0, 9595.0, 9633.0, 9560.0, 9640.0, 9550.0, 9663.0, 9616.0, 9647.0, 9557.0, 9574.0, 9565.0, 9627.0, 9565.0, 9689.0, 9638.0, 9667.0, 9581.0, 9597.0, 9548.0, 9629.0, 9570.0, 9629.0, 9529.0, 9573.0, 9528.0, 9559.0, 9561.0, 9619.0, 9640.0, 9613.0, 9635.0, 9572.0, 9593.0, 9573.0, 9650.0, 9586.0, 9663.0, 9628.0, 9674.0, 9571.0, 9631.0, 9579.0, 9675.0, 9611.0, 9691.0, 9624.0, 9632.0, 9561.0, 9632.0, 9558.0, 9657.0, 9627.0, 9611.0, 9554.0, 9573.0, 9538.0, 9614.0, 9635.0, 9646.0, 9621.0, 9575.0, 9553.0, 9559.0, 9648.0, 9601.0, 9665.0, 9624.0, 9651.0, 9564.0, 9622.0, 9581.0, 9671.0, 9632.0, 9686.0, 9606.0, 9645.0, 9582.0, 9653.0, 9563.0, 9664.0, 9616.0, 9671.0, 9591.0, 9598.0, 9545.0, 9609.0, 9549.0, 9667.0, 9608.0, 9639.0, 9569.0, 9625.0, 9548.0, 9659.0, 9585.0, 9681.0, 9562.0, 9589.0, 9543.0, 9576.0, 9549.0, 9630.0, 9653.0, 9578.0, 9563.0, 9569.0, 9582.0, 9625.0, 9673.0, 9675.0, 9679.0, 9616.0, 9652.0, 9623.0, 9674.0, 9632.0, 9675.0, 9606.0, 9625.0, 9566.0, 9624.0, 9555.0, 9656.0, 9601.0, 9659.0, 9549.0, 9568.0, 9547.0, 9561.0, 9546.0, 9619.0, 9645.0, 9570.0, 9579.0, 9567.0, 9595.0, 9652.0, 9675.0, 9703.0, 9669.0, 9698.0, 9615.0, 9668.0, 9611.0, 9625.0, 9666.0, 9558.0, 9648.0, 9551.0, 9590.0, 9600.0, 9678.0, 9657.0, 9676.0, 9662.0, 9665.0, 9612.0, 9633.0, 9578.0, 9620.0, 9573.0, 9619.0, 9566.0, 9602.0, 9562.0, 9597.0, 9503.0, 9525.0, 9487.0, 9524.0, 9464.0, 9552.0, 9480.0, 9569.0, 9510.0, 9488.0, 9489.0, 9493.0, 9505.0, 9554.0, 9498.0, 9618.0, 9517.0, 9559.0, 9520.0, 9562.0, 9508.0, 9619.0, 9550.0, 9648.0, 9524.0, 9567.0, 9509.0, 9570.0, 9537.0, 9645.0, 9564.0, 9621.0, 9557.0, 9582.0, 9563.0, 9646.0, 9592.0, 9707.0, 9662.0, 9681.0, 9621.0, 9667.0, 9615.0, 9690.0, 9653.0, 9706.0, 9640.0, 9659.0, 9595.0, 9590.0, 9597.0, 9626.0, 9666.0, 9634.0, 9639.0, 9553.0, 9631.0, 9540.0, 9649.0, 9643.0, 9650.0, 9662.0, 9588.0, 9546.0, 9565.0, 9561.0, 9611.0, 9672.0, 9635.0, 9669.0, 9593.0, 9626.0, 9551.0, 9641.0, 9544.0, 9668.0, 9606.0, 9675.0, 9584.0, 9583.0, 9554.0, 9604.0, 9554.0, 9671.0, 9598.0, 9629.0, 9571.0, 9606.0, 9554.0, 9650.0, 9626.0, 9651.0, 9657.0, 9576.0, 9638.0, 9546.0, 9637.0, 9530.0, 9671.0, 9549.0, 9599.0, 9537.0, 9576.0, 9559.0, 9647.0, 9583.0, 9664.0, 9578.0, 9610.0, 9586.0, 9679.0, 9655.0, 9711.0, 9701.0, 9663.0, 9693.0, 9639.0, 9684.0, 9601.0, 9655.0, 9622.0, 9587.0, 9654.0, 9552.0, 9573.0, 9554.0, 9566.0, 9520.0, 9606.0, 9522.0, 9585.0, 9530.0, 9563.0, 9549.0, 9565.0, 9550.0, 9646.0, 9571.0, 9651.0, 9560.0, 9626.0, 9551.0, 9654.0, 9667.0, 9646.0, 9657.0, 9588.0, 9591.0, 9525.0, 9593.0, 9523.0, 9623.0, 9528.0, 9558.0, 9528.0, 9588.0, 9546.0, 9638.0, 9657.0, 9641.0, 9659.0, 9569.0, 9564.0, 9587.0, 9649.0, 9672.0, 9655.0, 9633.0, 9584.0, 9633.0, 9694.0, 9655.0, 9678.0, 9622.0, 9614.0, 9560.0, 9585.0, 9541.0, 9643.0, 9634.0, 9615.0, 9567.0, 9563.0, 9544.0, 9563.0, 9656.0, 9617.0, 9669.0, 9596.0, 9639.0, 9569.0, 9639.0, 9556.0, 9660.0, 9606.0, 9631.0, 9566.0, 9580.0, 9537.0, 9635.0, 9613.0, 9637.0, 9656.0, 9566.0, 9598.0, 9566.0, 9641.0, 9596.0, 9658.0, 9567.0, 9619.0, 9568.0, 9600.0, 9550.0, 9659.0, 9589.0, 9604.0, 9535.0, 9560.0, 9548.0, 9652.0, 9672.0, 9673.0, 9693.0, 9615.0, 9645.0, 9569.0, 9640.0, 9559.0, 9678.0, 9565.0, 9587.0, 9553.0, 9618.0, 9550.0, 9663.0, 9593.0, 9630.0, 9553.0, 9588.0, 9551.0, 9644.0, 9573.0, 9677.0, 9591.0, 9589.0, 9560.0, 9587.0, 9563.0, 9643.0, 9614.0, 9602.0, 9531.0, 9552.0, 9610.0, 9603.0, 9670.0, 9622.0, 9666.0, 9564.0, 9609.0, 9549.0, 9636.0, 9552.0, 9670.0, 9570.0, 9630.0, 9573.0, 9641.0, 9554.0, 9672.0, 9608.0, 9671.0, 9579.0, 9601.0, 9543.0, 9632.0, 9595.0, 9644.0, 9627.0, 9578.0, 9571.0, 9549.0, 9637.0, 9579.0, 9673.0, 9595.0, 9626.0, 9556.0, 9598.0, 9555.0, 9671.0, 9631.0, 9676.0, 9587.0, 9616.0, 9559.0, 9633.0, 9569.0, 9685.0, 9618.0, 9661.0, 9555.0, 9594.0, 9553.0, 9604.0, 9538.0, 9647.0, 9602.0, 9684.0, 9580.0, 9609.0, 9558.0, 9582.0, 9657.0, 9619.0, 9651.0, 9561.0, 9593.0, 9531.0, 9628.0, 9569.0, 9620.0, 9546.0, 9553.0, 9543.0, 9599.0, 9655.0, 9636.0, 9654.0, 9551.0, 9601.0, 9549.0, 9648.0, 9639.0, 9646.0, 9621.0, 9559.0, 9619.0, 9534.0, 9648.0, 9558.0, 9654.0, 9546.0, 9583.0, 9549.0, 9639.0, 9562.0, 9666.0, 9556.0, 9586.0, 9554.0, 9614.0, 9571.0, 9689.0, 9643.0, 9618.0, 9566.0, 9619.0, 9698.0, 9655.0, 9675.0, 9636.0, 9633.0, 9569.0, 9610.0, 9547.0, 9645.0, 9580.0, 9676.0, 9559.0, 9579.0, 9532.0, 9551.0, 9595.0, 9584.0, 9670.0, 9604.0, 9667.0, 9575.0, 9628.0, 9569.0, 9669.0, 9619.0, 9666.0, 9615.0, 9581.0, 9561.0, 9592.0, 9644.0, 9656.0, 9691.0, 9656.0, 9675.0, 9587.0, 9600.0, 9554.0, 9653.0, 9604.0, 9678.0, 9617.0, 9597.0, 9651.0, 9559.0, 9661.0, 9557.0, 9677.0, 9573.0, 9576.0, 9555.0, 9601.0, 9674.0, 9651.0, 9677.0, 9593.0, 9598.0, 9545.0, 9561.0, 9599.0, 9614.0, 9663.0, 9578.0, 9594.0, 9566.0, 9626.0, 9603.0, 9674.0, 9672.0, 9680.0, 9601.0, 9646.0, 9553.0, 9648.0, 9558.0, 9675.0, 9626.0, 9670.0, 9580.0, 9612.0, 9577.0, 9634.0, 9646.0, 9568.0, 9608.0, 9583.0, 9560.0, 9559.0, 9543.0, 9624.0, 9577.0, 9654.0, 9576.0, 9637.0, 9541.0, 9596.0, 9533.0, 9620.0, 9623.0, 9584.0, 9606.0, 9555.0, 9585.0, 9503.0, 9551.0, 9471.0, 9557.0, 9535.0, 9539.0, 9571.0, 9526.0, 9562.0, 9473.0, 9507.0, 9492.0, 9532.0, 9493.0, 9584.0, 9498.0, 9512.0, 9544.0, 9532.0, 9536.0, 9626.0, 9539.0, 9643.0, 9581.0, 9572.0, 9551.0, 9555.0, 9566.0, 9596.0, 9632.0, 9631.0, 9610.0, 9577.0, 9560.0, 9565.0, 9637.0, 9551.0, 9654.0, 9576.0, 9673.0, 9570.0, 9580.0, 9575.0, 9626.0, 9601.0, 9698.0, 9660.0, 9705.0, 9629.0, 9652.0, 9643.0, 9700.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.0015658453373768003</td></tr>
<tr><td colspan=3>aqi</td><td>0.02952696573161486</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.4824000836874</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2291812306980272</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9952545683611548</td></tr>
<tr><td colspan=3>efc</td><td>0.4739</td></tr>
<tr><td colspan=3>fber</td><td>5614.0142</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10553295578100264</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>98</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.429871114480667</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.48814457050315</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.394310488369735</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7963751151474034</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.273748107992312</td></tr>
<tr><td colspan=3>gcor</td><td>0.0101958</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017420588061213493</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025674985721707344</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1319</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.677872052296173</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.4938</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.7343</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.2458</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301840.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>879.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>365.3011</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.889</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>622.3621</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3524.4797</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3732.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74704.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1047.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4711.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1014.7104</td></tr>
<tr><td colspan=3>tsnr</td><td>34.07686086790636</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>