ds005256-mriqc/sub-0109_ses-01_task-alignvideo_acq-mb8_run-02_bold.html
Felix Hoffstaedter 73782ef499 [DATALAD RUNCMD] Compute MRIQC for sub-0109
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0109 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
 "dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
 "exit": 0,
 "extra_inputs": [
  "code/containers/images/bids/bids-mriqc--24.0.2.sing"
 ],
 "inputs": [
  "sourcedata/raw/sub-0109",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:18:08 +02:00

616 lines
No EOL
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-0109_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-0109_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-0109_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-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0109/figures/sub-0109_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-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109/ses-01/func/sub-0109_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>a7792d3aa0f24753646804c2c25da560</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:00:21.285000</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.998715, -0.0494145, -0.0112207, 0.0500685, 0.9964, 0.0684064]</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.0947057</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4222, -7782, -7254, 322, -88, 16, -22, 87]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.594</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bbc7097b-d6d0-4dd6-9d84-23a5ba034feb||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.6794803142547607, 0.134330153465271, -0.0210601557046175, 108.86589813232422], [0.13257548213005066, 2.673269271850586, 0.18597696721553802, -117.10435485839844], [-0.030104365199804306, -0.18352946639060974, 2.693504810333252, -75.15072631835938], [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': ['220021.285000', '220021.745000', '220022.205000', '220022.665000', '220023.125000', '220023.585000', '220024.045000', '220024.505000', '220024.965000', '220025.425000', '220025.885000', '220026.345000', '220026.805000', '220027.265000', '220027.725000', '220028.185000', '220028.645000', '220029.105000', '220029.565000', '220030.025000', '220030.485000', '220030.945000', '220031.405000', '220031.865000', '220032.325000', '220032.785000', '220033.245000', '220033.705000', '220034.165000', '220034.625000', '220035.085000', '220035.545000', '220036.005000', '220036.465000', '220036.925000', '220037.385000', '220037.845000', '220038.305000', '220038.765000', '220039.225000', '220039.685000', '220040.145000', '220040.605000', '220041.065000', '220041.525000', '220041.985000', '220042.445000', '220042.905000', '220043.365000', '220043.825000', '220044.285000', '220044.745000', '220045.205000', '220045.665000', '220046.125000', '220046.585000', '220047.045000', '220047.505000', '220047.965000', '220048.425000', '220048.885000', '220049.345000', '220049.805000', '220050.265000', '220050.725000', '220051.185000', '220051.645000', '220052.105000', '220052.565000', '220053.025000', '220053.485000', '220053.945000', '220054.405000', '220054.865000', '220055.325000', '220055.785000', '220056.245000', '220056.705000', '220057.165000', '220057.625000', '220058.085000', '220058.545000', '220059.005000', '220059.465000', '220059.925000', '220100.385000', '220100.845000', '220101.305000', '220101.765000', '220102.225000', '220102.685000', '220103.145000', '220103.605000', '220104.065000', '220104.525000', '220104.985000', '220105.445000', '220105.905000', '220106.365000', '220106.825000', '220107.285000', '220107.745000', '220108.205000', '220108.665000', '220109.125000', '220109.585000', '220110.045000', '220110.505000', '220110.965000', '220111.425000', '220111.885000', '220112.345000', '220112.805000', '220113.265000', '220113.725000', '220114.185000', '220114.645000', '220115.105000', '220115.565000', '220116.025000', '220116.485000', '220116.945000', '220117.405000', '220117.865000', '220118.325000', '220118.785000', '220119.245000', '220119.705000', '220120.165000', '220120.625000', '220121.085000', '220121.545000', '220122.005000', '220122.465000', '220122.925000', '220123.385000', '220123.845000', '220124.305000', '220124.765000', '220125.225000', '220125.685000', '220126.145000', '220126.605000', '220127.065000', '220127.525000', '220127.985000', '220128.445000', '220128.905000', '220129.365000', '220129.825000', '220130.285000', '220130.745000', '220131.205000', '220131.665000', '220132.125000', '220132.585000', '220133.045000', '220133.505000', '220133.965000', '220134.425000', '220134.885000', '220135.345000', '220135.805000', '220136.265000', '220136.725000', '220137.185000', '220137.645000', '220138.105000', '220138.565000', '220139.025000', '220139.485000', '220139.945000', '220140.405000', '220140.865000', '220141.325000', '220141.785000', '220142.245000', '220142.705000', '220143.165000', '220143.625000', '220144.085000', '220144.545000', '220145.005000', '220145.465000', '220145.925000', '220146.385000', '220146.845000', '220147.305000', '220147.765000', '220148.225000', '220148.685000', '220149.145000', '220149.605000', '220150.065000', '220150.525000', '220150.985000', '220151.445000', '220151.905000', '220152.365000', '220152.825000', '220153.285000', '220153.745000', '220154.205000', '220154.665000', '220155.125000', '220155.585000', '220156.045000', '220156.505000', '220156.965000', '220157.425000', '220157.885000', '220158.345000', '220158.805000', '220159.265000', '220159.725000', '220200.185000', '220200.645000', '220201.105000', '220201.565000', '220202.025000', '220202.485000', '220202.945000', '220203.405000', '220203.865000', '220204.325000', '220204.785000', '220205.245000', '220205.705000', '220206.165000', '220206.625000', '220207.085000', '220207.545000', '220208.005000', '220208.465000', '220208.925000', '220209.385000', '220209.845000', '220210.305000', '220210.765000', '220211.225000', '220211.685000', '220212.145000', '220212.605000', '220213.065000', '220213.525000', '220213.985000', '220214.445000', '220214.905000', '220215.365000', '220215.825000', '220216.285000', '220216.745000', '220217.205000', '220217.665000', '220218.125000', '220218.585000', '220219.045000', '220219.505000', '220219.965000', '220220.425000', '220220.885000', '220221.345000', '220221.805000', '220222.265000', '220222.725000', '220223.185000', '220223.645000', '220224.105000', '220224.565000', '220225.025000', '220225.485000', '220225.945000', '220226.405000', '220226.865000', '220227.325000', '220227.785000', '220228.245000', '220228.705000', '220229.165000', '220229.625000', '220230.085000', '220230.545000', '220231.005000', '220231.465000', '220231.925000', '220232.385000', '220232.845000', '220233.305000', '220233.765000', '220234.225000', '220234.685000', '220235.145000', '220235.605000', '220236.065000', '220236.525000', '220236.985000', '220237.445000', '220237.905000', '220238.365000', '220238.825000', '220239.285000', '220239.745000', '220240.205000', '220240.665000', '220241.125000', '220241.585000', '220242.045000', '220242.505000', '220242.965000', '220243.425000', '220243.885000', '220244.345000', '220244.805000', '220245.265000', '220245.725000', '220246.185000', '220246.645000', '220247.105000', '220247.565000', '220248.025000', '220248.485000', '220248.945000', '220249.405000', '220249.865000', '220250.325000', '220250.785000', '220251.245000', '220251.705000', '220252.165000', '220252.625000', '220253.085000', '220253.545000', '220254.005000', '220254.465000', '220254.925000', '220255.385000', '220255.845000', '220256.305000', '220256.765000', '220257.225000', '220257.685000', '220258.145000', '220258.605000', '220259.065000', '220259.525000', '220259.985000', '220300.445000', '220300.905000', '220301.365000', '220301.825000', '220302.285000', '220302.745000', '220303.205000', '220303.665000', '220304.125000', '220304.585000', '220305.045000', '220305.505000', '220305.965000', '220306.425000', '220306.885000', '220307.345000', '220307.805000', '220308.265000', '220308.725000', '220309.185000', '220309.645000', '220310.105000', '220310.565000', '220311.025000', '220311.485000', '220311.945000', '220312.405000', '220312.865000', '220313.325000', '220313.785000', '220314.245000', '220314.705000', '220315.165000', '220315.625000', '220316.085000', '220316.545000', '220317.005000', '220317.465000', '220317.925000', '220318.385000', '220318.845000', '220319.305000', '220319.765000', '220320.225000', '220320.685000', '220321.145000', '220321.605000', '220322.065000', '220322.525000', '220322.985000', '220323.445000', '220323.905000', '220324.365000', '220324.825000', '220325.285000', '220325.745000', '220326.205000', '220326.665000', '220327.125000', '220327.585000', '220328.045000', '220328.505000', '220328.965000', '220329.425000', '220329.885000', '220330.345000', '220330.805000', '220331.265000', '220331.725000', '220332.185000', '220332.645000', '220333.105000', '220333.565000', '220334.025000', '220334.485000', '220334.945000', '220335.405000', '220335.865000', '220336.325000', '220336.785000', '220337.245000', '220337.705000', '220338.165000', '220338.625000', '220339.085000', '220339.545000', '220340.005000', '220340.465000', '220340.925000', '220341.385000', '220341.845000', '220342.305000', '220342.765000', '220343.225000', '220343.685000', '220344.145000', '220344.605000', '220345.065000', '220345.525000', '220345.985000', '220346.445000', '220346.905000', '220347.365000', '220347.825000', '220348.285000', '220348.745000', '220349.205000', '220349.665000', '220350.125000', '220350.585000', '220351.045000', '220351.505000', '220351.965000', '220352.425000', '220352.885000', '220353.345000', '220353.805000', '220354.265000', '220354.725000', '220355.185000', '220355.645000', '220356.105000', '220356.565000', '220357.025000', '220357.485000', '220357.945000', '220358.405000', '220358.865000', '220359.325000', '220359.785000', '220400.245000', '220400.705000', '220401.165000', '220401.625000', '220402.085000', '220402.545000', '220403.005000', '220403.465000', '220403.925000', '220404.385000', '220404.845000', '220405.305000', '220405.765000', '220406.225000', '220406.685000', '220407.145000', '220407.605000', '220408.065000', '220408.525000', '220408.985000', '220409.445000', '220409.905000', '220410.365000', '220410.825000', '220411.285000', '220411.745000', '220412.205000', '220412.665000', '220413.125000', '220413.585000', '220414.045000', '220414.505000', '220414.965000', '220415.425000', '220415.885000', '220416.345000', '220416.805000', '220417.265000', '220417.725000', '220418.185000', '220418.645000', '220419.105000', '220419.565000', '220420.025000', '220420.485000', '220420.945000', '220421.405000', '220421.865000', '220422.325000', '220422.785000', '220423.245000', '220423.705000', '220424.165000', '220424.625000', '220425.085000', '220425.545000', '220426.005000', '220426.465000', '220426.925000', '220427.385000', '220427.845000', '220428.305000', '220428.765000', '220429.225000', '220429.685000', '220430.145000', '220430.605000', '220431.065000', '220431.525000', '220431.985000', '220432.445000', '220432.905000', '220433.365000', '220433.825000', '220434.285000', '220434.745000', '220435.205000', '220435.665000', '220436.125000', '220436.585000', '220437.045000', '220437.505000', '220437.965000', '220438.425000', '220438.885000', '220439.345000', '220439.805000', '220440.265000', '220440.725000', '220441.185000', '220441.645000', '220442.105000', '220442.565000', '220443.025000', '220443.485000', '220443.945000', '220444.405000', '220444.865000', '220445.325000', '220445.785000', '220446.245000', '220446.705000', '220447.165000', '220447.625000', '220448.085000', '220448.545000', '220449.005000', '220449.465000', '220449.925000', '220450.385000', '220450.845000', '220451.305000', '220451.765000', '220452.225000', '220452.685000', '220453.145000', '220453.605000', '220454.065000', '220454.525000', '220454.985000', '220455.445000', '220455.905000', '220456.365000', '220456.825000', '220457.285000', '220457.745000', '220458.205000', '220458.665000', '220459.125000', '220459.585000', '220500.045000', '220500.505000', '220500.965000', '220501.425000', '220501.885000', '220502.345000', '220502.805000', '220503.265000', '220503.725000', '220504.185000', '220504.645000', '220505.105000', '220505.565000', '220506.025000', '220506.485000', '220506.945000', '220507.405000', '220507.865000', '220508.325000', '220508.785000', '220509.245000', '220509.705000', '220510.165000', '220510.625000', '220511.085000', '220511.545000', '220512.005000', '220512.465000', '220512.925000', '220513.385000', '220513.845000', '220514.305000', '220514.765000', '220515.225000', '220515.685000', '220516.145000', '220516.605000', '220517.065000', '220517.525000', '220517.985000', '220518.445000', '220518.905000', '220519.365000', '220519.825000', '220520.285000', '220520.745000', '220521.205000', '220521.665000', '220522.125000', '220522.585000', '220523.045000', '220523.505000', '220523.965000', '220524.425000', '220524.885000', '220525.345000', '220525.805000', '220526.265000', '220526.725000', '220527.185000', '220527.645000', '220528.105000', '220528.565000', '220529.025000', '220529.485000', '220529.945000', '220530.405000', '220530.865000', '220531.325000', '220531.785000', '220532.245000', '220532.705000', '220533.165000', '220533.625000', '220534.085000', '220534.545000', '220535.005000', '220535.465000', '220535.925000', '220536.385000', '220536.845000', '220537.305000', '220537.765000', '220538.225000', '220538.685000', '220539.145000', '220539.605000', '220540.065000', '220540.525000', '220540.985000', '220541.445000', '220541.905000', '220542.365000', '220542.825000', '220543.285000', '220543.745000', '220544.205000', '220544.665000', '220545.125000', '220545.585000', '220546.045000', '220546.505000', '220546.965000', '220547.425000', '220547.885000', '220548.345000', '220548.805000', '220549.265000', '220549.725000', '220550.185000', '220550.645000', '220551.105000', '220551.565000', '220552.025000', '220552.485000', '220552.945000', '220553.405000', '220553.865000', '220554.325000', '220554.785000', '220555.245000', '220555.705000', '220556.165000', '220556.625000', '220557.085000', '220557.545000', '220558.005000', '220558.465000', '220558.925000', '220559.385000', '220559.845000', '220600.305000', '220600.765000', '220601.225000', '220601.685000', '220602.145000', '220602.605000', '220603.065000', '220603.525000', '220603.985000', '220604.445000', '220604.905000', '220605.365000', '220605.825000', '220606.285000', '220606.745000', '220607.205000', '220607.665000', '220608.125000', '220608.585000', '220609.045000', '220609.505000', '220609.965000', '220610.425000', '220610.885000', '220611.345000', '220611.805000', '220612.265000', '220612.725000', '220613.185000', '220613.645000', '220614.105000', '220614.565000', '220615.025000', '220615.485000', '220615.945000', '220616.405000', '220616.865000', '220617.325000', '220617.785000', '220618.245000', '220618.705000', '220619.165000', '220619.625000', '220620.085000', '220620.545000', '220621.005000', '220621.465000', '220621.925000', '220622.385000', '220622.845000', '220623.305000', '220623.765000', '220624.225000', '220624.685000', '220625.145000', '220625.605000', '220626.065000', '220626.525000', '220626.985000', '220627.445000', '220627.905000', '220628.365000', '220628.825000', '220629.285000', '220629.745000', '220630.205000', '220630.665000', '220631.125000', '220631.585000', '220632.045000', '220632.505000', '220632.965000', '220633.425000', '220633.885000', '220634.345000', '220634.805000', '220635.265000', '220635.725000', '220636.185000', '220636.645000', '220637.105000', '220637.565000', '220638.025000', '220638.485000', '220638.945000', '220639.405000', '220639.865000', '220640.325000', '220640.785000', '220641.245000', '220641.705000', '220642.165000', '220642.625000', '220643.085000', '220643.545000', '220644.005000', '220644.465000', '220644.925000', '220645.385000', '220645.845000', '220646.305000', '220646.765000', '220647.225000', '220647.685000', '220648.145000', '220648.605000', '220649.065000', '220649.525000', '220649.985000', '220650.445000', '220650.905000', '220651.365000', '220651.825000', '220652.285000', '220652.745000', '220653.205000', '220653.665000', '220654.125000', '220654.585000', '220655.045000', '220655.505000', '220655.965000', '220656.425000', '220656.885000', '220657.345000', '220657.805000', '220658.265000', '220658.725000', '220659.185000', '220659.645000', '220700.105000', '220700.565000', '220701.025000', '220701.485000', '220701.945000', '220702.405000', '220702.865000', '220703.325000', '220703.785000', '220704.245000', '220704.705000', '220705.165000', '220705.625000', '220706.085000', '220706.545000', '220707.005000', '220707.465000', '220707.925000', '220708.385000', '220708.845000', '220709.305000', '220709.765000', '220710.225000', '220710.685000', '220711.145000', '220711.605000', '220712.065000', '220712.525000', '220712.985000', '220713.445000', '220713.905000', '220714.365000', '220714.825000', '220715.285000', '220715.745000', '220716.205000', '220716.665000', '220717.125000', '220717.585000', '220718.045000', '220718.505000', '220718.965000', '220719.425000', '220719.885000', '220720.345000', '220720.805000', '220721.265000', '220721.725000', '220722.185000', '220722.645000', '220723.105000', '220723.565000', '220724.025000', '220724.485000', '220724.945000', '220725.405000', '220725.865000', '220726.325000', '220726.785000', '220727.245000', '220727.705000', '220728.165000', '220728.625000', '220729.085000', '220729.545000', '220730.005000', '220730.465000', '220730.925000', '220731.385000', '220731.845000', '220732.305000', '220732.765000', '220733.225000', '220733.685000', '220734.145000', '220734.605000', '220735.065000', '220735.525000', '220735.985000', '220736.445000', '220736.905000', '220737.365000', '220737.825000', '220738.285000', '220738.745000', '220739.205000', '220739.665000', '220740.125000', '220740.585000', '220741.045000', '220741.505000', '220741.965000', '220742.425000', '220742.885000', '220743.345000', '220743.805000', '220744.265000', '220744.725000', '220745.185000', '220745.645000', '220746.105000', '220746.565000', '220747.025000', '220747.485000', '220747.945000', '220748.405000', '220748.865000', '220749.325000', '220749.785000', '220750.245000', '220750.705000', '220751.165000', '220751.625000', '220752.085000', '220752.545000', '220753.005000', '220753.465000', '220753.925000', '220754.385000', '220754.845000', '220755.305000', '220755.765000', '220756.225000', '220756.685000', '220757.145000', '220757.605000', '220758.065000', '220758.525000', '220758.985000', '220759.445000', '220759.905000', '220800.365000', '220800.825000', '220801.285000', '220801.745000', '220802.205000', '220802.665000', '220803.125000', '220803.585000', '220804.045000', '220804.505000', '220804.965000', '220805.425000', '220805.885000', '220806.345000', '220806.805000', '220807.265000', '220807.725000', '220808.185000', '220808.645000', '220809.105000', '220809.565000', '220810.025000', '220810.485000', '220810.945000', '220811.405000', '220811.865000', '220812.325000', '220812.785000', '220813.245000', '220813.705000', '220814.165000', '220814.625000', '220815.085000', '220815.545000', '220816.005000', '220816.465000', '220816.925000', '220817.385000', '220817.845000', '220818.305000', '220818.765000', '220819.225000', '220819.685000', '220820.145000', '220820.605000', '220821.065000', '220821.525000', '220821.985000', '220822.445000', '220822.905000', '220823.365000', '220823.825000', '220824.285000', '220824.745000', '220825.205000', '220825.665000', '220826.125000', '220826.585000', '220827.045000', '220827.505000', '220827.965000', '220828.425000', '220828.885000', '220829.345000', '220829.805000', '220830.265000', '220830.725000', '220831.185000', '220831.645000', '220832.105000', '220832.565000', '220833.025000', '220833.485000', '220833.945000', '220834.405000', '220834.865000', '220835.325000', '220835.785000', '220836.245000', '220836.705000', '220837.165000', '220837.625000', '220838.085000', '220838.545000', '220839.005000', '220839.465000', '220839.925000', '220840.385000', '220840.845000', '220841.305000', '220841.765000', '220842.225000', '220842.685000', '220843.145000', '220843.605000', '220844.065000', '220844.525000', '220844.985000', '220845.445000', '220845.905000', '220846.365000', '220846.825000', '220847.285000', '220847.745000', '220848.205000', '220848.665000', '220849.125000', '220849.585000', '220850.045000', '220850.505000', '220850.965000', '220851.425000', '220851.885000', '220852.345000', '220852.805000', '220853.265000', '220853.725000', '220854.185000', '220854.645000', '220855.105000', '220855.565000', '220856.025000', '220856.485000', '220856.945000', '220857.405000', '220857.865000', '220858.325000', '220858.785000', '220859.245000', '220859.705000', '220900.165000', '220900.625000', '220901.085000', '220901.545000', '220902.005000', '220902.465000', '220902.925000', '220903.385000', '220903.845000', '220904.305000', '220904.765000', '220905.225000', '220905.685000', '220906.145000', '220906.605000', '220907.065000', '220907.525000', '220907.985000', '220908.445000', '220908.905000', '220909.365000', '220909.825000', '220910.285000', '220910.745000', '220911.205000', '220911.665000', '220912.125000', '220912.585000', '220913.045000', '220913.505000', '220913.965000', '220914.425000', '220914.885000', '220915.345000', '220915.805000', '220916.265000', '220916.725000', '220917.185000', '220917.645000', '220918.105000', '220918.565000', '220919.025000', '220919.485000', '220919.945000', '220920.405000', '220920.865000', '220921.325000', '220921.785000', '220922.245000', '220922.705000', '220923.165000', '220923.625000', '220924.085000', '220924.545000', '220925.005000', '220925.465000', '220925.925000', '220926.385000', '220926.845000', '220927.305000', '220927.765000', '220928.225000', '220928.685000', '220929.145000', '220929.605000', '220930.065000', '220930.525000', '220930.985000', '220931.445000', '220931.905000', '220932.365000', '220932.825000', '220933.285000', '220933.745000', '220934.205000', '220934.665000', '220935.125000', '220935.585000', '220936.045000', '220936.505000', '220936.965000', '220937.425000', '220937.885000', '220938.345000', '220938.805000', '220939.265000', '220939.725000', '220940.185000', '220940.645000', '220941.105000', '220941.565000', '220942.025000', '220942.485000', '220942.945000', '220943.405000', '220943.865000', '220944.325000', '220944.785000', '220945.245000', '220945.705000', '220946.165000', '220946.625000', '220947.085000', '220947.545000', '220948.005000', '220948.465000', '220948.925000', '220949.385000', '220949.845000', '220950.305000', '220950.765000', '220951.225000', '220951.685000', '220952.145000', '220952.605000', '220953.065000', '220953.525000', '220953.985000', '220954.445000', '220954.905000', '220955.365000', '220955.825000', '220956.285000', '220956.745000', '220957.205000', '220957.665000', '220958.125000', '220958.585000', '220959.045000', '220959.505000', '220959.965000', '221000.425000', '221000.885000', '221001.345000', '221001.805000', '221002.265000', '221002.725000', '221003.185000', '221003.645000', '221004.105000', '221004.565000', '221005.025000', '221005.485000', '221005.945000', '221006.405000', '221006.865000', '221007.325000', '221007.785000', '221008.245000', '221008.705000', '221009.165000', '221009.625000', '221010.085000', '221010.545000', '221011.005000', '221011.465000', '221011.925000', '221012.385000', '221012.845000', '221013.305000', '221013.765000', '221014.225000', '221014.685000', '221015.145000', '221015.605000', '221016.065000', '221016.525000', '221016.985000', '221017.445000', '221017.905000', '221018.365000', '221018.825000', '221019.285000', '221019.745000', '221020.205000', '221020.665000', '221021.125000', '221021.585000', '221022.045000', '221022.505000', '221022.965000', '221023.425000', '221023.885000', '221024.345000', '221024.805000', '221025.265000', '221025.725000', '221026.185000', '221026.645000', '221027.105000', '221027.565000', '221028.025000', '221028.485000', '221028.945000', '221029.405000', '221029.865000', '221030.325000', '221030.785000', '221031.245000', '221031.705000', '221032.165000', '221032.625000', '221033.085000', '221033.545000', '221034.005000', '221034.465000', '221034.925000', '221035.385000', '221035.845000', '221036.305000', '221036.765000', '221037.225000', '221037.685000', '221038.145000', '221038.605000', '221039.065000', '221039.525000', '221039.985000', '221040.445000', '221040.905000', '221041.365000', '221041.825000', '221042.285000', '221042.745000', '221043.205000', '221043.665000', '221044.125000', '221044.585000', '221045.045000', '221045.505000', '221045.965000', '221046.425000', '221046.885000', '221047.345000', '221047.805000', '221048.265000', '221048.725000', '221049.185000', '221049.645000', '221050.105000', '221050.565000', '221051.025000', '221051.485000', '221051.945000', '221052.405000', '221052.865000', '221053.325000', '221053.785000'], 'ContentTime': ['220033.820000', '220033.831000', '220033.833000', '220033.836000', '220033.848000', '220033.850000', '220033.853000', '220033.855000', '220033.858000', '220033.861000', '220033.863000', '220033.866000', '220033.868000', '220033.871000', '220033.874000', '220033.876000', '220033.879000', '220033.881000', '220033.884000', '220033.886000', '220033.889000', '220033.891000', '220033.894000', '220033.896000', '220033.899000', '220053.795000', '220053.798000', '220053.801000', '220053.803000', '220053.806000', '220053.808000', '220053.822000', '220053.825000', '220053.828000', '220053.830000', '220053.833000', '220053.835000', '220053.838000', '220053.840000', '220053.845000', '220053.848000', '220053.851000', '220053.853000', '220053.861000', '220053.864000', '220053.866000', '220053.869000', '220053.871000', '220053.874000', '220053.876000', '220053.879000', '220053.881000', '220053.884000', '220053.887000', '220053.889000', '220053.900000', '220053.903000', '220053.905000', '220053.908000', '220053.910000', '220053.913000', '220053.915000', '220053.918000', '220053.921000', '220053.931000', '220053.933000', '220053.944000', '220053.947000', '220113.795000', '220113.798000', '220113.801000', '220113.804000', '220113.807000', '220113.810000', '220113.813000', '220113.816000', '220113.819000', '220113.821000', '220113.824000', '220113.827000', '220113.829000', '220113.832000', '220113.834000', '220113.837000', '220113.839000', '220113.842000', '220113.844000', '220113.847000', '220113.850000', '220113.852000', '220113.855000', '220113.857000', '220113.860000', '220113.862000', '220113.865000', '220113.867000', '220113.870000', '220113.873000', '220113.876000', '220113.878000', '220113.881000', '220113.889000', '220113.891000', '220113.894000', '220113.896000', '220113.899000', '220113.901000', '220113.904000', '220113.906000', '220113.909000', '220113.911000', '220133.796000', '220133.799000', '220133.802000', '220133.805000', '220133.807000', '220133.810000', '220133.812000', '220133.815000', '220133.818000', '220133.820000', '220133.823000', '220133.825000', '220133.828000', '220133.830000', '220133.833000', '220133.836000', '220133.838000', '220133.841000', '220133.843000', '220133.846000', '220133.848000', '220133.851000', '220133.853000', '220133.856000', '220133.859000', '220133.861000', '220133.864000', '220133.866000', '220133.869000', '220133.871000', '220133.874000', '220133.877000', '220133.879000', '220133.882000', '220133.884000', '220133.887000', '220133.889000', '220133.892000', '220133.894000', '220133.897000', '220133.899000', '220133.902000', '220133.905000', '220133.907000', '220153.796000', '220153.799000', '220153.830000', '220153.833000', '220153.835000', '220153.838000', '220153.840000', '220153.843000', '220153.845000', '220153.848000', '220153.851000', '220153.853000', '220153.856000', '220153.858000', '220153.861000', '220153.864000', '220153.866000', '220153.869000', '220153.871000', '220153.874000', '220153.876000', '220153.879000', '220153.882000', '220153.884000', '220153.887000', '220153.889000', '220153.892000', '220153.895000', '220153.897000', '220153.900000', '220153.903000', '220153.905000', '220153.908000', '220153.910000', '220153.913000', '220153.916000', '220153.918000', '220153.921000', '220153.923000', '220153.926000', '220153.929000', '220153.931000', '220153.934000', '220213.795000', '220213.798000', '220213.801000', '220213.804000', '220213.806000', '220213.809000', '220213.811000', '220213.814000', '220213.817000', '220213.819000', '220213.822000', '220213.824000', '220213.827000', '220213.829000', '220213.832000', '220213.835000', '220213.837000', '220213.840000', '220213.842000', '220213.845000', '220213.848000', '220213.850000', '220213.853000', '220213.855000', '220213.858000', '220213.860000', '220213.863000', '220213.866000', '220213.868000', '220213.871000', '220213.874000', '220213.876000', '220213.879000', '220213.881000', '220213.884000', '220213.886000', '220213.889000', '220213.892000', '220213.894000', '220213.897000', '220213.899000', '220213.902000', '220213.905000', '220213.907000', '220233.796000', '220233.799000', '220233.941000', '220233.944000', '220233.947000', '220233.949000', '220233.952000', '220233.954000', '220233.957000', '220233.960000', '220233.962000', '220233.965000', '220233.967000', '220233.970000', '220233.972000', '220233.975000', '220233.978000', '220233.980000', '220233.983000', '220233.985000', '220233.988000', '220233.991000', '220233.993000', '220233.996000', '220233.998000', '220234.002000', '220234.005000', '220234.007000', '220234.010000', '220234.012000', '220234.015000', '220234.017000', '220234.020000', '220234.023000', '220234.025000', '220234.028000', '220234.030000', '220234.033000', '220234.035000', '220234.038000', '220234.052000', '220234.055000', '220234.057000', '220253.795000', '220253.798000', '220253.828000', '220253.830000', '220253.833000', '220253.836000', '220253.838000', '220253.841000', '220253.843000', '220253.846000', '220253.849000', '220253.851000', '220253.854000', '220253.857000', '220253.859000', '220253.862000', '220253.864000', '220253.867000', '220253.869000', '220253.872000', '220253.875000', '220253.877000', '220253.880000', '220253.882000', '220253.885000', '220253.888000', '220253.890000', '220253.893000', '220253.895000', '220253.898000', '220253.901000', '220253.903000', '220253.906000', '220253.908000', '220253.911000', '220253.913000', '220253.916000', '220253.919000', '220253.921000', '220253.924000', '220253.926000', '220253.929000', '220253.932000', '220253.934000', '220313.795000', '220313.798000', '220313.801000', '220313.803000', '220313.806000', '220313.809000', '220313.812000', '220313.815000', '220313.818000', '220313.820000', '220313.823000', '220313.825000', '220313.828000', '220313.831000', '220313.833000', '220313.836000', '220313.838000', '220313.841000', '220313.843000', '220313.846000', '220313.849000', '220313.851000', '220313.854000', '220313.856000', '220313.859000', '220313.861000', '220313.864000', '220313.866000', '220313.869000', '220313.872000', '220313.874000', '220313.877000', '220313.879000', '220313.882000', '220313.885000', '220313.887000', '220313.890000', '220313.892000', '220313.895000', '220313.898000', '220313.900000', '220313.903000', '220313.906000', '220333.796000', '220333.799000', '220333.801000', '220333.804000', '220333.806000', '220333.809000', '220333.812000', '220333.814000', '220333.817000', '220333.819000', '220333.822000', '220333.825000', '220333.827000', '220333.830000', '220333.832000', '220333.835000', '220333.838000', '220333.840000', '220333.843000', '220333.845000', '220333.848000', '220333.850000', '220333.853000', '220333.856000', '220333.858000', '220333.861000', '220333.864000', '220333.866000', '220333.869000', '220333.871000', '220333.874000', '220333.877000', '220333.879000', '220333.882000', '220333.884000', '220333.887000', '220333.889000', '220333.892000', '220333.895000', '220333.897000', '220333.900000', '220333.902000', '220333.905000', '220333.908000', '220353.797000', '220353.835000', '220353.837000', '220353.840000', '220353.842000', '220353.845000', '220353.848000', '220353.860000', '220353.863000', '220353.865000', '220353.868000', '220353.871000', '220353.873000', '220353.876000', '220353.878000', '220353.881000', '220353.883000', '220353.886000', '220353.889000', '220353.891000', '220353.895000', '220353.897000', '220353.900000', '220353.903000', '220353.905000', '220353.908000', '220353.911000', '220353.913000', '220353.916000', '220353.918000', '220353.921000', '220353.924000', '220353.926000', '220353.929000', '220353.931000', '220353.934000', '220353.936000', '220353.939000', '220353.942000', '220353.944000', '220353.947000', '220353.950000', '220353.952000', '220413.796000', '220413.799000', '220413.817000', '220413.820000', '220413.822000', '220413.825000', '220413.827000', '220413.830000', '220413.833000', '220413.835000', '220413.838000', '220413.840000', '220413.843000', '220413.845000', '220413.848000', '220413.851000', '220413.853000', '220413.856000', '220413.858000', '220413.861000', '220413.863000', '220413.866000', '220413.878000', '220413.881000', '220413.884000', '220413.886000', '220413.889000', '220413.891000', '220413.894000', '220413.897000', '220413.899000', '220413.902000', '220413.905000', '220413.907000', '220413.910000', '220413.912000', '220413.915000', '220413.918000', '220413.920000', '220413.923000', '220413.925000', '220413.928000', '220413.931000', '220413.933000', '220433.796000', '220433.798000', '220433.801000', '220433.804000', '220433.806000', '220433.809000', '220433.811000', '220433.814000', '220433.817000', '220433.819000', '220433.822000', '220433.824000', '220433.827000', '220433.830000', '220433.832000', '220433.835000', '220433.837000', '220433.840000', '220433.842000', '220433.845000', '220433.848000', '220433.850000', '220433.853000', '220433.855000', '220433.858000', '220433.861000', '220433.863000', '220433.866000', '220433.868000', '220433.871000', '220433.883000', '220433.886000', '220433.888000', '220433.891000', '220433.894000', '220433.896000', '220433.899000', '220433.901000', '220433.904000', '220433.906000', '220433.909000', '220433.912000', '220433.914000', '220453.796000', '220453.799000', '220453.835000', '220453.838000', '220453.840000', '220453.843000', '220453.845000', '220453.848000', '220453.851000', '220453.853000', '220453.856000', '220453.858000', '220453.861000', '220453.863000', '220453.866000', '220453.869000', '220453.871000', '220453.874000', '220453.876000', '220453.879000', '220453.882000', '220453.884000', '220453.887000', '220453.889000', '220453.892000', '220453.895000', '220453.897000', '220453.900000', '220453.902000', '220453.905000', '220453.908000', '220453.910000', '220453.913000', '220453.915000', '220453.918000', '220453.920000', '220453.923000', '220453.926000', '220453.928000', '220453.931000', '220453.933000', '220453.936000', '220453.938000', '220453.941000', '220513.798000', '220513.835000', '220513.837000', '220513.840000', '220513.842000', '220513.845000', '220513.847000', '220513.850000', '220513.853000', '220513.855000', '220513.858000', '220513.860000', '220513.863000', '220513.865000', '220513.868000', '220513.870000', '220513.873000', '220513.876000', '220513.878000', '220513.881000', '220513.883000', '220513.886000', '220513.889000', '220513.891000', '220513.894000', '220513.896000', '220513.899000', '220513.902000', '220513.904000', '220513.907000', '220513.910000', '220513.912000', '220513.915000', '220513.917000', '220513.920000', '220513.923000', '220513.925000', '220513.928000', '220513.931000', '220513.934000', '220513.937000', '220513.940000', '220513.943000', '220533.796000', '220533.799000', '220533.858000', '220533.861000', '220533.863000', '220533.866000', '220533.869000', '220533.871000', '220533.874000', '220533.876000', '220533.879000', '220533.881000', '220533.884000', '220533.887000', '220533.889000', '220533.892000', '220533.894000', '220533.897000', '220533.900000', '220533.902000', '220533.905000', '220533.907000', '220533.910000', '220533.913000', '220533.915000', '220533.918000', '220533.921000', '220533.923000', '220533.926000', '220533.928000', '220533.931000', '220533.934000', '220533.936000', '220533.958000', '220533.960000', '220533.963000', '220533.965000', '220533.968000', '220533.971000', '220533.973000', '220533.976000', '220533.978000', '220533.981000', '220533.983000', '220553.796000', '220553.799000', '220553.845000', '220553.847000', '220553.850000', '220553.852000', '220553.855000', '220553.857000', '220553.860000', '220553.863000', '220553.865000', '220553.868000', '220553.870000', '220553.873000', '220553.875000', '220553.878000', '220553.881000', '220553.883000', '220553.886000', '220553.889000', '220553.891000', '220553.894000', '220553.896000', '220553.899000', '220553.901000', '220553.904000', '220553.907000', '220553.909000', '220553.912000', '220553.915000', '220553.918000', '220553.920000', '220553.923000', '220553.926000', '220553.928000', '220553.933000', '220553.935000', '220553.938000', '220553.941000', '220553.943000', '220553.946000', '220553.948000', '220553.951000', '220613.796000', '220613.799000', '220613.846000', '220613.849000', '220613.852000', '220613.854000', '220613.857000', '220613.859000', '220613.862000', '220613.864000', '220613.867000', '220613.869000', '220613.872000', '220613.875000', '220613.877000', '220613.880000', '220613.882000', '220613.885000', '220613.888000', '220613.890000', '220613.893000', '220613.895000', '220613.898000', '220613.901000', '220613.903000', '220613.906000', '220613.908000', '220613.911000', '220613.913000', '220613.916000', '220613.919000', '220613.921000', '220613.924000', '220613.926000', '220613.929000', '220613.932000', '220613.934000', '220613.937000', '220613.939000', '220613.942000', '220613.944000', '220613.947000', '220613.950000', '220613.952000', '220633.797000', '220633.800000', '220633.828000', '220633.831000', '220633.833000', '220633.836000', '220633.838000', '220633.841000', '220633.844000', '220633.846000', '220633.849000', '220633.851000', '220633.854000', '220633.857000', '220633.859000', '220633.862000', '220633.864000', '220633.867000', '220633.870000', '220633.872000', '220633.875000', '220633.877000', '220633.880000', '220633.882000', '220633.885000', '220633.888000', '220633.890000', '220633.893000', '220633.896000', '220633.898000', '220633.901000', '220633.903000', '220633.906000', '220633.909000', '220633.911000', '220633.914000', '220633.916000', '220633.919000', '220633.923000', '220633.925000', '220633.928000', '220633.931000', '220633.933000', '220653.795000', '220653.798000', '220653.853000', '220653.856000', '220653.858000', '220653.861000', '220653.864000', '220653.866000', '220653.869000', '220653.871000', '220653.874000', '220653.876000', '220653.879000', '220653.881000', '220653.884000', '220653.887000', '220653.889000', '220653.892000', '220653.894000', '220653.897000', '220653.900000', '220653.902000', '220653.905000', '220653.907000', '220653.910000', '220653.912000', '220653.915000', '220653.918000', '220653.920000', '220653.923000', '220653.926000', '220653.928000', '220653.931000', '220653.933000', '220653.936000', '220653.938000', '220653.941000', '220653.943000', '220653.946000', '220653.949000', '220653.951000', '220653.954000', '220653.956000', '220653.959000', '220713.811000', '220713.840000', '220713.842000', '220713.845000', '220713.848000', '220713.850000', '220713.853000', '220713.855000', '220713.858000', '220713.860000', '220713.863000', '220713.865000', '220713.868000', '220713.871000', '220713.873000', '220713.876000', '220713.878000', '220713.881000', '220713.883000', '220713.886000', '220713.889000', '220713.891000', '220713.894000', '220713.896000', '220713.899000', '220713.901000', '220713.904000', '220713.906000', '220713.909000', '220713.912000', '220713.914000', '220713.917000', '220713.919000', '220713.922000', '220713.925000', '220713.927000', '220713.930000', '220713.932000', '220713.935000', '220713.938000', '220713.940000', '220713.943000', '220713.946000', '220733.795000', '220733.798000', '220733.867000', '220733.869000', '220733.872000', '220733.875000', '220733.877000', '220733.880000', '220733.882000', '220733.885000', '220733.887000', '220733.890000', '220733.893000', '220733.895000', '220733.898000', '220733.900000', '220733.903000', '220733.905000', '220733.908000', '220733.911000', '220733.913000', '220733.916000', '220733.919000', '220733.921000', '220733.924000', '220733.926000', '220733.929000', '220733.931000', '220733.934000', '220733.937000', '220733.939000', '220733.942000', '220733.944000', '220733.947000', '220733.949000', '220733.952000', '220733.955000', '220733.957000', '220733.960000', '220733.962000', '220733.965000', '220733.967000', '220733.970000', '220753.796000', '220753.799000', '220753.844000', '220753.846000', '220753.849000', '220753.851000', '220753.854000', '220753.857000', '220753.859000', '220753.862000', '220753.864000', '220753.867000', '220753.869000', '220753.872000', '220753.875000', '220753.877000', '220753.880000', '220753.882000', '220753.885000', '220753.888000', '220753.890000', '220753.893000', '220753.896000', '220753.898000', '220753.901000', '220753.903000', '220753.906000', '220753.909000', '220753.911000', '220753.914000', '220753.917000', '220753.919000', '220753.922000', '220753.924000', '220753.927000', '220753.930000', '220753.932000', '220753.935000', '220753.937000', '220753.940000', '220753.943000', '220753.945000', '220753.948000', '220753.951000', '220813.796000', '220813.798000', '220813.801000', '220813.862000', '220813.864000', '220813.867000', '220813.869000', '220813.872000', '220813.874000', '220813.877000', '220813.880000', '220813.882000', '220813.885000', '220813.887000', '220813.890000', '220813.892000', '220813.895000', '220813.898000', '220813.900000', '220813.903000', '220813.905000', '220813.908000', '220813.911000', '220813.913000', '220813.916000', '220813.918000', '220813.921000', '220813.924000', '220813.926000', '220813.929000', '220813.932000', '220813.934000', '220813.937000', '220813.939000', '220813.942000', '220813.944000', '220813.947000', '220813.949000', '220813.952000', '220813.955000', '220813.957000', '220813.960000', '220813.962000', '220813.965000', '220833.797000', '220833.870000', '220833.872000', '220833.875000', '220833.878000', '220833.880000', '220833.883000', '220833.885000', '220833.888000', '220833.890000', '220833.893000', '220833.896000', '220833.898000', '220833.901000', '220833.904000', '220833.906000', '220833.909000', '220833.911000', '220833.914000', '220833.927000', '220833.929000', '220833.932000', '220833.934000', '220833.937000', '220833.940000', '220833.942000', '220833.945000', '220833.947000', '220833.950000', '220833.953000', '220833.956000', '220833.959000', '220833.962000', '220833.965000', '220833.967000', '220833.970000', '220833.972000', '220833.975000', '220833.978000', '220833.980000', '220833.983000', '220833.985000', '220833.988000', '220853.796000', '220853.799000', '220853.858000', '220853.861000', '220853.863000', '220853.866000', '220853.868000', '220853.871000', '220853.874000', '220853.876000', '220853.879000', '220853.881000', '220853.884000', '220853.887000', '220853.889000', '220853.892000', '220853.895000', '220853.897000', '220853.900000', '220853.902000', '220853.905000', '220853.908000', '220853.910000', '220853.913000', '220853.915000', '220853.918000', '220853.921000', '220853.923000', '220853.926000', '220853.928000', '220853.931000', '220853.933000', '220853.936000', '220853.939000', '220853.941000', '220853.944000', '220853.946000', '220853.949000', '220853.952000', '220853.954000', '220853.957000', '220853.959000', '220853.962000', '220853.965000', '220913.796000', '220913.798000', '220913.863000', '220913.865000', '220913.868000', '220913.870000', '220913.873000', '220913.875000', '220913.878000', '220913.881000', '220913.883000', '220913.886000', '220913.888000', '220913.891000', '220913.893000', '220913.896000', '220913.899000', '220913.901000', '220913.904000', '220913.906000', '220913.909000', '220913.912000', '220913.914000', '220913.917000', '220913.919000', '220913.922000', '220913.924000', '220913.927000', '220913.930000', '220913.932000', '220913.935000', '220913.937000', '220913.940000', '220913.942000', '220913.945000', '220913.948000', '220913.950000', '220913.953000', '220913.955000', '220913.958000', '220913.961000', '220913.963000', '220913.966000', '220933.796000', '220933.799000', '220933.850000', '220933.853000', '220933.855000', '220933.858000', '220933.860000', '220933.863000', '220933.866000', '220933.868000', '220933.871000', '220933.874000', '220933.876000', '220933.879000', '220933.881000', '220933.884000', '220933.886000', '220933.889000', '220933.892000', '220933.894000', '220933.897000', '220933.899000', '220933.902000', '220933.905000', '220933.907000', '220933.910000', '220933.912000', '220933.915000', '220933.918000', '220933.920000', '220933.923000', '220933.925000', '220933.928000', '220933.930000', '220933.933000', '220933.936000', '220933.938000', '220933.941000', '220933.943000', '220933.946000', '220933.949000', '220933.951000', '220933.954000', '220933.956000', '220953.796000', '220953.798000', '220953.878000', '220953.880000', '220953.883000', '220953.885000', '220953.888000', '220953.891000', '220953.893000', '220953.896000', '220953.898000', '220953.901000', '220953.904000', '220953.906000', '220953.909000', '220953.912000', '220953.914000', '220953.917000', '220953.919000', '220953.922000', '220953.925000', '220953.927000', '220953.930000', '220953.933000', '220953.935000', '220953.938000', '220953.940000', '220953.943000', '220953.946000', '220953.948000', '220953.951000', '220953.953000', '220953.956000', '220953.959000', '220953.961000', '220953.964000', '220953.967000', '220953.969000', '220953.972000', '220953.974000', '220953.977000', '220953.980000', '220953.982000', '221013.796000', '221013.798000', '221013.868000', '221013.870000', '221013.873000', '221013.875000', '221013.878000', '221013.881000', '221013.883000', '221013.886000', '221013.888000', '221013.891000', '221013.893000', '221013.896000', '221013.899000', '221013.901000', '221013.904000', '221013.907000', '221013.909000', '221013.912000', '221013.914000', '221013.917000', '221013.920000', '221013.922000', '221013.925000', '221013.928000', '221013.930000', '221013.933000', '221013.935000', '221013.938000', '221013.940000', '221013.943000', '221013.946000', '221013.948000', '221013.951000', '221013.953000', '221013.956000', '221013.959000', '221013.961000', '221013.964000', '221013.966000', '221013.969000', '221013.972000', '221033.796000', '221033.799000', '221033.874000', '221033.877000', '221033.880000', '221033.882000', '221033.885000', '221033.887000', '221033.890000', '221033.892000', '221033.895000', '221033.898000', '221033.900000', '221033.903000', '221033.905000', '221033.908000', '221033.910000', '221033.913000', '221033.916000', '221033.918000', '221033.921000', '221033.924000', '221033.926000', '221033.929000', '221033.931000', '221033.934000', '221033.937000', '221033.940000', '221033.942000', '221033.945000', '221033.948000', '221033.950000', '221033.953000', '221033.955000', '221033.958000', '221033.961000', '221033.963000', '221033.966000', '221033.968000', '221033.971000', '221033.974000', '221033.976000', '221033.979000', '221033.981000', '221053.797000', '221053.883000', '221053.885000', '221053.888000', '221053.890000', '221053.893000', '221053.896000', '221053.898000', '221053.901000', '221053.904000', '221053.906000', '221053.909000', '221053.911000', '221053.914000', '221053.916000', '221053.919000', '221053.922000', '221053.924000', '221053.927000', '221053.930000', '221053.932000', '221053.935000', '221053.937000', '221053.940000', '221053.943000', '221053.945000', '221053.948000', '221053.950000', '221053.953000', '221053.955000', '221053.958000', '221053.961000', '221053.963000', '221054.001000', '221054.003000', '221054.006000', '221054.009000', '221054.011000', '221054.014000', '221054.016000', '221054.019000', '221054.021000', '221054.024000', '221055.192000', '221055.195000', '221055.197000', '221055.200000'], 'InstanceCreationTime': ['220033.820000', '220033.831000', '220033.833000', '220033.836000', '220033.848000', '220033.850000', '220033.853000', '220033.855000', '220033.858000', '220033.861000', '220033.863000', '220033.866000', '220033.868000', '220033.871000', '220033.874000', '220033.876000', '220033.879000', '220033.881000', '220033.884000', '220033.886000', '220033.889000', '220033.891000', '220033.894000', '220033.896000', '220033.899000', '220053.795000', '220053.798000', '220053.801000', '220053.803000', '220053.806000', '220053.808000', '220053.822000', '220053.825000', '220053.828000', '220053.830000', '220053.833000', '220053.835000', '220053.838000', '220053.840000', '220053.845000', '220053.848000', '220053.851000', '220053.853000', '220053.861000', '220053.864000', '220053.866000', '220053.869000', '220053.871000', '220053.874000', '220053.876000', '220053.879000', '220053.881000', '220053.884000', '220053.887000', '220053.889000', '220053.900000', '220053.903000', '220053.905000', '220053.908000', '220053.910000', '220053.913000', '220053.915000', '220053.918000', '220053.921000', '220053.931000', '220053.933000', '220053.944000', '220053.947000', '220113.795000', '220113.798000', '220113.801000', '220113.804000', '220113.807000', '220113.810000', '220113.813000', '220113.816000', '220113.819000', '220113.821000', '220113.824000', '220113.827000', '220113.829000', '220113.832000', '220113.834000', '220113.837000', '220113.839000', '220113.842000', '220113.844000', '220113.847000', '220113.850000', '220113.852000', '220113.855000', '220113.857000', '220113.860000', '220113.862000', '220113.865000', '220113.867000', '220113.870000', '220113.873000', '220113.876000', '220113.878000', '220113.881000', '220113.889000', '220113.891000', '220113.894000', '220113.896000', '220113.899000', '220113.901000', '220113.904000', '220113.906000', '220113.909000', '220113.911000', '220133.796000', '220133.799000', '220133.802000', '220133.805000', '220133.807000', '220133.810000', '220133.812000', '220133.815000', '220133.818000', '220133.820000', '220133.823000', '220133.825000', '220133.828000', '220133.830000', '220133.833000', '220133.836000', '220133.838000', '220133.841000', '220133.843000', '220133.846000', '220133.848000', '220133.851000', '220133.853000', '220133.856000', '220133.859000', '220133.861000', '220133.864000', '220133.866000', '220133.869000', '220133.871000', '220133.874000', '220133.877000', '220133.879000', '220133.882000', '220133.884000', '220133.887000', '220133.889000', '220133.892000', '220133.894000', '220133.897000', '220133.899000', '220133.902000', '220133.905000', '220133.907000', '220153.796000', '220153.799000', '220153.830000', '220153.833000', '220153.835000', '220153.838000', '220153.840000', '220153.843000', '220153.845000', '220153.848000', '220153.851000', '220153.853000', '220153.856000', '220153.858000', '220153.861000', '220153.864000', '220153.866000', '220153.869000', '220153.871000', '220153.874000', '220153.876000', '220153.879000', '220153.882000', '220153.884000', '220153.887000', '220153.889000', '220153.892000', '220153.895000', '220153.897000', '220153.900000', '220153.903000', '220153.905000', '220153.908000', '220153.910000', '220153.913000', '220153.916000', '220153.918000', '220153.921000', '220153.923000', '220153.926000', '220153.929000', '220153.931000', '220153.934000', '220213.795000', '220213.798000', '220213.801000', '220213.804000', '220213.806000', '220213.809000', '220213.811000', '220213.814000', '220213.817000', '220213.819000', '220213.822000', '220213.824000', '220213.827000', '220213.829000', '220213.832000', '220213.835000', '220213.837000', '220213.840000', '220213.842000', '220213.845000', '220213.848000', '220213.850000', '220213.853000', '220213.855000', '220213.858000', '220213.860000', '220213.863000', '220213.866000', '220213.868000', '220213.871000', '220213.874000', '220213.876000', '220213.879000', '220213.881000', '220213.884000', '220213.886000', '220213.889000', '220213.892000', '220213.894000', '220213.897000', '220213.899000', '220213.902000', '220213.905000', '220213.907000', '220233.796000', '220233.799000', '220233.941000', '220233.944000', '220233.947000', '220233.949000', '220233.952000', '220233.954000', '220233.957000', '220233.960000', '220233.962000', '220233.965000', '220233.967000', '220233.970000', '220233.972000', '220233.975000', '220233.978000', '220233.980000', '220233.983000', '220233.985000', '220233.988000', '220233.991000', '220233.993000', '220233.996000', '220233.998000', '220234.002000', '220234.005000', '220234.007000', '220234.010000', '220234.012000', '220234.015000', '220234.017000', '220234.020000', '220234.023000', '220234.025000', '220234.028000', '220234.030000', '220234.033000', '220234.035000', '220234.038000', '220234.052000', '220234.055000', '220234.057000', '220253.795000', '220253.798000', '220253.828000', '220253.830000', '220253.833000', '220253.836000', '220253.838000', '220253.841000', '220253.843000', '220253.846000', '220253.849000', '220253.851000', '220253.854000', '220253.857000', '220253.859000', '220253.862000', '220253.864000', '220253.867000', '220253.869000', '220253.872000', '220253.875000', '220253.877000', '220253.880000', '220253.882000', '220253.885000', '220253.888000', '220253.890000', '220253.893000', '220253.895000', '220253.898000', '220253.901000', '220253.903000', '220253.906000', '220253.908000', '220253.911000', '220253.913000', '220253.916000', '220253.919000', '220253.921000', '220253.924000', '220253.926000', '220253.929000', '220253.932000', '220253.934000', '220313.795000', '220313.798000', '220313.801000', '220313.803000', '220313.806000', '220313.809000', '220313.812000', '220313.815000', '220313.818000', '220313.820000', '220313.823000', '220313.825000', '220313.828000', '220313.831000', '220313.833000', '220313.836000', '220313.838000', '220313.841000', '220313.843000', '220313.846000', '220313.849000', '220313.851000', '220313.854000', '220313.856000', '220313.859000', '220313.861000', '220313.864000', '220313.866000', '220313.869000', '220313.872000', '220313.874000', '220313.877000', '220313.879000', '220313.882000', '220313.885000', '220313.887000', '220313.890000', '220313.892000', '220313.895000', '220313.898000', '220313.900000', '220313.903000', '220313.906000', '220333.796000', '220333.799000', '220333.801000', '220333.804000', '220333.806000', '220333.809000', '220333.812000', '220333.814000', '220333.817000', '220333.819000', '220333.822000', '220333.825000', '220333.827000', '220333.830000', '220333.832000', '220333.835000', '220333.838000', '220333.840000', '220333.843000', '220333.845000', '220333.848000', '220333.850000', '220333.853000', '220333.856000', '220333.858000', '220333.861000', '220333.864000', '220333.866000', '220333.869000', '220333.871000', '220333.874000', '220333.877000', '220333.879000', '220333.882000', '220333.884000', '220333.887000', '220333.889000', '220333.892000', '220333.895000', '220333.897000', '220333.900000', '220333.902000', '220333.905000', '220333.908000', '220353.797000', '220353.835000', '220353.837000', '220353.840000', '220353.842000', '220353.845000', '220353.848000', '220353.860000', '220353.863000', '220353.865000', '220353.868000', '220353.871000', '220353.873000', '220353.876000', '220353.878000', '220353.881000', '220353.883000', '220353.886000', '220353.889000', '220353.891000', '220353.895000', '220353.897000', '220353.900000', '220353.903000', '220353.905000', '220353.908000', '220353.911000', '220353.913000', '220353.916000', '220353.918000', '220353.921000', '220353.924000', '220353.926000', '220353.929000', '220353.931000', '220353.934000', '220353.936000', '220353.939000', '220353.942000', '220353.944000', '220353.947000', '220353.950000', '220353.952000', '220413.796000', '220413.799000', '220413.817000', '220413.820000', '220413.822000', '220413.825000', '220413.827000', '220413.830000', '220413.833000', '220413.835000', '220413.838000', '220413.840000', '220413.843000', '220413.845000', '220413.848000', '220413.851000', '220413.853000', '220413.856000', '220413.858000', '220413.861000', '220413.863000', '220413.866000', '220413.878000', '220413.881000', '220413.884000', '220413.886000', '220413.889000', '220413.891000', '220413.894000', '220413.897000', '220413.899000', '220413.902000', '220413.905000', '220413.907000', '220413.910000', '220413.912000', '220413.915000', '220413.918000', '220413.920000', '220413.923000', '220413.925000', '220413.928000', '220413.931000', '220413.933000', '220433.796000', '220433.798000', '220433.801000', '220433.804000', '220433.806000', '220433.809000', '220433.811000', '220433.814000', '220433.817000', '220433.819000', '220433.822000', '220433.824000', '220433.827000', '220433.830000', '220433.832000', '220433.835000', '220433.837000', '220433.840000', '220433.842000', '220433.845000', '220433.848000', '220433.850000', '220433.853000', '220433.855000', '220433.858000', '220433.861000', '220433.863000', '220433.866000', '220433.868000', '220433.871000', '220433.883000', '220433.886000', '220433.888000', '220433.891000', '220433.894000', '220433.896000', '220433.899000', '220433.901000', '220433.904000', '220433.906000', '220433.909000', '220433.912000', '220433.914000', '220453.796000', '220453.799000', '220453.835000', '220453.838000', '220453.840000', '220453.843000', '220453.845000', '220453.848000', '220453.851000', '220453.853000', '220453.856000', '220453.858000', '220453.861000', '220453.863000', '220453.866000', '220453.869000', '220453.871000', '220453.874000', '220453.876000', '220453.879000', '220453.882000', '220453.884000', '220453.887000', '220453.889000', '220453.892000', '220453.895000', '220453.897000', '220453.900000', '220453.902000', '220453.905000', '220453.908000', '220453.910000', '220453.913000', '220453.915000', '220453.918000', '220453.920000', '220453.923000', '220453.926000', '220453.928000', '220453.931000', '220453.933000', '220453.936000', '220453.938000', '220453.941000', '220513.798000', '220513.835000', '220513.837000', '220513.840000', '220513.842000', '220513.845000', '220513.847000', '220513.850000', '220513.853000', '220513.855000', '220513.858000', '220513.860000', '220513.863000', '220513.865000', '220513.868000', '220513.870000', '220513.873000', '220513.876000', '220513.878000', '220513.881000', '220513.883000', '220513.886000', '220513.889000', '220513.891000', '220513.894000', '220513.896000', '220513.899000', '220513.902000', '220513.904000', '220513.907000', '220513.910000', '220513.912000', '220513.915000', '220513.917000', '220513.920000', '220513.923000', '220513.925000', '220513.928000', '220513.931000', '220513.934000', '220513.937000', '220513.940000', '220513.943000', '220533.796000', '220533.799000', '220533.858000', '220533.861000', '220533.863000', '220533.866000', '220533.869000', '220533.871000', '220533.874000', '220533.876000', '220533.879000', '220533.881000', '220533.884000', '220533.887000', '220533.889000', '220533.892000', '220533.894000', '220533.897000', '220533.900000', '220533.902000', '220533.905000', '220533.907000', '220533.910000', '220533.913000', '220533.915000', '220533.918000', '220533.921000', '220533.923000', '220533.926000', '220533.928000', '220533.931000', '220533.934000', '220533.936000', '220533.958000', '220533.960000', '220533.963000', '220533.965000', '220533.968000', '220533.971000', '220533.973000', '220533.976000', '220533.978000', '220533.981000', '220533.983000', '220553.796000', '220553.799000', '220553.845000', '220553.847000', '220553.850000', '220553.852000', '220553.855000', '220553.857000', '220553.860000', '220553.863000', '220553.865000', '220553.868000', '220553.870000', '220553.873000', '220553.875000', '220553.878000', '220553.881000', '220553.883000', '220553.886000', '220553.889000', '220553.891000', '220553.894000', '220553.896000', '220553.899000', '220553.901000', '220553.904000', '220553.907000', '220553.909000', '220553.912000', '220553.915000', '220553.918000', '220553.920000', '220553.923000', '220553.926000', '220553.928000', '220553.933000', '220553.935000', '220553.938000', '220553.941000', '220553.943000', '220553.946000', '220553.948000', '220553.951000', '220613.796000', '220613.799000', '220613.846000', '220613.849000', '220613.852000', '220613.854000', '220613.857000', '220613.859000', '220613.862000', '220613.864000', '220613.867000', '220613.869000', '220613.872000', '220613.875000', '220613.877000', '220613.880000', '220613.882000', '220613.885000', '220613.888000', '220613.890000', '220613.893000', '220613.895000', '220613.898000', '220613.901000', '220613.903000', '220613.906000', '220613.908000', '220613.911000', '220613.913000', '220613.916000', '220613.919000', '220613.921000', '220613.924000', '220613.926000', '220613.929000', '220613.932000', '220613.934000', '220613.937000', '220613.939000', '220613.942000', '220613.944000', '220613.947000', '220613.950000', '220613.952000', '220633.797000', '220633.800000', '220633.828000', '220633.831000', '220633.833000', '220633.836000', '220633.838000', '220633.841000', '220633.844000', '220633.846000', '220633.849000', '220633.851000', '220633.854000', '220633.857000', '220633.859000', '220633.862000', '220633.864000', '220633.867000', '220633.870000', '220633.872000', '220633.875000', '220633.877000', '220633.880000', '220633.882000', '220633.885000', '220633.888000', '220633.890000', '220633.893000', '220633.896000', '220633.898000', '220633.901000', '220633.903000', '220633.906000', '220633.909000', '220633.911000', '220633.914000', '220633.916000', '220633.919000', '220633.923000', '220633.925000', '220633.928000', '220633.931000', '220633.933000', '220653.795000', '220653.798000', '220653.853000', '220653.856000', '220653.858000', '220653.861000', '220653.864000', '220653.866000', '220653.869000', '220653.871000', '220653.874000', '220653.876000', '220653.879000', '220653.881000', '220653.884000', '220653.887000', '220653.889000', '220653.892000', '220653.894000', '220653.897000', '220653.900000', '220653.902000', '220653.905000', '220653.907000', '220653.910000', '220653.912000', '220653.915000', '220653.918000', '220653.920000', '220653.923000', '220653.926000', '220653.928000', '220653.931000', '220653.933000', '220653.936000', '220653.938000', '220653.941000', '220653.943000', '220653.946000', '220653.949000', '220653.951000', '220653.954000', '220653.956000', '220653.959000', '220713.811000', '220713.840000', '220713.842000', '220713.845000', '220713.848000', '220713.850000', '220713.853000', '220713.855000', '220713.858000', '220713.860000', '220713.863000', '220713.865000', '220713.868000', '220713.871000', '220713.873000', '220713.876000', '220713.878000', '220713.881000', '220713.883000', '220713.886000', '220713.889000', '220713.891000', '220713.894000', '220713.896000', '220713.899000', '220713.901000', '220713.904000', '220713.906000', '220713.909000', '220713.912000', '220713.914000', '220713.917000', '220713.919000', '220713.922000', '220713.925000', '220713.927000', '220713.930000', '220713.932000', '220713.935000', '220713.938000', '220713.940000', '220713.943000', '220713.946000', '220733.795000', '220733.798000', '220733.867000', '220733.869000', '220733.872000', '220733.875000', '220733.877000', '220733.880000', '220733.882000', '220733.885000', '220733.887000', '220733.890000', '220733.893000', '220733.895000', '220733.898000', '220733.900000', '220733.903000', '220733.905000', '220733.908000', '220733.911000', '220733.913000', '220733.916000', '220733.919000', '220733.921000', '220733.924000', '220733.926000', '220733.929000', '220733.931000', '220733.934000', '220733.937000', '220733.939000', '220733.942000', '220733.944000', '220733.947000', '220733.949000', '220733.952000', '220733.955000', '220733.957000', '220733.960000', '220733.962000', '220733.965000', '220733.967000', '220733.970000', '220753.796000', '220753.799000', '220753.844000', '220753.846000', '220753.849000', '220753.851000', '220753.854000', '220753.857000', '220753.859000', '220753.862000', '220753.864000', '220753.867000', '220753.869000', '220753.872000', '220753.875000', '220753.877000', '220753.880000', '220753.882000', '220753.885000', '220753.888000', '220753.890000', '220753.893000', '220753.896000', '220753.898000', '220753.901000', '220753.903000', '220753.906000', '220753.909000', '220753.911000', '220753.914000', '220753.917000', '220753.919000', '220753.922000', '220753.924000', '220753.927000', '220753.930000', '220753.932000', '220753.935000', '220753.937000', '220753.940000', '220753.943000', '220753.945000', '220753.948000', '220753.951000', '220813.796000', '220813.798000', '220813.801000', '220813.862000', '220813.864000', '220813.867000', '220813.869000', '220813.872000', '220813.874000', '220813.877000', '220813.880000', '220813.882000', '220813.885000', '220813.887000', '220813.890000', '220813.892000', '220813.895000', '220813.898000', '220813.900000', '220813.903000', '220813.905000', '220813.908000', '220813.911000', '220813.913000', '220813.916000', '220813.918000', '220813.921000', '220813.924000', '220813.926000', '220813.929000', '220813.932000', '220813.934000', '220813.937000', '220813.939000', '220813.942000', '220813.944000', '220813.947000', '220813.949000', '220813.952000', '220813.955000', '220813.957000', '220813.960000', '220813.962000', '220813.965000', '220833.797000', '220833.870000', '220833.872000', '220833.875000', '220833.878000', '220833.880000', '220833.883000', '220833.885000', '220833.888000', '220833.890000', '220833.893000', '220833.896000', '220833.898000', '220833.901000', '220833.904000', '220833.906000', '220833.909000', '220833.911000', '220833.914000', '220833.927000', '220833.929000', '220833.932000', '220833.934000', '220833.937000', '220833.940000', '220833.942000', '220833.945000', '220833.947000', '220833.950000', '220833.953000', '220833.956000', '220833.959000', '220833.962000', '220833.965000', '220833.967000', '220833.970000', '220833.972000', '220833.975000', '220833.978000', '220833.980000', '220833.983000', '220833.985000', '220833.988000', '220853.796000', '220853.799000', '220853.858000', '220853.861000', '220853.863000', '220853.866000', '220853.868000', '220853.871000', '220853.874000', '220853.876000', '220853.879000', '220853.881000', '220853.884000', '220853.887000', '220853.889000', '220853.892000', '220853.895000', '220853.897000', '220853.900000', '220853.902000', '220853.905000', '220853.908000', '220853.910000', '220853.913000', '220853.915000', '220853.918000', '220853.921000', '220853.923000', '220853.926000', '220853.928000', '220853.931000', '220853.933000', '220853.936000', '220853.939000', '220853.941000', '220853.944000', '220853.946000', '220853.949000', '220853.952000', '220853.954000', '220853.957000', '220853.959000', '220853.962000', '220853.965000', '220913.796000', '220913.798000', '220913.863000', '220913.865000', '220913.868000', '220913.870000', '220913.873000', '220913.875000', '220913.878000', '220913.881000', '220913.883000', '220913.886000', '220913.888000', '220913.891000', '220913.893000', '220913.896000', '220913.899000', '220913.901000', '220913.904000', '220913.906000', '220913.909000', '220913.912000', '220913.914000', '220913.917000', '220913.919000', '220913.922000', '220913.924000', '220913.927000', '220913.930000', '220913.932000', '220913.935000', '220913.937000', '220913.940000', '220913.942000', '220913.945000', '220913.948000', '220913.950000', '220913.953000', '220913.955000', '220913.958000', '220913.961000', '220913.963000', '220913.966000', '220933.796000', '220933.799000', '220933.850000', '220933.853000', '220933.855000', '220933.858000', '220933.860000', '220933.863000', '220933.866000', '220933.868000', '220933.871000', '220933.874000', '220933.876000', '220933.879000', '220933.881000', '220933.884000', '220933.886000', '220933.889000', '220933.892000', '220933.894000', '220933.897000', '220933.899000', '220933.902000', '220933.905000', '220933.907000', '220933.910000', '220933.912000', '220933.915000', '220933.918000', '220933.920000', '220933.923000', '220933.925000', '220933.928000', '220933.930000', '220933.933000', '220933.936000', '220933.938000', '220933.941000', '220933.943000', '220933.946000', '220933.949000', '220933.951000', '220933.954000', '220933.956000', '220953.796000', '220953.798000', '220953.878000', '220953.880000', '220953.883000', '220953.885000', '220953.888000', '220953.891000', '220953.893000', '220953.896000', '220953.898000', '220953.901000', '220953.904000', '220953.906000', '220953.909000', '220953.912000', '220953.914000', '220953.917000', '220953.919000', '220953.922000', '220953.925000', '220953.927000', '220953.930000', '220953.933000', '220953.935000', '220953.938000', '220953.940000', '220953.943000', '220953.946000', '220953.948000', '220953.951000', '220953.953000', '220953.956000', '220953.959000', '220953.961000', '220953.964000', '220953.967000', '220953.969000', '220953.972000', '220953.974000', '220953.977000', '220953.980000', '220953.982000', '221013.796000', '221013.798000', '221013.868000', '221013.870000', '221013.873000', '221013.875000', '221013.878000', '221013.881000', '221013.883000', '221013.886000', '221013.888000', '221013.891000', '221013.893000', '221013.896000', '221013.899000', '221013.901000', '221013.904000', '221013.907000', '221013.909000', '221013.912000', '221013.914000', '221013.917000', '221013.920000', '221013.922000', '221013.925000', '221013.928000', '221013.930000', '221013.933000', '221013.935000', '221013.938000', '221013.940000', '221013.943000', '221013.946000', '221013.948000', '221013.951000', '221013.953000', '221013.956000', '221013.959000', '221013.961000', '221013.964000', '221013.966000', '221013.969000', '221013.972000', '221033.796000', '221033.799000', '221033.874000', '221033.877000', '221033.880000', '221033.882000', '221033.885000', '221033.887000', '221033.890000', '221033.892000', '221033.895000', '221033.898000', '221033.900000', '221033.903000', '221033.905000', '221033.908000', '221033.910000', '221033.913000', '221033.916000', '221033.918000', '221033.921000', '221033.924000', '221033.926000', '221033.929000', '221033.931000', '221033.934000', '221033.937000', '221033.940000', '221033.942000', '221033.945000', '221033.948000', '221033.950000', '221033.953000', '221033.955000', '221033.958000', '221033.961000', '221033.963000', '221033.966000', '221033.968000', '221033.971000', '221033.974000', '221033.976000', '221033.979000', '221033.981000', '221053.797000', '221053.883000', '221053.885000', '221053.888000', '221053.890000', '221053.893000', '221053.896000', '221053.898000', '221053.901000', '221053.904000', '221053.906000', '221053.909000', '221053.911000', '221053.914000', '221053.916000', '221053.919000', '221053.922000', '221053.924000', '221053.927000', '221053.930000', '221053.932000', '221053.935000', '221053.937000', '221053.940000', '221053.943000', '221053.945000', '221053.948000', '221053.950000', '221053.953000', '221053.955000', '221053.958000', '221053.961000', '221053.963000', '221054.001000', '221054.003000', '221054.006000', '221054.009000', '221054.011000', '221054.014000', '221054.016000', '221054.019000', '221054.021000', '221054.024000', '221055.192000', '221055.195000', '221055.197000', '221055.200000'], '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': [14006, 10679, 9322, 11754, 8372, 10978, 11634, 8860, 10167, 10888, 8038, 12093, 10526, 8357, 11072, 9943, 8000, 11909, 10384, 7819, 12609, 10734, 7582, 12279, 9735, 13507, 11054, 8231, 12471, 10860, 8549, 11431, 8273, 9670, 10649, 8881, 9792, 8284, 7577, 11392, 9195, 7819, 11775, 10926, 8150, 12597, 10029, 12804, 11873, 9078, 11725, 9698, 10691, 10927, 8040, 11105, 9379, 8583, 11186, 8982, 7973, 9644, 8205, 7780, 9300, 8259, 11214, 11691, 9564, 11352, 14065, 10789, 11087, 11994, 8577, 14941, 12810, 8887, 12660, 8547, 10147, 10807, 8935, 11249, 8952, 8140, 10935, 8999, 8413, 10585, 7933, 10573, 10851, 9434, 13163, 9188, 10844, 11400, 8674, 12831, 9803, 8313, 11947, 9773, 11824, 10818, 9135, 12197, 10529, 10273, 12205, 8075, 12210, 11021, 8552, 12408, 9120, 8049, 10746, 8444, 10335, 10173, 8332, 11065, 8887, 14176, 11396, 9651, 10932, 8467, 10933, 10100, 10497, 10016, 8310, 9822, 8756, 8372, 9726, 7863, 9441, 9759, 8913, 11493, 8727, 11939, 10500, 9978, 13767, 8991, 13887, 10485, 7921, 10722, 8793, 8891, 11302, 9675, 9635, 12378, 9042, 10867, 11393, 9312, 14073, 11113, 10077, 10781, 8332, 10662, 10234, 8994, 10868, 7813, 10019, 10807, 8888, 13746, 10608, 8255, 11502, 9402, 11271, 11081, 9042, 11962, 8794, 9948, 10577, 8733, 10989, 9177, 8123, 10158, 8036, 10804, 9748, 10124, 10810, 8749, 11949, 9671, 11037, 11077, 8801, 11570, 7897, 10477, 8643, 8221, 9929, 8473, 11616, 9930, 8289, 10020, 8439, 10859, 9417, 13082, 11216, 9205, 12309, 8747, 9340, 9721, 7856, 12087, 10276, 8252, 10972, 9473, 8828, 12348, 9140, 13953, 11165, 8479, 10848, 8828, 8492, 9763, 8712, 10391, 10079, 8357, 11206, 10071, 8764, 11128, 8588, 7948, 9303, 8780, 9803, 8334, 10195, 9318, 12068, 11017, 8257, 10627, 10699, 7937, 10827, 9008, 10837, 10812, 9417, 12439, 7972, 12250, 9888, 10132, 11284, 8376, 11643, 8663, 9705, 10134, 9234, 11780, 8149, 11849, 9466, 12960, 11434, 8749, 12549, 9061, 10198, 10936, 8868, 12845, 9813, 10165, 11251, 9575, 15043, 10865, 14955, 11339, 12328, 12112, 8946, 13776, 9488, 10952, 10907, 8766, 11777, 8967, 9855, 10326, 8842, 12552, 8898, 13652, 11104, 9163, 12351, 9217, 14570, 10926, 9191, 11899, 9047, 14734, 12129, 8351, 11319, 8227, 11131, 10302, 9721, 10974, 8139, 10865, 9254, 8302, 10289, 7945, 10829, 9174, 9788, 10022, 12567, 11194, 8354, 10486, 8482, 8042, 9478, 8961, 8060, 11051, 9115, 7929, 10014, 8911, 12338, 10891, 13726, 10518, 14577, 10895, 12743, 12796, 9313, 14444, 10237, 8231, 12072, 9845, 8483, 11052, 8378, 11205, 11137, 9552, 13895, 10384, 10409, 12003, 8721, 15230, 12010, 8411, 11726, 10701, 8724, 13058, 10442, 10570, 10495, 8663, 12749, 10577, 8368, 12508, 10092, 8327, 12362, 9485, 8350, 9938, 9249, 8241, 12199, 10428, 8624, 15638, 10310, 8008, 12431, 10372, 14713, 10925, 8390, 9471, 8456, 8526, 12087, 10367, 8230, 14717, 11678, 8472, 9948, 9891, 8361, 11207, 9805, 12604, 10526, 7807, 11690, 10480, 8633, 10809, 8402, 9948, 10259, 8875, 11322, 9271, 8310, 10431, 8287, 12989, 10242, 8463, 11113, 9596, 11632, 11838, 8192, 9616, 9488, 8222, 11580, 10193, 9051, 12402, 9501, 12087, 11783, 8745, 14405, 11548, 9173, 11455, 8578, 13830, 10394, 12517, 10517, 8394, 11634, 10081, 8396, 9447, 8365, 11238, 8699, 8409, 10021, 8325, 12425, 8926, 8111, 9699, 9518, 8354, 11760, 10609, 8704, 10802, 8184, 10684, 10014, 8965, 11591, 8964, 9408, 10070, 8363, 11476, 9746, 8187, 10422, 8665, 11104, 10794, 9524, 13535, 9550, 8630, 10001, 8205, 14303, 11385, 9535, 10575, 8254, 11442, 10295, 8410, 9879, 8737, 8433, 10034, 8155, 12847, 8930, 8425, 10065, 8525, 12102, 9621, 8330, 10233, 8536, 14330, 11009, 9058, 10619, 8241, 11317, 9957, 7585, 9103, 7858, 8229, 9525, 8353, 8285, 11261, 10121, 12268, 11007, 8841, 12225, 10509, 14516, 11826, 8258, 10975, 9761, 10004, 10467, 8069, 9826, 10025, 8175, 10945, 9642, 8807, 11974, 9954, 13470, 12067, 9702, 13616, 9793, 12244, 11234, 9053, 12578, 9772, 8208, 10295, 8245, 13199, 10288, 8537, 10336, 9445, 9916, 10232, 8278, 14146, 11211, 8258, 11008, 8374, 10027, 9894, 8158, 10061, 8376, 11402, 9685, 8599, 11884, 10092, 8868, 13127, 9281, 7892, 10317, 8686, 10118, 11803, 9037, 12147, 10375, 8293, 11761, 10367, 10028, 10630, 8673, 14051, 10953, 13323, 11007, 8733, 11097, 9386, 8223, 9776, 8377, 11045, 9592, 8721, 10523, 8552, 9218, 9889, 8518, 12683, 9448, 8209, 10305, 9203, 10837, 10854, 8255, 11034, 10813, 9078, 11938, 8777, 9796, 10199, 8767, 10520, 8755, 8076, 9126, 8089, 11533, 8623, 7797, 10424, 7967, 14447, 9362, 7601, 11112, 8076, 15222, 10241, 7667, 10676, 8637, 8199, 9324, 7871, 10830, 8823, 7919, 10785, 8288, 11092, 9383, 8708, 11564, 8694, 10083, 9384, 7827, 10271, 7971, 9816, 8435, 7711, 10177, 7899, 11356, 8452, 7515, 10071, 7863, 7889, 8569, 7946, 9622, 9860, 7831, 11865, 9140, 11806, 10304, 8083, 13927, 11436, 10033, 12422, 9120, 8919, 10304, 8191, 10720, 9159, 7872, 8407, 9484, 8051, 9344, 13469, 10433, 8020, 10644, 9015, 14106, 11737, 9009, 11557, 8900, 10888, 9929, 8033, 9958, 10355, 7598, 9515, 7654, 7615, 9945, 8981, 7711, 13997, 10457, 8217, 9919, 8183, 15000, 13803, 14704, 11296, 8059, 9794, 8670, 8309, 8970, 8269, 9869, 8245, 11606, 9239, 8164, 9767, 8273, 10749, 9472, 7903, 10008, 8471, 12521, 9634, 8220, 10505, 8410, 9724, 9301, 8178, 9450, 8062, 8910, 9547, 7907, 10996, 8803, 7997, 9106, 8239, 10855, 9209, 7964, 12566, 8971, 8055, 9340, 8039, 15756, 10799, 7846, 10579, 9294, 8881, 10853, 8378, 9978, 8855, 7467, 9439, 9081, 8296, 12650, 10325, 8641, 15873, 11791, 9742, 10120, 8614, 14250, 12154, 10650, 10805, 8387, 10550, 9287, 7912, 9849, 8075, 7761, 9170, 7810, 12283, 9754, 7969, 10857, 9179, 15003, 12767, 8560, 12157, 10829, 13151, 10942, 8606, 11296, 9674, 7973, 10649, 8602, 9613, 9154, 7792, 10713, 9137, 7620, 9906, 8235, 8300, 9635, 8078, 14883, 10380, 8012, 10264, 8306, 14019, 9966, 8068, 9768, 8307, 8123, 8908, 8290, 10389, 9072, 7999, 9529, 8082, 9750, 9051, 7749, 9952, 8159, 9342, 9138, 7540, 10021, 8893, 8149, 9118, 8218, 12263, 10299, 12668, 10733, 8516, 12042, 10789, 7626, 9926, 8404, 8349, 9542, 7963, 9490, 9630, 7790, 9900, 8073, 9154, 10115, 8937, 10588, 14211, 10481, 8301, 10312, 8801, 13168, 11124, 9120, 13173, 10074, 8960, 10225, 8375, 13944, 10416, 7973, 9689, 8885, 7682, 10108, 8339, 7916, 9007, 8075, 11346, 9913, 8247, 11940, 9707, 8113, 14072, 10179, 14370, 10935, 8317, 13352, 10284, 12492, 10636, 8025, 11390, 9908, 7858, 9605, 8312, 8963, 9403, 8199, 10268, 9825, 12519, 13056, 9316, 14229, 10943, 10032, 10656, 8699, 12594, 10269, 8167, 10234, 8398, 11715, 9611, 7922, 9697, 8197, 14935, 9358, 7376, 9407, 9150, 8296, 9534, 9842, 8219, 14119, 11491, 10810, 10584, 8543, 13855, 10962, 8163, 10071, 8107, 11290, 9955, 7960, 9039, 8299, 8124, 9161, 8025, 8992, 8442, 7943, 10110, 8631, 11009, 9554, 8010, 10622, 9407, 11093, 10531, 8202, 10332, 9938, 8123, 9277, 8422, 7324, 9935, 9455, 8073, 13535, 12183, 9747, 14414, 10796, 11176, 11185, 9934, 15384, 10013, 9837, 10030, 7771, 12506, 10000, 7941, 9540, 7915, 9533, 9632, 8189, 11507, 9866, 11520, 14181, 9858, 15544, 11738, 10000, 14437, 11239, 15138, 11533, 7991, 10752, 10392, 8296, 10269, 8561, 8768, 9490, 8337, 12898, 10048, 8307, 12829, 9510, 9243, 10201, 8088, 10773, 10003, 8053, 9270, 8484, 7884, 9675, 8177, 14046, 10996, 8040, 10414, 8705, 15516, 10840, 9458, 10440, 8078, 11306, 10131, 8174, 9419, 7956, 10335, 9626, 7616, 9443, 7837, 8084, 9915, 9347, 8187, 13232, 10196, 8076, 10648, 8456, 15047, 12219, 8198, 10777, 9963, 9367, 10786, 8092, 9362, 10178, 8258, 13072, 9606, 8219, 10429, 8204, 14331, 11092, 8072, 10360, 9234, 8099, 9664, 7867, 7716, 9744, 7974, 8092, 10351, 9722, 11745, 14220, 10064, 9385, 11242, 9209, 15166, 13424, 8830, 11163, 10795, 9255, 13094, 9920, 8534, 10348, 9261, 8812, 11197, 9533, 8133, 10348, 8411, 13749, 11290, 8756, 12746, 11174, 15122, 13113, 9966, 12463, 10295, 11482, 10340, 7935, 9819, 8623, 7977, 9084, 9423, 8735, 8270, 11917, 9266, 8072, 10145, 9129, 12929, 11783, 8140, 11879, 9207, 14076, 11198, 9028, 9686, 7799, 8316, 9373, 7930, 7499, 8542, 7673, 7930, 9227, 7797, 13524, 11174, 9198, 14590, 12656, 10497, 11837, 8995, 15181, 13201, 11947, 12785, 9275, 12641, 11269, 8567, 10798, 9041, 9611, 10085, 8543, 9647, 8456, 7716, 9064, 8065, 10921, 9170, 7908, 9918, 8740, 8330, 9729, 7917, 10249, 10008, 8878, 11346, 9634, 9040, 10175, 8467, 14767, 10613, 8188, 10270, 8605, 12208, 9968, 7727, 9414, 9135, 8115, 10736, 10847, 9925, 13251, 12649, 8705, 10582, 10843, 8555, 14077, 8482, 11524, 8842, 9264, 9995, 7949, 9380, 8319, 7897, 9011, 8940, 7808, 9585, 7790, 8173, 9368, 7742, 14213, 11112, 12228, 11769, 11435, 14733, 11122, 12530, 11157, 8276, 11040, 10649, 8367, 9171, 10008, 7852, 13087, 9989, 7997, 10616, 8585, 14633, 11610, 11731, 11167, 8441, 12636, 10734, 7856, 10027, 8197, 9113, 9812, 8024, 9768, 9876, 7993, 10813, 9153, 8378, 9910, 8146, 13889, 11889, 8517, 9953, 10742, 8283, 14614, 11299, 7833, 10214, 9155, 8931, 10436, 8396, 10021, 9816, 7964, 10903, 9020, 8078], 'WindowCenter': [4192.0, 4145.0, 4106.0, 4113.0, 4080.0, 4113.0, 4111.0, 4090.0, 4083.0, 4086.0, 4066.0, 4107.0, 4086.0, 4063.0, 4095.0, 4089.0, 4065.0, 4097.0, 4087.0, 4053.0, 4095.0, 4096.0, 4069.0, 4096.0, 4088.0, 4105.0, 4083.0, 4066.0, 4093.0, 4084.0, 4062.0, 4083.0, 4052.0, 4071.0, 4082.0, 4060.0, 4071.0, 4050.0, 4049.0, 4094.0, 4075.0, 4066.0, 4109.0, 4098.0, 4065.0, 4093.0, 4086.0, 4105.0, 4096.0, 4062.0, 4093.0, 4087.0, 4083.0, 4086.0, 4054.0, 4083.0, 4074.0, 4075.0, 4096.0, 4076.0, 4063.0, 4084.0, 4062.0, 4052.0, 4076.0, 4066.0, 4095.0, 4109.0, 4100.0, 4108.0, 4119.0, 4098.0, 4095.0, 4096.0, 4076.0, 4118.0, 4105.0, 4063.0, 4106.0, 4064.0, 4084.0, 4096.0, 4074.0, 4093.0, 4063.0, 4062.0, 4096.0, 4075.0, 4065.0, 4086.0, 4065.0, 4084.0, 4097.0, 4073.0, 4107.0, 4074.0, 4085.0, 4098.0, 4075.0, 4105.0, 4085.0, 4063.0, 4108.0, 4087.0, 4095.0, 4086.0, 4074.0, 4094.0, 4084.0, 4075.0, 4094.0, 4053.0, 4095.0, 4095.0, 4064.0, 4094.0, 4075.0, 4064.0, 4097.0, 4076.0, 4110.0, 4097.0, 4077.0, 4098.0, 4077.0, 4116.0, 4095.0, 4073.0, 4084.0, 4064.0, 4095.0, 4085.0, 4081.0, 4074.0, 4064.0, 4085.0, 4078.0, 4064.0, 4084.0, 4064.0, 4086.0, 4096.0, 4089.0, 4108.0, 4075.0, 4095.0, 4095.0, 4098.0, 4119.0, 4076.0, 4105.0, 4086.0, 4053.0, 4083.0, 4077.0, 4075.0, 4108.0, 4099.0, 4085.0, 4107.0, 4076.0, 4084.0, 4094.0, 4075.0, 4105.0, 4095.0, 4072.0, 4084.0, 4062.0, 4086.0, 4084.0, 4074.0, 4084.0, 4053.0, 4083.0, 4097.0, 4077.0, 4105.0, 4086.0, 4063.0, 4093.0, 4075.0, 4096.0, 4096.0, 4077.0, 4095.0, 4063.0, 4084.0, 4096.0, 4075.0, 4094.0, 4086.0, 4061.0, 4085.0, 4065.0, 4095.0, 4089.0, 4097.0, 4097.0, 4064.0, 4093.0, 4073.0, 4095.0, 4095.0, 4071.0, 4094.0, 4051.0, 4083.0, 4073.0, 4064.0, 4097.0, 4077.0, 4106.0, 4087.0, 4077.0, 4088.0, 4066.0, 4095.0, 4085.0, 4117.0, 4105.0, 4085.0, 4105.0, 4074.0, 4074.0, 4085.0, 4067.0, 4106.0, 4097.0, 4076.0, 4098.0, 4098.0, 4100.0, 4119.0, 4099.0, 4116.0, 4095.0, 4076.0, 4098.0, 4073.0, 4075.0, 4086.0, 4077.0, 4098.0, 4098.0, 4089.0, 4122.0, 4100.0, 4087.0, 4108.0, 4090.0, 4079.0, 4099.0, 4086.0, 4097.0, 4076.0, 4086.0, 4088.0, 4105.0, 4108.0, 4092.0, 4111.0, 4111.0, 4078.0, 4097.0, 4088.0, 4110.0, 4107.0, 4089.0, 4109.0, 4065.0, 4107.0, 4099.0, 4100.0, 4106.0, 4077.0, 4106.0, 4078.0, 4087.0, 4100.0, 4086.0, 4110.0, 4068.0, 4106.0, 4098.0, 4119.0, 4108.0, 4077.0, 4106.0, 4087.0, 4096.0, 4110.0, 4087.0, 4118.0, 4100.0, 4095.0, 4108.0, 4090.0, 4118.0, 4095.0, 4115.0, 4094.0, 4102.0, 4107.0, 4073.0, 4105.0, 4073.0, 4095.0, 4097.0, 4072.0, 4096.0, 4074.0, 4083.0, 4099.0, 4075.0, 4105.0, 4075.0, 4105.0, 4095.0, 4086.0, 4119.0, 4087.0, 4115.0, 4083.0, 4071.0, 4095.0, 4074.0, 4115.0, 4094.0, 4061.0, 4081.0, 4061.0, 4081.0, 4085.0, 4072.0, 4082.0, 4052.0, 4084.0, 4073.0, 4063.0, 4096.0, 4065.0, 4095.0, 4075.0, 4083.0, 4087.0, 4105.0, 4095.0, 4063.0, 4082.0, 4062.0, 4063.0, 4098.0, 4100.0, 4092.0, 4122.0, 4102.0, 4088.0, 4111.0, 4088.0, 4123.0, 4112.0, 4120.0, 4100.0, 4118.0, 4098.0, 4119.0, 4107.0, 4083.0, 4115.0, 4086.0, 4074.0, 4106.0, 4086.0, 4076.0, 4094.0, 4075.0, 4096.0, 4109.0, 4085.0, 4117.0, 4096.0, 4083.0, 4105.0, 4075.0, 4115.0, 4106.0, 4062.0, 4094.0, 4093.0, 4074.0, 4105.0, 4097.0, 4085.0, 4083.0, 4076.0, 4106.0, 4096.0, 4065.0, 4105.0, 4085.0, 4074.0, 4106.0, 4086.0, 4064.0, 4083.0, 4073.0, 4064.0, 4107.0, 4098.0, 4078.0, 4128.0, 4087.0, 4065.0, 4109.0, 4084.0, 4116.0, 4086.0, 4063.0, 4074.0, 4062.0, 4071.0, 4106.0, 4097.0, 4076.0, 4128.0, 4106.0, 4075.0, 4085.0, 4086.0, 4076.0, 4108.0, 4085.0, 4107.0, 4096.0, 4064.0, 4106.0, 4096.0, 4091.0, 4108.0, 4076.0, 4094.0, 4094.0, 4072.0, 4095.0, 4073.0, 4074.0, 4097.0, 4066.0, 4105.0, 4085.0, 4063.0, 4106.0, 4086.0, 4097.0, 4096.0, 4065.0, 4083.0, 4085.0, 4074.0, 4107.0, 4097.0, 4088.0, 4106.0, 4086.0, 4104.0, 4107.0, 4074.0, 4113.0, 4093.0, 4071.0, 4082.0, 4063.0, 4103.0, 4098.0, 4105.0, 4083.0, 4061.0, 4093.0, 4082.0, 4051.0, 4070.0, 4061.0, 4079.0, 4061.0, 4048.0, 4083.0, 4075.0, 4103.0, 4060.0, 4051.0, 4083.0, 4083.0, 4077.0, 4109.0, 4096.0, 4074.0, 4095.0, 4063.0, 4085.0, 4087.0, 4076.0, 4094.0, 4076.0, 4073.0, 4083.0, 4076.0, 4094.0, 4084.0, 4061.0, 4083.0, 4074.0, 4096.0, 4097.0, 4082.0, 4105.0, 4084.0, 4060.0, 4083.0, 4076.0, 4115.0, 4093.0, 4072.0, 4083.0, 4075.0, 4094.0, 4084.0, 4063.0, 4083.0, 4075.0, 4076.0, 4096.0, 4065.0, 4104.0, 4073.0, 4073.0, 4087.0, 4074.0, 4105.0, 4084.0, 4060.0, 4084.0, 4075.0, 4114.0, 4095.0, 4072.0, 4095.0, 4064.0, 4094.0, 4085.0, 4049.0, 4071.0, 4064.0, 4074.0, 4087.0, 4077.0, 4087.0, 4109.0, 4098.0, 4104.0, 4095.0, 4075.0, 4105.0, 4096.0, 4115.0, 4096.0, 4062.0, 4084.0, 4084.0, 4084.0, 4094.0, 4062.0, 4083.0, 4084.0, 4076.0, 4097.0, 4087.0, 4076.0, 4095.0, 4086.0, 4107.0, 4098.0, 4074.0, 4106.0, 4071.0, 4093.0, 4095.0, 4073.0, 4093.0, 4084.0, 4061.0, 4083.0, 4076.0, 4103.0, 4086.0, 4062.0, 4082.0, 4073.0, 4071.0, 4085.0, 4063.0, 4114.0, 4084.0, 4061.0, 4082.0, 4063.0, 4085.0, 4086.0, 4065.0, 4086.0, 4066.0, 4096.0, 4074.0, 4062.0, 4095.0, 4086.0, 4074.0, 4104.0, 4076.0, 4064.0, 4085.0, 4076.0, 4085.0, 4095.0, 4075.0, 4093.0, 4084.0, 4066.0, 4096.0, 4084.0, 4084.0, 4085.0, 4062.0, 4119.0, 4097.0, 4104.0, 4083.0, 4061.0, 4095.0, 4073.0, 4050.0, 4072.0, 4060.0, 4093.0, 4082.0, 4063.0, 4082.0, 4061.0, 4073.0, 4082.0, 4072.0, 4103.0, 4074.0, 4061.0, 4084.0, 4076.0, 4085.0, 4084.0, 4061.0, 4082.0, 4095.0, 4062.0, 4095.0, 4062.0, 4072.0, 4084.0, 4063.0, 4084.0, 4062.0, 4066.0, 4088.0, 4077.0, 4104.0, 4079.0, 4064.0, 4096.0, 4066.0, 4115.0, 4073.0, 4053.0, 4094.0, 4065.0, 4115.0, 4082.0, 4051.0, 4083.0, 4065.0, 4075.0, 4074.0, 4052.0, 4095.0, 4076.0, 4052.0, 4093.0, 4064.0, 4093.0, 4075.0, 4062.0, 4092.0, 4063.0, 4081.0, 4074.0, 4053.0, 4083.0, 4053.0, 4071.0, 4063.0, 4054.0, 4086.0, 4064.0, 4094.0, 4064.0, 4055.0, 4085.0, 4065.0, 4064.0, 4076.0, 4065.0, 4085.0, 4096.0, 4069.0, 4109.0, 4089.0, 4108.0, 4086.0, 4066.0, 4118.0, 4097.0, 4085.0, 4104.0, 4074.0, 4073.0, 4096.0, 4066.0, 4095.0, 4073.0, 4065.0, 4063.0, 4085.0, 4066.0, 4090.0, 4119.0, 4099.0, 4065.0, 4096.0, 4088.0, 4116.0, 4108.0, 4073.0, 4093.0, 4074.0, 4093.0, 4084.0, 4052.0, 4082.0, 4084.0, 4052.0, 4099.0, 4066.0, 4065.0, 4097.0, 4089.0, 4079.0, 4130.0, 4113.0, 4077.0, 4086.0, 4078.0, 4130.0, 4118.0, 4116.0, 4093.0, 4052.0, 4084.0, 4075.0, 4063.0, 4075.0, 4077.0, 4084.0, 4078.0, 4105.0, 4086.0, 4065.0, 4085.0, 4077.0, 4107.0, 4088.0, 4065.0, 4085.0, 4076.0, 4108.0, 4086.0, 4064.0, 4085.0, 4065.0, 4098.0, 4089.0, 4076.0, 4085.0, 4065.0, 4074.0, 4088.0, 4079.0, 4096.0, 4087.0, 4065.0, 4076.0, 4065.0, 4108.0, 4087.0, 4066.0, 4107.0, 4077.0, 4064.0, 4075.0, 4071.0, 4127.0, 4097.0, 4065.0, 4083.0, 4086.0, 4086.0, 4097.0, 4077.0, 4084.0, 4073.0, 4054.0, 4076.0, 4076.0, 4077.0, 4118.0, 4111.0, 4090.0, 4130.0, 4108.0, 4085.0, 4084.0, 4076.0, 4116.0, 4095.0, 4085.0, 4083.0, 4063.0, 4084.0, 4075.0, 4064.0, 4084.0, 4063.0, 4054.0, 4087.0, 4066.0, 4120.0, 4088.0, 4067.0, 4097.0, 4088.0, 4116.0, 4107.0, 4064.0, 4105.0, 4097.0, 4103.0, 4095.0, 4063.0, 4095.0, 4086.0, 4064.0, 4084.0, 4063.0, 4071.0, 4074.0, 4052.0, 4095.0, 4076.0, 4053.0, 4084.0, 4065.0, 4077.0, 4086.0, 4064.0, 4115.0, 4085.0, 4052.0, 4085.0, 4066.0, 4114.0, 4083.0, 4052.0, 4085.0, 4076.0, 4066.0, 4075.0, 4064.0, 4096.0, 4088.0, 4066.0, 4086.0, 4066.0, 4085.0, 4088.0, 4067.0, 4086.0, 4065.0, 4074.0, 4086.0, 4066.0, 4086.0, 4087.0, 4066.0, 4076.0, 4078.0, 4106.0, 4098.0, 4106.0, 4096.0, 4076.0, 4108.0, 4096.0, 4055.0, 4085.0, 4077.0, 4077.0, 4087.0, 4066.0, 4086.0, 4086.0, 4066.0, 4085.0, 4065.0, 4084.0, 4097.0, 4088.0, 4110.0, 4129.0, 4098.0, 4076.0, 4085.0, 4076.0, 4119.0, 4098.0, 4075.0, 4105.0, 4084.0, 4074.0, 4096.0, 4065.0, 4116.0, 4096.0, 4065.0, 4085.0, 4088.0, 4068.0, 4097.0, 4078.0, 4063.0, 4088.0, 4080.0, 4110.0, 4100.0, 4078.0, 4107.0, 4088.0, 4078.0, 4118.0, 4097.0, 4116.0, 4098.0, 4077.0, 4117.0, 4099.0, 4118.0, 4099.0, 4065.0, 4095.0, 4087.0, 4064.0, 4085.0, 4077.0, 4075.0, 4088.0, 4066.0, 4086.0, 4099.0, 4107.0, 4105.0, 4076.0, 4105.0, 4084.0, 4085.0, 4084.0, 4064.0, 4095.0, 4084.0, 4063.0, 4097.0, 4076.0, 4094.0, 4074.0, 4063.0, 4085.0, 4065.0, 4114.0, 4071.0, 4043.0, 4073.0, 4085.0, 4076.0, 4086.0, 4099.0, 4078.0, 4117.0, 4097.0, 4095.0, 4085.0, 4076.0, 4105.0, 4095.0, 4063.0, 4072.0, 4064.0, 4094.0, 4085.0, 4053.0, 4073.0, 4064.0, 4063.0, 4075.0, 4065.0, 4075.0, 4077.0, 4067.0, 4100.0, 4090.0, 4097.0, 4088.0, 4078.0, 4099.0, 4088.0, 4098.0, 4097.0, 4077.0, 4099.0, 4099.0, 4065.0, 4085.0, 4076.0, 4058.0, 4099.0, 4098.0, 4078.0, 4133.0, 4123.0, 4100.0, 4129.0, 4098.0, 4108.0, 4108.0, 4087.0, 4128.0, 4085.0, 4084.0, 4086.0, 4067.0, 4107.0, 4086.0, 4065.0, 4085.0, 4078.0, 4088.0, 4089.0, 4077.0, 4107.0, 4099.0, 4110.0, 4118.0, 4087.0, 4125.0, 4107.0, 4086.0, 4116.0, 4095.0, 4114.0, 4093.0, 4065.0, 4096.0, 4085.0, 4063.0, 4083.0, 4075.0, 4075.0, 4085.0, 4064.0, 4106.0, 4087.0, 4066.0, 4106.0, 4085.0, 4074.0, 4085.0, 4066.0, 4095.0, 4086.0, 4065.0, 4074.0, 4076.0, 4077.0, 4088.0, 4078.0, 4118.0, 4098.0, 4064.0, 4096.0, 4077.0, 4117.0, 4096.0, 4074.0, 4097.0, 4064.0, 4094.0, 4085.0, 4063.0, 4074.0, 4066.0, 4085.0, 4084.0, 4054.0, 4073.0, 4053.0, 4065.0, 4097.0, 4101.0, 4079.0, 4119.0, 4098.0, 4067.0, 4111.0, 4081.0, 4128.0, 4109.0, 4064.0, 4096.0, 4097.0, 4074.0, 4096.0, 4065.0, 4085.0, 4099.0, 4078.0, 4118.0, 4087.0, 4063.0, 4096.0, 4079.0, 4117.0, 4096.0, 4064.0, 4086.0, 4087.0, 4063.0, 4085.0, 4066.0, 4067.0, 4087.0, 4078.0, 4075.0, 4099.0, 4101.0, 4108.0, 4130.0, 4098.0, 4087.0, 4109.0, 4088.0, 4128.0, 4119.0, 4072.0, 4095.0, 4098.0, 4076.0, 4107.0, 4086.0, 4064.0, 4086.0, 4087.0, 4076.0, 4095.0, 4086.0, 4062.0, 4099.0, 4075.0, 4118.0, 4096.0, 4075.0, 4105.0, 4097.0, 4115.0, 4107.0, 4073.0, 4092.0, 4084.0, 4094.0, 4084.0, 4053.0, 4073.0, 4063.0, 4063.0, 4074.0, 4087.0, 4089.0, 4078.0, 4109.0, 4087.0, 4066.0, 4098.0, 4088.0, 4106.0, 4108.0, 4053.0, 4096.0, 4075.0, 4104.0, 4096.0, 4075.0, 4086.0, 4067.0, 4076.0, 4086.0, 4065.0, 4065.0, 4076.0, 4080.0, 4078.0, 4088.0, 4066.0, 4119.0, 4109.0, 4101.0, 4143.0, 4120.0, 4098.0, 4106.0, 4074.0, 4115.0, 4107.0, 4094.0, 4104.0, 4073.0, 4104.0, 4096.0, 4064.0, 4083.0, 4063.0, 4071.0, 4084.0, 4063.0, 4072.0, 4064.0, 4053.0, 4077.0, 4067.0, 4095.0, 4076.0, 4064.0, 4097.0, 4076.0, 4066.0, 4086.0, 4065.0, 4097.0, 4098.0, 4076.0, 4096.0, 4087.0, 4075.0, 4096.0, 4066.0, 4115.0, 4086.0, 4064.0, 4096.0, 4075.0, 4104.0, 4084.0, 4056.0, 4074.0, 4089.0, 4067.0, 4097.0, 4109.0, 4099.0, 4116.0, 4107.0, 4075.0, 4083.0, 4097.0, 4076.0, 4117.0, 4063.0, 4093.0, 4074.0, 4085.0, 4087.0, 4064.0, 4074.0, 4064.0, 4065.0, 4087.0, 4088.0, 4065.0, 4086.0, 4065.0, 4087.0, 4100.0, 4069.0, 4120.0, 4108.0, 4105.0, 4107.0, 4095.0, 4116.0, 4094.0, 4093.0, 4094.0, 4066.0, 4095.0, 4085.0, 4064.0, 4074.0, 4085.0, 4067.0, 4116.0, 4087.0, 4061.0, 4095.0, 4075.0, 4104.0, 4095.0, 4092.0, 4082.0, 4064.0, 4093.0, 4084.0, 4052.0, 4083.0, 4066.0, 4073.0, 4085.0, 4064.0, 4085.0, 4086.0, 4065.0, 4096.0, 4077.0, 4064.0, 4084.0, 4067.0, 4106.0, 4106.0, 4064.0, 4083.0, 4096.0, 4077.0, 4118.0, 4098.0, 4054.0, 4083.0, 4085.0, 4075.0, 4086.0, 4066.0, 4083.0, 4086.0, 4051.0, 4084.0, 4050.0, 4037.0], 'WindowWidth': [9301.0, 9219.0, 9150.0, 9148.0, 9102.0, 9152.0, 9142.0, 9111.0, 9093.0, 9097.0, 9074.0, 9132.0, 9099.0, 9065.0, 9107.0, 9106.0, 9074.0, 9115.0, 9100.0, 9050.0, 9106.0, 9115.0, 9083.0, 9112.0, 9103.0, 9120.0, 9090.0, 9072.0, 9103.0, 9092.0, 9057.0, 9087.0, 9045.0, 9069.0, 9090.0, 9056.0, 9069.0, 9040.0, 9039.0, 9105.0, 9084.0, 9075.0, 9135.0, 9116.0, 9070.0, 9104.0, 9099.0, 9124.0, 9111.0, 9060.0, 9102.0, 9101.0, 9091.0, 9096.0, 9051.0, 9088.0, 9080.0, 9084.0, 9110.0, 9084.0, 9064.0, 9092.0, 9064.0, 9048.0, 9084.0, 9072.0, 9112.0, 9134.0, 9127.0, 9137.0, 9148.0, 9118.0, 9109.0, 9109.0, 9085.0, 9143.0, 9122.0, 9063.0, 9122.0, 9065.0, 9094.0, 9112.0, 9079.0, 9102.0, 9063.0, 9063.0, 9112.0, 9084.0, 9069.0, 9099.0, 9069.0, 9095.0, 9117.0, 9079.0, 9129.0, 9081.0, 9095.0, 9119.0, 9084.0, 9123.0, 9095.0, 9064.0, 9131.0, 9101.0, 9109.0, 9096.0, 9078.0, 9107.0, 9093.0, 9081.0, 9105.0, 9049.0, 9108.0, 9109.0, 9066.0, 9105.0, 9082.0, 9065.0, 9114.0, 9086.0, 9140.0, 9117.0, 9093.0, 9118.0, 9089.0, 9140.0, 9109.0, 9078.0, 9092.0, 9067.0, 9111.0, 9095.0, 9086.0, 9078.0, 9064.0, 9097.0, 9093.0, 9069.0, 9096.0, 9070.0, 9099.0, 9117.0, 9109.0, 9132.0, 9088.0, 9110.0, 9113.0, 9119.0, 9146.0, 9084.0, 9122.0, 9097.0, 9049.0, 9090.0, 9089.0, 9083.0, 9132.0, 9122.0, 9098.0, 9130.0, 9085.0, 9093.0, 9108.0, 9084.0, 9122.0, 9109.0, 9075.0, 9092.0, 9061.0, 9099.0, 9096.0, 9079.0, 9093.0, 9051.0, 9091.0, 9116.0, 9088.0, 9123.0, 9100.0, 9064.0, 9103.0, 9083.0, 9112.0, 9112.0, 9087.0, 9109.0, 9065.0, 9092.0, 9112.0, 9085.0, 9106.0, 9099.0, 9060.0, 9096.0, 9071.0, 9110.0, 9107.0, 9116.0, 9113.0, 9066.0, 9103.0, 9079.0, 9111.0, 9111.0, 9073.0, 9106.0, 9046.0, 9089.0, 9079.0, 9069.0, 9117.0, 9091.0, 9127.0, 9102.0, 9089.0, 9105.0, 9073.0, 9110.0, 9097.0, 9145.0, 9126.0, 9096.0, 9124.0, 9083.0, 9079.0, 9096.0, 9073.0, 9128.0, 9117.0, 9090.0, 9119.0, 9122.0, 9128.0, 9154.0, 9125.0, 9142.0, 9110.0, 9088.0, 9119.0, 9081.0, 9082.0, 9101.0, 9090.0, 9118.0, 9119.0, 9112.0, 9161.0, 9128.0, 9108.0, 9133.0, 9113.0, 9097.0, 9125.0, 9102.0, 9116.0, 9085.0, 9098.0, 9105.0, 9126.0, 9134.0, 9120.0, 9144.0, 9141.0, 9095.0, 9118.0, 9108.0, 9140.0, 9134.0, 9109.0, 9134.0, 9072.0, 9128.0, 9123.0, 9127.0, 9130.0, 9090.0, 9127.0, 9092.0, 9106.0, 9127.0, 9102.0, 9137.0, 9080.0, 9127.0, 9121.0, 9151.0, 9133.0, 9088.0, 9125.0, 9103.0, 9117.0, 9139.0, 9104.0, 9146.0, 9123.0, 9113.0, 9133.0, 9111.0, 9146.0, 9113.0, 9136.0, 9108.0, 9116.0, 9127.0, 9078.0, 9122.0, 9078.0, 9110.0, 9114.0, 9076.0, 9112.0, 9080.0, 9090.0, 9120.0, 9084.0, 9123.0, 9085.0, 9122.0, 9112.0, 9101.0, 9154.0, 9104.0, 9138.0, 9092.0, 9072.0, 9111.0, 9083.0, 9135.0, 9107.0, 9058.0, 9085.0, 9059.0, 9084.0, 9095.0, 9077.0, 9089.0, 9048.0, 9091.0, 9078.0, 9068.0, 9112.0, 9070.0, 9109.0, 9085.0, 9090.0, 9102.0, 9125.0, 9109.0, 9065.0, 9086.0, 9062.0, 9067.0, 9121.0, 9133.0, 9122.0, 9161.0, 9138.0, 9113.0, 9145.0, 9111.0, 9163.0, 9145.0, 9152.0, 9124.0, 9145.0, 9120.0, 9150.0, 9130.0, 9095.0, 9137.0, 9098.0, 9083.0, 9128.0, 9101.0, 9087.0, 9110.0, 9086.0, 9115.0, 9135.0, 9099.0, 9142.0, 9113.0, 9091.0, 9126.0, 9086.0, 9138.0, 9128.0, 9065.0, 9108.0, 9107.0, 9084.0, 9124.0, 9116.0, 9096.0, 9092.0, 9089.0, 9127.0, 9111.0, 9069.0, 9122.0, 9097.0, 9084.0, 9126.0, 9099.0, 9067.0, 9090.0, 9080.0, 9069.0, 9132.0, 9123.0, 9094.0, 9162.0, 9103.0, 9071.0, 9134.0, 9097.0, 9139.0, 9098.0, 9063.0, 9077.0, 9064.0, 9074.0, 9126.0, 9118.0, 9093.0, 9162.0, 9129.0, 9086.0, 9098.0, 9101.0, 9089.0, 9132.0, 9098.0, 9129.0, 9114.0, 9070.0, 9128.0, 9116.0, 9118.0, 9134.0, 9089.0, 9112.0, 9113.0, 9079.0, 9110.0, 9080.0, 9083.0, 9118.0, 9074.0, 9124.0, 9095.0, 9065.0, 9129.0, 9101.0, 9115.0, 9111.0, 9071.0, 9092.0, 9096.0, 9082.0, 9131.0, 9117.0, 9109.0, 9128.0, 9100.0, 9121.0, 9131.0, 9082.0, 9132.0, 9103.0, 9071.0, 9087.0, 9065.0, 9117.0, 9122.0, 9123.0, 9089.0, 9058.0, 9104.0, 9089.0, 9043.0, 9068.0, 9058.0, 9080.0, 9057.0, 9037.0, 9090.0, 9087.0, 9117.0, 9055.0, 9045.0, 9091.0, 9093.0, 9090.0, 9137.0, 9116.0, 9081.0, 9109.0, 9064.0, 9097.0, 9103.0, 9086.0, 9108.0, 9085.0, 9079.0, 9092.0, 9088.0, 9109.0, 9095.0, 9061.0, 9092.0, 9082.0, 9114.0, 9116.0, 9091.0, 9124.0, 9094.0, 9059.0, 9094.0, 9087.0, 9136.0, 9107.0, 9074.0, 9091.0, 9086.0, 9109.0, 9096.0, 9065.0, 9091.0, 9083.0, 9090.0, 9117.0, 9073.0, 9120.0, 9079.0, 9081.0, 9103.0, 9082.0, 9124.0, 9095.0, 9058.0, 9095.0, 9084.0, 9133.0, 9110.0, 9076.0, 9111.0, 9067.0, 9108.0, 9096.0, 9042.0, 9072.0, 9066.0, 9083.0, 9103.0, 9093.0, 9107.0, 9138.0, 9119.0, 9123.0, 9112.0, 9083.0, 9127.0, 9113.0, 9136.0, 9112.0, 9063.0, 9094.0, 9098.0, 9095.0, 9109.0, 9063.0, 9089.0, 9096.0, 9089.0, 9116.0, 9102.0, 9086.0, 9111.0, 9098.0, 9130.0, 9116.0, 9079.0, 9124.0, 9072.0, 9104.0, 9109.0, 9076.0, 9103.0, 9094.0, 9059.0, 9090.0, 9086.0, 9119.0, 9099.0, 9061.0, 9086.0, 9077.0, 9073.0, 9094.0, 9067.0, 9134.0, 9092.0, 9058.0, 9087.0, 9065.0, 9099.0, 9099.0, 9074.0, 9098.0, 9072.0, 9109.0, 9080.0, 9062.0, 9108.0, 9100.0, 9081.0, 9121.0, 9086.0, 9066.0, 9095.0, 9088.0, 9097.0, 9110.0, 9085.0, 9105.0, 9094.0, 9074.0, 9112.0, 9097.0, 9092.0, 9096.0, 9064.0, 9151.0, 9116.0, 9119.0, 9088.0, 9059.0, 9111.0, 9077.0, 9042.0, 9074.0, 9058.0, 9104.0, 9090.0, 9063.0, 9088.0, 9059.0, 9075.0, 9090.0, 9077.0, 9118.0, 9079.0, 9059.0, 9095.0, 9087.0, 9094.0, 9092.0, 9059.0, 9089.0, 9111.0, 9061.0, 9107.0, 9061.0, 9074.0, 9094.0, 9065.0, 9091.0, 9061.0, 9073.0, 9109.0, 9095.0, 9124.0, 9096.0, 9071.0, 9116.0, 9075.0, 9137.0, 9079.0, 9051.0, 9109.0, 9071.0, 9135.0, 9088.0, 9045.0, 9092.0, 9070.0, 9086.0, 9081.0, 9051.0, 9110.0, 9087.0, 9050.0, 9106.0, 9066.0, 9106.0, 9083.0, 9062.0, 9102.0, 9062.0, 9086.0, 9081.0, 9052.0, 9091.0, 9052.0, 9073.0, 9065.0, 9054.0, 9098.0, 9067.0, 9105.0, 9066.0, 9058.0, 9099.0, 9074.0, 9069.0, 9088.0, 9074.0, 9099.0, 9116.0, 9085.0, 9135.0, 9110.0, 9131.0, 9100.0, 9075.0, 9146.0, 9116.0, 9096.0, 9121.0, 9079.0, 9080.0, 9113.0, 9072.0, 9110.0, 9078.0, 9069.0, 9064.0, 9097.0, 9077.0, 9113.0, 9148.0, 9123.0, 9072.0, 9114.0, 9109.0, 9140.0, 9132.0, 9078.0, 9104.0, 9081.0, 9105.0, 9094.0, 9050.0, 9089.0, 9094.0, 9051.0, 9122.0, 9074.0, 9074.0, 9117.0, 9111.0, 9100.0, 9167.0, 9152.0, 9093.0, 9100.0, 9092.0, 9168.0, 9147.0, 9139.0, 9104.0, 9048.0, 9094.0, 9086.0, 9066.0, 9085.0, 9093.0, 9096.0, 9093.0, 9125.0, 9100.0, 9070.0, 9098.0, 9093.0, 9132.0, 9106.0, 9070.0, 9096.0, 9088.0, 9132.0, 9100.0, 9069.0, 9096.0, 9070.0, 9124.0, 9111.0, 9087.0, 9100.0, 9072.0, 9081.0, 9105.0, 9096.0, 9116.0, 9105.0, 9071.0, 9088.0, 9072.0, 9136.0, 9108.0, 9075.0, 9130.0, 9089.0, 9068.0, 9085.0, 9086.0, 9157.0, 9119.0, 9071.0, 9093.0, 9102.0, 9103.0, 9117.0, 9092.0, 9095.0, 9078.0, 9056.0, 9085.0, 9089.0, 9091.0, 9148.0, 9144.0, 9113.0, 9165.0, 9133.0, 9096.0, 9095.0, 9087.0, 9140.0, 9109.0, 9096.0, 9090.0, 9063.0, 9096.0, 9085.0, 9068.0, 9093.0, 9067.0, 9057.0, 9104.0, 9075.0, 9154.0, 9107.0, 9076.0, 9119.0, 9107.0, 9141.0, 9130.0, 9067.0, 9123.0, 9116.0, 9118.0, 9110.0, 9064.0, 9108.0, 9100.0, 9068.0, 9094.0, 9066.0, 9073.0, 9078.0, 9049.0, 9112.0, 9086.0, 9054.0, 9094.0, 9072.0, 9091.0, 9102.0, 9069.0, 9137.0, 9096.0, 9050.0, 9098.0, 9073.0, 9135.0, 9093.0, 9051.0, 9098.0, 9090.0, 9073.0, 9085.0, 9069.0, 9114.0, 9109.0, 9074.0, 9100.0, 9075.0, 9097.0, 9107.0, 9077.0, 9101.0, 9071.0, 9081.0, 9100.0, 9077.0, 9101.0, 9104.0, 9074.0, 9088.0, 9095.0, 9129.0, 9120.0, 9125.0, 9112.0, 9088.0, 9132.0, 9114.0, 9056.0, 9095.0, 9090.0, 9093.0, 9103.0, 9075.0, 9101.0, 9101.0, 9073.0, 9097.0, 9072.0, 9096.0, 9116.0, 9109.0, 9142.0, 9165.0, 9122.0, 9088.0, 9098.0, 9089.0, 9149.0, 9119.0, 9082.0, 9124.0, 9093.0, 9080.0, 9114.0, 9073.0, 9140.0, 9112.0, 9070.0, 9099.0, 9108.0, 9079.0, 9118.0, 9094.0, 9070.0, 9107.0, 9101.0, 9140.0, 9124.0, 9095.0, 9132.0, 9107.0, 9096.0, 9147.0, 9117.0, 9141.0, 9117.0, 9092.0, 9142.0, 9122.0, 9148.0, 9122.0, 9073.0, 9112.0, 9102.0, 9069.0, 9097.0, 9093.0, 9086.0, 9105.0, 9074.0, 9099.0, 9121.0, 9130.0, 9125.0, 9085.0, 9122.0, 9092.0, 9097.0, 9095.0, 9066.0, 9108.0, 9092.0, 9065.0, 9115.0, 9089.0, 9110.0, 9081.0, 9064.0, 9100.0, 9073.0, 9133.0, 9073.0, 9037.0, 9078.0, 9098.0, 9087.0, 9101.0, 9122.0, 9095.0, 9144.0, 9115.0, 9108.0, 9097.0, 9086.0, 9123.0, 9109.0, 9064.0, 9075.0, 9069.0, 9108.0, 9096.0, 9051.0, 9079.0, 9069.0, 9067.0, 9085.0, 9072.0, 9084.0, 9091.0, 9078.0, 9126.0, 9115.0, 9116.0, 9106.0, 9095.0, 9123.0, 9106.0, 9117.0, 9116.0, 9093.0, 9123.0, 9123.0, 9075.0, 9098.0, 9089.0, 9067.0, 9123.0, 9122.0, 9098.0, 9178.0, 9162.0, 9128.0, 9162.0, 9119.0, 9135.0, 9134.0, 9103.0, 9158.0, 9098.0, 9093.0, 9102.0, 9077.0, 9128.0, 9100.0, 9071.0, 9097.0, 9096.0, 9107.0, 9110.0, 9091.0, 9130.0, 9123.0, 9137.0, 9147.0, 9105.0, 9153.0, 9129.0, 9099.0, 9138.0, 9110.0, 9133.0, 9105.0, 9070.0, 9113.0, 9097.0, 9066.0, 9092.0, 9084.0, 9085.0, 9099.0, 9070.0, 9125.0, 9104.0, 9073.0, 9127.0, 9098.0, 9079.0, 9096.0, 9075.0, 9112.0, 9099.0, 9071.0, 9082.0, 9088.0, 9091.0, 9108.0, 9094.0, 9147.0, 9118.0, 9069.0, 9114.0, 9091.0, 9141.0, 9113.0, 9080.0, 9115.0, 9069.0, 9108.0, 9095.0, 9063.0, 9081.0, 9076.0, 9097.0, 9095.0, 9053.0, 9078.0, 9053.0, 9071.0, 9118.0, 9131.0, 9099.0, 9151.0, 9120.0, 9077.0, 9143.0, 9105.0, 9162.0, 9134.0, 9068.0, 9113.0, 9119.0, 9084.0, 9114.0, 9073.0, 9100.0, 9123.0, 9091.0, 9145.0, 9104.0, 9068.0, 9114.0, 9098.0, 9145.0, 9115.0, 9067.0, 9098.0, 9105.0, 9069.0, 9098.0, 9073.0, 9077.0, 9105.0, 9095.0, 9089.0, 9126.0, 9131.0, 9136.0, 9165.0, 9119.0, 9103.0, 9136.0, 9108.0, 9159.0, 9149.0, 9077.0, 9109.0, 9119.0, 9087.0, 9129.0, 9098.0, 9066.0, 9100.0, 9103.0, 9087.0, 9111.0, 9101.0, 9066.0, 9121.0, 9088.0, 9144.0, 9114.0, 9083.0, 9124.0, 9117.0, 9139.0, 9129.0, 9075.0, 9100.0, 9091.0, 9108.0, 9094.0, 9050.0, 9075.0, 9062.0, 9065.0, 9082.0, 9104.0, 9111.0, 9095.0, 9137.0, 9105.0, 9075.0, 9121.0, 9108.0, 9127.0, 9131.0, 9052.0, 9111.0, 9084.0, 9119.0, 9110.0, 9082.0, 9102.0, 9078.0, 9088.0, 9100.0, 9072.0, 9075.0, 9089.0, 9099.0, 9095.0, 9109.0, 9076.0, 9152.0, 9140.0, 9132.0, 9189.0, 9155.0, 9119.0, 9125.0, 9080.0, 9136.0, 9128.0, 9108.0, 9120.0, 9077.0, 9122.0, 9113.0, 9065.0, 9089.0, 9062.0, 9073.0, 9095.0, 9064.0, 9076.0, 9067.0, 9052.0, 9092.0, 9077.0, 9111.0, 9086.0, 9069.0, 9117.0, 9089.0, 9074.0, 9100.0, 9071.0, 9118.0, 9121.0, 9088.0, 9112.0, 9101.0, 9086.0, 9115.0, 9073.0, 9138.0, 9098.0, 9067.0, 9116.0, 9086.0, 9122.0, 9093.0, 9058.0, 9082.0, 9110.0, 9078.0, 9119.0, 9138.0, 9124.0, 9141.0, 9129.0, 9084.0, 9092.0, 9116.0, 9088.0, 9142.0, 9065.0, 9103.0, 9082.0, 9098.0, 9103.0, 9068.0, 9082.0, 9069.0, 9072.0, 9105.0, 9108.0, 9075.0, 9103.0, 9076.0, 9108.0, 9130.0, 9084.0, 9152.0, 9134.0, 9124.0, 9129.0, 9113.0, 9141.0, 9108.0, 9104.0, 9105.0, 9073.0, 9111.0, 9097.0, 9069.0, 9081.0, 9099.0, 9078.0, 9142.0, 9102.0, 9062.0, 9110.0, 9083.0, 9121.0, 9108.0, 9099.0, 9088.0, 9066.0, 9104.0, 9092.0, 9047.0, 9091.0, 9074.0, 9078.0, 9098.0, 9067.0, 9095.0, 9101.0, 9071.0, 9112.0, 9088.0, 9068.0, 9098.0, 9077.0, 9125.0, 9126.0, 9067.0, 9091.0, 9114.0, 9092.0, 9145.0, 9120.0, 9054.0, 9092.0, 9100.0, 9084.0, 9099.0, 9071.0, 9091.0, 9101.0, 9044.0, 9092.0, 9037.0, 9018.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.0014928769118718133</td></tr>
<tr><td colspan=3>aqi</td><td>0.03309394617625637</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.0084972964869</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1637808738702629</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9866765530029171</td></tr>
<tr><td colspan=3>efc</td><td>0.4714</td></tr>
<tr><td colspan=3>fber</td><td>5140.5566</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10003810292505087</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>65</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.734158776402039</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.493948018598322</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5330917577882044</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.577196574918482</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.37155572308828</td></tr>
<tr><td colspan=3>gcor</td><td>0.00571131</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015306900255382061</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025039464235305786</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1373</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9987900909687966</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>34.6109</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.3746</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.0861</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300905.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>698.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>306.0069</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9488</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>475.5783</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3308.409</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3487.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75639.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1144.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4309.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>872.008</td></tr>
<tr><td colspan=3>tsnr</td><td>36.2235942624975</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>