ds005256-mriqc/sub-0033_ses-04_task-fractional_acq-mb8_run-02_bold.html
Felix Hoffstaedter a76d168855 [DATALAD RUNCMD] Compute MRIQC for sub-0033
=== 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-0033 --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-0033",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:07:04 +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-0033_ses-04_task-fractional_acq-mb8_run-02_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-0033_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0033_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0033_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0033_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0033_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0033_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0033_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0033_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-02_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-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-fractional_acq-mb8_run-02_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-0033/ses-04/func/sub-0033_ses-04_task-fractional_acq-mb8_run-02_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>9de85e5123b8be4996d990b6c9ff9c9a</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:36:38.995000</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.999273, 0.0169042, 0.0341761, -0.0148256, 0.998077, -0.0601839]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.104473</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-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7732, -7262, 441, -70, -31, 23, 63]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>290.949</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>703d6b42-4faf-4509-b7ba-aaf597cbdaa9||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.680975914001465, -0.03977610915899277, 0.09484487771987915, 110.62857055664062], [-0.04535277187824249, 2.6777682304382324, -0.16101045906543732, -82.45999908447266], [0.09169194102287292, 0.16146913170814514, 2.693525552749634, -84.77753448486328], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1322]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['103638.995000', '103639.455000', '103639.915000', '103640.375000', '103640.835000', '103641.295000', '103641.755000', '103642.215000', '103642.675000', '103643.135000', '103643.595000', '103644.055000', '103644.515000', '103644.975000', '103645.435000', '103645.895000', '103646.355000', '103646.815000', '103647.275000', '103647.735000', '103648.195000', '103648.655000', '103649.115000', '103649.575000', '103650.035000', '103650.495000', '103650.955000', '103651.415000', '103651.875000', '103652.335000', '103652.795000', '103653.255000', '103653.715000', '103654.175000', '103654.635000', '103655.095000', '103655.555000', '103656.015000', '103656.475000', '103656.935000', '103657.395000', '103657.855000', '103658.315000', '103658.775000', '103659.235000', '103659.695000', '103700.155000', '103700.615000', '103701.075000', '103701.535000', '103701.995000', '103702.455000', '103702.915000', '103703.375000', '103703.835000', '103704.295000', '103704.755000', '103705.215000', '103705.675000', '103706.135000', '103706.595000', '103707.055000', '103707.515000', '103707.975000', '103708.435000', '103708.895000', '103709.355000', '103709.815000', '103710.275000', '103710.735000', '103711.195000', '103711.655000', '103712.115000', '103712.575000', '103713.035000', '103713.495000', '103713.955000', '103714.415000', '103714.875000', '103715.335000', '103715.795000', '103716.255000', '103716.715000', '103717.175000', '103717.635000', '103718.095000', '103718.555000', '103719.015000', '103719.475000', '103719.935000', '103720.395000', '103720.855000', '103721.315000', '103721.775000', '103722.235000', '103722.695000', '103723.155000', '103723.615000', '103724.075000', '103724.535000', '103724.995000', '103725.455000', '103725.915000', '103726.375000', '103726.835000', '103727.295000', '103727.755000', '103728.215000', '103728.675000', '103729.135000', '103729.595000', '103730.055000', '103730.515000', '103730.975000', '103731.435000', '103731.895000', '103732.355000', '103732.815000', '103733.275000', '103733.735000', '103734.195000', '103734.655000', '103735.115000', '103735.575000', '103736.035000', '103736.495000', '103736.955000', '103737.415000', '103737.875000', '103738.335000', '103738.795000', '103739.255000', '103739.715000', '103740.175000', '103740.635000', '103741.095000', '103741.555000', '103742.015000', '103742.475000', '103742.935000', '103743.395000', '103743.855000', '103744.315000', '103744.775000', '103745.235000', '103745.695000', '103746.155000', '103746.615000', '103747.075000', '103747.535000', '103747.995000', '103748.455000', '103748.915000', '103749.375000', '103749.835000', '103750.295000', '103750.755000', '103751.215000', '103751.675000', '103752.135000', '103752.595000', '103753.055000', '103753.515000', '103753.975000', '103754.435000', '103754.895000', '103755.355000', '103755.815000', '103756.275000', '103756.735000', '103757.195000', '103757.655000', '103758.115000', '103758.575000', '103759.035000', '103759.495000', '103759.955000', '103800.415000', '103800.875000', '103801.335000', '103801.795000', '103802.255000', '103802.715000', '103803.175000', '103803.635000', '103804.095000', '103804.555000', '103805.015000', '103805.475000', '103805.935000', '103806.395000', '103806.855000', '103807.315000', '103807.775000', '103808.235000', '103808.695000', '103809.155000', '103809.615000', '103810.075000', '103810.535000', '103810.995000', '103811.455000', '103811.915000', '103812.375000', '103812.835000', '103813.295000', '103813.755000', '103814.215000', '103814.675000', '103815.135000', '103815.595000', '103816.055000', '103816.515000', '103816.975000', '103817.435000', '103817.895000', '103818.355000', '103818.815000', '103819.275000', '103819.735000', '103820.195000', '103820.655000', '103821.115000', '103821.575000', '103822.035000', '103822.495000', '103822.955000', '103823.415000', '103823.875000', '103824.335000', '103824.795000', '103825.255000', '103825.715000', '103826.175000', '103826.635000', '103827.095000', '103827.555000', '103828.015000', '103828.475000', '103828.935000', '103829.395000', '103829.855000', '103830.315000', '103830.775000', '103831.235000', '103831.695000', '103832.155000', '103832.615000', '103833.075000', '103833.535000', '103833.995000', '103834.455000', '103834.915000', '103835.375000', '103835.835000', '103836.295000', '103836.755000', '103837.215000', '103837.675000', '103838.135000', '103838.595000', '103839.055000', '103839.515000', '103839.975000', '103840.435000', '103840.895000', '103841.355000', '103841.815000', '103842.275000', '103842.735000', '103843.195000', '103843.655000', '103844.115000', '103844.575000', '103845.035000', '103845.495000', '103845.955000', '103846.415000', '103846.875000', '103847.335000', '103847.795000', '103848.255000', '103848.715000', '103849.175000', '103849.635000', '103850.095000', '103850.555000', '103851.015000', '103851.475000', '103851.935000', '103852.395000', '103852.855000', '103853.315000', '103853.775000', '103854.235000', '103854.695000', '103855.155000', '103855.615000', '103856.075000', '103856.535000', '103856.995000', '103857.455000', '103857.915000', '103858.375000', '103858.835000', '103859.295000', '103859.755000', '103900.215000', '103900.675000', '103901.135000', '103901.595000', '103902.055000', '103902.515000', '103902.975000', '103903.435000', '103903.895000', '103904.355000', '103904.815000', '103905.275000', '103905.735000', '103906.195000', '103906.655000', '103907.115000', '103907.575000', '103908.035000', '103908.495000', '103908.955000', '103909.415000', '103909.875000', '103910.335000', '103910.795000', '103911.255000', '103911.715000', '103912.175000', '103912.635000', '103913.095000', '103913.555000', '103914.015000', '103914.475000', '103914.935000', '103915.395000', '103915.855000', '103916.315000', '103916.775000', '103917.235000', '103917.695000', '103918.155000', '103918.615000', '103919.075000', '103919.535000', '103919.995000', '103920.455000', '103920.915000', '103921.375000', '103921.835000', '103922.295000', '103922.755000', '103923.215000', '103923.675000', '103924.135000', '103924.595000', '103925.055000', '103925.515000', '103925.975000', '103926.435000', '103926.895000', '103927.355000', '103927.815000', '103928.275000', '103928.735000', '103929.195000', '103929.655000', '103930.115000', '103930.575000', '103931.035000', '103931.495000', '103931.955000', '103932.415000', '103932.875000', '103933.335000', '103933.795000', '103934.255000', '103934.715000', '103935.175000', '103935.635000', '103936.095000', '103936.555000', '103937.015000', '103937.475000', '103937.935000', '103938.395000', '103938.855000', '103939.315000', '103939.775000', '103940.235000', '103940.695000', '103941.155000', '103941.615000', '103942.075000', '103942.535000', '103942.995000', '103943.455000', '103943.915000', '103944.375000', '103944.835000', '103945.295000', '103945.755000', '103946.215000', '103946.675000', '103947.135000', '103947.595000', '103948.055000', '103948.515000', '103948.975000', '103949.435000', '103949.895000', '103950.355000', '103950.815000', '103951.275000', '103951.735000', '103952.195000', '103952.655000', '103953.115000', '103953.575000', '103954.035000', '103954.495000', '103954.955000', '103955.415000', '103955.875000', '103956.335000', '103956.795000', '103957.255000', '103957.715000', '103958.175000', '103958.635000', '103959.095000', '103959.555000', '104000.015000', '104000.475000', '104000.935000', '104001.395000', '104001.855000', '104002.315000', '104002.775000', '104003.235000', '104003.695000', '104004.155000', '104004.615000', '104005.075000', '104005.535000', '104005.995000', '104006.455000', '104006.915000', '104007.375000', '104007.835000', '104008.295000', '104008.755000', '104009.215000', '104009.675000', '104010.135000', '104010.595000', '104011.055000', '104011.515000', '104011.975000', '104012.435000', '104012.895000', '104013.355000', '104013.815000', '104014.275000', '104014.735000', '104015.195000', '104015.655000', '104016.115000', '104016.575000', '104017.035000', '104017.495000', '104017.955000', '104018.415000', '104018.875000', '104019.335000', '104019.795000', '104020.255000', '104020.715000', '104021.175000', '104021.635000', '104022.095000', '104022.555000', '104023.015000', '104023.475000', '104023.935000', '104024.395000', '104024.855000', '104025.315000', '104025.775000', '104026.235000', '104026.695000', '104027.155000', '104027.615000', '104028.075000', '104028.535000', '104028.995000', '104029.455000', '104029.915000', '104030.375000', '104030.835000', '104031.295000', '104031.755000', '104032.215000', '104032.675000', '104033.135000', '104033.595000', '104034.055000', '104034.515000', '104034.975000', '104035.435000', '104035.895000', '104036.355000', '104036.815000', '104037.275000', '104037.735000', '104038.195000', '104038.655000', '104039.115000', '104039.575000', '104040.035000', '104040.495000', '104040.955000', '104041.415000', '104041.875000', '104042.335000', '104042.795000', '104043.255000', '104043.715000', '104044.175000', '104044.635000', '104045.095000', '104045.555000', '104046.015000', '104046.475000', '104046.935000', '104047.395000', '104047.855000', '104048.315000', '104048.775000', '104049.235000', '104049.695000', '104050.155000', '104050.615000', '104051.075000', '104051.535000', '104051.995000', '104052.455000', '104052.915000', '104053.375000', '104053.835000', '104054.295000', '104054.755000', '104055.215000', '104055.675000', '104056.135000', '104056.595000', '104057.055000', '104057.515000', '104057.975000', '104058.435000', '104058.895000', '104059.355000', '104059.815000', '104100.275000', '104100.735000', '104101.195000', '104101.655000', '104102.115000', '104102.575000', '104103.035000', '104103.495000', '104103.955000', '104104.415000', '104104.875000', '104105.335000', '104105.795000', '104106.255000', '104106.715000', '104107.175000', '104107.635000', '104108.095000', '104108.555000', '104109.015000', '104109.475000', '104109.935000', '104110.395000', '104110.855000', '104111.315000', '104111.775000', '104112.235000', '104112.695000', '104113.155000', '104113.615000', '104114.075000', '104114.535000', '104114.995000', '104115.455000', '104115.915000', '104116.375000', '104116.835000', '104117.295000', '104117.755000', '104118.215000', '104118.675000', '104119.135000', '104119.595000', '104120.055000', '104120.515000', '104120.975000', '104121.435000', '104121.895000', '104122.355000', '104122.815000', '104123.275000', '104123.735000', '104124.195000', '104124.655000', '104125.115000', '104125.575000', '104126.035000', '104126.495000', '104126.955000', '104127.415000', '104127.875000', '104128.335000', '104128.795000', '104129.255000', '104129.715000', '104130.175000', '104130.635000', '104131.095000', '104131.555000', '104132.015000', '104132.475000', '104132.935000', '104133.395000', '104133.855000', '104134.315000', '104134.775000', '104135.235000', '104135.695000', '104136.155000', '104136.615000', '104137.075000', '104137.535000', '104137.995000', '104138.455000', '104138.915000', '104139.375000', '104139.835000', '104140.295000', '104140.755000', '104141.215000', '104141.675000', '104142.135000', '104142.595000', '104143.055000', '104143.515000', '104143.975000', '104144.435000', '104144.895000', '104145.355000', '104145.815000', '104146.275000', '104146.735000', '104147.195000', '104147.655000', '104148.115000', '104148.575000', '104149.035000', '104149.495000', '104149.955000', '104150.415000', '104150.875000', '104151.335000', '104151.795000', '104152.255000', '104152.715000', '104153.175000', '104153.635000', '104154.095000', '104154.555000', '104155.015000', '104155.475000', '104155.935000', '104156.395000', '104156.855000', '104157.315000', '104157.775000', '104158.235000', '104158.695000', '104159.155000', '104159.615000', '104200.075000', '104200.535000', '104200.995000', '104201.455000', '104201.915000', '104202.375000', '104202.835000', '104203.295000', '104203.755000', '104204.215000', '104204.675000', '104205.135000', '104205.595000', '104206.055000', '104206.515000', '104206.975000', '104207.435000', '104207.895000', '104208.355000', '104208.815000', '104209.275000', '104209.735000', '104210.195000', '104210.655000', '104211.115000', '104211.575000', '104212.035000', '104212.495000', '104212.955000', '104213.415000', '104213.875000', '104214.335000', '104214.795000', '104215.255000', '104215.715000', '104216.175000', '104216.635000', '104217.095000', '104217.555000', '104218.015000', '104218.475000', '104218.935000', '104219.395000', '104219.855000', '104220.315000', '104220.775000', '104221.235000', '104221.695000', '104222.155000', '104222.615000', '104223.075000', '104223.535000', '104223.995000', '104224.455000', '104224.915000', '104225.375000', '104225.835000', '104226.295000', '104226.755000', '104227.215000', '104227.675000', '104228.135000', '104228.595000', '104229.055000', '104229.515000', '104229.975000', '104230.435000', '104230.895000', '104231.355000', '104231.815000', '104232.275000', '104232.735000', '104233.195000', '104233.655000', '104234.115000', '104234.575000', '104235.035000', '104235.495000', '104235.955000', '104236.415000', '104236.875000', '104237.335000', '104237.795000', '104238.255000', '104238.715000', '104239.175000', '104239.635000', '104240.095000', '104240.555000', '104241.015000', '104241.475000', '104241.935000', '104242.395000', '104242.855000', '104243.315000', '104243.775000', '104244.235000', '104244.695000', '104245.155000', '104245.615000', '104246.075000', '104246.535000', '104246.995000', '104247.455000', '104247.915000', '104248.375000', '104248.835000', '104249.295000', '104249.755000', '104250.215000', '104250.675000', '104251.135000', '104251.595000', '104252.055000', '104252.515000', '104252.975000', '104253.435000', '104253.895000', '104254.355000', '104254.815000', '104255.275000', '104255.735000', '104256.195000', '104256.655000', '104257.115000', '104257.575000', '104258.035000', '104258.495000', '104258.955000', '104259.415000', '104259.875000', '104300.335000', '104300.795000', '104301.255000', '104301.715000', '104302.175000', '104302.635000', '104303.095000', '104303.555000', '104304.015000', '104304.475000', '104304.935000', '104305.395000', '104305.855000', '104306.315000', '104306.775000', '104307.235000', '104307.695000', '104308.155000', '104308.615000', '104309.075000', '104309.535000', '104309.995000', '104310.455000', '104310.915000', '104311.375000', '104311.835000', '104312.295000', '104312.755000', '104313.215000', '104313.675000', '104314.135000', '104314.595000', '104315.055000', '104315.515000', '104315.975000', '104316.435000', '104316.895000', '104317.355000', '104317.815000', '104318.275000', '104318.735000', '104319.195000', '104319.655000', '104320.115000', '104320.575000', '104321.035000', '104321.495000', '104321.955000', '104322.415000', '104322.875000', '104323.335000', '104323.795000', '104324.255000', '104324.715000', '104325.175000', '104325.635000', '104326.095000', '104326.555000', '104327.015000', '104327.475000', '104327.935000', '104328.395000', '104328.855000', '104329.315000', '104329.775000', '104330.235000', '104330.695000', '104331.155000', '104331.615000', '104332.075000', '104332.535000', '104332.995000', '104333.455000', '104333.915000', '104334.375000', '104334.835000', '104335.295000', '104335.755000', '104336.215000', '104336.675000', '104337.135000', '104337.595000', '104338.055000', '104338.515000', '104338.975000', '104339.435000', '104339.895000', '104340.355000', '104340.815000', '104341.275000', '104341.735000', '104342.195000', '104342.655000', '104343.115000', '104343.575000', '104344.035000', '104344.495000', '104344.955000', '104345.415000', '104345.875000', '104346.335000', '104346.795000', '104347.255000', '104347.715000', '104348.175000', '104348.635000', '104349.095000', '104349.555000', '104350.015000', '104350.475000', '104350.935000', '104351.395000', '104351.855000', '104352.315000', '104352.775000', '104353.235000', '104353.695000', '104354.155000', '104354.615000', '104355.075000', '104355.535000', '104355.995000', '104356.455000', '104356.915000', '104357.375000', '104357.835000', '104358.295000', '104358.755000', '104359.215000', '104359.675000', '104400.135000', '104400.595000', '104401.055000', '104401.515000', '104401.975000', '104402.435000', '104402.895000', '104403.355000', '104403.815000', '104404.275000', '104404.735000', '104405.195000', '104405.655000', '104406.115000', '104406.575000', '104407.035000', '104407.495000', '104407.955000', '104408.415000', '104408.875000', '104409.335000', '104409.795000', '104410.255000', '104410.715000', '104411.175000', '104411.635000', '104412.095000', '104412.555000', '104413.015000', '104413.475000', '104413.935000', '104414.395000', '104414.855000', '104415.315000', '104415.775000', '104416.235000', '104416.695000', '104417.155000', '104417.615000', '104418.075000', '104418.535000', '104418.995000', '104419.455000', '104419.915000', '104420.375000', '104420.835000', '104421.295000', '104421.755000', '104422.215000', '104422.675000', '104423.135000', '104423.595000', '104424.055000', '104424.515000', '104424.975000', '104425.435000', '104425.895000', '104426.355000', '104426.815000', '104427.275000', '104427.735000', '104428.195000', '104428.655000', '104429.115000', '104429.575000', '104430.035000', '104430.495000', '104430.955000', '104431.415000', '104431.875000', '104432.335000', '104432.795000', '104433.255000', '104433.715000', '104434.175000', '104434.635000', '104435.095000', '104435.555000', '104436.015000', '104436.475000', '104436.935000', '104437.395000', '104437.855000', '104438.315000', '104438.775000', '104439.235000', '104439.695000', '104440.155000', '104440.615000', '104441.075000', '104441.535000', '104441.995000', '104442.455000', '104442.915000', '104443.375000', '104443.835000', '104444.295000', '104444.755000', '104445.215000', '104445.675000', '104446.135000', '104446.595000', '104447.055000', '104447.515000', '104447.975000', '104448.435000', '104448.895000', '104449.355000', '104449.815000', '104450.275000', '104450.735000', '104451.195000', '104451.655000', '104452.115000', '104452.575000', '104453.035000', '104453.495000', '104453.955000', '104454.415000', '104454.875000', '104455.335000', '104455.795000', '104456.255000', '104456.715000', '104457.175000', '104457.635000', '104458.095000', '104458.555000', '104459.015000', '104459.475000', '104459.935000', '104500.395000', '104500.855000', '104501.315000', '104501.775000', '104502.235000', '104502.695000', '104503.155000', '104503.615000', '104504.075000', '104504.535000', '104504.995000', '104505.455000', '104505.915000', '104506.375000', '104506.835000', '104507.295000', '104507.755000', '104508.215000', '104508.675000', '104509.135000', '104509.595000', '104510.055000', '104510.515000', '104510.975000', '104511.435000', '104511.895000', '104512.355000', '104512.815000', '104513.275000', '104513.735000', '104514.195000', '104514.655000', '104515.115000', '104515.575000', '104516.035000', '104516.495000', '104516.955000', '104517.415000', '104517.875000', '104518.335000', '104518.795000', '104519.255000', '104519.715000', '104520.175000', '104520.635000', '104521.095000', '104521.555000', '104522.015000', '104522.475000', '104522.935000', '104523.395000', '104523.855000', '104524.315000', '104524.775000', '104525.235000', '104525.695000', '104526.155000', '104526.615000', '104527.075000', '104527.535000', '104527.995000', '104528.455000', '104528.915000', '104529.375000', '104529.835000', '104530.295000', '104530.755000', '104531.215000', '104531.675000', '104532.135000', '104532.595000', '104533.055000', '104533.515000', '104533.975000', '104534.435000', '104534.895000', '104535.355000', '104535.815000', '104536.275000', '104536.735000', '104537.195000', '104537.655000', '104538.115000', '104538.575000', '104539.035000', '104539.495000', '104539.955000', '104540.415000', '104540.875000', '104541.335000', '104541.795000', '104542.255000', '104542.715000', '104543.175000', '104543.635000', '104544.095000', '104544.555000', '104545.015000', '104545.475000', '104545.935000', '104546.395000', '104546.855000', '104547.315000', '104547.775000', '104548.235000', '104548.695000', '104549.155000', '104549.615000', '104550.075000', '104550.535000', '104550.995000', '104551.455000', '104551.915000', '104552.375000', '104552.835000', '104553.295000', '104553.755000', '104554.215000', '104554.675000', '104555.135000', '104555.595000', '104556.055000', '104556.515000', '104556.975000', '104557.435000', '104557.895000', '104558.355000', '104558.815000', '104559.275000', '104559.735000', '104600.195000', '104600.655000', '104601.115000', '104601.575000', '104602.035000', '104602.495000', '104602.955000', '104603.415000', '104603.875000', '104604.335000', '104604.795000', '104605.255000', '104605.715000', '104606.175000', '104606.635000', '104607.095000', '104607.555000', '104608.015000', '104608.475000', '104608.935000', '104609.395000', '104609.855000', '104610.315000', '104610.775000', '104611.235000', '104611.695000', '104612.155000', '104612.615000', '104613.075000', '104613.535000', '104613.995000', '104614.455000', '104614.915000', '104615.375000', '104615.835000', '104616.295000', '104616.755000', '104617.215000', '104617.675000', '104618.135000', '104618.595000', '104619.055000', '104619.515000', '104619.975000', '104620.435000', '104620.895000', '104621.355000', '104621.815000', '104622.275000', '104622.735000', '104623.195000', '104623.655000', '104624.115000', '104624.575000', '104625.035000', '104625.495000', '104625.955000', '104626.415000', '104626.875000', '104627.335000', '104627.795000', '104628.255000', '104628.715000', '104629.175000', '104629.635000', '104630.095000', '104630.555000', '104631.015000', '104631.475000', '104631.935000', '104632.395000', '104632.855000', '104633.315000', '104633.775000', '104634.235000', '104634.695000', '104635.155000', '104635.615000', '104636.075000', '104636.535000', '104636.995000', '104637.455000', '104637.915000', '104638.375000', '104638.835000', '104639.295000', '104639.755000', '104640.215000', '104640.675000', '104641.135000', '104641.595000', '104642.055000', '104642.515000', '104642.975000', '104643.435000', '104643.895000', '104644.355000', '104644.815000', '104645.275000', '104645.735000', '104646.195000', '104646.655000'], 'ContentTime': ['103701.720000', '103701.723000', '103701.726000', '103701.728000', '103701.731000', '103701.733000', '103701.738000', '103701.741000', '103701.743000', '103701.746000', '103701.748000', '103701.751000', '103701.753000', '103701.756000', '103701.759000', '103701.761000', '103701.764000', '103701.766000', '103701.769000', '103701.771000', '103701.774000', '103701.776000', '103701.779000', '103701.781000', '103701.784000', '103701.787000', '103701.789000', '103701.792000', '103701.794000', '103701.797000', '103701.799000', '103701.802000', '103701.805000', '103701.807000', '103701.810000', '103701.812000', '103701.821000', '103701.824000', '103701.826000', '103701.829000', '103701.831000', '103701.834000', '103701.836000', '103701.839000', '103701.841000', '103701.844000', '103721.695000', '103721.698000', '103721.701000', '103721.703000', '103721.706000', '103721.708000', '103721.711000', '103721.713000', '103721.716000', '103721.719000', '103721.721000', '103721.724000', '103721.731000', '103721.734000', '103721.736000', '103721.739000', '103721.741000', '103721.744000', '103721.746000', '103721.749000', '103721.751000', '103721.754000', '103721.756000', '103721.759000', '103721.762000', '103721.764000', '103721.767000', '103721.769000', '103721.772000', '103721.774000', '103721.777000', '103721.779000', '103721.782000', '103721.785000', '103721.787000', '103721.790000', '103721.792000', '103721.795000', '103721.797000', '103721.800000', '103721.803000', '103721.805000', '103721.808000', '103721.810000', '103741.697000', '103741.699000', '103741.702000', '103741.705000', '103741.707000', '103741.710000', '103741.712000', '103741.715000', '103741.717000', '103741.720000', '103741.722000', '103741.725000', '103741.728000', '103741.730000', '103741.733000', '103741.735000', '103741.738000', '103741.740000', '103741.743000', '103741.745000', '103741.748000', '103741.750000', '103741.753000', '103741.756000', '103741.758000', '103741.761000', '103741.763000', '103741.766000', '103741.768000', '103741.771000', '103741.773000', '103741.776000', '103741.778000', '103741.781000', '103741.783000', '103741.786000', '103741.789000', '103741.791000', '103741.794000', '103741.796000', '103741.799000', '103741.802000', '103741.804000', '103801.697000', '103801.699000', '103801.702000', '103801.705000', '103801.707000', '103801.710000', '103801.712000', '103801.715000', '103801.717000', '103801.720000', '103801.722000', '103801.725000', '103801.727000', '103801.736000', '103801.738000', '103801.741000', '103801.743000', '103801.746000', '103801.749000', '103801.751000', '103801.754000', '103801.756000', '103801.759000', '103801.762000', '103801.764000', '103801.767000', '103801.769000', '103801.772000', '103801.774000', '103801.777000', '103801.779000', '103801.782000', '103801.784000', '103801.787000', '103801.790000', '103801.792000', '103801.795000', '103801.797000', '103801.800000', '103801.803000', '103801.805000', '103801.808000', '103801.810000', '103801.813000', '103821.697000', '103821.699000', '103821.702000', '103821.705000', '103821.707000', '103821.710000', '103821.730000', '103821.732000', '103821.735000', '103821.737000', '103821.740000', '103821.742000', '103821.745000', '103821.748000', '103821.750000', '103821.753000', '103821.755000', '103821.758000', '103821.760000', '103821.763000', '103821.766000', '103821.768000', '103821.771000', '103821.773000', '103821.776000', '103821.779000', '103821.781000', '103821.784000', '103821.786000', '103821.789000', '103821.791000', '103821.800000', '103821.802000', '103821.805000', '103821.807000', '103821.810000', '103821.813000', '103821.815000', '103821.818000', '103821.820000', '103821.823000', '103821.825000', '103821.828000', '103841.696000', '103841.699000', '103841.702000', '103841.705000', '103841.708000', '103841.711000', '103841.713000', '103841.716000', '103841.718000', '103841.721000', '103841.724000', '103841.726000', '103841.729000', '103841.731000', '103841.734000', '103841.736000', '103841.739000', '103841.741000', '103841.744000', '103841.747000', '103841.749000', '103841.752000', '103841.754000', '103841.762000', '103841.764000', '103841.767000', '103841.770000', '103841.772000', '103841.775000', '103841.777000', '103841.780000', '103841.783000', '103841.785000', '103841.788000', '103841.790000', '103841.793000', '103841.795000', '103841.798000', '103841.801000', '103841.803000', '103841.806000', '103841.808000', '103841.811000', '103841.813000', '103901.697000', '103901.700000', '103901.702000', '103901.705000', '103901.707000', '103901.710000', '103901.713000', '103901.715000', '103901.718000', '103901.720000', '103901.723000', '103901.726000', '103901.728000', '103901.731000', '103901.733000', '103901.736000', '103901.738000', '103901.741000', '103901.744000', '103901.746000', '103901.749000', '103901.751000', '103901.754000', '103901.757000', '103901.759000', '103901.762000', '103901.764000', '103901.767000', '103901.769000', '103901.772000', '103901.775000', '103901.777000', '103901.780000', '103901.782000', '103901.785000', '103901.787000', '103901.790000', '103901.793000', '103901.795000', '103901.798000', '103901.800000', '103901.803000', '103901.805000', '103921.696000', '103921.699000', '103921.702000', '103921.704000', '103921.707000', '103921.710000', '103921.712000', '103921.715000', '103921.717000', '103921.720000', '103921.723000', '103921.725000', '103921.728000', '103921.730000', '103921.733000', '103921.741000', '103921.744000', '103921.747000', '103921.749000', '103921.752000', '103921.754000', '103921.757000', '103921.760000', '103921.762000', '103921.765000', '103921.767000', '103921.770000', '103921.773000', '103921.775000', '103921.778000', '103921.780000', '103921.783000', '103921.785000', '103921.788000', '103921.791000', '103921.793000', '103921.796000', '103921.798000', '103921.801000', '103921.804000', '103921.806000', '103921.809000', '103921.811000', '103941.695000', '103941.698000', '103941.701000', '103941.704000', '103941.706000', '103941.709000', '103941.711000', '103941.714000', '103941.716000', '103941.719000', '103941.722000', '103941.724000', '103941.727000', '103941.729000', '103941.732000', '103941.734000', '103941.737000', '103941.740000', '103941.742000', '103941.745000', '103941.747000', '103941.750000', '103941.753000', '103941.755000', '103941.758000', '103941.760000', '103941.763000', '103941.765000', '103941.768000', '103941.771000', '103941.773000', '103941.776000', '103941.778000', '103941.781000', '103941.784000', '103941.786000', '103941.789000', '103941.791000', '103941.794000', '103941.796000', '103941.799000', '103941.802000', '103941.804000', '103941.807000', '104001.697000', '104001.700000', '104001.716000', '104001.719000', '104001.722000', '104001.725000', '104001.728000', '104001.731000', '104001.733000', '104001.736000', '104001.739000', '104001.742000', '104001.745000', '104001.748000', '104001.750000', '104001.753000', '104001.755000', '104001.758000', '104001.761000', '104001.763000', '104001.766000', '104001.768000', '104001.771000', '104001.773000', '104001.776000', '104001.778000', '104001.781000', '104001.784000', '104001.786000', '104001.789000', '104001.791000', '104001.794000', '104001.797000', '104001.799000', '104001.802000', '104001.804000', '104001.807000', '104001.809000', '104001.812000', '104001.815000', '104001.817000', '104001.820000', '104001.822000', '104021.697000', '104021.699000', '104021.702000', '104021.705000', '104021.707000', '104021.710000', '104021.712000', '104021.715000', '104021.718000', '104021.720000', '104021.723000', '104021.725000', '104021.728000', '104021.730000', '104021.733000', '104021.736000', '104021.738000', '104021.741000', '104021.744000', '104021.746000', '104021.749000', '104021.751000', '104021.754000', '104021.756000', '104021.759000', '104021.762000', '104021.764000', '104021.767000', '104021.769000', '104021.772000', '104021.775000', '104021.777000', '104021.780000', '104021.782000', '104021.785000', '104021.788000', '104021.790000', '104021.793000', '104021.795000', '104021.798000', '104021.801000', '104021.803000', '104021.806000', '104021.808000', '104041.697000', '104041.700000', '104041.702000', '104041.705000', '104041.707000', '104041.710000', '104041.712000', '104041.715000', '104041.718000', '104041.720000', '104041.723000', '104041.725000', '104041.728000', '104041.730000', '104041.733000', '104041.736000', '104041.738000', '104041.741000', '104041.743000', '104041.746000', '104041.749000', '104041.751000', '104041.754000', '104041.756000', '104041.759000', '104041.761000', '104041.764000', '104041.767000', '104041.769000', '104041.772000', '104041.774000', '104041.777000', '104041.780000', '104041.782000', '104041.785000', '104041.787000', '104041.790000', '104041.792000', '104041.795000', '104041.798000', '104041.800000', '104041.803000', '104041.805000', '104041.808000', '104101.697000', '104101.699000', '104101.702000', '104101.705000', '104101.707000', '104101.710000', '104101.712000', '104101.715000', '104101.717000', '104101.720000', '104101.723000', '104101.725000', '104101.728000', '104101.730000', '104101.733000', '104101.736000', '104101.738000', '104101.741000', '104101.743000', '104101.746000', '104101.749000', '104101.751000', '104101.754000', '104101.756000', '104101.759000', '104101.761000', '104101.764000', '104101.767000', '104101.769000', '104101.772000', '104101.774000', '104101.777000', '104101.779000', '104101.782000', '104101.785000', '104101.787000', '104101.790000', '104101.792000', '104101.795000', '104101.797000', '104101.800000', '104101.803000', '104101.806000', '104121.697000', '104121.700000', '104121.702000', '104121.705000', '104121.707000', '104121.710000', '104121.713000', '104121.715000', '104121.718000', '104121.720000', '104121.723000', '104121.725000', '104121.728000', '104121.731000', '104121.733000', '104121.736000', '104121.738000', '104121.741000', '104121.744000', '104121.746000', '104121.750000', '104121.753000', '104121.755000', '104121.758000', '104121.761000', '104121.763000', '104121.766000', '104121.783000', '104121.786000', '104121.788000', '104121.791000', '104121.793000', '104121.796000', '104121.799000', '104121.801000', '104121.804000', '104121.807000', '104121.809000', '104121.812000', '104121.814000', '104121.817000', '104121.820000', '104121.822000', '104141.697000', '104141.700000', '104141.702000', '104141.705000', '104141.707000', '104141.710000', '104141.712000', '104141.715000', '104141.717000', '104141.720000', '104141.723000', '104141.725000', '104141.728000', '104141.730000', '104141.733000', '104141.736000', '104141.738000', '104141.741000', '104141.743000', '104141.746000', '104141.749000', '104141.751000', '104141.754000', '104141.756000', '104141.759000', '104141.761000', '104141.764000', '104141.767000', '104141.770000', '104141.772000', '104141.775000', '104141.777000', '104141.780000', '104141.783000', '104141.785000', '104141.788000', '104141.790000', '104141.793000', '104141.796000', '104141.798000', '104141.801000', '104141.803000', '104141.806000', '104141.809000', '104201.696000', '104201.699000', '104201.701000', '104201.704000', '104201.706000', '104201.709000', '104201.711000', '104201.714000', '104201.717000', '104201.719000', '104201.722000', '104201.724000', '104201.727000', '104201.729000', '104201.732000', '104201.735000', '104201.737000', '104201.740000', '104201.742000', '104201.745000', '104201.747000', '104201.750000', '104201.753000', '104201.755000', '104201.758000', '104201.761000', '104201.763000', '104201.766000', '104201.769000', '104201.771000', '104201.774000', '104201.776000', '104201.779000', '104201.781000', '104201.784000', '104201.787000', '104201.789000', '104201.792000', '104201.794000', '104201.797000', '104201.800000', '104201.802000', '104201.805000', '104221.697000', '104221.699000', '104221.702000', '104221.705000', '104221.707000', '104221.710000', '104221.712000', '104221.715000', '104221.717000', '104221.720000', '104221.725000', '104221.727000', '104221.730000', '104221.733000', '104221.735000', '104221.738000', '104221.740000', '104221.743000', '104221.746000', '104221.748000', '104221.751000', '104221.753000', '104221.756000', '104221.759000', '104221.761000', '104221.764000', '104221.766000', '104221.769000', '104221.772000', '104221.775000', '104221.777000', '104221.780000', '104221.782000', '104221.785000', '104221.788000', '104221.790000', '104221.793000', '104221.795000', '104221.798000', '104221.801000', '104221.803000', '104221.806000', '104221.809000', '104221.811000', '104241.697000', '104241.700000', '104241.702000', '104241.705000', '104241.708000', '104241.710000', '104241.713000', '104241.715000', '104241.718000', '104241.720000', '104241.723000', '104241.726000', '104241.728000', '104241.731000', '104241.733000', '104241.736000', '104241.739000', '104241.741000', '104241.744000', '104241.746000', '104241.749000', '104241.752000', '104241.754000', '104241.757000', '104241.759000', '104241.762000', '104241.765000', '104241.767000', '104241.770000', '104241.772000', '104241.775000', '104241.778000', '104241.780000', '104241.783000', '104241.785000', '104241.788000', '104241.790000', '104241.793000', '104241.803000', '104241.806000', '104241.810000', '104241.812000', '104241.815000', '104301.697000', '104301.699000', '104301.702000', '104301.705000', '104301.707000', '104301.710000', '104301.712000', '104301.715000', '104301.718000', '104301.720000', '104301.723000', '104301.725000', '104301.728000', '104301.731000', '104301.733000', '104301.736000', '104301.738000', '104301.741000', '104301.743000', '104301.746000', '104301.749000', '104301.751000', '104301.754000', '104301.757000', '104301.759000', '104301.762000', '104301.764000', '104301.767000', '104301.769000', '104301.772000', '104301.775000', '104301.777000', '104301.780000', '104301.782000', '104301.785000', '104301.788000', '104301.790000', '104301.793000', '104301.795000', '104301.798000', '104301.801000', '104301.803000', '104301.806000', '104301.808000', '104321.697000', '104321.700000', '104321.702000', '104321.705000', '104321.707000', '104321.710000', '104321.712000', '104321.715000', '104321.718000', '104321.720000', '104321.723000', '104321.726000', '104321.728000', '104321.731000', '104321.733000', '104321.736000', '104321.739000', '104321.741000', '104321.744000', '104321.747000', '104321.749000', '104321.752000', '104321.754000', '104321.757000', '104321.759000', '104321.762000', '104321.765000', '104321.767000', '104321.770000', '104321.772000', '104321.775000', '104321.779000', '104321.781000', '104321.784000', '104321.787000', '104321.789000', '104321.792000', '104321.795000', '104321.797000', '104321.800000', '104321.803000', '104321.805000', '104321.808000', '104341.697000', '104341.700000', '104341.702000', '104341.705000', '104341.708000', '104341.710000', '104341.713000', '104341.715000', '104341.718000', '104341.721000', '104341.723000', '104341.726000', '104341.728000', '104341.731000', '104341.734000', '104341.736000', '104341.739000', '104341.742000', '104341.744000', '104341.747000', '104341.750000', '104341.752000', '104341.755000', '104341.757000', '104341.760000', '104341.763000', '104341.765000', '104341.768000', '104341.770000', '104341.773000', '104341.776000', '104341.778000', '104341.781000', '104341.783000', '104341.786000', '104341.789000', '104341.791000', '104341.794000', '104341.797000', '104341.799000', '104341.802000', '104341.804000', '104341.807000', '104341.809000', '104401.697000', '104401.699000', '104401.702000', '104401.705000', '104401.707000', '104401.710000', '104401.712000', '104401.715000', '104401.718000', '104401.720000', '104401.723000', '104401.725000', '104401.728000', '104401.730000', '104401.733000', '104401.736000', '104401.738000', '104401.741000', '104401.743000', '104401.746000', '104401.749000', '104401.751000', '104401.754000', '104401.757000', '104401.759000', '104401.762000', '104401.764000', '104401.767000', '104401.770000', '104401.772000', '104401.775000', '104401.777000', '104401.780000', '104401.782000', '104401.785000', '104401.788000', '104401.790000', '104401.793000', '104401.796000', '104401.798000', '104401.801000', '104401.803000', '104401.806000', '104421.696000', '104421.698000', '104421.701000', '104421.704000', '104421.706000', '104421.709000', '104421.711000', '104421.714000', '104421.717000', '104421.719000', '104421.722000', '104421.724000', '104421.727000', '104421.730000', '104421.732000', '104421.735000', '104421.737000', '104421.740000', '104421.742000', '104421.745000', '104421.748000', '104421.750000', '104421.753000', '104421.755000', '104421.758000', '104421.761000', '104421.763000', '104421.766000', '104421.768000', '104421.771000', '104421.773000', '104421.776000', '104421.779000', '104421.781000', '104421.784000', '104421.787000', '104421.789000', '104421.792000', '104421.794000', '104421.797000', '104421.800000', '104421.802000', '104421.805000', '104421.807000', '104441.697000', '104441.700000', '104441.702000', '104441.705000', '104441.707000', '104441.710000', '104441.713000', '104441.715000', '104441.718000', '104441.720000', '104441.723000', '104441.726000', '104441.728000', '104441.731000', '104441.733000', '104441.736000', '104441.738000', '104441.741000', '104441.744000', '104441.746000', '104441.749000', '104441.752000', '104441.754000', '104441.757000', '104441.759000', '104441.762000', '104441.764000', '104441.767000', '104441.770000', '104441.772000', '104441.775000', '104441.777000', '104441.780000', '104441.783000', '104441.785000', '104441.788000', '104441.790000', '104441.793000', '104441.795000', '104441.798000', '104441.801000', '104441.803000', '104441.806000', '104501.697000', '104501.700000', '104501.702000', '104501.705000', '104501.708000', '104501.710000', '104501.713000', '104501.716000', '104501.718000', '104501.721000', '104501.724000', '104501.726000', '104501.729000', '104501.731000', '104501.734000', '104501.737000', '104501.739000', '104501.742000', '104501.744000', '104501.747000', '104501.750000', '104501.752000', '104501.755000', '104501.757000', '104501.760000', '104501.763000', '104501.765000', '104501.768000', '104501.770000', '104501.773000', '104501.776000', '104501.778000', '104501.781000', '104501.783000', '104501.786000', '104501.789000', '104501.791000', '104501.794000', '104501.796000', '104501.799000', '104501.802000', '104501.804000', '104501.807000', '104501.809000', '104521.697000', '104521.700000', '104521.702000', '104521.705000', '104521.708000', '104521.710000', '104521.713000', '104521.715000', '104521.718000', '104521.720000', '104521.723000', '104521.726000', '104521.728000', '104521.731000', '104521.733000', '104521.736000', '104521.738000', '104521.741000', '104521.744000', '104521.746000', '104521.749000', '104521.752000', '104521.754000', '104521.757000', '104521.759000', '104521.762000', '104521.765000', '104521.767000', '104521.770000', '104521.772000', '104521.775000', '104521.778000', '104521.780000', '104521.783000', '104521.785000', '104521.788000', '104521.791000', '104521.793000', '104521.796000', '104521.798000', '104521.801000', '104521.804000', '104521.806000', '104541.697000', '104541.699000', '104541.702000', '104541.705000', '104541.708000', '104541.710000', '104541.713000', '104541.715000', '104541.718000', '104541.720000', '104541.723000', '104541.725000', '104541.728000', '104541.731000', '104541.733000', '104541.736000', '104541.738000', '104541.741000', '104541.744000', '104541.746000', '104541.749000', '104541.751000', '104541.754000', '104541.757000', '104541.759000', '104541.762000', '104541.764000', '104541.767000', '104541.770000', '104541.772000', '104541.775000', '104541.778000', '104541.780000', '104541.783000', '104541.785000', '104541.788000', '104541.790000', '104541.793000', '104541.796000', '104541.798000', '104541.801000', '104541.803000', '104541.806000', '104541.809000', '104601.697000', '104601.700000', '104601.702000', '104601.705000', '104601.708000', '104601.710000', '104601.713000', '104601.715000', '104601.718000', '104601.720000', '104601.723000', '104601.726000', '104601.728000', '104601.731000', '104601.733000', '104601.736000', '104601.739000', '104601.741000', '104601.744000', '104601.746000', '104601.749000', '104601.752000', '104601.754000', '104601.757000', '104601.759000', '104601.762000', '104601.765000', '104601.767000', '104601.770000', '104601.772000', '104601.775000', '104601.778000', '104601.780000', '104601.783000', '104601.785000', '104601.788000', '104601.790000', '104601.793000', '104601.796000', '104601.798000', '104601.801000', '104601.803000', '104601.806000', '104621.696000', '104621.698000', '104621.702000', '104621.705000', '104621.707000', '104621.710000', '104621.712000', '104621.715000', '104621.718000', '104621.720000', '104621.723000', '104621.725000', '104621.728000', '104621.731000', '104621.733000', '104621.736000', '104621.739000', '104621.741000', '104621.744000', '104621.746000', '104621.749000', '104621.752000', '104621.754000', '104621.757000', '104621.760000', '104621.762000', '104621.765000', '104621.767000', '104621.770000', '104621.773000', '104621.775000', '104621.778000', '104621.781000', '104621.783000', '104621.786000', '104621.788000', '104621.791000', '104621.793000', '104621.796000', '104621.799000', '104621.801000', '104621.804000', '104621.807000', '104621.809000', '104641.696000', '104641.699000', '104641.701000', '104641.704000', '104641.706000', '104641.709000', '104641.711000', '104641.714000', '104641.717000', '104641.719000', '104641.722000', '104641.724000', '104641.727000', '104641.730000', '104641.732000', '104641.735000', '104641.737000', '104641.740000', '104641.742000', '104641.745000', '104641.748000', '104641.750000', '104641.753000', '104641.755000', '104641.758000', '104641.760000', '104641.763000', '104641.773000', '104641.776000', '104641.779000', '104641.781000', '104641.784000', '104641.786000', '104641.789000', '104641.791000', '104641.794000', '104641.797000', '104641.799000', '104641.802000', '104641.804000', '104641.807000', '104641.810000', '104641.812000', '104648.319000', '104648.322000', '104648.325000', '104648.327000', '104648.330000', '104648.333000', '104648.335000', '104648.338000', '104648.340000', '104648.343000', '104648.346000', '104648.348000', '104648.351000', '104648.353000', '104648.356000'], 'InstanceCreationTime': ['103701.720000', '103701.723000', '103701.726000', '103701.728000', '103701.731000', '103701.733000', '103701.738000', '103701.741000', '103701.743000', '103701.746000', '103701.748000', '103701.751000', '103701.753000', '103701.756000', '103701.759000', '103701.761000', '103701.764000', '103701.766000', '103701.769000', '103701.771000', '103701.774000', '103701.776000', '103701.779000', '103701.781000', '103701.784000', '103701.787000', '103701.789000', '103701.792000', '103701.794000', '103701.797000', '103701.799000', '103701.802000', '103701.805000', '103701.807000', '103701.810000', '103701.812000', '103701.821000', '103701.824000', '103701.826000', '103701.829000', '103701.831000', '103701.834000', '103701.836000', '103701.839000', '103701.841000', '103701.844000', '103721.695000', '103721.698000', '103721.701000', '103721.703000', '103721.706000', '103721.708000', '103721.711000', '103721.713000', '103721.716000', '103721.719000', '103721.721000', '103721.724000', '103721.731000', '103721.734000', '103721.736000', '103721.739000', '103721.741000', '103721.744000', '103721.746000', '103721.749000', '103721.751000', '103721.754000', '103721.756000', '103721.759000', '103721.762000', '103721.764000', '103721.767000', '103721.769000', '103721.772000', '103721.774000', '103721.777000', '103721.779000', '103721.782000', '103721.785000', '103721.787000', '103721.790000', '103721.792000', '103721.795000', '103721.797000', '103721.800000', '103721.803000', '103721.805000', '103721.808000', '103721.810000', '103741.697000', '103741.699000', '103741.702000', '103741.705000', '103741.707000', '103741.710000', '103741.712000', '103741.715000', '103741.717000', '103741.720000', '103741.722000', '103741.725000', '103741.728000', '103741.730000', '103741.733000', '103741.735000', '103741.738000', '103741.740000', '103741.743000', '103741.745000', '103741.748000', '103741.750000', '103741.753000', '103741.756000', '103741.758000', '103741.761000', '103741.763000', '103741.766000', '103741.768000', '103741.771000', '103741.773000', '103741.776000', '103741.778000', '103741.781000', '103741.783000', '103741.786000', '103741.789000', '103741.791000', '103741.794000', '103741.796000', '103741.799000', '103741.802000', '103741.804000', '103801.697000', '103801.699000', '103801.702000', '103801.705000', '103801.707000', '103801.710000', '103801.712000', '103801.715000', '103801.717000', '103801.720000', '103801.722000', '103801.725000', '103801.727000', '103801.736000', '103801.738000', '103801.741000', '103801.743000', '103801.746000', '103801.749000', '103801.751000', '103801.754000', '103801.756000', '103801.759000', '103801.762000', '103801.764000', '103801.767000', '103801.769000', '103801.772000', '103801.774000', '103801.777000', '103801.779000', '103801.782000', '103801.784000', '103801.787000', '103801.790000', '103801.792000', '103801.795000', '103801.797000', '103801.800000', '103801.803000', '103801.805000', '103801.808000', '103801.810000', '103801.813000', '103821.697000', '103821.699000', '103821.702000', '103821.705000', '103821.707000', '103821.710000', '103821.730000', '103821.732000', '103821.735000', '103821.737000', '103821.740000', '103821.742000', '103821.745000', '103821.748000', '103821.750000', '103821.753000', '103821.755000', '103821.758000', '103821.760000', '103821.763000', '103821.766000', '103821.768000', '103821.771000', '103821.773000', '103821.776000', '103821.779000', '103821.781000', '103821.784000', '103821.786000', '103821.789000', '103821.791000', '103821.800000', '103821.802000', '103821.805000', '103821.807000', '103821.810000', '103821.813000', '103821.815000', '103821.818000', '103821.820000', '103821.823000', '103821.825000', '103821.828000', '103841.696000', '103841.699000', '103841.702000', '103841.705000', '103841.708000', '103841.711000', '103841.713000', '103841.716000', '103841.718000', '103841.721000', '103841.724000', '103841.726000', '103841.729000', '103841.731000', '103841.734000', '103841.736000', '103841.739000', '103841.741000', '103841.744000', '103841.747000', '103841.749000', '103841.752000', '103841.754000', '103841.762000', '103841.764000', '103841.767000', '103841.770000', '103841.772000', '103841.775000', '103841.777000', '103841.780000', '103841.783000', '103841.785000', '103841.788000', '103841.790000', '103841.793000', '103841.795000', '103841.798000', '103841.801000', '103841.803000', '103841.806000', '103841.808000', '103841.811000', '103841.813000', '103901.697000', '103901.700000', '103901.702000', '103901.705000', '103901.707000', '103901.710000', '103901.713000', '103901.715000', '103901.718000', '103901.720000', '103901.723000', '103901.726000', '103901.728000', '103901.731000', '103901.733000', '103901.736000', '103901.738000', '103901.741000', '103901.744000', '103901.746000', '103901.749000', '103901.751000', '103901.754000', '103901.757000', '103901.759000', '103901.762000', '103901.764000', '103901.767000', '103901.769000', '103901.772000', '103901.775000', '103901.777000', '103901.780000', '103901.782000', '103901.785000', '103901.787000', '103901.790000', '103901.793000', '103901.795000', '103901.798000', '103901.800000', '103901.803000', '103901.805000', '103921.696000', '103921.699000', '103921.702000', '103921.704000', '103921.707000', '103921.710000', '103921.712000', '103921.715000', '103921.717000', '103921.720000', '103921.723000', '103921.725000', '103921.728000', '103921.730000', '103921.733000', '103921.741000', '103921.744000', '103921.747000', '103921.749000', '103921.752000', '103921.754000', '103921.757000', '103921.760000', '103921.762000', '103921.765000', '103921.767000', '103921.770000', '103921.773000', '103921.775000', '103921.778000', '103921.780000', '103921.783000', '103921.785000', '103921.788000', '103921.791000', '103921.793000', '103921.796000', '103921.798000', '103921.801000', '103921.804000', '103921.806000', '103921.809000', '103921.811000', '103941.695000', '103941.698000', '103941.701000', '103941.704000', '103941.706000', '103941.709000', '103941.711000', '103941.714000', '103941.716000', '103941.719000', '103941.722000', '103941.724000', '103941.727000', '103941.729000', '103941.732000', '103941.734000', '103941.737000', '103941.740000', '103941.742000', '103941.745000', '103941.747000', '103941.750000', '103941.753000', '103941.755000', '103941.758000', '103941.760000', '103941.763000', '103941.765000', '103941.768000', '103941.771000', '103941.773000', '103941.776000', '103941.778000', '103941.781000', '103941.784000', '103941.786000', '103941.789000', '103941.791000', '103941.794000', '103941.796000', '103941.799000', '103941.802000', '103941.804000', '103941.807000', '104001.697000', '104001.700000', '104001.716000', '104001.719000', '104001.722000', '104001.725000', '104001.728000', '104001.731000', '104001.733000', '104001.736000', '104001.739000', '104001.742000', '104001.745000', '104001.748000', '104001.750000', '104001.753000', '104001.755000', '104001.758000', '104001.761000', '104001.763000', '104001.766000', '104001.768000', '104001.771000', '104001.773000', '104001.776000', '104001.778000', '104001.781000', '104001.784000', '104001.786000', '104001.789000', '104001.791000', '104001.794000', '104001.797000', '104001.799000', '104001.802000', '104001.804000', '104001.807000', '104001.809000', '104001.812000', '104001.815000', '104001.817000', '104001.820000', '104001.822000', '104021.697000', '104021.699000', '104021.702000', '104021.705000', '104021.707000', '104021.710000', '104021.712000', '104021.715000', '104021.718000', '104021.720000', '104021.723000', '104021.725000', '104021.728000', '104021.730000', '104021.733000', '104021.736000', '104021.738000', '104021.741000', '104021.744000', '104021.746000', '104021.749000', '104021.751000', '104021.754000', '104021.756000', '104021.759000', '104021.762000', '104021.764000', '104021.767000', '104021.769000', '104021.772000', '104021.775000', '104021.777000', '104021.780000', '104021.782000', '104021.785000', '104021.788000', '104021.790000', '104021.793000', '104021.795000', '104021.798000', '104021.801000', '104021.803000', '104021.806000', '104021.808000', '104041.697000', '104041.700000', '104041.702000', '104041.705000', '104041.707000', '104041.710000', '104041.712000', '104041.715000', '104041.718000', '104041.720000', '104041.723000', '104041.725000', '104041.728000', '104041.730000', '104041.733000', '104041.736000', '104041.738000', '104041.741000', '104041.743000', '104041.746000', '104041.749000', '104041.751000', '104041.754000', '104041.756000', '104041.759000', '104041.761000', '104041.764000', '104041.767000', '104041.769000', '104041.772000', '104041.774000', '104041.777000', '104041.780000', '104041.782000', '104041.785000', '104041.787000', '104041.790000', '104041.792000', '104041.795000', '104041.798000', '104041.800000', '104041.803000', '104041.805000', '104041.808000', '104101.697000', '104101.699000', '104101.702000', '104101.705000', '104101.707000', '104101.710000', '104101.712000', '104101.715000', '104101.717000', '104101.720000', '104101.723000', '104101.725000', '104101.728000', '104101.730000', '104101.733000', '104101.736000', '104101.738000', '104101.741000', '104101.743000', '104101.746000', '104101.749000', '104101.751000', '104101.754000', '104101.756000', '104101.759000', '104101.761000', '104101.764000', '104101.767000', '104101.769000', '104101.772000', '104101.774000', '104101.777000', '104101.779000', '104101.782000', '104101.785000', '104101.787000', '104101.790000', '104101.792000', '104101.795000', '104101.797000', '104101.800000', '104101.803000', '104101.806000', '104121.697000', '104121.700000', '104121.702000', '104121.705000', '104121.707000', '104121.710000', '104121.713000', '104121.715000', '104121.718000', '104121.720000', '104121.723000', '104121.725000', '104121.728000', '104121.731000', '104121.733000', '104121.736000', '104121.738000', '104121.741000', '104121.744000', '104121.746000', '104121.750000', '104121.753000', '104121.755000', '104121.758000', '104121.761000', '104121.763000', '104121.766000', '104121.783000', '104121.786000', '104121.788000', '104121.791000', '104121.793000', '104121.796000', '104121.799000', '104121.801000', '104121.804000', '104121.807000', '104121.809000', '104121.812000', '104121.814000', '104121.817000', '104121.820000', '104121.822000', '104141.697000', '104141.700000', '104141.702000', '104141.705000', '104141.707000', '104141.710000', '104141.712000', '104141.715000', '104141.717000', '104141.720000', '104141.723000', '104141.725000', '104141.728000', '104141.730000', '104141.733000', '104141.736000', '104141.738000', '104141.741000', '104141.743000', '104141.746000', '104141.749000', '104141.751000', '104141.754000', '104141.756000', '104141.759000', '104141.761000', '104141.764000', '104141.767000', '104141.770000', '104141.772000', '104141.775000', '104141.777000', '104141.780000', '104141.783000', '104141.785000', '104141.788000', '104141.790000', '104141.793000', '104141.796000', '104141.798000', '104141.801000', '104141.803000', '104141.806000', '104141.809000', '104201.696000', '104201.699000', '104201.701000', '104201.704000', '104201.706000', '104201.709000', '104201.711000', '104201.714000', '104201.717000', '104201.719000', '104201.722000', '104201.724000', '104201.727000', '104201.729000', '104201.732000', '104201.735000', '104201.737000', '104201.740000', '104201.742000', '104201.745000', '104201.747000', '104201.750000', '104201.753000', '104201.755000', '104201.758000', '104201.761000', '104201.763000', '104201.766000', '104201.769000', '104201.771000', '104201.774000', '104201.776000', '104201.779000', '104201.781000', '104201.784000', '104201.787000', '104201.789000', '104201.792000', '104201.794000', '104201.797000', '104201.800000', '104201.802000', '104201.805000', '104221.697000', '104221.699000', '104221.702000', '104221.705000', '104221.707000', '104221.710000', '104221.712000', '104221.715000', '104221.717000', '104221.720000', '104221.725000', '104221.727000', '104221.730000', '104221.733000', '104221.735000', '104221.738000', '104221.740000', '104221.743000', '104221.746000', '104221.748000', '104221.751000', '104221.753000', '104221.756000', '104221.759000', '104221.761000', '104221.764000', '104221.766000', '104221.769000', '104221.772000', '104221.775000', '104221.777000', '104221.780000', '104221.782000', '104221.785000', '104221.788000', '104221.790000', '104221.793000', '104221.795000', '104221.798000', '104221.801000', '104221.803000', '104221.806000', '104221.809000', '104221.811000', '104241.697000', '104241.700000', '104241.702000', '104241.705000', '104241.708000', '104241.710000', '104241.713000', '104241.715000', '104241.718000', '104241.720000', '104241.723000', '104241.726000', '104241.728000', '104241.731000', '104241.733000', '104241.736000', '104241.739000', '104241.741000', '104241.744000', '104241.746000', '104241.749000', '104241.752000', '104241.754000', '104241.757000', '104241.759000', '104241.762000', '104241.765000', '104241.767000', '104241.770000', '104241.772000', '104241.775000', '104241.778000', '104241.780000', '104241.783000', '104241.785000', '104241.788000', '104241.790000', '104241.793000', '104241.803000', '104241.806000', '104241.810000', '104241.812000', '104241.815000', '104301.697000', '104301.699000', '104301.702000', '104301.705000', '104301.707000', '104301.710000', '104301.712000', '104301.715000', '104301.718000', '104301.720000', '104301.723000', '104301.725000', '104301.728000', '104301.731000', '104301.733000', '104301.736000', '104301.738000', '104301.741000', '104301.743000', '104301.746000', '104301.749000', '104301.751000', '104301.754000', '104301.757000', '104301.759000', '104301.762000', '104301.764000', '104301.767000', '104301.769000', '104301.772000', '104301.775000', '104301.777000', '104301.780000', '104301.782000', '104301.785000', '104301.788000', '104301.790000', '104301.793000', '104301.795000', '104301.798000', '104301.801000', '104301.803000', '104301.806000', '104301.808000', '104321.697000', '104321.700000', '104321.702000', '104321.705000', '104321.707000', '104321.710000', '104321.712000', '104321.715000', '104321.718000', '104321.720000', '104321.723000', '104321.726000', '104321.728000', '104321.731000', '104321.733000', '104321.736000', '104321.739000', '104321.741000', '104321.744000', '104321.747000', '104321.749000', '104321.752000', '104321.754000', '104321.757000', '104321.759000', '104321.762000', '104321.765000', '104321.767000', '104321.770000', '104321.772000', '104321.775000', '104321.779000', '104321.781000', '104321.784000', '104321.787000', '104321.789000', '104321.792000', '104321.795000', '104321.797000', '104321.800000', '104321.803000', '104321.805000', '104321.808000', '104341.697000', '104341.700000', '104341.702000', '104341.705000', '104341.708000', '104341.710000', '104341.713000', '104341.715000', '104341.718000', '104341.721000', '104341.723000', '104341.726000', '104341.728000', '104341.731000', '104341.734000', '104341.736000', '104341.739000', '104341.742000', '104341.744000', '104341.747000', '104341.750000', '104341.752000', '104341.755000', '104341.757000', '104341.760000', '104341.763000', '104341.765000', '104341.768000', '104341.770000', '104341.773000', '104341.776000', '104341.778000', '104341.781000', '104341.783000', '104341.786000', '104341.789000', '104341.791000', '104341.794000', '104341.797000', '104341.799000', '104341.802000', '104341.804000', '104341.807000', '104341.809000', '104401.697000', '104401.699000', '104401.702000', '104401.705000', '104401.707000', '104401.710000', '104401.712000', '104401.715000', '104401.718000', '104401.720000', '104401.723000', '104401.725000', '104401.728000', '104401.730000', '104401.733000', '104401.736000', '104401.738000', '104401.741000', '104401.743000', '104401.746000', '104401.749000', '104401.751000', '104401.754000', '104401.757000', '104401.759000', '104401.762000', '104401.764000', '104401.767000', '104401.770000', '104401.772000', '104401.775000', '104401.777000', '104401.780000', '104401.782000', '104401.785000', '104401.788000', '104401.790000', '104401.793000', '104401.796000', '104401.798000', '104401.801000', '104401.803000', '104401.806000', '104421.696000', '104421.698000', '104421.701000', '104421.704000', '104421.706000', '104421.709000', '104421.711000', '104421.714000', '104421.717000', '104421.719000', '104421.722000', '104421.724000', '104421.727000', '104421.730000', '104421.732000', '104421.735000', '104421.737000', '104421.740000', '104421.742000', '104421.745000', '104421.748000', '104421.750000', '104421.753000', '104421.755000', '104421.758000', '104421.761000', '104421.763000', '104421.766000', '104421.768000', '104421.771000', '104421.773000', '104421.776000', '104421.779000', '104421.781000', '104421.784000', '104421.787000', '104421.789000', '104421.792000', '104421.794000', '104421.797000', '104421.800000', '104421.802000', '104421.805000', '104421.807000', '104441.697000', '104441.700000', '104441.702000', '104441.705000', '104441.707000', '104441.710000', '104441.713000', '104441.715000', '104441.718000', '104441.720000', '104441.723000', '104441.726000', '104441.728000', '104441.731000', '104441.733000', '104441.736000', '104441.738000', '104441.741000', '104441.744000', '104441.746000', '104441.749000', '104441.752000', '104441.754000', '104441.757000', '104441.759000', '104441.762000', '104441.764000', '104441.767000', '104441.770000', '104441.772000', '104441.775000', '104441.777000', '104441.780000', '104441.783000', '104441.785000', '104441.788000', '104441.790000', '104441.793000', '104441.795000', '104441.798000', '104441.801000', '104441.803000', '104441.806000', '104501.697000', '104501.700000', '104501.702000', '104501.705000', '104501.708000', '104501.710000', '104501.713000', '104501.716000', '104501.718000', '104501.721000', '104501.724000', '104501.726000', '104501.729000', '104501.731000', '104501.734000', '104501.737000', '104501.739000', '104501.742000', '104501.744000', '104501.747000', '104501.750000', '104501.752000', '104501.755000', '104501.757000', '104501.760000', '104501.763000', '104501.765000', '104501.768000', '104501.770000', '104501.773000', '104501.776000', '104501.778000', '104501.781000', '104501.783000', '104501.786000', '104501.789000', '104501.791000', '104501.794000', '104501.796000', '104501.799000', '104501.802000', '104501.804000', '104501.807000', '104501.809000', '104521.697000', '104521.700000', '104521.702000', '104521.705000', '104521.708000', '104521.710000', '104521.713000', '104521.715000', '104521.718000', '104521.720000', '104521.723000', '104521.726000', '104521.728000', '104521.731000', '104521.733000', '104521.736000', '104521.738000', '104521.741000', '104521.744000', '104521.746000', '104521.749000', '104521.752000', '104521.754000', '104521.757000', '104521.759000', '104521.762000', '104521.765000', '104521.767000', '104521.770000', '104521.772000', '104521.775000', '104521.778000', '104521.780000', '104521.783000', '104521.785000', '104521.788000', '104521.791000', '104521.793000', '104521.796000', '104521.798000', '104521.801000', '104521.804000', '104521.806000', '104541.697000', '104541.699000', '104541.702000', '104541.705000', '104541.708000', '104541.710000', '104541.713000', '104541.715000', '104541.718000', '104541.720000', '104541.723000', '104541.725000', '104541.728000', '104541.731000', '104541.733000', '104541.736000', '104541.738000', '104541.741000', '104541.744000', '104541.746000', '104541.749000', '104541.751000', '104541.754000', '104541.757000', '104541.759000', '104541.762000', '104541.764000', '104541.767000', '104541.770000', '104541.772000', '104541.775000', '104541.778000', '104541.780000', '104541.783000', '104541.785000', '104541.788000', '104541.790000', '104541.793000', '104541.796000', '104541.798000', '104541.801000', '104541.803000', '104541.806000', '104541.809000', '104601.697000', '104601.700000', '104601.702000', '104601.705000', '104601.708000', '104601.710000', '104601.713000', '104601.715000', '104601.718000', '104601.720000', '104601.723000', '104601.726000', '104601.728000', '104601.731000', '104601.733000', '104601.736000', '104601.739000', '104601.741000', '104601.744000', '104601.746000', '104601.749000', '104601.752000', '104601.754000', '104601.757000', '104601.759000', '104601.762000', '104601.765000', '104601.767000', '104601.770000', '104601.772000', '104601.775000', '104601.778000', '104601.780000', '104601.783000', '104601.785000', '104601.788000', '104601.790000', '104601.793000', '104601.796000', '104601.798000', '104601.801000', '104601.803000', '104601.806000', '104621.696000', '104621.698000', '104621.702000', '104621.705000', '104621.707000', '104621.710000', '104621.712000', '104621.715000', '104621.718000', '104621.720000', '104621.723000', '104621.725000', '104621.728000', '104621.731000', '104621.733000', '104621.736000', '104621.739000', '104621.741000', '104621.744000', '104621.746000', '104621.749000', '104621.752000', '104621.754000', '104621.757000', '104621.760000', '104621.762000', '104621.765000', '104621.767000', '104621.770000', '104621.773000', '104621.775000', '104621.778000', '104621.781000', '104621.783000', '104621.786000', '104621.788000', '104621.791000', '104621.793000', '104621.796000', '104621.799000', '104621.801000', '104621.804000', '104621.807000', '104621.809000', '104641.696000', '104641.699000', '104641.701000', '104641.704000', '104641.706000', '104641.709000', '104641.711000', '104641.714000', '104641.717000', '104641.719000', '104641.722000', '104641.724000', '104641.727000', '104641.730000', '104641.732000', '104641.735000', '104641.737000', '104641.740000', '104641.742000', '104641.745000', '104641.748000', '104641.750000', '104641.753000', '104641.755000', '104641.758000', '104641.760000', '104641.763000', '104641.773000', '104641.776000', '104641.779000', '104641.781000', '104641.784000', '104641.786000', '104641.789000', '104641.791000', '104641.794000', '104641.797000', '104641.799000', '104641.802000', '104641.804000', '104641.807000', '104641.810000', '104641.812000', '104648.319000', '104648.322000', '104648.325000', '104648.327000', '104648.330000', '104648.333000', '104648.335000', '104648.338000', '104648.340000', '104648.343000', '104648.346000', '104648.348000', '104648.351000', '104648.353000', '104648.356000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [8037, 8590, 7684, 7497, 8858, 7199, 7744, 7482, 7597, 7882, 9724, 8472, 11446, 9117, 12223, 9785, 11811, 8870, 10891, 7679, 9758, 7706, 8686, 7956, 7500, 7791, 7270, 8792, 7945, 13113, 7420, 11325, 7467, 10687, 7798, 8055, 10018, 7334, 12144, 7701, 11688, 7954, 11255, 7733, 9789, 8053, 7674, 9922, 7954, 13202, 8083, 11935, 7894, 11224, 7708, 7772, 13825, 7685, 13259, 7989, 11982, 8224, 8772, 7874, 7905, 14721, 7777, 12469, 7888, 11643, 7883, 7820, 8037, 7569, 12517, 7805, 12298, 7928, 10740, 8122, 8633, 7928, 7135, 10319, 7818, 12773, 7909, 11102, 8593, 10032, 8101, 7249, 7648, 6991, 7032, 7087, 9187, 7311, 11239, 8208, 10153, 7887, 10765, 7687, 10487, 7920, 10249, 8847, 8976, 9352, 7865, 13289, 8070, 12465, 8698, 12700, 8250, 9590, 7980, 7508, 13813, 8146, 12877, 8427, 10891, 7914, 8891, 8261, 7263, 8398, 7536, 13445, 7778, 11200, 8025, 9771, 8162, 9210, 7734, 8690, 8249, 7836, 8447, 7229, 9547, 8150, 12039, 8019, 11091, 8259, 9748, 8052, 7744, 7787, 7084, 12383, 8101, 12563, 8435, 10564, 8039, 9329, 8131, 9226, 7310, 8729, 8177, 7680, 12047, 7966, 11417, 7813, 11081, 8136, 8904, 7788, 7682, 8257, 8062, 13291, 7588, 12212, 8285, 10667, 7983, 9352, 7844, 8275, 8863, 8235, 8750, 7736, 12275, 7935, 11089, 7529, 11063, 8298, 10048, 8138, 8643, 7817, 7546, 9005, 7244, 12885, 8226, 10986, 7914, 10445, 7820, 10461, 7768, 10556, 7877, 7960, 7750, 7479, 11730, 7760, 13236, 7967, 10281, 8236, 10442, 7978, 10312, 8146, 11179, 8219, 9834, 8155, 9415, 8208, 9332, 7567, 8328, 7713, 7325, 7914, 7363, 13076, 8088, 12804, 8700, 10977, 8138, 11155, 8053, 10667, 7644, 11231, 7775, 9648, 7975, 7632, 10031, 8065, 13659, 8079, 12956, 8740, 11055, 8331, 9946, 7856, 9642, 8255, 10855, 7977, 10429, 7723, 9201, 7903, 8896, 7399, 8065, 10120, 7051, 11323, 8175, 12601, 7768, 11778, 8547, 11737, 7817, 10050, 8234, 9458, 7872, 10695, 7826, 9526, 8016, 7801, 7479, 7477, 8486, 7971, 10593, 7189, 10442, 7984, 11653, 8002, 10718, 7695, 11010, 7815, 10203, 8263, 8943, 7982, 8408, 7367, 8417, 10921, 7755, 10494, 8153, 12348, 7827, 10788, 7921, 10743, 8210, 8962, 7872, 7971, 7755, 8170, 8476, 7951, 7606, 7321, 8933, 7453, 12654, 8274, 12414, 8206, 10889, 8062, 9688, 8054, 9754, 8136, 10175, 7919, 7432, 8114, 7243, 12038, 7821, 12539, 7943, 11211, 8074, 10212, 7834, 10504, 8334, 10114, 7937, 9230, 8388, 9319, 7663, 9445, 7780, 7486, 8083, 7276, 11481, 8010, 13131, 8395, 12652, 8391, 11028, 7941, 9952, 8034, 10291, 7727, 10720, 7923, 7184, 8007, 7304, 9740, 7726, 12436, 8804, 12508, 9722, 10595, 8193, 9856, 7993, 10304, 7945, 10429, 8025, 7866, 7911, 7330, 8032, 7682, 9092, 8289, 7763, 7248, 10384, 7937, 12830, 7680, 11973, 8798, 11255, 7882, 9703, 8144, 9283, 7977, 10143, 8869, 7254, 11747, 7613, 13367, 8031, 12531, 8208, 11093, 8034, 10385, 7889, 10852, 7918, 7798, 7983, 7212, 11732, 7626, 13395, 7930, 11590, 8214, 10432, 7980, 10161, 8133, 11098, 7829, 8373, 7929, 7245, 8993, 7602, 12721, 7751, 11941, 8201, 10352, 7988, 9816, 7898, 10517, 7785, 7990, 7775, 7236, 8014, 7821, 11992, 7748, 11832, 7825, 10759, 8058, 9492, 8135, 9374, 7722, 10426, 7739, 7946, 8064, 6906, 12328, 7637, 13129, 8020, 10686, 8170, 9713, 7972, 9354, 7775, 9697, 7915, 7505, 7990, 7362, 7723, 7487, 11005, 7844, 11412, 7880, 10395, 7760, 9916, 7503, 10254, 7578, 9208, 7635, 7595, 7531, 7769, 11604, 7655, 12492, 7820, 11735, 7879, 10494, 7463, 10753, 7673, 10744, 7671, 8114, 7863, 7264, 7522, 7432, 12196, 7550, 12274, 7817, 10595, 7887, 9829, 7929, 9919, 7626, 10620, 7891, 7810, 7432, 7426, 11591, 7604, 12385, 9078, 10811, 8135, 10150, 7488, 10259, 8245, 11091, 8018, 8688, 8230, 8146, 7444, 8296, 10077, 7433, 9023, 7794, 12355, 7534, 11217, 7919, 11064, 7617, 10189, 8240, 8542, 7984, 8471, 9908, 7882, 10762, 7501, 12177, 7622, 11174, 7472, 11029, 7962, 9410, 7645, 7779, 8155, 7469, 11079, 7442, 12167, 7688, 10139, 7702, 9986, 7752, 9850, 7910, 10371, 8245, 8666, 8003, 7616, 7553, 7556, 11909, 7611, 11083, 7677, 10665, 7848, 10514, 7982, 10620, 7946, 8525, 7977, 7793, 7208, 7824, 11730, 7009, 12011, 7538, 10975, 7894, 10461, 7733, 10266, 7764, 10391, 7893, 7581, 7699, 7094, 12370, 7399, 11932, 8122, 11553, 7585, 9564, 8276, 8962, 7891, 8551, 7426, 8912, 7718, 7055, 7414, 7180, 11832, 7581, 11625, 8830, 10857, 8095, 9942, 7567, 9272, 7787, 8669, 8760, 7260, 12456, 7487, 11699, 8316, 11826, 7750, 10273, 7864, 9205, 7463, 8256, 12932, 7994, 13578, 7475, 11669, 7952, 10624, 7704, 11111, 7560, 10413, 7735, 8557, 7646, 7363, 12439, 7415, 13326, 8577, 11104, 7618, 10112, 7447, 9605, 7497, 9470, 7578, 7430, 8365, 7141, 13039, 7465, 11386, 7772, 10852, 7428, 8800, 7758, 7310, 11753, 7334, 12658, 8409, 10461, 8032, 9508, 7876, 9710, 7627, 11017, 7360, 10914, 7811, 8889, 7389, 8795, 7688, 7863, 8192, 7329, 7492, 7480, 8570, 11435, 10254, 12413, 7707, 9077, 8227, 7950, 13264, 7914, 14039, 10080, 14388, 7784, 8772, 7580, 7258, 13386, 7206, 13285, 9416, 11426, 7291, 9746, 7321, 8687, 7868, 7469, 11828, 7571, 12226, 7085, 10929, 7131, 8870, 9050, 7359, 12400, 6942, 11411, 7857, 10255, 7421, 10084, 9021, 7351, 7609, 7162, 11882, 7168, 11495, 7427, 11104, 7440, 10411, 7515, 7527, 7910, 7160, 12466, 7665, 11433, 8084, 12430, 7467, 10574, 7662, 9247, 7679, 10081, 7730, 8031, 7956, 7354, 8624, 7790, 10690, 7340, 12550, 7379, 11392, 7579, 10724, 7806, 9965, 7639, 7372, 12395, 7083, 12178, 8144, 11872, 8585, 12623, 7545, 9139, 7703, 7301, 12736, 7156, 13160, 8010, 11745, 7702, 8973, 7231, 7610, 8897, 7178, 12270, 8471, 10670, 7234, 10728, 7541, 10594, 7384, 10909, 7467, 10938, 7596, 7329, 7459, 7488, 10984, 6995, 11813, 8364, 10829, 7446, 10434, 7636, 9884, 7609, 10670, 7508, 9936, 7206, 8390, 7634, 7889, 12428, 7368, 12750, 7696, 10965, 7336, 9980, 7409, 10206, 7638, 10024, 7727, 8406, 7598, 7238, 7563, 7134, 12297, 7946, 13025, 8383, 11200, 7654, 10407, 7504, 9426, 7722, 10099, 7531, 7720, 10320, 7181, 12965, 7413, 11865, 7758, 11438, 7450, 8280, 7566, 7126, 12683, 7366, 11908, 7838, 10945, 7425, 9625, 7598, 8868, 7543, 8697, 7509, 8333, 8459, 7500, 9615, 7380, 12458, 7145, 11275, 8177, 10863, 7200, 9722, 7537, 8482, 7951, 7966, 12498, 8350, 11260, 7187, 11489, 7543, 10841, 7430, 9069, 11101, 7933, 9565, 7372, 12804, 7212, 10668, 7696, 10460, 7814, 10272, 7519, 9370, 7401, 8411, 11588, 7962, 13255, 8312, 11485, 7438, 9891, 7805, 7541, 12982, 7414, 13373, 8755, 10863, 7203, 9957, 7587, 9771, 7669, 10155, 8661, 8079, 7929, 7306, 10196, 7322, 12671, 7918, 11437, 8015, 10260, 7438, 9412, 7618, 9542, 7723, 10288, 7578, 8082, 7737, 7689, 10962, 7343, 12611, 8437, 11560, 7607, 10648, 7364, 10220, 8039, 10330, 7908, 9115, 7637, 7613, 7663, 7783, 10752, 7403, 12992, 9372, 13611, 9371, 11208, 7442, 9999, 7958, 9175, 11338, 7707, 13562, 7883, 8971, 7199, 8937, 7211, 7253, 7269, 7503, 11230, 7555, 7257, 7812, 10394, 7267, 10920, 7428, 10590, 7766, 8124, 7615, 7378, 11779, 7321, 13314, 9678, 13802, 9688, 10699, 7794, 9211, 7925, 9637, 7853, 10206, 10082, 8492, 7483, 6683, 10462, 7580, 12109, 7594, 11091, 8141, 10650, 7651, 8641, 7845, 7558, 10336, 7418, 12458, 7350, 10559, 7434, 10120, 7621, 10281, 7867, 8437, 7734, 7924, 7712, 7324, 12510, 7389, 11114, 7892, 10684, 7738, 9256, 7592, 8200, 7524, 7697, 10794, 7125, 9321, 7880, 11202, 7543, 10709, 7584, 10200, 7738, 8714, 7688, 7486, 7166, 7458, 8602, 7276, 12008, 7703, 10862, 7558, 9683, 7411, 8659, 12742, 8257, 11752, 7380, 10994, 7652, 11284, 7159, 7426, 8565, 7749, 12628, 7588, 10483, 7528, 10232, 7622, 8302, 7695, 7478, 9812, 7460, 11575, 7565, 11299, 8169, 9691, 7501, 8362, 8707, 7488, 12823, 8573, 10249, 7622, 10287, 7787, 9694, 7578, 9692, 7752, 8063, 7566, 6954, 11988, 7536, 11697, 7538, 11128, 7912, 9486, 7588, 7592, 12077, 7271, 13264, 7719, 11029, 7760, 9773, 7428, 9442, 9835, 8203, 9325, 7596, 12875, 7652, 11119, 7904, 9898, 7496, 9296, 7748, 7703, 9782, 7469, 12713, 7207, 11016, 7825, 9802, 7892, 9019, 7713, 8022, 11328, 7508, 12828, 7791, 10813, 7630, 10223, 7558, 9865, 7230, 10734, 7729, 7597, 7689, 6999, 11463, 7386, 12247, 7756, 9968, 7962, 9678, 7793, 8633, 7615, 7246, 12104, 8064, 12226, 8011, 10562, 7997, 9170, 7484, 8818, 10634, 7811, 10706, 7691, 11513, 7763, 10420, 7484, 10250, 7683, 9362, 7916, 8508, 7381, 7658, 7930, 7478, 11777, 7873, 11095, 7461, 10845, 7695, 10590, 7372, 10716, 7715, 7712, 7845, 7303, 13353, 7262, 12130, 7498, 11057, 7898, 8769, 7605, 8221, 7476, 7585, 7342, 7591, 10420], 'WindowCenter': [4559.0, 4552.0, 4529.0, 4516.0, 4536.0, 4514.0, 4513.0, 4512.0, 4512.0, 4512.0, 4533.0, 4523.0, 4542.0, 4522.0, 4550.0, 4531.0, 4539.0, 4520.0, 4529.0, 4511.0, 4529.0, 4511.0, 4523.0, 4525.0, 4514.0, 4524.0, 4515.0, 4535.0, 4526.0, 4578.0, 4528.0, 4568.0, 4527.0, 4558.0, 4528.0, 4539.0, 4560.0, 4540.0, 4580.0, 4540.0, 4581.0, 4539.0, 4568.0, 4542.0, 4562.0, 4541.0, 4542.0, 4562.0, 4541.0, 4579.0, 4540.0, 4569.0, 4538.0, 4569.0, 4529.0, 4529.0, 4576.0, 4527.0, 4566.0, 4538.0, 4569.0, 4537.0, 4536.0, 4526.0, 4526.0, 4575.0, 4524.0, 4565.0, 4526.0, 4567.0, 4526.0, 4527.0, 4524.0, 4524.0, 4565.0, 4525.0, 4565.0, 4537.0, 4557.0, 4539.0, 4539.0, 4537.0, 4528.0, 4560.0, 4528.0, 4578.0, 4540.0, 4571.0, 4552.0, 4561.0, 4554.0, 4543.0, 4541.0, 4529.0, 4532.0, 4544.0, 4564.0, 4542.0, 4585.0, 4566.0, 4585.0, 4555.0, 4583.0, 4542.0, 4571.0, 4541.0, 4573.0, 4563.0, 4563.0, 4563.0, 4552.0, 4591.0, 4539.0, 4566.0, 4538.0, 4568.0, 4525.0, 4546.0, 4523.0, 4514.0, 4564.0, 4524.0, 4563.0, 4524.0, 4542.0, 4523.0, 4533.0, 4523.0, 4512.0, 4524.0, 4525.0, 4576.0, 4524.0, 4556.0, 4525.0, 4543.0, 4525.0, 4533.0, 4527.0, 4549.0, 4539.0, 4540.0, 4549.0, 4542.0, 4560.0, 4541.0, 4578.0, 4542.0, 4572.0, 4552.0, 4563.0, 4552.0, 4541.0, 4540.0, 4532.0, 4582.0, 4552.0, 4583.0, 4553.0, 4571.0, 4552.0, 4561.0, 4541.0, 4562.0, 4543.0, 4564.0, 4553.0, 4554.0, 4592.0, 4552.0, 4570.0, 4541.0, 4569.0, 4539.0, 4560.0, 4542.0, 4541.0, 4548.0, 4540.0, 4590.0, 4540.0, 4580.0, 4551.0, 4570.0, 4541.0, 4549.0, 4539.0, 4539.0, 4550.0, 4551.0, 4549.0, 4539.0, 4578.0, 4539.0, 4568.0, 4539.0, 4570.0, 4551.0, 4561.0, 4552.0, 4551.0, 4540.0, 4538.0, 4549.0, 4528.0, 4592.0, 4550.0, 4572.0, 4552.0, 4570.0, 4540.0, 4559.0, 4553.0, 4572.0, 4553.0, 4541.0, 4526.0, 4527.0, 4566.0, 4528.0, 4590.0, 4538.0, 4558.0, 4540.0, 4558.0, 4539.0, 4558.0, 4540.0, 4570.0, 4550.0, 4559.0, 4551.0, 4549.0, 4538.0, 4549.0, 4540.0, 4540.0, 4540.0, 4539.0, 4539.0, 4529.0, 4578.0, 4537.0, 4579.0, 4549.0, 4570.0, 4540.0, 4568.0, 4536.0, 4557.0, 4526.0, 4568.0, 4527.0, 4546.0, 4527.0, 4526.0, 4546.0, 4524.0, 4575.0, 4526.0, 4566.0, 4537.0, 4554.0, 4537.0, 4544.0, 4525.0, 4545.0, 4536.0, 4557.0, 4538.0, 4558.0, 4538.0, 4547.0, 4527.0, 4536.0, 4527.0, 4538.0, 4558.0, 4515.0, 4556.0, 4526.0, 4565.0, 4526.0, 4556.0, 4539.0, 4567.0, 4528.0, 4557.0, 4537.0, 4545.0, 4528.0, 4557.0, 4528.0, 4548.0, 4539.0, 4528.0, 4526.0, 4527.0, 4538.0, 4539.0, 4558.0, 4518.0, 4557.0, 4538.0, 4566.0, 4538.0, 4556.0, 4540.0, 4568.0, 4530.0, 4558.0, 4539.0, 4549.0, 4537.0, 4536.0, 4528.0, 4538.0, 4558.0, 4527.0, 4559.0, 4537.0, 4567.0, 4525.0, 4554.0, 4526.0, 4555.0, 4536.0, 4550.0, 4540.0, 4537.0, 4537.0, 4540.0, 4549.0, 4539.0, 4542.0, 4541.0, 4550.0, 4528.0, 4577.0, 4541.0, 4581.0, 4539.0, 4570.0, 4541.0, 4547.0, 4538.0, 4549.0, 4539.0, 4561.0, 4539.0, 4530.0, 4540.0, 4528.0, 4567.0, 4528.0, 4579.0, 4538.0, 4570.0, 4538.0, 4547.0, 4528.0, 4557.0, 4540.0, 4558.0, 4540.0, 4560.0, 4550.0, 4549.0, 4529.0, 4560.0, 4530.0, 4542.0, 4541.0, 4528.0, 4568.0, 4527.0, 4578.0, 4541.0, 4578.0, 4539.0, 4559.0, 4538.0, 4544.0, 4525.0, 4546.0, 4528.0, 4559.0, 4528.0, 4530.0, 4539.0, 4541.0, 4560.0, 4541.0, 4578.0, 4550.0, 4579.0, 4548.0, 4557.0, 4537.0, 4545.0, 4526.0, 4545.0, 4538.0, 4557.0, 4527.0, 4539.0, 4537.0, 4529.0, 4537.0, 4540.0, 4552.0, 4551.0, 4540.0, 4530.0, 4559.0, 4539.0, 4578.0, 4541.0, 4570.0, 4549.0, 4570.0, 4540.0, 4549.0, 4538.0, 4547.0, 4528.0, 4559.0, 4538.0, 4515.0, 4556.0, 4515.0, 4578.0, 4539.0, 4566.0, 4535.0, 4556.0, 4526.0, 4544.0, 4525.0, 4557.0, 4527.0, 4528.0, 4527.0, 4516.0, 4566.0, 4526.0, 4577.0, 4525.0, 4566.0, 4525.0, 4545.0, 4524.0, 4545.0, 4526.0, 4557.0, 4524.0, 4537.0, 4527.0, 4516.0, 4535.0, 4525.0, 4565.0, 4527.0, 4565.0, 4538.0, 4557.0, 4527.0, 4546.0, 4527.0, 4558.0, 4527.0, 4528.0, 4527.0, 4526.0, 4525.0, 4526.0, 4566.0, 4526.0, 4567.0, 4540.0, 4557.0, 4539.0, 4548.0, 4538.0, 4547.0, 4527.0, 4559.0, 4529.0, 4539.0, 4539.0, 4518.0, 4568.0, 4528.0, 4578.0, 4529.0, 4558.0, 4539.0, 4547.0, 4527.0, 4535.0, 4527.0, 4549.0, 4527.0, 4530.0, 4540.0, 4528.0, 4527.0, 4527.0, 4556.0, 4542.0, 4571.0, 4541.0, 4561.0, 4530.0, 4548.0, 4528.0, 4559.0, 4528.0, 4548.0, 4528.0, 4527.0, 4529.0, 4528.0, 4569.0, 4528.0, 4570.0, 4529.0, 4570.0, 4528.0, 4556.0, 4518.0, 4558.0, 4528.0, 4558.0, 4528.0, 4540.0, 4541.0, 4529.0, 4528.0, 4518.0, 4568.0, 4530.0, 4568.0, 4528.0, 4560.0, 4539.0, 4548.0, 4527.0, 4547.0, 4529.0, 4560.0, 4529.0, 4529.0, 4530.0, 4530.0, 4571.0, 4528.0, 4569.0, 4539.0, 4570.0, 4541.0, 4557.0, 4529.0, 4557.0, 4538.0, 4568.0, 4539.0, 4538.0, 4539.0, 4528.0, 4527.0, 4540.0, 4560.0, 4528.0, 4550.0, 4529.0, 4567.0, 4526.0, 4557.0, 4529.0, 4559.0, 4529.0, 4547.0, 4539.0, 4536.0, 4527.0, 4527.0, 4549.0, 4529.0, 4559.0, 4518.0, 4568.0, 4527.0, 4557.0, 4516.0, 4555.0, 4526.0, 4536.0, 4529.0, 4515.0, 4527.0, 4516.0, 4557.0, 4518.0, 4568.0, 4529.0, 4559.0, 4530.0, 4548.0, 4527.0, 4547.0, 4530.0, 4559.0, 4538.0, 4539.0, 4540.0, 4529.0, 4529.0, 4528.0, 4571.0, 4528.0, 4571.0, 4530.0, 4558.0, 4539.0, 4559.0, 4539.0, 4559.0, 4540.0, 4540.0, 4541.0, 4528.0, 4518.0, 4528.0, 4569.0, 4532.0, 4582.0, 4543.0, 4573.0, 4541.0, 4558.0, 4527.0, 4561.0, 4531.0, 4562.0, 4539.0, 4542.0, 4541.0, 4531.0, 4568.0, 4519.0, 4569.0, 4541.0, 4571.0, 4531.0, 4562.0, 4554.0, 4555.0, 4542.0, 4551.0, 4542.0, 4551.0, 4543.0, 4544.0, 4544.0, 4534.0, 4582.0, 4545.0, 4586.0, 4556.0, 4574.0, 4545.0, 4561.0, 4532.0, 4551.0, 4531.0, 4543.0, 4542.0, 4531.0, 4582.0, 4531.0, 4570.0, 4541.0, 4569.0, 4528.0, 4560.0, 4528.0, 4538.0, 4518.0, 4527.0, 4569.0, 4529.0, 4579.0, 4517.0, 4556.0, 4526.0, 4545.0, 4528.0, 4557.0, 4528.0, 4549.0, 4530.0, 4539.0, 4528.0, 4517.0, 4568.0, 4519.0, 4568.0, 4538.0, 4557.0, 4527.0, 4547.0, 4516.0, 4538.0, 4517.0, 4547.0, 4527.0, 4520.0, 4539.0, 4519.0, 4580.0, 4519.0, 4559.0, 4531.0, 4561.0, 4531.0, 4553.0, 4533.0, 4531.0, 4570.0, 4532.0, 4581.0, 4543.0, 4573.0, 4556.0, 4563.0, 4544.0, 4550.0, 4529.0, 4574.0, 4531.0, 4574.0, 4555.0, 4563.0, 4544.0, 4552.0, 4544.0, 4544.0, 4554.0, 4558.0, 4558.0, 4547.0, 4569.0, 4587.0, 4576.0, 4586.0, 4543.0, 4554.0, 4540.0, 4528.0, 4567.0, 4530.0, 4581.0, 4549.0, 4578.0, 4517.0, 4525.0, 4503.0, 4501.0, 4550.0, 4503.0, 4552.0, 4523.0, 4543.0, 4504.0, 4522.0, 4503.0, 4512.0, 4513.0, 4504.0, 4543.0, 4504.0, 4554.0, 4504.0, 4542.0, 4503.0, 4522.0, 4524.0, 4503.0, 4553.0, 4504.0, 4543.0, 4513.0, 4533.0, 4504.0, 4535.0, 4526.0, 4517.0, 4518.0, 4519.0, 4559.0, 4508.0, 4556.0, 4519.0, 4559.0, 4519.0, 4549.0, 4531.0, 4529.0, 4530.0, 4521.0, 4568.0, 4532.0, 4559.0, 4542.0, 4570.0, 4533.0, 4573.0, 4542.0, 4550.0, 4530.0, 4562.0, 4531.0, 4543.0, 4543.0, 4532.0, 4551.0, 4543.0, 4573.0, 4545.0, 4584.0, 4534.0, 4571.0, 4532.0, 4574.0, 4531.0, 4561.0, 4532.0, 4532.0, 4571.0, 4520.0, 4568.0, 4541.0, 4570.0, 4540.0, 4571.0, 4531.0, 4550.0, 4531.0, 4520.0, 4565.0, 4517.0, 4567.0, 4528.0, 4557.0, 4528.0, 4538.0, 4529.0, 4527.0, 4539.0, 4519.0, 4570.0, 4540.0, 4562.0, 4530.0, 4560.0, 4532.0, 4558.0, 4520.0, 4560.0, 4519.0, 4559.0, 4529.0, 4529.0, 4530.0, 4529.0, 4557.0, 4519.0, 4568.0, 4542.0, 4560.0, 4531.0, 4561.0, 4530.0, 4548.0, 4530.0, 4561.0, 4530.0, 4552.0, 4533.0, 4541.0, 4530.0, 4529.0, 4569.0, 4530.0, 4568.0, 4529.0, 4559.0, 4530.0, 4547.0, 4519.0, 4547.0, 4528.0, 4549.0, 4528.0, 4539.0, 4530.0, 4518.0, 4528.0, 4518.0, 4571.0, 4539.0, 4581.0, 4541.0, 4572.0, 4543.0, 4560.0, 4530.0, 4549.0, 4530.0, 4564.0, 4532.0, 4542.0, 4562.0, 4532.0, 4580.0, 4531.0, 4567.0, 4530.0, 4560.0, 4519.0, 4528.0, 4529.0, 4519.0, 4568.0, 4517.0, 4557.0, 4529.0, 4558.0, 4520.0, 4549.0, 4542.0, 4549.0, 4530.0, 4540.0, 4532.0, 4542.0, 4542.0, 4533.0, 4565.0, 4534.0, 4582.0, 4522.0, 4570.0, 4542.0, 4561.0, 4534.0, 4552.0, 4542.0, 4541.0, 4540.0, 4541.0, 4583.0, 4541.0, 4574.0, 4532.0, 4571.0, 4530.0, 4561.0, 4530.0, 4540.0, 4571.0, 4541.0, 4561.0, 4532.0, 4581.0, 4530.0, 4558.0, 4531.0, 4563.0, 4543.0, 4562.0, 4543.0, 4563.0, 4534.0, 4541.0, 4571.0, 4543.0, 4582.0, 4541.0, 4570.0, 4532.0, 4550.0, 4528.0, 4528.0, 4580.0, 4519.0, 4581.0, 4539.0, 4560.0, 4532.0, 4560.0, 4529.0, 4549.0, 4528.0, 4560.0, 4539.0, 4540.0, 4542.0, 4530.0, 4561.0, 4528.0, 4568.0, 4540.0, 4558.0, 4540.0, 4560.0, 4533.0, 4550.0, 4543.0, 4550.0, 4530.0, 4561.0, 4531.0, 4543.0, 4541.0, 4530.0, 4559.0, 4530.0, 4580.0, 4543.0, 4571.0, 4542.0, 4572.0, 4532.0, 4560.0, 4540.0, 4561.0, 4541.0, 4554.0, 4542.0, 4545.0, 4545.0, 4545.0, 4572.0, 4534.0, 4582.0, 4564.0, 4596.0, 4564.0, 4573.0, 4533.0, 4550.0, 4530.0, 4550.0, 4560.0, 4527.0, 4580.0, 4529.0, 4552.0, 4520.0, 4549.0, 4545.0, 4543.0, 4542.0, 4531.0, 4571.0, 4543.0, 4541.0, 4557.0, 4562.0, 4543.0, 4575.0, 4544.0, 4574.0, 4543.0, 4540.0, 4542.0, 4529.0, 4582.0, 4529.0, 4567.0, 4549.0, 4579.0, 4562.0, 4557.0, 4527.0, 4532.0, 4525.0, 4535.0, 4524.0, 4546.0, 4548.0, 4527.0, 4516.0, 4505.0, 4544.0, 4514.0, 4552.0, 4515.0, 4545.0, 4525.0, 4545.0, 4513.0, 4523.0, 4512.0, 4503.0, 4532.0, 4503.0, 4554.0, 4504.0, 4542.0, 4513.0, 4533.0, 4514.0, 4544.0, 4514.0, 4525.0, 4525.0, 4526.0, 4516.0, 4518.0, 4567.0, 4515.0, 4545.0, 4528.0, 4557.0, 4527.0, 4536.0, 4528.0, 4526.0, 4528.0, 4529.0, 4559.0, 4520.0, 4549.0, 4530.0, 4557.0, 4530.0, 4558.0, 4530.0, 4561.0, 4530.0, 4542.0, 4544.0, 4531.0, 4531.0, 4532.0, 4552.0, 4544.0, 4585.0, 4545.0, 4576.0, 4546.0, 4565.0, 4534.0, 4555.0, 4595.0, 4545.0, 4585.0, 4532.0, 4562.0, 4533.0, 4574.0, 4522.0, 4543.0, 4551.0, 4530.0, 4570.0, 4529.0, 4561.0, 4529.0, 4560.0, 4531.0, 4541.0, 4544.0, 4543.0, 4561.0, 4530.0, 4569.0, 4544.0, 4572.0, 4554.0, 4561.0, 4532.0, 4541.0, 4553.0, 4531.0, 4581.0, 4540.0, 4562.0, 4531.0, 4547.0, 4530.0, 4548.0, 4528.0, 4551.0, 4529.0, 4541.0, 4530.0, 4521.0, 4567.0, 4527.0, 4567.0, 4530.0, 4558.0, 4528.0, 4548.0, 4527.0, 4528.0, 4566.0, 4517.0, 4567.0, 4528.0, 4558.0, 4518.0, 4537.0, 4514.0, 4537.0, 4548.0, 4527.0, 4539.0, 4527.0, 4567.0, 4514.0, 4555.0, 4525.0, 4547.0, 4517.0, 4539.0, 4528.0, 4528.0, 4549.0, 4517.0, 4567.0, 4530.0, 4571.0, 4531.0, 4561.0, 4543.0, 4550.0, 4531.0, 4541.0, 4572.0, 4532.0, 4581.0, 4533.0, 4574.0, 4543.0, 4559.0, 4528.0, 4548.0, 4530.0, 4561.0, 4531.0, 4541.0, 4542.0, 4521.0, 4569.0, 4518.0, 4569.0, 4533.0, 4562.0, 4543.0, 4551.0, 4542.0, 4540.0, 4531.0, 4530.0, 4571.0, 4545.0, 4582.0, 4542.0, 4561.0, 4540.0, 4548.0, 4516.0, 4539.0, 4560.0, 4530.0, 4560.0, 4531.0, 4569.0, 4532.0, 4558.0, 4529.0, 4559.0, 4530.0, 4551.0, 4545.0, 4551.0, 4532.0, 4530.0, 4542.0, 4531.0, 4583.0, 4543.0, 4574.0, 4532.0, 4570.0, 4532.0, 4560.0, 4531.0, 4564.0, 4532.0, 4530.0, 4531.0, 4520.0, 4578.0, 4519.0, 4566.0, 4518.0, 4557.0, 4528.0, 4539.0, 4530.0, 4541.0, 4530.0, 4530.0, 4532.0, 4544.0, 4575.0], 'WindowWidth': [10029.0, 10003.0, 9966.0, 9943.0, 9972.0, 9937.0, 9931.0, 9929.0, 9928.0, 9928.0, 9958.0, 9945.0, 9968.0, 9940.0, 9976.0, 9951.0, 9960.0, 9933.0, 9945.0, 9923.0, 9946.0, 9926.0, 9944.0, 9951.0, 9935.0, 9949.0, 9937.0, 9963.0, 9954.0, 10028.0, 9959.0, 10013.0, 9959.0, 9999.0, 9961.0, 9975.0, 10006.0, 9982.0, 10035.0, 9981.0, 10038.0, 9979.0, 10014.0, 9983.0, 10011.0, 9981.0, 9986.0, 10011.0, 9983.0, 10033.0, 9978.0, 10018.0, 9976.0, 10018.0, 9962.0, 9960.0, 10025.0, 9956.0, 10009.0, 9973.0, 10013.0, 9970.0, 9968.0, 9954.0, 9952.0, 10019.0, 9949.0, 10003.0, 9954.0, 10010.0, 9952.0, 9956.0, 9950.0, 9948.0, 10004.0, 9951.0, 10004.0, 9972.0, 9998.0, 9975.0, 9976.0, 9972.0, 9960.0, 10003.0, 9960.0, 10028.0, 9979.0, 10021.0, 9999.0, 10010.0, 10004.0, 9989.0, 9984.0, 9966.0, 9973.0, 9994.0, 10018.0, 9987.0, 10050.0, 10024.0, 10051.0, 10010.0, 10047.0, 9988.0, 10022.0, 9982.0, 10029.0, 10016.0, 10015.0, 10017.0, 9999.0, 10054.0, 9975.0, 10010.0, 9972.0, 10013.0, 9951.0, 9979.0, 9948.0, 9935.0, 10004.0, 9946.0, 10001.0, 9947.0, 9970.0, 9946.0, 9959.0, 9945.0, 9930.0, 9948.0, 9950.0, 10020.0, 9948.0, 9994.0, 9952.0, 9972.0, 9953.0, 9962.0, 9957.0, 9989.0, 9978.0, 9980.0, 9993.0, 9985.0, 10007.0, 9982.0, 10031.0, 9987.0, 10027.0, 10000.0, 10015.0, 10003.0, 9985.0, 9983.0, 9973.0, 10038.0, 10000.0, 10043.0, 10002.0, 10026.0, 10001.0, 10010.0, 9983.0, 10012.0, 9988.0, 10020.0, 10003.0, 10006.0, 10057.0, 10000.0, 10021.0, 9985.0, 10020.0, 9980.0, 10010.0, 9988.0, 9985.0, 9991.0, 9980.0, 10048.0, 9982.0, 10035.0, 9997.0, 10022.0, 9983.0, 9991.0, 9976.0, 9978.0, 9993.0, 9996.0, 9992.0, 9981.0, 10032.0, 9978.0, 10015.0, 9978.0, 10020.0, 9997.0, 10008.0, 10001.0, 9997.0, 9980.0, 9977.0, 9991.0, 9963.0, 10056.0, 9995.0, 10026.0, 10001.0, 10023.0, 9981.0, 10005.0, 10005.0, 10030.0, 10003.0, 9984.0, 9957.0, 9957.0, 10009.0, 9961.0, 10050.0, 9975.0, 10003.0, 9980.0, 10002.0, 9976.0, 10001.0, 9980.0, 10021.0, 9993.0, 10006.0, 9998.0, 9990.0, 9974.0, 9991.0, 9979.0, 9980.0, 9979.0, 9979.0, 9979.0, 9963.0, 10028.0, 9974.0, 10031.0, 9993.0, 10020.0, 9979.0, 10014.0, 9971.0, 9998.0, 9957.0, 10015.0, 9956.0, 9983.0, 9958.0, 9954.0, 9980.0, 9948.0, 10018.0, 9952.0, 10008.0, 9970.0, 9990.0, 9972.0, 9976.0, 9952.0, 9977.0, 9969.0, 9998.0, 9973.0, 9999.0, 9975.0, 9985.0, 9956.0, 9968.0, 9956.0, 9973.0, 10000.0, 9939.0, 9995.0, 9954.0, 10006.0, 9953.0, 9993.0, 9975.0, 10009.0, 9961.0, 9999.0, 9972.0, 9978.0, 9958.0, 9999.0, 9958.0, 9987.0, 9978.0, 9961.0, 9955.0, 9956.0, 9974.0, 9976.0, 10001.0, 9947.0, 10001.0, 9972.0, 10009.0, 9974.0, 9996.0, 9979.0, 10015.0, 9965.0, 10002.0, 9977.0, 9989.0, 9972.0, 9968.0, 9958.0, 9973.0, 10001.0, 9957.0, 10004.0, 9971.0, 10011.0, 9952.0, 9990.0, 9954.0, 9993.0, 9969.0, 9993.0, 9981.0, 9973.0, 9972.0, 9981.0, 9993.0, 9979.0, 9987.0, 9984.0, 9993.0, 9961.0, 10026.0, 9981.0, 10035.0, 9978.0, 10021.0, 9981.0, 9985.0, 9973.0, 9989.0, 9976.0, 10007.0, 9977.0, 9964.0, 9977.0, 9960.0, 10011.0, 9960.0, 10030.0, 9974.0, 10019.0, 9973.0, 9982.0, 9959.0, 9999.0, 9978.0, 9999.0, 9980.0, 10005.0, 9993.0, 9988.0, 9963.0, 10006.0, 9965.0, 9984.0, 9982.0, 9960.0, 10013.0, 9957.0, 10027.0, 9980.0, 10029.0, 9975.0, 10001.0, 9971.0, 9977.0, 9953.0, 9980.0, 9958.0, 10002.0, 9959.0, 9968.0, 9978.0, 9982.0, 10007.0, 9985.0, 10029.0, 9996.0, 10033.0, 9987.0, 9997.0, 9973.0, 9979.0, 9955.0, 9979.0, 9972.0, 9997.0, 9955.0, 9977.0, 9972.0, 9964.0, 9973.0, 9981.0, 9999.0, 9996.0, 9980.0, 9964.0, 10002.0, 9976.0, 10028.0, 9980.0, 10018.0, 9990.0, 10019.0, 9977.0, 9987.0, 9973.0, 9983.0, 9957.0, 10003.0, 9970.0, 9935.0, 9993.0, 9937.0, 10026.0, 9977.0, 10009.0, 9965.0, 9994.0, 9953.0, 9976.0, 9950.0, 9995.0, 9957.0, 9960.0, 9958.0, 9940.0, 10007.0, 9953.0, 10024.0, 9952.0, 10009.0, 9951.0, 9977.0, 9949.0, 9978.0, 9952.0, 9997.0, 9949.0, 9970.0, 9956.0, 9939.0, 9963.0, 9950.0, 10005.0, 9957.0, 10008.0, 9973.0, 9998.0, 9957.0, 9982.0, 9956.0, 10000.0, 9956.0, 9957.0, 9958.0, 9954.0, 9954.0, 9954.0, 10008.0, 9956.0, 10012.0, 9977.0, 10000.0, 9977.0, 9986.0, 9972.0, 9984.0, 9958.0, 10004.0, 9962.0, 9976.0, 9975.0, 9945.0, 10011.0, 9959.0, 10028.0, 9961.0, 10001.0, 9975.0, 9982.0, 9955.0, 9966.0, 9956.0, 9988.0, 9958.0, 9965.0, 9979.0, 9963.0, 9958.0, 9957.0, 9996.0, 9983.0, 10021.0, 9981.0, 10009.0, 9965.0, 9986.0, 9959.0, 10004.0, 9959.0, 9985.0, 9961.0, 9956.0, 9960.0, 9958.0, 10013.0, 9960.0, 10017.0, 9961.0, 10018.0, 9957.0, 9993.0, 9944.0, 9997.0, 9958.0, 9999.0, 9957.0, 9977.0, 9980.0, 9961.0, 9959.0, 9944.0, 10010.0, 9962.0, 10014.0, 9961.0, 10006.0, 9976.0, 9984.0, 9956.0, 9983.0, 9960.0, 10003.0, 9960.0, 9963.0, 9965.0, 9962.0, 10022.0, 9960.0, 10016.0, 9974.0, 10019.0, 9981.0, 9997.0, 9960.0, 9996.0, 9973.0, 10012.0, 9974.0, 9974.0, 9975.0, 9959.0, 9957.0, 9977.0, 10004.0, 9960.0, 9992.0, 9961.0, 10010.0, 9953.0, 9994.0, 9961.0, 9999.0, 9959.0, 9982.0, 9974.0, 9968.0, 9955.0, 9955.0, 9986.0, 9961.0, 10001.0, 9945.0, 10011.0, 9954.0, 9992.0, 9940.0, 9990.0, 9950.0, 9967.0, 9960.0, 9937.0, 9952.0, 9938.0, 9995.0, 9943.0, 10011.0, 9959.0, 10002.0, 9962.0, 9986.0, 9956.0, 9981.0, 9963.0, 10000.0, 9973.0, 9975.0, 9977.0, 9958.0, 9960.0, 9960.0, 10019.0, 9959.0, 10020.0, 9962.0, 9997.0, 9973.0, 9999.0, 9975.0, 10001.0, 9977.0, 9978.0, 9980.0, 9960.0, 9944.0, 9958.0, 10016.0, 9969.0, 10037.0, 9986.0, 10028.0, 9980.0, 9999.0, 9958.0, 10005.0, 9965.0, 10010.0, 9975.0, 9983.0, 9982.0, 9966.0, 10013.0, 9946.0, 10012.0, 9980.0, 10019.0, 9966.0, 10011.0, 10002.0, 10002.0, 9983.0, 9996.0, 9985.0, 9994.0, 9987.0, 9993.0, 9992.0, 9974.0, 10036.0, 9991.0, 10047.0, 10006.0, 10030.0, 9991.0, 10009.0, 9968.0, 9993.0, 9967.0, 9982.0, 9980.0, 9966.0, 10036.0, 9963.0, 10014.0, 9980.0, 10012.0, 9958.0, 10000.0, 9956.0, 9969.0, 9941.0, 9953.0, 10011.0, 9959.0, 10025.0, 9939.0, 9991.0, 9950.0, 9974.0, 9955.0, 9994.0, 9955.0, 9984.0, 9961.0, 9972.0, 9955.0, 9940.0, 10009.0, 9943.0, 10010.0, 9968.0, 9993.0, 9954.0, 9978.0, 9938.0, 9968.0, 9940.0, 9982.0, 9955.0, 9947.0, 9972.0, 9946.0, 10027.0, 9947.0, 9998.0, 9967.0, 10005.0, 9966.0, 9996.0, 9969.0, 9965.0, 10016.0, 9966.0, 10032.0, 9984.0, 10026.0, 10009.0, 10013.0, 9990.0, 9992.0, 9962.0, 10027.0, 9966.0, 10032.0, 10009.0, 10017.0, 9990.0, 9997.0, 9987.0, 9987.0, 10004.0, 10017.0, 10017.0, 10000.0, 10028.0, 10051.0, 10035.0, 10049.0, 9986.0, 9999.0, 9975.0, 9954.0, 10007.0, 9958.0, 10031.0, 9984.0, 10024.0, 9938.0, 9944.0, 9912.0, 9907.0, 9970.0, 9912.0, 9978.0, 9941.0, 9968.0, 9916.0, 9937.0, 9915.0, 9924.0, 9926.0, 9913.0, 9968.0, 9914.0, 9983.0, 9916.0, 9963.0, 9913.0, 9937.0, 9941.0, 9913.0, 9981.0, 9915.0, 9965.0, 9927.0, 9952.0, 9916.0, 9960.0, 9945.0, 9938.0, 9941.0, 9942.0, 9996.0, 9926.0, 9989.0, 9943.0, 9996.0, 9943.0, 9984.0, 9963.0, 9959.0, 9960.0, 9947.0, 10010.0, 9967.0, 9998.0, 9981.0, 10016.0, 9972.0, 10026.0, 9984.0, 9987.0, 9962.0, 10007.0, 9966.0, 9985.0, 9986.0, 9967.0, 9994.0, 9984.0, 10027.0, 9991.0, 10044.0, 9974.0, 10019.0, 9970.0, 10026.0, 9966.0, 10005.0, 9968.0, 9967.0, 10019.0, 9947.0, 10010.0, 9980.0, 10017.0, 9976.0, 10019.0, 9964.0, 9990.0, 9964.0, 9947.0, 10003.0, 9938.0, 10006.0, 9957.0, 9993.0, 9957.0, 9969.0, 9959.0, 9954.0, 9971.0, 9947.0, 10017.0, 9976.0, 10007.0, 9963.0, 10006.0, 9966.0, 9997.0, 9948.0, 10002.0, 9946.0, 9999.0, 9959.0, 9961.0, 9963.0, 9959.0, 9995.0, 9946.0, 10011.0, 9984.0, 10003.0, 9966.0, 10006.0, 9964.0, 9985.0, 9963.0, 10008.0, 9964.0, 9994.0, 9972.0, 9979.0, 9964.0, 9961.0, 10013.0, 9962.0, 10012.0, 9960.0, 10001.0, 9962.0, 9982.0, 9946.0, 9982.0, 9957.0, 9987.0, 9957.0, 9973.0, 9963.0, 9945.0, 9958.0, 9944.0, 10018.0, 9976.0, 10034.0, 9979.0, 10022.0, 9985.0, 10006.0, 9963.0, 9986.0, 9964.0, 10013.0, 9969.0, 9983.0, 10011.0, 9968.0, 10031.0, 9964.0, 10010.0, 9962.0, 10002.0, 9946.0, 9958.0, 9959.0, 9944.0, 10009.0, 9939.0, 9994.0, 9959.0, 9996.0, 9950.0, 9989.0, 9983.0, 9987.0, 9964.0, 9977.0, 9968.0, 9982.0, 9982.0, 9972.0, 10017.0, 9973.0, 10035.0, 9955.0, 10017.0, 9985.0, 10006.0, 9972.0, 9996.0, 9983.0, 9979.0, 9977.0, 9980.0, 10038.0, 9980.0, 10027.0, 9970.0, 10020.0, 9964.0, 10005.0, 9962.0, 9977.0, 10021.0, 9978.0, 10009.0, 9969.0, 10033.0, 9963.0, 9999.0, 9966.0, 10010.0, 9985.0, 10009.0, 9988.0, 10013.0, 9974.0, 9981.0, 10021.0, 9984.0, 10036.0, 9979.0, 10018.0, 9967.0, 9989.0, 9958.0, 9958.0, 10027.0, 9947.0, 10031.0, 9975.0, 10005.0, 9970.0, 10004.0, 9962.0, 9986.0, 9959.0, 10004.0, 9973.0, 9976.0, 9982.0, 9964.0, 10006.0, 9958.0, 10010.0, 9977.0, 9999.0, 9977.0, 10005.0, 9971.0, 9991.0, 9983.0, 9992.0, 9963.0, 10005.0, 9965.0, 9985.0, 9982.0, 9964.0, 10002.0, 9964.0, 10032.0, 9985.0, 10020.0, 9982.0, 10024.0, 9970.0, 10006.0, 9979.0, 10006.0, 9981.0, 10003.0, 9984.0, 9992.0, 9994.0, 9991.0, 10025.0, 9974.0, 10040.0, 10017.0, 10060.0, 10015.0, 10028.0, 9973.0, 9990.0, 9961.0, 9987.0, 10001.0, 9955.0, 10030.0, 9960.0, 9995.0, 9949.0, 9987.0, 9997.0, 9992.0, 9986.0, 9968.0, 10024.0, 9989.0, 9984.0, 10012.0, 10011.0, 9987.0, 10032.0, 9989.0, 10029.0, 9986.0, 9982.0, 9984.0, 9962.0, 10036.0, 9961.0, 10010.0, 9988.0, 10031.0, 10010.0, 9996.0, 9953.0, 9954.0, 9948.0, 9961.0, 9946.0, 9978.0, 9983.0, 9952.0, 9937.0, 9918.0, 9972.0, 9929.0, 9980.0, 9933.0, 9973.0, 9949.0, 9974.0, 9930.0, 9942.0, 9924.0, 9912.0, 9952.0, 9915.0, 9984.0, 9916.0, 9968.0, 9930.0, 9956.0, 9931.0, 9974.0, 9932.0, 9948.0, 9950.0, 9950.0, 9938.0, 9941.0, 10006.0, 9936.0, 9974.0, 9957.0, 9994.0, 9956.0, 9965.0, 9958.0, 9951.0, 9955.0, 9957.0, 10001.0, 9949.0, 9989.0, 9963.0, 9996.0, 9962.0, 9997.0, 9963.0, 10005.0, 9963.0, 9981.0, 9990.0, 9968.0, 9967.0, 9970.0, 9998.0, 9990.0, 10046.0, 9992.0, 10033.0, 9993.0, 10017.0, 9974.0, 10003.0, 10059.0, 9989.0, 10046.0, 9968.0, 10008.0, 9969.0, 10026.0, 9955.0, 9988.0, 9995.0, 9964.0, 10015.0, 9962.0, 10004.0, 9961.0, 10004.0, 9965.0, 9980.0, 9987.0, 9987.0, 10007.0, 9963.0, 10014.0, 9988.0, 10021.0, 10001.0, 10008.0, 9969.0, 9977.0, 9997.0, 9965.0, 10034.0, 9976.0, 10007.0, 9963.0, 9983.0, 9960.0, 9983.0, 9956.0, 9991.0, 9959.0, 9979.0, 9964.0, 9952.0, 10009.0, 9955.0, 10008.0, 9963.0, 9998.0, 9958.0, 9983.0, 9956.0, 9956.0, 10005.0, 9941.0, 10010.0, 9957.0, 9997.0, 9942.0, 9965.0, 9934.0, 9965.0, 9981.0, 9953.0, 9972.0, 9953.0, 10006.0, 9934.0, 9987.0, 9950.0, 9979.0, 9941.0, 9972.0, 9957.0, 9959.0, 9986.0, 9943.0, 10009.0, 9964.0, 10019.0, 9968.0, 10006.0, 9986.0, 9991.0, 9966.0, 9979.0, 10020.0, 9967.0, 10035.0, 9969.0, 10027.0, 9984.0, 10001.0, 9959.0, 9984.0, 9963.0, 10006.0, 9965.0, 9981.0, 9983.0, 9953.0, 10014.0, 9946.0, 10014.0, 9970.0, 10008.0, 9985.0, 9993.0, 9983.0, 9979.0, 9965.0, 9963.0, 10020.0, 9991.0, 10037.0, 9983.0, 10008.0, 9979.0, 9986.0, 9940.0, 9974.0, 10003.0, 9962.0, 10005.0, 9966.0, 10016.0, 9968.0, 9997.0, 9961.0, 10002.0, 9965.0, 9993.0, 9990.0, 9994.0, 9968.0, 9963.0, 9980.0, 9968.0, 10039.0, 9984.0, 10029.0, 9970.0, 10019.0, 9969.0, 10005.0, 9965.0, 10012.0, 9967.0, 9964.0, 9964.0, 9948.0, 10024.0, 9944.0, 10006.0, 9944.0, 9994.0, 9958.0, 9974.0, 9965.0, 9979.0, 9965.0, 9963.0, 9970.0, 9987.0, 10030.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.001099122541603631</td></tr>
<tr><td colspan=3>aqi</td><td>0.03070117125567322</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.65755135750198</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1781916057380761</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9935949794776695</td></tr>
<tr><td colspan=3>efc</td><td>0.5336</td></tr>
<tr><td colspan=3>fber</td><td>3516.5217</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09828835386718225</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>64</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.841149773071105</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4149969932732525</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3320985807620733</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.565999847912705</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.346892551144979</td></tr>
<tr><td colspan=3>gcor</td><td>0.00839676</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0023735493887215853</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03902634233236313</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1322</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.448292482329666</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>13.0386</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.5941</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>245.685</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283737.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1166.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>434.9941</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3469</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>498.2702</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3696.2527</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3855.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92807.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1675.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4720.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>866.62</td></tr>
<tr><td colspan=3>tsnr</td><td>37.294368100119755</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>