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

616 lines
No EOL
147 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-0130_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-0130_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-0130_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-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0130/figures/sub-0130_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-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130/ses-01/func/sub-0130_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>7f6f2da773a12c718d5a73b5499e0b32</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>22:15:50.805000</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.994872, -0.0555083, 0.0845477, 0.065033, 0.991301, -0.114422]</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.0827689</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4255, -7737, -7303, 310, -195, 24, -109, 74]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>240.42</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a84f168c-6838-47b6-a58e-b7410d00587a||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.6691691875457764, 0.17447873950004578, 0.20914435386657715, 96.29121398925781], [0.1489245891571045, 2.6595890522003174, -0.3222001791000366, -103.9493637084961], [0.226835235953331, 0.30698519945144653, 2.6725354194641113, -123.89370727539062], [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': ['221550.805000', '221551.265000', '221551.725000', '221552.185000', '221552.645000', '221553.105000', '221553.565000', '221554.025000', '221554.485000', '221554.945000', '221555.405000', '221555.865000', '221556.325000', '221556.785000', '221557.245000', '221557.705000', '221558.165000', '221558.625000', '221559.085000', '221559.545000', '221600.005000', '221600.465000', '221600.925000', '221601.385000', '221601.845000', '221602.305000', '221602.765000', '221603.225000', '221603.685000', '221604.145000', '221604.605000', '221605.065000', '221605.525000', '221605.985000', '221606.445000', '221606.905000', '221607.365000', '221607.825000', '221608.285000', '221608.745000', '221609.205000', '221609.665000', '221610.125000', '221610.585000', '221611.045000', '221611.505000', '221611.965000', '221612.425000', '221612.885000', '221613.345000', '221613.805000', '221614.265000', '221614.725000', '221615.185000', '221615.645000', '221616.105000', '221616.565000', '221617.025000', '221617.485000', '221617.945000', '221618.405000', '221618.865000', '221619.325000', '221619.785000', '221620.245000', '221620.705000', '221621.165000', '221621.625000', '221622.085000', '221622.545000', '221623.005000', '221623.465000', '221623.925000', '221624.385000', '221624.845000', '221625.305000', '221625.765000', '221626.225000', '221626.685000', '221627.145000', '221627.605000', '221628.065000', '221628.525000', '221628.985000', '221629.445000', '221629.905000', '221630.365000', '221630.825000', '221631.285000', '221631.745000', '221632.205000', '221632.665000', '221633.125000', '221633.585000', '221634.045000', '221634.505000', '221634.965000', '221635.425000', '221635.885000', '221636.345000', '221636.805000', '221637.265000', '221637.725000', '221638.185000', '221638.645000', '221639.105000', '221639.565000', '221640.025000', '221640.485000', '221640.945000', '221641.405000', '221641.865000', '221642.325000', '221642.785000', '221643.245000', '221643.705000', '221644.165000', '221644.625000', '221645.085000', '221645.545000', '221646.005000', '221646.465000', '221646.925000', '221647.385000', '221647.845000', '221648.305000', '221648.765000', '221649.225000', '221649.685000', '221650.145000', '221650.605000', '221651.065000', '221651.525000', '221651.985000', '221652.445000', '221652.905000', '221653.365000', '221653.825000', '221654.285000', '221654.745000', '221655.205000', '221655.665000', '221656.125000', '221656.585000', '221657.045000', '221657.505000', '221657.965000', '221658.425000', '221658.885000', '221659.345000', '221659.805000', '221700.265000', '221700.725000', '221701.185000', '221701.645000', '221702.105000', '221702.565000', '221703.025000', '221703.485000', '221703.945000', '221704.405000', '221704.865000', '221705.325000', '221705.785000', '221706.245000', '221706.705000', '221707.165000', '221707.625000', '221708.085000', '221708.545000', '221709.005000', '221709.465000', '221709.925000', '221710.385000', '221710.845000', '221711.305000', '221711.765000', '221712.225000', '221712.685000', '221713.145000', '221713.605000', '221714.065000', '221714.525000', '221714.985000', '221715.445000', '221715.905000', '221716.365000', '221716.825000', '221717.285000', '221717.745000', '221718.205000', '221718.665000', '221719.125000', '221719.585000', '221720.045000', '221720.505000', '221720.965000', '221721.425000', '221721.885000', '221722.345000', '221722.805000', '221723.265000', '221723.725000', '221724.185000', '221724.645000', '221725.105000', '221725.565000', '221726.025000', '221726.485000', '221726.945000', '221727.405000', '221727.865000', '221728.325000', '221728.785000', '221729.245000', '221729.705000', '221730.165000', '221730.625000', '221731.085000', '221731.545000', '221732.005000', '221732.465000', '221732.925000', '221733.385000', '221733.845000', '221734.305000', '221734.765000', '221735.225000', '221735.685000', '221736.145000', '221736.605000', '221737.065000', '221737.525000', '221737.985000', '221738.445000', '221738.905000', '221739.365000', '221739.825000', '221740.285000', '221740.745000', '221741.205000', '221741.665000', '221742.125000', '221742.585000', '221743.045000', '221743.505000', '221743.965000', '221744.425000', '221744.885000', '221745.345000', '221745.805000', '221746.265000', '221746.725000', '221747.185000', '221747.645000', '221748.105000', '221748.565000', '221749.025000', '221749.485000', '221749.945000', '221750.405000', '221750.865000', '221751.325000', '221751.785000', '221752.245000', '221752.705000', '221753.165000', '221753.625000', '221754.085000', '221754.545000', '221755.005000', '221755.465000', '221755.925000', '221756.385000', '221756.845000', '221757.305000', '221757.765000', '221758.225000', '221758.685000', '221759.145000', '221759.605000', '221800.065000', '221800.525000', '221800.985000', '221801.445000', '221801.905000', '221802.365000', '221802.825000', '221803.285000', '221803.745000', '221804.205000', '221804.665000', '221805.125000', '221805.585000', '221806.045000', '221806.505000', '221806.965000', '221807.425000', '221807.885000', '221808.345000', '221808.805000', '221809.265000', '221809.725000', '221810.185000', '221810.645000', '221811.105000', '221811.565000', '221812.025000', '221812.485000', '221812.945000', '221813.405000', '221813.865000', '221814.325000', '221814.785000', '221815.245000', '221815.705000', '221816.165000', '221816.625000', '221817.085000', '221817.545000', '221818.005000', '221818.465000', '221818.925000', '221819.385000', '221819.845000', '221820.305000', '221820.765000', '221821.225000', '221821.685000', '221822.145000', '221822.605000', '221823.065000', '221823.525000', '221823.985000', '221824.445000', '221824.905000', '221825.365000', '221825.825000', '221826.285000', '221826.745000', '221827.205000', '221827.665000', '221828.125000', '221828.585000', '221829.045000', '221829.505000', '221829.965000', '221830.425000', '221830.885000', '221831.345000', '221831.805000', '221832.265000', '221832.725000', '221833.185000', '221833.645000', '221834.105000', '221834.565000', '221835.025000', '221835.485000', '221835.945000', '221836.405000', '221836.865000', '221837.325000', '221837.785000', '221838.245000', '221838.705000', '221839.165000', '221839.625000', '221840.085000', '221840.545000', '221841.005000', '221841.465000', '221841.925000', '221842.385000', '221842.845000', '221843.305000', '221843.765000', '221844.225000', '221844.685000', '221845.145000', '221845.605000', '221846.065000', '221846.525000', '221846.985000', '221847.445000', '221847.905000', '221848.365000', '221848.825000', '221849.285000', '221849.745000', '221850.205000', '221850.665000', '221851.125000', '221851.585000', '221852.045000', '221852.505000', '221852.965000', '221853.425000', '221853.885000', '221854.345000', '221854.805000', '221855.265000', '221855.725000', '221856.185000', '221856.645000', '221857.105000', '221857.565000', '221858.025000', '221858.485000', '221858.945000', '221859.405000', '221859.865000', '221900.325000', '221900.785000', '221901.245000', '221901.705000', '221902.165000', '221902.625000', '221903.085000', '221903.545000', '221904.005000', '221904.465000', '221904.925000', '221905.385000', '221905.845000', '221906.305000', '221906.765000', '221907.225000', '221907.685000', '221908.145000', '221908.605000', '221909.065000', '221909.525000', '221909.985000', '221910.445000', '221910.905000', '221911.365000', '221911.825000', '221912.285000', '221912.745000', '221913.205000', '221913.665000', '221914.125000', '221914.585000', '221915.045000', '221915.505000', '221915.965000', '221916.425000', '221916.885000', '221917.345000', '221917.805000', '221918.265000', '221918.725000', '221919.185000', '221919.645000', '221920.105000', '221920.565000', '221921.025000', '221921.485000', '221921.945000', '221922.405000', '221922.865000', '221923.325000', '221923.785000', '221924.245000', '221924.705000', '221925.165000', '221925.625000', '221926.085000', '221926.545000', '221927.005000', '221927.465000', '221927.925000', '221928.385000', '221928.845000', '221929.305000', '221929.765000', '221930.225000', '221930.685000', '221931.145000', '221931.605000', '221932.065000', '221932.525000', '221932.985000', '221933.445000', '221933.905000', '221934.365000', '221934.825000', '221935.285000', '221935.745000', '221936.205000', '221936.665000', '221937.125000', '221937.585000', '221938.045000', '221938.505000', '221938.965000', '221939.425000', '221939.885000', '221940.345000', '221940.805000', '221941.265000', '221941.725000', '221942.185000', '221942.645000', '221943.105000', '221943.565000', '221944.025000', '221944.485000', '221944.945000', '221945.405000', '221945.865000', '221946.325000', '221946.785000', '221947.245000', '221947.705000', '221948.165000', '221948.625000', '221949.085000', '221949.545000', '221950.005000', '221950.465000', '221950.925000', '221951.385000', '221951.845000', '221952.305000', '221952.765000', '221953.225000', '221953.685000', '221954.145000', '221954.605000', '221955.065000', '221955.525000', '221955.985000', '221956.445000', '221956.905000', '221957.365000', '221957.825000', '221958.285000', '221958.745000', '221959.205000', '221959.665000', '222000.125000', '222000.585000', '222001.045000', '222001.505000', '222001.965000', '222002.425000', '222002.885000', '222003.345000', '222003.805000', '222004.265000', '222004.725000', '222005.185000', '222005.645000', '222006.105000', '222006.565000', '222007.025000', '222007.485000', '222007.945000', '222008.405000', '222008.865000', '222009.325000', '222009.785000', '222010.245000', '222010.705000', '222011.165000', '222011.625000', '222012.085000', '222012.545000', '222013.005000', '222013.465000', '222013.925000', '222014.385000', '222014.845000', '222015.305000', '222015.765000', '222016.225000', '222016.685000', '222017.145000', '222017.605000', '222018.065000', '222018.525000', '222018.985000', '222019.445000', '222019.905000', '222020.365000', '222020.825000', '222021.285000', '222021.745000', '222022.205000', '222022.665000', '222023.125000', '222023.585000', '222024.045000', '222024.505000', '222024.965000', '222025.425000', '222025.885000', '222026.345000', '222026.805000', '222027.265000', '222027.725000', '222028.185000', '222028.645000', '222029.105000', '222029.565000', '222030.025000', '222030.485000', '222030.945000', '222031.405000', '222031.865000', '222032.325000', '222032.785000', '222033.245000', '222033.705000', '222034.165000', '222034.625000', '222035.085000', '222035.545000', '222036.005000', '222036.465000', '222036.925000', '222037.385000', '222037.845000', '222038.305000', '222038.765000', '222039.225000', '222039.685000', '222040.145000', '222040.605000', '222041.065000', '222041.525000', '222041.985000', '222042.445000', '222042.905000', '222043.365000', '222043.825000', '222044.285000', '222044.745000', '222045.205000', '222045.665000', '222046.125000', '222046.585000', '222047.045000', '222047.505000', '222047.965000', '222048.425000', '222048.885000', '222049.345000', '222049.805000', '222050.265000', '222050.725000', '222051.185000', '222051.645000', '222052.105000', '222052.565000', '222053.025000', '222053.485000', '222053.945000', '222054.405000', '222054.865000', '222055.325000', '222055.785000', '222056.245000', '222056.705000', '222057.165000', '222057.625000', '222058.085000', '222058.545000', '222059.005000', '222059.465000', '222059.925000', '222100.385000', '222100.845000', '222101.305000', '222101.765000', '222102.225000', '222102.685000', '222103.145000', '222103.605000', '222104.065000', '222104.525000', '222104.985000', '222105.445000', '222105.905000', '222106.365000', '222106.825000', '222107.285000', '222107.745000', '222108.205000', '222108.665000', '222109.125000', '222109.585000', '222110.045000', '222110.505000', '222110.965000', '222111.425000', '222111.885000', '222112.345000', '222112.805000', '222113.265000', '222113.725000', '222114.185000', '222114.645000', '222115.105000', '222115.565000', '222116.025000', '222116.485000', '222116.945000', '222117.405000', '222117.865000', '222118.325000', '222118.785000', '222119.245000', '222119.705000', '222120.165000', '222120.625000', '222121.085000', '222121.545000', '222122.005000', '222122.465000', '222122.925000', '222123.385000', '222123.845000', '222124.305000', '222124.765000', '222125.225000', '222125.685000', '222126.145000', '222126.605000', '222127.065000', '222127.525000', '222127.985000', '222128.445000', '222128.905000', '222129.365000', '222129.825000', '222130.285000', '222130.745000', '222131.205000', '222131.665000', '222132.125000', '222132.585000', '222133.045000', '222133.505000', '222133.965000', '222134.425000', '222134.885000', '222135.345000', '222135.805000', '222136.265000', '222136.725000', '222137.185000', '222137.645000', '222138.105000', '222138.565000', '222139.025000', '222139.485000', '222139.945000', '222140.405000', '222140.865000', '222141.325000', '222141.785000', '222142.245000', '222142.705000', '222143.165000', '222143.625000', '222144.085000', '222144.545000', '222145.005000', '222145.465000', '222145.925000', '222146.385000', '222146.845000', '222147.305000', '222147.765000', '222148.225000', '222148.685000', '222149.145000', '222149.605000', '222150.065000', '222150.525000', '222150.985000', '222151.445000', '222151.905000', '222152.365000', '222152.825000', '222153.285000', '222153.745000', '222154.205000', '222154.665000', '222155.125000', '222155.585000', '222156.045000', '222156.505000', '222156.965000', '222157.425000', '222157.885000', '222158.345000', '222158.805000', '222159.265000', '222159.725000', '222200.185000', '222200.645000', '222201.105000', '222201.565000', '222202.025000', '222202.485000', '222202.945000', '222203.405000', '222203.865000', '222204.325000', '222204.785000', '222205.245000', '222205.705000', '222206.165000', '222206.625000', '222207.085000', '222207.545000', '222208.005000', '222208.465000', '222208.925000', '222209.385000', '222209.845000', '222210.305000', '222210.765000', '222211.225000', '222211.685000', '222212.145000', '222212.605000', '222213.065000', '222213.525000', '222213.985000', '222214.445000', '222214.905000', '222215.365000', '222215.825000', '222216.285000', '222216.745000', '222217.205000', '222217.665000', '222218.125000', '222218.585000', '222219.045000', '222219.505000', '222219.965000', '222220.425000', '222220.885000', '222221.345000', '222221.805000', '222222.265000', '222222.725000', '222223.185000', '222223.645000', '222224.105000', '222224.565000', '222225.025000', '222225.485000', '222225.945000', '222226.405000', '222226.865000', '222227.325000', '222227.785000', '222228.245000', '222228.705000', '222229.165000', '222229.625000', '222230.085000', '222230.545000', '222231.005000', '222231.465000', '222231.925000', '222232.385000', '222232.845000', '222233.305000', '222233.765000', '222234.225000', '222234.685000', '222235.145000', '222235.605000', '222236.065000', '222236.525000', '222236.985000', '222237.445000', '222237.905000', '222238.365000', '222238.825000', '222239.285000', '222239.745000', '222240.205000', '222240.665000', '222241.125000', '222241.585000', '222242.045000', '222242.505000', '222242.965000', '222243.425000', '222243.885000', '222244.345000', '222244.805000', '222245.265000', '222245.725000', '222246.185000', '222246.645000', '222247.105000', '222247.565000', '222248.025000', '222248.485000', '222248.945000', '222249.405000', '222249.865000', '222250.325000', '222250.785000', '222251.245000', '222251.705000', '222252.165000', '222252.625000', '222253.085000', '222253.545000', '222254.005000', '222254.465000', '222254.925000', '222255.385000', '222255.845000', '222256.305000', '222256.765000', '222257.225000', '222257.685000', '222258.145000', '222258.605000', '222259.065000', '222259.525000', '222259.985000', '222300.445000', '222300.905000', '222301.365000', '222301.825000', '222302.285000', '222302.745000', '222303.205000', '222303.665000', '222304.125000', '222304.585000', '222305.045000', '222305.505000', '222305.965000', '222306.425000', '222306.885000', '222307.345000', '222307.805000', '222308.265000', '222308.725000', '222309.185000', '222309.645000', '222310.105000', '222310.565000', '222311.025000', '222311.485000', '222311.945000', '222312.405000', '222312.865000', '222313.325000', '222313.785000', '222314.245000', '222314.705000', '222315.165000', '222315.625000', '222316.085000', '222316.545000', '222317.005000', '222317.465000', '222317.925000', '222318.385000', '222318.845000', '222319.305000', '222319.765000', '222320.225000', '222320.685000', '222321.145000', '222321.605000', '222322.065000', '222322.525000', '222322.985000', '222323.445000', '222323.905000', '222324.365000', '222324.825000', '222325.285000', '222325.745000', '222326.205000', '222326.665000', '222327.125000', '222327.585000', '222328.045000', '222328.505000', '222328.965000', '222329.425000', '222329.885000', '222330.345000', '222330.805000', '222331.265000', '222331.725000', '222332.185000', '222332.645000', '222333.105000', '222333.565000', '222334.025000', '222334.485000', '222334.945000', '222335.405000', '222335.865000', '222336.325000', '222336.785000', '222337.245000', '222337.705000', '222338.165000', '222338.625000', '222339.085000', '222339.545000', '222340.005000', '222340.465000', '222340.925000', '222341.385000', '222341.845000', '222342.305000', '222342.765000', '222343.225000', '222343.685000', '222344.145000', '222344.605000', '222345.065000', '222345.525000', '222345.985000', '222346.445000', '222346.905000', '222347.365000', '222347.825000', '222348.285000', '222348.745000', '222349.205000', '222349.665000', '222350.125000', '222350.585000', '222351.045000', '222351.505000', '222351.965000', '222352.425000', '222352.885000', '222353.345000', '222353.805000', '222354.265000', '222354.725000', '222355.185000', '222355.645000', '222356.105000', '222356.565000', '222357.025000', '222357.485000', '222357.945000', '222358.405000', '222358.865000', '222359.325000', '222359.785000', '222400.245000', '222400.705000', '222401.165000', '222401.625000', '222402.085000', '222402.545000', '222403.005000', '222403.465000', '222403.925000', '222404.385000', '222404.845000', '222405.305000', '222405.765000', '222406.225000', '222406.685000', '222407.145000', '222407.605000', '222408.065000', '222408.525000', '222408.985000', '222409.445000', '222409.905000', '222410.365000', '222410.825000', '222411.285000', '222411.745000', '222412.205000', '222412.665000', '222413.125000', '222413.585000', '222414.045000', '222414.505000', '222414.965000', '222415.425000', '222415.885000', '222416.345000', '222416.805000', '222417.265000', '222417.725000', '222418.185000', '222418.645000', '222419.105000', '222419.565000', '222420.025000', '222420.485000', '222420.945000', '222421.405000', '222421.865000', '222422.325000', '222422.785000', '222423.245000', '222423.705000', '222424.165000', '222424.625000', '222425.085000', '222425.545000', '222426.005000', '222426.465000', '222426.925000', '222427.385000', '222427.845000', '222428.305000', '222428.765000', '222429.225000', '222429.685000', '222430.145000', '222430.605000', '222431.065000', '222431.525000', '222431.985000', '222432.445000', '222432.905000', '222433.365000', '222433.825000', '222434.285000', '222434.745000', '222435.205000', '222435.665000', '222436.125000', '222436.585000', '222437.045000', '222437.505000', '222437.965000', '222438.425000', '222438.885000', '222439.345000', '222439.805000', '222440.265000', '222440.725000', '222441.185000', '222441.645000', '222442.105000', '222442.565000', '222443.025000', '222443.485000', '222443.945000', '222444.405000', '222444.865000', '222445.325000', '222445.785000', '222446.245000', '222446.705000', '222447.165000', '222447.625000', '222448.085000', '222448.545000', '222449.005000', '222449.465000', '222449.925000', '222450.385000', '222450.845000', '222451.305000', '222451.765000', '222452.225000', '222452.685000', '222453.145000', '222453.605000', '222454.065000', '222454.525000', '222454.985000', '222455.445000', '222455.905000', '222456.365000', '222456.825000', '222457.285000', '222457.745000', '222458.205000', '222458.665000', '222459.125000', '222459.585000', '222500.045000', '222500.505000', '222500.965000', '222501.425000', '222501.885000', '222502.345000', '222502.805000', '222503.265000', '222503.725000', '222504.185000', '222504.645000', '222505.105000', '222505.565000', '222506.025000', '222506.485000', '222506.945000', '222507.405000', '222507.865000', '222508.325000', '222508.785000', '222509.245000', '222509.705000', '222510.165000', '222510.625000', '222511.085000', '222511.545000', '222512.005000', '222512.465000', '222512.925000', '222513.385000', '222513.845000', '222514.305000', '222514.765000', '222515.225000', '222515.685000', '222516.145000', '222516.605000', '222517.065000', '222517.525000', '222517.985000', '222518.445000', '222518.905000', '222519.365000', '222519.825000', '222520.285000', '222520.745000', '222521.205000', '222521.665000', '222522.125000', '222522.585000', '222523.045000', '222523.505000', '222523.965000', '222524.425000', '222524.885000', '222525.345000', '222525.805000', '222526.265000', '222526.725000', '222527.185000', '222527.645000', '222528.105000', '222528.565000', '222529.025000', '222529.485000', '222529.945000', '222530.405000', '222530.865000', '222531.325000', '222531.785000', '222532.245000', '222532.705000', '222533.165000', '222533.625000', '222534.085000', '222534.545000', '222535.005000', '222535.465000', '222535.925000', '222536.385000', '222536.845000', '222537.305000', '222537.765000', '222538.225000', '222538.685000', '222539.145000', '222539.605000', '222540.065000', '222540.525000', '222540.985000', '222541.445000', '222541.905000', '222542.365000', '222542.825000', '222543.285000', '222543.745000', '222544.205000', '222544.665000', '222545.125000', '222545.585000', '222546.045000', '222546.505000', '222546.965000', '222547.425000', '222547.885000', '222548.345000', '222548.805000', '222549.265000', '222549.725000', '222550.185000', '222550.645000', '222551.105000', '222551.565000', '222552.025000', '222552.485000', '222552.945000', '222553.405000', '222553.865000', '222554.325000', '222554.785000', '222555.245000', '222555.705000', '222556.165000', '222556.625000', '222557.085000', '222557.545000', '222558.005000', '222558.465000', '222558.925000', '222559.385000', '222559.845000', '222600.305000', '222600.765000', '222601.225000', '222601.685000', '222602.145000', '222602.605000', '222603.065000', '222603.525000', '222603.985000', '222604.445000', '222604.905000', '222605.365000', '222605.825000', '222606.285000', '222606.745000', '222607.205000', '222607.665000', '222608.125000', '222608.585000', '222609.045000', '222609.505000', '222609.965000', '222610.425000', '222610.885000', '222611.345000', '222611.805000', '222612.265000', '222612.725000', '222613.185000', '222613.645000', '222614.105000', '222614.565000', '222615.025000', '222615.485000', '222615.945000', '222616.405000', '222616.865000', '222617.325000', '222617.785000', '222618.245000', '222618.705000', '222619.165000', '222619.625000', '222620.085000', '222620.545000', '222621.005000', '222621.465000', '222621.925000', '222622.385000', '222622.845000', '222623.305000'], 'ContentTime': ['221602.849000', '221602.860000', '221602.863000', '221602.866000', '221602.868000', '221602.871000', '221602.873000', '221602.876000', '221602.878000', '221602.881000', '221602.883000', '221602.891000', '221602.894000', '221602.902000', '221602.905000', '221602.907000', '221602.910000', '221602.913000', '221602.915000', '221602.918000', '221602.920000', '221602.923000', '221602.925000', '221622.795000', '221622.797000', '221622.800000', '221622.803000', '221622.805000', '221622.808000', '221622.810000', '221622.813000', '221622.815000', '221622.818000', '221622.821000', '221622.823000', '221622.826000', '221622.834000', '221622.836000', '221622.839000', '221622.841000', '221622.844000', '221622.847000', '221622.849000', '221622.852000', '221622.857000', '221622.860000', '221622.862000', '221622.865000', '221622.867000', '221622.870000', '221622.873000', '221622.875000', '221622.878000', '221622.880000', '221622.883000', '221622.886000', '221622.888000', '221622.891000', '221622.893000', '221622.896000', '221622.899000', '221622.901000', '221622.904000', '221622.906000', '221622.909000', '221622.911000', '221622.914000', '221642.794000', '221642.797000', '221642.800000', '221642.803000', '221642.805000', '221642.808000', '221642.810000', '221642.813000', '221642.816000', '221642.818000', '221642.821000', '221642.823000', '221642.826000', '221642.829000', '221642.831000', '221642.834000', '221642.842000', '221642.845000', '221642.847000', '221642.850000', '221642.853000', '221642.855000', '221642.858000', '221642.860000', '221642.863000', '221642.865000', '221642.868000', '221642.870000', '221642.873000', '221642.876000', '221642.878000', '221642.881000', '221642.883000', '221642.886000', '221642.888000', '221642.891000', '221642.894000', '221642.896000', '221642.899000', '221642.902000', '221642.904000', '221642.907000', '221642.916000', '221702.795000', '221702.797000', '221702.800000', '221702.803000', '221702.805000', '221702.808000', '221702.811000', '221702.813000', '221702.816000', '221702.819000', '221702.822000', '221702.825000', '221702.828000', '221702.830000', '221702.833000', '221702.835000', '221702.838000', '221702.841000', '221702.843000', '221702.846000', '221702.848000', '221702.851000', '221702.853000', '221702.856000', '221702.858000', '221702.861000', '221702.864000', '221702.866000', '221702.869000', '221702.871000', '221702.874000', '221702.877000', '221702.879000', '221702.882000', '221702.884000', '221702.887000', '221702.889000', '221702.892000', '221702.895000', '221702.897000', '221702.900000', '221702.903000', '221702.905000', '221722.795000', '221722.797000', '221722.816000', '221722.818000', '221722.821000', '221722.824000', '221722.826000', '221722.829000', '221722.831000', '221722.834000', '221722.836000', '221722.839000', '221722.842000', '221722.844000', '221722.847000', '221722.849000', '221722.852000', '221722.855000', '221722.857000', '221722.860000', '221722.862000', '221722.865000', '221722.868000', '221722.870000', '221722.873000', '221722.875000', '221722.878000', '221722.880000', '221722.883000', '221722.886000', '221722.888000', '221722.891000', '221722.894000', '221722.896000', '221722.899000', '221722.901000', '221722.904000', '221722.907000', '221722.909000', '221722.912000', '221722.914000', '221722.917000', '221722.919000', '221722.922000', '221742.793000', '221742.796000', '221742.799000', '221742.801000', '221742.804000', '221742.807000', '221742.809000', '221742.812000', '221742.815000', '221742.817000', '221742.820000', '221742.822000', '221742.825000', '221742.827000', '221742.830000', '221742.833000', '221742.835000', '221742.838000', '221742.841000', '221742.843000', '221742.846000', '221742.848000', '221742.851000', '221742.853000', '221742.856000', '221742.859000', '221742.861000', '221742.864000', '221742.866000', '221742.869000', '221742.872000', '221742.874000', '221742.877000', '221742.879000', '221742.882000', '221742.885000', '221742.887000', '221742.890000', '221742.892000', '221742.895000', '221742.897000', '221742.900000', '221742.903000', '221742.906000', '221802.795000', '221802.797000', '221802.800000', '221802.803000', '221802.805000', '221802.808000', '221802.810000', '221802.813000', '221802.816000', '221802.818000', '221802.821000', '221802.823000', '221802.826000', '221802.828000', '221802.838000', '221802.840000', '221802.843000', '221802.846000', '221802.848000', '221802.851000', '221802.853000', '221802.856000', '221802.859000', '221802.861000', '221802.864000', '221802.866000', '221802.869000', '221802.871000', '221802.874000', '221802.877000', '221802.879000', '221802.882000', '221802.884000', '221802.887000', '221802.889000', '221802.892000', '221802.895000', '221802.897000', '221802.900000', '221802.902000', '221802.905000', '221802.908000', '221802.910000', '221822.794000', '221822.797000', '221822.800000', '221822.802000', '221822.805000', '221822.808000', '221822.810000', '221822.813000', '221822.815000', '221822.818000', '221822.821000', '221822.823000', '221822.826000', '221822.829000', '221822.831000', '221822.834000', '221822.836000', '221822.839000', '221822.842000', '221822.844000', '221822.847000', '221822.850000', '221822.852000', '221822.855000', '221822.857000', '221822.860000', '221822.863000', '221822.865000', '221822.868000', '221822.871000', '221822.873000', '221822.876000', '221822.878000', '221822.881000', '221822.884000', '221822.886000', '221822.889000', '221822.891000', '221822.894000', '221822.897000', '221822.899000', '221822.902000', '221822.905000', '221822.907000', '221842.795000', '221842.798000', '221842.800000', '221842.803000', '221842.805000', '221842.808000', '221842.810000', '221842.813000', '221842.816000', '221842.818000', '221842.821000', '221842.823000', '221842.826000', '221842.829000', '221842.831000', '221842.834000', '221842.836000', '221842.839000', '221842.842000', '221842.844000', '221842.847000', '221842.849000', '221842.852000', '221842.854000', '221842.857000', '221842.860000', '221842.862000', '221842.865000', '221842.868000', '221842.870000', '221842.873000', '221842.875000', '221842.878000', '221842.880000', '221842.883000', '221842.886000', '221842.888000', '221842.891000', '221842.893000', '221842.896000', '221842.935000', '221842.938000', '221842.940000', '221902.795000', '221902.797000', '221902.800000', '221902.803000', '221902.805000', '221902.808000', '221902.811000', '221902.813000', '221902.816000', '221902.818000', '221902.821000', '221902.824000', '221902.826000', '221902.829000', '221902.832000', '221902.834000', '221902.837000', '221902.839000', '221902.842000', '221902.844000', '221902.847000', '221902.850000', '221902.852000', '221902.855000', '221902.857000', '221902.860000', '221902.863000', '221902.865000', '221902.868000', '221902.870000', '221902.873000', '221902.876000', '221902.878000', '221902.881000', '221902.883000', '221902.886000', '221902.889000', '221902.891000', '221902.894000', '221902.896000', '221902.899000', '221902.902000', '221902.904000', '221922.795000', '221922.798000', '221922.800000', '221922.803000', '221922.805000', '221922.808000', '221922.811000', '221922.813000', '221922.816000', '221922.818000', '221922.821000', '221922.824000', '221922.826000', '221922.829000', '221922.831000', '221922.834000', '221922.837000', '221922.839000', '221922.842000', '221922.844000', '221922.847000', '221922.850000', '221922.852000', '221922.855000', '221922.858000', '221922.860000', '221922.863000', '221922.865000', '221922.868000', '221922.871000', '221922.873000', '221922.876000', '221922.879000', '221922.881000', '221922.884000', '221922.887000', '221922.889000', '221922.892000', '221922.895000', '221922.897000', '221922.900000', '221922.902000', '221922.905000', '221922.908000', '221942.794000', '221942.797000', '221942.800000', '221942.803000', '221942.805000', '221942.808000', '221942.810000', '221942.813000', '221942.815000', '221942.819000', '221942.821000', '221942.824000', '221942.828000', '221942.831000', '221942.833000', '221942.836000', '221942.839000', '221942.841000', '221942.844000', '221942.846000', '221942.849000', '221942.851000', '221942.854000', '221942.857000', '221942.859000', '221942.862000', '221942.865000', '221942.867000', '221942.870000', '221942.872000', '221942.875000', '221942.878000', '221942.880000', '221942.883000', '221942.886000', '221942.888000', '221942.891000', '221942.893000', '221942.896000', '221942.899000', '221942.901000', '221942.904000', '221942.906000', '222002.794000', '222002.796000', '222002.799000', '222002.802000', '222002.804000', '222002.807000', '222002.809000', '222002.812000', '222002.815000', '222002.817000', '222002.820000', '222002.823000', '222002.825000', '222002.828000', '222002.830000', '222002.833000', '222002.836000', '222002.838000', '222002.841000', '222002.843000', '222002.846000', '222002.848000', '222002.851000', '222002.854000', '222002.856000', '222002.859000', '222002.861000', '222002.864000', '222002.867000', '222002.869000', '222002.872000', '222002.875000', '222002.877000', '222002.880000', '222002.882000', '222002.885000', '222002.888000', '222002.890000', '222002.893000', '222002.896000', '222002.898000', '222002.901000', '222002.903000', '222002.906000', '222022.794000', '222022.797000', '222022.800000', '222022.802000', '222022.805000', '222022.808000', '222022.810000', '222022.813000', '222022.815000', '222022.818000', '222022.821000', '222022.823000', '222022.826000', '222022.828000', '222022.831000', '222022.834000', '222022.836000', '222022.839000', '222022.842000', '222022.844000', '222022.847000', '222022.849000', '222022.868000', '222022.871000', '222022.874000', '222022.876000', '222022.879000', '222022.882000', '222022.884000', '222022.887000', '222022.890000', '222022.892000', '222022.895000', '222022.897000', '222022.900000', '222022.902000', '222022.905000', '222022.908000', '222022.910000', '222022.913000', '222022.915000', '222022.918000', '222022.921000', '222022.923000', '222042.795000', '222042.797000', '222042.800000', '222042.803000', '222042.805000', '222042.808000', '222042.810000', '222042.813000', '222042.816000', '222042.818000', '222042.821000', '222042.823000', '222042.826000', '222042.829000', '222042.831000', '222042.834000', '222042.836000', '222042.839000', '222042.841000', '222042.844000', '222042.847000', '222042.849000', '222042.852000', '222042.855000', '222042.857000', '222042.860000', '222042.862000', '222042.865000', '222042.868000', '222042.870000', '222042.873000', '222042.875000', '222042.878000', '222042.881000', '222042.883000', '222042.886000', '222042.888000', '222042.891000', '222042.894000', '222042.896000', '222042.899000', '222042.901000', '222042.904000', '222102.795000', '222102.798000', '222102.800000', '222102.803000', '222102.805000', '222102.808000', '222102.811000', '222102.813000', '222102.816000', '222102.819000', '222102.821000', '222102.824000', '222102.826000', '222102.829000', '222102.832000', '222102.834000', '222102.837000', '222102.839000', '222102.842000', '222102.844000', '222102.847000', '222102.850000', '222102.852000', '222102.855000', '222102.858000', '222102.860000', '222102.863000', '222102.866000', '222102.873000', '222102.876000', '222102.879000', '222102.881000', '222102.884000', '222102.886000', '222102.889000', '222102.892000', '222102.894000', '222102.897000', '222102.900000', '222102.902000', '222102.905000', '222102.907000', '222102.910000', '222122.794000', '222122.797000', '222122.800000', '222122.803000', '222122.805000', '222122.808000', '222122.811000', '222122.813000', '222122.816000', '222122.818000', '222122.821000', '222122.824000', '222122.826000', '222122.829000', '222122.832000', '222122.834000', '222122.837000', '222122.840000', '222122.842000', '222122.845000', '222122.847000', '222122.850000', '222122.853000', '222122.855000', '222122.858000', '222122.861000', '222122.863000', '222122.866000', '222122.868000', '222122.871000', '222122.874000', '222122.876000', '222122.879000', '222122.881000', '222122.884000', '222122.887000', '222122.889000', '222122.892000', '222122.895000', '222122.899000', '222122.902000', '222122.904000', '222122.907000', '222122.909000', '222142.795000', '222142.797000', '222142.800000', '222142.803000', '222142.805000', '222142.808000', '222142.810000', '222142.813000', '222142.816000', '222142.818000', '222142.821000', '222142.823000', '222142.826000', '222142.829000', '222142.831000', '222142.834000', '222142.836000', '222142.839000', '222142.842000', '222142.844000', '222142.847000', '222142.849000', '222142.852000', '222142.854000', '222142.857000', '222142.860000', '222142.862000', '222142.865000', '222142.868000', '222142.870000', '222142.873000', '222142.876000', '222142.898000', '222142.901000', '222142.904000', '222142.906000', '222142.909000', '222142.911000', '222142.914000', '222142.917000', '222142.919000', '222142.922000', '222142.924000', '222202.794000', '222202.797000', '222202.800000', '222202.803000', '222202.805000', '222202.808000', '222202.810000', '222202.813000', '222202.816000', '222202.818000', '222202.821000', '222202.823000', '222202.826000', '222202.828000', '222202.831000', '222202.834000', '222202.836000', '222202.839000', '222202.841000', '222202.844000', '222202.847000', '222202.849000', '222202.852000', '222202.854000', '222202.857000', '222202.860000', '222202.862000', '222202.865000', '222202.868000', '222202.870000', '222202.873000', '222202.875000', '222202.878000', '222202.881000', '222202.883000', '222202.886000', '222202.888000', '222202.891000', '222202.894000', '222202.896000', '222202.899000', '222202.901000', '222202.904000', '222202.907000', '222222.794000', '222222.797000', '222222.799000', '222222.802000', '222222.805000', '222222.807000', '222222.810000', '222222.812000', '222222.815000', '222222.818000', '222222.820000', '222222.823000', '222222.825000', '222222.828000', '222222.831000', '222222.833000', '222222.836000', '222222.838000', '222222.841000', '222222.844000', '222222.846000', '222222.849000', '222222.852000', '222222.854000', '222222.857000', '222222.859000', '222222.862000', '222222.864000', '222222.867000', '222222.870000', '222222.872000', '222222.875000', '222222.878000', '222222.880000', '222222.883000', '222222.885000', '222222.888000', '222222.890000', '222222.893000', '222222.896000', '222222.898000', '222222.901000', '222222.904000', '222242.795000', '222242.797000', '222242.800000', '222242.803000', '222242.805000', '222242.808000', '222242.810000', '222242.813000', '222242.816000', '222242.818000', '222242.821000', '222242.823000', '222242.826000', '222242.829000', '222242.831000', '222242.834000', '222242.836000', '222242.839000', '222242.842000', '222242.844000', '222242.847000', '222242.856000', '222242.858000', '222242.861000', '222242.864000', '222242.866000', '222242.869000', '222242.871000', '222242.874000', '222242.877000', '222242.879000', '222242.882000', '222242.884000', '222242.887000', '222242.890000', '222242.892000', '222242.895000', '222242.898000', '222242.900000', '222242.903000', '222242.906000', '222242.908000', '222242.911000', '222242.913000', '222302.795000', '222302.797000', '222302.800000', '222302.803000', '222302.805000', '222302.808000', '222302.811000', '222302.813000', '222302.816000', '222302.818000', '222302.821000', '222302.824000', '222302.826000', '222302.829000', '222302.831000', '222302.834000', '222302.837000', '222302.839000', '222302.842000', '222302.844000', '222302.847000', '222302.850000', '222302.852000', '222302.855000', '222302.858000', '222302.860000', '222302.863000', '222302.865000', '222302.868000', '222302.871000', '222302.873000', '222302.876000', '222302.879000', '222302.881000', '222302.884000', '222302.886000', '222302.889000', '222302.892000', '222302.894000', '222302.897000', '222302.899000', '222302.902000', '222302.905000', '222322.794000', '222322.797000', '222322.800000', '222322.803000', '222322.805000', '222322.808000', '222322.810000', '222322.813000', '222322.816000', '222322.818000', '222322.821000', '222322.824000', '222322.826000', '222322.829000', '222322.831000', '222322.834000', '222322.837000', '222322.839000', '222322.842000', '222322.844000', '222322.847000', '222322.850000', '222322.852000', '222322.855000', '222322.858000', '222322.860000', '222322.863000', '222322.865000', '222322.868000', '222322.871000', '222322.873000', '222322.876000', '222322.879000', '222322.881000', '222322.884000', '222322.886000', '222322.889000', '222322.892000', '222322.894000', '222322.897000', '222322.900000', '222322.902000', '222322.905000', '222322.908000', '222342.795000', '222342.798000', '222342.800000', '222342.803000', '222342.805000', '222342.808000', '222342.811000', '222342.813000', '222342.816000', '222342.818000', '222342.821000', '222342.824000', '222342.826000', '222342.829000', '222342.831000', '222342.834000', '222342.837000', '222342.839000', '222342.842000', '222342.844000', '222342.847000', '222342.850000', '222342.852000', '222342.855000', '222342.857000', '222342.860000', '222342.862000', '222342.865000', '222342.868000', '222342.870000', '222342.873000', '222342.876000', '222342.878000', '222342.881000', '222342.883000', '222342.886000', '222342.888000', '222342.891000', '222342.894000', '222342.896000', '222342.899000', '222342.901000', '222342.904000', '222402.795000', '222402.797000', '222402.800000', '222402.803000', '222402.805000', '222402.808000', '222402.810000', '222402.813000', '222402.816000', '222402.818000', '222402.821000', '222402.824000', '222402.826000', '222402.829000', '222402.832000', '222402.834000', '222402.837000', '222402.847000', '222402.849000', '222402.852000', '222402.854000', '222402.857000', '222402.860000', '222402.862000', '222402.865000', '222402.868000', '222402.870000', '222402.873000', '222402.876000', '222402.878000', '222402.881000', '222402.884000', '222402.886000', '222402.889000', '222402.891000', '222402.894000', '222402.897000', '222402.899000', '222402.902000', '222402.905000', '222402.907000', '222402.910000', '222402.913000', '222402.915000', '222422.794000', '222422.797000', '222422.800000', '222422.803000', '222422.805000', '222422.808000', '222422.810000', '222422.813000', '222422.816000', '222422.818000', '222422.821000', '222422.823000', '222422.826000', '222422.829000', '222422.831000', '222422.834000', '222422.837000', '222422.839000', '222422.842000', '222422.844000', '222422.847000', '222422.849000', '222422.852000', '222422.855000', '222422.857000', '222422.860000', '222422.862000', '222422.865000', '222422.868000', '222422.870000', '222422.873000', '222422.875000', '222422.878000', '222422.881000', '222422.883000', '222422.886000', '222422.888000', '222422.891000', '222422.894000', '222422.896000', '222422.920000', '222422.923000', '222422.925000', '222442.794000', '222442.796000', '222442.799000', '222442.802000', '222442.805000', '222442.807000', '222442.810000', '222442.812000', '222442.815000', '222442.818000', '222442.820000', '222442.823000', '222442.826000', '222442.828000', '222442.831000', '222442.834000', '222442.836000', '222442.839000', '222442.841000', '222442.844000', '222442.847000', '222442.849000', '222442.852000', '222442.855000', '222442.857000', '222442.860000', '222442.863000', '222442.894000', '222442.897000', '222442.899000', '222442.902000', '222442.904000', '222442.907000', '222442.910000', '222442.912000', '222442.915000', '222442.917000', '222442.920000', '222442.923000', '222442.925000', '222442.928000', '222442.931000', '222442.933000', '222442.936000', '222502.795000', '222502.798000', '222502.800000', '222502.803000', '222502.805000', '222502.808000', '222502.811000', '222502.813000', '222502.816000', '222502.818000', '222502.821000', '222502.824000', '222502.826000', '222502.829000', '222502.832000', '222502.834000', '222502.837000', '222502.839000', '222502.842000', '222502.844000', '222502.847000', '222502.850000', '222502.852000', '222502.855000', '222502.858000', '222502.860000', '222502.863000', '222502.866000', '222502.868000', '222502.871000', '222502.873000', '222502.876000', '222502.879000', '222502.881000', '222502.884000', '222502.887000', '222502.889000', '222502.892000', '222502.895000', '222502.897000', '222502.900000', '222502.902000', '222502.905000', '222522.795000', '222522.798000', '222522.800000', '222522.803000', '222522.805000', '222522.808000', '222522.811000', '222522.813000', '222522.816000', '222522.818000', '222522.821000', '222522.824000', '222522.826000', '222522.829000', '222522.832000', '222522.834000', '222522.837000', '222522.840000', '222522.842000', '222522.845000', '222522.847000', '222522.850000', '222522.852000', '222522.855000', '222522.858000', '222522.860000', '222522.863000', '222522.866000', '222522.868000', '222522.871000', '222522.873000', '222522.876000', '222522.879000', '222522.881000', '222522.884000', '222522.887000', '222522.889000', '222522.892000', '222522.895000', '222522.897000', '222522.900000', '222522.902000', '222522.905000', '222522.907000', '222542.795000', '222542.798000', '222542.800000', '222542.803000', '222542.806000', '222542.808000', '222542.811000', '222542.814000', '222542.816000', '222542.819000', '222542.822000', '222542.824000', '222542.827000', '222542.830000', '222542.832000', '222542.835000', '222542.837000', '222542.840000', '222542.843000', '222542.845000', '222542.848000', '222542.850000', '222542.853000', '222542.856000', '222542.858000', '222542.861000', '222542.864000', '222542.866000', '222542.869000', '222542.871000', '222542.874000', '222542.876000', '222542.879000', '222542.882000', '222542.884000', '222542.887000', '222542.899000', '222542.901000', '222542.904000', '222542.907000', '222542.909000', '222542.912000', '222542.914000', '222602.795000', '222602.797000', '222602.800000', '222602.803000', '222602.805000', '222602.808000', '222602.810000', '222602.813000', '222602.816000', '222602.818000', '222602.821000', '222602.824000', '222602.826000', '222602.829000', '222602.831000', '222602.834000', '222602.837000', '222602.839000', '222602.842000', '222602.844000', '222602.847000', '222602.850000', '222602.852000', '222602.855000', '222602.857000', '222602.860000', '222602.863000', '222602.865000', '222602.868000', '222602.870000', '222602.873000', '222602.876000', '222602.878000', '222602.881000', '222602.883000', '222602.886000', '222602.889000', '222602.891000', '222602.894000', '222602.897000', '222602.899000', '222602.902000', '222602.904000', '222602.907000', '222622.795000', '222622.797000', '222622.800000', '222622.803000', '222622.805000', '222622.808000', '222622.811000', '222622.813000', '222622.816000', '222622.818000', '222622.821000', '222622.824000', '222622.826000', '222622.829000', '222622.831000', '222622.834000', '222622.837000', '222622.839000', '222622.842000', '222622.844000', '222622.847000', '222622.850000', '222622.852000', '222622.855000', '222622.857000', '222622.860000', '222622.863000', '222622.865000', '222622.868000', '222622.870000', '222622.873000', '222622.876000', '222622.878000', '222622.881000', '222622.884000', '222622.886000', '222622.889000', '222622.891000', '222622.894000', '222622.897000', '222622.899000', '222622.902000', '222622.904000', '222624.833000', '222624.836000', '222624.839000', '222624.841000', '222624.844000'], 'InstanceCreationTime': ['221602.849000', '221602.860000', '221602.863000', '221602.866000', '221602.868000', '221602.871000', '221602.873000', '221602.876000', '221602.878000', '221602.881000', '221602.883000', '221602.891000', '221602.894000', '221602.902000', '221602.905000', '221602.907000', '221602.910000', '221602.913000', '221602.915000', '221602.918000', '221602.920000', '221602.923000', '221602.925000', '221622.795000', '221622.797000', '221622.800000', '221622.803000', '221622.805000', '221622.808000', '221622.810000', '221622.813000', '221622.815000', '221622.818000', '221622.821000', '221622.823000', '221622.826000', '221622.834000', '221622.836000', '221622.839000', '221622.841000', '221622.844000', '221622.847000', '221622.849000', '221622.852000', '221622.857000', '221622.860000', '221622.862000', '221622.865000', '221622.867000', '221622.870000', '221622.873000', '221622.875000', '221622.878000', '221622.880000', '221622.883000', '221622.886000', '221622.888000', '221622.891000', '221622.893000', '221622.896000', '221622.899000', '221622.901000', '221622.904000', '221622.906000', '221622.909000', '221622.911000', '221622.914000', '221642.794000', '221642.797000', '221642.800000', '221642.803000', '221642.805000', '221642.808000', '221642.810000', '221642.813000', '221642.816000', '221642.818000', '221642.821000', '221642.823000', '221642.826000', '221642.829000', '221642.831000', '221642.834000', '221642.842000', '221642.845000', '221642.847000', '221642.850000', '221642.853000', '221642.855000', '221642.858000', '221642.860000', '221642.863000', '221642.865000', '221642.868000', '221642.870000', '221642.873000', '221642.876000', '221642.878000', '221642.881000', '221642.883000', '221642.886000', '221642.888000', '221642.891000', '221642.894000', '221642.896000', '221642.899000', '221642.902000', '221642.904000', '221642.907000', '221642.916000', '221702.795000', '221702.797000', '221702.800000', '221702.803000', '221702.805000', '221702.808000', '221702.811000', '221702.813000', '221702.816000', '221702.819000', '221702.822000', '221702.825000', '221702.828000', '221702.830000', '221702.833000', '221702.835000', '221702.838000', '221702.841000', '221702.843000', '221702.846000', '221702.848000', '221702.851000', '221702.853000', '221702.856000', '221702.858000', '221702.861000', '221702.864000', '221702.866000', '221702.869000', '221702.871000', '221702.874000', '221702.877000', '221702.879000', '221702.882000', '221702.884000', '221702.887000', '221702.889000', '221702.892000', '221702.895000', '221702.897000', '221702.900000', '221702.903000', '221702.905000', '221722.795000', '221722.797000', '221722.816000', '221722.818000', '221722.821000', '221722.824000', '221722.826000', '221722.829000', '221722.831000', '221722.834000', '221722.836000', '221722.839000', '221722.842000', '221722.844000', '221722.847000', '221722.849000', '221722.852000', '221722.855000', '221722.857000', '221722.860000', '221722.862000', '221722.865000', '221722.868000', '221722.870000', '221722.873000', '221722.875000', '221722.878000', '221722.880000', '221722.883000', '221722.886000', '221722.888000', '221722.891000', '221722.894000', '221722.896000', '221722.899000', '221722.901000', '221722.904000', '221722.907000', '221722.909000', '221722.912000', '221722.914000', '221722.917000', '221722.919000', '221722.922000', '221742.793000', '221742.796000', '221742.799000', '221742.801000', '221742.804000', '221742.807000', '221742.809000', '221742.812000', '221742.815000', '221742.817000', '221742.820000', '221742.822000', '221742.825000', '221742.827000', '221742.830000', '221742.833000', '221742.835000', '221742.838000', '221742.841000', '221742.843000', '221742.846000', '221742.848000', '221742.851000', '221742.853000', '221742.856000', '221742.859000', '221742.861000', '221742.864000', '221742.866000', '221742.869000', '221742.872000', '221742.874000', '221742.877000', '221742.879000', '221742.882000', '221742.885000', '221742.887000', '221742.890000', '221742.892000', '221742.895000', '221742.897000', '221742.900000', '221742.903000', '221742.906000', '221802.795000', '221802.797000', '221802.800000', '221802.803000', '221802.805000', '221802.808000', '221802.810000', '221802.813000', '221802.816000', '221802.818000', '221802.821000', '221802.823000', '221802.826000', '221802.828000', '221802.838000', '221802.840000', '221802.843000', '221802.846000', '221802.848000', '221802.851000', '221802.853000', '221802.856000', '221802.859000', '221802.861000', '221802.864000', '221802.866000', '221802.869000', '221802.871000', '221802.874000', '221802.877000', '221802.879000', '221802.882000', '221802.884000', '221802.887000', '221802.889000', '221802.892000', '221802.895000', '221802.897000', '221802.900000', '221802.902000', '221802.905000', '221802.908000', '221802.910000', '221822.794000', '221822.797000', '221822.800000', '221822.802000', '221822.805000', '221822.808000', '221822.810000', '221822.813000', '221822.815000', '221822.818000', '221822.821000', '221822.823000', '221822.826000', '221822.829000', '221822.831000', '221822.834000', '221822.836000', '221822.839000', '221822.842000', '221822.844000', '221822.847000', '221822.850000', '221822.852000', '221822.855000', '221822.857000', '221822.860000', '221822.863000', '221822.865000', '221822.868000', '221822.871000', '221822.873000', '221822.876000', '221822.878000', '221822.881000', '221822.884000', '221822.886000', '221822.889000', '221822.891000', '221822.894000', '221822.897000', '221822.899000', '221822.902000', '221822.905000', '221822.907000', '221842.795000', '221842.798000', '221842.800000', '221842.803000', '221842.805000', '221842.808000', '221842.810000', '221842.813000', '221842.816000', '221842.818000', '221842.821000', '221842.823000', '221842.826000', '221842.829000', '221842.831000', '221842.834000', '221842.836000', '221842.839000', '221842.842000', '221842.844000', '221842.847000', '221842.849000', '221842.852000', '221842.854000', '221842.857000', '221842.860000', '221842.862000', '221842.865000', '221842.868000', '221842.870000', '221842.873000', '221842.875000', '221842.878000', '221842.880000', '221842.883000', '221842.886000', '221842.888000', '221842.891000', '221842.893000', '221842.896000', '221842.935000', '221842.938000', '221842.940000', '221902.795000', '221902.797000', '221902.800000', '221902.803000', '221902.805000', '221902.808000', '221902.811000', '221902.813000', '221902.816000', '221902.818000', '221902.821000', '221902.824000', '221902.826000', '221902.829000', '221902.832000', '221902.834000', '221902.837000', '221902.839000', '221902.842000', '221902.844000', '221902.847000', '221902.850000', '221902.852000', '221902.855000', '221902.857000', '221902.860000', '221902.863000', '221902.865000', '221902.868000', '221902.870000', '221902.873000', '221902.876000', '221902.878000', '221902.881000', '221902.883000', '221902.886000', '221902.889000', '221902.891000', '221902.894000', '221902.896000', '221902.899000', '221902.902000', '221902.904000', '221922.795000', '221922.798000', '221922.800000', '221922.803000', '221922.805000', '221922.808000', '221922.811000', '221922.813000', '221922.816000', '221922.818000', '221922.821000', '221922.824000', '221922.826000', '221922.829000', '221922.831000', '221922.834000', '221922.837000', '221922.839000', '221922.842000', '221922.844000', '221922.847000', '221922.850000', '221922.852000', '221922.855000', '221922.858000', '221922.860000', '221922.863000', '221922.865000', '221922.868000', '221922.871000', '221922.873000', '221922.876000', '221922.879000', '221922.881000', '221922.884000', '221922.887000', '221922.889000', '221922.892000', '221922.895000', '221922.897000', '221922.900000', '221922.902000', '221922.905000', '221922.908000', '221942.794000', '221942.797000', '221942.800000', '221942.803000', '221942.805000', '221942.808000', '221942.810000', '221942.813000', '221942.815000', '221942.819000', '221942.821000', '221942.824000', '221942.828000', '221942.831000', '221942.833000', '221942.836000', '221942.839000', '221942.841000', '221942.844000', '221942.846000', '221942.849000', '221942.851000', '221942.854000', '221942.857000', '221942.859000', '221942.862000', '221942.865000', '221942.867000', '221942.870000', '221942.872000', '221942.875000', '221942.878000', '221942.880000', '221942.883000', '221942.886000', '221942.888000', '221942.891000', '221942.893000', '221942.896000', '221942.899000', '221942.901000', '221942.904000', '221942.906000', '222002.794000', '222002.796000', '222002.799000', '222002.802000', '222002.804000', '222002.807000', '222002.809000', '222002.812000', '222002.815000', '222002.817000', '222002.820000', '222002.823000', '222002.825000', '222002.828000', '222002.830000', '222002.833000', '222002.836000', '222002.838000', '222002.841000', '222002.843000', '222002.846000', '222002.848000', '222002.851000', '222002.854000', '222002.856000', '222002.859000', '222002.861000', '222002.864000', '222002.867000', '222002.869000', '222002.872000', '222002.875000', '222002.877000', '222002.880000', '222002.882000', '222002.885000', '222002.888000', '222002.890000', '222002.893000', '222002.896000', '222002.898000', '222002.901000', '222002.903000', '222002.906000', '222022.794000', '222022.797000', '222022.800000', '222022.802000', '222022.805000', '222022.808000', '222022.810000', '222022.813000', '222022.815000', '222022.818000', '222022.821000', '222022.823000', '222022.826000', '222022.828000', '222022.831000', '222022.834000', '222022.836000', '222022.839000', '222022.842000', '222022.844000', '222022.847000', '222022.849000', '222022.868000', '222022.871000', '222022.874000', '222022.876000', '222022.879000', '222022.882000', '222022.884000', '222022.887000', '222022.890000', '222022.892000', '222022.895000', '222022.897000', '222022.900000', '222022.902000', '222022.905000', '222022.908000', '222022.910000', '222022.913000', '222022.915000', '222022.918000', '222022.921000', '222022.923000', '222042.795000', '222042.797000', '222042.800000', '222042.803000', '222042.805000', '222042.808000', '222042.810000', '222042.813000', '222042.816000', '222042.818000', '222042.821000', '222042.823000', '222042.826000', '222042.829000', '222042.831000', '222042.834000', '222042.836000', '222042.839000', '222042.841000', '222042.844000', '222042.847000', '222042.849000', '222042.852000', '222042.855000', '222042.857000', '222042.860000', '222042.862000', '222042.865000', '222042.868000', '222042.870000', '222042.873000', '222042.875000', '222042.878000', '222042.881000', '222042.883000', '222042.886000', '222042.888000', '222042.891000', '222042.894000', '222042.896000', '222042.899000', '222042.901000', '222042.904000', '222102.795000', '222102.798000', '222102.800000', '222102.803000', '222102.805000', '222102.808000', '222102.811000', '222102.813000', '222102.816000', '222102.819000', '222102.821000', '222102.824000', '222102.826000', '222102.829000', '222102.832000', '222102.834000', '222102.837000', '222102.839000', '222102.842000', '222102.844000', '222102.847000', '222102.850000', '222102.852000', '222102.855000', '222102.858000', '222102.860000', '222102.863000', '222102.866000', '222102.873000', '222102.876000', '222102.879000', '222102.881000', '222102.884000', '222102.886000', '222102.889000', '222102.892000', '222102.894000', '222102.897000', '222102.900000', '222102.902000', '222102.905000', '222102.907000', '222102.910000', '222122.794000', '222122.797000', '222122.800000', '222122.803000', '222122.805000', '222122.808000', '222122.811000', '222122.813000', '222122.816000', '222122.818000', '222122.821000', '222122.824000', '222122.826000', '222122.829000', '222122.832000', '222122.834000', '222122.837000', '222122.840000', '222122.842000', '222122.845000', '222122.847000', '222122.850000', '222122.853000', '222122.855000', '222122.858000', '222122.861000', '222122.863000', '222122.866000', '222122.868000', '222122.871000', '222122.874000', '222122.876000', '222122.879000', '222122.881000', '222122.884000', '222122.887000', '222122.889000', '222122.892000', '222122.895000', '222122.899000', '222122.902000', '222122.904000', '222122.907000', '222122.909000', '222142.795000', '222142.797000', '222142.800000', '222142.803000', '222142.805000', '222142.808000', '222142.810000', '222142.813000', '222142.816000', '222142.818000', '222142.821000', '222142.823000', '222142.826000', '222142.829000', '222142.831000', '222142.834000', '222142.836000', '222142.839000', '222142.842000', '222142.844000', '222142.847000', '222142.849000', '222142.852000', '222142.854000', '222142.857000', '222142.860000', '222142.862000', '222142.865000', '222142.868000', '222142.870000', '222142.873000', '222142.876000', '222142.898000', '222142.901000', '222142.904000', '222142.906000', '222142.909000', '222142.911000', '222142.914000', '222142.917000', '222142.919000', '222142.922000', '222142.924000', '222202.794000', '222202.797000', '222202.800000', '222202.803000', '222202.805000', '222202.808000', '222202.810000', '222202.813000', '222202.816000', '222202.818000', '222202.821000', '222202.823000', '222202.826000', '222202.828000', '222202.831000', '222202.834000', '222202.836000', '222202.839000', '222202.841000', '222202.844000', '222202.847000', '222202.849000', '222202.852000', '222202.854000', '222202.857000', '222202.860000', '222202.862000', '222202.865000', '222202.868000', '222202.870000', '222202.873000', '222202.875000', '222202.878000', '222202.881000', '222202.883000', '222202.886000', '222202.888000', '222202.891000', '222202.894000', '222202.896000', '222202.899000', '222202.901000', '222202.904000', '222202.907000', '222222.794000', '222222.797000', '222222.799000', '222222.802000', '222222.805000', '222222.807000', '222222.810000', '222222.812000', '222222.815000', '222222.818000', '222222.820000', '222222.823000', '222222.825000', '222222.828000', '222222.831000', '222222.833000', '222222.836000', '222222.838000', '222222.841000', '222222.844000', '222222.846000', '222222.849000', '222222.852000', '222222.854000', '222222.857000', '222222.859000', '222222.862000', '222222.864000', '222222.867000', '222222.870000', '222222.872000', '222222.875000', '222222.878000', '222222.880000', '222222.883000', '222222.885000', '222222.888000', '222222.890000', '222222.893000', '222222.896000', '222222.898000', '222222.901000', '222222.904000', '222242.795000', '222242.797000', '222242.800000', '222242.803000', '222242.805000', '222242.808000', '222242.810000', '222242.813000', '222242.816000', '222242.818000', '222242.821000', '222242.823000', '222242.826000', '222242.829000', '222242.831000', '222242.834000', '222242.836000', '222242.839000', '222242.842000', '222242.844000', '222242.847000', '222242.856000', '222242.858000', '222242.861000', '222242.864000', '222242.866000', '222242.869000', '222242.871000', '222242.874000', '222242.877000', '222242.879000', '222242.882000', '222242.884000', '222242.887000', '222242.890000', '222242.892000', '222242.895000', '222242.898000', '222242.900000', '222242.903000', '222242.906000', '222242.908000', '222242.911000', '222242.913000', '222302.795000', '222302.797000', '222302.800000', '222302.803000', '222302.805000', '222302.808000', '222302.811000', '222302.813000', '222302.816000', '222302.818000', '222302.821000', '222302.824000', '222302.826000', '222302.829000', '222302.831000', '222302.834000', '222302.837000', '222302.839000', '222302.842000', '222302.844000', '222302.847000', '222302.850000', '222302.852000', '222302.855000', '222302.858000', '222302.860000', '222302.863000', '222302.865000', '222302.868000', '222302.871000', '222302.873000', '222302.876000', '222302.879000', '222302.881000', '222302.884000', '222302.886000', '222302.889000', '222302.892000', '222302.894000', '222302.897000', '222302.899000', '222302.902000', '222302.905000', '222322.794000', '222322.797000', '222322.800000', '222322.803000', '222322.805000', '222322.808000', '222322.810000', '222322.813000', '222322.816000', '222322.818000', '222322.821000', '222322.824000', '222322.826000', '222322.829000', '222322.831000', '222322.834000', '222322.837000', '222322.839000', '222322.842000', '222322.844000', '222322.847000', '222322.850000', '222322.852000', '222322.855000', '222322.858000', '222322.860000', '222322.863000', '222322.865000', '222322.868000', '222322.871000', '222322.873000', '222322.876000', '222322.879000', '222322.881000', '222322.884000', '222322.886000', '222322.889000', '222322.892000', '222322.894000', '222322.897000', '222322.900000', '222322.902000', '222322.905000', '222322.908000', '222342.795000', '222342.798000', '222342.800000', '222342.803000', '222342.805000', '222342.808000', '222342.811000', '222342.813000', '222342.816000', '222342.818000', '222342.821000', '222342.824000', '222342.826000', '222342.829000', '222342.831000', '222342.834000', '222342.837000', '222342.839000', '222342.842000', '222342.844000', '222342.847000', '222342.850000', '222342.852000', '222342.855000', '222342.857000', '222342.860000', '222342.862000', '222342.865000', '222342.868000', '222342.870000', '222342.873000', '222342.876000', '222342.878000', '222342.881000', '222342.883000', '222342.886000', '222342.888000', '222342.891000', '222342.894000', '222342.896000', '222342.899000', '222342.901000', '222342.904000', '222402.795000', '222402.797000', '222402.800000', '222402.803000', '222402.805000', '222402.808000', '222402.810000', '222402.813000', '222402.816000', '222402.818000', '222402.821000', '222402.824000', '222402.826000', '222402.829000', '222402.832000', '222402.834000', '222402.837000', '222402.847000', '222402.849000', '222402.852000', '222402.854000', '222402.857000', '222402.860000', '222402.862000', '222402.865000', '222402.868000', '222402.870000', '222402.873000', '222402.876000', '222402.878000', '222402.881000', '222402.884000', '222402.886000', '222402.889000', '222402.891000', '222402.894000', '222402.897000', '222402.899000', '222402.902000', '222402.905000', '222402.907000', '222402.910000', '222402.913000', '222402.915000', '222422.794000', '222422.797000', '222422.800000', '222422.803000', '222422.805000', '222422.808000', '222422.810000', '222422.813000', '222422.816000', '222422.818000', '222422.821000', '222422.823000', '222422.826000', '222422.829000', '222422.831000', '222422.834000', '222422.837000', '222422.839000', '222422.842000', '222422.844000', '222422.847000', '222422.849000', '222422.852000', '222422.855000', '222422.857000', '222422.860000', '222422.862000', '222422.865000', '222422.868000', '222422.870000', '222422.873000', '222422.875000', '222422.878000', '222422.881000', '222422.883000', '222422.886000', '222422.888000', '222422.891000', '222422.894000', '222422.896000', '222422.920000', '222422.923000', '222422.925000', '222442.794000', '222442.796000', '222442.799000', '222442.802000', '222442.805000', '222442.807000', '222442.810000', '222442.812000', '222442.815000', '222442.818000', '222442.820000', '222442.823000', '222442.826000', '222442.828000', '222442.831000', '222442.834000', '222442.836000', '222442.839000', '222442.841000', '222442.844000', '222442.847000', '222442.849000', '222442.852000', '222442.855000', '222442.857000', '222442.860000', '222442.863000', '222442.894000', '222442.897000', '222442.899000', '222442.902000', '222442.904000', '222442.907000', '222442.910000', '222442.912000', '222442.915000', '222442.917000', '222442.920000', '222442.923000', '222442.925000', '222442.928000', '222442.931000', '222442.933000', '222442.936000', '222502.795000', '222502.798000', '222502.800000', '222502.803000', '222502.805000', '222502.808000', '222502.811000', '222502.813000', '222502.816000', '222502.818000', '222502.821000', '222502.824000', '222502.826000', '222502.829000', '222502.832000', '222502.834000', '222502.837000', '222502.839000', '222502.842000', '222502.844000', '222502.847000', '222502.850000', '222502.852000', '222502.855000', '222502.858000', '222502.860000', '222502.863000', '222502.866000', '222502.868000', '222502.871000', '222502.873000', '222502.876000', '222502.879000', '222502.881000', '222502.884000', '222502.887000', '222502.889000', '222502.892000', '222502.895000', '222502.897000', '222502.900000', '222502.902000', '222502.905000', '222522.795000', '222522.798000', '222522.800000', '222522.803000', '222522.805000', '222522.808000', '222522.811000', '222522.813000', '222522.816000', '222522.818000', '222522.821000', '222522.824000', '222522.826000', '222522.829000', '222522.832000', '222522.834000', '222522.837000', '222522.840000', '222522.842000', '222522.845000', '222522.847000', '222522.850000', '222522.852000', '222522.855000', '222522.858000', '222522.860000', '222522.863000', '222522.866000', '222522.868000', '222522.871000', '222522.873000', '222522.876000', '222522.879000', '222522.881000', '222522.884000', '222522.887000', '222522.889000', '222522.892000', '222522.895000', '222522.897000', '222522.900000', '222522.902000', '222522.905000', '222522.907000', '222542.795000', '222542.798000', '222542.800000', '222542.803000', '222542.806000', '222542.808000', '222542.811000', '222542.814000', '222542.816000', '222542.819000', '222542.822000', '222542.824000', '222542.827000', '222542.830000', '222542.832000', '222542.835000', '222542.837000', '222542.840000', '222542.843000', '222542.845000', '222542.848000', '222542.850000', '222542.853000', '222542.856000', '222542.858000', '222542.861000', '222542.864000', '222542.866000', '222542.869000', '222542.871000', '222542.874000', '222542.876000', '222542.879000', '222542.882000', '222542.884000', '222542.887000', '222542.899000', '222542.901000', '222542.904000', '222542.907000', '222542.909000', '222542.912000', '222542.914000', '222602.795000', '222602.797000', '222602.800000', '222602.803000', '222602.805000', '222602.808000', '222602.810000', '222602.813000', '222602.816000', '222602.818000', '222602.821000', '222602.824000', '222602.826000', '222602.829000', '222602.831000', '222602.834000', '222602.837000', '222602.839000', '222602.842000', '222602.844000', '222602.847000', '222602.850000', '222602.852000', '222602.855000', '222602.857000', '222602.860000', '222602.863000', '222602.865000', '222602.868000', '222602.870000', '222602.873000', '222602.876000', '222602.878000', '222602.881000', '222602.883000', '222602.886000', '222602.889000', '222602.891000', '222602.894000', '222602.897000', '222602.899000', '222602.902000', '222602.904000', '222602.907000', '222622.795000', '222622.797000', '222622.800000', '222622.803000', '222622.805000', '222622.808000', '222622.811000', '222622.813000', '222622.816000', '222622.818000', '222622.821000', '222622.824000', '222622.826000', '222622.829000', '222622.831000', '222622.834000', '222622.837000', '222622.839000', '222622.842000', '222622.844000', '222622.847000', '222622.850000', '222622.852000', '222622.855000', '222622.857000', '222622.860000', '222622.863000', '222622.865000', '222622.868000', '222622.870000', '222622.873000', '222622.876000', '222622.878000', '222622.881000', '222622.884000', '222622.886000', '222622.889000', '222622.891000', '222622.894000', '222622.897000', '222622.899000', '222622.902000', '222622.904000', '222624.833000', '222624.836000', '222624.839000', '222624.841000', '222624.844000'], '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': [9622, 12833, 8240, 10243, 6352, 7638, 6663, 7264, 6945, 6383, 7591, 8309, 7249, 8774, 6876, 9786, 6402, 7403, 12090, 8803, 11725, 7610, 9343, 12061, 7303, 11017, 6924, 7205, 10366, 7358, 8123, 7176, 7173, 6339, 7298, 7551, 6957, 6712, 6321, 7285, 7291, 7224, 7110, 6408, 6416, 6436, 7146, 7872, 7077, 7695, 6205, 7128, 6557, 7316, 7281, 6857, 7869, 6281, 7565, 10423, 7365, 9106, 6890, 7398, 6270, 7543, 9107, 6664, 7193, 6452, 7273, 6343, 7541, 12185, 7207, 10256, 6337, 7056, 6471, 7467, 9784, 6549, 7166, 6165, 7491, 9264, 6385, 7229, 6132, 7651, 10830, 6509, 7877, 6054, 7505, 11564, 6615, 9015, 6217, 7289, 10289, 6782, 8198, 6371, 7416, 10732, 6809, 8404, 6220, 7348, 9893, 6845, 7750, 6231, 7348, 9052, 7276, 10078, 6645, 7282, 6360, 7696, 11950, 9188, 10430, 6118, 8121, 10815, 6955, 11044, 7252, 11508, 7081, 9467, 7003, 7215, 7013, 8491, 7180, 9053, 6942, 7659, 12847, 9614, 10776, 6224, 7680, 11539, 7022, 10085, 6686, 6524, 6434, 7120, 6175, 7342, 10738, 6869, 8899, 6740, 6998, 6260, 7182, 8541, 7561, 12266, 7016, 9941, 6908, 8408, 6670, 7490, 12183, 7083, 8305, 6500, 7587, 11852, 7131, 10630, 7024, 7291, 7705, 7550, 9561, 7251, 7195, 6321, 7301, 7969, 6862, 6831, 6506, 7653, 8337, 7184, 9149, 6671, 6652, 6586, 7597, 10955, 6893, 8855, 6402, 7549, 12172, 6848, 9450, 6256, 7504, 11210, 6595, 8453, 6304, 7499, 11300, 7132, 8025, 6736, 7349, 7065, 7614, 11934, 7053, 9492, 6313, 7663, 10643, 6946, 8363, 6244, 7509, 10197, 6890, 8005, 6530, 6506, 6397, 7484, 10921, 7048, 9417, 6778, 6797, 6537, 7700, 11536, 7079, 10090, 6852, 7562, 6195, 7692, 10939, 6834, 8528, 6273, 7683, 11504, 6967, 7857, 6241, 7693, 10485, 7494, 9277, 7030, 7676, 6323, 7677, 11625, 7093, 7791, 6565, 7958, 9186, 7852, 10546, 6948, 7691, 6479, 7942, 11395, 7229, 9573, 6577, 8006, 10849, 7514, 10213, 7385, 7282, 6220, 7877, 11906, 7298, 9583, 6194, 7974, 9930, 7503, 8942, 6903, 7470, 6315, 7818, 10525, 6818, 7465, 6121, 7583, 10366, 6952, 8344, 6644, 7752, 9624, 7188, 8464, 6458, 6802, 6428, 7781, 10173, 6724, 9077, 6260, 7772, 11937, 7116, 10077, 6535, 7859, 9922, 7556, 10838, 6896, 7837, 6295, 7762, 12111, 7046, 9683, 6262, 7952, 11785, 6802, 7707, 5990, 7782, 9784, 6268, 8014, 6198, 7738, 10706, 6840, 7556, 6596, 6491, 6371, 7244, 9214, 6411, 7712, 6138, 7782, 12384, 7293, 10887, 6238, 7248, 6377, 7718, 13318, 9453, 10528, 7139, 10375, 7132, 10829, 7864, 7993, 12853, 6984, 10216, 6624, 8027, 11442, 6993, 8698, 6560, 7901, 10657, 7033, 7971, 6457, 7644, 12047, 7319, 10124, 6631, 7778, 11295, 7390, 9881, 6630, 8055, 10860, 7778, 10642, 6997, 7806, 8737, 7627, 9610, 6898, 7784, 9204, 7672, 10374, 6882, 7774, 11419, 7408, 9014, 6869, 7933, 11885, 7378, 9524, 6864, 7955, 10990, 7225, 7810, 6594, 7937, 11794, 7362, 8098, 6493, 7657, 10988, 7145, 9676, 6938, 7817, 11629, 7568, 10634, 7107, 7079, 6337, 7704, 9282, 7696, 8423, 6811, 7604, 9422, 7640, 9977, 7568, 9070, 7051, 7436, 10040, 7521, 10585, 7528, 9000, 6790, 7770, 11670, 7244, 9799, 7164, 7777, 6451, 7534, 10770, 7280, 8600, 6455, 7597, 11369, 7234, 8185, 6634, 7662, 8909, 7040, 8386, 6444, 7648, 10078, 6984, 8573, 6447, 7604, 8325, 7596, 10183, 7126, 8515, 6665, 7433, 11452, 6972, 9494, 6163, 7509, 11095, 7129, 8220, 6778, 7393, 12153, 7428, 9017, 6754, 7821, 12380, 7377, 8420, 6630, 7605, 10626, 7145, 7249, 8532, 7410, 8671, 6668, 7513, 8937, 6890, 7568, 6360, 7778, 11033, 7176, 8693, 7068, 8531, 12632, 7685, 8929, 6238, 8097, 7175, 7857, 7625, 6985, 6390, 6561, 6252, 7941, 10501, 9950, 13214, 10111, 7859, 13197, 7673, 8737, 12435, 7390, 10811, 6434, 7951, 10856, 7386, 8215, 6291, 7794, 9135, 6741, 7499, 6389, 7669, 9110, 6739, 7843, 11918, 7384, 9092, 6325, 7917, 10786, 7153, 9058, 6246, 7704, 11053, 7095, 9822, 9785, 7424, 11491, 6488, 7958, 11708, 7802, 9412, 6269, 7868, 11201, 7276, 8211, 6455, 7849, 10376, 7035, 8979, 6320, 7653, 11514, 6932, 8562, 10191, 7320, 10860, 6828, 7890, 11590, 7230, 11023, 6933, 7312, 9771, 7485, 9913, 7151, 6969, 6380, 7659, 11182, 7315, 10252, 6688, 7249, 10070, 7415, 9648, 7378, 9386, 7038, 7528, 6648, 7180, 11656, 7278, 10611, 7114, 7077, 10765, 7173, 9465, 7029, 7552, 6667, 7178, 10646, 7218, 7745, 6648, 7193, 9062, 6997, 7988, 6912, 6918, 6452, 7071, 10652, 6934, 8502, 6670, 6703, 6226, 7441, 12021, 7039, 10777, 9183, 7251, 11486, 6913, 7845, 8528, 7308, 9782, 6808, 7862, 6482, 7645, 11845, 7323, 10810, 7286, 9108, 10865, 7811, 11454, 7432, 8199, 7269, 8942, 7190, 11359, 7112, 10475, 6333, 7526, 11616, 6815, 8973, 11726, 7228, 11553, 6294, 7673, 9914, 6958, 7610, 6562, 7220, 6991, 7341, 9289, 6830, 8418, 6346, 7880, 12168, 6997, 9473, 6356, 7595, 11247, 7221, 11414, 7088, 9582, 6142, 7596, 13097, 8333, 10396, 6126, 7319, 10486, 7264, 11335, 6790, 7454, 6305, 7275, 10433, 6848, 9314, 6849, 7327, 12184, 6959, 7806, 9868, 7116, 9394, 6770, 7342, 6721, 7441, 10152, 6740, 8257, 6356, 7633, 10923, 6850, 8625, 6362, 7500, 12076, 7004, 11814, 6843, 7632, 12208, 7137, 11114, 6539, 7040, 11246, 6807, 8952, 6315, 7357, 11353, 6839, 9374, 6436, 7222, 10817, 6954, 8654, 6840, 6974, 8826, 7370, 10523, 6911, 7616, 6458, 7504, 11968, 7209, 8429, 6451, 7186, 10819, 7230, 9336, 10123, 7106, 11531, 7052, 8044, 6527, 7208, 9756, 6855, 8115, 6567, 6581, 6676, 7349, 10593, 7014, 11878, 7288, 7769, 12586, 6947, 9362, 6374, 7243, 11324, 6808, 8162, 6412, 7400, 11611, 6894, 8525, 6552, 7362, 9701, 6807, 8796, 6729, 7153, 12122, 6788, 9157, 6799, 7037, 8875, 7244, 9113, 6734, 7458, 6565, 7312, 12179, 6832, 8706, 6418, 7302, 11818, 6767, 8505, 6510, 7602, 12466, 6975, 9547, 6375, 7536, 11203, 6487, 8276, 6432, 7510, 11298, 6485, 9100, 6468, 7030, 8119, 7121, 9455, 6614, 7851, 6334, 7420, 11240, 6551, 8329, 6208, 7494, 12231, 7921, 11011, 6338, 7483, 12020, 6912, 9915, 6391, 7334, 8722, 7098, 8657, 6274, 7612, 11418, 6985, 11188, 6720, 7592, 12111, 6898, 11156, 6766, 7825, 10664, 7229, 10302, 6422, 7245, 6617, 7475, 9982, 6578, 8461, 8535, 7344, 10975, 6728, 7769, 6496, 7441, 11236, 6763, 9517, 6376, 7670, 11689, 7084, 10532, 6737, 7561, 10029, 7184, 10699, 6992, 8090, 6402, 7451, 12408, 7046, 10301, 6165, 7483, 11480, 6709, 9449, 6118, 7483, 12171, 6768, 9382, 6247, 7435, 9253, 7191, 9835, 6900, 7651, 6474, 7505, 10886, 6654, 8160, 6075, 7319, 10577, 6624, 9425, 6595, 7002, 7339, 7406, 11850, 7001, 8968, 6660, 7532, 11549, 6779, 9838, 6731, 7091, 7793, 7435, 11435, 6987, 8838, 6374, 7462, 10716, 6944, 10523, 6542, 7292, 8787, 7336, 11725, 6998, 8186, 6835, 7488, 11768, 6956, 9492, 6576, 7403, 10854, 7078, 8557, 6410, 7113, 6015, 7439, 9860, 6697, 8121, 6298, 6507, 6507, 7437, 9373, 6747, 9158, 6638, 8083, 10901, 7207, 11599, 6769, 9160, 8542, 7359, 11644, 7150, 7296, 6397, 7669, 11341, 7068, 8651, 6383, 7469, 9825, 7052, 8407, 6404, 7564, 9154, 6525, 7623, 5980, 7588, 10229, 7026, 9140, 6599, 7366, 10986, 7133, 10462, 6931, 7677, 6416, 7351, 10570, 6782, 9158, 6181, 7381, 11791, 6789, 9026, 6327, 7267, 8683, 7018, 9161, 6429, 7452, 8652, 7432, 11200, 6478, 7982, 6429, 7424, 11985, 6816, 9593, 6274, 7387, 8832, 7375, 8883, 6874, 7382, 6207, 7537, 12042, 7494, 11028, 6276, 7594, 12879, 8291, 11074, 6188, 7461, 11892, 6988, 10232, 6604, 7206, 11029, 7051, 8497, 6672, 7182, 6982, 6288, 9377, 6206, 6881, 6578, 6458, 7103, 6919, 7363, 13093, 6519, 11448, 11834, 7410, 11242, 6503, 8151, 12836, 8770, 10040, 6048, 7567, 10659, 6743, 7376, 8192, 6948, 8099, 6361, 6721, 6434, 7582, 9088, 6846, 10741, 6683, 9822, 6284, 7505, 12228, 7085, 12286, 7899, 9506, 6307, 7478, 12032, 7220, 10817, 7105, 7528, 12231, 7115, 11222, 6772, 7480, 9010, 7134, 9359, 6263, 7620, 9265, 7076, 10189, 6135, 9729, 6318, 7609, 6472, 8498, 6718, 10286, 6752, 9795, 6670, 11056, 10428, 8715, 11647, 7458, 7547, 12650, 8853, 9942, 6103, 7289, 10987, 6876, 8624, 6564, 7457, 10137, 7047, 7920, 6330, 7623, 11302, 7249, 10355, 6454, 7329, 11171, 7102, 10264, 6881, 7889, 7286, 7153, 10138, 7320, 8295, 6740, 7109, 10841, 6856, 8159, 6345, 6906, 7977, 7071, 11407, 7076, 8994, 6387, 7339, 12395, 7245, 11114, 6656, 7465, 6420, 7422, 10872, 6918, 8521, 6435, 7454, 11039, 6943, 8949, 6518, 7250, 12291, 6490, 8613, 6361, 7277, 10288, 6790, 8771, 6224, 7262, 6545, 7176, 10817, 7042, 8648, 6062, 7166, 12643, 6735, 10596, 6431, 7358, 10542, 7044, 11692, 6569, 8276, 9566, 7203, 10314, 6565, 8316, 6362, 7148, 12482, 6655, 9910, 6738, 7103, 10346, 7224, 10954, 7026, 8863, 6444, 7266, 12083, 6877, 9901, 6456, 7322, 12211, 6954, 10714, 6637, 7220, 9636, 6866, 9397, 6521, 7460, 6396, 7425, 10844, 6532, 9011, 6286, 7461, 11875, 6988, 8952, 6595, 6750, 6522, 6372, 6390, 7370, 13233, 7523, 11548], 'WindowCenter': [3794.0, 3802.0, 3755.0, 3764.0, 3723.0, 3742.0, 3718.0, 3729.0, 3718.0, 3707.0, 3730.0, 3738.0, 3730.0, 3740.0, 3720.0, 3761.0, 3706.0, 3717.0, 3757.0, 3726.0, 3758.0, 3714.0, 3724.0, 3743.0, 3701.0, 3732.0, 3689.0, 3689.0, 3719.0, 3688.0, 3698.0, 3688.0, 3690.0, 3677.0, 3700.0, 3699.0, 3700.0, 3691.0, 3679.0, 3701.0, 3700.0, 3713.0, 3703.0, 3693.0, 3694.0, 3692.0, 3705.0, 3724.0, 3715.0, 3726.0, 3694.0, 3716.0, 3692.0, 3715.0, 3716.0, 3706.0, 3727.0, 3706.0, 3728.0, 3760.0, 3729.0, 3737.0, 3716.0, 3729.0, 3706.0, 3727.0, 3737.0, 3717.0, 3717.0, 3708.0, 3730.0, 3708.0, 3729.0, 3771.0, 3730.0, 3760.0, 3707.0, 3718.0, 3707.0, 3717.0, 3748.0, 3707.0, 3719.0, 3696.0, 3729.0, 3749.0, 3708.0, 3729.0, 3697.0, 3730.0, 3760.0, 3708.0, 3740.0, 3697.0, 3729.0, 3770.0, 3718.0, 3740.0, 3696.0, 3729.0, 3759.0, 3718.0, 3741.0, 3707.0, 3730.0, 3760.0, 3718.0, 3740.0, 3707.0, 3730.0, 3748.0, 3718.0, 3728.0, 3707.0, 3730.0, 3749.0, 3730.0, 3751.0, 3719.0, 3730.0, 3707.0, 3730.0, 3771.0, 3751.0, 3760.0, 3696.0, 3729.0, 3758.0, 3718.0, 3759.0, 3728.0, 3770.0, 3718.0, 3749.0, 3718.0, 3727.0, 3720.0, 3740.0, 3732.0, 3751.0, 3730.0, 3731.0, 3782.0, 3751.0, 3761.0, 3696.0, 3729.0, 3758.0, 3717.0, 3748.0, 3707.0, 3706.0, 3706.0, 3718.0, 3696.0, 3730.0, 3760.0, 3721.0, 3750.0, 3719.0, 3719.0, 3720.0, 3731.0, 3740.0, 3731.0, 3770.0, 3719.0, 3749.0, 3718.0, 3741.0, 3707.0, 3729.0, 3758.0, 3717.0, 3727.0, 3695.0, 3728.0, 3758.0, 3717.0, 3748.0, 3715.0, 3717.0, 3715.0, 3716.0, 3736.0, 3715.0, 3716.0, 3705.0, 3716.0, 3725.0, 3706.0, 3707.0, 3708.0, 3729.0, 3738.0, 3719.0, 3749.0, 3718.0, 3718.0, 3718.0, 3729.0, 3760.0, 3719.0, 3751.0, 3708.0, 3729.0, 3770.0, 3719.0, 3750.0, 3707.0, 3719.0, 3758.0, 3718.0, 3740.0, 3707.0, 3729.0, 3759.0, 3718.0, 3729.0, 3708.0, 3730.0, 3717.0, 3729.0, 3770.0, 3718.0, 3751.0, 3706.0, 3728.0, 3748.0, 3717.0, 3739.0, 3707.0, 3729.0, 3749.0, 3718.0, 3729.0, 3708.0, 3708.0, 3707.0, 3729.0, 3760.0, 3719.0, 3751.0, 3719.0, 3720.0, 3708.0, 3730.0, 3771.0, 3719.0, 3761.0, 3718.0, 3730.0, 3697.0, 3729.0, 3759.0, 3719.0, 3740.0, 3707.0, 3730.0, 3759.0, 3718.0, 3729.0, 3707.0, 3729.0, 3760.0, 3730.0, 3738.0, 3718.0, 3730.0, 3707.0, 3729.0, 3759.0, 3717.0, 3728.0, 3718.0, 3740.0, 3738.0, 3729.0, 3759.0, 3717.0, 3729.0, 3707.0, 3729.0, 3759.0, 3718.0, 3749.0, 3706.0, 3729.0, 3759.0, 3717.0, 3748.0, 3717.0, 3718.0, 3697.0, 3729.0, 3769.0, 3718.0, 3750.0, 3696.0, 3728.0, 3748.0, 3718.0, 3738.0, 3717.0, 3718.0, 3707.0, 3730.0, 3760.0, 3719.0, 3729.0, 3697.0, 3729.0, 3760.0, 3730.0, 3740.0, 3720.0, 3731.0, 3751.0, 3731.0, 3741.0, 3720.0, 3721.0, 3709.0, 3741.0, 3761.0, 3721.0, 3753.0, 3710.0, 3743.0, 3773.0, 3730.0, 3751.0, 3709.0, 3741.0, 3750.0, 3731.0, 3761.0, 3719.0, 3730.0, 3708.0, 3730.0, 3771.0, 3720.0, 3751.0, 3706.0, 3729.0, 3770.0, 3718.0, 3729.0, 3696.0, 3729.0, 3749.0, 3720.0, 3741.0, 3709.0, 3731.0, 3761.0, 3720.0, 3730.0, 3720.0, 3721.0, 3709.0, 3743.0, 3763.0, 3722.0, 3744.0, 3711.0, 3744.0, 3785.0, 3733.0, 3775.0, 3713.0, 3733.0, 3720.0, 3741.0, 3784.0, 3763.0, 3762.0, 3731.0, 3761.0, 3731.0, 3774.0, 3740.0, 3730.0, 3770.0, 3717.0, 3762.0, 3706.0, 3728.0, 3758.0, 3716.0, 3739.0, 3706.0, 3728.0, 3747.0, 3716.0, 3727.0, 3706.0, 3728.0, 3769.0, 3717.0, 3749.0, 3706.0, 3728.0, 3758.0, 3717.0, 3748.0, 3705.0, 3728.0, 3758.0, 3727.0, 3747.0, 3705.0, 3727.0, 3726.0, 3727.0, 3748.0, 3717.0, 3728.0, 3736.0, 3716.0, 3748.0, 3716.0, 3728.0, 3757.0, 3715.0, 3726.0, 3704.0, 3726.0, 3757.0, 3715.0, 3736.0, 3704.0, 3726.0, 3746.0, 3716.0, 3726.0, 3704.0, 3726.0, 3757.0, 3716.0, 3727.0, 3694.0, 3727.0, 3746.0, 3717.0, 3748.0, 3716.0, 3727.0, 3757.0, 3726.0, 3747.0, 3715.0, 3716.0, 3693.0, 3716.0, 3735.0, 3715.0, 3726.0, 3705.0, 3727.0, 3736.0, 3716.0, 3746.0, 3715.0, 3737.0, 3716.0, 3717.0, 3747.0, 3715.0, 3746.0, 3715.0, 3737.0, 3704.0, 3727.0, 3757.0, 3715.0, 3747.0, 3716.0, 3727.0, 3691.0, 3715.0, 3746.0, 3715.0, 3737.0, 3693.0, 3715.0, 3756.0, 3715.0, 3727.0, 3705.0, 3727.0, 3735.0, 3716.0, 3739.0, 3706.0, 3727.0, 3746.0, 3716.0, 3737.0, 3706.0, 3729.0, 3726.0, 3728.0, 3759.0, 3717.0, 3739.0, 3705.0, 3716.0, 3758.0, 3716.0, 3748.0, 3694.0, 3716.0, 3756.0, 3716.0, 3727.0, 3704.0, 3715.0, 3756.0, 3714.0, 3737.0, 3703.0, 3716.0, 3756.0, 3714.0, 3726.0, 3703.0, 3714.0, 3745.0, 3704.0, 3716.0, 3723.0, 3714.0, 3723.0, 3704.0, 3715.0, 3735.0, 3704.0, 3715.0, 3694.0, 3726.0, 3746.0, 3715.0, 3726.0, 3715.0, 3737.0, 3769.0, 3728.0, 3737.0, 3694.0, 3727.0, 3716.0, 3728.0, 3728.0, 3730.0, 3720.0, 3732.0, 3721.0, 3755.0, 3774.0, 3765.0, 3785.0, 3750.0, 3728.0, 3770.0, 3717.0, 3726.0, 3756.0, 3704.0, 3746.0, 3691.0, 3713.0, 3744.0, 3703.0, 3725.0, 3691.0, 3714.0, 3734.0, 3704.0, 3716.0, 3693.0, 3727.0, 3736.0, 3705.0, 3728.0, 3757.0, 3716.0, 3737.0, 3705.0, 3727.0, 3757.0, 3716.0, 3738.0, 3695.0, 3728.0, 3757.0, 3717.0, 3750.0, 3747.0, 3717.0, 3758.0, 3694.0, 3727.0, 3757.0, 3715.0, 3737.0, 3692.0, 3725.0, 3756.0, 3715.0, 3726.0, 3694.0, 3727.0, 3746.0, 3716.0, 3738.0, 3706.0, 3728.0, 3759.0, 3716.0, 3738.0, 3746.0, 3717.0, 3747.0, 3704.0, 3726.0, 3756.0, 3715.0, 3747.0, 3704.0, 3716.0, 3745.0, 3716.0, 3736.0, 3704.0, 3716.0, 3693.0, 3715.0, 3745.0, 3715.0, 3747.0, 3704.0, 3715.0, 3734.0, 3704.0, 3734.0, 3714.0, 3736.0, 3715.0, 3716.0, 3703.0, 3704.0, 3756.0, 3715.0, 3747.0, 3704.0, 3715.0, 3744.0, 3704.0, 3734.0, 3703.0, 3715.0, 3703.0, 3704.0, 3745.0, 3714.0, 3715.0, 3703.0, 3706.0, 3724.0, 3704.0, 3725.0, 3716.0, 3717.0, 3694.0, 3716.0, 3746.0, 3716.0, 3738.0, 3706.0, 3707.0, 3696.0, 3729.0, 3769.0, 3717.0, 3760.0, 3736.0, 3716.0, 3757.0, 3715.0, 3728.0, 3736.0, 3716.0, 3746.0, 3706.0, 3726.0, 3706.0, 3729.0, 3758.0, 3717.0, 3759.0, 3716.0, 3738.0, 3746.0, 3716.0, 3756.0, 3716.0, 3726.0, 3728.0, 3738.0, 3718.0, 3759.0, 3719.0, 3761.0, 3706.0, 3728.0, 3758.0, 3708.0, 3751.0, 3771.0, 3729.0, 3758.0, 3693.0, 3715.0, 3734.0, 3715.0, 3715.0, 3706.0, 3728.0, 3717.0, 3729.0, 3749.0, 3720.0, 3741.0, 3708.0, 3741.0, 3770.0, 3719.0, 3751.0, 3707.0, 3729.0, 3759.0, 3729.0, 3771.0, 3729.0, 3751.0, 3696.0, 3727.0, 3780.0, 3738.0, 3761.0, 3696.0, 3717.0, 3747.0, 3717.0, 3760.0, 3707.0, 3718.0, 3705.0, 3717.0, 3759.0, 3706.0, 3749.0, 3705.0, 3717.0, 3758.0, 3705.0, 3727.0, 3747.0, 3716.0, 3736.0, 3705.0, 3716.0, 3705.0, 3717.0, 3747.0, 3706.0, 3738.0, 3705.0, 3728.0, 3759.0, 3718.0, 3739.0, 3707.0, 3718.0, 3769.0, 3717.0, 3760.0, 3706.0, 3728.0, 3757.0, 3706.0, 3758.0, 3693.0, 3705.0, 3746.0, 3704.0, 3726.0, 3693.0, 3716.0, 3755.0, 3705.0, 3736.0, 3694.0, 3717.0, 3746.0, 3717.0, 3737.0, 3705.0, 3717.0, 3736.0, 3718.0, 3759.0, 3717.0, 3728.0, 3703.0, 3716.0, 3758.0, 3716.0, 3727.0, 3693.0, 3705.0, 3746.0, 3715.0, 3738.0, 3746.0, 3705.0, 3757.0, 3704.0, 3726.0, 3693.0, 3716.0, 3736.0, 3706.0, 3727.0, 3705.0, 3707.0, 3705.0, 3717.0, 3758.0, 3719.0, 3771.0, 3717.0, 3728.0, 3757.0, 3704.0, 3737.0, 3704.0, 3716.0, 3757.0, 3704.0, 3726.0, 3704.0, 3717.0, 3758.0, 3716.0, 3738.0, 3694.0, 3715.0, 3736.0, 3706.0, 3737.0, 3705.0, 3716.0, 3758.0, 3705.0, 3738.0, 3703.0, 3717.0, 3736.0, 3717.0, 3737.0, 3717.0, 3728.0, 3717.0, 3728.0, 3768.0, 3707.0, 3740.0, 3706.0, 3717.0, 3758.0, 3705.0, 3737.0, 3706.0, 3727.0, 3768.0, 3717.0, 3748.0, 3694.0, 3727.0, 3758.0, 3705.0, 3737.0, 3705.0, 3717.0, 3757.0, 3707.0, 3749.0, 3706.0, 3719.0, 3726.0, 3718.0, 3747.0, 3718.0, 3739.0, 3706.0, 3729.0, 3759.0, 3706.0, 3738.0, 3696.0, 3729.0, 3769.0, 3728.0, 3760.0, 3705.0, 3717.0, 3757.0, 3716.0, 3749.0, 3705.0, 3717.0, 3736.0, 3717.0, 3738.0, 3707.0, 3729.0, 3769.0, 3718.0, 3760.0, 3706.0, 3729.0, 3769.0, 3717.0, 3759.0, 3706.0, 3728.0, 3747.0, 3728.0, 3762.0, 3707.0, 3717.0, 3704.0, 3717.0, 3747.0, 3717.0, 3739.0, 3736.0, 3717.0, 3758.0, 3706.0, 3727.0, 3706.0, 3728.0, 3760.0, 3718.0, 3750.0, 3708.0, 3729.0, 3769.0, 3717.0, 3759.0, 3705.0, 3728.0, 3747.0, 3717.0, 3748.0, 3716.0, 3727.0, 3705.0, 3727.0, 3768.0, 3717.0, 3748.0, 3695.0, 3728.0, 3758.0, 3707.0, 3749.0, 3694.0, 3728.0, 3769.0, 3717.0, 3739.0, 3705.0, 3716.0, 3747.0, 3717.0, 3748.0, 3717.0, 3729.0, 3705.0, 3719.0, 3759.0, 3708.0, 3738.0, 3695.0, 3717.0, 3758.0, 3718.0, 3750.0, 3718.0, 3718.0, 3717.0, 3728.0, 3770.0, 3716.0, 3738.0, 3706.0, 3726.0, 3757.0, 3717.0, 3750.0, 3706.0, 3717.0, 3726.0, 3717.0, 3769.0, 3716.0, 3738.0, 3706.0, 3716.0, 3757.0, 3717.0, 3759.0, 3706.0, 3728.0, 3737.0, 3717.0, 3768.0, 3716.0, 3728.0, 3705.0, 3716.0, 3757.0, 3716.0, 3747.0, 3705.0, 3717.0, 3757.0, 3717.0, 3737.0, 3707.0, 3717.0, 3695.0, 3716.0, 3747.0, 3718.0, 3738.0, 3706.0, 3708.0, 3707.0, 3729.0, 3749.0, 3719.0, 3750.0, 3718.0, 3741.0, 3759.0, 3718.0, 3759.0, 3717.0, 3749.0, 3737.0, 3729.0, 3758.0, 3716.0, 3718.0, 3705.0, 3728.0, 3758.0, 3717.0, 3737.0, 3694.0, 3716.0, 3747.0, 3716.0, 3739.0, 3706.0, 3727.0, 3736.0, 3707.0, 3727.0, 3707.0, 3729.0, 3759.0, 3719.0, 3751.0, 3719.0, 3729.0, 3757.0, 3719.0, 3760.0, 3719.0, 3729.0, 3707.0, 3728.0, 3759.0, 3718.0, 3750.0, 3697.0, 3730.0, 3769.0, 3718.0, 3750.0, 3707.0, 3729.0, 3738.0, 3719.0, 3749.0, 3708.0, 3730.0, 3739.0, 3729.0, 3759.0, 3707.0, 3728.0, 3707.0, 3729.0, 3769.0, 3720.0, 3751.0, 3707.0, 3729.0, 3738.0, 3731.0, 3750.0, 3720.0, 3731.0, 3709.0, 3741.0, 3772.0, 3731.0, 3772.0, 3708.0, 3740.0, 3781.0, 3739.0, 3760.0, 3695.0, 3717.0, 3758.0, 3716.0, 3748.0, 3705.0, 3716.0, 3746.0, 3716.0, 3738.0, 3717.0, 3718.0, 3716.0, 3708.0, 3748.0, 3708.0, 3730.0, 3733.0, 3722.0, 3734.0, 3733.0, 3744.0, 3785.0, 3722.0, 3775.0, 3772.0, 3730.0, 3761.0, 3706.0, 3729.0, 3768.0, 3739.0, 3750.0, 3694.0, 3726.0, 3758.0, 3705.0, 3718.0, 3726.0, 3716.0, 3726.0, 3706.0, 3718.0, 3707.0, 3730.0, 3750.0, 3719.0, 3772.0, 3719.0, 3762.0, 3707.0, 3729.0, 3769.0, 3718.0, 3770.0, 3727.0, 3750.0, 3695.0, 3716.0, 3757.0, 3717.0, 3759.0, 3705.0, 3727.0, 3756.0, 3705.0, 3758.0, 3705.0, 3716.0, 3725.0, 3706.0, 3737.0, 3705.0, 3727.0, 3735.0, 3716.0, 3746.0, 3695.0, 3747.0, 3705.0, 3726.0, 3708.0, 3739.0, 3720.0, 3761.0, 3720.0, 3760.0, 3720.0, 3773.0, 3759.0, 3739.0, 3759.0, 3715.0, 3716.0, 3767.0, 3737.0, 3747.0, 3693.0, 3715.0, 3745.0, 3704.0, 3737.0, 3704.0, 3716.0, 3746.0, 3715.0, 3726.0, 3695.0, 3727.0, 3758.0, 3717.0, 3748.0, 3694.0, 3715.0, 3745.0, 3705.0, 3747.0, 3704.0, 3727.0, 3713.0, 3704.0, 3735.0, 3714.0, 3726.0, 3704.0, 3717.0, 3746.0, 3704.0, 3727.0, 3705.0, 3717.0, 3727.0, 3717.0, 3757.0, 3716.0, 3737.0, 3706.0, 3717.0, 3768.0, 3718.0, 3758.0, 3705.0, 3717.0, 3704.0, 3716.0, 3758.0, 3716.0, 3738.0, 3705.0, 3717.0, 3759.0, 3716.0, 3739.0, 3706.0, 3717.0, 3770.0, 3707.0, 3737.0, 3706.0, 3728.0, 3748.0, 3718.0, 3738.0, 3707.0, 3728.0, 3707.0, 3731.0, 3761.0, 3719.0, 3753.0, 3708.0, 3730.0, 3781.0, 3719.0, 3762.0, 3709.0, 3729.0, 3760.0, 3719.0, 3771.0, 3718.0, 3740.0, 3748.0, 3728.0, 3759.0, 3719.0, 3741.0, 3705.0, 3719.0, 3769.0, 3718.0, 3749.0, 3717.0, 3718.0, 3749.0, 3728.0, 3760.0, 3719.0, 3751.0, 3707.0, 3728.0, 3768.0, 3717.0, 3750.0, 3707.0, 3729.0, 3768.0, 3718.0, 3759.0, 3707.0, 3729.0, 3746.0, 3705.0, 3738.0, 3706.0, 3717.0, 3705.0, 3718.0, 3758.0, 3707.0, 3749.0, 3706.0, 3717.0, 3758.0, 3716.0, 3737.0, 3706.0, 3706.0, 3705.0, 3708.0, 3707.0, 3730.0, 3781.0, 3728.0, 3770.0], 'WindowWidth': [8514.0, 8523.0, 8445.0, 8455.0, 8399.0, 8421.0, 8384.0, 8399.0, 8380.0, 8367.0, 8400.0, 8409.0, 8401.0, 8415.0, 8389.0, 8443.0, 8362.0, 8379.0, 8430.0, 8387.0, 8433.0, 8368.0, 8382.0, 8402.0, 8343.0, 8387.0, 8324.0, 8324.0, 8363.0, 8321.0, 8336.0, 8322.0, 8328.0, 8307.0, 8341.0, 8341.0, 8343.0, 8331.0, 8314.0, 8346.0, 8344.0, 8365.0, 8353.0, 8340.0, 8343.0, 8338.0, 8359.0, 8384.0, 8373.0, 8391.0, 8345.0, 8377.0, 8340.0, 8375.0, 8374.0, 8364.0, 8394.0, 8364.0, 8394.0, 8439.0, 8399.0, 8404.0, 8378.0, 8397.0, 8363.0, 8394.0, 8405.0, 8380.0, 8380.0, 8371.0, 8402.0, 8369.0, 8400.0, 8454.0, 8400.0, 8442.0, 8367.0, 8383.0, 8366.0, 8379.0, 8419.0, 8366.0, 8385.0, 8350.0, 8399.0, 8424.0, 8370.0, 8398.0, 8353.0, 8401.0, 8439.0, 8372.0, 8413.0, 8353.0, 8399.0, 8454.0, 8385.0, 8414.0, 8351.0, 8398.0, 8436.0, 8384.0, 8416.0, 8369.0, 8402.0, 8439.0, 8383.0, 8416.0, 8368.0, 8403.0, 8421.0, 8381.0, 8395.0, 8368.0, 8401.0, 8423.0, 8402.0, 8428.0, 8385.0, 8402.0, 8367.0, 8402.0, 8455.0, 8430.0, 8441.0, 8351.0, 8398.0, 8433.0, 8381.0, 8436.0, 8396.0, 8453.0, 8384.0, 8422.0, 8383.0, 8392.0, 8388.0, 8413.0, 8407.0, 8431.0, 8401.0, 8405.0, 8475.0, 8429.0, 8443.0, 8348.0, 8396.0, 8431.0, 8378.0, 8421.0, 8363.0, 8364.0, 8362.0, 8383.0, 8350.0, 8402.0, 8439.0, 8391.0, 8426.0, 8385.0, 8385.0, 8390.0, 8404.0, 8414.0, 8403.0, 8453.0, 8384.0, 8422.0, 8382.0, 8416.0, 8366.0, 8398.0, 8434.0, 8378.0, 8390.0, 8345.0, 8394.0, 8431.0, 8378.0, 8418.0, 8373.0, 8378.0, 8373.0, 8376.0, 8400.0, 8372.0, 8376.0, 8360.0, 8375.0, 8386.0, 8362.0, 8365.0, 8369.0, 8399.0, 8407.0, 8386.0, 8424.0, 8382.0, 8383.0, 8383.0, 8400.0, 8441.0, 8387.0, 8431.0, 8369.0, 8396.0, 8454.0, 8384.0, 8427.0, 8364.0, 8383.0, 8434.0, 8383.0, 8412.0, 8365.0, 8398.0, 8436.0, 8384.0, 8398.0, 8368.0, 8401.0, 8379.0, 8396.0, 8454.0, 8381.0, 8429.0, 8363.0, 8393.0, 8418.0, 8379.0, 8410.0, 8365.0, 8398.0, 8423.0, 8382.0, 8397.0, 8369.0, 8371.0, 8367.0, 8399.0, 8439.0, 8387.0, 8431.0, 8386.0, 8390.0, 8370.0, 8401.0, 8456.0, 8387.0, 8444.0, 8384.0, 8401.0, 8352.0, 8396.0, 8436.0, 8384.0, 8416.0, 8367.0, 8400.0, 8435.0, 8380.0, 8399.0, 8368.0, 8398.0, 8438.0, 8399.0, 8408.0, 8381.0, 8400.0, 8365.0, 8397.0, 8434.0, 8379.0, 8393.0, 8381.0, 8413.0, 8407.0, 8397.0, 8436.0, 8380.0, 8397.0, 8367.0, 8397.0, 8436.0, 8382.0, 8423.0, 8364.0, 8398.0, 8434.0, 8379.0, 8420.0, 8379.0, 8382.0, 8354.0, 8398.0, 8450.0, 8382.0, 8426.0, 8349.0, 8396.0, 8421.0, 8382.0, 8408.0, 8380.0, 8383.0, 8367.0, 8402.0, 8440.0, 8384.0, 8399.0, 8353.0, 8399.0, 8442.0, 8403.0, 8415.0, 8387.0, 8404.0, 8428.0, 8404.0, 8418.0, 8389.0, 8391.0, 8372.0, 8418.0, 8444.0, 8392.0, 8436.0, 8375.0, 8425.0, 8459.0, 8402.0, 8430.0, 8373.0, 8418.0, 8425.0, 8404.0, 8441.0, 8384.0, 8401.0, 8369.0, 8402.0, 8456.0, 8387.0, 8429.0, 8364.0, 8399.0, 8454.0, 8384.0, 8399.0, 8351.0, 8399.0, 8425.0, 8390.0, 8417.0, 8373.0, 8404.0, 8442.0, 8391.0, 8403.0, 8390.0, 8394.0, 8375.0, 8425.0, 8451.0, 8399.0, 8428.0, 8380.0, 8428.0, 8481.0, 8413.0, 8467.0, 8385.0, 8412.0, 8390.0, 8421.0, 8480.0, 8451.0, 8445.0, 8406.0, 8444.0, 8407.0, 8468.0, 8414.0, 8400.0, 8451.0, 8379.0, 8445.0, 8362.0, 8394.0, 8432.0, 8376.0, 8411.0, 8364.0, 8396.0, 8416.0, 8375.0, 8393.0, 8364.0, 8395.0, 8449.0, 8380.0, 8422.0, 8361.0, 8395.0, 8432.0, 8379.0, 8420.0, 8359.0, 8394.0, 8431.0, 8392.0, 8417.0, 8360.0, 8391.0, 8388.0, 8392.0, 8420.0, 8377.0, 8395.0, 8400.0, 8376.0, 8422.0, 8375.0, 8394.0, 8429.0, 8372.0, 8387.0, 8358.0, 8389.0, 8428.0, 8373.0, 8402.0, 8356.0, 8389.0, 8413.0, 8374.0, 8389.0, 8356.0, 8388.0, 8428.0, 8375.0, 8392.0, 8343.0, 8390.0, 8415.0, 8379.0, 8420.0, 8374.0, 8392.0, 8428.0, 8389.0, 8419.0, 8374.0, 8377.0, 8341.0, 8373.0, 8396.0, 8373.0, 8390.0, 8359.0, 8393.0, 8399.0, 8375.0, 8414.0, 8373.0, 8405.0, 8375.0, 8379.0, 8414.0, 8373.0, 8414.0, 8371.0, 8405.0, 8357.0, 8391.0, 8429.0, 8372.0, 8417.0, 8376.0, 8391.0, 8337.0, 8373.0, 8413.0, 8372.0, 8405.0, 8341.0, 8374.0, 8427.0, 8372.0, 8392.0, 8359.0, 8391.0, 8399.0, 8376.0, 8410.0, 8364.0, 8394.0, 8416.0, 8377.0, 8406.0, 8363.0, 8399.0, 8390.0, 8394.0, 8439.0, 8380.0, 8411.0, 8360.0, 8376.0, 8432.0, 8376.0, 8421.0, 8343.0, 8375.0, 8427.0, 8376.0, 8391.0, 8356.0, 8374.0, 8427.0, 8370.0, 8402.0, 8353.0, 8373.0, 8425.0, 8370.0, 8387.0, 8353.0, 8370.0, 8412.0, 8356.0, 8375.0, 8379.0, 8368.0, 8381.0, 8356.0, 8373.0, 8396.0, 8357.0, 8372.0, 8345.0, 8391.0, 8413.0, 8374.0, 8389.0, 8372.0, 8405.0, 8452.0, 8394.0, 8403.0, 8342.0, 8391.0, 8376.0, 8394.0, 8397.0, 8403.0, 8390.0, 8410.0, 8396.0, 8445.0, 8467.0, 8455.0, 8484.0, 8425.0, 8394.0, 8450.0, 8376.0, 8389.0, 8425.0, 8354.0, 8413.0, 8333.0, 8366.0, 8407.0, 8351.0, 8384.0, 8335.0, 8367.0, 8393.0, 8355.0, 8375.0, 8341.0, 8391.0, 8402.0, 8360.0, 8395.0, 8430.0, 8377.0, 8405.0, 8359.0, 8391.0, 8432.0, 8378.0, 8407.0, 8347.0, 8393.0, 8431.0, 8379.0, 8426.0, 8416.0, 8378.0, 8433.0, 8343.0, 8391.0, 8429.0, 8372.0, 8404.0, 8336.0, 8385.0, 8427.0, 8371.0, 8388.0, 8343.0, 8391.0, 8416.0, 8378.0, 8408.0, 8362.0, 8396.0, 8435.0, 8375.0, 8409.0, 8414.0, 8378.0, 8417.0, 8357.0, 8389.0, 8427.0, 8373.0, 8416.0, 8356.0, 8375.0, 8411.0, 8374.0, 8401.0, 8358.0, 8375.0, 8341.0, 8372.0, 8412.0, 8371.0, 8417.0, 8355.0, 8373.0, 8394.0, 8355.0, 8395.0, 8371.0, 8401.0, 8372.0, 8374.0, 8354.0, 8357.0, 8425.0, 8372.0, 8419.0, 8355.0, 8374.0, 8408.0, 8355.0, 8393.0, 8353.0, 8373.0, 8353.0, 8356.0, 8409.0, 8368.0, 8373.0, 8353.0, 8361.0, 8382.0, 8357.0, 8387.0, 8377.0, 8379.0, 8344.0, 8375.0, 8415.0, 8376.0, 8407.0, 8364.0, 8365.0, 8350.0, 8398.0, 8448.0, 8380.0, 8440.0, 8401.0, 8375.0, 8429.0, 8372.0, 8396.0, 8402.0, 8377.0, 8416.0, 8363.0, 8390.0, 8363.0, 8397.0, 8434.0, 8381.0, 8434.0, 8376.0, 8407.0, 8414.0, 8376.0, 8429.0, 8377.0, 8388.0, 8396.0, 8407.0, 8385.0, 8439.0, 8386.0, 8444.0, 8363.0, 8393.0, 8434.0, 8367.0, 8430.0, 8454.0, 8398.0, 8435.0, 8339.0, 8372.0, 8395.0, 8373.0, 8373.0, 8363.0, 8396.0, 8380.0, 8399.0, 8425.0, 8388.0, 8417.0, 8369.0, 8416.0, 8454.0, 8387.0, 8431.0, 8366.0, 8397.0, 8435.0, 8398.0, 8456.0, 8400.0, 8431.0, 8351.0, 8393.0, 8467.0, 8409.0, 8442.0, 8351.0, 8381.0, 8417.0, 8379.0, 8439.0, 8365.0, 8382.0, 8362.0, 8379.0, 8434.0, 8365.0, 8424.0, 8361.0, 8379.0, 8432.0, 8358.0, 8391.0, 8417.0, 8375.0, 8400.0, 8359.0, 8375.0, 8359.0, 8379.0, 8418.0, 8365.0, 8407.0, 8362.0, 8397.0, 8436.0, 8382.0, 8411.0, 8366.0, 8381.0, 8449.0, 8380.0, 8439.0, 8362.0, 8393.0, 8428.0, 8360.0, 8432.0, 8342.0, 8360.0, 8412.0, 8355.0, 8385.0, 8342.0, 8374.0, 8424.0, 8361.0, 8402.0, 8344.0, 8379.0, 8415.0, 8379.0, 8403.0, 8359.0, 8378.0, 8401.0, 8381.0, 8435.0, 8380.0, 8394.0, 8354.0, 8377.0, 8432.0, 8375.0, 8391.0, 8341.0, 8359.0, 8413.0, 8374.0, 8407.0, 8412.0, 8359.0, 8428.0, 8356.0, 8389.0, 8341.0, 8375.0, 8399.0, 8361.0, 8392.0, 8362.0, 8366.0, 8361.0, 8379.0, 8434.0, 8385.0, 8457.0, 8379.0, 8395.0, 8430.0, 8357.0, 8405.0, 8357.0, 8376.0, 8429.0, 8357.0, 8387.0, 8358.0, 8378.0, 8433.0, 8375.0, 8407.0, 8342.0, 8374.0, 8400.0, 8363.0, 8407.0, 8360.0, 8377.0, 8431.0, 8362.0, 8408.0, 8356.0, 8378.0, 8401.0, 8377.0, 8403.0, 8380.0, 8396.0, 8379.0, 8396.0, 8447.0, 8367.0, 8414.0, 8363.0, 8380.0, 8432.0, 8360.0, 8404.0, 8362.0, 8391.0, 8445.0, 8378.0, 8419.0, 8343.0, 8391.0, 8433.0, 8361.0, 8405.0, 8361.0, 8379.0, 8431.0, 8368.0, 8424.0, 8363.0, 8384.0, 8389.0, 8381.0, 8418.0, 8383.0, 8412.0, 8364.0, 8400.0, 8436.0, 8365.0, 8408.0, 8351.0, 8400.0, 8451.0, 8396.0, 8441.0, 8361.0, 8378.0, 8430.0, 8378.0, 8423.0, 8360.0, 8380.0, 8402.0, 8379.0, 8407.0, 8368.0, 8400.0, 8451.0, 8385.0, 8439.0, 8364.0, 8397.0, 8450.0, 8380.0, 8437.0, 8363.0, 8394.0, 8417.0, 8397.0, 8447.0, 8366.0, 8381.0, 8358.0, 8379.0, 8418.0, 8378.0, 8411.0, 8401.0, 8379.0, 8432.0, 8364.0, 8393.0, 8366.0, 8396.0, 8439.0, 8384.0, 8426.0, 8369.0, 8399.0, 8450.0, 8381.0, 8436.0, 8360.0, 8396.0, 8419.0, 8380.0, 8420.0, 8375.0, 8392.0, 8362.0, 8393.0, 8447.0, 8380.0, 8421.0, 8347.0, 8395.0, 8433.0, 8366.0, 8422.0, 8346.0, 8395.0, 8452.0, 8380.0, 8408.0, 8359.0, 8378.0, 8419.0, 8380.0, 8419.0, 8379.0, 8396.0, 8360.0, 8384.0, 8435.0, 8368.0, 8409.0, 8347.0, 8378.0, 8433.0, 8384.0, 8426.0, 8383.0, 8384.0, 8379.0, 8394.0, 8451.0, 8377.0, 8408.0, 8361.0, 8389.0, 8431.0, 8379.0, 8425.0, 8362.0, 8380.0, 8389.0, 8380.0, 8449.0, 8377.0, 8407.0, 8361.0, 8377.0, 8432.0, 8379.0, 8438.0, 8363.0, 8396.0, 8402.0, 8379.0, 8447.0, 8375.0, 8393.0, 8358.0, 8374.0, 8429.0, 8376.0, 8418.0, 8360.0, 8379.0, 8429.0, 8379.0, 8407.0, 8366.0, 8380.0, 8346.0, 8377.0, 8417.0, 8382.0, 8409.0, 8366.0, 8371.0, 8368.0, 8398.0, 8424.0, 8387.0, 8430.0, 8384.0, 8417.0, 8437.0, 8383.0, 8437.0, 8381.0, 8426.0, 8404.0, 8396.0, 8433.0, 8376.0, 8380.0, 8362.0, 8394.0, 8434.0, 8380.0, 8404.0, 8344.0, 8376.0, 8416.0, 8376.0, 8410.0, 8361.0, 8391.0, 8403.0, 8366.0, 8394.0, 8367.0, 8399.0, 8438.0, 8387.0, 8430.0, 8385.0, 8400.0, 8434.0, 8385.0, 8440.0, 8384.0, 8398.0, 8365.0, 8396.0, 8437.0, 8383.0, 8427.0, 8353.0, 8402.0, 8450.0, 8382.0, 8427.0, 8368.0, 8398.0, 8407.0, 8385.0, 8424.0, 8370.0, 8402.0, 8411.0, 8398.0, 8436.0, 8366.0, 8395.0, 8366.0, 8398.0, 8451.0, 8388.0, 8430.0, 8367.0, 8400.0, 8409.0, 8404.0, 8429.0, 8389.0, 8406.0, 8374.0, 8419.0, 8459.0, 8406.0, 8462.0, 8371.0, 8418.0, 8471.0, 8411.0, 8438.0, 8348.0, 8379.0, 8431.0, 8377.0, 8420.0, 8360.0, 8377.0, 8415.0, 8377.0, 8407.0, 8379.0, 8384.0, 8377.0, 8369.0, 8421.0, 8371.0, 8403.0, 8413.0, 8398.0, 8415.0, 8414.0, 8429.0, 8482.0, 8396.0, 8471.0, 8459.0, 8402.0, 8443.0, 8363.0, 8396.0, 8447.0, 8409.0, 8424.0, 8342.0, 8389.0, 8433.0, 8359.0, 8379.0, 8387.0, 8375.0, 8389.0, 8363.0, 8382.0, 8366.0, 8400.0, 8426.0, 8389.0, 8459.0, 8386.0, 8446.0, 8367.0, 8398.0, 8450.0, 8383.0, 8454.0, 8391.0, 8427.0, 8347.0, 8376.0, 8430.0, 8380.0, 8435.0, 8359.0, 8392.0, 8428.0, 8359.0, 8434.0, 8360.0, 8376.0, 8383.0, 8360.0, 8401.0, 8359.0, 8392.0, 8397.0, 8376.0, 8414.0, 8348.0, 8417.0, 8361.0, 8389.0, 8370.0, 8411.0, 8391.0, 8444.0, 8390.0, 8441.0, 8390.0, 8465.0, 8438.0, 8412.0, 8436.0, 8371.0, 8374.0, 8443.0, 8404.0, 8417.0, 8340.0, 8371.0, 8410.0, 8358.0, 8405.0, 8357.0, 8376.0, 8412.0, 8373.0, 8387.0, 8346.0, 8392.0, 8431.0, 8378.0, 8418.0, 8342.0, 8372.0, 8409.0, 8358.0, 8416.0, 8357.0, 8391.0, 8367.0, 8356.0, 8397.0, 8370.0, 8389.0, 8356.0, 8377.0, 8413.0, 8358.0, 8389.0, 8360.0, 8380.0, 8391.0, 8379.0, 8430.0, 8376.0, 8405.0, 8363.0, 8379.0, 8447.0, 8381.0, 8432.0, 8360.0, 8377.0, 8358.0, 8378.0, 8434.0, 8377.0, 8408.0, 8359.0, 8378.0, 8435.0, 8377.0, 8410.0, 8364.0, 8380.0, 8450.0, 8364.0, 8405.0, 8363.0, 8395.0, 8420.0, 8383.0, 8408.0, 8368.0, 8397.0, 8368.0, 8404.0, 8443.0, 8387.0, 8435.0, 8370.0, 8401.0, 8471.0, 8387.0, 8445.0, 8371.0, 8400.0, 8439.0, 8387.0, 8458.0, 8383.0, 8416.0, 8420.0, 8395.0, 8438.0, 8386.0, 8417.0, 8362.0, 8385.0, 8449.0, 8383.0, 8425.0, 8379.0, 8384.0, 8422.0, 8395.0, 8439.0, 8384.0, 8428.0, 8364.0, 8395.0, 8447.0, 8381.0, 8427.0, 8365.0, 8398.0, 8447.0, 8381.0, 8438.0, 8364.0, 8396.0, 8414.0, 8361.0, 8406.0, 8364.0, 8380.0, 8361.0, 8380.0, 8432.0, 8367.0, 8423.0, 8362.0, 8381.0, 8434.0, 8375.0, 8406.0, 8362.0, 8363.0, 8361.0, 8367.0, 8366.0, 8400.0, 8470.0, 8396.0, 8453.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.0010574927325581395</td></tr>
<tr><td colspan=3>aqi</td><td>0.022924048764534886</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.7840129422254</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2251839851272741</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.008062954225455</td></tr>
<tr><td colspan=3>efc</td><td>0.4484</td></tr>
<tr><td colspan=3>fber</td><td>6074.4785</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08568906258577715</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.4534883720930232</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5383464471326342</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4733845773935528</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7427582982439103</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3988964657604406</td></tr>
<tr><td colspan=3>gcor</td><td>0.0086209</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015347423031926155</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02385176159441471</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1376</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.641476753415348</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.3815</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.7248</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>141.6673</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309243.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>649.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>271.0752</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8344</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>472.7604</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2963.2808</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3214.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67301.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>800.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3888.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>882.6024</td></tr>
<tr><td colspan=3>tsnr</td><td>41.11720921425149</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>