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

616 lines
No EOL
148 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-0107_ses-01_task-alignvideo_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-0107_ses-01_task-alignvideo_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-01_subject-0107_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0107_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0107_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0107_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-01_task-alignvideo_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-01_subject-0107_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-01_task-alignvideo_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-01_subject-0107_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0107_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0107/figures/sub-0107_ses-01_task-alignvideo_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-0107/figures/sub-0107_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-01_task-alignvideo_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-0107/ses-01/func/sub-0107_ses-01_task-alignvideo_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>9fddfd0818e6c5cd388bff807052ad1f</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:30:11.990000</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.999071, 0.0309688, 0.0299609, -0.0266851, 0.990609, -0.134098]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0806799</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-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4221, -7752, -7287, 399, -131, -199, 38, 89]</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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.918</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>41b5f9db-fdd8-4c2a-8dbf-e4b1bfccc6c0||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.6804349422454834, -0.07159408181905746, 0.09134746342897415, 115.61528778076172], [-0.08308708667755127, 2.6577305793762207, -0.35957029461860657, -90.09952545166016], [0.08038290590047836, 0.35977575182914734, 2.6743905544281006, -107.87345123291016], [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, 1376]</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, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'AcquisitionTime': ['103011.990000', '103012.450000', '103012.910000', '103013.370000', '103013.830000', '103014.290000', '103014.750000', '103015.210000', '103015.670000', '103016.130000', '103016.590000', '103017.050000', '103017.510000', '103017.970000', '103018.430000', '103018.890000', '103019.350000', '103019.810000', '103020.270000', '103020.730000', '103021.190000', '103021.650000', '103022.110000', '103022.570000', '103023.030000', '103023.490000', '103023.950000', '103024.410000', '103024.870000', '103025.330000', '103025.790000', '103026.250000', '103026.710000', '103027.170000', '103027.630000', '103028.090000', '103028.550000', '103029.010000', '103029.470000', '103029.930000', '103030.390000', '103030.850000', '103031.310000', '103031.770000', '103032.230000', '103032.690000', '103033.150000', '103033.610000', '103034.070000', '103034.530000', '103034.990000', '103035.450000', '103035.910000', '103036.370000', '103036.830000', '103037.290000', '103037.750000', '103038.210000', '103038.670000', '103039.130000', '103039.590000', '103040.050000', '103040.510000', '103040.970000', '103041.430000', '103041.890000', '103042.350000', '103042.810000', '103043.270000', '103043.730000', '103044.190000', '103044.650000', '103045.110000', '103045.570000', '103046.030000', '103046.490000', '103046.950000', '103047.410000', '103047.870000', '103048.330000', '103048.790000', '103049.250000', '103049.710000', '103050.170000', '103050.630000', '103051.090000', '103051.550000', '103052.010000', '103052.470000', '103052.930000', '103053.390000', '103053.850000', '103054.310000', '103054.770000', '103055.230000', '103055.690000', '103056.150000', '103056.610000', '103057.070000', '103057.530000', '103057.990000', '103058.450000', '103058.910000', '103059.370000', '103059.830000', '103100.290000', '103100.750000', '103101.210000', '103101.670000', '103102.130000', '103102.590000', '103103.050000', '103103.510000', '103103.970000', '103104.430000', '103104.890000', '103105.350000', '103105.810000', '103106.270000', '103106.730000', '103107.190000', '103107.650000', '103108.110000', '103108.570000', '103109.030000', '103109.490000', '103109.950000', '103110.410000', '103110.870000', '103111.330000', '103111.790000', '103112.250000', '103112.710000', '103113.170000', '103113.630000', '103114.090000', '103114.550000', '103115.010000', '103115.470000', '103115.930000', '103116.390000', '103116.850000', '103117.310000', '103117.770000', '103118.230000', '103118.690000', '103119.150000', '103119.610000', '103120.070000', '103120.530000', '103120.990000', '103121.450000', '103121.910000', '103122.370000', '103122.830000', '103123.290000', '103123.750000', '103124.210000', '103124.670000', '103125.130000', '103125.590000', '103126.050000', '103126.510000', '103126.970000', '103127.430000', '103127.890000', '103128.350000', '103128.810000', '103129.270000', '103129.730000', '103130.190000', '103130.650000', '103131.110000', '103131.570000', '103132.030000', '103132.490000', '103132.950000', '103133.410000', '103133.870000', '103134.330000', '103134.790000', '103135.250000', '103135.710000', '103136.170000', '103136.630000', '103137.090000', '103137.550000', '103138.010000', '103138.470000', '103138.930000', '103139.390000', '103139.850000', '103140.310000', '103140.770000', '103141.230000', '103141.690000', '103142.150000', '103142.610000', '103143.070000', '103143.530000', '103143.990000', '103144.450000', '103144.910000', '103145.370000', '103145.830000', '103146.290000', '103146.750000', '103147.210000', '103147.670000', '103148.130000', '103148.590000', '103149.050000', '103149.510000', '103149.970000', '103150.430000', '103150.890000', '103151.350000', '103151.810000', '103152.270000', '103152.730000', '103153.190000', '103153.650000', '103154.110000', '103154.570000', '103155.030000', '103155.490000', '103155.950000', '103156.410000', '103156.870000', '103157.330000', '103157.790000', '103158.250000', '103158.710000', '103159.170000', '103159.630000', '103200.090000', '103200.550000', '103201.010000', '103201.470000', '103201.930000', '103202.390000', '103202.850000', '103203.310000', '103203.770000', '103204.230000', '103204.690000', '103205.150000', '103205.610000', '103206.070000', '103206.530000', '103206.990000', '103207.450000', '103207.910000', '103208.370000', '103208.830000', '103209.290000', '103209.750000', '103210.210000', '103210.670000', '103211.130000', '103211.590000', '103212.050000', '103212.510000', '103212.970000', '103213.430000', '103213.890000', '103214.350000', '103214.810000', '103215.270000', '103215.730000', '103216.190000', '103216.650000', '103217.110000', '103217.570000', '103218.030000', '103218.490000', '103218.950000', '103219.410000', '103219.870000', '103220.330000', '103220.790000', '103221.250000', '103221.710000', '103222.170000', '103222.630000', '103223.090000', '103223.550000', '103224.010000', '103224.470000', '103224.930000', '103225.390000', '103225.850000', '103226.310000', '103226.770000', '103227.230000', '103227.690000', '103228.150000', '103228.610000', '103229.070000', '103229.530000', '103229.990000', '103230.450000', '103230.910000', '103231.370000', '103231.830000', '103232.290000', '103232.750000', '103233.210000', '103233.670000', '103234.130000', '103234.590000', '103235.050000', '103235.510000', '103235.970000', '103236.430000', '103236.890000', '103237.350000', '103237.810000', '103238.270000', '103238.730000', '103239.190000', '103239.650000', '103240.110000', '103240.570000', '103241.030000', '103241.490000', '103241.950000', '103242.410000', '103242.870000', '103243.330000', '103243.790000', '103244.250000', '103244.710000', '103245.170000', '103245.630000', '103246.090000', '103246.550000', '103247.010000', '103247.470000', '103247.930000', '103248.390000', '103248.850000', '103249.310000', '103249.770000', '103250.230000', '103250.690000', '103251.150000', '103251.610000', '103252.070000', '103252.530000', '103252.990000', '103253.450000', '103253.910000', '103254.370000', '103254.830000', '103255.290000', '103255.750000', '103256.210000', '103256.670000', '103257.130000', '103257.590000', '103258.050000', '103258.510000', '103258.970000', '103259.430000', '103259.890000', '103300.350000', '103300.810000', '103301.270000', '103301.730000', '103302.190000', '103302.650000', '103303.110000', '103303.570000', '103304.030000', '103304.490000', '103304.950000', '103305.410000', '103305.870000', '103306.330000', '103306.790000', '103307.250000', '103307.710000', '103308.170000', '103308.630000', '103309.090000', '103309.550000', '103310.010000', '103310.470000', '103310.930000', '103311.390000', '103311.850000', '103312.310000', '103312.770000', '103313.230000', '103313.690000', '103314.150000', '103314.610000', '103315.070000', '103315.530000', '103315.990000', '103316.450000', '103316.910000', '103317.370000', '103317.830000', '103318.290000', '103318.750000', '103319.210000', '103319.670000', '103320.130000', '103320.590000', '103321.050000', '103321.510000', '103321.970000', '103322.430000', '103322.890000', '103323.350000', '103323.810000', '103324.270000', '103324.730000', '103325.190000', '103325.650000', '103326.110000', '103326.570000', '103327.030000', '103327.490000', '103327.950000', '103328.410000', '103328.870000', '103329.330000', '103329.790000', '103330.250000', '103330.710000', '103331.170000', '103331.630000', '103332.090000', '103332.550000', '103333.010000', '103333.470000', '103333.930000', '103334.390000', '103334.850000', '103335.310000', '103335.770000', '103336.230000', '103336.690000', '103337.150000', '103337.610000', '103338.070000', '103338.530000', '103338.990000', '103339.450000', '103339.910000', '103340.370000', '103340.830000', '103341.290000', '103341.750000', '103342.210000', '103342.670000', '103343.130000', '103343.590000', '103344.050000', '103344.510000', '103344.970000', '103345.430000', '103345.890000', '103346.350000', '103346.810000', '103347.270000', '103347.730000', '103348.190000', '103348.650000', '103349.110000', '103349.570000', '103350.030000', '103350.490000', '103350.950000', '103351.410000', '103351.870000', '103352.330000', '103352.790000', '103353.250000', '103353.710000', '103354.170000', '103354.630000', '103355.090000', '103355.550000', '103356.010000', '103356.470000', '103356.930000', '103357.390000', '103357.850000', '103358.310000', '103358.770000', '103359.230000', '103359.690000', '103400.150000', '103400.610000', '103401.070000', '103401.530000', '103401.990000', '103402.450000', '103402.910000', '103403.370000', '103403.830000', '103404.290000', '103404.750000', '103405.210000', '103405.670000', '103406.130000', '103406.590000', '103407.050000', '103407.510000', '103407.970000', '103408.430000', '103408.890000', '103409.350000', '103409.810000', '103410.270000', '103410.730000', '103411.190000', '103411.650000', '103412.110000', '103412.570000', '103413.030000', '103413.490000', '103413.950000', '103414.410000', '103414.870000', '103415.330000', '103415.790000', '103416.250000', '103416.710000', '103417.170000', '103417.630000', '103418.090000', '103418.550000', '103419.010000', '103419.470000', '103419.930000', '103420.390000', '103420.850000', '103421.310000', '103421.770000', '103422.230000', '103422.690000', '103423.150000', '103423.610000', '103424.070000', '103424.530000', '103424.990000', '103425.450000', '103425.910000', '103426.370000', '103426.830000', '103427.290000', '103427.750000', '103428.210000', '103428.670000', '103429.130000', '103429.590000', '103430.050000', '103430.510000', '103430.970000', '103431.430000', '103431.890000', '103432.350000', '103432.810000', '103433.270000', '103433.730000', '103434.190000', '103434.650000', '103435.110000', '103435.570000', '103436.030000', '103436.490000', '103436.950000', '103437.410000', '103437.870000', '103438.330000', '103438.790000', '103439.250000', '103439.710000', '103440.170000', '103440.630000', '103441.090000', '103441.550000', '103442.010000', '103442.470000', '103442.930000', '103443.390000', '103443.850000', '103444.310000', '103444.770000', '103445.230000', '103445.690000', '103446.150000', '103446.610000', '103447.070000', '103447.530000', '103447.990000', '103448.450000', '103448.910000', '103449.370000', '103449.830000', '103450.290000', '103450.750000', '103451.210000', '103451.670000', '103452.130000', '103452.590000', '103453.050000', '103453.510000', '103453.970000', '103454.430000', '103454.890000', '103455.350000', '103455.810000', '103456.270000', '103456.730000', '103457.190000', '103457.650000', '103458.110000', '103458.570000', '103459.030000', '103459.490000', '103459.950000', '103500.410000', '103500.870000', '103501.330000', '103501.790000', '103502.250000', '103502.710000', '103503.170000', '103503.630000', '103504.090000', '103504.550000', '103505.010000', '103505.470000', '103505.930000', '103506.390000', '103506.850000', '103507.310000', '103507.770000', '103508.230000', '103508.690000', '103509.150000', '103509.610000', '103510.070000', '103510.530000', '103510.990000', '103511.450000', '103511.910000', '103512.370000', '103512.830000', '103513.290000', '103513.750000', '103514.210000', '103514.670000', '103515.130000', '103515.590000', '103516.050000', '103516.510000', '103516.970000', '103517.430000', '103517.890000', '103518.350000', '103518.810000', '103519.270000', '103519.730000', '103520.190000', '103520.650000', '103521.110000', '103521.570000', '103522.030000', '103522.490000', '103522.950000', '103523.410000', '103523.870000', '103524.330000', '103524.790000', '103525.250000', '103525.710000', '103526.170000', '103526.630000', '103527.090000', '103527.550000', '103528.010000', '103528.470000', '103528.930000', '103529.390000', '103529.850000', '103530.310000', '103530.770000', '103531.230000', '103531.690000', '103532.150000', '103532.610000', '103533.070000', '103533.530000', '103533.990000', '103534.450000', '103534.910000', '103535.370000', '103535.830000', '103536.290000', '103536.750000', '103537.210000', '103537.670000', '103538.130000', '103538.590000', '103539.050000', '103539.510000', '103539.970000', '103540.430000', '103540.890000', '103541.350000', '103541.810000', '103542.270000', '103542.730000', '103543.190000', '103543.650000', '103544.110000', '103544.570000', '103545.030000', '103545.490000', '103545.950000', '103546.410000', '103546.870000', '103547.330000', '103547.790000', '103548.250000', '103548.710000', '103549.170000', '103549.630000', '103550.090000', '103550.550000', '103551.010000', '103551.470000', '103551.930000', '103552.390000', '103552.850000', '103553.310000', '103553.770000', '103554.230000', '103554.690000', '103555.150000', '103555.610000', '103556.070000', '103556.530000', '103556.990000', '103557.450000', '103557.910000', '103558.370000', '103558.830000', '103559.290000', '103559.750000', '103600.210000', '103600.670000', '103601.130000', '103601.590000', '103602.050000', '103602.510000', '103602.970000', '103603.430000', '103603.890000', '103604.350000', '103604.810000', '103605.270000', '103605.730000', '103606.190000', '103606.650000', '103607.110000', '103607.570000', '103608.030000', '103608.490000', '103608.950000', '103609.410000', '103609.870000', '103610.330000', '103610.790000', '103611.250000', '103611.710000', '103612.170000', '103612.630000', '103613.090000', '103613.550000', '103614.010000', '103614.470000', '103614.930000', '103615.390000', '103615.850000', '103616.310000', '103616.770000', '103617.230000', '103617.690000', '103618.150000', '103618.610000', '103619.070000', '103619.530000', '103619.990000', '103620.450000', '103620.910000', '103621.370000', '103621.830000', '103622.290000', '103622.750000', '103623.210000', '103623.670000', '103624.130000', '103624.590000', '103625.050000', '103625.510000', '103625.970000', '103626.430000', '103626.890000', '103627.350000', '103627.810000', '103628.270000', '103628.730000', '103629.190000', '103629.650000', '103630.110000', '103630.570000', '103631.030000', '103631.490000', '103631.950000', '103632.410000', '103632.870000', '103633.330000', '103633.790000', '103634.250000', '103634.710000', '103635.170000', '103635.630000', '103636.090000', '103636.550000', '103637.010000', '103637.470000', '103637.930000', '103638.390000', '103638.850000', '103639.310000', '103639.770000', '103640.230000', '103640.690000', '103641.150000', '103641.610000', '103642.070000', '103642.530000', '103642.990000', '103643.450000', '103643.910000', '103644.370000', '103644.830000', '103645.290000', '103645.750000', '103646.210000', '103646.670000', '103647.130000', '103647.590000', '103648.050000', '103648.510000', '103648.970000', '103649.430000', '103649.890000', '103650.350000', '103650.810000', '103651.270000', '103651.730000', '103652.190000', '103652.650000', '103653.110000', '103653.570000', '103654.030000', '103654.490000', '103654.950000', '103655.410000', '103655.870000', '103656.330000', '103656.790000', '103657.250000', '103657.710000', '103658.170000', '103658.630000', '103659.090000', '103659.550000', '103700.010000', '103700.470000', '103700.930000', '103701.390000', '103701.850000', '103702.310000', '103702.770000', '103703.230000', '103703.690000', '103704.150000', '103704.610000', '103705.070000', '103705.530000', '103705.990000', '103706.450000', '103706.910000', '103707.370000', '103707.830000', '103708.290000', '103708.750000', '103709.210000', '103709.670000', '103710.130000', '103710.590000', '103711.050000', '103711.510000', '103711.970000', '103712.430000', '103712.890000', '103713.350000', '103713.810000', '103714.270000', '103714.730000', '103715.190000', '103715.650000', '103716.110000', '103716.570000', '103717.030000', '103717.490000', '103717.950000', '103718.410000', '103718.870000', '103719.330000', '103719.790000', '103720.250000', '103720.710000', '103721.170000', '103721.630000', '103722.090000', '103722.550000', '103723.010000', '103723.470000', '103723.930000', '103724.390000', '103724.850000', '103725.310000', '103725.770000', '103726.230000', '103726.690000', '103727.150000', '103727.610000', '103728.070000', '103728.530000', '103728.990000', '103729.450000', '103729.910000', '103730.370000', '103730.830000', '103731.290000', '103731.750000', '103732.210000', '103732.670000', '103733.130000', '103733.590000', '103734.050000', '103734.510000', '103734.970000', '103735.430000', '103735.890000', '103736.350000', '103736.810000', '103737.270000', '103737.730000', '103738.190000', '103738.650000', '103739.110000', '103739.570000', '103740.030000', '103740.490000', '103740.950000', '103741.410000', '103741.870000', '103742.330000', '103742.790000', '103743.250000', '103743.710000', '103744.170000', '103744.630000', '103745.090000', '103745.550000', '103746.010000', '103746.470000', '103746.930000', '103747.390000', '103747.850000', '103748.310000', '103748.770000', '103749.230000', '103749.690000', '103750.150000', '103750.610000', '103751.070000', '103751.530000', '103751.990000', '103752.450000', '103752.910000', '103753.370000', '103753.830000', '103754.290000', '103754.750000', '103755.210000', '103755.670000', '103756.130000', '103756.590000', '103757.050000', '103757.510000', '103757.970000', '103758.430000', '103758.890000', '103759.350000', '103759.810000', '103800.270000', '103800.730000', '103801.190000', '103801.650000', '103802.110000', '103802.570000', '103803.030000', '103803.490000', '103803.950000', '103804.410000', '103804.870000', '103805.330000', '103805.790000', '103806.250000', '103806.710000', '103807.170000', '103807.630000', '103808.090000', '103808.550000', '103809.010000', '103809.470000', '103809.930000', '103810.390000', '103810.850000', '103811.310000', '103811.770000', '103812.230000', '103812.690000', '103813.150000', '103813.610000', '103814.070000', '103814.530000', '103814.990000', '103815.450000', '103815.910000', '103816.370000', '103816.830000', '103817.290000', '103817.750000', '103818.210000', '103818.670000', '103819.130000', '103819.590000', '103820.050000', '103820.510000', '103820.970000', '103821.430000', '103821.890000', '103822.350000', '103822.810000', '103823.270000', '103823.730000', '103824.190000', '103824.650000', '103825.110000', '103825.570000', '103826.030000', '103826.490000', '103826.950000', '103827.410000', '103827.870000', '103828.330000', '103828.790000', '103829.250000', '103829.710000', '103830.170000', '103830.630000', '103831.090000', '103831.550000', '103832.010000', '103832.470000', '103832.930000', '103833.390000', '103833.850000', '103834.310000', '103834.770000', '103835.230000', '103835.690000', '103836.150000', '103836.610000', '103837.070000', '103837.530000', '103837.990000', '103838.450000', '103838.910000', '103839.370000', '103839.830000', '103840.290000', '103840.750000', '103841.210000', '103841.670000', '103842.130000', '103842.590000', '103843.050000', '103843.510000', '103843.970000', '103844.430000', '103844.890000', '103845.350000', '103845.810000', '103846.270000', '103846.730000', '103847.190000', '103847.650000', '103848.110000', '103848.570000', '103849.030000', '103849.490000', '103849.950000', '103850.410000', '103850.870000', '103851.330000', '103851.790000', '103852.250000', '103852.710000', '103853.170000', '103853.630000', '103854.090000', '103854.550000', '103855.010000', '103855.470000', '103855.930000', '103856.390000', '103856.850000', '103857.310000', '103857.770000', '103858.230000', '103858.690000', '103859.150000', '103859.610000', '103900.070000', '103900.530000', '103900.990000', '103901.450000', '103901.910000', '103902.370000', '103902.830000', '103903.290000', '103903.750000', '103904.210000', '103904.670000', '103905.130000', '103905.590000', '103906.050000', '103906.510000', '103906.970000', '103907.430000', '103907.890000', '103908.350000', '103908.810000', '103909.270000', '103909.730000', '103910.190000', '103910.650000', '103911.110000', '103911.570000', '103912.030000', '103912.490000', '103912.950000', '103913.410000', '103913.870000', '103914.330000', '103914.790000', '103915.250000', '103915.710000', '103916.170000', '103916.630000', '103917.090000', '103917.550000', '103918.010000', '103918.470000', '103918.930000', '103919.390000', '103919.850000', '103920.310000', '103920.770000', '103921.230000', '103921.690000', '103922.150000', '103922.610000', '103923.070000', '103923.530000', '103923.990000', '103924.450000', '103924.910000', '103925.370000', '103925.830000', '103926.290000', '103926.750000', '103927.210000', '103927.670000', '103928.130000', '103928.590000', '103929.050000', '103929.510000', '103929.970000', '103930.430000', '103930.890000', '103931.350000', '103931.810000', '103932.270000', '103932.730000', '103933.190000', '103933.650000', '103934.110000', '103934.570000', '103935.030000', '103935.490000', '103935.950000', '103936.410000', '103936.870000', '103937.330000', '103937.790000', '103938.250000', '103938.710000', '103939.170000', '103939.630000', '103940.090000', '103940.550000', '103941.010000', '103941.470000', '103941.930000', '103942.390000', '103942.850000', '103943.310000', '103943.770000', '103944.230000', '103944.690000', '103945.150000', '103945.610000', '103946.070000', '103946.530000', '103946.990000', '103947.450000', '103947.910000', '103948.370000', '103948.830000', '103949.290000', '103949.750000', '103950.210000', '103950.670000', '103951.130000', '103951.590000', '103952.050000', '103952.510000', '103952.970000', '103953.430000', '103953.890000', '103954.350000', '103954.810000', '103955.270000', '103955.730000', '103956.190000', '103956.650000', '103957.110000', '103957.570000', '103958.030000', '103958.490000', '103958.950000', '103959.410000', '103959.870000', '104000.330000', '104000.790000', '104001.250000', '104001.710000', '104002.170000', '104002.630000', '104003.090000', '104003.550000', '104004.010000', '104004.470000', '104004.930000', '104005.390000', '104005.850000', '104006.310000', '104006.770000', '104007.230000', '104007.690000', '104008.150000', '104008.610000', '104009.070000', '104009.530000', '104009.990000', '104010.450000', '104010.910000', '104011.370000', '104011.830000', '104012.290000', '104012.750000', '104013.210000', '104013.670000', '104014.130000', '104014.590000', '104015.050000', '104015.510000', '104015.970000', '104016.430000', '104016.890000', '104017.350000', '104017.810000', '104018.270000', '104018.730000', '104019.190000', '104019.650000', '104020.110000', '104020.570000', '104021.030000', '104021.490000', '104021.950000', '104022.410000', '104022.870000', '104023.330000', '104023.790000', '104024.250000', '104024.710000', '104025.170000', '104025.630000', '104026.090000', '104026.550000', '104027.010000', '104027.470000', '104027.930000', '104028.390000', '104028.850000', '104029.310000', '104029.770000', '104030.230000', '104030.690000', '104031.150000', '104031.610000', '104032.070000', '104032.530000', '104032.990000', '104033.450000', '104033.910000', '104034.370000', '104034.830000', '104035.290000', '104035.750000', '104036.210000', '104036.670000', '104037.130000', '104037.590000', '104038.050000', '104038.510000', '104038.970000', '104039.430000', '104039.890000', '104040.350000', '104040.810000', '104041.270000', '104041.730000', '104042.190000', '104042.650000', '104043.110000', '104043.570000', '104044.030000', '104044.490000'], 'ContentTime': ['103026.092000', '103026.096000', '103026.098000', '103026.101000', '103026.104000', '103026.106000', '103026.109000', '103026.111000', '103026.114000', '103026.116000', '103026.119000', '103026.127000', '103026.130000', '103026.132000', '103026.135000', '103026.137000', '103026.140000', '103026.142000', '103026.145000', '103026.155000', '103026.158000', '103026.160000', '103026.163000', '103026.165000', '103026.168000', '103026.170000', '103026.173000', '103026.175000', '103026.178000', '103046.047000', '103046.049000', '103046.059000', '103046.061000', '103046.064000', '103046.066000', '103046.069000', '103046.072000', '103046.074000', '103046.077000', '103046.079000', '103046.082000', '103046.084000', '103046.087000', '103046.089000', '103046.092000', '103046.094000', '103046.097000', '103046.100000', '103046.102000', '103046.105000', '103046.107000', '103046.110000', '103046.112000', '103046.115000', '103046.117000', '103046.120000', '103046.122000', '103046.125000', '103046.127000', '103046.130000', '103046.132000', '103046.135000', '103046.138000', '103046.140000', '103046.143000', '103046.145000', '103046.148000', '103046.150000', '103046.153000', '103046.155000', '103046.158000', '103046.177000', '103106.047000', '103106.050000', '103106.053000', '103106.056000', '103106.058000', '103106.061000', '103106.063000', '103106.066000', '103106.068000', '103106.079000', '103106.082000', '103106.084000', '103106.087000', '103106.089000', '103106.092000', '103106.094000', '103106.097000', '103106.100000', '103106.102000', '103106.105000', '103106.107000', '103106.110000', '103106.112000', '103106.115000', '103106.117000', '103106.120000', '103106.123000', '103106.125000', '103106.128000', '103106.130000', '103106.133000', '103106.135000', '103106.138000', '103106.141000', '103106.143000', '103106.146000', '103106.148000', '103106.151000', '103106.153000', '103106.156000', '103106.158000', '103106.161000', '103106.164000', '103106.166000', '103126.048000', '103126.050000', '103126.053000', '103126.055000', '103126.058000', '103126.061000', '103126.063000', '103126.066000', '103126.068000', '103126.071000', '103126.073000', '103126.076000', '103126.079000', '103126.081000', '103126.084000', '103126.086000', '103126.089000', '103126.092000', '103126.094000', '103126.097000', '103126.099000', '103126.102000', '103126.104000', '103126.107000', '103126.120000', '103126.122000', '103126.125000', '103126.127000', '103126.130000', '103126.133000', '103126.135000', '103126.138000', '103126.140000', '103126.143000', '103126.145000', '103126.148000', '103126.150000', '103126.153000', '103126.155000', '103126.158000', '103126.161000', '103126.163000', '103126.166000', '103146.047000', '103146.050000', '103146.053000', '103146.056000', '103146.058000', '103146.061000', '103146.063000', '103146.066000', '103146.068000', '103146.071000', '103146.073000', '103146.076000', '103146.079000', '103146.081000', '103146.084000', '103146.086000', '103146.089000', '103146.091000', '103146.094000', '103146.097000', '103146.099000', '103146.102000', '103146.104000', '103146.107000', '103146.109000', '103146.124000', '103146.126000', '103146.129000', '103146.131000', '103146.134000', '103146.136000', '103146.139000', '103146.142000', '103146.144000', '103146.147000', '103146.149000', '103146.152000', '103146.154000', '103146.157000', '103146.160000', '103146.162000', '103146.165000', '103146.167000', '103146.170000', '103206.046000', '103206.049000', '103206.052000', '103206.055000', '103206.057000', '103206.060000', '103206.062000', '103206.065000', '103206.068000', '103206.070000', '103206.073000', '103206.075000', '103206.078000', '103206.080000', '103206.083000', '103206.086000', '103206.088000', '103206.091000', '103206.093000', '103206.096000', '103206.099000', '103206.101000', '103206.104000', '103206.107000', '103206.109000', '103206.112000', '103206.114000', '103206.117000', '103206.119000', '103206.122000', '103206.125000', '103206.127000', '103206.130000', '103206.132000', '103206.135000', '103206.137000', '103206.140000', '103206.143000', '103206.145000', '103206.148000', '103206.150000', '103206.153000', '103206.155000', '103226.046000', '103226.049000', '103226.052000', '103226.054000', '103226.057000', '103226.059000', '103226.062000', '103226.065000', '103226.067000', '103226.070000', '103226.073000', '103226.075000', '103226.078000', '103226.080000', '103226.083000', '103226.086000', '103226.088000', '103226.091000', '103226.093000', '103226.096000', '103226.099000', '103226.101000', '103226.104000', '103226.106000', '103226.109000', '103226.111000', '103226.114000', '103226.117000', '103226.119000', '103226.122000', '103226.124000', '103226.127000', '103226.129000', '103226.132000', '103226.134000', '103226.137000', '103226.140000', '103226.142000', '103226.145000', '103226.147000', '103226.150000', '103226.152000', '103226.155000', '103226.158000', '103246.047000', '103246.049000', '103246.052000', '103246.055000', '103246.057000', '103246.060000', '103246.062000', '103246.065000', '103246.068000', '103246.070000', '103246.073000', '103246.075000', '103246.078000', '103246.081000', '103246.083000', '103246.086000', '103246.088000', '103246.091000', '103246.093000', '103246.096000', '103246.099000', '103246.101000', '103246.104000', '103246.106000', '103246.109000', '103246.111000', '103246.114000', '103246.116000', '103246.119000', '103246.122000', '103246.124000', '103246.127000', '103246.129000', '103246.132000', '103246.134000', '103246.137000', '103246.140000', '103246.142000', '103246.145000', '103246.147000', '103246.150000', '103246.153000', '103246.155000', '103306.047000', '103306.049000', '103306.052000', '103306.055000', '103306.057000', '103306.060000', '103306.076000', '103306.079000', '103306.081000', '103306.084000', '103306.086000', '103306.089000', '103306.092000', '103306.094000', '103306.097000', '103306.099000', '103306.102000', '103306.105000', '103306.107000', '103306.110000', '103306.113000', '103306.115000', '103306.118000', '103306.120000', '103306.123000', '103306.125000', '103306.128000', '103306.131000', '103306.133000', '103306.136000', '103306.138000', '103306.141000', '103306.143000', '103306.146000', '103306.149000', '103306.151000', '103306.154000', '103306.156000', '103306.159000', '103306.162000', '103306.164000', '103306.167000', '103306.169000', '103306.172000', '103326.048000', '103326.051000', '103326.053000', '103326.056000', '103326.058000', '103326.061000', '103326.064000', '103326.066000', '103326.069000', '103326.071000', '103326.074000', '103326.077000', '103326.079000', '103326.082000', '103326.084000', '103326.087000', '103326.090000', '103326.092000', '103326.095000', '103326.097000', '103326.100000', '103326.102000', '103326.105000', '103326.108000', '103326.110000', '103326.113000', '103326.116000', '103326.119000', '103326.122000', '103326.124000', '103326.127000', '103326.130000', '103326.132000', '103326.135000', '103326.138000', '103326.140000', '103326.143000', '103326.145000', '103326.148000', '103326.150000', '103326.153000', '103326.155000', '103326.165000', '103346.048000', '103346.050000', '103346.053000', '103346.056000', '103346.058000', '103346.061000', '103346.064000', '103346.066000', '103346.070000', '103346.072000', '103346.075000', '103346.078000', '103346.080000', '103346.083000', '103346.085000', '103346.088000', '103346.091000', '103346.093000', '103346.096000', '103346.098000', '103346.101000', '103346.104000', '103346.106000', '103346.109000', '103346.111000', '103346.114000', '103346.116000', '103346.119000', '103346.122000', '103346.124000', '103346.127000', '103346.129000', '103346.132000', '103346.135000', '103346.138000', '103346.140000', '103346.143000', '103346.146000', '103346.148000', '103346.151000', '103346.153000', '103346.156000', '103346.159000', '103406.048000', '103406.050000', '103406.053000', '103406.056000', '103406.058000', '103406.061000', '103406.063000', '103406.066000', '103406.068000', '103406.071000', '103406.074000', '103406.076000', '103406.079000', '103406.081000', '103406.084000', '103406.087000', '103406.089000', '103406.092000', '103406.094000', '103406.097000', '103406.100000', '103406.102000', '103406.105000', '103406.107000', '103406.110000', '103406.113000', '103406.115000', '103406.118000', '103406.121000', '103406.123000', '103406.126000', '103406.129000', '103406.131000', '103406.134000', '103406.136000', '103406.139000', '103406.142000', '103406.144000', '103406.147000', '103406.149000', '103406.152000', '103406.155000', '103406.157000', '103406.160000', '103426.047000', '103426.049000', '103426.052000', '103426.073000', '103426.076000', '103426.078000', '103426.081000', '103426.083000', '103426.086000', '103426.088000', '103426.091000', '103426.094000', '103426.096000', '103426.099000', '103426.101000', '103426.104000', '103426.106000', '103426.109000', '103426.112000', '103426.114000', '103426.117000', '103426.119000', '103426.122000', '103426.124000', '103426.127000', '103426.130000', '103426.132000', '103426.135000', '103426.137000', '103426.140000', '103426.142000', '103426.145000', '103426.148000', '103426.150000', '103426.153000', '103426.155000', '103426.158000', '103426.160000', '103426.163000', '103426.166000', '103426.168000', '103426.171000', '103426.173000', '103446.047000', '103446.049000', '103446.052000', '103446.055000', '103446.057000', '103446.060000', '103446.063000', '103446.065000', '103446.068000', '103446.070000', '103446.073000', '103446.076000', '103446.078000', '103446.081000', '103446.083000', '103446.086000', '103446.089000', '103446.091000', '103446.094000', '103446.104000', '103446.107000', '103446.109000', '103446.112000', '103446.115000', '103446.117000', '103446.120000', '103446.122000', '103446.125000', '103446.127000', '103446.130000', '103446.133000', '103446.135000', '103446.138000', '103446.140000', '103446.143000', '103446.146000', '103446.148000', '103446.151000', '103446.153000', '103446.156000', '103446.158000', '103446.161000', '103446.164000', '103446.166000', '103506.046000', '103506.049000', '103506.052000', '103506.055000', '103506.057000', '103506.060000', '103506.063000', '103506.065000', '103506.068000', '103506.071000', '103506.073000', '103506.076000', '103506.078000', '103506.081000', '103506.084000', '103506.086000', '103506.089000', '103506.092000', '103506.094000', '103506.097000', '103506.099000', '103506.102000', '103506.105000', '103506.109000', '103506.112000', '103506.114000', '103506.117000', '103506.119000', '103506.122000', '103506.125000', '103506.127000', '103506.130000', '103506.132000', '103506.135000', '103506.138000', '103506.140000', '103506.143000', '103506.145000', '103506.148000', '103506.150000', '103506.153000', '103506.156000', '103506.158000', '103526.047000', '103526.049000', '103526.052000', '103526.055000', '103526.057000', '103526.060000', '103526.062000', '103526.065000', '103526.068000', '103526.070000', '103526.073000', '103526.075000', '103526.078000', '103526.081000', '103526.083000', '103526.086000', '103526.089000', '103526.091000', '103526.094000', '103526.096000', '103526.099000', '103526.101000', '103526.104000', '103526.107000', '103526.109000', '103526.112000', '103526.114000', '103526.117000', '103526.120000', '103526.122000', '103526.125000', '103526.127000', '103526.130000', '103526.133000', '103526.135000', '103526.138000', '103526.141000', '103526.143000', '103526.146000', '103526.148000', '103526.151000', '103526.153000', '103526.156000', '103526.158000', '103546.048000', '103546.051000', '103546.053000', '103546.056000', '103546.058000', '103546.061000', '103546.063000', '103546.066000', '103546.069000', '103546.072000', '103546.075000', '103546.078000', '103546.081000', '103546.083000', '103546.086000', '103546.089000', '103546.091000', '103546.094000', '103546.096000', '103546.099000', '103546.101000', '103546.104000', '103546.107000', '103546.116000', '103546.119000', '103546.122000', '103546.124000', '103546.127000', '103546.143000', '103546.145000', '103546.148000', '103546.151000', '103546.155000', '103546.158000', '103546.160000', '103546.163000', '103546.165000', '103546.168000', '103546.171000', '103546.173000', '103546.176000', '103546.178000', '103546.181000', '103606.048000', '103606.051000', '103606.054000', '103606.056000', '103606.059000', '103606.070000', '103606.073000', '103606.075000', '103606.078000', '103606.081000', '103606.084000', '103606.086000', '103606.089000', '103606.092000', '103606.094000', '103606.097000', '103606.100000', '103606.102000', '103606.105000', '103606.107000', '103606.110000', '103606.113000', '103606.115000', '103606.118000', '103606.120000', '103606.123000', '103606.125000', '103606.128000', '103606.131000', '103606.133000', '103606.136000', '103606.138000', '103606.141000', '103606.144000', '103606.146000', '103606.149000', '103606.151000', '103606.154000', '103606.157000', '103606.159000', '103606.162000', '103606.164000', '103606.167000', '103606.169000', '103626.047000', '103626.050000', '103626.053000', '103626.055000', '103626.058000', '103626.060000', '103626.063000', '103626.066000', '103626.068000', '103626.072000', '103626.075000', '103626.078000', '103626.080000', '103626.083000', '103626.085000', '103626.088000', '103626.091000', '103626.093000', '103626.096000', '103626.098000', '103626.101000', '103626.103000', '103626.106000', '103626.109000', '103626.111000', '103626.114000', '103626.116000', '103626.119000', '103626.122000', '103626.124000', '103626.127000', '103626.129000', '103626.132000', '103626.135000', '103626.137000', '103626.140000', '103626.142000', '103626.145000', '103626.149000', '103626.152000', '103626.155000', '103626.157000', '103626.160000', '103646.047000', '103646.049000', '103646.052000', '103646.055000', '103646.057000', '103646.060000', '103646.062000', '103646.065000', '103646.067000', '103646.070000', '103646.073000', '103646.075000', '103646.078000', '103646.080000', '103646.083000', '103646.085000', '103646.088000', '103646.091000', '103646.093000', '103646.096000', '103646.098000', '103646.101000', '103646.103000', '103646.106000', '103646.109000', '103646.111000', '103646.114000', '103646.116000', '103646.119000', '103646.122000', '103646.124000', '103646.127000', '103646.130000', '103646.132000', '103646.135000', '103646.137000', '103646.140000', '103646.142000', '103646.145000', '103646.148000', '103646.150000', '103646.153000', '103646.155000', '103646.158000', '103706.047000', '103706.049000', '103706.052000', '103706.055000', '103706.057000', '103706.060000', '103706.062000', '103706.065000', '103706.077000', '103706.080000', '103706.082000', '103706.085000', '103706.088000', '103706.090000', '103706.093000', '103706.095000', '103706.098000', '103706.100000', '103706.103000', '103706.105000', '103706.108000', '103706.111000', '103706.113000', '103706.116000', '103706.118000', '103706.121000', '103706.124000', '103706.127000', '103706.129000', '103706.132000', '103706.135000', '103706.137000', '103706.146000', '103706.149000', '103706.151000', '103706.154000', '103706.157000', '103706.159000', '103706.187000', '103706.189000', '103706.192000', '103706.194000', '103706.197000', '103726.047000', '103726.050000', '103726.052000', '103726.055000', '103726.057000', '103726.060000', '103726.063000', '103726.065000', '103726.068000', '103726.070000', '103726.073000', '103726.076000', '103726.078000', '103726.081000', '103726.083000', '103726.086000', '103726.089000', '103726.091000', '103726.094000', '103726.096000', '103726.099000', '103726.101000', '103726.104000', '103726.107000', '103726.109000', '103726.112000', '103726.114000', '103726.117000', '103726.119000', '103726.122000', '103726.125000', '103726.127000', '103726.130000', '103726.132000', '103726.135000', '103726.138000', '103726.140000', '103726.143000', '103726.145000', '103726.148000', '103726.151000', '103726.153000', '103726.156000', '103726.158000', '103746.047000', '103746.049000', '103746.052000', '103746.055000', '103746.057000', '103746.060000', '103746.062000', '103746.065000', '103746.067000', '103746.070000', '103746.073000', '103746.075000', '103746.078000', '103746.080000', '103746.083000', '103746.085000', '103746.088000', '103746.091000', '103746.093000', '103746.096000', '103746.098000', '103746.101000', '103746.103000', '103746.106000', '103746.109000', '103746.111000', '103746.114000', '103746.116000', '103746.119000', '103746.122000', '103746.124000', '103746.127000', '103746.129000', '103746.132000', '103746.135000', '103746.138000', '103746.141000', '103746.144000', '103746.146000', '103746.149000', '103746.152000', '103746.154000', '103746.157000', '103806.047000', '103806.050000', '103806.053000', '103806.055000', '103806.058000', '103806.061000', '103806.063000', '103806.066000', '103806.068000', '103806.071000', '103806.074000', '103806.076000', '103806.079000', '103806.081000', '103806.084000', '103806.087000', '103806.089000', '103806.092000', '103806.094000', '103806.097000', '103806.100000', '103806.102000', '103806.105000', '103806.107000', '103806.110000', '103806.113000', '103806.115000', '103806.118000', '103806.120000', '103806.123000', '103806.126000', '103806.128000', '103806.131000', '103806.133000', '103806.136000', '103806.139000', '103806.141000', '103806.144000', '103806.147000', '103806.149000', '103806.152000', '103806.154000', '103806.157000', '103806.160000', '103826.048000', '103826.051000', '103826.053000', '103826.056000', '103826.059000', '103826.061000', '103826.064000', '103826.066000', '103826.069000', '103826.072000', '103826.074000', '103826.077000', '103826.079000', '103826.082000', '103826.084000', '103826.087000', '103826.089000', '103826.092000', '103826.095000', '103826.097000', '103826.100000', '103826.102000', '103826.105000', '103826.107000', '103826.110000', '103826.113000', '103826.115000', '103826.118000', '103826.120000', '103826.123000', '103826.126000', '103826.128000', '103826.131000', '103826.133000', '103826.136000', '103826.139000', '103826.142000', '103826.145000', '103826.148000', '103826.150000', '103826.153000', '103826.155000', '103826.158000', '103846.048000', '103846.051000', '103846.053000', '103846.056000', '103846.059000', '103846.061000', '103846.064000', '103846.067000', '103846.069000', '103846.072000', '103846.075000', '103846.077000', '103846.080000', '103846.082000', '103846.085000', '103846.088000', '103846.090000', '103846.093000', '103846.095000', '103846.098000', '103846.101000', '103846.103000', '103846.106000', '103846.108000', '103846.111000', '103846.114000', '103846.116000', '103846.119000', '103846.122000', '103846.124000', '103846.127000', '103846.129000', '103846.132000', '103846.135000', '103846.137000', '103846.140000', '103846.142000', '103846.145000', '103846.148000', '103846.150000', '103846.162000', '103846.164000', '103846.167000', '103846.170000', '103906.047000', '103906.050000', '103906.052000', '103906.055000', '103906.057000', '103906.060000', '103906.062000', '103906.065000', '103906.068000', '103906.070000', '103906.073000', '103906.075000', '103906.078000', '103906.080000', '103906.083000', '103906.086000', '103906.088000', '103906.091000', '103906.093000', '103906.096000', '103906.099000', '103906.101000', '103906.104000', '103906.106000', '103906.109000', '103906.111000', '103906.114000', '103906.117000', '103906.119000', '103906.122000', '103906.124000', '103906.127000', '103906.130000', '103906.132000', '103906.135000', '103906.138000', '103906.140000', '103906.143000', '103906.145000', '103906.148000', '103906.150000', '103906.153000', '103906.156000', '103926.047000', '103926.049000', '103926.052000', '103926.055000', '103926.057000', '103926.060000', '103926.063000', '103926.065000', '103926.068000', '103926.070000', '103926.073000', '103926.076000', '103926.078000', '103926.081000', '103926.083000', '103926.086000', '103926.089000', '103926.091000', '103926.094000', '103926.097000', '103926.099000', '103926.102000', '103926.104000', '103926.107000', '103926.110000', '103926.112000', '103926.115000', '103926.118000', '103926.120000', '103926.123000', '103926.125000', '103926.128000', '103926.131000', '103926.133000', '103926.136000', '103926.138000', '103926.141000', '103926.143000', '103926.146000', '103926.149000', '103926.151000', '103926.154000', '103926.156000', '103926.159000', '103946.047000', '103946.050000', '103946.052000', '103946.055000', '103946.057000', '103946.060000', '103946.063000', '103946.065000', '103946.068000', '103946.070000', '103946.073000', '103946.075000', '103946.078000', '103946.081000', '103946.083000', '103946.086000', '103946.088000', '103946.123000', '103946.125000', '103946.128000', '103946.131000', '103946.133000', '103946.136000', '103946.138000', '103946.141000', '103946.144000', '103946.146000', '103946.149000', '103946.151000', '103946.154000', '103946.157000', '103946.159000', '103946.162000', '103946.164000', '103946.167000', '103946.169000', '103946.172000', '103946.175000', '103946.177000', '103946.180000', '103946.182000', '103946.185000', '103946.188000', '104006.047000', '104006.049000', '104006.052000', '104006.055000', '104006.057000', '104006.060000', '104006.063000', '104006.065000', '104006.068000', '104006.070000', '104006.073000', '104006.076000', '104006.078000', '104006.081000', '104006.083000', '104006.086000', '104006.088000', '104006.091000', '104006.094000', '104006.096000', '104006.099000', '104006.102000', '104006.104000', '104006.107000', '104006.109000', '104006.112000', '104006.115000', '104006.117000', '104006.120000', '104006.122000', '104006.125000', '104006.128000', '104006.130000', '104006.133000', '104006.135000', '104006.138000', '104006.141000', '104006.143000', '104006.146000', '104006.148000', '104006.151000', '104006.153000', '104006.156000', '104006.159000', '104026.048000', '104026.050000', '104026.053000', '104026.056000', '104026.058000', '104026.061000', '104026.064000', '104026.066000', '104026.069000', '104026.071000', '104026.074000', '104026.076000', '104026.079000', '104026.082000', '104026.084000', '104026.087000', '104026.089000', '104026.092000', '104026.095000', '104026.097000', '104026.100000', '104026.102000', '104026.105000', '104026.107000', '104026.110000', '104026.113000', '104026.115000', '104026.118000', '104026.120000', '104026.123000', '104026.126000', '104026.128000', '104026.131000', '104026.133000', '104026.136000', '104026.138000', '104026.141000', '104026.144000', '104026.146000', '104026.149000', '104026.151000', '104026.154000', '104026.156000', '104045.550000', '104045.553000', '104045.556000', '104045.560000', '104045.562000', '104045.565000', '104045.568000', '104045.571000', '104045.573000', '104045.576000', '104045.579000', '104045.582000', '104045.584000', '104045.587000', '104045.590000', '104045.593000', '104045.595000', '104045.598000', '104045.601000', '104045.604000', '104045.607000', '104045.609000', '104045.612000', '104045.615000', '104045.619000', '104045.623000', '104045.626000', '104045.629000', '104045.631000', '104045.634000', '104045.637000', '104045.640000', '104045.642000', '104045.646000', '104045.649000', '104045.651000', '104045.654000', '104045.657000', '104045.660000', '104045.662000', '104045.665000', '104045.668000', '104045.683000'], 'InstanceCreationTime': ['103026.092000', '103026.096000', '103026.098000', '103026.101000', '103026.104000', '103026.106000', '103026.109000', '103026.111000', '103026.114000', '103026.116000', '103026.119000', '103026.127000', '103026.130000', '103026.132000', '103026.135000', '103026.137000', '103026.140000', '103026.142000', '103026.145000', '103026.155000', '103026.158000', '103026.160000', '103026.163000', '103026.165000', '103026.168000', '103026.170000', '103026.173000', '103026.175000', '103026.178000', '103046.047000', '103046.049000', '103046.059000', '103046.061000', '103046.064000', '103046.066000', '103046.069000', '103046.072000', '103046.074000', '103046.077000', '103046.079000', '103046.082000', '103046.084000', '103046.087000', '103046.089000', '103046.092000', '103046.094000', '103046.097000', '103046.100000', '103046.102000', '103046.105000', '103046.107000', '103046.110000', '103046.112000', '103046.115000', '103046.117000', '103046.120000', '103046.122000', '103046.125000', '103046.127000', '103046.130000', '103046.132000', '103046.135000', '103046.138000', '103046.140000', '103046.143000', '103046.145000', '103046.148000', '103046.150000', '103046.153000', '103046.155000', '103046.158000', '103046.177000', '103106.047000', '103106.050000', '103106.053000', '103106.056000', '103106.058000', '103106.061000', '103106.063000', '103106.066000', '103106.068000', '103106.079000', '103106.082000', '103106.084000', '103106.087000', '103106.089000', '103106.092000', '103106.094000', '103106.097000', '103106.100000', '103106.102000', '103106.105000', '103106.107000', '103106.110000', '103106.112000', '103106.115000', '103106.117000', '103106.120000', '103106.123000', '103106.125000', '103106.128000', '103106.130000', '103106.133000', '103106.135000', '103106.138000', '103106.141000', '103106.143000', '103106.146000', '103106.148000', '103106.151000', '103106.153000', '103106.156000', '103106.158000', '103106.161000', '103106.164000', '103106.166000', '103126.048000', '103126.050000', '103126.053000', '103126.055000', '103126.058000', '103126.061000', '103126.063000', '103126.066000', '103126.068000', '103126.071000', '103126.073000', '103126.076000', '103126.079000', '103126.081000', '103126.084000', '103126.086000', '103126.089000', '103126.092000', '103126.094000', '103126.097000', '103126.099000', '103126.102000', '103126.104000', '103126.107000', '103126.120000', '103126.122000', '103126.125000', '103126.127000', '103126.130000', '103126.133000', '103126.135000', '103126.138000', '103126.140000', '103126.143000', '103126.145000', '103126.148000', '103126.150000', '103126.153000', '103126.155000', '103126.158000', '103126.161000', '103126.163000', '103126.166000', '103146.047000', '103146.050000', '103146.053000', '103146.056000', '103146.058000', '103146.061000', '103146.063000', '103146.066000', '103146.068000', '103146.071000', '103146.073000', '103146.076000', '103146.079000', '103146.081000', '103146.084000', '103146.086000', '103146.089000', '103146.091000', '103146.094000', '103146.097000', '103146.099000', '103146.102000', '103146.104000', '103146.107000', '103146.109000', '103146.124000', '103146.126000', '103146.129000', '103146.131000', '103146.134000', '103146.136000', '103146.139000', '103146.142000', '103146.144000', '103146.147000', '103146.149000', '103146.152000', '103146.154000', '103146.157000', '103146.160000', '103146.162000', '103146.165000', '103146.167000', '103146.170000', '103206.046000', '103206.049000', '103206.052000', '103206.055000', '103206.057000', '103206.060000', '103206.062000', '103206.065000', '103206.068000', '103206.070000', '103206.073000', '103206.075000', '103206.078000', '103206.080000', '103206.083000', '103206.086000', '103206.088000', '103206.091000', '103206.093000', '103206.096000', '103206.099000', '103206.101000', '103206.104000', '103206.107000', '103206.109000', '103206.112000', '103206.114000', '103206.117000', '103206.119000', '103206.122000', '103206.125000', '103206.127000', '103206.130000', '103206.132000', '103206.135000', '103206.137000', '103206.140000', '103206.143000', '103206.145000', '103206.148000', '103206.150000', '103206.153000', '103206.155000', '103226.046000', '103226.049000', '103226.052000', '103226.054000', '103226.057000', '103226.059000', '103226.062000', '103226.065000', '103226.067000', '103226.070000', '103226.073000', '103226.075000', '103226.078000', '103226.080000', '103226.083000', '103226.086000', '103226.088000', '103226.091000', '103226.093000', '103226.096000', '103226.099000', '103226.101000', '103226.104000', '103226.106000', '103226.109000', '103226.111000', '103226.114000', '103226.117000', '103226.119000', '103226.122000', '103226.124000', '103226.127000', '103226.129000', '103226.132000', '103226.134000', '103226.137000', '103226.140000', '103226.142000', '103226.145000', '103226.147000', '103226.150000', '103226.152000', '103226.155000', '103226.158000', '103246.047000', '103246.049000', '103246.052000', '103246.055000', '103246.057000', '103246.060000', '103246.062000', '103246.065000', '103246.068000', '103246.070000', '103246.073000', '103246.075000', '103246.078000', '103246.081000', '103246.083000', '103246.086000', '103246.088000', '103246.091000', '103246.093000', '103246.096000', '103246.099000', '103246.101000', '103246.104000', '103246.106000', '103246.109000', '103246.111000', '103246.114000', '103246.116000', '103246.119000', '103246.122000', '103246.124000', '103246.127000', '103246.129000', '103246.132000', '103246.134000', '103246.137000', '103246.140000', '103246.142000', '103246.145000', '103246.147000', '103246.150000', '103246.153000', '103246.155000', '103306.047000', '103306.049000', '103306.052000', '103306.055000', '103306.057000', '103306.060000', '103306.076000', '103306.079000', '103306.081000', '103306.084000', '103306.086000', '103306.089000', '103306.092000', '103306.094000', '103306.097000', '103306.099000', '103306.102000', '103306.105000', '103306.107000', '103306.110000', '103306.113000', '103306.115000', '103306.118000', '103306.120000', '103306.123000', '103306.125000', '103306.128000', '103306.131000', '103306.133000', '103306.136000', '103306.138000', '103306.141000', '103306.143000', '103306.146000', '103306.149000', '103306.151000', '103306.154000', '103306.156000', '103306.159000', '103306.162000', '103306.164000', '103306.167000', '103306.169000', '103306.172000', '103326.048000', '103326.051000', '103326.053000', '103326.056000', '103326.058000', '103326.061000', '103326.064000', '103326.066000', '103326.069000', '103326.071000', '103326.074000', '103326.077000', '103326.079000', '103326.082000', '103326.084000', '103326.087000', '103326.090000', '103326.092000', '103326.095000', '103326.097000', '103326.100000', '103326.102000', '103326.105000', '103326.108000', '103326.110000', '103326.113000', '103326.116000', '103326.119000', '103326.122000', '103326.124000', '103326.127000', '103326.130000', '103326.132000', '103326.135000', '103326.138000', '103326.140000', '103326.143000', '103326.145000', '103326.148000', '103326.150000', '103326.153000', '103326.155000', '103326.165000', '103346.048000', '103346.050000', '103346.053000', '103346.056000', '103346.058000', '103346.061000', '103346.064000', '103346.066000', '103346.070000', '103346.072000', '103346.075000', '103346.078000', '103346.080000', '103346.083000', '103346.085000', '103346.088000', '103346.091000', '103346.093000', '103346.096000', '103346.098000', '103346.101000', '103346.104000', '103346.106000', '103346.109000', '103346.111000', '103346.114000', '103346.116000', '103346.119000', '103346.122000', '103346.124000', '103346.127000', '103346.129000', '103346.132000', '103346.135000', '103346.138000', '103346.140000', '103346.143000', '103346.146000', '103346.148000', '103346.151000', '103346.153000', '103346.156000', '103346.159000', '103406.048000', '103406.050000', '103406.053000', '103406.056000', '103406.058000', '103406.061000', '103406.063000', '103406.066000', '103406.068000', '103406.071000', '103406.074000', '103406.076000', '103406.079000', '103406.081000', '103406.084000', '103406.087000', '103406.089000', '103406.092000', '103406.094000', '103406.097000', '103406.100000', '103406.102000', '103406.105000', '103406.107000', '103406.110000', '103406.113000', '103406.115000', '103406.118000', '103406.121000', '103406.123000', '103406.126000', '103406.129000', '103406.131000', '103406.134000', '103406.136000', '103406.139000', '103406.142000', '103406.144000', '103406.147000', '103406.149000', '103406.152000', '103406.155000', '103406.157000', '103406.160000', '103426.047000', '103426.049000', '103426.052000', '103426.073000', '103426.076000', '103426.078000', '103426.081000', '103426.083000', '103426.086000', '103426.088000', '103426.091000', '103426.094000', '103426.096000', '103426.099000', '103426.101000', '103426.104000', '103426.106000', '103426.109000', '103426.112000', '103426.114000', '103426.117000', '103426.119000', '103426.122000', '103426.124000', '103426.127000', '103426.130000', '103426.132000', '103426.135000', '103426.137000', '103426.140000', '103426.142000', '103426.145000', '103426.148000', '103426.150000', '103426.153000', '103426.155000', '103426.158000', '103426.160000', '103426.163000', '103426.166000', '103426.168000', '103426.171000', '103426.173000', '103446.047000', '103446.049000', '103446.052000', '103446.055000', '103446.057000', '103446.060000', '103446.063000', '103446.065000', '103446.068000', '103446.070000', '103446.073000', '103446.076000', '103446.078000', '103446.081000', '103446.083000', '103446.086000', '103446.089000', '103446.091000', '103446.094000', '103446.104000', '103446.107000', '103446.109000', '103446.112000', '103446.115000', '103446.117000', '103446.120000', '103446.122000', '103446.125000', '103446.127000', '103446.130000', '103446.133000', '103446.135000', '103446.138000', '103446.140000', '103446.143000', '103446.146000', '103446.148000', '103446.151000', '103446.153000', '103446.156000', '103446.158000', '103446.161000', '103446.164000', '103446.166000', '103506.046000', '103506.049000', '103506.052000', '103506.055000', '103506.057000', '103506.060000', '103506.063000', '103506.065000', '103506.068000', '103506.071000', '103506.073000', '103506.076000', '103506.078000', '103506.081000', '103506.084000', '103506.086000', '103506.089000', '103506.092000', '103506.094000', '103506.097000', '103506.099000', '103506.102000', '103506.105000', '103506.109000', '103506.112000', '103506.114000', '103506.117000', '103506.119000', '103506.122000', '103506.125000', '103506.127000', '103506.130000', '103506.132000', '103506.135000', '103506.138000', '103506.140000', '103506.143000', '103506.145000', '103506.148000', '103506.150000', '103506.153000', '103506.156000', '103506.158000', '103526.047000', '103526.049000', '103526.052000', '103526.055000', '103526.057000', '103526.060000', '103526.062000', '103526.065000', '103526.068000', '103526.070000', '103526.073000', '103526.075000', '103526.078000', '103526.081000', '103526.083000', '103526.086000', '103526.089000', '103526.091000', '103526.094000', '103526.096000', '103526.099000', '103526.101000', '103526.104000', '103526.107000', '103526.109000', '103526.112000', '103526.114000', '103526.117000', '103526.120000', '103526.122000', '103526.125000', '103526.127000', '103526.130000', '103526.133000', '103526.135000', '103526.138000', '103526.141000', '103526.143000', '103526.146000', '103526.148000', '103526.151000', '103526.153000', '103526.156000', '103526.158000', '103546.048000', '103546.051000', '103546.053000', '103546.056000', '103546.058000', '103546.061000', '103546.063000', '103546.066000', '103546.069000', '103546.072000', '103546.075000', '103546.078000', '103546.081000', '103546.083000', '103546.086000', '103546.089000', '103546.091000', '103546.094000', '103546.096000', '103546.099000', '103546.101000', '103546.104000', '103546.107000', '103546.116000', '103546.119000', '103546.122000', '103546.124000', '103546.127000', '103546.143000', '103546.145000', '103546.148000', '103546.151000', '103546.155000', '103546.158000', '103546.160000', '103546.163000', '103546.165000', '103546.168000', '103546.171000', '103546.173000', '103546.176000', '103546.178000', '103546.181000', '103606.048000', '103606.051000', '103606.054000', '103606.056000', '103606.059000', '103606.070000', '103606.073000', '103606.075000', '103606.078000', '103606.081000', '103606.084000', '103606.086000', '103606.089000', '103606.092000', '103606.094000', '103606.097000', '103606.100000', '103606.102000', '103606.105000', '103606.107000', '103606.110000', '103606.113000', '103606.115000', '103606.118000', '103606.120000', '103606.123000', '103606.125000', '103606.128000', '103606.131000', '103606.133000', '103606.136000', '103606.138000', '103606.141000', '103606.144000', '103606.146000', '103606.149000', '103606.151000', '103606.154000', '103606.157000', '103606.159000', '103606.162000', '103606.164000', '103606.167000', '103606.169000', '103626.047000', '103626.050000', '103626.053000', '103626.055000', '103626.058000', '103626.060000', '103626.063000', '103626.066000', '103626.068000', '103626.072000', '103626.075000', '103626.078000', '103626.080000', '103626.083000', '103626.085000', '103626.088000', '103626.091000', '103626.093000', '103626.096000', '103626.098000', '103626.101000', '103626.103000', '103626.106000', '103626.109000', '103626.111000', '103626.114000', '103626.116000', '103626.119000', '103626.122000', '103626.124000', '103626.127000', '103626.129000', '103626.132000', '103626.135000', '103626.137000', '103626.140000', '103626.142000', '103626.145000', '103626.149000', '103626.152000', '103626.155000', '103626.157000', '103626.160000', '103646.047000', '103646.049000', '103646.052000', '103646.055000', '103646.057000', '103646.060000', '103646.062000', '103646.065000', '103646.067000', '103646.070000', '103646.073000', '103646.075000', '103646.078000', '103646.080000', '103646.083000', '103646.085000', '103646.088000', '103646.091000', '103646.093000', '103646.096000', '103646.098000', '103646.101000', '103646.103000', '103646.106000', '103646.109000', '103646.111000', '103646.114000', '103646.116000', '103646.119000', '103646.122000', '103646.124000', '103646.127000', '103646.130000', '103646.132000', '103646.135000', '103646.137000', '103646.140000', '103646.142000', '103646.145000', '103646.148000', '103646.150000', '103646.153000', '103646.155000', '103646.158000', '103706.047000', '103706.049000', '103706.052000', '103706.055000', '103706.057000', '103706.060000', '103706.062000', '103706.065000', '103706.077000', '103706.080000', '103706.082000', '103706.085000', '103706.088000', '103706.090000', '103706.093000', '103706.095000', '103706.098000', '103706.100000', '103706.103000', '103706.105000', '103706.108000', '103706.111000', '103706.113000', '103706.116000', '103706.118000', '103706.121000', '103706.124000', '103706.127000', '103706.129000', '103706.132000', '103706.135000', '103706.137000', '103706.146000', '103706.149000', '103706.151000', '103706.154000', '103706.157000', '103706.159000', '103706.187000', '103706.189000', '103706.192000', '103706.194000', '103706.197000', '103726.047000', '103726.050000', '103726.052000', '103726.055000', '103726.057000', '103726.060000', '103726.063000', '103726.065000', '103726.068000', '103726.070000', '103726.073000', '103726.076000', '103726.078000', '103726.081000', '103726.083000', '103726.086000', '103726.089000', '103726.091000', '103726.094000', '103726.096000', '103726.099000', '103726.101000', '103726.104000', '103726.107000', '103726.109000', '103726.112000', '103726.114000', '103726.117000', '103726.119000', '103726.122000', '103726.125000', '103726.127000', '103726.130000', '103726.132000', '103726.135000', '103726.138000', '103726.140000', '103726.143000', '103726.145000', '103726.148000', '103726.151000', '103726.153000', '103726.156000', '103726.158000', '103746.047000', '103746.049000', '103746.052000', '103746.055000', '103746.057000', '103746.060000', '103746.062000', '103746.065000', '103746.067000', '103746.070000', '103746.073000', '103746.075000', '103746.078000', '103746.080000', '103746.083000', '103746.085000', '103746.088000', '103746.091000', '103746.093000', '103746.096000', '103746.098000', '103746.101000', '103746.103000', '103746.106000', '103746.109000', '103746.111000', '103746.114000', '103746.116000', '103746.119000', '103746.122000', '103746.124000', '103746.127000', '103746.129000', '103746.132000', '103746.135000', '103746.138000', '103746.141000', '103746.144000', '103746.146000', '103746.149000', '103746.152000', '103746.154000', '103746.157000', '103806.047000', '103806.050000', '103806.053000', '103806.055000', '103806.058000', '103806.061000', '103806.063000', '103806.066000', '103806.068000', '103806.071000', '103806.074000', '103806.076000', '103806.079000', '103806.081000', '103806.084000', '103806.087000', '103806.089000', '103806.092000', '103806.094000', '103806.097000', '103806.100000', '103806.102000', '103806.105000', '103806.107000', '103806.110000', '103806.113000', '103806.115000', '103806.118000', '103806.120000', '103806.123000', '103806.126000', '103806.128000', '103806.131000', '103806.133000', '103806.136000', '103806.139000', '103806.141000', '103806.144000', '103806.147000', '103806.149000', '103806.152000', '103806.154000', '103806.157000', '103806.160000', '103826.048000', '103826.051000', '103826.053000', '103826.056000', '103826.059000', '103826.061000', '103826.064000', '103826.066000', '103826.069000', '103826.072000', '103826.074000', '103826.077000', '103826.079000', '103826.082000', '103826.084000', '103826.087000', '103826.089000', '103826.092000', '103826.095000', '103826.097000', '103826.100000', '103826.102000', '103826.105000', '103826.107000', '103826.110000', '103826.113000', '103826.115000', '103826.118000', '103826.120000', '103826.123000', '103826.126000', '103826.128000', '103826.131000', '103826.133000', '103826.136000', '103826.139000', '103826.142000', '103826.145000', '103826.148000', '103826.150000', '103826.153000', '103826.155000', '103826.158000', '103846.048000', '103846.051000', '103846.053000', '103846.056000', '103846.059000', '103846.061000', '103846.064000', '103846.067000', '103846.069000', '103846.072000', '103846.075000', '103846.077000', '103846.080000', '103846.082000', '103846.085000', '103846.088000', '103846.090000', '103846.093000', '103846.095000', '103846.098000', '103846.101000', '103846.103000', '103846.106000', '103846.108000', '103846.111000', '103846.114000', '103846.116000', '103846.119000', '103846.122000', '103846.124000', '103846.127000', '103846.129000', '103846.132000', '103846.135000', '103846.137000', '103846.140000', '103846.142000', '103846.145000', '103846.148000', '103846.150000', '103846.162000', '103846.164000', '103846.167000', '103846.170000', '103906.047000', '103906.050000', '103906.052000', '103906.055000', '103906.057000', '103906.060000', '103906.062000', '103906.065000', '103906.068000', '103906.070000', '103906.073000', '103906.075000', '103906.078000', '103906.080000', '103906.083000', '103906.086000', '103906.088000', '103906.091000', '103906.093000', '103906.096000', '103906.099000', '103906.101000', '103906.104000', '103906.106000', '103906.109000', '103906.111000', '103906.114000', '103906.117000', '103906.119000', '103906.122000', '103906.124000', '103906.127000', '103906.130000', '103906.132000', '103906.135000', '103906.138000', '103906.140000', '103906.143000', '103906.145000', '103906.148000', '103906.150000', '103906.153000', '103906.156000', '103926.047000', '103926.049000', '103926.052000', '103926.055000', '103926.057000', '103926.060000', '103926.063000', '103926.065000', '103926.068000', '103926.070000', '103926.073000', '103926.076000', '103926.078000', '103926.081000', '103926.083000', '103926.086000', '103926.089000', '103926.091000', '103926.094000', '103926.097000', '103926.099000', '103926.102000', '103926.104000', '103926.107000', '103926.110000', '103926.112000', '103926.115000', '103926.118000', '103926.120000', '103926.123000', '103926.125000', '103926.128000', '103926.131000', '103926.133000', '103926.136000', '103926.138000', '103926.141000', '103926.143000', '103926.146000', '103926.149000', '103926.151000', '103926.154000', '103926.156000', '103926.159000', '103946.047000', '103946.050000', '103946.052000', '103946.055000', '103946.057000', '103946.060000', '103946.063000', '103946.065000', '103946.068000', '103946.070000', '103946.073000', '103946.075000', '103946.078000', '103946.081000', '103946.083000', '103946.086000', '103946.088000', '103946.123000', '103946.125000', '103946.128000', '103946.131000', '103946.133000', '103946.136000', '103946.138000', '103946.141000', '103946.144000', '103946.146000', '103946.149000', '103946.151000', '103946.154000', '103946.157000', '103946.159000', '103946.162000', '103946.164000', '103946.167000', '103946.169000', '103946.172000', '103946.175000', '103946.177000', '103946.180000', '103946.182000', '103946.185000', '103946.188000', '104006.047000', '104006.049000', '104006.052000', '104006.055000', '104006.057000', '104006.060000', '104006.063000', '104006.065000', '104006.068000', '104006.070000', '104006.073000', '104006.076000', '104006.078000', '104006.081000', '104006.083000', '104006.086000', '104006.088000', '104006.091000', '104006.094000', '104006.096000', '104006.099000', '104006.102000', '104006.104000', '104006.107000', '104006.109000', '104006.112000', '104006.115000', '104006.117000', '104006.120000', '104006.122000', '104006.125000', '104006.128000', '104006.130000', '104006.133000', '104006.135000', '104006.138000', '104006.141000', '104006.143000', '104006.146000', '104006.148000', '104006.151000', '104006.153000', '104006.156000', '104006.159000', '104026.048000', '104026.050000', '104026.053000', '104026.056000', '104026.058000', '104026.061000', '104026.064000', '104026.066000', '104026.069000', '104026.071000', '104026.074000', '104026.076000', '104026.079000', '104026.082000', '104026.084000', '104026.087000', '104026.089000', '104026.092000', '104026.095000', '104026.097000', '104026.100000', '104026.102000', '104026.105000', '104026.107000', '104026.110000', '104026.113000', '104026.115000', '104026.118000', '104026.120000', '104026.123000', '104026.126000', '104026.128000', '104026.131000', '104026.133000', '104026.136000', '104026.138000', '104026.141000', '104026.144000', '104026.146000', '104026.149000', '104026.151000', '104026.154000', '104026.156000', '104045.550000', '104045.553000', '104045.556000', '104045.560000', '104045.562000', '104045.565000', '104045.568000', '104045.571000', '104045.573000', '104045.576000', '104045.579000', '104045.582000', '104045.584000', '104045.587000', '104045.590000', '104045.593000', '104045.595000', '104045.598000', '104045.601000', '104045.604000', '104045.607000', '104045.609000', '104045.612000', '104045.615000', '104045.619000', '104045.623000', '104045.626000', '104045.629000', '104045.631000', '104045.634000', '104045.637000', '104045.640000', '104045.642000', '104045.646000', '104045.649000', '104045.651000', '104045.654000', '104045.657000', '104045.660000', '104045.662000', '104045.665000', '104045.668000', '104045.683000'], '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, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'LargestImagePixelValue': [13792, 8569, 11811, 10257, 10130, 15774, 10115, 16884, 9498, 14689, 9280, 12846, 7991, 12465, 8529, 9936, 8763, 9041, 16296, 10109, 14591, 9804, 13157, 8724, 11645, 8410, 11532, 12080, 9821, 15345, 9194, 14620, 10716, 14188, 9693, 13178, 8926, 10185, 15252, 9680, 15970, 11565, 14089, 8120, 11817, 9596, 9593, 17032, 12199, 14979, 9770, 12618, 9478, 9288, 17232, 11965, 14534, 9479, 12521, 9096, 9019, 16868, 11330, 14442, 8860, 11684, 9233, 8947, 16370, 11928, 13568, 8202, 11121, 15263, 8710, 15407, 10917, 12944, 9125, 8818, 16334, 9168, 13662, 8960, 11595, 10456, 8380, 16166, 9821, 13292, 11227, 9262, 16250, 9346, 12970, 8705, 10010, 16514, 10299, 14131, 8667, 11515, 11799, 8422, 16609, 11337, 13554, 8094, 11298, 8466, 10965, 15102, 9606, 16769, 8968, 14145, 9953, 13994, 9906, 14081, 8129, 12511, 9088, 10468, 15096, 9951, 16654, 9400, 15287, 9841, 13731, 8522, 13179, 8410, 12308, 8442, 9772, 9801, 9248, 17059, 12025, 15581, 10528, 14236, 9811, 13810, 8710, 14165, 9055, 11349, 9487, 9913, 16593, 11052, 15981, 10969, 14701, 9426, 13609, 8213, 13095, 9219, 12170, 8973, 9683, 14664, 8946, 16302, 11062, 15068, 10745, 13950, 8297, 12375, 10414, 10030, 16342, 11245, 16801, 10392, 14902, 9890, 13827, 8157, 13429, 10915, 12564, 11166, 9186, 16175, 9227, 16444, 10391, 14538, 10076, 13519, 8327, 9929, 8916, 8799, 16653, 11029, 15703, 9944, 14300, 9018, 12187, 8096, 10475, 15350, 9290, 15842, 10509, 13847, 8498, 11907, 8419, 10320, 13021, 9426, 16629, 11079, 14652, 9720, 12723, 8462, 12489, 10392, 11329, 14270, 9590, 16028, 9700, 15123, 10502, 13984, 9060, 14058, 8790, 11435, 9771, 9028, 16750, 11218, 15806, 10979, 14850, 9423, 13300, 8337, 12366, 13342, 9682, 16847, 10228, 14289, 8431, 11726, 9113, 10922, 13194, 8965, 16254, 9988, 14014, 10046, 13178, 9050, 12838, 8378, 11099, 8548, 9456, 14482, 9954, 15094, 11367, 14239, 10262, 13753, 8520, 12692, 11138, 10849, 15584, 9861, 16557, 9867, 14698, 10420, 13883, 8792, 13328, 8418, 10621, 8151, 11131, 15021, 11704, 15083, 10085, 16885, 9744, 14563, 10901, 14826, 10963, 14321, 8808, 13404, 10147, 11889, 15540, 10998, 17676, 9637, 15211, 10312, 13899, 8472, 13152, 10866, 10759, 13356, 9118, 17056, 10822, 15197, 10287, 13742, 11055, 9359, 17132, 9893, 15405, 11475, 13728, 8420, 12133, 8436, 9145, 13807, 8990, 16453, 12218, 14030, 8681, 12166, 8651, 11164, 15043, 10039, 16940, 9127, 14164, 10154, 14508, 10888, 14388, 9695, 13225, 9211, 12822, 8742, 14239, 9486, 14187, 8775, 12867, 10441, 11527, 15309, 11118, 17256, 10666, 16020, 10531, 15105, 10353, 15201, 9437, 14536, 9840, 12230, 9462, 9716, 12391, 9129, 17351, 12326, 16001, 10571, 14725, 9962, 13211, 8047, 12875, 9751, 11389, 14516, 9195, 17067, 9867, 15289, 11383, 14956, 10577, 13831, 8069, 11701, 8069, 10958, 12584, 10969, 13480, 9282, 15275, 9616, 15170, 10601, 15230, 10741, 14563, 9546, 13738, 9785, 14227, 10954, 14129, 9843, 13953, 9106, 13121, 8543, 13999, 11936, 12745, 11614, 10620, 17765, 10941, 15637, 11352, 14158, 10936, 10410, 15657, 9277, 15767, 11303, 14282, 8604, 12064, 8111, 9517, 16937, 11421, 15052, 9943, 12712, 8594, 10691, 9141, 10476, 14985, 10215, 16083, 10333, 14192, 9435, 13368, 14798, 10192, 17025, 10043, 14579, 9503, 13200, 11755, 10266, 16334, 9612, 15248, 9866, 13216, 8538, 11947, 10309, 8916, 16576, 10389, 14060, 8965, 12382, 8135, 9512, 13866, 9159, 15112, 11854, 14115, 9856, 13288, 9680, 12572, 8270, 13030, 10903, 11047, 10796, 9810, 17062, 11729, 15747, 11796, 14653, 8829, 13468, 12388, 9588, 17532, 12911, 15621, 10639, 13784, 9637, 10297, 16238, 10767, 15692, 10655, 13330, 8659, 9171, 16764, 10314, 13908, 9068, 12163, 8879, 9485, 16024, 10868, 13984, 9247, 12868, 10019, 9706, 16663, 10486, 14860, 11515, 14183, 10275, 13136, 8759, 11613, 8033, 12418, 7944, 14134, 9331, 13647, 9270, 14359, 9795, 14826, 10135, 17452, 12571, 17338, 12811, 16944, 11825, 15818, 10408, 14354, 8352, 13648, 12610, 10354, 18000, 12519, 16949, 9963, 14610, 9861, 13390, 8545, 12203, 8969, 11090, 14011, 9661, 16332, 9501, 14229, 9483, 13081, 8876, 11257, 13715, 9180, 17013, 10016, 14408, 10421, 14459, 8650, 13538, 7705, 14227, 8609, 13317, 9097, 13282, 8980, 15696, 10573, 15649, 11323, 15725, 10335, 13811, 8865, 11654, 14554, 8611, 17307, 10671, 14081, 9148, 12717, 8119, 11034, 7725, 10376, 8788, 10079, 12675, 9309, 15665, 9564, 13205, 9161, 12213, 8170, 11864, 7886, 10472, 7713, 9980, 14992, 10878, 14755, 10308, 13589, 9463, 12863, 8700, 12676, 10864, 11337, 14603, 9982, 16111, 11000, 14698, 10855, 13732, 8261, 11312, 10724, 10026, 15733, 10991, 14997, 9316, 13097, 8560, 12281, 8356, 11534, 8646, 9893, 12600, 9370, 15600, 10953, 14097, 9683, 12733, 8325, 11054, 9970, 10742, 14224, 9631, 15427, 9667, 13876, 10030, 13046, 8157, 11307, 8428, 9928, 15246, 10441, 15390, 9957, 14016, 9471, 12532, 8214, 12590, 8414, 10457, 8409, 9398, 14229, 9951, 15569, 9851, 14082, 9342, 12832, 8473, 12944, 8739, 10742, 11612, 9398, 16308, 11658, 14058, 10281, 13044, 8928, 12295, 8403, 11732, 10096, 10083, 13104, 9245, 15616, 10030, 14254, 10526, 13519, 8765, 11912, 7745, 11601, 12519, 10737, 14487, 9265, 16157, 9191, 14281, 10620, 13017, 7945, 11369, 8700, 9966, 14823, 10186, 15800, 9921, 13856, 9514, 13397, 9087, 13480, 10115, 11212, 13273, 9546, 16557, 10388, 14213, 9919, 12473, 9563, 10261, 15117, 9000, 15776, 10060, 13662, 8654, 12039, 8369, 9647, 15023, 10215, 15567, 9243, 13557, 8638, 11795, 8944, 10869, 11918, 9341, 15491, 9589, 13923, 10801, 13873, 9069, 12699, 8596, 12008, 7916, 13255, 9144, 12269, 8341, 11423, 10025, 10551, 15087, 11155, 15897, 10029, 14903, 10001, 13834, 9419, 13552, 10260, 11620, 9312, 10243, 10772, 9237, 16641, 11109, 15003, 10429, 13764, 8882, 12013, 8982, 10371, 11910, 9547, 15019, 9023, 13942, 10116, 13440, 9108, 12986, 8070, 11266, 8739, 11027, 12452, 10582, 12409, 9620, 13858, 9291, 15845, 11093, 15644, 9685, 14408, 9552, 14132, 10801, 14138, 9667, 13275, 7985, 11903, 10874, 11445, 10508, 9961, 12809, 9355, 15678, 10115, 14409, 9834, 13509, 9212, 12901, 9423, 13949, 9329, 13099, 8013, 11721, 8457, 11165, 12767, 10914, 11327, 10029, 13533, 9487, 16093, 11834, 14905, 10626, 14112, 9914, 13966, 11185, 15113, 11419, 14520, 9887, 14530, 9515, 14596, 10040, 15193, 11025, 15911, 10081, 14679, 9827, 14565, 10819, 13936, 10239, 12612, 12537, 10380, 16853, 10917, 14716, 10187, 12920, 7882, 10359, 8734, 9649, 14595, 9758, 14916, 8802, 13391, 9116, 12545, 9268, 12979, 7817, 11786, 8109, 10305, 13912, 9862, 15723, 10772, 14050, 9737, 12220, 7871, 12264, 10910, 10327, 13750, 9230, 15927, 9680, 14387, 10383, 12965, 7952, 11190, 7603, 10061, 13447, 9685, 15282, 9290, 13758, 9293, 12521, 8032, 12568, 8671, 10003, 12880, 8902, 16038, 10322, 13966, 8708, 11522, 9796, 9314, 16433, 11040, 14292, 9496, 13111, 8520, 11553, 8280, 10854, 10203, 9861, 14118, 8613, 15115, 9721, 14453, 10455, 13970, 8496, 12629, 8096, 12969, 7967, 13995, 10049, 11176, 13209, 9404, 17080, 10573, 15200, 10501, 13247, 8588, 10438, 12950, 8727, 16501, 10989, 14384, 9134, 12917, 8170, 11644, 7522, 12334, 7516, 11519, 7308, 10999, 7652, 13882, 9512, 14279, 9006, 13747, 9345, 14421, 10844, 14279, 9688, 13380, 12258, 10727, 16398, 10027, 15325, 10527, 14015, 9944, 10062, 14398, 8422, 16337, 10721, 13679, 8396, 11874, 7579, 9857, 10567, 9540, 12229, 8378, 15000, 8948, 14246, 10653, 13802, 9135, 12414, 7678, 11888, 9441, 12226, 9554, 9575, 14647, 8733, 16118, 10986, 14860, 9686, 13464, 8235, 12894, 8240, 13804, 8858, 11526, 8753, 10911, 8264, 12973, 9038, 14400, 8111, 12662, 8306, 11905, 10996, 10939, 16160, 10670, 16624, 9641, 14037, 8627, 12474, 12235, 10515, 14632, 8490, 16355, 9346, 14573, 9647, 13498, 7916, 12486, 7323, 11180, 7294, 11718, 7465, 13356, 7779, 12391, 8002, 10975, 9620, 10786, 15627, 11399, 16550, 10954, 13974, 10475, 14637, 11269, 14724, 10948, 16112, 8783, 8079, 9743, 7314, 13643, 9083, 10565, 12875, 8538, 15606, 11719, 15633, 10732, 14270, 13285, 12967, 15983, 11378, 17811, 11949, 15079, 10694, 13396, 8601, 10094, 9301, 8584, 13517, 8336, 16244, 9229, 12210, 7940, 9719, 7965, 12519, 8667, 14719, 9438, 13671, 11001, 13890, 8851, 12797, 9191, 12708, 9106, 13495, 10595, 11517, 9184, 9426, 8106, 9502, 10031, 9736, 13944, 10285, 13375, 9083, 12159, 8672, 13263, 9187, 14781, 11028, 15026, 9470, 15935, 9514, 15385, 9869, 14084, 10173, 12931, 7903, 11798, 8777, 10246, 10882, 8961, 15509, 10481, 15742, 9069, 14603, 9205, 13551, 9500, 13217, 8929, 12813, 7569, 11293, 7964, 9822, 9694, 9227, 14068, 10378, 12887, 8708, 11254, 8185, 12067, 8800, 15121, 10701, 14339, 9026, 14423, 9076, 15622, 10526, 15592, 11597, 14828, 9739, 14258, 9605, 14434, 10095, 13796, 10263, 13076, 7901, 11669, 7998, 11384, 9796, 10524, 15373, 10210, 16562, 9493, 14399, 9962, 13342, 8801, 12278, 7810, 10146, 8570, 8780, 15634, 11205, 15531, 9626, 14183, 9801, 13766, 11125, 14105, 9667, 13195, 8401, 12716, 8618, 13945, 9785, 11858, 10374, 10318, 15329, 10545, 16578, 12444, 15575, 10558, 14478, 9300, 13911, 11058, 13702, 10620, 10549, 10512, 8994, 14669, 9237, 16941, 11682, 15278, 9962, 14266, 9533, 14256, 9791, 13432, 9673, 12852, 8210, 12385, 7770, 13116, 8482, 11189, 9479, 9918, 12106, 13622, 12790, 13372, 10092, 11313, 10369, 11722, 11446, 15699, 9834, 16311, 9049], 'WindowCenter': [4214.0, 4155.0, 4174.0, 4150.0, 4164.0, 4192.0, 4149.0, 4189.0, 4137.0, 4168.0, 4126.0, 4168.0, 4116.0, 4156.0, 4124.0, 4136.0, 4124.0, 4137.0, 4200.0, 4148.0, 4178.0, 4149.0, 4168.0, 4127.0, 4170.0, 4128.0, 4160.0, 4162.0, 4150.0, 4178.0, 4136.0, 4181.0, 4148.0, 4179.0, 4137.0, 4169.0, 4127.0, 4147.0, 4178.0, 4138.0, 4188.0, 4157.0, 4167.0, 4114.0, 4156.0, 4134.0, 4138.0, 4187.0, 4156.0, 4176.0, 4134.0, 4155.0, 4124.0, 4137.0, 4186.0, 4145.0, 4165.0, 4123.0, 4154.0, 4125.0, 4126.0, 4186.0, 4144.0, 4165.0, 4122.0, 4155.0, 4123.0, 4126.0, 4177.0, 4146.0, 4167.0, 4114.0, 4146.0, 4175.0, 4126.0, 4177.0, 4134.0, 4156.0, 4123.0, 4124.0, 4177.0, 4137.0, 4166.0, 4125.0, 4146.0, 4145.0, 4125.0, 4186.0, 4139.0, 4180.0, 4146.0, 4137.0, 4177.0, 4126.0, 4168.0, 4125.0, 4137.0, 4186.0, 4136.0, 4167.0, 4125.0, 4157.0, 4157.0, 4128.0, 4187.0, 4139.0, 4168.0, 4114.0, 4159.0, 4128.0, 4159.0, 4178.0, 4138.0, 4188.0, 4126.0, 4179.0, 4149.0, 4179.0, 4137.0, 4179.0, 4128.0, 4158.0, 4126.0, 4160.0, 4178.0, 4137.0, 4188.0, 4138.0, 4177.0, 4135.0, 4169.0, 4127.0, 4168.0, 4116.0, 4157.0, 4115.0, 4136.0, 4135.0, 4140.0, 4188.0, 4158.0, 4178.0, 4147.0, 4167.0, 4136.0, 4168.0, 4127.0, 4167.0, 4124.0, 4146.0, 4125.0, 4138.0, 4189.0, 4146.0, 4177.0, 4146.0, 4167.0, 4124.0, 4167.0, 4127.0, 4161.0, 4125.0, 4158.0, 4125.0, 4137.0, 4176.0, 4138.0, 4189.0, 4158.0, 4179.0, 4147.0, 4169.0, 4115.0, 4168.0, 4147.0, 4138.0, 4177.0, 4147.0, 4188.0, 4136.0, 4169.0, 4124.0, 4166.0, 4116.0, 4167.0, 4135.0, 4157.0, 4133.0, 4124.0, 4174.0, 4125.0, 4176.0, 4135.0, 4167.0, 4134.0, 4166.0, 4114.0, 4134.0, 4125.0, 4126.0, 4186.0, 4145.0, 4176.0, 4135.0, 4165.0, 4124.0, 4155.0, 4114.0, 4148.0, 4177.0, 4137.0, 4177.0, 4147.0, 4167.0, 4124.0, 4158.0, 4114.0, 4148.0, 4167.0, 4138.0, 4188.0, 4158.0, 4178.0, 4136.0, 4167.0, 4126.0, 4169.0, 4147.0, 4158.0, 4177.0, 4138.0, 4188.0, 4137.0, 4179.0, 4148.0, 4180.0, 4128.0, 4179.0, 4128.0, 4160.0, 4148.0, 4140.0, 4201.0, 4159.0, 4190.0, 4148.0, 4179.0, 4138.0, 4170.0, 4129.0, 4171.0, 4168.0, 4139.0, 4190.0, 4149.0, 4180.0, 4118.0, 4159.0, 4128.0, 4149.0, 4167.0, 4128.0, 4189.0, 4139.0, 4179.0, 4150.0, 4169.0, 4140.0, 4171.0, 4129.0, 4161.0, 4130.0, 4152.0, 4181.0, 4155.0, 4193.0, 4174.0, 4184.0, 4164.0, 4183.0, 4141.0, 4184.0, 4162.0, 4163.0, 4193.0, 4153.0, 4203.0, 4152.0, 4194.0, 4163.0, 4185.0, 4132.0, 4187.0, 4144.0, 4165.0, 4135.0, 4176.0, 4196.0, 4176.0, 4196.0, 4166.0, 4206.0, 4154.0, 4208.0, 4176.0, 4197.0, 4166.0, 4197.0, 4145.0, 4186.0, 4164.0, 4177.0, 4195.0, 4164.0, 4205.0, 4143.0, 4194.0, 4152.0, 4184.0, 4134.0, 4184.0, 4152.0, 4163.0, 4172.0, 4142.0, 4203.0, 4163.0, 4195.0, 4152.0, 4184.0, 4152.0, 4142.0, 4192.0, 4152.0, 4182.0, 4161.0, 4171.0, 4130.0, 4161.0, 4131.0, 4141.0, 4195.0, 4155.0, 4205.0, 4174.0, 4186.0, 4133.0, 4172.0, 4131.0, 4164.0, 4183.0, 4155.0, 4204.0, 4143.0, 4185.0, 4166.0, 4196.0, 4166.0, 4196.0, 4155.0, 4186.0, 4155.0, 4186.0, 4143.0, 4198.0, 4155.0, 4199.0, 4145.0, 4186.0, 4152.0, 4176.0, 4193.0, 4164.0, 4193.0, 4151.0, 4183.0, 4150.0, 4180.0, 4139.0, 4182.0, 4128.0, 4170.0, 4125.0, 4146.0, 4124.0, 4126.0, 4145.0, 4128.0, 4189.0, 4158.0, 4178.0, 4137.0, 4167.0, 4126.0, 4159.0, 4116.0, 4157.0, 4124.0, 4146.0, 4154.0, 4125.0, 4177.0, 4137.0, 4179.0, 4146.0, 4166.0, 4135.0, 4158.0, 4104.0, 4145.0, 4117.0, 4149.0, 4156.0, 4148.0, 4157.0, 4128.0, 4177.0, 4139.0, 4180.0, 4150.0, 4181.0, 4161.0, 4182.0, 4147.0, 4170.0, 4151.0, 4182.0, 4151.0, 4181.0, 4151.0, 4182.0, 4142.0, 4184.0, 4144.0, 4184.0, 4161.0, 4172.0, 4159.0, 4150.0, 4190.0, 4148.0, 4179.0, 4136.0, 4157.0, 4135.0, 4136.0, 4165.0, 4125.0, 4164.0, 4133.0, 4153.0, 4102.0, 4143.0, 4102.0, 4125.0, 4175.0, 4144.0, 4165.0, 4124.0, 4155.0, 4113.0, 4147.0, 4125.0, 4147.0, 4177.0, 4137.0, 4179.0, 4136.0, 4167.0, 4126.0, 4169.0, 4165.0, 4134.0, 4177.0, 4124.0, 4166.0, 4127.0, 4168.0, 4145.0, 4135.0, 4175.0, 4124.0, 4157.0, 4136.0, 4167.0, 4113.0, 4156.0, 4134.0, 4125.0, 4176.0, 4136.0, 4168.0, 4125.0, 4156.0, 4115.0, 4137.0, 4167.0, 4138.0, 4179.0, 4159.0, 4168.0, 4149.0, 4169.0, 4139.0, 4171.0, 4142.0, 4182.0, 4162.0, 4164.0, 4162.0, 4151.0, 4191.0, 4161.0, 4191.0, 4159.0, 4181.0, 4127.0, 4170.0, 4159.0, 4139.0, 4190.0, 4157.0, 4177.0, 4135.0, 4166.0, 4123.0, 4135.0, 4176.0, 4134.0, 4165.0, 4134.0, 4155.0, 4112.0, 4124.0, 4175.0, 4135.0, 4155.0, 4123.0, 4157.0, 4124.0, 4136.0, 4177.0, 4147.0, 4169.0, 4125.0, 4158.0, 4137.0, 4137.0, 4177.0, 4149.0, 4183.0, 4151.0, 4168.0, 4138.0, 4145.0, 4129.0, 4161.0, 4145.0, 4189.0, 4149.0, 4193.0, 4168.0, 4182.0, 4144.0, 4194.0, 4164.0, 4193.0, 4164.0, 4206.0, 4173.0, 4207.0, 4168.0, 4191.0, 4162.0, 4169.0, 4125.0, 4156.0, 4102.0, 4155.0, 4131.0, 4122.0, 4163.0, 4132.0, 4163.0, 4110.0, 4141.0, 4110.0, 4139.0, 4097.0, 4143.0, 4112.0, 4134.0, 4155.0, 4126.0, 4166.0, 4124.0, 4155.0, 4125.0, 4158.0, 4114.0, 4147.0, 4156.0, 4126.0, 4178.0, 4137.0, 4181.0, 4150.0, 4170.0, 4115.0, 4157.0, 4114.0, 4167.0, 4127.0, 4167.0, 4140.0, 4182.0, 4156.0, 4206.0, 4167.0, 4195.0, 4163.0, 4193.0, 4150.0, 4167.0, 4126.0, 4145.0, 4166.0, 4131.0, 4186.0, 4126.0, 4155.0, 4114.0, 4157.0, 4116.0, 4134.0, 4103.0, 4135.0, 4111.0, 4133.0, 4151.0, 4123.0, 4176.0, 4123.0, 4152.0, 4121.0, 4144.0, 4126.0, 4156.0, 4112.0, 4144.0, 4102.0, 4146.0, 4188.0, 4147.0, 4177.0, 4147.0, 4165.0, 4135.0, 4169.0, 4139.0, 4167.0, 4148.0, 4147.0, 4165.0, 4135.0, 4177.0, 4146.0, 4166.0, 4145.0, 4167.0, 4113.0, 4145.0, 4143.0, 4134.0, 4174.0, 4134.0, 4165.0, 4122.0, 4153.0, 4123.0, 4157.0, 4113.0, 4144.0, 4114.0, 4134.0, 4154.0, 4136.0, 4176.0, 4146.0, 4167.0, 4137.0, 4166.0, 4113.0, 4158.0, 4136.0, 4146.0, 4164.0, 4135.0, 4176.0, 4134.0, 4166.0, 4134.0, 4165.0, 4112.0, 4144.0, 4113.0, 4146.0, 4177.0, 4145.0, 4176.0, 4134.0, 4164.0, 4133.0, 4155.0, 4114.0, 4156.0, 4112.0, 4144.0, 4113.0, 4136.0, 4177.0, 4135.0, 4176.0, 4146.0, 4166.0, 4136.0, 4168.0, 4128.0, 4168.0, 4125.0, 4157.0, 4144.0, 4137.0, 4190.0, 4156.0, 4165.0, 4136.0, 4166.0, 4123.0, 4157.0, 4114.0, 4156.0, 4133.0, 4136.0, 4164.0, 4124.0, 4189.0, 4148.0, 4178.0, 4147.0, 4168.0, 4126.0, 4159.0, 4116.0, 4169.0, 4167.0, 4147.0, 4176.0, 4136.0, 4187.0, 4137.0, 4178.0, 4147.0, 4167.0, 4114.0, 4156.0, 4124.0, 4147.0, 4176.0, 4146.0, 4189.0, 4148.0, 4178.0, 4149.0, 4181.0, 4140.0, 4161.0, 4146.0, 4158.0, 4167.0, 4135.0, 4189.0, 4135.0, 4160.0, 4135.0, 4155.0, 4122.0, 4134.0, 4176.0, 4124.0, 4164.0, 4121.0, 4153.0, 4109.0, 4141.0, 4112.0, 4123.0, 4163.0, 4132.0, 4163.0, 4121.0, 4152.0, 4111.0, 4156.0, 4122.0, 4143.0, 4143.0, 4124.0, 4175.0, 4134.0, 4165.0, 4144.0, 4165.0, 4125.0, 4165.0, 4125.0, 4168.0, 4128.0, 4168.0, 4135.0, 4157.0, 4125.0, 4157.0, 4137.0, 4159.0, 4178.0, 4157.0, 4188.0, 4147.0, 4177.0, 4136.0, 4168.0, 4137.0, 4168.0, 4138.0, 4157.0, 4134.0, 4146.0, 4146.0, 4138.0, 4201.0, 4157.0, 4177.0, 4146.0, 4167.0, 4124.0, 4156.0, 4125.0, 4145.0, 4155.0, 4136.0, 4176.0, 4135.0, 4177.0, 4147.0, 4169.0, 4136.0, 4169.0, 4115.0, 4157.0, 4137.0, 4159.0, 4166.0, 4148.0, 4169.0, 4137.0, 4178.0, 4150.0, 4189.0, 4158.0, 4189.0, 4149.0, 4177.0, 4138.0, 4180.0, 4147.0, 4179.0, 4137.0, 4168.0, 4115.0, 4157.0, 4146.0, 4145.0, 4146.0, 4135.0, 4154.0, 4136.0, 4187.0, 4145.0, 4178.0, 4146.0, 4165.0, 4136.0, 4170.0, 4137.0, 4178.0, 4136.0, 4168.0, 4115.0, 4157.0, 4127.0, 4159.0, 4168.0, 4141.0, 4148.0, 4135.0, 4165.0, 4149.0, 4200.0, 4169.0, 4189.0, 4159.0, 4178.0, 4147.0, 4178.0, 4160.0, 4190.0, 4170.0, 4178.0, 4147.0, 4177.0, 4148.0, 4189.0, 4150.0, 4190.0, 4162.0, 4190.0, 4149.0, 4179.0, 4148.0, 4191.0, 4158.0, 4181.0, 4135.0, 4157.0, 4143.0, 4133.0, 4188.0, 4133.0, 4152.0, 4119.0, 4140.0, 4086.0, 4119.0, 4097.0, 4120.0, 4160.0, 4121.0, 4161.0, 4121.0, 4154.0, 4124.0, 4166.0, 4123.0, 4165.0, 4113.0, 4156.0, 4113.0, 4146.0, 4178.0, 4135.0, 4176.0, 4146.0, 4165.0, 4122.0, 4154.0, 4113.0, 4155.0, 4133.0, 4133.0, 4152.0, 4122.0, 4174.0, 4133.0, 4164.0, 4132.0, 4153.0, 4102.0, 4143.0, 4102.0, 4146.0, 4166.0, 4134.0, 4175.0, 4135.0, 4165.0, 4135.0, 4156.0, 4114.0, 4156.0, 4114.0, 4134.0, 4153.0, 4125.0, 4187.0, 4134.0, 4167.0, 4113.0, 4144.0, 4133.0, 4125.0, 4174.0, 4145.0, 4163.0, 4123.0, 4154.0, 4115.0, 4158.0, 4125.0, 4145.0, 4146.0, 4135.0, 4165.0, 4127.0, 4177.0, 4148.0, 4179.0, 4150.0, 4178.0, 4126.0, 4166.0, 4115.0, 4167.0, 4116.0, 4181.0, 4147.0, 4158.0, 4166.0, 4136.0, 4188.0, 4147.0, 4177.0, 4133.0, 4155.0, 4111.0, 4133.0, 4154.0, 4124.0, 4174.0, 4132.0, 4164.0, 4122.0, 4152.0, 4111.0, 4143.0, 4117.0, 4166.0, 4104.0, 4158.0, 4115.0, 4133.0, 4117.0, 4193.0, 4150.0, 4192.0, 4143.0, 4180.0, 4152.0, 4191.0, 4163.0, 4192.0, 4149.0, 4181.0, 4157.0, 4149.0, 4177.0, 4134.0, 4165.0, 4134.0, 4155.0, 4119.0, 4121.0, 4149.0, 4100.0, 4161.0, 4129.0, 4150.0, 4097.0, 4129.0, 4100.0, 4121.0, 4129.0, 4121.0, 4141.0, 4112.0, 4163.0, 4124.0, 4175.0, 4134.0, 4166.0, 4124.0, 4156.0, 4116.0, 4158.0, 4135.0, 4157.0, 4134.0, 4136.0, 4175.0, 4137.0, 4188.0, 4146.0, 4178.0, 4135.0, 4165.0, 4115.0, 4166.0, 4115.0, 4167.0, 4126.0, 4145.0, 4115.0, 4145.0, 4125.0, 4167.0, 4137.0, 4179.0, 4127.0, 4168.0, 4129.0, 4170.0, 4159.0, 4161.0, 4188.0, 4149.0, 4178.0, 4125.0, 4166.0, 4105.0, 4155.0, 4143.0, 4132.0, 4159.0, 4111.0, 4172.0, 4120.0, 4163.0, 4122.0, 4155.0, 4100.0, 4152.0, 4105.0, 4142.0, 4102.0, 4154.0, 4105.0, 4168.0, 4116.0, 4168.0, 4126.0, 4158.0, 4148.0, 4160.0, 4191.0, 4161.0, 4205.0, 4159.0, 4179.0, 4147.0, 4179.0, 4160.0, 4181.0, 4147.0, 4178.0, 4113.0, 4099.0, 4122.0, 4104.0, 4182.0, 4147.0, 4164.0, 4176.0, 4140.0, 4191.0, 4159.0, 4193.0, 4146.0, 4162.0, 4154.0, 4146.0, 4151.0, 4120.0, 4160.0, 4116.0, 4137.0, 4091.0, 4114.0, 4069.0, 4090.0, 4078.0, 4069.0, 4110.0, 4083.0, 4143.0, 4095.0, 4113.0, 4086.0, 4106.0, 4100.0, 4139.0, 4112.0, 4176.0, 4137.0, 4167.0, 4149.0, 4167.0, 4127.0, 4156.0, 4125.0, 4168.0, 4128.0, 4172.0, 4137.0, 4158.0, 4126.0, 4138.0, 4117.0, 4139.0, 4138.0, 4152.0, 4182.0, 4150.0, 4172.0, 4140.0, 4171.0, 4141.0, 4169.0, 4142.0, 4194.0, 4162.0, 4181.0, 4139.0, 4190.0, 4138.0, 4180.0, 4137.0, 4180.0, 4136.0, 4158.0, 4115.0, 4159.0, 4125.0, 4137.0, 4145.0, 4127.0, 4178.0, 4136.0, 4176.0, 4125.0, 4165.0, 4124.0, 4155.0, 4125.0, 4157.0, 4125.0, 4157.0, 4097.0, 4146.0, 4115.0, 4137.0, 4135.0, 4137.0, 4178.0, 4137.0, 4155.0, 4126.0, 4146.0, 4127.0, 4157.0, 4140.0, 4192.0, 4150.0, 4180.0, 4139.0, 4179.0, 4138.0, 4191.0, 4151.0, 4180.0, 4149.0, 4168.0, 4139.0, 4161.0, 4136.0, 4167.0, 4138.0, 4167.0, 4137.0, 4155.0, 4114.0, 4146.0, 4114.0, 4157.0, 4137.0, 4148.0, 4176.0, 4136.0, 4179.0, 4137.0, 4166.0, 4138.0, 4167.0, 4123.0, 4157.0, 4104.0, 4136.0, 4127.0, 4129.0, 4177.0, 4157.0, 4171.0, 4138.0, 4165.0, 4138.0, 4180.0, 4159.0, 4179.0, 4138.0, 4171.0, 4128.0, 4172.0, 4141.0, 4182.0, 4149.0, 4160.0, 4150.0, 4150.0, 4192.0, 4163.0, 4192.0, 4171.0, 4192.0, 4149.0, 4170.0, 4137.0, 4169.0, 4146.0, 4166.0, 4136.0, 4135.0, 4135.0, 4125.0, 4178.0, 4140.0, 4190.0, 4161.0, 4178.0, 4136.0, 4177.0, 4137.0, 4181.0, 4151.0, 4179.0, 4149.0, 4170.0, 4127.0, 4169.0, 4131.0, 4183.0, 4154.0, 4173.0, 4164.0, 4161.0, 4184.0, 4170.0, 4160.0, 4182.0, 4150.0, 4159.0, 4150.0, 4157.0, 4146.0, 4175.0, 4128.0, 4176.0, 4124.0], 'WindowWidth': [9331.0, 9234.0, 9257.0, 9217.0, 9242.0, 9280.0, 9214.0, 9272.0, 9196.0, 9238.0, 9179.0, 9239.0, 9167.0, 9220.0, 9174.0, 9193.0, 9172.0, 9197.0, 9289.0, 9213.0, 9253.0, 9215.0, 9239.0, 9183.0, 9247.0, 9186.0, 9230.0, 9228.0, 9217.0, 9255.0, 9193.0, 9261.0, 9214.0, 9255.0, 9194.0, 9242.0, 9179.0, 9209.0, 9254.0, 9197.0, 9269.0, 9221.0, 9237.0, 9158.0, 9218.0, 9187.0, 9197.0, 9266.0, 9218.0, 9247.0, 9186.0, 9215.0, 9174.0, 9194.0, 9262.0, 9201.0, 9230.0, 9169.0, 9214.0, 9177.0, 9180.0, 9262.0, 9200.0, 9229.0, 9168.0, 9216.0, 9170.0, 9178.0, 9249.0, 9203.0, 9234.0, 9157.0, 9205.0, 9243.0, 9178.0, 9249.0, 9186.0, 9218.0, 9170.0, 9174.0, 9251.0, 9195.0, 9234.0, 9175.0, 9206.0, 9201.0, 9177.0, 9261.0, 9201.0, 9259.0, 9205.0, 9195.0, 9253.0, 9178.0, 9239.0, 9176.0, 9195.0, 9264.0, 9191.0, 9237.0, 9175.0, 9222.0, 9223.0, 9184.0, 9265.0, 9194.0, 9237.0, 9160.0, 9228.0, 9187.0, 9228.0, 9254.0, 9200.0, 9268.0, 9179.0, 9256.0, 9215.0, 9254.0, 9197.0, 9257.0, 9185.0, 9227.0, 9181.0, 9232.0, 9252.0, 9195.0, 9268.0, 9198.0, 9250.0, 9188.0, 9242.0, 9184.0, 9238.0, 9163.0, 9220.0, 9162.0, 9192.0, 9190.0, 9204.0, 9270.0, 9223.0, 9252.0, 9208.0, 9235.0, 9193.0, 9240.0, 9180.0, 9236.0, 9172.0, 9206.0, 9173.0, 9197.0, 9270.0, 9205.0, 9250.0, 9205.0, 9235.0, 9174.0, 9233.0, 9185.0, 9225.0, 9176.0, 9224.0, 9176.0, 9195.0, 9247.0, 9200.0, 9272.0, 9225.0, 9254.0, 9208.0, 9239.0, 9163.0, 9238.0, 9208.0, 9197.0, 9252.0, 9207.0, 9267.0, 9193.0, 9238.0, 9172.0, 9231.0, 9167.0, 9236.0, 9186.0, 9218.0, 9183.0, 9171.0, 9241.0, 9171.0, 9248.0, 9189.0, 9234.0, 9185.0, 9232.0, 9156.0, 9187.0, 9173.0, 9180.0, 9261.0, 9202.0, 9246.0, 9188.0, 9230.0, 9172.0, 9217.0, 9159.0, 9211.0, 9251.0, 9194.0, 9251.0, 9208.0, 9234.0, 9175.0, 9223.0, 9159.0, 9212.0, 9235.0, 9197.0, 9268.0, 9224.0, 9251.0, 9194.0, 9236.0, 9180.0, 9242.0, 9207.0, 9224.0, 9248.0, 9196.0, 9266.0, 9194.0, 9255.0, 9213.0, 9256.0, 9183.0, 9255.0, 9183.0, 9231.0, 9212.0, 9204.0, 9291.0, 9229.0, 9273.0, 9213.0, 9256.0, 9199.0, 9244.0, 9187.0, 9249.0, 9240.0, 9200.0, 9274.0, 9212.0, 9257.0, 9169.0, 9229.0, 9184.0, 9213.0, 9236.0, 9183.0, 9269.0, 9201.0, 9255.0, 9220.0, 9239.0, 9203.0, 9248.0, 9189.0, 9235.0, 9190.0, 9223.0, 9262.0, 9230.0, 9282.0, 9255.0, 9270.0, 9241.0, 9268.0, 9208.0, 9269.0, 9234.0, 9238.0, 9279.0, 9223.0, 9295.0, 9222.0, 9282.0, 9238.0, 9271.0, 9194.0, 9277.0, 9214.0, 9243.0, 9202.0, 9260.0, 9287.0, 9260.0, 9287.0, 9246.0, 9303.0, 9231.0, 9308.0, 9262.0, 9290.0, 9248.0, 9290.0, 9217.0, 9277.0, 9241.0, 9264.0, 9288.0, 9241.0, 9300.0, 9210.0, 9282.0, 9222.0, 9267.0, 9202.0, 9267.0, 9220.0, 9237.0, 9247.0, 9208.0, 9295.0, 9239.0, 9284.0, 9220.0, 9266.0, 9219.0, 9205.0, 9279.0, 9219.0, 9262.0, 9230.0, 9244.0, 9187.0, 9232.0, 9190.0, 9207.0, 9285.0, 9230.0, 9299.0, 9254.0, 9272.0, 9197.0, 9250.0, 9190.0, 9238.0, 9264.0, 9230.0, 9297.0, 9210.0, 9272.0, 9246.0, 9288.0, 9247.0, 9288.0, 9232.0, 9273.0, 9231.0, 9273.0, 9215.0, 9294.0, 9229.0, 9294.0, 9216.0, 9273.0, 9221.0, 9258.0, 9280.0, 9238.0, 9282.0, 9218.0, 9266.0, 9213.0, 9258.0, 9198.0, 9261.0, 9180.0, 9241.0, 9172.0, 9201.0, 9169.0, 9174.0, 9197.0, 9182.0, 9267.0, 9219.0, 9250.0, 9190.0, 9232.0, 9174.0, 9224.0, 9162.0, 9218.0, 9169.0, 9202.0, 9211.0, 9170.0, 9248.0, 9190.0, 9251.0, 9201.0, 9230.0, 9184.0, 9221.0, 9142.0, 9200.0, 9166.0, 9211.0, 9216.0, 9206.0, 9219.0, 9182.0, 9248.0, 9197.0, 9256.0, 9215.0, 9258.0, 9231.0, 9263.0, 9213.0, 9242.0, 9219.0, 9262.0, 9218.0, 9259.0, 9218.0, 9261.0, 9210.0, 9269.0, 9217.0, 9270.0, 9232.0, 9248.0, 9225.0, 9215.0, 9275.0, 9209.0, 9256.0, 9188.0, 9222.0, 9185.0, 9190.0, 9229.0, 9173.0, 9226.0, 9179.0, 9207.0, 9137.0, 9193.0, 9138.0, 9173.0, 9242.0, 9197.0, 9227.0, 9173.0, 9216.0, 9156.0, 9208.0, 9175.0, 9207.0, 9248.0, 9194.0, 9253.0, 9192.0, 9235.0, 9179.0, 9241.0, 9229.0, 9185.0, 9251.0, 9172.0, 9230.0, 9180.0, 9239.0, 9200.0, 9187.0, 9245.0, 9173.0, 9214.0, 9192.0, 9234.0, 9156.0, 9217.0, 9184.0, 9173.0, 9246.0, 9190.0, 9238.0, 9175.0, 9219.0, 9163.0, 9195.0, 9236.0, 9199.0, 9254.0, 9227.0, 9240.0, 9215.0, 9241.0, 9202.0, 9249.0, 9212.0, 9265.0, 9237.0, 9242.0, 9233.0, 9219.0, 9278.0, 9232.0, 9276.0, 9227.0, 9261.0, 9181.0, 9244.0, 9225.0, 9199.0, 9274.0, 9221.0, 9249.0, 9187.0, 9231.0, 9167.0, 9187.0, 9246.0, 9185.0, 9229.0, 9183.0, 9214.0, 9152.0, 9171.0, 9244.0, 9188.0, 9216.0, 9168.0, 9220.0, 9172.0, 9190.0, 9249.0, 9206.0, 9239.0, 9174.0, 9224.0, 9195.0, 9193.0, 9250.0, 9212.0, 9265.0, 9214.0, 9233.0, 9191.0, 9196.0, 9184.0, 9233.0, 9219.0, 9282.0, 9230.0, 9284.0, 9255.0, 9264.0, 9214.0, 9282.0, 9246.0, 9282.0, 9242.0, 9304.0, 9252.0, 9308.0, 9245.0, 9280.0, 9232.0, 9242.0, 9171.0, 9216.0, 9134.0, 9212.0, 9170.0, 9161.0, 9223.0, 9173.0, 9219.0, 9141.0, 9184.0, 9140.0, 9180.0, 9122.0, 9193.0, 9150.0, 9182.0, 9212.0, 9173.0, 9230.0, 9168.0, 9212.0, 9173.0, 9221.0, 9157.0, 9205.0, 9213.0, 9175.0, 9250.0, 9190.0, 9258.0, 9213.0, 9240.0, 9158.0, 9218.0, 9160.0, 9233.0, 9179.0, 9235.0, 9206.0, 9264.0, 9234.0, 9302.0, 9250.0, 9286.0, 9238.0, 9282.0, 9214.0, 9238.0, 9174.0, 9203.0, 9234.0, 9192.0, 9267.0, 9169.0, 9214.0, 9155.0, 9217.0, 9162.0, 9185.0, 9140.0, 9189.0, 9151.0, 9182.0, 9205.0, 9171.0, 9245.0, 9169.0, 9206.0, 9164.0, 9200.0, 9180.0, 9221.0, 9156.0, 9200.0, 9141.0, 9206.0, 9267.0, 9210.0, 9251.0, 9210.0, 9232.0, 9191.0, 9243.0, 9202.0, 9238.0, 9210.0, 9210.0, 9231.0, 9190.0, 9254.0, 9206.0, 9236.0, 9203.0, 9237.0, 9155.0, 9201.0, 9197.0, 9186.0, 9246.0, 9187.0, 9231.0, 9169.0, 9212.0, 9172.0, 9222.0, 9158.0, 9202.0, 9159.0, 9187.0, 9214.0, 9193.0, 9251.0, 9207.0, 9237.0, 9196.0, 9236.0, 9159.0, 9224.0, 9192.0, 9206.0, 9230.0, 9189.0, 9249.0, 9189.0, 9235.0, 9187.0, 9232.0, 9157.0, 9202.0, 9158.0, 9207.0, 9252.0, 9203.0, 9247.0, 9186.0, 9229.0, 9186.0, 9220.0, 9162.0, 9218.0, 9155.0, 9201.0, 9157.0, 9193.0, 9252.0, 9190.0, 9250.0, 9207.0, 9235.0, 9197.0, 9244.0, 9186.0, 9240.0, 9178.0, 9224.0, 9202.0, 9196.0, 9274.0, 9219.0, 9234.0, 9192.0, 9234.0, 9173.0, 9222.0, 9159.0, 9219.0, 9185.0, 9191.0, 9229.0, 9174.0, 9271.0, 9214.0, 9253.0, 9208.0, 9239.0, 9181.0, 9229.0, 9171.0, 9244.0, 9236.0, 9209.0, 9249.0, 9195.0, 9266.0, 9197.0, 9254.0, 9208.0, 9236.0, 9162.0, 9223.0, 9175.0, 9209.0, 9249.0, 9209.0, 9272.0, 9213.0, 9255.0, 9216.0, 9262.0, 9205.0, 9229.0, 9206.0, 9227.0, 9235.0, 9190.0, 9272.0, 9190.0, 9224.0, 9190.0, 9220.0, 9168.0, 9186.0, 9249.0, 9173.0, 9230.0, 9165.0, 9212.0, 9147.0, 9194.0, 9154.0, 9172.0, 9224.0, 9183.0, 9226.0, 9167.0, 9210.0, 9154.0, 9219.0, 9169.0, 9198.0, 9197.0, 9175.0, 9246.0, 9188.0, 9232.0, 9202.0, 9230.0, 9177.0, 9232.0, 9178.0, 9240.0, 9186.0, 9241.0, 9192.0, 9224.0, 9179.0, 9224.0, 9196.0, 9231.0, 9257.0, 9224.0, 9270.0, 9211.0, 9253.0, 9195.0, 9241.0, 9196.0, 9241.0, 9196.0, 9225.0, 9189.0, 9208.0, 9207.0, 9202.0, 9293.0, 9224.0, 9254.0, 9208.0, 9238.0, 9176.0, 9221.0, 9179.0, 9206.0, 9217.0, 9194.0, 9250.0, 9193.0, 9254.0, 9211.0, 9242.0, 9196.0, 9244.0, 9166.0, 9224.0, 9198.0, 9230.0, 9236.0, 9213.0, 9241.0, 9198.0, 9255.0, 9221.0, 9275.0, 9228.0, 9275.0, 9217.0, 9253.0, 9201.0, 9262.0, 9211.0, 9258.0, 9198.0, 9242.0, 9165.0, 9226.0, 9206.0, 9206.0, 9206.0, 9190.0, 9214.0, 9194.0, 9268.0, 9205.0, 9253.0, 9209.0, 9233.0, 9195.0, 9246.0, 9199.0, 9254.0, 9196.0, 9240.0, 9165.0, 9224.0, 9185.0, 9231.0, 9237.0, 9198.0, 9210.0, 9192.0, 9234.0, 9217.0, 9291.0, 9243.0, 9273.0, 9231.0, 9255.0, 9211.0, 9255.0, 9236.0, 9276.0, 9247.0, 9256.0, 9213.0, 9253.0, 9215.0, 9274.0, 9222.0, 9277.0, 9238.0, 9275.0, 9219.0, 9261.0, 9216.0, 9280.0, 9228.0, 9264.0, 9191.0, 9226.0, 9198.0, 9184.0, 9272.0, 9184.0, 9211.0, 9159.0, 9190.0, 9111.0, 9157.0, 9126.0, 9160.0, 9217.0, 9163.0, 9222.0, 9167.0, 9212.0, 9175.0, 9236.0, 9173.0, 9233.0, 9160.0, 9220.0, 9158.0, 9207.0, 9256.0, 9192.0, 9250.0, 9207.0, 9234.0, 9169.0, 9215.0, 9158.0, 9217.0, 9183.0, 9185.0, 9209.0, 9167.0, 9243.0, 9185.0, 9227.0, 9181.0, 9210.0, 9141.0, 9197.0, 9141.0, 9208.0, 9233.0, 9188.0, 9246.0, 9192.0, 9232.0, 9194.0, 9222.0, 9160.0, 9220.0, 9159.0, 9189.0, 9212.0, 9177.0, 9267.0, 9189.0, 9237.0, 9158.0, 9202.0, 9184.0, 9176.0, 9245.0, 9201.0, 9227.0, 9171.0, 9214.0, 9161.0, 9225.0, 9177.0, 9204.0, 9206.0, 9191.0, 9233.0, 9182.0, 9254.0, 9216.0, 9255.0, 9218.0, 9253.0, 9183.0, 9235.0, 9166.0, 9239.0, 9168.0, 9264.0, 9210.0, 9227.0, 9233.0, 9193.0, 9273.0, 9208.0, 9252.0, 9184.0, 9218.0, 9151.0, 9184.0, 9212.0, 9175.0, 9243.0, 9182.0, 9228.0, 9170.0, 9209.0, 9154.0, 9197.0, 9169.0, 9234.0, 9150.0, 9228.0, 9166.0, 9182.0, 9171.0, 9283.0, 9222.0, 9279.0, 9208.0, 9261.0, 9226.0, 9278.0, 9241.0, 9281.0, 9216.0, 9265.0, 9223.0, 9214.0, 9255.0, 9188.0, 9236.0, 9184.0, 9216.0, 9157.0, 9162.0, 9199.0, 9134.0, 9221.0, 9171.0, 9201.0, 9126.0, 9171.0, 9134.0, 9164.0, 9173.0, 9163.0, 9191.0, 9154.0, 9227.0, 9176.0, 9244.0, 9189.0, 9233.0, 9173.0, 9219.0, 9166.0, 9226.0, 9191.0, 9222.0, 9187.0, 9192.0, 9246.0, 9198.0, 9269.0, 9207.0, 9253.0, 9190.0, 9231.0, 9163.0, 9234.0, 9162.0, 9236.0, 9176.0, 9203.0, 9161.0, 9204.0, 9178.0, 9239.0, 9196.0, 9257.0, 9184.0, 9240.0, 9188.0, 9245.0, 9229.0, 9234.0, 9270.0, 9212.0, 9256.0, 9175.0, 9232.0, 9141.0, 9216.0, 9194.0, 9181.0, 9214.0, 9149.0, 9236.0, 9162.0, 9223.0, 9168.0, 9214.0, 9137.0, 9209.0, 9149.0, 9196.0, 9143.0, 9217.0, 9152.0, 9240.0, 9168.0, 9241.0, 9182.0, 9228.0, 9214.0, 9233.0, 9276.0, 9235.0, 9306.0, 9230.0, 9256.0, 9209.0, 9259.0, 9233.0, 9261.0, 9207.0, 9252.0, 9152.0, 9131.0, 9167.0, 9148.0, 9265.0, 9217.0, 9243.0, 9254.0, 9203.0, 9278.0, 9227.0, 9284.0, 9204.0, 9233.0, 9211.0, 9207.0, 9202.0, 9159.0, 9220.0, 9146.0, 9177.0, 9102.0, 9138.0, 9067.0, 9101.0, 9080.0, 9071.0, 9127.0, 9097.0, 9179.0, 9114.0, 9138.0, 9108.0, 9134.0, 9132.0, 9185.0, 9153.0, 9245.0, 9194.0, 9235.0, 9213.0, 9234.0, 9180.0, 9218.0, 9176.0, 9237.0, 9183.0, 9247.0, 9193.0, 9224.0, 9177.0, 9196.0, 9168.0, 9200.0, 9196.0, 9220.0, 9263.0, 9216.0, 9247.0, 9203.0, 9245.0, 9206.0, 9240.0, 9208.0, 9284.0, 9236.0, 9261.0, 9200.0, 9272.0, 9197.0, 9258.0, 9194.0, 9257.0, 9192.0, 9224.0, 9163.0, 9225.0, 9175.0, 9195.0, 9202.0, 9179.0, 9254.0, 9191.0, 9249.0, 9174.0, 9229.0, 9172.0, 9214.0, 9174.0, 9222.0, 9175.0, 9219.0, 9133.0, 9204.0, 9161.0, 9194.0, 9187.0, 9195.0, 9252.0, 9194.0, 9216.0, 9178.0, 9204.0, 9181.0, 9224.0, 9205.0, 9279.0, 9217.0, 9258.0, 9199.0, 9254.0, 9199.0, 9276.0, 9220.0, 9260.0, 9214.0, 9240.0, 9198.0, 9224.0, 9191.0, 9236.0, 9197.0, 9235.0, 9192.0, 9217.0, 9161.0, 9204.0, 9159.0, 9221.0, 9197.0, 9210.0, 9247.0, 9190.0, 9256.0, 9193.0, 9231.0, 9197.0, 9234.0, 9170.0, 9220.0, 9145.0, 9192.0, 9182.0, 9187.0, 9250.0, 9223.0, 9238.0, 9198.0, 9231.0, 9198.0, 9259.0, 9228.0, 9254.0, 9198.0, 9246.0, 9185.0, 9250.0, 9208.0, 9264.0, 9214.0, 9232.0, 9217.0, 9218.0, 9281.0, 9237.0, 9282.0, 9245.0, 9279.0, 9213.0, 9243.0, 9195.0, 9243.0, 9203.0, 9234.0, 9188.0, 9189.0, 9188.0, 9177.0, 9253.0, 9204.0, 9274.0, 9229.0, 9254.0, 9193.0, 9250.0, 9195.0, 9262.0, 9223.0, 9257.0, 9217.0, 9242.0, 9184.0, 9242.0, 9196.0, 9267.0, 9233.0, 9255.0, 9244.0, 9236.0, 9271.0, 9240.0, 9227.0, 9260.0, 9218.0, 9227.0, 9216.0, 9217.0, 9204.0, 9240.0, 9174.0, 9247.0, 9172.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.0005073051711580481</td></tr>
<tr><td colspan=3>aqi</td><td>0.0236302719592134</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.729440283163306</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.256127688811953</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9983497757944617</td></tr>
<tr><td colspan=3>efc</td><td>0.499</td></tr>
<tr><td colspan=3>fber</td><td>4916.6392</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09351511617154441</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>54</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.932993445010925</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.635479547094086</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5693655751051874</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.914958294138342</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.422114772038729</td></tr>
<tr><td colspan=3>gcor</td><td>0.0124647</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014250344596803188</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02737068571150303</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1373</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.894314975236386</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>21.9893</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.3355</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>217.3195</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297478.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1114.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>414.4657</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4833</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>532.5599</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3309.1143</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3495.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79066.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1134.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4333.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>897.4564</td></tr>
<tr><td colspan=3>tsnr</td><td>37.727981697244104</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>