ds005256-mriqc/sub-0109_ses-02_task-narratives_acq-mb8_run-03_bold.html
Felix Hoffstaedter 73782ef499 [DATALAD RUNCMD] Compute MRIQC for sub-0109
=== 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-0109 --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-0109",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:18:08 +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-0109_ses-02_task-narratives_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0109_ses-02_task-narratives_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0109_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0109_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0109_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0109_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0109_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0109_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0109_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0109/ses-02/func/sub-0109_ses-02_task-narratives_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b0d8bf1ff4e82dfab2d2b0acaecb23d2</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:09:1.672500</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.999732, 0.0223292, -0.00614155, -0.0214651, 0.992996, 0.116183]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0821076</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4216, -7777, -7214, 354, -155, 45, 91, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.14</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>66538504-e9b5-48d3-aad7-651b99e19aac||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.6822073459625244, -0.05758918821811676, -0.02347058802843094, 116.10602569580078], [-0.05990773066878319, 2.664135217666626, 0.313254177570343, -110.92465209960938], [-0.016477322205901146, -0.3117106556892395, 2.681663751602173, -49.07248306274414], [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, 1298]</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], 'AcquisitionTime': ['110901.672500', '110902.132500', '110902.592500', '110903.052500', '110903.512500', '110903.972500', '110904.432500', '110904.892500', '110905.352500', '110905.812500', '110906.272500', '110906.732500', '110907.192500', '110907.652500', '110908.112500', '110908.572500', '110909.032500', '110909.492500', '110909.952500', '110910.412500', '110910.872500', '110911.332500', '110911.792500', '110912.252500', '110912.712500', '110913.172500', '110913.632500', '110914.092500', '110914.552500', '110915.012500', '110915.472500', '110915.932500', '110916.392500', '110916.852500', '110917.312500', '110917.772500', '110918.232500', '110918.692500', '110919.152500', '110919.612500', '110920.072500', '110920.532500', '110920.992500', '110921.452500', '110921.912500', '110922.372500', '110922.832500', '110923.292500', '110923.752500', '110924.212500', '110924.672500', '110925.132500', '110925.592500', '110926.052500', '110926.512500', '110926.972500', '110927.432500', '110927.892500', '110928.352500', '110928.812500', '110929.272500', '110929.732500', '110930.192500', '110930.652500', '110931.112500', '110931.572500', '110932.032500', '110932.492500', '110932.952500', '110933.412500', '110933.872500', '110934.332500', '110934.792500', '110935.252500', '110935.712500', '110936.172500', '110936.632500', '110937.092500', '110937.552500', '110938.012500', '110938.472500', '110938.932500', '110939.392500', '110939.852500', '110940.312500', '110940.772500', '110941.232500', '110941.692500', '110942.152500', '110942.612500', '110943.072500', '110943.532500', '110943.992500', '110944.452500', '110944.912500', '110945.372500', '110945.832500', '110946.292500', '110946.752500', '110947.212500', '110947.672500', '110948.132500', '110948.592500', '110949.052500', '110949.512500', '110949.972500', '110950.432500', '110950.892500', '110951.352500', '110951.812500', '110952.272500', '110952.732500', '110953.192500', '110953.652500', '110954.112500', '110954.572500', '110955.032500', '110955.492500', '110955.952500', '110956.412500', '110956.872500', '110957.332500', '110957.792500', '110958.252500', '110958.712500', '110959.172500', '110959.632500', '111000.092500', '111000.552500', '111001.012500', '111001.472500', '111001.932500', '111002.392500', '111002.852500', '111003.312500', '111003.772500', '111004.232500', '111004.692500', '111005.152500', '111005.612500', '111006.072500', '111006.532500', '111006.992500', '111007.452500', '111007.912500', '111008.372500', '111008.832500', '111009.292500', '111009.752500', '111010.212500', '111010.672500', '111011.132500', '111011.592500', '111012.052500', '111012.512500', '111012.972500', '111013.432500', '111013.892500', '111014.352500', '111014.812500', '111015.272500', '111015.732500', '111016.192500', '111016.652500', '111017.112500', '111017.572500', '111018.032500', '111018.492500', '111018.952500', '111019.412500', '111019.872500', '111020.332500', '111020.792500', '111021.252500', '111021.712500', '111022.172500', '111022.632500', '111023.092500', '111023.552500', '111024.012500', '111024.472500', '111024.932500', '111025.392500', '111025.852500', '111026.312500', '111026.772500', '111027.232500', '111027.692500', '111028.152500', '111028.612500', '111029.072500', '111029.532500', '111029.992500', '111030.452500', '111030.912500', '111031.372500', '111031.832500', '111032.292500', '111032.752500', '111033.212500', '111033.672500', '111034.132500', '111034.592500', '111035.052500', '111035.512500', '111035.972500', '111036.432500', '111036.892500', '111037.352500', '111037.812500', '111038.272500', '111038.732500', '111039.192500', '111039.652500', '111040.112500', '111040.572500', '111041.032500', '111041.492500', '111041.952500', '111042.412500', '111042.872500', '111043.332500', '111043.792500', '111044.252500', '111044.712500', '111045.172500', '111045.632500', '111046.092500', '111046.552500', '111047.012500', '111047.472500', '111047.932500', '111048.392500', '111048.852500', '111049.312500', '111049.772500', '111050.232500', '111050.692500', '111051.152500', '111051.612500', '111052.072500', '111052.532500', '111052.992500', '111053.452500', '111053.912500', '111054.372500', '111054.832500', '111055.292500', '111055.752500', '111056.212500', '111056.672500', '111057.132500', '111057.592500', '111058.052500', '111058.512500', '111058.972500', '111059.432500', '111059.892500', '111100.352500', '111100.812500', '111101.272500', '111101.732500', '111102.192500', '111102.652500', '111103.112500', '111103.572500', '111104.032500', '111104.492500', '111104.952500', '111105.412500', '111105.872500', '111106.332500', '111106.792500', '111107.252500', '111107.712500', '111108.172500', '111108.632500', '111109.092500', '111109.552500', '111110.012500', '111110.472500', '111110.932500', '111111.392500', '111111.852500', '111112.312500', '111112.772500', '111113.232500', '111113.692500', '111114.152500', '111114.612500', '111115.072500', '111115.532500', '111115.992500', '111116.452500', '111116.912500', '111117.372500', '111117.832500', '111118.292500', '111118.752500', '111119.212500', '111119.672500', '111120.132500', '111120.592500', '111121.052500', '111121.512500', '111121.972500', '111122.432500', '111122.892500', '111123.352500', '111123.812500', '111124.272500', '111124.732500', '111125.192500', '111125.652500', '111126.112500', '111126.572500', '111127.032500', '111127.492500', '111127.952500', '111128.412500', '111128.872500', '111129.332500', '111129.792500', '111130.252500', '111130.712500', '111131.172500', '111131.632500', '111132.092500', '111132.552500', '111133.012500', '111133.472500', '111133.932500', '111134.392500', '111134.852500', '111135.312500', '111135.772500', '111136.232500', '111136.692500', '111137.152500', '111137.612500', '111138.072500', '111138.532500', '111138.992500', '111139.452500', '111139.912500', '111140.372500', '111140.832500', '111141.292500', '111141.752500', '111142.212500', '111142.672500', '111143.132500', '111143.592500', '111144.052500', '111144.512500', '111144.972500', '111145.432500', '111145.892500', '111146.352500', '111146.812500', '111147.272500', '111147.732500', '111148.192500', '111148.652500', '111149.112500', '111149.572500', '111150.032500', '111150.492500', '111150.952500', '111151.412500', '111151.872500', '111152.332500', '111152.792500', '111153.252500', '111153.712500', '111154.172500', '111154.632500', '111155.092500', '111155.552500', '111156.012500', '111156.472500', '111156.932500', '111157.392500', '111157.852500', '111158.312500', '111158.772500', '111159.232500', '111159.692500', '111200.152500', '111200.612500', '111201.072500', '111201.532500', '111201.992500', '111202.452500', '111202.912500', '111203.372500', '111203.832500', '111204.292500', '111204.752500', '111205.212500', '111205.672500', '111206.132500', '111206.592500', '111207.052500', '111207.512500', '111207.972500', '111208.432500', '111208.892500', '111209.352500', '111209.812500', '111210.272500', '111210.732500', '111211.192500', '111211.652500', '111212.112500', '111212.572500', '111213.032500', '111213.492500', '111213.952500', '111214.412500', '111214.872500', '111215.332500', '111215.792500', '111216.252500', '111216.712500', '111217.172500', '111217.632500', '111218.092500', '111218.552500', '111219.012500', '111219.472500', '111219.932500', '111220.392500', '111220.852500', '111221.312500', '111221.772500', '111222.232500', '111222.692500', '111223.152500', '111223.612500', '111224.072500', '111224.532500', '111224.992500', '111225.452500', '111225.912500', '111226.372500', '111226.832500', '111227.292500', '111227.752500', '111228.212500', '111228.672500', '111229.132500', '111229.592500', '111230.052500', '111230.512500', '111230.972500', '111231.432500', '111231.892500', '111232.352500', '111232.812500', '111233.272500', '111233.732500', '111234.192500', '111234.652500', '111235.112500', '111235.572500', '111236.032500', '111236.492500', '111236.952500', '111237.412500', '111237.872500', '111238.332500', '111238.792500', '111239.252500', '111239.712500', '111240.172500', '111240.632500', '111241.092500', '111241.552500', '111242.012500', '111242.472500', '111242.932500', '111243.392500', '111243.852500', '111244.312500', '111244.772500', '111245.232500', '111245.692500', '111246.152500', '111246.612500', '111247.072500', '111247.532500', '111247.992500', '111248.452500', '111248.912500', '111249.372500', '111249.832500', '111250.292500', '111250.752500', '111251.212500', '111251.672500', '111252.132500', '111252.592500', '111253.052500', '111253.512500', '111253.972500', '111254.432500', '111254.892500', '111255.352500', '111255.812500', '111256.272500', '111256.732500', '111257.192500', '111257.652500', '111258.112500', '111258.572500', '111259.032500', '111259.492500', '111259.952500', '111300.412500', '111300.872500', '111301.332500', '111301.792500', '111302.252500', '111302.712500', '111303.172500', '111303.632500', '111304.092500', '111304.552500', '111305.012500', '111305.472500', '111305.932500', '111306.392500', '111306.852500', '111307.312500', '111307.772500', '111308.232500', '111308.692500', '111309.152500', '111309.612500', '111310.072500', '111310.532500', '111310.992500', '111311.452500', '111311.912500', '111312.372500', '111312.832500', '111313.292500', '111313.752500', '111314.212500', '111314.672500', '111315.132500', '111315.592500', '111316.052500', '111316.512500', '111316.972500', '111317.432500', '111317.892500', '111318.352500', '111318.812500', '111319.272500', '111319.732500', '111320.192500', '111320.652500', '111321.112500', '111321.572500', '111322.032500', '111322.492500', '111322.952500', '111323.412500', '111323.872500', '111324.332500', '111324.792500', '111325.252500', '111325.712500', '111326.172500', '111326.632500', '111327.092500', '111327.552500', '111328.012500', '111328.472500', '111328.932500', '111329.392500', '111329.852500', '111330.312500', '111330.772500', '111331.232500', '111331.692500', '111332.152500', '111332.612500', '111333.072500', '111333.532500', '111333.992500', '111334.452500', '111334.912500', '111335.372500', '111335.832500', '111336.292500', '111336.752500', '111337.212500', '111337.672500', '111338.132500', '111338.592500', '111339.052500', '111339.512500', '111339.972500', '111340.432500', '111340.892500', '111341.352500', '111341.812500', '111342.272500', '111342.732500', '111343.192500', '111343.652500', '111344.112500', '111344.572500', '111345.032500', '111345.492500', '111345.952500', '111346.412500', '111346.872500', '111347.332500', '111347.792500', '111348.252500', '111348.712500', '111349.172500', '111349.632500', '111350.092500', '111350.552500', '111351.012500', '111351.472500', '111351.932500', '111352.392500', '111352.852500', '111353.312500', '111353.772500', '111354.232500', '111354.692500', '111355.152500', '111355.612500', '111356.072500', '111356.532500', '111356.992500', '111357.452500', '111357.912500', '111358.372500', '111358.832500', '111359.292500', '111359.752500', '111400.212500', '111400.672500', '111401.132500', '111401.592500', '111402.052500', '111402.512500', '111402.972500', '111403.432500', '111403.892500', '111404.352500', '111404.812500', '111405.272500', '111405.732500', '111406.192500', '111406.652500', '111407.112500', '111407.572500', '111408.032500', '111408.492500', '111408.952500', '111409.412500', '111409.872500', '111410.332500', '111410.792500', '111411.252500', '111411.712500', '111412.172500', '111412.632500', '111413.092500', '111413.552500', '111414.012500', '111414.472500', '111414.932500', '111415.392500', '111415.852500', '111416.312500', '111416.772500', '111417.232500', '111417.692500', '111418.152500', '111418.612500', '111419.072500', '111419.532500', '111419.992500', '111420.452500', '111420.912500', '111421.372500', '111421.832500', '111422.292500', '111422.752500', '111423.212500', '111423.672500', '111424.132500', '111424.592500', '111425.052500', '111425.512500', '111425.972500', '111426.432500', '111426.892500', '111427.352500', '111427.812500', '111428.272500', '111428.732500', '111429.192500', '111429.652500', '111430.112500', '111430.572500', '111431.032500', '111431.492500', '111431.952500', '111432.412500', '111432.872500', '111433.332500', '111433.792500', '111434.252500', '111434.712500', '111435.172500', '111435.632500', '111436.092500', '111436.552500', '111437.012500', '111437.472500', '111437.932500', '111438.392500', '111438.852500', '111439.312500', '111439.772500', '111440.232500', '111440.692500', '111441.152500', '111441.612500', '111442.072500', '111442.532500', '111442.992500', '111443.452500', '111443.912500', '111444.372500', '111444.832500', '111445.292500', '111445.752500', '111446.212500', '111446.672500', '111447.132500', '111447.592500', '111448.052500', '111448.512500', '111448.972500', '111449.432500', '111449.892500', '111450.352500', '111450.812500', '111451.272500', '111451.732500', '111452.192500', '111452.652500', '111453.112500', '111453.572500', '111454.032500', '111454.492500', '111454.952500', '111455.412500', '111455.872500', '111456.332500', '111456.792500', '111457.252500', '111457.712500', '111458.172500', '111458.632500', '111459.092500', '111459.552500', '111500.012500', '111500.472500', '111500.932500', '111501.392500', '111501.852500', '111502.312500', '111502.772500', '111503.232500', '111503.692500', '111504.152500', '111504.612500', '111505.072500', '111505.532500', '111505.992500', '111506.452500', '111506.912500', '111507.372500', '111507.832500', '111508.292500', '111508.752500', '111509.212500', '111509.672500', '111510.132500', '111510.592500', '111511.052500', '111511.512500', '111511.972500', '111512.432500', '111512.892500', '111513.352500', '111513.812500', '111514.272500', '111514.732500', '111515.192500', '111515.652500', '111516.112500', '111516.572500', '111517.032500', '111517.492500', '111517.952500', '111518.412500', '111518.872500', '111519.332500', '111519.792500', '111520.252500', '111520.712500', '111521.172500', '111521.632500', '111522.092500', '111522.552500', '111523.012500', '111523.472500', '111523.932500', '111524.392500', '111524.852500', '111525.312500', '111525.772500', '111526.232500', '111526.692500', '111527.152500', '111527.612500', '111528.072500', '111528.532500', '111528.992500', '111529.452500', '111529.912500', '111530.372500', '111530.832500', '111531.292500', '111531.752500', '111532.212500', '111532.672500', '111533.132500', '111533.592500', '111534.052500', '111534.512500', '111534.972500', '111535.432500', '111535.892500', '111536.352500', '111536.812500', '111537.272500', '111537.732500', '111538.192500', '111538.652500', '111539.112500', '111539.572500', '111540.032500', '111540.492500', '111540.952500', '111541.412500', '111541.872500', '111542.332500', '111542.792500', '111543.252500', '111543.712500', '111544.172500', '111544.632500', '111545.092500', '111545.552500', '111546.012500', '111546.472500', '111546.932500', '111547.392500', '111547.852500', '111548.312500', '111548.772500', '111549.232500', '111549.692500', '111550.152500', '111550.612500', '111551.072500', '111551.532500', '111551.992500', '111552.452500', '111552.912500', '111553.372500', '111553.832500', '111554.292500', '111554.752500', '111555.212500', '111555.672500', '111556.132500', '111556.592500', '111557.052500', '111557.512500', '111557.972500', '111558.432500', '111558.892500', '111559.352500', '111559.812500', '111600.272500', '111600.732500', '111601.192500', '111601.652500', '111602.112500', '111602.572500', '111603.032500', '111603.492500', '111603.952500', '111604.412500', '111604.872500', '111605.332500', '111605.792500', '111606.252500', '111606.712500', '111607.172500', '111607.632500', '111608.092500', '111608.552500', '111609.012500', '111609.472500', '111609.932500', '111610.392500', '111610.852500', '111611.312500', '111611.772500', '111612.232500', '111612.692500', '111613.152500', '111613.612500', '111614.072500', '111614.532500', '111614.992500', '111615.452500', '111615.912500', '111616.372500', '111616.832500', '111617.292500', '111617.752500', '111618.212500', '111618.672500', '111619.132500', '111619.592500', '111620.052500', '111620.512500', '111620.972500', '111621.432500', '111621.892500', '111622.352500', '111622.812500', '111623.272500', '111623.732500', '111624.192500', '111624.652500', '111625.112500', '111625.572500', '111626.032500', '111626.492500', '111626.952500', '111627.412500', '111627.872500', '111628.332500', '111628.792500', '111629.252500', '111629.712500', '111630.172500', '111630.632500', '111631.092500', '111631.552500', '111632.012500', '111632.472500', '111632.932500', '111633.392500', '111633.852500', '111634.312500', '111634.772500', '111635.232500', '111635.692500', '111636.152500', '111636.612500', '111637.072500', '111637.532500', '111637.992500', '111638.452500', '111638.912500', '111639.372500', '111639.832500', '111640.292500', '111640.752500', '111641.212500', '111641.672500', '111642.132500', '111642.592500', '111643.052500', '111643.512500', '111643.972500', '111644.432500', '111644.892500', '111645.352500', '111645.812500', '111646.272500', '111646.732500', '111647.192500', '111647.652500', '111648.112500', '111648.572500', '111649.032500', '111649.492500', '111649.952500', '111650.412500', '111650.872500', '111651.332500', '111651.792500', '111652.252500', '111652.712500', '111653.172500', '111653.632500', '111654.092500', '111654.552500', '111655.012500', '111655.472500', '111655.932500', '111656.392500', '111656.852500', '111657.312500', '111657.772500', '111658.232500', '111658.692500', '111659.152500', '111659.612500', '111700.072500', '111700.532500', '111700.992500', '111701.452500', '111701.912500', '111702.372500', '111702.832500', '111703.292500', '111703.752500', '111704.212500', '111704.672500', '111705.132500', '111705.592500', '111706.052500', '111706.512500', '111706.972500', '111707.432500', '111707.892500', '111708.352500', '111708.812500', '111709.272500', '111709.732500', '111710.192500', '111710.652500', '111711.112500', '111711.572500', '111712.032500', '111712.492500', '111712.952500', '111713.412500', '111713.872500', '111714.332500', '111714.792500', '111715.252500', '111715.712500', '111716.172500', '111716.632500', '111717.092500', '111717.552500', '111718.012500', '111718.472500', '111718.932500', '111719.392500', '111719.852500', '111720.312500', '111720.772500', '111721.232500', '111721.692500', '111722.152500', '111722.612500', '111723.072500', '111723.532500', '111723.992500', '111724.452500', '111724.912500', '111725.372500', '111725.832500', '111726.292500', '111726.752500', '111727.212500', '111727.672500', '111728.132500', '111728.592500', '111729.052500', '111729.512500', '111729.972500', '111730.432500', '111730.892500', '111731.352500', '111731.812500', '111732.272500', '111732.732500', '111733.192500', '111733.652500', '111734.112500', '111734.572500', '111735.032500', '111735.492500', '111735.952500', '111736.412500', '111736.872500', '111737.332500', '111737.792500', '111738.252500', '111738.712500', '111739.172500', '111739.632500', '111740.092500', '111740.552500', '111741.012500', '111741.472500', '111741.932500', '111742.392500', '111742.852500', '111743.312500', '111743.772500', '111744.232500', '111744.692500', '111745.152500', '111745.612500', '111746.072500', '111746.532500', '111746.992500', '111747.452500', '111747.912500', '111748.372500', '111748.832500', '111749.292500', '111749.752500', '111750.212500', '111750.672500', '111751.132500', '111751.592500', '111752.052500', '111752.512500', '111752.972500', '111753.432500', '111753.892500', '111754.352500', '111754.812500', '111755.272500', '111755.732500', '111756.192500', '111756.652500', '111757.112500', '111757.572500', '111758.032500', '111758.492500', '111758.952500', '111759.412500', '111759.872500', '111800.332500', '111800.792500', '111801.252500', '111801.712500', '111802.172500', '111802.632500', '111803.092500', '111803.552500', '111804.012500', '111804.472500', '111804.932500', '111805.392500', '111805.852500', '111806.312500', '111806.772500', '111807.232500', '111807.692500', '111808.152500', '111808.612500', '111809.072500', '111809.532500', '111809.992500', '111810.452500', '111810.912500', '111811.372500', '111811.832500', '111812.292500', '111812.752500', '111813.212500', '111813.672500', '111814.132500', '111814.592500', '111815.052500', '111815.512500', '111815.972500', '111816.432500', '111816.892500', '111817.352500', '111817.812500', '111818.272500', '111818.732500', '111819.192500', '111819.652500', '111820.112500', '111820.572500', '111821.032500', '111821.492500', '111821.952500', '111822.412500', '111822.872500', '111823.332500', '111823.792500', '111824.252500', '111824.712500', '111825.172500', '111825.632500', '111826.092500', '111826.552500', '111827.012500', '111827.472500', '111827.932500', '111828.392500', '111828.852500', '111829.312500', '111829.772500', '111830.232500', '111830.692500', '111831.152500', '111831.612500', '111832.072500', '111832.532500', '111832.992500', '111833.452500', '111833.912500', '111834.372500', '111834.832500', '111835.292500', '111835.752500', '111836.212500', '111836.672500', '111837.132500', '111837.592500', '111838.052500', '111838.512500', '111838.972500', '111839.432500', '111839.892500', '111840.352500', '111840.812500', '111841.272500', '111841.732500', '111842.192500', '111842.652500', '111843.112500', '111843.572500', '111844.032500', '111844.492500', '111844.952500', '111845.412500', '111845.872500', '111846.332500', '111846.792500', '111847.252500', '111847.712500', '111848.172500', '111848.632500', '111849.092500', '111849.552500', '111850.012500', '111850.472500', '111850.932500', '111851.392500', '111851.852500', '111852.312500', '111852.772500', '111853.232500', '111853.692500', '111854.152500', '111854.612500', '111855.072500', '111855.532500', '111855.992500', '111856.452500', '111856.912500', '111857.372500', '111857.832500', '111858.292500'], 'ContentTime': ['110915.021000', '110915.024000', '110915.027000', '110915.030000', '110915.032000', '110915.035000', '110915.038000', '110915.040000', '110915.043000', '110915.045000', '110915.048000', '110915.050000', '110915.053000', '110915.062000', '110915.065000', '110915.067000', '110915.070000', '110915.072000', '110915.075000', '110915.077000', '110915.080000', '110915.083000', '110915.085000', '110915.088000', '110915.090000', '110915.093000', '110915.095000', '110934.992000', '110934.995000', '110934.998000', '110935.002000', '110935.005000', '110935.008000', '110935.010000', '110935.013000', '110935.015000', '110935.018000', '110935.020000', '110935.023000', '110935.025000', '110935.028000', '110935.030000', '110935.033000', '110935.035000', '110935.038000', '110935.041000', '110935.043000', '110935.046000', '110935.048000', '110935.051000', '110935.053000', '110935.056000', '110935.058000', '110935.061000', '110935.063000', '110935.066000', '110935.069000', '110935.071000', '110935.074000', '110935.076000', '110935.079000', '110935.081000', '110935.084000', '110935.086000', '110935.089000', '110935.092000', '110935.100000', '110935.103000', '110935.106000', '110935.108000', '110954.992000', '110954.995000', '110954.998000', '110955.001000', '110955.004000', '110955.006000', '110955.009000', '110955.011000', '110955.014000', '110955.016000', '110955.019000', '110955.022000', '110955.024000', '110955.027000', '110955.029000', '110955.032000', '110955.034000', '110955.037000', '110955.039000', '110955.042000', '110955.044000', '110955.047000', '110955.050000', '110955.052000', '110955.055000', '110955.057000', '110955.060000', '110955.062000', '110955.065000', '110955.067000', '110955.070000', '110955.072000', '110955.075000', '110955.077000', '110955.080000', '110955.082000', '110955.085000', '110955.088000', '110955.090000', '110955.093000', '110955.095000', '110955.098000', '110955.128000', '110955.130000', '111014.992000', '111014.995000', '111014.998000', '111015.000000', '111015.003000', '111015.005000', '111015.008000', '111015.010000', '111015.013000', '111015.016000', '111015.018000', '111015.021000', '111015.023000', '111015.026000', '111015.028000', '111015.031000', '111015.033000', '111015.036000', '111015.038000', '111015.041000', '111015.044000', '111015.046000', '111015.049000', '111015.051000', '111015.054000', '111015.056000', '111015.059000', '111015.061000', '111015.064000', '111015.066000', '111015.069000', '111015.072000', '111015.074000', '111015.077000', '111015.079000', '111015.082000', '111015.084000', '111015.087000', '111015.089000', '111015.092000', '111015.095000', '111015.097000', '111015.100000', '111034.992000', '111034.995000', '111034.998000', '111035.000000', '111035.003000', '111035.005000', '111035.008000', '111035.010000', '111035.013000', '111035.016000', '111035.018000', '111035.021000', '111035.023000', '111035.026000', '111035.028000', '111035.031000', '111035.034000', '111035.036000', '111035.039000', '111035.041000', '111035.044000', '111035.046000', '111035.049000', '111035.051000', '111035.054000', '111035.056000', '111035.059000', '111035.062000', '111035.064000', '111035.067000', '111035.070000', '111035.072000', '111035.075000', '111035.077000', '111035.080000', '111035.082000', '111035.085000', '111035.088000', '111035.090000', '111035.093000', '111035.095000', '111035.098000', '111035.100000', '111035.103000', '111054.993000', '111054.995000', '111054.998000', '111055.000000', '111055.003000', '111055.006000', '111055.008000', '111055.011000', '111055.013000', '111055.016000', '111055.019000', '111055.021000', '111055.024000', '111055.026000', '111055.029000', '111055.031000', '111055.034000', '111055.037000', '111055.039000', '111055.042000', '111055.044000', '111055.047000', '111055.049000', '111055.052000', '111055.054000', '111055.057000', '111055.060000', '111055.062000', '111055.065000', '111055.067000', '111055.070000', '111055.072000', '111055.075000', '111055.078000', '111055.080000', '111055.083000', '111055.085000', '111055.088000', '111055.090000', '111055.093000', '111055.096000', '111055.098000', '111055.101000', '111114.992000', '111114.995000', '111114.998000', '111115.001000', '111115.004000', '111115.007000', '111115.009000', '111115.012000', '111115.014000', '111115.017000', '111115.019000', '111115.022000', '111115.024000', '111115.027000', '111115.030000', '111115.032000', '111115.035000', '111115.038000', '111115.040000', '111115.043000', '111115.045000', '111115.048000', '111115.051000', '111115.053000', '111115.056000', '111115.058000', '111115.061000', '111115.063000', '111115.066000', '111115.069000', '111115.071000', '111115.074000', '111115.076000', '111115.079000', '111115.081000', '111115.084000', '111115.086000', '111115.089000', '111115.091000', '111115.094000', '111115.097000', '111115.099000', '111115.102000', '111115.104000', '111134.992000', '111134.995000', '111134.998000', '111135.002000', '111135.004000', '111135.007000', '111135.009000', '111135.012000', '111135.014000', '111135.017000', '111135.020000', '111135.022000', '111135.025000', '111135.027000', '111135.030000', '111135.032000', '111135.035000', '111135.038000', '111135.040000', '111135.043000', '111135.045000', '111135.048000', '111135.050000', '111135.053000', '111135.056000', '111135.058000', '111135.061000', '111135.063000', '111135.066000', '111135.068000', '111135.071000', '111135.073000', '111135.076000', '111135.079000', '111135.081000', '111135.084000', '111135.086000', '111135.102000', '111135.105000', '111135.107000', '111135.110000', '111135.112000', '111135.115000', '111154.992000', '111154.995000', '111154.998000', '111155.001000', '111155.004000', '111155.006000', '111155.009000', '111155.012000', '111155.014000', '111155.017000', '111155.019000', '111155.022000', '111155.024000', '111155.027000', '111155.029000', '111155.032000', '111155.035000', '111155.037000', '111155.040000', '111155.042000', '111155.045000', '111155.047000', '111155.050000', '111155.053000', '111155.055000', '111155.058000', '111155.060000', '111155.063000', '111155.065000', '111155.068000', '111155.070000', '111155.073000', '111155.076000', '111155.078000', '111155.081000', '111155.083000', '111155.086000', '111155.088000', '111155.091000', '111155.094000', '111155.096000', '111155.099000', '111155.101000', '111214.992000', '111214.995000', '111214.998000', '111215.001000', '111215.004000', '111215.007000', '111215.009000', '111215.012000', '111215.014000', '111215.017000', '111215.019000', '111215.022000', '111215.024000', '111215.027000', '111215.030000', '111215.032000', '111215.035000', '111215.037000', '111215.040000', '111215.043000', '111215.045000', '111215.048000', '111215.050000', '111215.053000', '111215.055000', '111215.058000', '111215.061000', '111215.063000', '111215.066000', '111215.068000', '111215.071000', '111215.073000', '111215.076000', '111215.079000', '111215.081000', '111215.084000', '111215.086000', '111215.089000', '111215.092000', '111215.094000', '111215.097000', '111215.099000', '111215.102000', '111215.104000', '111234.992000', '111234.995000', '111234.998000', '111235.001000', '111235.004000', '111235.007000', '111235.009000', '111235.012000', '111235.014000', '111235.017000', '111235.020000', '111235.022000', '111235.025000', '111235.029000', '111235.032000', '111235.034000', '111235.037000', '111235.040000', '111235.042000', '111235.045000', '111235.047000', '111235.050000', '111235.053000', '111235.055000', '111235.058000', '111235.060000', '111235.063000', '111235.066000', '111235.068000', '111235.071000', '111235.073000', '111235.076000', '111235.079000', '111235.082000', '111235.084000', '111235.087000', '111235.090000', '111235.092000', '111235.095000', '111235.097000', '111235.100000', '111235.102000', '111235.105000', '111235.108000', '111254.993000', '111254.995000', '111254.998000', '111255.002000', '111255.004000', '111255.007000', '111255.010000', '111255.012000', '111255.015000', '111255.017000', '111255.020000', '111255.022000', '111255.025000', '111255.027000', '111255.030000', '111255.033000', '111255.035000', '111255.038000', '111255.040000', '111255.043000', '111255.045000', '111255.048000', '111255.051000', '111255.053000', '111255.056000', '111255.058000', '111255.061000', '111255.063000', '111255.066000', '111255.069000', '111255.071000', '111255.074000', '111255.076000', '111255.079000', '111255.081000', '111255.084000', '111255.087000', '111255.089000', '111255.092000', '111255.094000', '111255.097000', '111255.099000', '111255.102000', '111314.992000', '111314.995000', '111314.998000', '111315.001000', '111315.004000', '111315.007000', '111315.009000', '111315.012000', '111315.015000', '111315.017000', '111315.020000', '111315.022000', '111315.025000', '111315.027000', '111315.030000', '111315.032000', '111315.035000', '111315.038000', '111315.040000', '111315.082000', '111315.085000', '111315.087000', '111315.090000', '111315.092000', '111315.095000', '111315.097000', '111315.100000', '111315.102000', '111315.105000', '111315.108000', '111315.110000', '111315.113000', '111315.115000', '111315.118000', '111315.120000', '111315.123000', '111315.125000', '111315.128000', '111315.131000', '111315.133000', '111315.136000', '111315.138000', '111315.141000', '111334.993000', '111334.995000', '111334.998000', '111335.001000', '111335.003000', '111335.006000', '111335.009000', '111335.011000', '111335.014000', '111335.016000', '111335.019000', '111335.022000', '111335.024000', '111335.027000', '111335.029000', '111335.032000', '111335.035000', '111335.037000', '111335.040000', '111335.042000', '111335.045000', '111335.048000', '111335.050000', '111335.053000', '111335.055000', '111335.058000', '111335.060000', '111335.063000', '111335.066000', '111335.068000', '111335.071000', '111335.073000', '111335.076000', '111335.078000', '111335.081000', '111335.083000', '111335.086000', '111335.089000', '111335.091000', '111335.094000', '111335.096000', '111335.099000', '111335.101000', '111335.104000', '111354.993000', '111354.995000', '111354.998000', '111355.001000', '111355.003000', '111355.006000', '111355.008000', '111355.011000', '111355.014000', '111355.016000', '111355.019000', '111355.021000', '111355.024000', '111355.026000', '111355.029000', '111355.032000', '111355.034000', '111355.037000', '111355.040000', '111355.043000', '111355.045000', '111355.048000', '111355.050000', '111355.053000', '111355.055000', '111355.058000', '111355.060000', '111355.063000', '111355.066000', '111355.070000', '111355.072000', '111355.075000', '111355.078000', '111355.080000', '111355.083000', '111355.085000', '111355.088000', '111355.090000', '111355.093000', '111355.096000', '111355.098000', '111355.101000', '111355.103000', '111414.993000', '111414.996000', '111414.998000', '111415.002000', '111415.004000', '111415.007000', '111415.010000', '111415.012000', '111415.015000', '111415.017000', '111415.020000', '111415.022000', '111415.025000', '111415.027000', '111415.030000', '111415.033000', '111415.035000', '111415.038000', '111415.041000', '111415.043000', '111415.046000', '111415.048000', '111415.051000', '111415.054000', '111415.056000', '111415.059000', '111415.061000', '111415.064000', '111415.066000', '111415.069000', '111415.071000', '111415.074000', '111415.077000', '111415.079000', '111415.082000', '111415.084000', '111415.087000', '111415.090000', '111415.092000', '111415.095000', '111415.097000', '111415.100000', '111415.102000', '111415.105000', '111434.992000', '111434.995000', '111434.998000', '111435.002000', '111435.004000', '111435.007000', '111435.009000', '111435.012000', '111435.014000', '111435.017000', '111435.020000', '111435.022000', '111435.025000', '111435.027000', '111435.030000', '111435.032000', '111435.035000', '111435.038000', '111435.040000', '111435.043000', '111435.045000', '111435.048000', '111435.050000', '111435.053000', '111435.056000', '111435.059000', '111435.062000', '111435.065000', '111435.067000', '111435.070000', '111435.083000', '111435.086000', '111435.088000', '111435.091000', '111435.093000', '111435.096000', '111435.098000', '111435.101000', '111435.104000', '111435.106000', '111435.109000', '111435.111000', '111435.114000', '111454.992000', '111454.995000', '111454.998000', '111455.002000', '111455.004000', '111455.007000', '111455.009000', '111455.012000', '111455.014000', '111455.017000', '111455.019000', '111455.022000', '111455.025000', '111455.027000', '111455.030000', '111455.032000', '111455.035000', '111455.038000', '111455.040000', '111455.043000', '111455.045000', '111455.048000', '111455.050000', '111455.053000', '111455.055000', '111455.058000', '111455.061000', '111455.063000', '111455.066000', '111455.068000', '111455.071000', '111455.073000', '111455.076000', '111455.079000', '111455.081000', '111455.084000', '111455.086000', '111455.089000', '111455.091000', '111455.094000', '111455.097000', '111455.099000', '111455.102000', '111455.104000', '111514.994000', '111514.997000', '111515.000000', '111515.003000', '111515.006000', '111515.008000', '111515.011000', '111515.013000', '111515.016000', '111515.019000', '111515.021000', '111515.024000', '111515.026000', '111515.029000', '111515.031000', '111515.034000', '111515.037000', '111515.039000', '111515.042000', '111515.044000', '111515.047000', '111515.049000', '111515.052000', '111515.055000', '111515.058000', '111515.061000', '111515.064000', '111515.067000', '111515.069000', '111515.072000', '111515.075000', '111515.077000', '111515.080000', '111515.082000', '111515.085000', '111515.087000', '111515.090000', '111515.093000', '111515.095000', '111515.098000', '111515.100000', '111515.103000', '111515.106000', '111534.993000', '111534.996000', '111534.998000', '111535.002000', '111535.005000', '111535.007000', '111535.010000', '111535.012000', '111535.015000', '111535.017000', '111535.020000', '111535.022000', '111535.025000', '111535.028000', '111535.030000', '111535.033000', '111535.035000', '111535.038000', '111535.040000', '111535.043000', '111535.046000', '111535.048000', '111535.051000', '111535.053000', '111535.056000', '111535.058000', '111535.061000', '111535.064000', '111535.066000', '111535.069000', '111535.072000', '111535.074000', '111535.077000', '111535.079000', '111535.082000', '111535.085000', '111535.087000', '111535.090000', '111535.092000', '111535.095000', '111535.098000', '111535.100000', '111535.103000', '111554.993000', '111554.996000', '111554.998000', '111555.002000', '111555.004000', '111555.007000', '111555.010000', '111555.012000', '111555.015000', '111555.017000', '111555.020000', '111555.022000', '111555.025000', '111555.028000', '111555.030000', '111555.033000', '111555.035000', '111555.038000', '111555.040000', '111555.043000', '111555.046000', '111555.048000', '111555.051000', '111555.053000', '111555.056000', '111555.058000', '111555.061000', '111555.064000', '111555.066000', '111555.069000', '111555.071000', '111555.074000', '111555.076000', '111555.079000', '111555.082000', '111555.084000', '111555.087000', '111555.089000', '111555.092000', '111555.094000', '111555.097000', '111555.109000', '111555.112000', '111555.114000', '111614.993000', '111614.995000', '111614.998000', '111615.001000', '111615.003000', '111615.006000', '111615.008000', '111615.011000', '111615.013000', '111615.016000', '111615.019000', '111615.021000', '111615.024000', '111615.026000', '111615.029000', '111615.032000', '111615.034000', '111615.037000', '111615.039000', '111615.042000', '111615.044000', '111615.047000', '111615.050000', '111615.052000', '111615.055000', '111615.057000', '111615.060000', '111615.062000', '111615.065000', '111615.068000', '111615.070000', '111615.073000', '111615.075000', '111615.078000', '111615.081000', '111615.083000', '111615.086000', '111615.088000', '111615.091000', '111615.093000', '111615.096000', '111615.099000', '111615.101000', '111615.104000', '111634.993000', '111634.995000', '111634.998000', '111635.001000', '111635.003000', '111635.006000', '111635.008000', '111635.011000', '111635.013000', '111635.016000', '111635.019000', '111635.021000', '111635.024000', '111635.026000', '111635.029000', '111635.032000', '111635.034000', '111635.037000', '111635.039000', '111635.042000', '111635.045000', '111635.047000', '111635.050000', '111635.052000', '111635.055000', '111635.058000', '111635.060000', '111635.063000', '111635.065000', '111635.068000', '111635.070000', '111635.073000', '111635.077000', '111635.080000', '111635.082000', '111635.085000', '111635.087000', '111635.090000', '111635.093000', '111635.095000', '111635.098000', '111635.100000', '111635.103000', '111654.992000', '111654.995000', '111654.998000', '111655.000000', '111655.003000', '111655.005000', '111655.008000', '111655.011000', '111655.013000', '111655.016000', '111655.018000', '111655.021000', '111655.023000', '111655.026000', '111655.029000', '111655.031000', '111655.034000', '111655.036000', '111655.039000', '111655.042000', '111655.044000', '111655.047000', '111655.049000', '111655.052000', '111655.055000', '111655.057000', '111655.060000', '111655.062000', '111655.065000', '111655.067000', '111655.070000', '111655.073000', '111655.075000', '111655.078000', '111655.080000', '111655.083000', '111655.085000', '111655.088000', '111655.091000', '111655.093000', '111655.096000', '111655.098000', '111655.101000', '111655.103000', '111714.993000', '111714.995000', '111714.998000', '111715.002000', '111715.004000', '111715.007000', '111715.009000', '111715.012000', '111715.015000', '111715.017000', '111715.020000', '111715.023000', '111715.025000', '111715.028000', '111715.030000', '111715.033000', '111715.035000', '111715.038000', '111715.041000', '111715.043000', '111715.046000', '111715.048000', '111715.051000', '111715.054000', '111715.056000', '111715.059000', '111715.061000', '111715.064000', '111715.066000', '111715.069000', '111715.072000', '111715.074000', '111715.077000', '111715.079000', '111715.082000', '111715.084000', '111715.087000', '111715.129000', '111715.132000', '111715.134000', '111715.137000', '111715.140000', '111715.142000', '111734.993000', '111734.995000', '111734.998000', '111735.001000', '111735.003000', '111735.006000', '111735.008000', '111735.011000', '111735.014000', '111735.016000', '111735.019000', '111735.022000', '111735.024000', '111735.027000', '111735.029000', '111735.032000', '111735.034000', '111735.037000', '111735.039000', '111735.042000', '111735.045000', '111735.047000', '111735.050000', '111735.053000', '111735.055000', '111735.058000', '111735.060000', '111735.063000', '111735.066000', '111735.068000', '111735.071000', '111735.073000', '111735.076000', '111735.079000', '111735.081000', '111735.084000', '111735.086000', '111735.089000', '111735.091000', '111735.094000', '111735.097000', '111735.099000', '111735.102000', '111735.104000', '111754.994000', '111754.996000', '111754.999000', '111755.002000', '111755.004000', '111755.007000', '111755.009000', '111755.012000', '111755.015000', '111755.017000', '111755.020000', '111755.022000', '111755.025000', '111755.028000', '111755.030000', '111755.033000', '111755.035000', '111755.038000', '111755.041000', '111755.043000', '111755.046000', '111755.048000', '111755.051000', '111755.054000', '111755.056000', '111755.059000', '111755.061000', '111755.064000', '111755.066000', '111755.069000', '111755.072000', '111755.074000', '111755.077000', '111755.080000', '111755.082000', '111755.085000', '111755.087000', '111755.090000', '111755.093000', '111755.095000', '111755.098000', '111755.100000', '111755.103000', '111814.993000', '111814.995000', '111814.998000', '111815.001000', '111815.003000', '111815.006000', '111815.008000', '111815.011000', '111815.014000', '111815.016000', '111815.019000', '111815.021000', '111815.024000', '111815.027000', '111815.029000', '111815.032000', '111815.034000', '111815.037000', '111815.039000', '111815.042000', '111815.044000', '111815.047000', '111815.050000', '111815.052000', '111815.055000', '111815.057000', '111815.060000', '111815.063000', '111815.065000', '111815.068000', '111815.070000', '111815.073000', '111815.075000', '111815.078000', '111815.081000', '111815.083000', '111815.086000', '111815.089000', '111815.091000', '111815.094000', '111815.096000', '111815.099000', '111815.102000', '111815.104000', '111834.993000', '111834.996000', '111834.998000', '111835.001000', '111835.003000', '111835.006000', '111835.009000', '111835.011000', '111835.014000', '111835.016000', '111835.019000', '111835.022000', '111835.024000', '111835.027000', '111835.029000', '111835.032000', '111835.034000', '111835.037000', '111835.039000', '111835.042000', '111835.045000', '111835.047000', '111835.050000', '111835.052000', '111835.055000', '111835.058000', '111835.060000', '111835.063000', '111835.065000', '111835.068000', '111835.071000', '111835.073000', '111835.076000', '111835.112000', '111835.115000', '111835.117000', '111835.120000', '111835.122000', '111835.125000', '111835.127000', '111835.130000', '111835.133000', '111835.135000', '111854.993000', '111854.995000', '111854.998000', '111855.001000', '111855.003000', '111855.006000', '111855.008000', '111855.011000', '111855.014000', '111855.016000', '111855.019000', '111855.021000', '111855.024000', '111855.026000', '111855.029000', '111855.032000', '111855.034000', '111855.037000', '111855.039000', '111855.043000', '111855.045000', '111855.048000', '111855.050000', '111855.053000', '111855.056000', '111855.058000', '111855.061000', '111855.063000', '111855.066000', '111855.068000', '111855.071000', '111855.074000', '111855.076000', '111855.079000', '111855.082000', '111855.084000', '111855.087000', '111855.089000', '111855.092000', '111855.094000', '111855.097000', '111855.100000', '111855.102000', '111855.105000', '111859.581000', '111859.584000', '111859.587000', '111859.591000', '111859.594000', '111859.597000', '111859.600000', '111859.603000', '111859.605000', '111859.608000'], 'InstanceCreationTime': ['110915.021000', '110915.024000', '110915.027000', '110915.030000', '110915.032000', '110915.035000', '110915.038000', '110915.040000', '110915.043000', '110915.045000', '110915.048000', '110915.050000', '110915.053000', '110915.062000', '110915.065000', '110915.067000', '110915.070000', '110915.072000', '110915.075000', '110915.077000', '110915.080000', '110915.083000', '110915.085000', '110915.088000', '110915.090000', '110915.093000', '110915.095000', '110934.992000', '110934.995000', '110934.998000', '110935.002000', '110935.005000', '110935.008000', '110935.010000', '110935.013000', '110935.015000', '110935.018000', '110935.020000', '110935.023000', '110935.025000', '110935.028000', '110935.030000', '110935.033000', '110935.035000', '110935.038000', '110935.041000', '110935.043000', '110935.046000', '110935.048000', '110935.051000', '110935.053000', '110935.056000', '110935.058000', '110935.061000', '110935.063000', '110935.066000', '110935.069000', '110935.071000', '110935.074000', '110935.076000', '110935.079000', '110935.081000', '110935.084000', '110935.086000', '110935.089000', '110935.092000', '110935.100000', '110935.103000', '110935.106000', '110935.108000', '110954.992000', '110954.995000', '110954.998000', '110955.001000', '110955.004000', '110955.006000', '110955.009000', '110955.011000', '110955.014000', '110955.016000', '110955.019000', '110955.022000', '110955.024000', '110955.027000', '110955.029000', '110955.032000', '110955.034000', '110955.037000', '110955.039000', '110955.042000', '110955.044000', '110955.047000', '110955.050000', '110955.052000', '110955.055000', '110955.057000', '110955.060000', '110955.062000', '110955.065000', '110955.067000', '110955.070000', '110955.072000', '110955.075000', '110955.077000', '110955.080000', '110955.082000', '110955.085000', '110955.088000', '110955.090000', '110955.093000', '110955.095000', '110955.098000', '110955.128000', '110955.130000', '111014.992000', '111014.995000', '111014.998000', '111015.000000', '111015.003000', '111015.005000', '111015.008000', '111015.010000', '111015.013000', '111015.016000', '111015.018000', '111015.021000', '111015.023000', '111015.026000', '111015.028000', '111015.031000', '111015.033000', '111015.036000', '111015.038000', '111015.041000', '111015.044000', '111015.046000', '111015.049000', '111015.051000', '111015.054000', '111015.056000', '111015.059000', '111015.061000', '111015.064000', '111015.066000', '111015.069000', '111015.072000', '111015.074000', '111015.077000', '111015.079000', '111015.082000', '111015.084000', '111015.087000', '111015.089000', '111015.092000', '111015.095000', '111015.097000', '111015.100000', '111034.992000', '111034.995000', '111034.998000', '111035.000000', '111035.003000', '111035.005000', '111035.008000', '111035.010000', '111035.013000', '111035.016000', '111035.018000', '111035.021000', '111035.023000', '111035.026000', '111035.028000', '111035.031000', '111035.034000', '111035.036000', '111035.039000', '111035.041000', '111035.044000', '111035.046000', '111035.049000', '111035.051000', '111035.054000', '111035.056000', '111035.059000', '111035.062000', '111035.064000', '111035.067000', '111035.070000', '111035.072000', '111035.075000', '111035.077000', '111035.080000', '111035.082000', '111035.085000', '111035.088000', '111035.090000', '111035.093000', '111035.095000', '111035.098000', '111035.100000', '111035.103000', '111054.993000', '111054.995000', '111054.998000', '111055.000000', '111055.003000', '111055.006000', '111055.008000', '111055.011000', '111055.013000', '111055.016000', '111055.019000', '111055.021000', '111055.024000', '111055.026000', '111055.029000', '111055.031000', '111055.034000', '111055.037000', '111055.039000', '111055.042000', '111055.044000', '111055.047000', '111055.049000', '111055.052000', '111055.054000', '111055.057000', '111055.060000', '111055.062000', '111055.065000', '111055.067000', '111055.070000', '111055.072000', '111055.075000', '111055.078000', '111055.080000', '111055.083000', '111055.085000', '111055.088000', '111055.090000', '111055.093000', '111055.096000', '111055.098000', '111055.101000', '111114.992000', '111114.995000', '111114.998000', '111115.001000', '111115.004000', '111115.007000', '111115.009000', '111115.012000', '111115.014000', '111115.017000', '111115.019000', '111115.022000', '111115.024000', '111115.027000', '111115.030000', '111115.032000', '111115.035000', '111115.038000', '111115.040000', '111115.043000', '111115.045000', '111115.048000', '111115.051000', '111115.053000', '111115.056000', '111115.058000', '111115.061000', '111115.063000', '111115.066000', '111115.069000', '111115.071000', '111115.074000', '111115.076000', '111115.079000', '111115.081000', '111115.084000', '111115.086000', '111115.089000', '111115.091000', '111115.094000', '111115.097000', '111115.099000', '111115.102000', '111115.104000', '111134.992000', '111134.995000', '111134.998000', '111135.002000', '111135.004000', '111135.007000', '111135.009000', '111135.012000', '111135.014000', '111135.017000', '111135.020000', '111135.022000', '111135.025000', '111135.027000', '111135.030000', '111135.032000', '111135.035000', '111135.038000', '111135.040000', '111135.043000', '111135.045000', '111135.048000', '111135.050000', '111135.053000', '111135.056000', '111135.058000', '111135.061000', '111135.063000', '111135.066000', '111135.068000', '111135.071000', '111135.073000', '111135.076000', '111135.079000', '111135.081000', '111135.084000', '111135.086000', '111135.102000', '111135.105000', '111135.107000', '111135.110000', '111135.112000', '111135.115000', '111154.992000', '111154.995000', '111154.998000', '111155.001000', '111155.004000', '111155.006000', '111155.009000', '111155.012000', '111155.014000', '111155.017000', '111155.019000', '111155.022000', '111155.024000', '111155.027000', '111155.029000', '111155.032000', '111155.035000', '111155.037000', '111155.040000', '111155.042000', '111155.045000', '111155.047000', '111155.050000', '111155.053000', '111155.055000', '111155.058000', '111155.060000', '111155.063000', '111155.065000', '111155.068000', '111155.070000', '111155.073000', '111155.076000', '111155.078000', '111155.081000', '111155.083000', '111155.086000', '111155.088000', '111155.091000', '111155.094000', '111155.096000', '111155.099000', '111155.101000', '111214.992000', '111214.995000', '111214.998000', '111215.001000', '111215.004000', '111215.007000', '111215.009000', '111215.012000', '111215.014000', '111215.017000', '111215.019000', '111215.022000', '111215.024000', '111215.027000', '111215.030000', '111215.032000', '111215.035000', '111215.037000', '111215.040000', '111215.043000', '111215.045000', '111215.048000', '111215.050000', '111215.053000', '111215.055000', '111215.058000', '111215.061000', '111215.063000', '111215.066000', '111215.068000', '111215.071000', '111215.073000', '111215.076000', '111215.079000', '111215.081000', '111215.084000', '111215.086000', '111215.089000', '111215.092000', '111215.094000', '111215.097000', '111215.099000', '111215.102000', '111215.104000', '111234.992000', '111234.995000', '111234.998000', '111235.001000', '111235.004000', '111235.007000', '111235.009000', '111235.012000', '111235.014000', '111235.017000', '111235.020000', '111235.022000', '111235.025000', '111235.029000', '111235.032000', '111235.034000', '111235.037000', '111235.040000', '111235.042000', '111235.045000', '111235.047000', '111235.050000', '111235.053000', '111235.055000', '111235.058000', '111235.060000', '111235.063000', '111235.066000', '111235.068000', '111235.071000', '111235.073000', '111235.076000', '111235.079000', '111235.082000', '111235.084000', '111235.087000', '111235.090000', '111235.092000', '111235.095000', '111235.097000', '111235.100000', '111235.102000', '111235.105000', '111235.108000', '111254.993000', '111254.995000', '111254.998000', '111255.002000', '111255.004000', '111255.007000', '111255.010000', '111255.012000', '111255.015000', '111255.017000', '111255.020000', '111255.022000', '111255.025000', '111255.027000', '111255.030000', '111255.033000', '111255.035000', '111255.038000', '111255.040000', '111255.043000', '111255.045000', '111255.048000', '111255.051000', '111255.053000', '111255.056000', '111255.058000', '111255.061000', '111255.063000', '111255.066000', '111255.069000', '111255.071000', '111255.074000', '111255.076000', '111255.079000', '111255.081000', '111255.084000', '111255.087000', '111255.089000', '111255.092000', '111255.094000', '111255.097000', '111255.099000', '111255.102000', '111314.992000', '111314.995000', '111314.998000', '111315.001000', '111315.004000', '111315.007000', '111315.009000', '111315.012000', '111315.015000', '111315.017000', '111315.020000', '111315.022000', '111315.025000', '111315.027000', '111315.030000', '111315.032000', '111315.035000', '111315.038000', '111315.040000', '111315.082000', '111315.085000', '111315.087000', '111315.090000', '111315.092000', '111315.095000', '111315.097000', '111315.100000', '111315.102000', '111315.105000', '111315.108000', '111315.110000', '111315.113000', '111315.115000', '111315.118000', '111315.120000', '111315.123000', '111315.125000', '111315.128000', '111315.131000', '111315.133000', '111315.136000', '111315.138000', '111315.141000', '111334.993000', '111334.995000', '111334.998000', '111335.001000', '111335.003000', '111335.006000', '111335.009000', '111335.011000', '111335.014000', '111335.016000', '111335.019000', '111335.022000', '111335.024000', '111335.027000', '111335.029000', '111335.032000', '111335.035000', '111335.037000', '111335.040000', '111335.042000', '111335.045000', '111335.048000', '111335.050000', '111335.053000', '111335.055000', '111335.058000', '111335.060000', '111335.063000', '111335.066000', '111335.068000', '111335.071000', '111335.073000', '111335.076000', '111335.078000', '111335.081000', '111335.083000', '111335.086000', '111335.089000', '111335.091000', '111335.094000', '111335.096000', '111335.099000', '111335.101000', '111335.104000', '111354.993000', '111354.995000', '111354.998000', '111355.001000', '111355.003000', '111355.006000', '111355.008000', '111355.011000', '111355.014000', '111355.016000', '111355.019000', '111355.021000', '111355.024000', '111355.026000', '111355.029000', '111355.032000', '111355.034000', '111355.037000', '111355.040000', '111355.043000', '111355.045000', '111355.048000', '111355.050000', '111355.053000', '111355.055000', '111355.058000', '111355.060000', '111355.063000', '111355.066000', '111355.070000', '111355.072000', '111355.075000', '111355.078000', '111355.080000', '111355.083000', '111355.085000', '111355.088000', '111355.090000', '111355.093000', '111355.096000', '111355.098000', '111355.101000', '111355.103000', '111414.993000', '111414.996000', '111414.998000', '111415.002000', '111415.004000', '111415.007000', '111415.010000', '111415.012000', '111415.015000', '111415.017000', '111415.020000', '111415.022000', '111415.025000', '111415.027000', '111415.030000', '111415.033000', '111415.035000', '111415.038000', '111415.041000', '111415.043000', '111415.046000', '111415.048000', '111415.051000', '111415.054000', '111415.056000', '111415.059000', '111415.061000', '111415.064000', '111415.066000', '111415.069000', '111415.071000', '111415.074000', '111415.077000', '111415.079000', '111415.082000', '111415.084000', '111415.087000', '111415.090000', '111415.092000', '111415.095000', '111415.097000', '111415.100000', '111415.102000', '111415.105000', '111434.992000', '111434.995000', '111434.998000', '111435.002000', '111435.004000', '111435.007000', '111435.009000', '111435.012000', '111435.014000', '111435.017000', '111435.020000', '111435.022000', '111435.025000', '111435.027000', '111435.030000', '111435.032000', '111435.035000', '111435.038000', '111435.040000', '111435.043000', '111435.045000', '111435.048000', '111435.050000', '111435.053000', '111435.056000', '111435.059000', '111435.062000', '111435.065000', '111435.067000', '111435.070000', '111435.083000', '111435.086000', '111435.088000', '111435.091000', '111435.093000', '111435.096000', '111435.098000', '111435.101000', '111435.104000', '111435.106000', '111435.109000', '111435.111000', '111435.114000', '111454.992000', '111454.995000', '111454.998000', '111455.002000', '111455.004000', '111455.007000', '111455.009000', '111455.012000', '111455.014000', '111455.017000', '111455.019000', '111455.022000', '111455.025000', '111455.027000', '111455.030000', '111455.032000', '111455.035000', '111455.038000', '111455.040000', '111455.043000', '111455.045000', '111455.048000', '111455.050000', '111455.053000', '111455.055000', '111455.058000', '111455.061000', '111455.063000', '111455.066000', '111455.068000', '111455.071000', '111455.073000', '111455.076000', '111455.079000', '111455.081000', '111455.084000', '111455.086000', '111455.089000', '111455.091000', '111455.094000', '111455.097000', '111455.099000', '111455.102000', '111455.104000', '111514.994000', '111514.997000', '111515.000000', '111515.003000', '111515.006000', '111515.008000', '111515.011000', '111515.013000', '111515.016000', '111515.019000', '111515.021000', '111515.024000', '111515.026000', '111515.029000', '111515.031000', '111515.034000', '111515.037000', '111515.039000', '111515.042000', '111515.044000', '111515.047000', '111515.049000', '111515.052000', '111515.055000', '111515.058000', '111515.061000', '111515.064000', '111515.067000', '111515.069000', '111515.072000', '111515.075000', '111515.077000', '111515.080000', '111515.082000', '111515.085000', '111515.087000', '111515.090000', '111515.093000', '111515.095000', '111515.098000', '111515.100000', '111515.103000', '111515.106000', '111534.993000', '111534.996000', '111534.998000', '111535.002000', '111535.005000', '111535.007000', '111535.010000', '111535.012000', '111535.015000', '111535.017000', '111535.020000', '111535.022000', '111535.025000', '111535.028000', '111535.030000', '111535.033000', '111535.035000', '111535.038000', '111535.040000', '111535.043000', '111535.046000', '111535.048000', '111535.051000', '111535.053000', '111535.056000', '111535.058000', '111535.061000', '111535.064000', '111535.066000', '111535.069000', '111535.072000', '111535.074000', '111535.077000', '111535.079000', '111535.082000', '111535.085000', '111535.087000', '111535.090000', '111535.092000', '111535.095000', '111535.098000', '111535.100000', '111535.103000', '111554.993000', '111554.996000', '111554.998000', '111555.002000', '111555.004000', '111555.007000', '111555.010000', '111555.012000', '111555.015000', '111555.017000', '111555.020000', '111555.022000', '111555.025000', '111555.028000', '111555.030000', '111555.033000', '111555.035000', '111555.038000', '111555.040000', '111555.043000', '111555.046000', '111555.048000', '111555.051000', '111555.053000', '111555.056000', '111555.058000', '111555.061000', '111555.064000', '111555.066000', '111555.069000', '111555.071000', '111555.074000', '111555.076000', '111555.079000', '111555.082000', '111555.084000', '111555.087000', '111555.089000', '111555.092000', '111555.094000', '111555.097000', '111555.109000', '111555.112000', '111555.114000', '111614.993000', '111614.995000', '111614.998000', '111615.001000', '111615.003000', '111615.006000', '111615.008000', '111615.011000', '111615.013000', '111615.016000', '111615.019000', '111615.021000', '111615.024000', '111615.026000', '111615.029000', '111615.032000', '111615.034000', '111615.037000', '111615.039000', '111615.042000', '111615.044000', '111615.047000', '111615.050000', '111615.052000', '111615.055000', '111615.057000', '111615.060000', '111615.062000', '111615.065000', '111615.068000', '111615.070000', '111615.073000', '111615.075000', '111615.078000', '111615.081000', '111615.083000', '111615.086000', '111615.088000', '111615.091000', '111615.093000', '111615.096000', '111615.099000', '111615.101000', '111615.104000', '111634.993000', '111634.995000', '111634.998000', '111635.001000', '111635.003000', '111635.006000', '111635.008000', '111635.011000', '111635.013000', '111635.016000', '111635.019000', '111635.021000', '111635.024000', '111635.026000', '111635.029000', '111635.032000', '111635.034000', '111635.037000', '111635.039000', '111635.042000', '111635.045000', '111635.047000', '111635.050000', '111635.052000', '111635.055000', '111635.058000', '111635.060000', '111635.063000', '111635.065000', '111635.068000', '111635.070000', '111635.073000', '111635.077000', '111635.080000', '111635.082000', '111635.085000', '111635.087000', '111635.090000', '111635.093000', '111635.095000', '111635.098000', '111635.100000', '111635.103000', '111654.992000', '111654.995000', '111654.998000', '111655.000000', '111655.003000', '111655.005000', '111655.008000', '111655.011000', '111655.013000', '111655.016000', '111655.018000', '111655.021000', '111655.023000', '111655.026000', '111655.029000', '111655.031000', '111655.034000', '111655.036000', '111655.039000', '111655.042000', '111655.044000', '111655.047000', '111655.049000', '111655.052000', '111655.055000', '111655.057000', '111655.060000', '111655.062000', '111655.065000', '111655.067000', '111655.070000', '111655.073000', '111655.075000', '111655.078000', '111655.080000', '111655.083000', '111655.085000', '111655.088000', '111655.091000', '111655.093000', '111655.096000', '111655.098000', '111655.101000', '111655.103000', '111714.993000', '111714.995000', '111714.998000', '111715.002000', '111715.004000', '111715.007000', '111715.009000', '111715.012000', '111715.015000', '111715.017000', '111715.020000', '111715.023000', '111715.025000', '111715.028000', '111715.030000', '111715.033000', '111715.035000', '111715.038000', '111715.041000', '111715.043000', '111715.046000', '111715.048000', '111715.051000', '111715.054000', '111715.056000', '111715.059000', '111715.061000', '111715.064000', '111715.066000', '111715.069000', '111715.072000', '111715.074000', '111715.077000', '111715.079000', '111715.082000', '111715.084000', '111715.087000', '111715.129000', '111715.132000', '111715.134000', '111715.137000', '111715.140000', '111715.142000', '111734.993000', '111734.995000', '111734.998000', '111735.001000', '111735.003000', '111735.006000', '111735.008000', '111735.011000', '111735.014000', '111735.016000', '111735.019000', '111735.022000', '111735.024000', '111735.027000', '111735.029000', '111735.032000', '111735.034000', '111735.037000', '111735.039000', '111735.042000', '111735.045000', '111735.047000', '111735.050000', '111735.053000', '111735.055000', '111735.058000', '111735.060000', '111735.063000', '111735.066000', '111735.068000', '111735.071000', '111735.073000', '111735.076000', '111735.079000', '111735.081000', '111735.084000', '111735.086000', '111735.089000', '111735.091000', '111735.094000', '111735.097000', '111735.099000', '111735.102000', '111735.104000', '111754.994000', '111754.996000', '111754.999000', '111755.002000', '111755.004000', '111755.007000', '111755.009000', '111755.012000', '111755.015000', '111755.017000', '111755.020000', '111755.022000', '111755.025000', '111755.028000', '111755.030000', '111755.033000', '111755.035000', '111755.038000', '111755.041000', '111755.043000', '111755.046000', '111755.048000', '111755.051000', '111755.054000', '111755.056000', '111755.059000', '111755.061000', '111755.064000', '111755.066000', '111755.069000', '111755.072000', '111755.074000', '111755.077000', '111755.080000', '111755.082000', '111755.085000', '111755.087000', '111755.090000', '111755.093000', '111755.095000', '111755.098000', '111755.100000', '111755.103000', '111814.993000', '111814.995000', '111814.998000', '111815.001000', '111815.003000', '111815.006000', '111815.008000', '111815.011000', '111815.014000', '111815.016000', '111815.019000', '111815.021000', '111815.024000', '111815.027000', '111815.029000', '111815.032000', '111815.034000', '111815.037000', '111815.039000', '111815.042000', '111815.044000', '111815.047000', '111815.050000', '111815.052000', '111815.055000', '111815.057000', '111815.060000', '111815.063000', '111815.065000', '111815.068000', '111815.070000', '111815.073000', '111815.075000', '111815.078000', '111815.081000', '111815.083000', '111815.086000', '111815.089000', '111815.091000', '111815.094000', '111815.096000', '111815.099000', '111815.102000', '111815.104000', '111834.993000', '111834.996000', '111834.998000', '111835.001000', '111835.003000', '111835.006000', '111835.009000', '111835.011000', '111835.014000', '111835.016000', '111835.019000', '111835.022000', '111835.024000', '111835.027000', '111835.029000', '111835.032000', '111835.034000', '111835.037000', '111835.039000', '111835.042000', '111835.045000', '111835.047000', '111835.050000', '111835.052000', '111835.055000', '111835.058000', '111835.060000', '111835.063000', '111835.065000', '111835.068000', '111835.071000', '111835.073000', '111835.076000', '111835.112000', '111835.115000', '111835.117000', '111835.120000', '111835.122000', '111835.125000', '111835.127000', '111835.130000', '111835.133000', '111835.135000', '111854.993000', '111854.995000', '111854.998000', '111855.001000', '111855.003000', '111855.006000', '111855.008000', '111855.011000', '111855.014000', '111855.016000', '111855.019000', '111855.021000', '111855.024000', '111855.026000', '111855.029000', '111855.032000', '111855.034000', '111855.037000', '111855.039000', '111855.043000', '111855.045000', '111855.048000', '111855.050000', '111855.053000', '111855.056000', '111855.058000', '111855.061000', '111855.063000', '111855.066000', '111855.068000', '111855.071000', '111855.074000', '111855.076000', '111855.079000', '111855.082000', '111855.084000', '111855.087000', '111855.089000', '111855.092000', '111855.094000', '111855.097000', '111855.100000', '111855.102000', '111855.105000', '111859.581000', '111859.584000', '111859.587000', '111859.591000', '111859.594000', '111859.597000', '111859.600000', '111859.603000', '111859.605000', '111859.608000'], '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], 'LargestImagePixelValue': [12069, 14806, 11506, 14616, 11778, 13544, 10042, 13481, 10071, 13274, 10078, 12924, 10651, 12894, 9697, 13166, 9490, 13270, 9974, 13519, 9960, 13790, 8976, 13265, 10263, 13311, 9305, 13302, 8765, 12323, 9910, 11396, 12155, 10729, 11326, 10969, 12184, 10160, 13212, 10721, 12941, 10953, 11495, 10722, 11280, 11088, 13304, 11920, 13627, 11165, 15304, 10991, 15629, 11847, 16383, 11603, 10571, 10999, 10770, 11579, 10798, 12000, 8742, 12467, 9076, 12316, 12604, 12139, 16597, 11761, 17905, 10562, 14133, 11866, 13459, 11818, 12970, 10111, 12847, 9373, 12956, 9742, 13051, 9527, 12686, 9084, 12264, 8525, 12158, 10612, 11308, 11908, 10086, 14108, 10413, 12637, 10897, 12182, 9720, 12540, 9785, 12575, 10732, 11753, 9499, 12655, 9320, 12763, 9833, 12341, 9307, 13103, 9226, 13159, 9554, 13419, 9187, 13462, 9464, 13734, 9638, 12678, 12499, 11899, 16301, 12536, 15124, 10906, 13899, 11068, 13264, 10456, 12820, 9153, 12951, 9268, 12865, 9001, 12846, 9258, 12461, 8690, 11907, 10532, 11677, 11898, 11189, 12027, 10629, 14591, 11181, 13622, 11953, 14521, 10559, 13505, 10921, 13346, 11315, 12794, 10876, 12988, 9779, 12963, 10032, 12466, 10438, 12752, 9146, 12720, 9157, 12496, 9533, 12625, 8802, 12836, 9573, 12625, 8937, 12900, 9046, 13184, 8849, 12699, 11822, 12559, 15091, 11518, 16607, 11318, 14350, 12327, 13959, 12181, 13627, 10482, 13180, 9626, 12807, 9581, 13007, 9553, 12394, 8763, 12641, 9112, 11910, 8916, 11042, 11392, 11043, 12639, 10965, 11879, 10237, 13306, 10269, 13033, 10670, 12175, 9924, 13443, 10449, 13295, 11766, 13637, 10698, 13431, 10570, 12931, 11328, 12659, 11673, 13901, 10798, 13701, 11078, 13153, 11360, 13634, 9869, 13255, 9621, 12965, 10596, 13212, 10249, 13241, 9541, 13337, 9582, 13635, 9879, 13774, 9860, 13396, 8898, 13198, 10180, 12595, 8950, 11851, 8942, 12077, 10590, 11790, 9547, 11081, 8457, 11115, 10771, 11630, 12285, 11366, 11442, 10777, 11271, 11033, 11097, 11456, 10772, 11150, 8621, 12420, 9383, 12373, 16005, 11807, 16103, 10612, 14488, 11238, 13805, 12073, 13325, 10623, 13364, 10615, 13223, 11317, 13258, 11267, 11240, 9950, 10788, 10501, 12857, 10982, 15235, 11834, 14528, 11333, 9303, 12640, 9555, 13790, 10108, 14792, 11639, 14235, 10616, 13391, 10133, 13374, 10487, 13447, 9515, 12596, 9842, 11863, 12704, 11138, 13868, 10954, 14346, 10404, 13248, 10711, 12697, 11420, 12366, 9806, 12884, 9692, 12276, 9951, 12103, 8858, 12529, 8923, 12480, 9242, 12280, 8847, 12470, 9379, 12410, 8496, 13013, 9074, 12981, 9400, 12862, 8561, 13294, 9505, 13151, 9022, 13582, 9118, 13145, 11378, 13111, 11340, 12801, 11849, 12319, 13584, 11847, 13525, 11312, 13759, 11046, 12181, 10819, 8612, 11202, 10655, 11116, 15071, 11902, 13760, 12123, 13576, 10573, 13202, 10378, 12915, 10395, 12454, 9688, 12726, 9014, 12679, 9554, 12652, 9914, 12890, 8679, 12554, 9429, 12476, 9121, 12891, 9364, 12414, 8274, 13069, 10038, 12844, 13542, 11764, 18018, 11729, 14447, 12499, 13688, 10883, 13346, 10166, 12933, 10188, 12765, 9775, 13137, 9203, 13000, 9556, 13444, 9963, 13786, 10003, 13351, 10996, 13111, 10614, 12730, 10391, 10838, 12366, 10640, 13302, 11184, 14363, 10545, 13485, 11316, 13626, 10985, 13837, 9641, 13545, 10501, 13441, 9207, 13345, 10110, 11423, 13527, 11013, 14257, 11540, 13490, 10208, 13250, 10042, 12606, 9611, 12944, 9726, 11989, 9366, 11681, 11273, 10683, 12268, 10011, 13483, 10361, 12859, 11230, 12393, 9057, 12786, 9927, 12515, 10325, 11512, 10721, 10462, 13856, 9991, 13237, 10186, 12635, 10160, 12081, 8595, 12677, 9046, 12462, 9213, 12803, 9105, 12399, 8826, 13029, 9530, 12222, 8786, 11199, 11380, 11149, 15027, 12207, 15185, 11057, 15590, 10722, 14418, 11590, 14471, 12083, 13973, 9989, 13606, 10991, 13331, 10412, 12812, 9929, 11277, 13388, 10750, 13579, 11206, 12900, 10944, 12962, 8908, 12582, 9495, 12548, 9078, 12795, 9005, 12363, 9475, 12006, 8830, 12439, 8909, 12392, 9273, 11971, 11797, 12182, 10676, 11944, 12469, 11364, 17610, 11966, 14980, 12266, 15349, 11577, 14117, 11248, 13894, 10282, 14039, 10142, 12726, 12599, 11197, 14555, 10928, 12786, 10822, 12786, 10023, 12415, 9364, 12263, 9647, 12334, 8552, 12646, 9720, 12733, 8476, 12779, 8446, 12091, 10639, 11033, 14601, 11165, 13432, 11016, 13261, 10215, 13314, 10429, 12875, 10530, 12678, 9674, 12989, 8790, 12846, 9493, 12554, 9449, 12114, 8535, 11729, 8756, 12463, 8877, 12952, 9019, 12482, 8638, 12777, 9033, 13070, 11058, 12254, 17462, 12083, 16638, 12476, 16025, 10386, 13357, 10186, 12530, 11753, 13995, 10985, 9370, 13954, 9814, 14552, 12095, 14450, 16172, 13429, 11686, 12159, 12694, 11652, 17800, 11442, 13303, 10604, 12885, 9922, 12714, 10027, 12384, 10768, 11624, 9464, 12238, 9495, 12743, 10430, 12207, 10705, 12680, 10330, 13072, 9844, 13810, 10137, 13236, 12024, 13305, 12253, 12154, 12225, 10923, 13764, 10799, 13455, 10731, 11256, 9735, 12715, 9967, 12319, 10171, 10289, 9675, 12045, 9644, 13288, 10128, 12629, 9864, 12588, 9291, 12816, 10861, 12991, 10625, 13498, 8750, 13155, 11060, 13113, 9551, 13063, 10871, 12181, 11296, 10301, 14388, 10572, 12897, 11481, 12596, 9867, 12622, 9719, 12632, 9434, 12633, 8671, 12509, 9759, 12197, 8509, 12447, 8432, 11784, 10380, 11216, 15059, 11620, 15798, 11764, 14843, 10406, 13510, 10540, 12985, 11189, 12872, 11246, 12905, 9881, 13133, 9244, 12832, 9471, 12793, 8808, 12708, 11173, 11138, 16046, 11380, 14253, 12380, 14295, 10614, 13274, 9813, 12946, 9896, 12509, 9636, 10501, 8758, 12419, 10677, 10781, 10669, 10253, 10191, 11227, 11610, 12432, 14759, 13219, 14898, 12075, 12629, 17768, 11831, 16040, 14264, 14980, 10846, 13385, 11013, 13007, 9305, 12495, 8935, 11418, 10177, 9637, 13065, 9481, 13046, 9986, 12267, 9997, 12797, 9633, 12845, 9852, 12132, 9545, 13471, 10388, 12625, 10393, 12286, 15302, 11897, 13315, 10312, 14339, 10089, 13271, 10850, 12540, 11082, 12438, 9865, 12577, 9648, 12601, 9850, 12354, 10021, 12319, 9383, 13059, 9813, 12929, 10443, 13088, 11159, 13025, 9710, 13222, 9664, 13425, 9478, 13962, 9756, 13379, 9942, 12413, 10868, 11998, 15611, 11499, 14253, 10138, 13041, 9966, 12713, 10382, 12361, 10002, 12486, 9116, 12758, 8734, 12366, 11483, 11029, 15424, 10277, 13569, 10833, 12808, 10279, 12814, 9219, 12968, 9317, 11995, 10504, 11132, 12992, 10200, 12964, 9711, 12539, 10276, 11999, 8913, 12516, 9343, 11813, 8301, 11899, 8604, 11519, 9012, 11047, 14054, 11265, 12914, 10260, 13481, 9860, 12925, 10528, 12395, 11221, 12184, 9652, 12214, 10104, 13630, 10977, 14397, 12983, 14759, 11024, 13718, 10912, 13591, 15919, 12554, 15247, 10431, 15035, 11270, 14211, 10758, 13311, 10130, 12864, 9635, 12140, 10528, 11178, 12115, 10283, 13701, 9759, 12668, 10557, 12213, 9954, 12443, 9136, 12543, 9588, 12568, 8809, 12039, 9531, 11822, 9162, 12770, 8395, 12324, 8080, 12853, 8670, 11835, 16509, 11321, 14974, 10775, 15768, 13090, 13823, 10287, 12485, 10539, 12529, 11688, 11031, 12890, 9803, 13708, 10070, 12446, 9335, 11331, 9020, 11059, 9680, 10056, 13488, 9827, 12269, 9889, 11955, 9332, 12013, 9479, 11644, 10072, 12122, 8762, 11927, 8618, 12158, 10063, 11618, 13784, 10552, 15079, 10892, 13302, 11693, 13188, 10360, 13044, 10727, 12883, 10273, 13485, 9727, 13260, 9226, 13203, 9758, 12924, 10091, 12604, 9586, 13349, 9892, 13132, 9161, 12681, 9096, 13303, 8193, 11978, 15662, 11778, 10066, 12826, 9438, 14118, 9305, 13192, 9627, 12131, 8782, 12854, 9148, 12057, 8571, 10845, 10164, 11509, 10521, 11305, 8512, 10969, 8765, 11477, 10259, 11481, 14549, 11591, 13583, 10939, 16083, 10887, 15008, 11908, 15120, 11877, 13989, 9842, 12708, 10294, 12772, 9106, 12360, 8523, 11925, 8710, 11761, 11252, 11002, 12442, 10551, 13135, 9510, 12644, 10143, 12303, 11409, 12090, 10174, 12593, 9406, 12584, 9498, 12580, 9405, 12969, 9506, 12430, 8671, 12805, 10342, 11359, 10518, 10230, 13249, 10247, 12906, 10591, 12576, 9683, 12142, 9720, 11963, 10263, 12321, 9713, 12397, 10060, 12268, 11181, 12131, 9918, 12601, 9875, 12933, 11106, 12791, 10834, 13029, 9734, 12786, 9574, 13366, 9671, 14235, 11303, 12418, 12190, 11953, 15348, 11271, 13779, 10221, 12966, 9681, 12854, 10214, 12563, 11337, 12094, 9962, 12313, 9295, 12667, 8837, 12725, 8988, 12137, 10926, 10591, 14138, 10655, 12679, 10600, 12392, 9675, 12371, 9736, 11997, 9720, 11968, 9066, 12220, 9153, 12024, 8591, 12443, 10579, 11347, 10382, 10974, 12601, 10527, 14622, 10754, 13334, 11123, 13042, 9780, 11369, 9603, 12801, 10024, 12662, 9894, 12590, 10348, 12453, 10179, 13304, 9536, 13712, 10388, 12992, 10114, 13100, 8834, 12446, 10154, 10883, 15552, 10745, 13026, 10034, 12414, 9495, 12345, 9615, 11751, 10148, 11391, 9073, 11919, 9320, 12584, 9966, 12540, 9717, 13533, 10472, 14173, 11236, 13217, 13692, 12926, 19231, 13627, 17730, 10695, 13459, 10793, 12717, 10217, 12670, 9126, 12610, 9847, 11690, 8393, 12160, 9066, 11495, 11118, 9899, 13845, 9810, 12154, 10179, 12225, 9381, 11880, 10076, 11663, 9815, 12124, 9412, 11993, 10040, 11862, 9556, 12703, 9371, 12892], 'WindowCenter': [4798.0, 4792.0, 4747.0, 4751.0, 4717.0, 4724.0, 4695.0, 4722.0, 4682.0, 4721.0, 4696.0, 4712.0, 4693.0, 4709.0, 4684.0, 4707.0, 4681.0, 4712.0, 4684.0, 4712.0, 4669.0, 4708.0, 4659.0, 4698.0, 4680.0, 4711.0, 4667.0, 4706.0, 4657.0, 4700.0, 4669.0, 4699.0, 4702.0, 4689.0, 4691.0, 4692.0, 4700.0, 4680.0, 4719.0, 4700.0, 4709.0, 4692.0, 4701.0, 4691.0, 4690.0, 4703.0, 4710.0, 4703.0, 4709.0, 4691.0, 4717.0, 4691.0, 4728.0, 4700.0, 4726.0, 4690.0, 4677.0, 4690.0, 4689.0, 4702.0, 4688.0, 4701.0, 4659.0, 4711.0, 4671.0, 4711.0, 4708.0, 4702.0, 4727.0, 4699.0, 4728.0, 4678.0, 4708.0, 4689.0, 4696.0, 4689.0, 4697.0, 4669.0, 4696.0, 4658.0, 4696.0, 4670.0, 4708.0, 4669.0, 4707.0, 4658.0, 4697.0, 4660.0, 4698.0, 4679.0, 4690.0, 4689.0, 4681.0, 4708.0, 4690.0, 4698.0, 4690.0, 4699.0, 4682.0, 4698.0, 4681.0, 4710.0, 4689.0, 4701.0, 4684.0, 4709.0, 4682.0, 4721.0, 4693.0, 4712.0, 4681.0, 4708.0, 4684.0, 4710.0, 4681.0, 4720.0, 4682.0, 4722.0, 4671.0, 4710.0, 4667.0, 4700.0, 4697.0, 4699.0, 4717.0, 4699.0, 4708.0, 4680.0, 4696.0, 4690.0, 4697.0, 4676.0, 4695.0, 4660.0, 4698.0, 4667.0, 4711.0, 4669.0, 4699.0, 4658.0, 4698.0, 4660.0, 4698.0, 4688.0, 4699.0, 4689.0, 4688.0, 4695.0, 4679.0, 4720.0, 4693.0, 4709.0, 4702.0, 4708.0, 4680.0, 4705.0, 4690.0, 4708.0, 4691.0, 4700.0, 4692.0, 4709.0, 4681.0, 4711.0, 4682.0, 4699.0, 4692.0, 4708.0, 4668.0, 4708.0, 4674.0, 4711.0, 4681.0, 4712.0, 4670.0, 4712.0, 4682.0, 4714.0, 4673.0, 4711.0, 4661.0, 4707.0, 4660.0, 4711.0, 4702.0, 4698.0, 4716.0, 4687.0, 4726.0, 4687.0, 4718.0, 4700.0, 4707.0, 4686.0, 4698.0, 4679.0, 4696.0, 4668.0, 4698.0, 4669.0, 4697.0, 4667.0, 4699.0, 4661.0, 4712.0, 4661.0, 4699.0, 4658.0, 4690.0, 4699.0, 4702.0, 4698.0, 4692.0, 4698.0, 4678.0, 4711.0, 4694.0, 4710.0, 4694.0, 4700.0, 4680.0, 4711.0, 4694.0, 4710.0, 4704.0, 4711.0, 4692.0, 4709.0, 4683.0, 4710.0, 4694.0, 4698.0, 4692.0, 4710.0, 4678.0, 4709.0, 4690.0, 4701.0, 4687.0, 4706.0, 4671.0, 4699.0, 4670.0, 4710.0, 4680.0, 4699.0, 4681.0, 4697.0, 4668.0, 4711.0, 4669.0, 4710.0, 4670.0, 4709.0, 4670.0, 4709.0, 4662.0, 4709.0, 4680.0, 4696.0, 4660.0, 4698.0, 4658.0, 4711.0, 4689.0, 4699.0, 4670.0, 4702.0, 4661.0, 4702.0, 4693.0, 4701.0, 4703.0, 4704.0, 4703.0, 4693.0, 4691.0, 4692.0, 4702.0, 4704.0, 4691.0, 4701.0, 4672.0, 4714.0, 4686.0, 4726.0, 4745.0, 4714.0, 4731.0, 4694.0, 4720.0, 4705.0, 4722.0, 4703.0, 4711.0, 4693.0, 4709.0, 4691.0, 4721.0, 4704.0, 4713.0, 4702.0, 4700.0, 4695.0, 4690.0, 4704.0, 4712.0, 4706.0, 4735.0, 4715.0, 4719.0, 4705.0, 4672.0, 4710.0, 4673.0, 4721.0, 4691.0, 4719.0, 4692.0, 4710.0, 4679.0, 4707.0, 4678.0, 4710.0, 4680.0, 4709.0, 4670.0, 4699.0, 4666.0, 4689.0, 4697.0, 4687.0, 4705.0, 4691.0, 4707.0, 4680.0, 4697.0, 4680.0, 4699.0, 4689.0, 4694.0, 4667.0, 4697.0, 4679.0, 4697.0, 4679.0, 4698.0, 4672.0, 4699.0, 4670.0, 4708.0, 4672.0, 4700.0, 4670.0, 4711.0, 4669.0, 4714.0, 4663.0, 4710.0, 4672.0, 4711.0, 4671.0, 4710.0, 4672.0, 4722.0, 4684.0, 4712.0, 4662.0, 4710.0, 4661.0, 4710.0, 4692.0, 4711.0, 4688.0, 4699.0, 4689.0, 4700.0, 4697.0, 4691.0, 4704.0, 4689.0, 4720.0, 4692.0, 4698.0, 4690.0, 4661.0, 4701.0, 4678.0, 4691.0, 4720.0, 4704.0, 4709.0, 4700.0, 4711.0, 4681.0, 4709.0, 4680.0, 4710.0, 4683.0, 4700.0, 4683.0, 4706.0, 4672.0, 4712.0, 4694.0, 4714.0, 4691.0, 4713.0, 4672.0, 4713.0, 4685.0, 4714.0, 4683.0, 4723.0, 4684.0, 4714.0, 4676.0, 4725.0, 4682.0, 4714.0, 4710.0, 4704.0, 4728.0, 4705.0, 4720.0, 4702.0, 4711.0, 4691.0, 4709.0, 4682.0, 4712.0, 4681.0, 4700.0, 4682.0, 4708.0, 4673.0, 4721.0, 4682.0, 4710.0, 4682.0, 4711.0, 4669.0, 4710.0, 4692.0, 4708.0, 4682.0, 4712.0, 4678.0, 4690.0, 4711.0, 4694.0, 4712.0, 4703.0, 4723.0, 4691.0, 4712.0, 4702.0, 4709.0, 4692.0, 4709.0, 4668.0, 4710.0, 4692.0, 4711.0, 4667.0, 4712.0, 4677.0, 4691.0, 4709.0, 4692.0, 4717.0, 4700.0, 4704.0, 4679.0, 4710.0, 4681.0, 4701.0, 4668.0, 4698.0, 4670.0, 4688.0, 4670.0, 4699.0, 4690.0, 4679.0, 4698.0, 4680.0, 4708.0, 4683.0, 4711.0, 4693.0, 4700.0, 4661.0, 4709.0, 4667.0, 4710.0, 4680.0, 4692.0, 4691.0, 4692.0, 4708.0, 4683.0, 4709.0, 4695.0, 4713.0, 4693.0, 4704.0, 4673.0, 4709.0, 4682.0, 4713.0, 4685.0, 4725.0, 4674.0, 4714.0, 4684.0, 4723.0, 4685.0, 4715.0, 4672.0, 4702.0, 4703.0, 4717.0, 4735.0, 4713.0, 4729.0, 4704.0, 4732.0, 4695.0, 4719.0, 4702.0, 4722.0, 4700.0, 4708.0, 4670.0, 4709.0, 4678.0, 4711.0, 4680.0, 4701.0, 4670.0, 4687.0, 4698.0, 4691.0, 4709.0, 4692.0, 4698.0, 4681.0, 4699.0, 4659.0, 4701.0, 4681.0, 4700.0, 4663.0, 4711.0, 4671.0, 4714.0, 4683.0, 4713.0, 4672.0, 4713.0, 4672.0, 4711.0, 4673.0, 4714.0, 4714.0, 4713.0, 4692.0, 4711.0, 4709.0, 4699.0, 4742.0, 4702.0, 4719.0, 4700.0, 4719.0, 4689.0, 4709.0, 4691.0, 4708.0, 4670.0, 4708.0, 4666.0, 4697.0, 4685.0, 4678.0, 4707.0, 4679.0, 4696.0, 4679.0, 4695.0, 4667.0, 4695.0, 4671.0, 4696.0, 4669.0, 4698.0, 4661.0, 4697.0, 4670.0, 4713.0, 4660.0, 4710.0, 4662.0, 4701.0, 4678.0, 4693.0, 4721.0, 4694.0, 4709.0, 4692.0, 4709.0, 4682.0, 4708.0, 4692.0, 4712.0, 4692.0, 4701.0, 4683.0, 4712.0, 4661.0, 4713.0, 4695.0, 4713.0, 4682.0, 4713.0, 4673.0, 4715.0, 4688.0, 4727.0, 4687.0, 4726.0, 4686.0, 4738.0, 4687.0, 4725.0, 4688.0, 4736.0, 4705.0, 4724.0, 4753.0, 4715.0, 4745.0, 4715.0, 4734.0, 4694.0, 4723.0, 4697.0, 4713.0, 4714.0, 4733.0, 4708.0, 4685.0, 4736.0, 4694.0, 4724.0, 4701.0, 4722.0, 4732.0, 4709.0, 4687.0, 4688.0, 4696.0, 4689.0, 4727.0, 4688.0, 4696.0, 4677.0, 4695.0, 4669.0, 4695.0, 4678.0, 4698.0, 4691.0, 4685.0, 4669.0, 4700.0, 4683.0, 4713.0, 4691.0, 4700.0, 4690.0, 4711.0, 4681.0, 4707.0, 4670.0, 4709.0, 4682.0, 4711.0, 4704.0, 4709.0, 4700.0, 4701.0, 4687.0, 4681.0, 4707.0, 4690.0, 4709.0, 4692.0, 4688.0, 4672.0, 4711.0, 4695.0, 4711.0, 4693.0, 4691.0, 4683.0, 4701.0, 4685.0, 4723.0, 4693.0, 4714.0, 4693.0, 4712.0, 4685.0, 4713.0, 4703.0, 4724.0, 4695.0, 4712.0, 4662.0, 4708.0, 4690.0, 4709.0, 4684.0, 4711.0, 4690.0, 4703.0, 4690.0, 4683.0, 4717.0, 4694.0, 4711.0, 4699.0, 4698.0, 4680.0, 4699.0, 4679.0, 4699.0, 4670.0, 4699.0, 4662.0, 4700.0, 4669.0, 4711.0, 4661.0, 4710.0, 4662.0, 4701.0, 4679.0, 4689.0, 4721.0, 4702.0, 4720.0, 4703.0, 4717.0, 4679.0, 4697.0, 4680.0, 4710.0, 4701.0, 4698.0, 4693.0, 4708.0, 4680.0, 4707.0, 4669.0, 4710.0, 4682.0, 4710.0, 4673.0, 4710.0, 4688.0, 4688.0, 4730.0, 4701.0, 4710.0, 4700.0, 4711.0, 4680.0, 4707.0, 4692.0, 4711.0, 4690.0, 4710.0, 4697.0, 4704.0, 4686.0, 4735.0, 4719.0, 4720.0, 4718.0, 4707.0, 4718.0, 4718.0, 4727.0, 4730.0, 4750.0, 4727.0, 4735.0, 4714.0, 4714.0, 4739.0, 4703.0, 4720.0, 4721.0, 4708.0, 4678.0, 4697.0, 4678.0, 4697.0, 4659.0, 4697.0, 4658.0, 4688.0, 4667.0, 4668.0, 4695.0, 4670.0, 4710.0, 4680.0, 4701.0, 4681.0, 4711.0, 4681.0, 4710.0, 4683.0, 4704.0, 4673.0, 4711.0, 4678.0, 4700.0, 4678.0, 4703.0, 4721.0, 4700.0, 4707.0, 4679.0, 4708.0, 4679.0, 4707.0, 4689.0, 4709.0, 4692.0, 4700.0, 4683.0, 4700.0, 4681.0, 4711.0, 4696.0, 4712.0, 4681.0, 4710.0, 4686.0, 4723.0, 4695.0, 4724.0, 4704.0, 4725.0, 4704.0, 4721.0, 4684.0, 4710.0, 4683.0, 4722.0, 4684.0, 4722.0, 4683.0, 4723.0, 4679.0, 4711.0, 4690.0, 4700.0, 4730.0, 4699.0, 4718.0, 4682.0, 4708.0, 4679.0, 4710.0, 4692.0, 4710.0, 4681.0, 4710.0, 4670.0, 4710.0, 4660.0, 4712.0, 4689.0, 4691.0, 4718.0, 4679.0, 4707.0, 4690.0, 4708.0, 4680.0, 4697.0, 4672.0, 4706.0, 4658.0, 4700.0, 4690.0, 4691.0, 4708.0, 4681.0, 4708.0, 4672.0, 4710.0, 4692.0, 4701.0, 4670.0, 4712.0, 4668.0, 4710.0, 4665.0, 4711.0, 4672.0, 4714.0, 4671.0, 4714.0, 4733.0, 4704.0, 4712.0, 4693.0, 4721.0, 4695.0, 4721.0, 4705.0, 4723.0, 4715.0, 4714.0, 4695.0, 4713.0, 4706.0, 4734.0, 4716.0, 4735.0, 4725.0, 4732.0, 4694.0, 4709.0, 4690.0, 4723.0, 4729.0, 4700.0, 4717.0, 4679.0, 4709.0, 4688.0, 4709.0, 4690.0, 4698.0, 4668.0, 4696.0, 4658.0, 4699.0, 4677.0, 4690.0, 4698.0, 4679.0, 4707.0, 4669.0, 4710.0, 4691.0, 4697.0, 4678.0, 4698.0, 4669.0, 4700.0, 4669.0, 4699.0, 4662.0, 4713.0, 4683.0, 4714.0, 4684.0, 4722.0, 4664.0, 4714.0, 4664.0, 4711.0, 4660.0, 4704.0, 4729.0, 4703.0, 4728.0, 4704.0, 4744.0, 4723.0, 4713.0, 4679.0, 4699.0, 4679.0, 4702.0, 4689.0, 4689.0, 4700.0, 4679.0, 4709.0, 4681.0, 4711.0, 4671.0, 4689.0, 4660.0, 4688.0, 4668.0, 4681.0, 4719.0, 4694.0, 4702.0, 4692.0, 4700.0, 4671.0, 4710.0, 4696.0, 4702.0, 4695.0, 4714.0, 4672.0, 4714.0, 4677.0, 4716.0, 4684.0, 4706.0, 4721.0, 4692.0, 4721.0, 4702.0, 4711.0, 4704.0, 4712.0, 4694.0, 4709.0, 4694.0, 4714.0, 4695.0, 4722.0, 4682.0, 4712.0, 4673.0, 4723.0, 4684.0, 4721.0, 4694.0, 4711.0, 4687.0, 4723.0, 4684.0, 4723.0, 4671.0, 4712.0, 4672.0, 4719.0, 4662.0, 4702.0, 4731.0, 4699.0, 4679.0, 4711.0, 4684.0, 4724.0, 4672.0, 4711.0, 4671.0, 4699.0, 4673.0, 4713.0, 4672.0, 4711.0, 4662.0, 4693.0, 4694.0, 4703.0, 4690.0, 4702.0, 4664.0, 4691.0, 4674.0, 4714.0, 4691.0, 4716.0, 4734.0, 4715.0, 4722.0, 4706.0, 4731.0, 4691.0, 4723.0, 4703.0, 4723.0, 4700.0, 4710.0, 4670.0, 4697.0, 4667.0, 4711.0, 4660.0, 4699.0, 4659.0, 4698.0, 4648.0, 4700.0, 4691.0, 4690.0, 4699.0, 4690.0, 4711.0, 4671.0, 4700.0, 4693.0, 4704.0, 4701.0, 4700.0, 4682.0, 4700.0, 4669.0, 4701.0, 4683.0, 4709.0, 4673.0, 4712.0, 4681.0, 4713.0, 4661.0, 4723.0, 4683.0, 4704.0, 4681.0, 4683.0, 4708.0, 4693.0, 4710.0, 4693.0, 4710.0, 4683.0, 4701.0, 4696.0, 4703.0, 4694.0, 4712.0, 4684.0, 4713.0, 4695.0, 4714.0, 4704.0, 4711.0, 4685.0, 4711.0, 4693.0, 4724.0, 4708.0, 4712.0, 4705.0, 4713.0, 4684.0, 4712.0, 4684.0, 4722.0, 4684.0, 4722.0, 4689.0, 4701.0, 4688.0, 4690.0, 4718.0, 4692.0, 4708.0, 4681.0, 4701.0, 4670.0, 4700.0, 4682.0, 4709.0, 4690.0, 4700.0, 4680.0, 4699.0, 4670.0, 4711.0, 4672.0, 4703.0, 4658.0, 4699.0, 4678.0, 4680.0, 4720.0, 4692.0, 4699.0, 4680.0, 4698.0, 4671.0, 4699.0, 4681.0, 4702.0, 4683.0, 4701.0, 4673.0, 4703.0, 4672.0, 4703.0, 4666.0, 4716.0, 4694.0, 4704.0, 4682.0, 4693.0, 4702.0, 4691.0, 4724.0, 4707.0, 4723.0, 4703.0, 4710.0, 4683.0, 4700.0, 4684.0, 4711.0, 4696.0, 4722.0, 4699.0, 4712.0, 4695.0, 4724.0, 4709.0, 4725.0, 4685.0, 4723.0, 4693.0, 4724.0, 4694.0, 4712.0, 4672.0, 4713.0, 4681.0, 4705.0, 4733.0, 4693.0, 4711.0, 4682.0, 4711.0, 4681.0, 4713.0, 4695.0, 4715.0, 4694.0, 4706.0, 4687.0, 4714.0, 4686.0, 4724.0, 4696.0, 4726.0, 4698.0, 4726.0, 4707.0, 4723.0, 4699.0, 4711.0, 4722.0, 4715.0, 4741.0, 4711.0, 4729.0, 4679.0, 4698.0, 4677.0, 4699.0, 4679.0, 4699.0, 4659.0, 4699.0, 4668.0, 4690.0, 4651.0, 4699.0, 4661.0, 4700.0, 4687.0, 4680.0, 4711.0, 4684.0, 4699.0, 4683.0, 4699.0, 4672.0, 4702.0, 4684.0, 4701.0, 4695.0, 4711.0, 4683.0, 4712.0, 4694.0, 4701.0, 4684.0, 4713.0, 4675.0, 4712.0], 'WindowWidth': [10487.0, 10460.0, 10383.0, 10373.0, 10320.0, 10322.0, 10283.0, 10313.0, 10261.0, 10310.0, 10284.0, 10299.0, 10273.0, 10291.0, 10263.0, 10286.0, 10254.0, 10297.0, 10261.0, 10295.0, 10236.0, 10286.0, 10223.0, 10273.0, 10250.0, 10297.0, 10232.0, 10282.0, 10216.0, 10277.0, 10234.0, 10275.0, 10283.0, 10263.0, 10267.0, 10272.0, 10279.0, 10254.0, 10307.0, 10283.0, 10290.0, 10271.0, 10280.0, 10269.0, 10265.0, 10287.0, 10293.0, 10286.0, 10289.0, 10267.0, 10298.0, 10267.0, 10317.0, 10280.0, 10310.0, 10263.0, 10245.0, 10265.0, 10260.0, 10283.0, 10262.0, 10281.0, 10223.0, 10295.0, 10240.0, 10295.0, 10290.0, 10283.0, 10311.0, 10276.0, 10314.0, 10244.0, 10285.0, 10262.0, 10267.0, 10258.0, 10266.0, 10233.0, 10266.0, 10216.0, 10268.0, 10238.0, 10284.0, 10235.0, 10285.0, 10219.0, 10272.0, 10225.0, 10276.0, 10247.0, 10264.0, 10262.0, 10252.0, 10285.0, 10265.0, 10276.0, 10265.0, 10275.0, 10257.0, 10274.0, 10256.0, 10295.0, 10266.0, 10282.0, 10262.0, 10291.0, 10259.0, 10313.0, 10274.0, 10297.0, 10256.0, 10290.0, 10262.0, 10292.0, 10256.0, 10309.0, 10259.0, 10311.0, 10240.0, 10293.0, 10231.0, 10276.0, 10269.0, 10275.0, 10300.0, 10273.0, 10286.0, 10248.0, 10267.0, 10262.0, 10270.0, 10240.0, 10264.0, 10221.0, 10271.0, 10228.0, 10293.0, 10236.0, 10275.0, 10218.0, 10274.0, 10222.0, 10275.0, 10263.0, 10277.0, 10260.0, 10261.0, 10266.0, 10249.0, 10305.0, 10272.0, 10290.0, 10281.0, 10286.0, 10251.0, 10280.0, 10263.0, 10288.0, 10269.0, 10275.0, 10269.0, 10289.0, 10253.0, 10295.0, 10259.0, 10275.0, 10270.0, 10288.0, 10234.0, 10286.0, 10248.0, 10294.0, 10253.0, 10296.0, 10240.0, 10296.0, 10257.0, 10303.0, 10245.0, 10295.0, 10226.0, 10287.0, 10224.0, 10295.0, 10284.0, 10275.0, 10296.0, 10258.0, 10309.0, 10257.0, 10301.0, 10277.0, 10280.0, 10252.0, 10268.0, 10244.0, 10266.0, 10234.0, 10270.0, 10233.0, 10270.0, 10229.0, 10275.0, 10226.0, 10296.0, 10225.0, 10274.0, 10218.0, 10262.0, 10278.0, 10284.0, 10273.0, 10268.0, 10273.0, 10247.0, 10294.0, 10276.0, 10291.0, 10275.0, 10278.0, 10254.0, 10295.0, 10277.0, 10294.0, 10287.0, 10292.0, 10271.0, 10287.0, 10258.0, 10293.0, 10275.0, 10273.0, 10269.0, 10289.0, 10246.0, 10286.0, 10267.0, 10277.0, 10257.0, 10280.0, 10237.0, 10273.0, 10237.0, 10291.0, 10251.0, 10272.0, 10251.0, 10269.0, 10231.0, 10293.0, 10235.0, 10290.0, 10235.0, 10288.0, 10234.0, 10286.0, 10227.0, 10288.0, 10247.0, 10267.0, 10221.0, 10272.0, 10217.0, 10295.0, 10264.0, 10277.0, 10237.0, 10282.0, 10227.0, 10283.0, 10274.0, 10285.0, 10286.0, 10287.0, 10283.0, 10274.0, 10267.0, 10272.0, 10286.0, 10289.0, 10267.0, 10282.0, 10246.0, 10304.0, 10269.0, 10323.0, 10350.0, 10303.0, 10323.0, 10275.0, 10306.0, 10293.0, 10312.0, 10286.0, 10294.0, 10273.0, 10289.0, 10269.0, 10310.0, 10292.0, 10297.0, 10283.0, 10281.0, 10279.0, 10267.0, 10289.0, 10298.0, 10295.0, 10335.0, 10306.0, 10305.0, 10290.0, 10243.0, 10294.0, 10243.0, 10309.0, 10270.0, 10306.0, 10267.0, 10293.0, 10247.0, 10284.0, 10245.0, 10293.0, 10252.0, 10288.0, 10234.0, 10275.0, 10226.0, 10259.0, 10272.0, 10258.0, 10278.0, 10264.0, 10283.0, 10248.0, 10268.0, 10250.0, 10274.0, 10260.0, 10262.0, 10229.0, 10269.0, 10250.0, 10272.0, 10250.0, 10272.0, 10243.0, 10275.0, 10240.0, 10290.0, 10244.0, 10279.0, 10239.0, 10295.0, 10237.0, 10302.0, 10233.0, 10293.0, 10242.0, 10295.0, 10241.0, 10295.0, 10245.0, 10313.0, 10260.0, 10296.0, 10227.0, 10292.0, 10224.0, 10293.0, 10269.0, 10293.0, 10258.0, 10274.0, 10260.0, 10276.0, 10268.0, 10265.0, 10277.0, 10263.0, 10307.0, 10270.0, 10274.0, 10265.0, 10227.0, 10282.0, 10247.0, 10267.0, 10306.0, 10287.0, 10288.0, 10279.0, 10292.0, 10253.0, 10288.0, 10251.0, 10292.0, 10258.0, 10277.0, 10258.0, 10283.0, 10243.0, 10299.0, 10278.0, 10301.0, 10271.0, 10299.0, 10245.0, 10301.0, 10268.0, 10305.0, 10260.0, 10316.0, 10262.0, 10306.0, 10258.0, 10320.0, 10258.0, 10304.0, 10294.0, 10287.0, 10318.0, 10290.0, 10308.0, 10282.0, 10292.0, 10266.0, 10286.0, 10256.0, 10297.0, 10253.0, 10277.0, 10256.0, 10287.0, 10244.0, 10311.0, 10258.0, 10293.0, 10254.0, 10294.0, 10234.0, 10291.0, 10269.0, 10288.0, 10253.0, 10296.0, 10246.0, 10265.0, 10296.0, 10276.0, 10297.0, 10287.0, 10312.0, 10268.0, 10298.0, 10285.0, 10290.0, 10268.0, 10289.0, 10232.0, 10290.0, 10269.0, 10295.0, 10230.0, 10295.0, 10245.0, 10265.0, 10290.0, 10271.0, 10297.0, 10278.0, 10279.0, 10249.0, 10291.0, 10256.0, 10280.0, 10231.0, 10274.0, 10235.0, 10260.0, 10238.0, 10276.0, 10262.0, 10249.0, 10273.0, 10251.0, 10287.0, 10258.0, 10294.0, 10270.0, 10278.0, 10226.0, 10289.0, 10231.0, 10293.0, 10253.0, 10269.0, 10266.0, 10269.0, 10289.0, 10259.0, 10288.0, 10280.0, 10300.0, 10274.0, 10286.0, 10246.0, 10290.0, 10262.0, 10302.0, 10265.0, 10319.0, 10250.0, 10303.0, 10266.0, 10318.0, 10265.0, 10306.0, 10245.0, 10286.0, 10286.0, 10312.0, 10334.0, 10302.0, 10320.0, 10290.0, 10325.0, 10278.0, 10305.0, 10286.0, 10311.0, 10279.0, 10285.0, 10236.0, 10287.0, 10243.0, 10294.0, 10251.0, 10279.0, 10235.0, 10258.0, 10272.0, 10267.0, 10292.0, 10269.0, 10271.0, 10253.0, 10275.0, 10222.0, 10282.0, 10254.0, 10279.0, 10230.0, 10294.0, 10241.0, 10302.0, 10261.0, 10299.0, 10242.0, 10300.0, 10243.0, 10297.0, 10246.0, 10305.0, 10304.0, 10301.0, 10271.0, 10298.0, 10293.0, 10280.0, 10343.0, 10286.0, 10303.0, 10280.0, 10303.0, 10260.0, 10289.0, 10266.0, 10285.0, 10233.0, 10284.0, 10224.0, 10268.0, 10248.0, 10242.0, 10285.0, 10249.0, 10265.0, 10246.0, 10264.0, 10228.0, 10265.0, 10239.0, 10269.0, 10234.0, 10271.0, 10225.0, 10271.0, 10238.0, 10301.0, 10226.0, 10291.0, 10228.0, 10281.0, 10247.0, 10272.0, 10310.0, 10274.0, 10288.0, 10270.0, 10289.0, 10256.0, 10287.0, 10272.0, 10297.0, 10269.0, 10280.0, 10259.0, 10294.0, 10228.0, 10302.0, 10281.0, 10302.0, 10260.0, 10302.0, 10248.0, 10306.0, 10277.0, 10325.0, 10272.0, 10326.0, 10271.0, 10344.0, 10277.0, 10323.0, 10278.0, 10341.0, 10295.0, 10319.0, 10359.0, 10308.0, 10349.0, 10306.0, 10330.0, 10277.0, 10315.0, 10285.0, 10302.0, 10309.0, 10332.0, 10303.0, 10270.0, 10338.0, 10279.0, 10319.0, 10282.0, 10316.0, 10324.0, 10288.0, 10255.0, 10258.0, 10265.0, 10259.0, 10313.0, 10259.0, 10265.0, 10241.0, 10264.0, 10233.0, 10263.0, 10248.0, 10274.0, 10266.0, 10252.0, 10236.0, 10276.0, 10259.0, 10301.0, 10272.0, 10278.0, 10267.0, 10293.0, 10255.0, 10284.0, 10236.0, 10289.0, 10253.0, 10295.0, 10287.0, 10290.0, 10275.0, 10278.0, 10256.0, 10249.0, 10284.0, 10265.0, 10289.0, 10268.0, 10258.0, 10242.0, 10292.0, 10279.0, 10297.0, 10274.0, 10267.0, 10261.0, 10282.0, 10266.0, 10317.0, 10276.0, 10304.0, 10277.0, 10299.0, 10266.0, 10301.0, 10289.0, 10318.0, 10279.0, 10297.0, 10231.0, 10289.0, 10264.0, 10289.0, 10261.0, 10295.0, 10264.0, 10285.0, 10264.0, 10257.0, 10301.0, 10276.0, 10295.0, 10278.0, 10274.0, 10253.0, 10275.0, 10251.0, 10277.0, 10239.0, 10275.0, 10229.0, 10279.0, 10235.0, 10296.0, 10229.0, 10293.0, 10229.0, 10282.0, 10251.0, 10264.0, 10312.0, 10285.0, 10306.0, 10286.0, 10299.0, 10250.0, 10269.0, 10250.0, 10292.0, 10283.0, 10274.0, 10271.0, 10288.0, 10253.0, 10284.0, 10236.0, 10295.0, 10259.0, 10295.0, 10245.0, 10294.0, 10262.0, 10261.0, 10323.0, 10281.0, 10291.0, 10280.0, 10292.0, 10250.0, 10285.0, 10274.0, 10296.0, 10270.0, 10293.0, 10288.0, 10293.0, 10272.0, 10338.0, 10322.0, 10322.0, 10320.0, 10303.0, 10317.0, 10320.0, 10329.0, 10337.0, 10366.0, 10327.0, 10336.0, 10302.0, 10302.0, 10332.0, 10285.0, 10304.0, 10308.0, 10284.0, 10245.0, 10267.0, 10243.0, 10269.0, 10220.0, 10269.0, 10216.0, 10258.0, 10229.0, 10232.0, 10264.0, 10238.0, 10293.0, 10254.0, 10282.0, 10258.0, 10294.0, 10256.0, 10293.0, 10263.0, 10288.0, 10244.0, 10295.0, 10247.0, 10278.0, 10246.0, 10286.0, 10309.0, 10277.0, 10285.0, 10249.0, 10288.0, 10249.0, 10285.0, 10266.0, 10290.0, 10269.0, 10279.0, 10261.0, 10278.0, 10254.0, 10296.0, 10283.0, 10296.0, 10258.0, 10293.0, 10270.0, 10316.0, 10281.0, 10317.0, 10294.0, 10322.0, 10293.0, 10311.0, 10265.0, 10294.0, 10262.0, 10313.0, 10264.0, 10312.0, 10260.0, 10315.0, 10251.0, 10295.0, 10264.0, 10282.0, 10322.0, 10277.0, 10301.0, 10258.0, 10287.0, 10250.0, 10293.0, 10272.0, 10292.0, 10256.0, 10292.0, 10240.0, 10292.0, 10228.0, 10298.0, 10264.0, 10269.0, 10301.0, 10249.0, 10285.0, 10266.0, 10289.0, 10250.0, 10270.0, 10240.0, 10282.0, 10218.0, 10278.0, 10266.0, 10268.0, 10288.0, 10255.0, 10287.0, 10242.0, 10293.0, 10274.0, 10282.0, 10241.0, 10298.0, 10236.0, 10296.0, 10239.0, 10298.0, 10246.0, 10304.0, 10244.0, 10306.0, 10331.0, 10291.0, 10301.0, 10277.0, 10311.0, 10279.0, 10311.0, 10297.0, 10317.0, 10308.0, 10305.0, 10283.0, 10304.0, 10298.0, 10333.0, 10314.0, 10334.0, 10321.0, 10328.0, 10275.0, 10291.0, 10265.0, 10314.0, 10317.0, 10278.0, 10299.0, 10250.0, 10287.0, 10260.0, 10289.0, 10264.0, 10271.0, 10230.0, 10268.0, 10217.0, 10272.0, 10246.0, 10263.0, 10272.0, 10248.0, 10284.0, 10235.0, 10292.0, 10268.0, 10273.0, 10248.0, 10272.0, 10234.0, 10277.0, 10235.0, 10275.0, 10228.0, 10301.0, 10262.0, 10305.0, 10265.0, 10314.0, 10237.0, 10304.0, 10235.0, 10297.0, 10226.0, 10289.0, 10320.0, 10287.0, 10317.0, 10290.0, 10347.0, 10317.0, 10298.0, 10248.0, 10273.0, 10246.0, 10281.0, 10263.0, 10262.0, 10277.0, 10247.0, 10287.0, 10252.0, 10293.0, 10239.0, 10261.0, 10222.0, 10260.0, 10232.0, 10254.0, 10307.0, 10276.0, 10282.0, 10272.0, 10279.0, 10241.0, 10294.0, 10283.0, 10284.0, 10279.0, 10303.0, 10247.0, 10303.0, 10258.0, 10309.0, 10263.0, 10294.0, 10308.0, 10270.0, 10309.0, 10286.0, 10293.0, 10288.0, 10297.0, 10275.0, 10290.0, 10275.0, 10303.0, 10280.0, 10311.0, 10259.0, 10296.0, 10246.0, 10315.0, 10266.0, 10313.0, 10279.0, 10298.0, 10274.0, 10315.0, 10262.0, 10317.0, 10243.0, 10298.0, 10244.0, 10306.0, 10228.0, 10283.0, 10323.0, 10277.0, 10249.0, 10293.0, 10263.0, 10317.0, 10241.0, 10293.0, 10238.0, 10275.0, 10247.0, 10300.0, 10242.0, 10296.0, 10229.0, 10271.0, 10276.0, 10287.0, 10266.0, 10285.0, 10234.0, 10271.0, 10249.0, 10303.0, 10272.0, 10311.0, 10335.0, 10307.0, 10314.0, 10295.0, 10324.0, 10270.0, 10313.0, 10289.0, 10311.0, 10277.0, 10289.0, 10235.0, 10269.0, 10229.0, 10293.0, 10223.0, 10275.0, 10221.0, 10272.0, 10203.0, 10277.0, 10268.0, 10266.0, 10275.0, 10266.0, 10293.0, 10241.0, 10277.0, 10275.0, 10288.0, 10282.0, 10277.0, 10256.0, 10278.0, 10235.0, 10280.0, 10260.0, 10292.0, 10246.0, 10298.0, 10255.0, 10298.0, 10230.0, 10316.0, 10258.0, 10287.0, 10252.0, 10257.0, 10288.0, 10275.0, 10294.0, 10274.0, 10292.0, 10259.0, 10282.0, 10283.0, 10287.0, 10277.0, 10299.0, 10263.0, 10299.0, 10280.0, 10304.0, 10292.0, 10296.0, 10266.0, 10296.0, 10274.0, 10318.0, 10299.0, 10298.0, 10293.0, 10298.0, 10261.0, 10299.0, 10265.0, 10312.0, 10259.0, 10311.0, 10260.0, 10278.0, 10257.0, 10262.0, 10303.0, 10269.0, 10285.0, 10253.0, 10279.0, 10238.0, 10275.0, 10258.0, 10292.0, 10267.0, 10277.0, 10251.0, 10275.0, 10236.0, 10294.0, 10243.0, 10284.0, 10220.0, 10275.0, 10244.0, 10250.0, 10305.0, 10270.0, 10275.0, 10251.0, 10273.0, 10241.0, 10275.0, 10255.0, 10283.0, 10260.0, 10280.0, 10245.0, 10285.0, 10243.0, 10286.0, 10238.0, 10309.0, 10276.0, 10289.0, 10257.0, 10272.0, 10283.0, 10268.0, 10315.0, 10297.0, 10314.0, 10288.0, 10292.0, 10258.0, 10277.0, 10264.0, 10298.0, 10282.0, 10314.0, 10289.0, 10300.0, 10280.0, 10318.0, 10304.0, 10320.0, 10267.0, 10315.0, 10272.0, 10316.0, 10276.0, 10298.0, 10243.0, 10299.0, 10253.0, 10291.0, 10331.0, 10273.0, 10295.0, 10258.0, 10293.0, 10255.0, 10301.0, 10281.0, 10305.0, 10277.0, 10292.0, 10271.0, 10304.0, 10272.0, 10318.0, 10284.0, 10323.0, 10289.0, 10322.0, 10296.0, 10318.0, 10279.0, 10297.0, 10311.0, 10305.0, 10337.0, 10293.0, 10315.0, 10246.0, 10268.0, 10241.0, 10275.0, 10248.0, 10271.0, 10218.0, 10274.0, 10229.0, 10262.0, 10213.0, 10277.0, 10225.0, 10278.0, 10258.0, 10249.0, 10295.0, 10262.0, 10275.0, 10257.0, 10273.0, 10243.0, 10283.0, 10263.0, 10280.0, 10279.0, 10293.0, 10261.0, 10300.0, 10277.0, 10282.0, 10264.0, 10301.0, 10251.0, 10297.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.00013129156999226607</td></tr>
<tr><td colspan=3>aqi</td><td>0.017161506960556846</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.5165765928406</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2111328814318871</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9900064034520112</td></tr>
<tr><td colspan=3>efc</td><td>0.4686</td></tr>
<tr><td colspan=3>fber</td><td>6906.2134</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07416938569261053</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.23201856148491878</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4592603491243863</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.497071395010633</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.531828212363784</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3488814399987428</td></tr>
<tr><td colspan=3>gcor</td><td>0.00881164</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015732379630208015</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02795044332742691</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1293</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.049394870384115</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>41.588</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.2684</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.4142</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300463.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>808.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>370.5576</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9608</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>597.0478</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3921.1175</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4106.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76081.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1460.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5119.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1013.972</td></tr>
<tr><td colspan=3>tsnr</td><td>47.510935111902654</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>