ds005256-mriqc/sub-0060_ses-01_task-alignvideo_acq-mb8_run-02_bold.html
Felix Hoffstaedter dfb725a7f9 [DATALAD RUNCMD] Compute MRIQC for sub-0060
=== 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-0060 --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-0060",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 17:40:28 +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-0060_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-0060_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-0060_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-0060/figures/sub-0060_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0060/figures/sub-0060_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-0060/figures/sub-0060_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060/ses-01/func/sub-0060_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>212aa0a74c94a85a805bb18f47356012</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>17:46:28.167500</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.996531, 0.0829526, 0.00666396, -0.0819298, 0.963888, 0.25339]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-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.0938292</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4153, -7750, -7295, 764, -54, -27, -25, 72]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 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>233.487</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e872b782-9c5f-4213-a081-a78dc272bb2a||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.6736204624176025, -0.21981164813041687, -0.03940938413143158, 117.91502380371094], [-0.22255566716194153, 2.5860421657562256, 0.6832549571990967, -100.50200653076172], [0.01787891425192356, -0.6798278093338013, 2.611821174621582, -39.87395477294922], [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': ['174628.167500', '174628.627500', '174629.087500', '174629.547500', '174630.007500', '174630.467500', '174630.927500', '174631.387500', '174631.847500', '174632.307500', '174632.767500', '174633.227500', '174633.687500', '174634.147500', '174634.607500', '174635.067500', '174635.527500', '174635.987500', '174636.447500', '174636.907500', '174637.367500', '174637.827500', '174638.287500', '174638.747500', '174639.207500', '174639.667500', '174640.127500', '174640.587500', '174641.047500', '174641.507500', '174641.967500', '174642.427500', '174642.887500', '174643.347500', '174643.807500', '174644.267500', '174644.727500', '174645.187500', '174645.647500', '174646.107500', '174646.567500', '174647.027500', '174647.487500', '174647.947500', '174648.407500', '174648.867500', '174649.327500', '174649.787500', '174650.247500', '174650.707500', '174651.167500', '174651.627500', '174652.087500', '174652.547500', '174653.007500', '174653.467500', '174653.927500', '174654.387500', '174654.847500', '174655.307500', '174655.767500', '174656.227500', '174656.687500', '174657.147500', '174657.607500', '174658.067500', '174658.527500', '174658.987500', '174659.447500', '174659.907500', '174700.367500', '174700.827500', '174701.287500', '174701.747500', '174702.207500', '174702.667500', '174703.127500', '174703.587500', '174704.047500', '174704.507500', '174704.967500', '174705.427500', '174705.887500', '174706.347500', '174706.807500', '174707.267500', '174707.727500', '174708.187500', '174708.647500', '174709.107500', '174709.567500', '174710.027500', '174710.487500', '174710.947500', '174711.407500', '174711.867500', '174712.327500', '174712.787500', '174713.247500', '174713.707500', '174714.167500', '174714.627500', '174715.087500', '174715.547500', '174716.007500', '174716.467500', '174716.927500', '174717.387500', '174717.847500', '174718.307500', '174718.767500', '174719.227500', '174719.687500', '174720.147500', '174720.607500', '174721.067500', '174721.527500', '174721.987500', '174722.447500', '174722.907500', '174723.367500', '174723.827500', '174724.287500', '174724.747500', '174725.207500', '174725.667500', '174726.127500', '174726.587500', '174727.047500', '174727.507500', '174727.967500', '174728.427500', '174728.887500', '174729.347500', '174729.807500', '174730.267500', '174730.727500', '174731.187500', '174731.647500', '174732.107500', '174732.567500', '174733.027500', '174733.487500', '174733.947500', '174734.407500', '174734.867500', '174735.327500', '174735.787500', '174736.247500', '174736.707500', '174737.167500', '174737.627500', '174738.087500', '174738.547500', '174739.007500', '174739.467500', '174739.927500', '174740.387500', '174740.847500', '174741.307500', '174741.767500', '174742.227500', '174742.687500', '174743.147500', '174743.607500', '174744.067500', '174744.527500', '174744.987500', '174745.447500', '174745.907500', '174746.367500', '174746.827500', '174747.287500', '174747.747500', '174748.207500', '174748.667500', '174749.127500', '174749.587500', '174750.047500', '174750.507500', '174750.967500', '174751.427500', '174751.887500', '174752.347500', '174752.807500', '174753.267500', '174753.727500', '174754.187500', '174754.647500', '174755.107500', '174755.567500', '174756.027500', '174756.487500', '174756.947500', '174757.407500', '174757.867500', '174758.327500', '174758.787500', '174759.247500', '174759.707500', '174800.167500', '174800.627500', '174801.087500', '174801.547500', '174802.007500', '174802.467500', '174802.927500', '174803.387500', '174803.847500', '174804.307500', '174804.767500', '174805.227500', '174805.687500', '174806.147500', '174806.607500', '174807.067500', '174807.527500', '174807.987500', '174808.447500', '174808.907500', '174809.367500', '174809.827500', '174810.287500', '174810.747500', '174811.207500', '174811.667500', '174812.127500', '174812.587500', '174813.047500', '174813.507500', '174813.967500', '174814.427500', '174814.887500', '174815.347500', '174815.807500', '174816.267500', '174816.727500', '174817.187500', '174817.647500', '174818.107500', '174818.567500', '174819.027500', '174819.487500', '174819.947500', '174820.407500', '174820.867500', '174821.327500', '174821.787500', '174822.247500', '174822.707500', '174823.167500', '174823.627500', '174824.087500', '174824.547500', '174825.007500', '174825.467500', '174825.927500', '174826.387500', '174826.847500', '174827.307500', '174827.767500', '174828.227500', '174828.687500', '174829.147500', '174829.607500', '174830.067500', '174830.527500', '174830.987500', '174831.447500', '174831.907500', '174832.367500', '174832.827500', '174833.287500', '174833.747500', '174834.207500', '174834.667500', '174835.127500', '174835.587500', '174836.047500', '174836.507500', '174836.967500', '174837.427500', '174837.887500', '174838.347500', '174838.807500', '174839.267500', '174839.727500', '174840.187500', '174840.647500', '174841.107500', '174841.567500', '174842.027500', '174842.487500', '174842.947500', '174843.407500', '174843.867500', '174844.327500', '174844.787500', '174845.247500', '174845.707500', '174846.167500', '174846.627500', '174847.087500', '174847.547500', '174848.007500', '174848.467500', '174848.927500', '174849.387500', '174849.847500', '174850.307500', '174850.767500', '174851.227500', '174851.687500', '174852.147500', '174852.607500', '174853.067500', '174853.527500', '174853.987500', '174854.447500', '174854.907500', '174855.367500', '174855.827500', '174856.287500', '174856.747500', '174857.207500', '174857.667500', '174858.127500', '174858.587500', '174859.047500', '174859.507500', '174859.967500', '174900.427500', '174900.887500', '174901.347500', '174901.807500', '174902.267500', '174902.727500', '174903.187500', '174903.647500', '174904.107500', '174904.567500', '174905.027500', '174905.487500', '174905.947500', '174906.407500', '174906.867500', '174907.327500', '174907.787500', '174908.247500', '174908.707500', '174909.167500', '174909.627500', '174910.087500', '174910.547500', '174911.007500', '174911.467500', '174911.927500', '174912.387500', '174912.847500', '174913.307500', '174913.767500', '174914.227500', '174914.687500', '174915.147500', '174915.607500', '174916.067500', '174916.527500', '174916.987500', '174917.447500', '174917.907500', '174918.367500', '174918.827500', '174919.287500', '174919.747500', '174920.207500', '174920.667500', '174921.127500', '174921.587500', '174922.047500', '174922.507500', '174922.967500', '174923.427500', '174923.887500', '174924.347500', '174924.807500', '174925.267500', '174925.727500', '174926.187500', '174926.647500', '174927.107500', '174927.567500', '174928.027500', '174928.487500', '174928.947500', '174929.407500', '174929.867500', '174930.327500', '174930.787500', '174931.247500', '174931.707500', '174932.167500', '174932.627500', '174933.087500', '174933.547500', '174934.007500', '174934.467500', '174934.927500', '174935.387500', '174935.847500', '174936.307500', '174936.767500', '174937.227500', '174937.687500', '174938.147500', '174938.607500', '174939.067500', '174939.527500', '174939.987500', '174940.447500', '174940.907500', '174941.367500', '174941.827500', '174942.287500', '174942.747500', '174943.207500', '174943.667500', '174944.127500', '174944.587500', '174945.047500', '174945.507500', '174945.967500', '174946.427500', '174946.887500', '174947.347500', '174947.807500', '174948.267500', '174948.727500', '174949.187500', '174949.647500', '174950.107500', '174950.567500', '174951.027500', '174951.487500', '174951.947500', '174952.407500', '174952.867500', '174953.327500', '174953.787500', '174954.247500', '174954.707500', '174955.167500', '174955.627500', '174956.087500', '174956.547500', '174957.007500', '174957.467500', '174957.927500', '174958.387500', '174958.847500', '174959.307500', '174959.767500', '175000.227500', '175000.687500', '175001.147500', '175001.607500', '175002.067500', '175002.527500', '175002.987500', '175003.447500', '175003.907500', '175004.367500', '175004.827500', '175005.287500', '175005.747500', '175006.207500', '175006.667500', '175007.127500', '175007.587500', '175008.047500', '175008.507500', '175008.967500', '175009.427500', '175009.887500', '175010.347500', '175010.807500', '175011.267500', '175011.727500', '175012.187500', '175012.647500', '175013.107500', '175013.567500', '175014.027500', '175014.487500', '175014.947500', '175015.407500', '175015.867500', '175016.327500', '175016.787500', '175017.247500', '175017.707500', '175018.167500', '175018.627500', '175019.087500', '175019.547500', '175020.007500', '175020.467500', '175020.927500', '175021.387500', '175021.847500', '175022.307500', '175022.767500', '175023.227500', '175023.687500', '175024.147500', '175024.607500', '175025.067500', '175025.527500', '175025.987500', '175026.447500', '175026.907500', '175027.367500', '175027.827500', '175028.287500', '175028.747500', '175029.207500', '175029.667500', '175030.127500', '175030.587500', '175031.047500', '175031.507500', '175031.967500', '175032.427500', '175032.887500', '175033.347500', '175033.807500', '175034.267500', '175034.727500', '175035.187500', '175035.647500', '175036.107500', '175036.567500', '175037.027500', '175037.487500', '175037.947500', '175038.407500', '175038.867500', '175039.327500', '175039.787500', '175040.247500', '175040.707500', '175041.167500', '175041.627500', '175042.087500', '175042.547500', '175043.007500', '175043.467500', '175043.927500', '175044.387500', '175044.847500', '175045.307500', '175045.767500', '175046.227500', '175046.687500', '175047.147500', '175047.607500', '175048.067500', '175048.527500', '175048.987500', '175049.447500', '175049.907500', '175050.367500', '175050.827500', '175051.287500', '175051.747500', '175052.207500', '175052.667500', '175053.127500', '175053.587500', '175054.047500', '175054.507500', '175054.967500', '175055.427500', '175055.887500', '175056.347500', '175056.807500', '175057.267500', '175057.727500', '175058.187500', '175058.647500', '175059.107500', '175059.567500', '175100.027500', '175100.487500', '175100.947500', '175101.407500', '175101.867500', '175102.327500', '175102.787500', '175103.247500', '175103.707500', '175104.167500', '175104.627500', '175105.087500', '175105.547500', '175106.007500', '175106.467500', '175106.927500', '175107.387500', '175107.847500', '175108.307500', '175108.767500', '175109.227500', '175109.687500', '175110.147500', '175110.607500', '175111.067500', '175111.527500', '175111.987500', '175112.447500', '175112.907500', '175113.367500', '175113.827500', '175114.287500', '175114.747500', '175115.207500', '175115.667500', '175116.127500', '175116.587500', '175117.047500', '175117.507500', '175117.967500', '175118.427500', '175118.887500', '175119.347500', '175119.807500', '175120.267500', '175120.727500', '175121.187500', '175121.647500', '175122.107500', '175122.567500', '175123.027500', '175123.487500', '175123.947500', '175124.407500', '175124.867500', '175125.327500', '175125.787500', '175126.247500', '175126.707500', '175127.167500', '175127.627500', '175128.087500', '175128.547500', '175129.007500', '175129.467500', '175129.927500', '175130.387500', '175130.847500', '175131.307500', '175131.767500', '175132.227500', '175132.687500', '175133.147500', '175133.607500', '175134.067500', '175134.527500', '175134.987500', '175135.447500', '175135.907500', '175136.367500', '175136.827500', '175137.287500', '175137.747500', '175138.207500', '175138.667500', '175139.127500', '175139.587500', '175140.047500', '175140.507500', '175140.967500', '175141.427500', '175141.887500', '175142.347500', '175142.807500', '175143.267500', '175143.727500', '175144.187500', '175144.647500', '175145.107500', '175145.567500', '175146.027500', '175146.487500', '175146.947500', '175147.407500', '175147.867500', '175148.327500', '175148.787500', '175149.247500', '175149.707500', '175150.167500', '175150.627500', '175151.087500', '175151.547500', '175152.007500', '175152.467500', '175152.927500', '175153.387500', '175153.847500', '175154.307500', '175154.767500', '175155.227500', '175155.687500', '175156.147500', '175156.607500', '175157.067500', '175157.527500', '175157.987500', '175158.447500', '175158.907500', '175159.367500', '175159.827500', '175200.287500', '175200.747500', '175201.207500', '175201.667500', '175202.127500', '175202.587500', '175203.047500', '175203.507500', '175203.967500', '175204.427500', '175204.887500', '175205.347500', '175205.807500', '175206.267500', '175206.727500', '175207.187500', '175207.647500', '175208.107500', '175208.567500', '175209.027500', '175209.487500', '175209.947500', '175210.407500', '175210.867500', '175211.327500', '175211.787500', '175212.247500', '175212.707500', '175213.167500', '175213.627500', '175214.087500', '175214.547500', '175215.007500', '175215.467500', '175215.927500', '175216.387500', '175216.847500', '175217.307500', '175217.767500', '175218.227500', '175218.687500', '175219.147500', '175219.607500', '175220.067500', '175220.527500', '175220.987500', '175221.447500', '175221.907500', '175222.367500', '175222.827500', '175223.287500', '175223.747500', '175224.207500', '175224.667500', '175225.127500', '175225.587500', '175226.047500', '175226.507500', '175226.967500', '175227.427500', '175227.887500', '175228.347500', '175228.807500', '175229.267500', '175229.727500', '175230.187500', '175230.647500', '175231.107500', '175231.567500', '175232.027500', '175232.487500', '175232.947500', '175233.407500', '175233.867500', '175234.327500', '175234.787500', '175235.247500', '175235.707500', '175236.167500', '175236.627500', '175237.087500', '175237.547500', '175238.007500', '175238.467500', '175238.927500', '175239.387500', '175239.847500', '175240.307500', '175240.767500', '175241.227500', '175241.687500', '175242.147500', '175242.607500', '175243.067500', '175243.527500', '175243.987500', '175244.447500', '175244.907500', '175245.367500', '175245.827500', '175246.287500', '175246.747500', '175247.207500', '175247.667500', '175248.127500', '175248.587500', '175249.047500', '175249.507500', '175249.967500', '175250.427500', '175250.887500', '175251.347500', '175251.807500', '175252.267500', '175252.727500', '175253.187500', '175253.647500', '175254.107500', '175254.567500', '175255.027500', '175255.487500', '175255.947500', '175256.407500', '175256.867500', '175257.327500', '175257.787500', '175258.247500', '175258.707500', '175259.167500', '175259.627500', '175300.087500', '175300.547500', '175301.007500', '175301.467500', '175301.927500', '175302.387500', '175302.847500', '175303.307500', '175303.767500', '175304.227500', '175304.687500', '175305.147500', '175305.607500', '175306.067500', '175306.527500', '175306.987500', '175307.447500', '175307.907500', '175308.367500', '175308.827500', '175309.287500', '175309.747500', '175310.207500', '175310.667500', '175311.127500', '175311.587500', '175312.047500', '175312.507500', '175312.967500', '175313.427500', '175313.887500', '175314.347500', '175314.807500', '175315.267500', '175315.727500', '175316.187500', '175316.647500', '175317.107500', '175317.567500', '175318.027500', '175318.487500', '175318.947500', '175319.407500', '175319.867500', '175320.327500', '175320.787500', '175321.247500', '175321.707500', '175322.167500', '175322.627500', '175323.087500', '175323.547500', '175324.007500', '175324.467500', '175324.927500', '175325.387500', '175325.847500', '175326.307500', '175326.767500', '175327.227500', '175327.687500', '175328.147500', '175328.607500', '175329.067500', '175329.527500', '175329.987500', '175330.447500', '175330.907500', '175331.367500', '175331.827500', '175332.287500', '175332.747500', '175333.207500', '175333.667500', '175334.127500', '175334.587500', '175335.047500', '175335.507500', '175335.967500', '175336.427500', '175336.887500', '175337.347500', '175337.807500', '175338.267500', '175338.727500', '175339.187500', '175339.647500', '175340.107500', '175340.567500', '175341.027500', '175341.487500', '175341.947500', '175342.407500', '175342.867500', '175343.327500', '175343.787500', '175344.247500', '175344.707500', '175345.167500', '175345.627500', '175346.087500', '175346.547500', '175347.007500', '175347.467500', '175347.927500', '175348.387500', '175348.847500', '175349.307500', '175349.767500', '175350.227500', '175350.687500', '175351.147500', '175351.607500', '175352.067500', '175352.527500', '175352.987500', '175353.447500', '175353.907500', '175354.367500', '175354.827500', '175355.287500', '175355.747500', '175356.207500', '175356.667500', '175357.127500', '175357.587500', '175358.047500', '175358.507500', '175358.967500', '175359.427500', '175359.887500', '175400.347500', '175400.807500', '175401.267500', '175401.727500', '175402.187500', '175402.647500', '175403.107500', '175403.567500', '175404.027500', '175404.487500', '175404.947500', '175405.407500', '175405.867500', '175406.327500', '175406.787500', '175407.247500', '175407.707500', '175408.167500', '175408.627500', '175409.087500', '175409.547500', '175410.007500', '175410.467500', '175410.927500', '175411.387500', '175411.847500', '175412.307500', '175412.767500', '175413.227500', '175413.687500', '175414.147500', '175414.607500', '175415.067500', '175415.527500', '175415.987500', '175416.447500', '175416.907500', '175417.367500', '175417.827500', '175418.287500', '175418.747500', '175419.207500', '175419.667500', '175420.127500', '175420.587500', '175421.047500', '175421.507500', '175421.967500', '175422.427500', '175422.887500', '175423.347500', '175423.807500', '175424.267500', '175424.727500', '175425.187500', '175425.647500', '175426.107500', '175426.567500', '175427.027500', '175427.487500', '175427.947500', '175428.407500', '175428.867500', '175429.327500', '175429.787500', '175430.247500', '175430.707500', '175431.167500', '175431.627500', '175432.087500', '175432.547500', '175433.007500', '175433.467500', '175433.927500', '175434.387500', '175434.847500', '175435.307500', '175435.767500', '175436.227500', '175436.687500', '175437.147500', '175437.607500', '175438.067500', '175438.527500', '175438.987500', '175439.447500', '175439.907500', '175440.367500', '175440.827500', '175441.287500', '175441.747500', '175442.207500', '175442.667500', '175443.127500', '175443.587500', '175444.047500', '175444.507500', '175444.967500', '175445.427500', '175445.887500', '175446.347500', '175446.807500', '175447.267500', '175447.727500', '175448.187500', '175448.647500', '175449.107500', '175449.567500', '175450.027500', '175450.487500', '175450.947500', '175451.407500', '175451.867500', '175452.327500', '175452.787500', '175453.247500', '175453.707500', '175454.167500', '175454.627500', '175455.087500', '175455.547500', '175456.007500', '175456.467500', '175456.927500', '175457.387500', '175457.847500', '175458.307500', '175458.767500', '175459.227500', '175459.687500', '175500.147500', '175500.607500', '175501.067500', '175501.527500', '175501.987500', '175502.447500', '175502.907500', '175503.367500', '175503.827500', '175504.287500', '175504.747500', '175505.207500', '175505.667500', '175506.127500', '175506.587500', '175507.047500', '175507.507500', '175507.967500', '175508.427500', '175508.887500', '175509.347500', '175509.807500', '175510.267500', '175510.727500', '175511.187500', '175511.647500', '175512.107500', '175512.567500', '175513.027500', '175513.487500', '175513.947500', '175514.407500', '175514.867500', '175515.327500', '175515.787500', '175516.247500', '175516.707500', '175517.167500', '175517.627500', '175518.087500', '175518.547500', '175519.007500', '175519.467500', '175519.927500', '175520.387500', '175520.847500', '175521.307500', '175521.767500', '175522.227500', '175522.687500', '175523.147500', '175523.607500', '175524.067500', '175524.527500', '175524.987500', '175525.447500', '175525.907500', '175526.367500', '175526.827500', '175527.287500', '175527.747500', '175528.207500', '175528.667500', '175529.127500', '175529.587500', '175530.047500', '175530.507500', '175530.967500', '175531.427500', '175531.887500', '175532.347500', '175532.807500', '175533.267500', '175533.727500', '175534.187500', '175534.647500', '175535.107500', '175535.567500', '175536.027500', '175536.487500', '175536.947500', '175537.407500', '175537.867500', '175538.327500', '175538.787500', '175539.247500', '175539.707500', '175540.167500', '175540.627500', '175541.087500', '175541.547500', '175542.007500', '175542.467500', '175542.927500', '175543.387500', '175543.847500', '175544.307500', '175544.767500', '175545.227500', '175545.687500', '175546.147500', '175546.607500', '175547.067500', '175547.527500', '175547.987500', '175548.447500', '175548.907500', '175549.367500', '175549.827500', '175550.287500', '175550.747500', '175551.207500', '175551.667500', '175552.127500', '175552.587500', '175553.047500', '175553.507500', '175553.967500', '175554.427500', '175554.887500', '175555.347500', '175555.807500', '175556.267500', '175556.727500', '175557.187500', '175557.647500', '175558.107500', '175558.567500', '175559.027500', '175559.487500', '175559.947500', '175600.407500', '175600.867500', '175601.327500', '175601.787500', '175602.247500', '175602.707500', '175603.167500', '175603.627500', '175604.087500', '175604.547500', '175605.007500', '175605.467500', '175605.927500', '175606.387500', '175606.847500', '175607.307500', '175607.767500', '175608.227500', '175608.687500', '175609.147500', '175609.607500', '175610.067500', '175610.527500', '175610.987500', '175611.447500', '175611.907500', '175612.367500', '175612.827500', '175613.287500', '175613.747500', '175614.207500', '175614.667500', '175615.127500', '175615.587500', '175616.047500', '175616.507500', '175616.967500', '175617.427500', '175617.887500', '175618.347500', '175618.807500', '175619.267500', '175619.727500', '175620.187500', '175620.647500', '175621.107500', '175621.567500', '175622.027500', '175622.487500', '175622.947500', '175623.407500', '175623.867500', '175624.327500', '175624.787500', '175625.247500', '175625.707500', '175626.167500', '175626.627500', '175627.087500', '175627.547500', '175628.007500', '175628.467500', '175628.927500', '175629.387500', '175629.847500', '175630.307500', '175630.767500', '175631.227500', '175631.687500', '175632.147500', '175632.607500', '175633.067500', '175633.527500', '175633.987500', '175634.447500', '175634.907500', '175635.367500', '175635.827500', '175636.287500', '175636.747500', '175637.207500', '175637.667500', '175638.127500', '175638.587500', '175639.047500', '175639.507500', '175639.967500', '175640.427500', '175640.887500', '175641.347500', '175641.807500', '175642.267500', '175642.727500', '175643.187500', '175643.647500', '175644.107500', '175644.567500', '175645.027500', '175645.487500', '175645.947500', '175646.407500', '175646.867500', '175647.327500', '175647.787500', '175648.247500', '175648.707500', '175649.167500', '175649.627500', '175650.087500', '175650.547500', '175651.007500', '175651.467500', '175651.927500', '175652.387500', '175652.847500', '175653.307500', '175653.767500', '175654.227500', '175654.687500', '175655.147500', '175655.607500', '175656.067500', '175656.527500', '175656.987500', '175657.447500', '175657.907500', '175658.367500', '175658.827500', '175659.287500', '175659.747500', '175700.207500', '175700.667500'], 'ContentTime': ['174656.893000', '174656.896000', '174656.899000', '174656.901000', '174656.904000', '174656.906000', '174656.909000', '174656.912000', '174656.914000', '174656.918000', '174656.921000', '174656.923000', '174656.926000', '174656.929000', '174656.931000', '174656.934000', '174656.937000', '174656.939000', '174656.942000', '174656.944000', '174656.947000', '174656.950000', '174656.952000', '174656.955000', '174656.957000', '174656.960000', '174656.963000', '174656.965000', '174656.968000', '174656.970000', '174656.973000', '174656.976000', '174656.978000', '174656.981000', '174656.984000', '174656.986000', '174656.989000', '174656.991000', '174656.994000', '174656.997000', '174657.000000', '174657.003000', '174657.006000', '174657.008000', '174657.011000', '174657.014000', '174657.016000', '174657.019000', '174657.022000', '174657.024000', '174657.027000', '174657.030000', '174657.032000', '174657.035000', '174657.042000', '174657.045000', '174657.047000', '174657.050000', '174657.053000', '174657.055000', '174657.058000', '174716.863000', '174716.865000', '174716.868000', '174716.871000', '174716.874000', '174716.876000', '174716.879000', '174716.882000', '174716.884000', '174716.887000', '174716.890000', '174716.892000', '174716.895000', '174716.897000', '174716.900000', '174716.903000', '174716.905000', '174716.908000', '174716.911000', '174716.913000', '174716.916000', '174716.918000', '174716.921000', '174716.924000', '174716.926000', '174716.929000', '174716.932000', '174716.935000', '174716.937000', '174716.940000', '174716.942000', '174716.945000', '174716.947000', '174716.950000', '174716.953000', '174716.955000', '174716.958000', '174716.961000', '174716.963000', '174716.966000', '174716.968000', '174716.971000', '174716.974000', '174736.862000', '174736.865000', '174736.868000', '174736.871000', '174736.877000', '174736.879000', '174736.882000', '174736.884000', '174736.887000', '174736.890000', '174736.892000', '174736.895000', '174736.898000', '174736.901000', '174736.904000', '174736.907000', '174736.909000', '174736.912000', '174736.915000', '174736.918000', '174736.921000', '174736.924000', '174736.927000', '174736.930000', '174736.932000', '174736.935000', '174736.937000', '174736.940000', '174736.943000', '174736.945000', '174736.948000', '174736.951000', '174736.953000', '174736.956000', '174736.959000', '174736.961000', '174736.964000', '174736.967000', '174736.969000', '174736.972000', '174736.975000', '174736.977000', '174736.980000', '174756.862000', '174756.865000', '174756.869000', '174756.871000', '174756.874000', '174756.876000', '174756.879000', '174756.882000', '174756.885000', '174756.887000', '174756.890000', '174756.893000', '174756.895000', '174756.898000', '174756.901000', '174756.903000', '174756.912000', '174756.914000', '174756.917000', '174756.920000', '174756.922000', '174756.925000', '174756.928000', '174756.931000', '174756.933000', '174756.936000', '174756.939000', '174756.941000', '174756.944000', '174756.946000', '174756.949000', '174756.952000', '174756.954000', '174756.957000', '174756.960000', '174756.962000', '174756.965000', '174756.968000', '174756.971000', '174756.973000', '174756.976000', '174756.979000', '174756.982000', '174756.984000', '174816.863000', '174816.866000', '174816.868000', '174816.871000', '174816.874000', '174816.876000', '174816.879000', '174816.882000', '174816.885000', '174816.887000', '174816.890000', '174816.892000', '174816.895000', '174816.898000', '174816.900000', '174816.903000', '174816.906000', '174816.908000', '174816.911000', '174816.917000', '174816.934000', '174816.937000', '174816.940000', '174816.942000', '174816.945000', '174816.948000', '174816.950000', '174816.953000', '174816.956000', '174816.958000', '174816.961000', '174816.964000', '174816.966000', '174816.969000', '174816.972000', '174816.974000', '174816.977000', '174816.979000', '174816.982000', '174816.985000', '174816.987000', '174816.990000', '174816.993000', '174836.862000', '174836.866000', '174836.868000', '174836.871000', '174836.873000', '174836.876000', '174836.879000', '174836.882000', '174836.884000', '174836.887000', '174836.890000', '174836.892000', '174836.895000', '174836.898000', '174836.900000', '174836.903000', '174836.905000', '174836.908000', '174836.917000', '174836.919000', '174836.922000', '174836.925000', '174836.927000', '174836.930000', '174836.932000', '174836.935000', '174836.938000', '174836.940000', '174836.943000', '174836.946000', '174836.948000', '174836.951000', '174836.953000', '174836.956000', '174836.959000', '174836.961000', '174836.964000', '174836.967000', '174836.969000', '174836.972000', '174836.975000', '174836.977000', '174836.980000', '174836.982000', '174856.863000', '174856.865000', '174856.868000', '174856.871000', '174856.874000', '174856.876000', '174856.879000', '174856.881000', '174856.884000', '174856.887000', '174856.889000', '174856.892000', '174856.895000', '174856.897000', '174856.900000', '174856.903000', '174856.905000', '174856.908000', '174856.911000', '174856.913000', '174856.916000', '174856.919000', '174856.921000', '174856.924000', '174856.927000', '174856.929000', '174856.932000', '174856.935000', '174856.937000', '174856.941000', '174856.944000', '174856.946000', '174856.949000', '174856.952000', '174856.955000', '174856.957000', '174856.961000', '174856.964000', '174856.966000', '174856.969000', '174856.971000', '174856.974000', '174856.977000', '174916.863000', '174916.865000', '174916.868000', '174916.871000', '174916.874000', '174916.876000', '174916.879000', '174916.881000', '174916.884000', '174916.887000', '174916.889000', '174916.892000', '174916.895000', '174916.897000', '174916.900000', '174916.903000', '174916.905000', '174916.908000', '174916.911000', '174916.914000', '174916.916000', '174916.919000', '174916.921000', '174916.924000', '174916.927000', '174916.929000', '174916.932000', '174916.935000', '174916.937000', '174916.940000', '174916.943000', '174916.945000', '174916.948000', '174916.951000', '174916.953000', '174916.956000', '174916.959000', '174916.961000', '174916.964000', '174916.966000', '174916.969000', '174916.972000', '174916.974000', '174916.977000', '174936.862000', '174936.865000', '174936.868000', '174936.871000', '174936.873000', '174936.876000', '174936.879000', '174936.881000', '174936.884000', '174936.887000', '174936.889000', '174936.892000', '174936.895000', '174936.897000', '174936.900000', '174936.903000', '174936.905000', '174936.908000', '174936.911000', '174936.914000', '174936.916000', '174936.919000', '174936.922000', '174936.924000', '174936.927000', '174936.930000', '174936.933000', '174936.936000', '174936.939000', '174936.941000', '174936.944000', '174936.947000', '174936.950000', '174936.952000', '174936.955000', '174936.957000', '174936.960000', '174936.963000', '174936.965000', '174936.968000', '174936.971000', '174936.973000', '174936.976000', '174956.863000', '174956.866000', '174956.881000', '174956.884000', '174956.886000', '174956.889000', '174956.892000', '174956.894000', '174956.897000', '174956.900000', '174956.902000', '174956.905000', '174956.908000', '174956.910000', '174956.913000', '174956.916000', '174956.918000', '174956.921000', '174956.924000', '174956.926000', '174956.929000', '174956.932000', '174956.934000', '174956.937000', '174956.940000', '174956.942000', '174956.945000', '174956.948000', '174956.950000', '174956.953000', '174956.956000', '174956.958000', '174956.961000', '174956.964000', '174956.966000', '174956.969000', '174956.972000', '174956.974000', '174956.977000', '174956.979000', '174956.982000', '174956.985000', '174956.987000', '174956.990000', '175016.862000', '175016.866000', '175016.868000', '175016.871000', '175016.873000', '175016.876000', '175016.879000', '175016.881000', '175016.884000', '175016.887000', '175016.889000', '175016.892000', '175016.895000', '175016.897000', '175016.900000', '175016.903000', '175016.905000', '175016.908000', '175016.911000', '175016.913000', '175016.916000', '175016.919000', '175016.921000', '175016.924000', '175016.926000', '175016.929000', '175016.932000', '175016.934000', '175016.937000', '175016.940000', '175016.942000', '175016.945000', '175016.948000', '175016.950000', '175016.953000', '175016.955000', '175016.958000', '175016.961000', '175016.963000', '175016.966000', '175016.969000', '175016.972000', '175016.974000', '175036.863000', '175036.865000', '175036.869000', '175036.871000', '175036.874000', '175036.877000', '175036.879000', '175036.882000', '175036.884000', '175036.887000', '175036.890000', '175036.892000', '175036.895000', '175036.898000', '175036.900000', '175036.903000', '175036.906000', '175036.908000', '175036.911000', '175036.914000', '175036.916000', '175036.919000', '175036.922000', '175036.924000', '175036.927000', '175036.929000', '175036.932000', '175036.935000', '175036.937000', '175036.940000', '175036.943000', '175036.945000', '175036.948000', '175036.951000', '175036.953000', '175036.956000', '175036.959000', '175036.961000', '175036.964000', '175036.967000', '175036.969000', '175036.972000', '175036.975000', '175036.977000', '175056.862000', '175056.865000', '175056.868000', '175056.871000', '175056.873000', '175056.876000', '175056.879000', '175056.881000', '175056.884000', '175056.886000', '175056.889000', '175056.892000', '175056.894000', '175056.897000', '175056.900000', '175056.902000', '175056.905000', '175056.908000', '175056.910000', '175056.913000', '175056.916000', '175056.918000', '175056.921000', '175056.924000', '175056.926000', '175056.929000', '175056.932000', '175056.934000', '175056.937000', '175056.940000', '175056.942000', '175056.945000', '175056.948000', '175056.950000', '175056.953000', '175056.956000', '175056.958000', '175056.961000', '175056.964000', '175056.966000', '175056.969000', '175056.972000', '175056.974000', '175116.864000', '175116.867000', '175116.869000', '175116.872000', '175116.875000', '175116.877000', '175116.880000', '175116.883000', '175116.885000', '175116.888000', '175116.891000', '175116.894000', '175116.896000', '175116.899000', '175116.902000', '175116.904000', '175116.907000', '175116.910000', '175116.912000', '175116.915000', '175116.917000', '175116.920000', '175116.923000', '175116.925000', '175116.928000', '175116.931000', '175116.933000', '175116.942000', '175116.945000', '175116.947000', '175116.950000', '175116.953000', '175116.955000', '175116.958000', '175116.960000', '175116.963000', '175116.966000', '175116.969000', '175116.971000', '175116.974000', '175116.976000', '175116.979000', '175116.982000', '175116.985000', '175136.863000', '175136.865000', '175136.868000', '175136.871000', '175136.874000', '175136.876000', '175136.879000', '175136.881000', '175136.884000', '175136.887000', '175136.889000', '175136.892000', '175136.895000', '175136.897000', '175136.900000', '175136.903000', '175136.905000', '175136.908000', '175136.911000', '175136.913000', '175136.916000', '175136.919000', '175136.921000', '175136.924000', '175136.927000', '175136.929000', '175136.932000', '175136.935000', '175136.937000', '175136.940000', '175136.943000', '175136.945000', '175136.948000', '175136.951000', '175136.953000', '175136.956000', '175136.959000', '175136.961000', '175136.964000', '175136.967000', '175136.969000', '175136.972000', '175136.975000', '175156.862000', '175156.865000', '175156.868000', '175156.871000', '175156.873000', '175156.876000', '175156.879000', '175156.881000', '175156.884000', '175156.887000', '175156.889000', '175156.892000', '175156.895000', '175156.897000', '175156.900000', '175156.902000', '175156.905000', '175156.908000', '175156.910000', '175156.913000', '175156.916000', '175156.919000', '175156.921000', '175156.924000', '175156.927000', '175156.929000', '175156.932000', '175156.934000', '175156.937000', '175156.940000', '175156.942000', '175156.945000', '175156.948000', '175156.951000', '175156.953000', '175156.956000', '175156.959000', '175156.961000', '175156.964000', '175156.967000', '175156.969000', '175156.972000', '175156.975000', '175156.977000', '175216.863000', '175216.865000', '175216.868000', '175216.871000', '175216.873000', '175216.876000', '175216.879000', '175216.881000', '175216.884000', '175216.887000', '175216.889000', '175216.892000', '175216.895000', '175216.897000', '175216.900000', '175216.902000', '175216.905000', '175216.908000', '175216.910000', '175216.913000', '175216.916000', '175216.918000', '175216.921000', '175216.924000', '175216.926000', '175216.929000', '175216.932000', '175216.934000', '175216.937000', '175216.939000', '175216.943000', '175216.945000', '175216.948000', '175216.950000', '175216.953000', '175216.956000', '175216.958000', '175216.961000', '175216.967000', '175216.969000', '175216.972000', '175216.974000', '175216.977000', '175236.863000', '175236.866000', '175236.868000', '175236.871000', '175236.874000', '175236.876000', '175236.879000', '175236.882000', '175236.884000', '175236.887000', '175236.890000', '175236.893000', '175236.895000', '175236.898000', '175236.901000', '175236.903000', '175236.906000', '175236.909000', '175236.911000', '175236.914000', '175236.916000', '175236.919000', '175236.922000', '175236.924000', '175236.927000', '175236.930000', '175236.932000', '175236.935000', '175236.938000', '175236.940000', '175236.943000', '175236.946000', '175236.948000', '175236.951000', '175236.954000', '175236.956000', '175236.959000', '175236.961000', '175236.964000', '175236.967000', '175236.970000', '175236.972000', '175236.975000', '175236.978000', '175256.863000', '175256.866000', '175256.868000', '175256.871000', '175256.874000', '175256.876000', '175256.879000', '175256.882000', '175256.884000', '175256.887000', '175256.890000', '175256.892000', '175256.895000', '175256.898000', '175256.900000', '175256.903000', '175256.905000', '175256.908000', '175256.911000', '175256.913000', '175256.916000', '175256.919000', '175256.921000', '175256.924000', '175256.927000', '175256.929000', '175256.932000', '175256.935000', '175256.937000', '175256.940000', '175256.943000', '175256.945000', '175256.948000', '175256.950000', '175256.953000', '175256.956000', '175256.958000', '175256.961000', '175256.964000', '175256.966000', '175256.969000', '175256.972000', '175256.974000', '175316.863000', '175316.876000', '175316.879000', '175316.881000', '175316.884000', '175316.887000', '175316.890000', '175316.892000', '175316.895000', '175316.898000', '175316.900000', '175316.903000', '175316.906000', '175316.908000', '175316.911000', '175316.914000', '175316.916000', '175316.919000', '175316.921000', '175316.924000', '175316.927000', '175316.929000', '175316.932000', '175316.935000', '175316.937000', '175316.940000', '175316.943000', '175316.945000', '175316.948000', '175316.951000', '175316.953000', '175316.956000', '175316.959000', '175316.961000', '175316.964000', '175316.967000', '175316.969000', '175316.972000', '175316.975000', '175316.977000', '175316.980000', '175316.983000', '175316.985000', '175316.988000', '175336.863000', '175336.867000', '175336.870000', '175336.872000', '175336.875000', '175336.878000', '175336.880000', '175336.883000', '175336.886000', '175336.888000', '175336.891000', '175336.894000', '175336.896000', '175336.899000', '175336.902000', '175336.904000', '175336.907000', '175336.910000', '175336.912000', '175336.915000', '175336.918000', '175336.920000', '175336.923000', '175336.926000', '175336.928000', '175336.931000', '175336.934000', '175336.936000', '175336.939000', '175336.941000', '175336.944000', '175336.947000', '175336.949000', '175336.952000', '175336.955000', '175336.957000', '175336.960000', '175336.963000', '175336.965000', '175336.968000', '175336.971000', '175336.973000', '175336.976000', '175356.863000', '175356.866000', '175356.869000', '175356.871000', '175356.874000', '175356.877000', '175356.879000', '175356.882000', '175356.885000', '175356.887000', '175356.890000', '175356.892000', '175356.895000', '175356.898000', '175356.901000', '175356.903000', '175356.906000', '175356.908000', '175356.911000', '175356.914000', '175356.916000', '175356.919000', '175356.922000', '175356.925000', '175356.927000', '175356.930000', '175356.933000', '175356.935000', '175356.938000', '175356.941000', '175356.943000', '175356.946000', '175356.948000', '175356.951000', '175356.954000', '175356.957000', '175356.959000', '175356.962000', '175356.965000', '175356.967000', '175356.970000', '175356.973000', '175356.976000', '175356.978000', '175416.863000', '175416.865000', '175416.868000', '175416.871000', '175416.874000', '175416.877000', '175416.879000', '175416.882000', '175416.885000', '175416.887000', '175416.890000', '175416.893000', '175416.895000', '175416.898000', '175416.900000', '175416.903000', '175416.906000', '175416.908000', '175416.911000', '175416.914000', '175416.916000', '175416.919000', '175416.922000', '175416.924000', '175416.927000', '175416.930000', '175416.932000', '175416.935000', '175416.938000', '175416.940000', '175416.943000', '175416.946000', '175416.948000', '175416.951000', '175416.954000', '175416.956000', '175416.959000', '175416.962000', '175416.964000', '175416.967000', '175416.970000', '175416.972000', '175416.975000', '175436.863000', '175436.866000', '175436.868000', '175436.871000', '175436.874000', '175436.876000', '175436.879000', '175436.882000', '175436.884000', '175436.887000', '175436.890000', '175436.893000', '175436.896000', '175436.899000', '175436.902000', '175436.905000', '175436.907000', '175436.910000', '175436.913000', '175436.915000', '175436.918000', '175436.921000', '175436.923000', '175436.926000', '175436.929000', '175436.932000', '175436.934000', '175436.937000', '175436.939000', '175436.942000', '175436.945000', '175436.947000', '175436.950000', '175436.958000', '175436.960000', '175436.963000', '175436.966000', '175436.968000', '175436.971000', '175436.974000', '175436.976000', '175436.979000', '175436.982000', '175456.863000', '175456.865000', '175456.868000', '175456.871000', '175456.874000', '175456.876000', '175456.879000', '175456.882000', '175456.884000', '175456.887000', '175456.890000', '175456.892000', '175456.895000', '175456.897000', '175456.900000', '175456.903000', '175456.905000', '175456.908000', '175456.911000', '175456.914000', '175456.916000', '175456.919000', '175456.921000', '175456.924000', '175456.927000', '175456.929000', '175456.932000', '175456.935000', '175456.937000', '175456.940000', '175456.942000', '175456.945000', '175456.948000', '175456.951000', '175456.953000', '175456.956000', '175456.958000', '175456.961000', '175456.964000', '175456.966000', '175456.969000', '175456.972000', '175456.974000', '175456.977000', '175516.863000', '175516.866000', '175516.869000', '175516.872000', '175516.874000', '175516.877000', '175516.880000', '175516.884000', '175516.887000', '175516.890000', '175516.892000', '175516.895000', '175516.898000', '175516.901000', '175516.904000', '175516.907000', '175516.910000', '175516.912000', '175516.915000', '175516.918000', '175516.920000', '175516.923000', '175516.926000', '175516.928000', '175516.931000', '175516.934000', '175516.936000', '175516.939000', '175516.942000', '175516.944000', '175516.947000', '175516.950000', '175516.952000', '175516.955000', '175516.958000', '175516.960000', '175516.963000', '175516.966000', '175516.968000', '175516.971000', '175516.974000', '175516.976000', '175516.979000', '175536.863000', '175536.865000', '175536.869000', '175536.871000', '175536.874000', '175536.876000', '175536.879000', '175536.882000', '175536.884000', '175536.887000', '175536.890000', '175536.892000', '175536.895000', '175536.897000', '175536.900000', '175536.903000', '175536.906000', '175536.908000', '175536.911000', '175536.914000', '175536.916000', '175536.919000', '175536.922000', '175536.924000', '175536.927000', '175536.929000', '175536.932000', '175536.935000', '175536.937000', '175536.940000', '175536.943000', '175536.945000', '175536.948000', '175536.950000', '175536.953000', '175536.956000', '175536.958000', '175536.961000', '175536.964000', '175536.966000', '175536.969000', '175536.971000', '175536.974000', '175536.977000', '175556.863000', '175556.866000', '175556.868000', '175556.871000', '175556.874000', '175556.876000', '175556.879000', '175556.882000', '175556.884000', '175556.887000', '175556.889000', '175556.892000', '175556.895000', '175556.897000', '175556.900000', '175556.903000', '175556.906000', '175556.908000', '175556.911000', '175556.913000', '175556.916000', '175556.919000', '175556.921000', '175556.924000', '175556.926000', '175556.929000', '175556.932000', '175556.934000', '175556.937000', '175556.940000', '175556.942000', '175556.945000', '175556.948000', '175556.950000', '175556.953000', '175556.955000', '175556.958000', '175556.961000', '175556.963000', '175556.966000', '175556.969000', '175556.972000', '175556.974000', '175616.863000', '175616.866000', '175616.868000', '175616.871000', '175616.874000', '175616.876000', '175616.879000', '175616.882000', '175616.884000', '175616.887000', '175616.890000', '175616.892000', '175616.895000', '175616.898000', '175616.901000', '175616.903000', '175616.906000', '175616.909000', '175616.911000', '175616.914000', '175616.916000', '175616.919000', '175616.922000', '175616.924000', '175616.927000', '175616.930000', '175616.932000', '175616.935000', '175616.937000', '175616.940000', '175616.943000', '175616.946000', '175616.948000', '175616.951000', '175616.954000', '175616.956000', '175616.959000', '175616.961000', '175616.964000', '175616.967000', '175616.969000', '175616.972000', '175616.975000', '175616.977000', '175636.863000', '175636.865000', '175636.868000', '175636.871000', '175636.874000', '175636.876000', '175636.879000', '175636.881000', '175636.884000', '175636.887000', '175636.889000', '175636.892000', '175636.895000', '175636.898000', '175636.900000', '175636.903000', '175636.906000', '175636.908000', '175636.911000', '175636.914000', '175636.916000', '175636.919000', '175636.921000', '175636.924000', '175636.927000', '175636.929000', '175636.932000', '175636.935000', '175636.937000', '175636.941000', '175636.944000', '175636.947000', '175636.949000', '175636.952000', '175636.955000', '175636.957000', '175636.960000', '175636.963000', '175636.965000', '175636.968000', '175636.971000', '175636.973000', '175636.988000', '175656.863000', '175656.865000', '175656.868000', '175656.871000', '175656.874000', '175656.876000', '175656.879000', '175656.882000', '175656.885000', '175656.887000', '175656.890000', '175656.892000', '175656.895000', '175656.898000', '175656.900000', '175656.903000', '175656.911000', '175656.913000', '175656.916000', '175656.919000', '175656.922000', '175656.924000', '175656.927000', '175656.929000', '175656.932000', '175656.935000', '175656.937000', '175656.940000', '175656.943000', '175656.945000', '175656.948000', '175656.950000', '175656.953000', '175656.956000', '175656.958000', '175656.961000', '175656.964000', '175656.967000', '175656.969000', '175656.972000', '175656.975000', '175656.977000', '175656.980000', '175656.982000', '175701.728000', '175701.731000', '175701.734000', '175701.737000', '175701.739000', '175701.742000', '175701.745000', '175701.747000', '175701.750000', '175701.753000', '175701.756000'], 'InstanceCreationTime': ['174656.893000', '174656.896000', '174656.899000', '174656.901000', '174656.904000', '174656.906000', '174656.909000', '174656.912000', '174656.914000', '174656.918000', '174656.921000', '174656.923000', '174656.926000', '174656.929000', '174656.931000', '174656.934000', '174656.937000', '174656.939000', '174656.942000', '174656.944000', '174656.947000', '174656.950000', '174656.952000', '174656.955000', '174656.957000', '174656.960000', '174656.963000', '174656.965000', '174656.968000', '174656.970000', '174656.973000', '174656.976000', '174656.978000', '174656.981000', '174656.984000', '174656.986000', '174656.989000', '174656.991000', '174656.994000', '174656.997000', '174657.000000', '174657.003000', '174657.006000', '174657.008000', '174657.011000', '174657.014000', '174657.016000', '174657.019000', '174657.022000', '174657.024000', '174657.027000', '174657.030000', '174657.032000', '174657.035000', '174657.042000', '174657.045000', '174657.047000', '174657.050000', '174657.053000', '174657.055000', '174657.058000', '174716.863000', '174716.865000', '174716.868000', '174716.871000', '174716.874000', '174716.876000', '174716.879000', '174716.882000', '174716.884000', '174716.887000', '174716.890000', '174716.892000', '174716.895000', '174716.897000', '174716.900000', '174716.903000', '174716.905000', '174716.908000', '174716.911000', '174716.913000', '174716.916000', '174716.918000', '174716.921000', '174716.924000', '174716.926000', '174716.929000', '174716.932000', '174716.935000', '174716.937000', '174716.940000', '174716.942000', '174716.945000', '174716.947000', '174716.950000', '174716.953000', '174716.955000', '174716.958000', '174716.961000', '174716.963000', '174716.966000', '174716.968000', '174716.971000', '174716.974000', '174736.862000', '174736.865000', '174736.868000', '174736.871000', '174736.877000', '174736.879000', '174736.882000', '174736.884000', '174736.887000', '174736.890000', '174736.892000', '174736.895000', '174736.898000', '174736.901000', '174736.904000', '174736.907000', '174736.909000', '174736.912000', '174736.915000', '174736.918000', '174736.921000', '174736.924000', '174736.927000', '174736.930000', '174736.932000', '174736.935000', '174736.937000', '174736.940000', '174736.943000', '174736.945000', '174736.948000', '174736.951000', '174736.953000', '174736.956000', '174736.959000', '174736.961000', '174736.964000', '174736.967000', '174736.969000', '174736.972000', '174736.975000', '174736.977000', '174736.980000', '174756.862000', '174756.865000', '174756.869000', '174756.871000', '174756.874000', '174756.876000', '174756.879000', '174756.882000', '174756.885000', '174756.887000', '174756.890000', '174756.893000', '174756.895000', '174756.898000', '174756.901000', '174756.903000', '174756.912000', '174756.914000', '174756.917000', '174756.920000', '174756.922000', '174756.925000', '174756.928000', '174756.931000', '174756.933000', '174756.936000', '174756.939000', '174756.941000', '174756.944000', '174756.946000', '174756.949000', '174756.952000', '174756.954000', '174756.957000', '174756.960000', '174756.962000', '174756.965000', '174756.968000', '174756.971000', '174756.973000', '174756.976000', '174756.979000', '174756.982000', '174756.984000', '174816.863000', '174816.866000', '174816.868000', '174816.871000', '174816.874000', '174816.876000', '174816.879000', '174816.882000', '174816.885000', '174816.887000', '174816.890000', '174816.892000', '174816.895000', '174816.898000', '174816.900000', '174816.903000', '174816.906000', '174816.908000', '174816.911000', '174816.917000', '174816.934000', '174816.937000', '174816.940000', '174816.942000', '174816.945000', '174816.948000', '174816.950000', '174816.953000', '174816.956000', '174816.958000', '174816.961000', '174816.964000', '174816.966000', '174816.969000', '174816.972000', '174816.974000', '174816.977000', '174816.979000', '174816.982000', '174816.985000', '174816.987000', '174816.990000', '174816.993000', '174836.862000', '174836.866000', '174836.868000', '174836.871000', '174836.873000', '174836.876000', '174836.879000', '174836.882000', '174836.884000', '174836.887000', '174836.890000', '174836.892000', '174836.895000', '174836.898000', '174836.900000', '174836.903000', '174836.905000', '174836.908000', '174836.917000', '174836.919000', '174836.922000', '174836.925000', '174836.927000', '174836.930000', '174836.932000', '174836.935000', '174836.938000', '174836.940000', '174836.943000', '174836.946000', '174836.948000', '174836.951000', '174836.953000', '174836.956000', '174836.959000', '174836.961000', '174836.964000', '174836.967000', '174836.969000', '174836.972000', '174836.975000', '174836.977000', '174836.980000', '174836.982000', '174856.863000', '174856.865000', '174856.868000', '174856.871000', '174856.874000', '174856.876000', '174856.879000', '174856.881000', '174856.884000', '174856.887000', '174856.889000', '174856.892000', '174856.895000', '174856.897000', '174856.900000', '174856.903000', '174856.905000', '174856.908000', '174856.911000', '174856.913000', '174856.916000', '174856.919000', '174856.921000', '174856.924000', '174856.927000', '174856.929000', '174856.932000', '174856.935000', '174856.937000', '174856.941000', '174856.944000', '174856.946000', '174856.949000', '174856.952000', '174856.955000', '174856.957000', '174856.961000', '174856.964000', '174856.966000', '174856.969000', '174856.971000', '174856.974000', '174856.977000', '174916.863000', '174916.865000', '174916.868000', '174916.871000', '174916.874000', '174916.876000', '174916.879000', '174916.881000', '174916.884000', '174916.887000', '174916.889000', '174916.892000', '174916.895000', '174916.897000', '174916.900000', '174916.903000', '174916.905000', '174916.908000', '174916.911000', '174916.914000', '174916.916000', '174916.919000', '174916.921000', '174916.924000', '174916.927000', '174916.929000', '174916.932000', '174916.935000', '174916.937000', '174916.940000', '174916.943000', '174916.945000', '174916.948000', '174916.951000', '174916.953000', '174916.956000', '174916.959000', '174916.961000', '174916.964000', '174916.966000', '174916.969000', '174916.972000', '174916.974000', '174916.977000', '174936.862000', '174936.865000', '174936.868000', '174936.871000', '174936.873000', '174936.876000', '174936.879000', '174936.881000', '174936.884000', '174936.887000', '174936.889000', '174936.892000', '174936.895000', '174936.897000', '174936.900000', '174936.903000', '174936.905000', '174936.908000', '174936.911000', '174936.914000', '174936.916000', '174936.919000', '174936.922000', '174936.924000', '174936.927000', '174936.930000', '174936.933000', '174936.936000', '174936.939000', '174936.941000', '174936.944000', '174936.947000', '174936.950000', '174936.952000', '174936.955000', '174936.957000', '174936.960000', '174936.963000', '174936.965000', '174936.968000', '174936.971000', '174936.973000', '174936.976000', '174956.863000', '174956.866000', '174956.881000', '174956.884000', '174956.886000', '174956.889000', '174956.892000', '174956.894000', '174956.897000', '174956.900000', '174956.902000', '174956.905000', '174956.908000', '174956.910000', '174956.913000', '174956.916000', '174956.918000', '174956.921000', '174956.924000', '174956.926000', '174956.929000', '174956.932000', '174956.934000', '174956.937000', '174956.940000', '174956.942000', '174956.945000', '174956.948000', '174956.950000', '174956.953000', '174956.956000', '174956.958000', '174956.961000', '174956.964000', '174956.966000', '174956.969000', '174956.972000', '174956.974000', '174956.977000', '174956.979000', '174956.982000', '174956.985000', '174956.987000', '174956.990000', '175016.862000', '175016.866000', '175016.868000', '175016.871000', '175016.873000', '175016.876000', '175016.879000', '175016.881000', '175016.884000', '175016.887000', '175016.889000', '175016.892000', '175016.895000', '175016.897000', '175016.900000', '175016.903000', '175016.905000', '175016.908000', '175016.911000', '175016.913000', '175016.916000', '175016.919000', '175016.921000', '175016.924000', '175016.926000', '175016.929000', '175016.932000', '175016.934000', '175016.937000', '175016.940000', '175016.942000', '175016.945000', '175016.948000', '175016.950000', '175016.953000', '175016.955000', '175016.958000', '175016.961000', '175016.963000', '175016.966000', '175016.969000', '175016.972000', '175016.974000', '175036.863000', '175036.865000', '175036.869000', '175036.871000', '175036.874000', '175036.877000', '175036.879000', '175036.882000', '175036.884000', '175036.887000', '175036.890000', '175036.892000', '175036.895000', '175036.898000', '175036.900000', '175036.903000', '175036.906000', '175036.908000', '175036.911000', '175036.914000', '175036.916000', '175036.919000', '175036.922000', '175036.924000', '175036.927000', '175036.929000', '175036.932000', '175036.935000', '175036.937000', '175036.940000', '175036.943000', '175036.945000', '175036.948000', '175036.951000', '175036.953000', '175036.956000', '175036.959000', '175036.961000', '175036.964000', '175036.967000', '175036.969000', '175036.972000', '175036.975000', '175036.977000', '175056.862000', '175056.865000', '175056.868000', '175056.871000', '175056.873000', '175056.876000', '175056.879000', '175056.881000', '175056.884000', '175056.886000', '175056.889000', '175056.892000', '175056.894000', '175056.897000', '175056.900000', '175056.902000', '175056.905000', '175056.908000', '175056.910000', '175056.913000', '175056.916000', '175056.918000', '175056.921000', '175056.924000', '175056.926000', '175056.929000', '175056.932000', '175056.934000', '175056.937000', '175056.940000', '175056.942000', '175056.945000', '175056.948000', '175056.950000', '175056.953000', '175056.956000', '175056.958000', '175056.961000', '175056.964000', '175056.966000', '175056.969000', '175056.972000', '175056.974000', '175116.864000', '175116.867000', '175116.869000', '175116.872000', '175116.875000', '175116.877000', '175116.880000', '175116.883000', '175116.885000', '175116.888000', '175116.891000', '175116.894000', '175116.896000', '175116.899000', '175116.902000', '175116.904000', '175116.907000', '175116.910000', '175116.912000', '175116.915000', '175116.917000', '175116.920000', '175116.923000', '175116.925000', '175116.928000', '175116.931000', '175116.933000', '175116.942000', '175116.945000', '175116.947000', '175116.950000', '175116.953000', '175116.955000', '175116.958000', '175116.960000', '175116.963000', '175116.966000', '175116.969000', '175116.971000', '175116.974000', '175116.976000', '175116.979000', '175116.982000', '175116.985000', '175136.863000', '175136.865000', '175136.868000', '175136.871000', '175136.874000', '175136.876000', '175136.879000', '175136.881000', '175136.884000', '175136.887000', '175136.889000', '175136.892000', '175136.895000', '175136.897000', '175136.900000', '175136.903000', '175136.905000', '175136.908000', '175136.911000', '175136.913000', '175136.916000', '175136.919000', '175136.921000', '175136.924000', '175136.927000', '175136.929000', '175136.932000', '175136.935000', '175136.937000', '175136.940000', '175136.943000', '175136.945000', '175136.948000', '175136.951000', '175136.953000', '175136.956000', '175136.959000', '175136.961000', '175136.964000', '175136.967000', '175136.969000', '175136.972000', '175136.975000', '175156.862000', '175156.865000', '175156.868000', '175156.871000', '175156.873000', '175156.876000', '175156.879000', '175156.881000', '175156.884000', '175156.887000', '175156.889000', '175156.892000', '175156.895000', '175156.897000', '175156.900000', '175156.902000', '175156.905000', '175156.908000', '175156.910000', '175156.913000', '175156.916000', '175156.919000', '175156.921000', '175156.924000', '175156.927000', '175156.929000', '175156.932000', '175156.934000', '175156.937000', '175156.940000', '175156.942000', '175156.945000', '175156.948000', '175156.951000', '175156.953000', '175156.956000', '175156.959000', '175156.961000', '175156.964000', '175156.967000', '175156.969000', '175156.972000', '175156.975000', '175156.977000', '175216.863000', '175216.865000', '175216.868000', '175216.871000', '175216.873000', '175216.876000', '175216.879000', '175216.881000', '175216.884000', '175216.887000', '175216.889000', '175216.892000', '175216.895000', '175216.897000', '175216.900000', '175216.902000', '175216.905000', '175216.908000', '175216.910000', '175216.913000', '175216.916000', '175216.918000', '175216.921000', '175216.924000', '175216.926000', '175216.929000', '175216.932000', '175216.934000', '175216.937000', '175216.939000', '175216.943000', '175216.945000', '175216.948000', '175216.950000', '175216.953000', '175216.956000', '175216.958000', '175216.961000', '175216.967000', '175216.969000', '175216.972000', '175216.974000', '175216.977000', '175236.863000', '175236.866000', '175236.868000', '175236.871000', '175236.874000', '175236.876000', '175236.879000', '175236.882000', '175236.884000', '175236.887000', '175236.890000', '175236.893000', '175236.895000', '175236.898000', '175236.901000', '175236.903000', '175236.906000', '175236.909000', '175236.911000', '175236.914000', '175236.916000', '175236.919000', '175236.922000', '175236.924000', '175236.927000', '175236.930000', '175236.932000', '175236.935000', '175236.938000', '175236.940000', '175236.943000', '175236.946000', '175236.948000', '175236.951000', '175236.954000', '175236.956000', '175236.959000', '175236.961000', '175236.964000', '175236.967000', '175236.970000', '175236.972000', '175236.975000', '175236.978000', '175256.863000', '175256.866000', '175256.868000', '175256.871000', '175256.874000', '175256.876000', '175256.879000', '175256.882000', '175256.884000', '175256.887000', '175256.890000', '175256.892000', '175256.895000', '175256.898000', '175256.900000', '175256.903000', '175256.905000', '175256.908000', '175256.911000', '175256.913000', '175256.916000', '175256.919000', '175256.921000', '175256.924000', '175256.927000', '175256.929000', '175256.932000', '175256.935000', '175256.937000', '175256.940000', '175256.943000', '175256.945000', '175256.948000', '175256.950000', '175256.953000', '175256.956000', '175256.958000', '175256.961000', '175256.964000', '175256.966000', '175256.969000', '175256.972000', '175256.974000', '175316.863000', '175316.876000', '175316.879000', '175316.881000', '175316.884000', '175316.887000', '175316.890000', '175316.892000', '175316.895000', '175316.898000', '175316.900000', '175316.903000', '175316.906000', '175316.908000', '175316.911000', '175316.914000', '175316.916000', '175316.919000', '175316.921000', '175316.924000', '175316.927000', '175316.929000', '175316.932000', '175316.935000', '175316.937000', '175316.940000', '175316.943000', '175316.945000', '175316.948000', '175316.951000', '175316.953000', '175316.956000', '175316.959000', '175316.961000', '175316.964000', '175316.967000', '175316.969000', '175316.972000', '175316.975000', '175316.977000', '175316.980000', '175316.983000', '175316.985000', '175316.988000', '175336.863000', '175336.867000', '175336.870000', '175336.872000', '175336.875000', '175336.878000', '175336.880000', '175336.883000', '175336.886000', '175336.888000', '175336.891000', '175336.894000', '175336.896000', '175336.899000', '175336.902000', '175336.904000', '175336.907000', '175336.910000', '175336.912000', '175336.915000', '175336.918000', '175336.920000', '175336.923000', '175336.926000', '175336.928000', '175336.931000', '175336.934000', '175336.936000', '175336.939000', '175336.941000', '175336.944000', '175336.947000', '175336.949000', '175336.952000', '175336.955000', '175336.957000', '175336.960000', '175336.963000', '175336.965000', '175336.968000', '175336.971000', '175336.973000', '175336.976000', '175356.863000', '175356.866000', '175356.869000', '175356.871000', '175356.874000', '175356.877000', '175356.879000', '175356.882000', '175356.885000', '175356.887000', '175356.890000', '175356.892000', '175356.895000', '175356.898000', '175356.901000', '175356.903000', '175356.906000', '175356.908000', '175356.911000', '175356.914000', '175356.916000', '175356.919000', '175356.922000', '175356.925000', '175356.927000', '175356.930000', '175356.933000', '175356.935000', '175356.938000', '175356.941000', '175356.943000', '175356.946000', '175356.948000', '175356.951000', '175356.954000', '175356.957000', '175356.959000', '175356.962000', '175356.965000', '175356.967000', '175356.970000', '175356.973000', '175356.976000', '175356.978000', '175416.863000', '175416.865000', '175416.868000', '175416.871000', '175416.874000', '175416.877000', '175416.879000', '175416.882000', '175416.885000', '175416.887000', '175416.890000', '175416.893000', '175416.895000', '175416.898000', '175416.900000', '175416.903000', '175416.906000', '175416.908000', '175416.911000', '175416.914000', '175416.916000', '175416.919000', '175416.922000', '175416.924000', '175416.927000', '175416.930000', '175416.932000', '175416.935000', '175416.938000', '175416.940000', '175416.943000', '175416.946000', '175416.948000', '175416.951000', '175416.954000', '175416.956000', '175416.959000', '175416.962000', '175416.964000', '175416.967000', '175416.970000', '175416.972000', '175416.975000', '175436.863000', '175436.866000', '175436.868000', '175436.871000', '175436.874000', '175436.876000', '175436.879000', '175436.882000', '175436.884000', '175436.887000', '175436.890000', '175436.893000', '175436.896000', '175436.899000', '175436.902000', '175436.905000', '175436.907000', '175436.910000', '175436.913000', '175436.915000', '175436.918000', '175436.921000', '175436.923000', '175436.926000', '175436.929000', '175436.932000', '175436.934000', '175436.937000', '175436.939000', '175436.942000', '175436.945000', '175436.947000', '175436.950000', '175436.958000', '175436.960000', '175436.963000', '175436.966000', '175436.968000', '175436.971000', '175436.974000', '175436.976000', '175436.979000', '175436.982000', '175456.863000', '175456.865000', '175456.868000', '175456.871000', '175456.874000', '175456.876000', '175456.879000', '175456.882000', '175456.884000', '175456.887000', '175456.890000', '175456.892000', '175456.895000', '175456.897000', '175456.900000', '175456.903000', '175456.905000', '175456.908000', '175456.911000', '175456.914000', '175456.916000', '175456.919000', '175456.921000', '175456.924000', '175456.927000', '175456.929000', '175456.932000', '175456.935000', '175456.937000', '175456.940000', '175456.942000', '175456.945000', '175456.948000', '175456.951000', '175456.953000', '175456.956000', '175456.958000', '175456.961000', '175456.964000', '175456.966000', '175456.969000', '175456.972000', '175456.974000', '175456.977000', '175516.863000', '175516.866000', '175516.869000', '175516.872000', '175516.874000', '175516.877000', '175516.880000', '175516.884000', '175516.887000', '175516.890000', '175516.892000', '175516.895000', '175516.898000', '175516.901000', '175516.904000', '175516.907000', '175516.910000', '175516.912000', '175516.915000', '175516.918000', '175516.920000', '175516.923000', '175516.926000', '175516.928000', '175516.931000', '175516.934000', '175516.936000', '175516.939000', '175516.942000', '175516.944000', '175516.947000', '175516.950000', '175516.952000', '175516.955000', '175516.958000', '175516.960000', '175516.963000', '175516.966000', '175516.968000', '175516.971000', '175516.974000', '175516.976000', '175516.979000', '175536.863000', '175536.865000', '175536.869000', '175536.871000', '175536.874000', '175536.876000', '175536.879000', '175536.882000', '175536.884000', '175536.887000', '175536.890000', '175536.892000', '175536.895000', '175536.897000', '175536.900000', '175536.903000', '175536.906000', '175536.908000', '175536.911000', '175536.914000', '175536.916000', '175536.919000', '175536.922000', '175536.924000', '175536.927000', '175536.929000', '175536.932000', '175536.935000', '175536.937000', '175536.940000', '175536.943000', '175536.945000', '175536.948000', '175536.950000', '175536.953000', '175536.956000', '175536.958000', '175536.961000', '175536.964000', '175536.966000', '175536.969000', '175536.971000', '175536.974000', '175536.977000', '175556.863000', '175556.866000', '175556.868000', '175556.871000', '175556.874000', '175556.876000', '175556.879000', '175556.882000', '175556.884000', '175556.887000', '175556.889000', '175556.892000', '175556.895000', '175556.897000', '175556.900000', '175556.903000', '175556.906000', '175556.908000', '175556.911000', '175556.913000', '175556.916000', '175556.919000', '175556.921000', '175556.924000', '175556.926000', '175556.929000', '175556.932000', '175556.934000', '175556.937000', '175556.940000', '175556.942000', '175556.945000', '175556.948000', '175556.950000', '175556.953000', '175556.955000', '175556.958000', '175556.961000', '175556.963000', '175556.966000', '175556.969000', '175556.972000', '175556.974000', '175616.863000', '175616.866000', '175616.868000', '175616.871000', '175616.874000', '175616.876000', '175616.879000', '175616.882000', '175616.884000', '175616.887000', '175616.890000', '175616.892000', '175616.895000', '175616.898000', '175616.901000', '175616.903000', '175616.906000', '175616.909000', '175616.911000', '175616.914000', '175616.916000', '175616.919000', '175616.922000', '175616.924000', '175616.927000', '175616.930000', '175616.932000', '175616.935000', '175616.937000', '175616.940000', '175616.943000', '175616.946000', '175616.948000', '175616.951000', '175616.954000', '175616.956000', '175616.959000', '175616.961000', '175616.964000', '175616.967000', '175616.969000', '175616.972000', '175616.975000', '175616.977000', '175636.863000', '175636.865000', '175636.868000', '175636.871000', '175636.874000', '175636.876000', '175636.879000', '175636.881000', '175636.884000', '175636.887000', '175636.889000', '175636.892000', '175636.895000', '175636.898000', '175636.900000', '175636.903000', '175636.906000', '175636.908000', '175636.911000', '175636.914000', '175636.916000', '175636.919000', '175636.921000', '175636.924000', '175636.927000', '175636.929000', '175636.932000', '175636.935000', '175636.937000', '175636.941000', '175636.944000', '175636.947000', '175636.949000', '175636.952000', '175636.955000', '175636.957000', '175636.960000', '175636.963000', '175636.965000', '175636.968000', '175636.971000', '175636.973000', '175636.988000', '175656.863000', '175656.865000', '175656.868000', '175656.871000', '175656.874000', '175656.876000', '175656.879000', '175656.882000', '175656.885000', '175656.887000', '175656.890000', '175656.892000', '175656.895000', '175656.898000', '175656.900000', '175656.903000', '175656.911000', '175656.913000', '175656.916000', '175656.919000', '175656.922000', '175656.924000', '175656.927000', '175656.929000', '175656.932000', '175656.935000', '175656.937000', '175656.940000', '175656.943000', '175656.945000', '175656.948000', '175656.950000', '175656.953000', '175656.956000', '175656.958000', '175656.961000', '175656.964000', '175656.967000', '175656.969000', '175656.972000', '175656.975000', '175656.977000', '175656.980000', '175656.982000', '175701.728000', '175701.731000', '175701.734000', '175701.737000', '175701.739000', '175701.742000', '175701.745000', '175701.747000', '175701.750000', '175701.753000', '175701.756000'], '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': [12297, 7649, 7423, 7325, 7863, 7621, 7689, 7068, 7880, 7777, 9384, 7521, 7478, 7395, 7649, 8546, 7629, 7502, 7319, 7703, 7008, 7726, 7352, 7479, 7870, 7754, 7691, 7239, 7245, 7505, 8603, 7725, 7623, 7195, 7598, 8475, 7456, 7794, 7119, 7675, 7068, 7430, 7215, 7981, 7694, 6943, 7602, 7664, 6983, 7448, 7155, 7346, 7812, 8475, 7640, 7471, 7591, 7749, 6952, 7674, 7734, 7467, 7628, 8325, 7570, 7373, 10015, 7508, 7214, 7451, 7630, 8100, 7489, 7471, 7293, 7625, 6961, 7606, 7087, 7886, 7553, 7106, 7759, 7231, 7410, 7412, 8883, 7426, 7063, 7430, 7533, 7273, 7343, 6590, 7453, 7397, 7290, 7453, 8110, 7439, 7208, 7309, 7827, 7046, 7465, 7339, 8408, 7587, 6846, 7691, 7396, 8196, 7226, 6741, 7490, 7518, 8087, 7371, 6825, 7312, 7256, 7619, 7525, 6757, 8068, 7197, 6803, 7460, 7333, 7520, 7210, 6623, 7871, 7451, 7779, 7483, 6957, 8557, 7319, 6882, 7637, 7273, 8106, 7194, 6720, 7312, 7322, 8136, 7266, 6854, 8749, 7224, 6699, 7257, 7117, 8942, 7030, 6523, 7206, 7131, 8064, 7071, 6654, 8031, 7393, 6539, 7313, 7394, 7626, 7028, 6699, 9156, 7213, 6548, 7366, 6911, 7920, 6954, 6694, 7650, 7251, 6529, 7351, 6820, 7277, 7101, 8485, 7131, 8610, 7250, 6633, 7506, 7079, 7096, 7181, 6521, 7267, 7229, 7417, 6981, 8354, 7260, 6739, 7034, 7196, 8114, 7160, 6637, 7326, 6995, 6546, 7352, 7407, 7212, 6973, 6827, 7470, 7367, 7160, 7074, 6865, 7283, 7134, 7181, 7248, 8461, 7001, 6762, 7438, 7224, 6542, 7423, 6922, 7665, 7119, 7026, 7361, 7110, 7319, 7235, 8480, 7142, 6810, 7353, 6977, 7114, 6931, 6804, 7212, 6971, 7324, 7197, 6739, 7398, 6989, 8061, 6960, 6777, 7499, 6839, 7053, 6920, 7026, 7246, 7465, 8364, 7009, 7113, 7331, 7269, 6793, 6853, 6850, 7122, 7164, 6939, 6910, 6968, 7374, 7058, 8408, 7240, 7002, 6887, 7224, 8239, 6944, 7204, 7361, 7097, 6848, 6940, 6855, 7806, 6903, 7068, 8637, 7256, 7300, 6995, 7106, 7713, 7380, 9645, 6838, 6975, 7051, 7551, 6935, 7028, 7205, 7149, 7036, 7354, 7848, 7030, 7215, 7215, 7165, 9303, 7266, 10550, 8168, 8499, 6960, 6900, 8598, 7119, 10756, 6741, 6983, 6557, 7107, 8672, 6966, 8035, 6795, 7204, 7450, 7067, 7046, 6739, 7285, 7414, 7014, 7062, 6541, 7127, 6990, 7145, 7319, 6656, 7026, 7356, 6730, 6994, 7430, 6708, 7147, 6694, 7018, 7597, 6832, 7204, 7249, 7086, 8092, 7046, 7067, 7978, 7003, 7760, 6733, 7101, 8602, 6530, 6934, 7482, 6863, 7228, 9783, 8006, 6799, 7250, 8952, 6990, 7329, 6592, 7263, 7329, 6985, 6850, 6697, 6757, 6837, 7661, 7762, 8211, 11788, 9272, 9954, 9007, 6750, 11723, 8566, 10680, 8880, 6681, 10183, 6697, 8358, 6555, 6743, 6460, 6656, 8025, 6664, 6535, 6421, 6760, 7607, 6765, 6930, 6566, 6824, 7773, 6815, 6828, 6667, 7676, 6541, 7022, 6966, 6499, 6818, 6861, 6679, 6867, 7596, 6727, 6968, 6915, 7100, 6672, 7015, 6899, 7013, 6758, 6703, 6797, 6687, 8271, 6869, 6602, 7084, 6907, 8650, 6795, 6919, 6979, 6724, 7695, 7092, 8080, 6897, 6828, 8277, 6730, 7087, 6862, 7031, 8328, 6850, 6930, 6923, 7081, 7129, 6851, 7032, 7679, 7229, 9505, 6777, 7025, 6960, 7189, 8320, 6970, 6825, 7481, 7214, 8469, 6976, 6983, 6789, 7188, 8385, 7005, 6800, 6728, 6919, 8822, 6641, 6994, 6891, 7331, 8918, 7024, 6775, 7592, 6983, 8134, 6795, 6878, 7288, 7230, 8917, 6700, 6996, 6691, 6793, 8441, 7032, 9246, 6621, 6839, 6544, 6885, 6986, 6478, 6944, 8397, 6923, 8022, 7123, 6825, 6563, 6762, 6698, 6898, 7277, 7282, 7243, 6990, 6887, 6777, 6791, 7903, 6780, 6950, 6838, 7243, 7441, 7020, 6983, 6825, 7079, 8860, 7233, 9150, 7017, 6909, 6793, 6968, 8938, 7139, 8312, 7053, 6997, 6812, 7203, 8079, 7055, 6946, 6737, 7449, 8066, 6989, 7117, 6724, 7246, 7531, 6765, 7039, 6774, 7143, 8143, 7036, 7006, 7437, 7118, 7598, 7027, 6931, 9078, 7253, 7763, 7117, 7014, 7558, 7122, 7259, 6860, 7105, 6820, 6933, 6867, 6797, 6938, 7785, 7073, 6939, 7103, 7050, 6967, 6776, 7031, 8023, 7123, 6882, 6818, 6969, 7831, 7105, 6861, 6845, 6986, 7516, 7262, 6986, 7101, 7053, 8087, 7097, 7103, 8010, 7112, 6867, 6726, 7005, 8200, 6979, 6984, 6752, 6841, 7837, 7107, 6866, 9322, 6712, 6845, 6575, 6903, 8888, 6843, 6908, 6812, 6911, 6880, 7072, 6925, 8000, 7109, 6732, 7962, 7033, 6750, 8261, 6945, 9839, 9003, 6756, 8859, 6685, 6842, 7937, 6917, 6728, 6610, 6717, 7664, 6777, 6849, 8257, 6654, 6810, 6704, 6625, 6766, 7858, 7099, 6699, 8772, 6678, 6995, 6677, 6752, 8208, 6804, 7037, 7505, 6801, 9662, 6746, 6712, 7861, 6665, 9572, 6470, 6665, 7725, 6668, 8325, 7100, 6577, 7589, 6870, 6839, 6704, 6959, 6507, 6551, 6587, 7660, 6635, 6657, 7021, 6667, 6764, 6498, 6714, 7592, 6725, 6631, 8861, 7098, 6749, 6943, 6870, 6755, 6679, 6761, 8909, 7522, 6788, 7888, 6610, 9749, 6726, 6769, 8035, 6589, 9392, 6840, 6588, 7660, 6694, 6716, 6656, 6619, 8133, 6549, 6699, 6690, 6843, 6761, 6625, 6630, 7523, 6640, 6810, 6816, 6690, 7156, 6729, 6567, 7907, 6740, 6489, 6658, 6813, 9027, 6813, 6831, 6991, 6705, 8010, 6899, 6771, 9640, 7303, 6582, 7458, 6935, 6555, 6674, 6869, 8037, 6922, 6626, 7738, 6708, 6709, 6695, 6832, 7577, 7004, 7061, 6952, 6666, 9585, 6716, 6533, 7387, 6589, 10636, 6617, 6660, 6475, 6824, 9488, 6754, 6581, 6638, 6595, 7705, 6629, 6678, 7435, 6729, 6581, 6526, 6727, 7929, 6704, 6621, 6589, 6638, 6831, 6929, 6594, 6549, 6676, 6736, 7035, 6894, 6614, 6683, 7255, 6676, 6909, 6593, 6664, 6976, 6743, 6699, 7128, 7016, 6701, 6523, 6790, 7912, 6741, 6788, 6609, 6686, 8318, 6920, 6662, 7015, 6908, 6710, 6592, 6729, 8631, 6791, 6593, 6721, 6665, 7333, 6742, 6776, 6866, 6858, 6747, 6480, 6730, 8084, 6557, 6904, 6684, 6683, 6771, 6732, 6744, 8632, 7011, 6755, 6594, 6754, 7182, 6994, 6799, 6787, 6651, 7433, 7012, 6733, 7464, 7082, 6692, 6532, 6659, 7596, 7029, 6824, 9645, 6868, 6641, 6633, 6992, 6671, 6693, 6631, 8540, 6975, 6613, 7489, 6378, 10203, 8166, 6606, 8492, 6524, 7437, 6296, 6680, 8961, 6832, 6668, 6330, 6444, 7483, 6865, 6569, 6684, 6471, 6807, 6661, 6629, 6656, 6708, 6922, 6579, 6513, 6728, 6966, 6707, 6621, 6513, 6555, 6532, 6468, 7016, 6961, 6620, 8405, 6824, 6557, 6498, 6517, 8137, 7165, 6487, 6881, 6672, 6603, 6476, 6609, 7813, 6830, 6618, 6686, 6452, 8043, 6931, 6644, 7616, 6799, 7001, 6645, 6493, 7659, 6679, 6844, 6197, 6446, 6728, 6886, 6795, 7002, 6656, 7131, 6745, 6518, 7466, 6875, 6590, 6326, 6389, 7023, 6896, 6813, 7079, 6724, 8070, 6808, 6808, 6587, 6447, 6631, 6783, 7274, 6891, 6873, 6407, 8133, 7031, 6543, 7454, 6830, 7225, 10636, 8329, 7174, 9717, 7627, 6537, 6753, 6369, 6773, 6361, 6731, 6427, 7005, 7059, 9684, 7090, 6466, 6460, 6585, 9796, 7638, 8578, 8606, 7000, 11260, 9628, 6401, 7357, 6618, 6404, 6666, 6428, 6790, 6609, 8904, 6614, 6403, 6458, 6387, 6865, 6543, 6350, 6482, 6387, 6969, 6569, 6366, 6539, 6507, 6961, 6445, 6308, 6488, 6482, 7110, 7035, 6500, 6470, 6653, 6416, 6370, 6432, 6746, 6755, 6748, 6767, 6381, 7038, 6630, 6816, 6582, 6336, 6663, 6643, 6808, 6555, 6425, 6843, 6908, 6407, 6403, 6337, 8133, 7114, 6407, 6509, 6447, 6916, 7012, 6637, 6375, 6311, 9253, 6653, 6444, 6496, 6352, 8076, 6995, 6568, 6622, 6598, 7539, 6815, 6638, 7219, 6831, 6549, 6604, 6448, 7048, 6843, 6588, 6753, 6487, 8828, 6814, 6588, 6548, 6723, 8226, 7128, 6600, 7551, 6941, 6620, 6478, 6451, 7078, 6704, 6862, 6531, 6534, 7212, 7053, 6616, 6482, 6754, 6840, 7024, 6435, 7218, 6789, 6878, 6786, 6552, 8035, 6646, 6623, 6546, 6434, 7008, 7132, 6759, 6908, 6799, 6580, 6833, 6248, 6928, 6875, 7297, 6615, 6357, 7097, 6995, 6544, 7355, 6617, 7805, 7205, 6721, 6554, 6815, 6663, 8971, 6823, 6614, 6964, 6879, 8192, 6817, 6556, 9637, 6864, 6468, 7003, 6780, 8233, 6812, 6715, 8052, 6710, 6551, 6690, 6711, 8472, 6925, 6798, 6770, 6906, 6457, 6746, 6654, 7217, 6824, 6768, 7636, 6720, 6990, 7427, 6552, 7362, 10370, 7735, 6400, 10037, 6946, 8450, 6896, 6201, 6432, 6403, 6738, 6560, 6899, 6453, 7347, 7335, 10026, 6916, 10867, 7791, 6529, 7986, 6831, 7320, 7172, 7000, 10719, 7015, 6896, 7571, 7235, 8727, 7041, 7014, 7385, 7366, 9391, 7123, 7160, 6729, 7297, 6906, 7192, 6401, 6882, 7043, 6273, 7370, 7031, 7174, 7252, 7832, 6975, 6528, 7440, 7320, 6959, 7127, 6473, 7204, 6944, 6409, 7541, 7279, 7376, 7430, 6583, 7634, 7271, 8385, 7390, 6449, 7653, 7389, 7674, 7405, 6270, 7699, 7523, 7462, 7581, 6812, 7693, 7076, 6927, 7854, 7657, 7614, 7611, 6603, 7573, 6991, 9815, 7433, 6651, 7825, 7423, 7795, 7210, 8755, 7615, 7665, 7480, 7549, 6654, 7543, 7501, 8919, 7387, 6654, 7868, 7819, 8687, 7335, 6769, 7527, 7617, 6704, 7672, 6831, 7652, 7377, 7930, 7852, 7086, 7565, 7205, 7550, 7646, 6712, 7779], 'WindowCenter': [3916.0, 3859.0, 3845.0, 3843.0, 3842.0, 3841.0, 3841.0, 3829.0, 3839.0, 3828.0, 3848.0, 3827.0, 3827.0, 3827.0, 3827.0, 3837.0, 3827.0, 3827.0, 3827.0, 3828.0, 3828.0, 3839.0, 3828.0, 3828.0, 3839.0, 3828.0, 3839.0, 3828.0, 3829.0, 3828.0, 3838.0, 3828.0, 3838.0, 3828.0, 3839.0, 3838.0, 3827.0, 3838.0, 3828.0, 3839.0, 3828.0, 3829.0, 3828.0, 3839.0, 3839.0, 3828.0, 3839.0, 3839.0, 3829.0, 3840.0, 3829.0, 3829.0, 3839.0, 3839.0, 3839.0, 3829.0, 3839.0, 3839.0, 3828.0, 3839.0, 3838.0, 3828.0, 3839.0, 3839.0, 3839.0, 3828.0, 3859.0, 3828.0, 3828.0, 3829.0, 3840.0, 3840.0, 3841.0, 3841.0, 3841.0, 3841.0, 3830.0, 3842.0, 3831.0, 3841.0, 3841.0, 3830.0, 3840.0, 3840.0, 3841.0, 3841.0, 3850.0, 3840.0, 3829.0, 3840.0, 3840.0, 3840.0, 3840.0, 3829.0, 3840.0, 3829.0, 3840.0, 3841.0, 3840.0, 3841.0, 3841.0, 3841.0, 3842.0, 3841.0, 3842.0, 3841.0, 3852.0, 3842.0, 3831.0, 3841.0, 3842.0, 3851.0, 3842.0, 3831.0, 3841.0, 3842.0, 3852.0, 3842.0, 3831.0, 3841.0, 3842.0, 3841.0, 3842.0, 3832.0, 3852.0, 3831.0, 3831.0, 3841.0, 3842.0, 3842.0, 3842.0, 3831.0, 3842.0, 3831.0, 3841.0, 3842.0, 3831.0, 3851.0, 3841.0, 3830.0, 3841.0, 3842.0, 3851.0, 3831.0, 3830.0, 3830.0, 3841.0, 3841.0, 3841.0, 3830.0, 3851.0, 3830.0, 3819.0, 3829.0, 3830.0, 3850.0, 3829.0, 3818.0, 3828.0, 3829.0, 3839.0, 3830.0, 3818.0, 3839.0, 3829.0, 3819.0, 3829.0, 3830.0, 3840.0, 3830.0, 3818.0, 3850.0, 3829.0, 3818.0, 3829.0, 3829.0, 3839.0, 3829.0, 3818.0, 3840.0, 3829.0, 3818.0, 3829.0, 3818.0, 3829.0, 3829.0, 3850.0, 3829.0, 3849.0, 3829.0, 3818.0, 3829.0, 3830.0, 3829.0, 3830.0, 3819.0, 3840.0, 3829.0, 3829.0, 3830.0, 3839.0, 3829.0, 3818.0, 3828.0, 3829.0, 3839.0, 3830.0, 3829.0, 3829.0, 3830.0, 3819.0, 3840.0, 3841.0, 3841.0, 3842.0, 3831.0, 3841.0, 3842.0, 3841.0, 3842.0, 3832.0, 3842.0, 3831.0, 3831.0, 3842.0, 3852.0, 3832.0, 3831.0, 3841.0, 3842.0, 3831.0, 3842.0, 3843.0, 3853.0, 3841.0, 3831.0, 3842.0, 3842.0, 3842.0, 3843.0, 3852.0, 3842.0, 3831.0, 3841.0, 3831.0, 3830.0, 3831.0, 3831.0, 3841.0, 3831.0, 3841.0, 3843.0, 3832.0, 3844.0, 3843.0, 3852.0, 3842.0, 3832.0, 3842.0, 3833.0, 3842.0, 3844.0, 3842.0, 3843.0, 3844.0, 3854.0, 3844.0, 3843.0, 3844.0, 3844.0, 3834.0, 3834.0, 3834.0, 3845.0, 3846.0, 3843.0, 3843.0, 3843.0, 3842.0, 3843.0, 3853.0, 3842.0, 3831.0, 3831.0, 3842.0, 3851.0, 3831.0, 3842.0, 3843.0, 3832.0, 3833.0, 3842.0, 3832.0, 3842.0, 3843.0, 3832.0, 3852.0, 3842.0, 3842.0, 3831.0, 3831.0, 3841.0, 3841.0, 3863.0, 3831.0, 3843.0, 3845.0, 3843.0, 3831.0, 3842.0, 3843.0, 3843.0, 3842.0, 3843.0, 3854.0, 3844.0, 3842.0, 3843.0, 3844.0, 3863.0, 3843.0, 3873.0, 3852.0, 3840.0, 3829.0, 3818.0, 3839.0, 3817.0, 3859.0, 3818.0, 3817.0, 3818.0, 3828.0, 3838.0, 3829.0, 3838.0, 3819.0, 3828.0, 3829.0, 3829.0, 3829.0, 3829.0, 3829.0, 3840.0, 3830.0, 3830.0, 3820.0, 3844.0, 3842.0, 3831.0, 3830.0, 3830.0, 3831.0, 3842.0, 3832.0, 3842.0, 3843.0, 3832.0, 3842.0, 3834.0, 3842.0, 3842.0, 3833.0, 3841.0, 3841.0, 3832.0, 3841.0, 3831.0, 3831.0, 3842.0, 3832.0, 3840.0, 3831.0, 3831.0, 3840.0, 3819.0, 3830.0, 3830.0, 3833.0, 3841.0, 3863.0, 3854.0, 3821.0, 3829.0, 3850.0, 3829.0, 3829.0, 3819.0, 3830.0, 3829.0, 3830.0, 3819.0, 3831.0, 3820.0, 3820.0, 3830.0, 3829.0, 3838.0, 3859.0, 3838.0, 3837.0, 3825.0, 3803.0, 3844.0, 3823.0, 3832.0, 3822.0, 3790.0, 3831.0, 3790.0, 3810.0, 3789.0, 3789.0, 3789.0, 3790.0, 3811.0, 3801.0, 3791.0, 3791.0, 3802.0, 3812.0, 3803.0, 3814.0, 3804.0, 3815.0, 3825.0, 3815.0, 3816.0, 3817.0, 3839.0, 3818.0, 3827.0, 3828.0, 3819.0, 3818.0, 3829.0, 3829.0, 3829.0, 3842.0, 3830.0, 3830.0, 3831.0, 3831.0, 3831.0, 3831.0, 3831.0, 3831.0, 3831.0, 3831.0, 3831.0, 3830.0, 3851.0, 3831.0, 3830.0, 3830.0, 3829.0, 3850.0, 3830.0, 3830.0, 3830.0, 3829.0, 3840.0, 3830.0, 3839.0, 3829.0, 3830.0, 3850.0, 3830.0, 3830.0, 3830.0, 3841.0, 3851.0, 3831.0, 3832.0, 3841.0, 3842.0, 3841.0, 3831.0, 3841.0, 3841.0, 3841.0, 3861.0, 3831.0, 3831.0, 3831.0, 3841.0, 3851.0, 3831.0, 3831.0, 3840.0, 3840.0, 3850.0, 3830.0, 3829.0, 3830.0, 3831.0, 3851.0, 3830.0, 3829.0, 3831.0, 3830.0, 3851.0, 3830.0, 3831.0, 3830.0, 3840.0, 3851.0, 3830.0, 3829.0, 3840.0, 3829.0, 3840.0, 3830.0, 3829.0, 3841.0, 3841.0, 3851.0, 3829.0, 3830.0, 3830.0, 3829.0, 3849.0, 3829.0, 3850.0, 3828.0, 3828.0, 3818.0, 3830.0, 3829.0, 3829.0, 3829.0, 3850.0, 3830.0, 3839.0, 3830.0, 3830.0, 3828.0, 3817.0, 3817.0, 3827.0, 3826.0, 3828.0, 3827.0, 3829.0, 3829.0, 3830.0, 3829.0, 3840.0, 3831.0, 3830.0, 3831.0, 3841.0, 3841.0, 3842.0, 3841.0, 3831.0, 3841.0, 3862.0, 3841.0, 3861.0, 3830.0, 3829.0, 3829.0, 3829.0, 3850.0, 3830.0, 3849.0, 3829.0, 3829.0, 3829.0, 3840.0, 3850.0, 3841.0, 3841.0, 3830.0, 3840.0, 3852.0, 3842.0, 3842.0, 3832.0, 3842.0, 3842.0, 3831.0, 3840.0, 3830.0, 3842.0, 3851.0, 3841.0, 3841.0, 3842.0, 3841.0, 3840.0, 3841.0, 3841.0, 3861.0, 3840.0, 3839.0, 3840.0, 3829.0, 3840.0, 3830.0, 3841.0, 3830.0, 3841.0, 3830.0, 3842.0, 3832.0, 3830.0, 3841.0, 3851.0, 3842.0, 3841.0, 3841.0, 3841.0, 3841.0, 3832.0, 3854.0, 3853.0, 3842.0, 3841.0, 3830.0, 3841.0, 3842.0, 3841.0, 3832.0, 3831.0, 3842.0, 3842.0, 3842.0, 3843.0, 3842.0, 3842.0, 3851.0, 3841.0, 3841.0, 3852.0, 3841.0, 3830.0, 3830.0, 3841.0, 3850.0, 3841.0, 3841.0, 3830.0, 3830.0, 3840.0, 3840.0, 3830.0, 3861.0, 3830.0, 3829.0, 3829.0, 3840.0, 3850.0, 3829.0, 3829.0, 3829.0, 3841.0, 3842.0, 3843.0, 3840.0, 3852.0, 3841.0, 3831.0, 3851.0, 3830.0, 3829.0, 3850.0, 3829.0, 3860.0, 3850.0, 3817.0, 3849.0, 3817.0, 3817.0, 3838.0, 3827.0, 3817.0, 3817.0, 3818.0, 3839.0, 3830.0, 3829.0, 3839.0, 3828.0, 3830.0, 3828.0, 3828.0, 3829.0, 3840.0, 3831.0, 3829.0, 3850.0, 3829.0, 3829.0, 3817.0, 3817.0, 3839.0, 3829.0, 3827.0, 3827.0, 3816.0, 3848.0, 3816.0, 3817.0, 3837.0, 3816.0, 3847.0, 3805.0, 3816.0, 3825.0, 3816.0, 3836.0, 3815.0, 3815.0, 3826.0, 3815.0, 3825.0, 3828.0, 3829.0, 3818.0, 3817.0, 3818.0, 3827.0, 3827.0, 3827.0, 3828.0, 3818.0, 3817.0, 3817.0, 3817.0, 3838.0, 3828.0, 3818.0, 3849.0, 3829.0, 3829.0, 3828.0, 3829.0, 3829.0, 3830.0, 3830.0, 3851.0, 3840.0, 3829.0, 3838.0, 3818.0, 3848.0, 3817.0, 3816.0, 3838.0, 3817.0, 3847.0, 3816.0, 3816.0, 3826.0, 3816.0, 3816.0, 3816.0, 3816.0, 3837.0, 3816.0, 3817.0, 3816.0, 3827.0, 3817.0, 3827.0, 3827.0, 3839.0, 3829.0, 3817.0, 3828.0, 3829.0, 3828.0, 3829.0, 3829.0, 3839.0, 3829.0, 3817.0, 3829.0, 3829.0, 3849.0, 3828.0, 3828.0, 3828.0, 3819.0, 3839.0, 3828.0, 3818.0, 3859.0, 3829.0, 3828.0, 3838.0, 3829.0, 3819.0, 3830.0, 3831.0, 3851.0, 3841.0, 3830.0, 3839.0, 3830.0, 3829.0, 3830.0, 3830.0, 3840.0, 3829.0, 3830.0, 3829.0, 3829.0, 3849.0, 3829.0, 3818.0, 3828.0, 3817.0, 3858.0, 3816.0, 3816.0, 3816.0, 3816.0, 3846.0, 3815.0, 3816.0, 3816.0, 3816.0, 3826.0, 3828.0, 3817.0, 3827.0, 3817.0, 3816.0, 3817.0, 3817.0, 3838.0, 3817.0, 3817.0, 3817.0, 3816.0, 3817.0, 3829.0, 3818.0, 3817.0, 3828.0, 3828.0, 3829.0, 3829.0, 3829.0, 3829.0, 3839.0, 3829.0, 3830.0, 3830.0, 3830.0, 3840.0, 3830.0, 3830.0, 3829.0, 3829.0, 3830.0, 3830.0, 3830.0, 3840.0, 3830.0, 3830.0, 3830.0, 3830.0, 3850.0, 3841.0, 3830.0, 3829.0, 3830.0, 3830.0, 3830.0, 3830.0, 3851.0, 3830.0, 3830.0, 3830.0, 3831.0, 3840.0, 3830.0, 3829.0, 3829.0, 3831.0, 3831.0, 3830.0, 3830.0, 3851.0, 3830.0, 3841.0, 3831.0, 3831.0, 3830.0, 3830.0, 3830.0, 3850.0, 3830.0, 3830.0, 3830.0, 3831.0, 3841.0, 3841.0, 3829.0, 3830.0, 3829.0, 3840.0, 3830.0, 3829.0, 3840.0, 3840.0, 3830.0, 3830.0, 3831.0, 3841.0, 3841.0, 3831.0, 3862.0, 3830.0, 3830.0, 3830.0, 3841.0, 3831.0, 3831.0, 3831.0, 3852.0, 3841.0, 3830.0, 3841.0, 3829.0, 3861.0, 3850.0, 3818.0, 3849.0, 3818.0, 3828.0, 3817.0, 3828.0, 3848.0, 3818.0, 3817.0, 3816.0, 3817.0, 3828.0, 3828.0, 3817.0, 3817.0, 3817.0, 3817.0, 3827.0, 3828.0, 3829.0, 3829.0, 3829.0, 3829.0, 3818.0, 3829.0, 3830.0, 3829.0, 3830.0, 3831.0, 3831.0, 3831.0, 3830.0, 3841.0, 3842.0, 3830.0, 3852.0, 3831.0, 3830.0, 3820.0, 3831.0, 3851.0, 3841.0, 3820.0, 3829.0, 3830.0, 3829.0, 3830.0, 3831.0, 3840.0, 3830.0, 3830.0, 3830.0, 3830.0, 3851.0, 3841.0, 3829.0, 3839.0, 3829.0, 3828.0, 3828.0, 3818.0, 3839.0, 3818.0, 3818.0, 3807.0, 3817.0, 3818.0, 3829.0, 3828.0, 3828.0, 3817.0, 3827.0, 3818.0, 3818.0, 3828.0, 3829.0, 3818.0, 3818.0, 3818.0, 3827.0, 3828.0, 3818.0, 3829.0, 3818.0, 3838.0, 3817.0, 3817.0, 3829.0, 3829.0, 3829.0, 3829.0, 3842.0, 3842.0, 3832.0, 3831.0, 3851.0, 3840.0, 3831.0, 3841.0, 3832.0, 3829.0, 3861.0, 3851.0, 3829.0, 3849.0, 3840.0, 3806.0, 3817.0, 3806.0, 3816.0, 3805.0, 3816.0, 3816.0, 3828.0, 3815.0, 3846.0, 3815.0, 3804.0, 3803.0, 3803.0, 3834.0, 3813.0, 3823.0, 3822.0, 3801.0, 3831.0, 3821.0, 3789.0, 3798.0, 3789.0, 3788.0, 3789.0, 3789.0, 3800.0, 3800.0, 3821.0, 3801.0, 3790.0, 3789.0, 3790.0, 3801.0, 3802.0, 3802.0, 3802.0, 3803.0, 3813.0, 3814.0, 3803.0, 3803.0, 3804.0, 3814.0, 3804.0, 3805.0, 3804.0, 3805.0, 3815.0, 3816.0, 3805.0, 3805.0, 3816.0, 3816.0, 3817.0, 3817.0, 3817.0, 3828.0, 3828.0, 3829.0, 3818.0, 3828.0, 3828.0, 3818.0, 3828.0, 3818.0, 3829.0, 3830.0, 3829.0, 3818.0, 3819.0, 3829.0, 3830.0, 3819.0, 3819.0, 3830.0, 3840.0, 3829.0, 3819.0, 3818.0, 3819.0, 3830.0, 3830.0, 3830.0, 3831.0, 3820.0, 3849.0, 3829.0, 3818.0, 3819.0, 3819.0, 3839.0, 3830.0, 3828.0, 3829.0, 3829.0, 3840.0, 3830.0, 3830.0, 3840.0, 3829.0, 3819.0, 3829.0, 3830.0, 3830.0, 3831.0, 3831.0, 3831.0, 3820.0, 3850.0, 3830.0, 3829.0, 3830.0, 3830.0, 3851.0, 3830.0, 3829.0, 3839.0, 3829.0, 3829.0, 3830.0, 3819.0, 3830.0, 3830.0, 3830.0, 3831.0, 3832.0, 3841.0, 3842.0, 3831.0, 3831.0, 3842.0, 3843.0, 3843.0, 3832.0, 3842.0, 3831.0, 3831.0, 3831.0, 3831.0, 3851.0, 3829.0, 3830.0, 3819.0, 3830.0, 3841.0, 3842.0, 3830.0, 3841.0, 3830.0, 3830.0, 3830.0, 3819.0, 3830.0, 3830.0, 3840.0, 3830.0, 3830.0, 3830.0, 3841.0, 3831.0, 3855.0, 3844.0, 3852.0, 3842.0, 3842.0, 3831.0, 3831.0, 3842.0, 3862.0, 3831.0, 3831.0, 3841.0, 3831.0, 3851.0, 3831.0, 3820.0, 3862.0, 3830.0, 3819.0, 3830.0, 3831.0, 3851.0, 3830.0, 3830.0, 3840.0, 3829.0, 3830.0, 3830.0, 3831.0, 3850.0, 3830.0, 3830.0, 3830.0, 3841.0, 3831.0, 3842.0, 3831.0, 3841.0, 3830.0, 3830.0, 3840.0, 3830.0, 3830.0, 3841.0, 3819.0, 3827.0, 3860.0, 3855.0, 3832.0, 3861.0, 3830.0, 3839.0, 3829.0, 3806.0, 3817.0, 3817.0, 3818.0, 3817.0, 3829.0, 3816.0, 3826.0, 3825.0, 3846.0, 3813.0, 3844.0, 3813.0, 3802.0, 3812.0, 3801.0, 3801.0, 3802.0, 3800.0, 3832.0, 3801.0, 3800.0, 3810.0, 3800.0, 3819.0, 3799.0, 3799.0, 3799.0, 3799.0, 3820.0, 3800.0, 3799.0, 3800.0, 3811.0, 3800.0, 3810.0, 3790.0, 3801.0, 3811.0, 3802.0, 3812.0, 3813.0, 3813.0, 3814.0, 3824.0, 3814.0, 3803.0, 3813.0, 3825.0, 3814.0, 3826.0, 3817.0, 3828.0, 3828.0, 3817.0, 3838.0, 3839.0, 3839.0, 3840.0, 3830.0, 3840.0, 3840.0, 3850.0, 3841.0, 3819.0, 3840.0, 3841.0, 3840.0, 3841.0, 3820.0, 3841.0, 3841.0, 3841.0, 3841.0, 3830.0, 3841.0, 3841.0, 3830.0, 3851.0, 3840.0, 3840.0, 3841.0, 3830.0, 3841.0, 3830.0, 3861.0, 3840.0, 3830.0, 3840.0, 3840.0, 3840.0, 3841.0, 3851.0, 3841.0, 3840.0, 3840.0, 3840.0, 3829.0, 3840.0, 3840.0, 3850.0, 3840.0, 3829.0, 3840.0, 3839.0, 3850.0, 3829.0, 3819.0, 3839.0, 3839.0, 3829.0, 3839.0, 3829.0, 3840.0, 3829.0, 3839.0, 3839.0, 3829.0, 3839.0, 3829.0, 3839.0, 3840.0, 3830.0, 3840.0], 'WindowWidth': [8752.0, 8663.0, 8636.0, 8627.0, 8623.0, 8618.0, 8620.0, 8600.0, 8612.0, 8595.0, 8620.0, 8593.0, 8591.0, 8593.0, 8593.0, 8606.0, 8592.0, 8593.0, 8594.0, 8595.0, 8594.0, 8613.0, 8596.0, 8597.0, 8610.0, 8596.0, 8611.0, 8597.0, 8599.0, 8597.0, 8609.0, 8596.0, 8609.0, 8596.0, 8612.0, 8610.0, 8594.0, 8609.0, 8595.0, 8611.0, 8595.0, 8599.0, 8598.0, 8612.0, 8613.0, 8597.0, 8611.0, 8612.0, 8599.0, 8614.0, 8598.0, 8598.0, 8611.0, 8611.0, 8612.0, 8599.0, 8612.0, 8612.0, 8597.0, 8611.0, 8609.0, 8597.0, 8613.0, 8612.0, 8611.0, 8595.0, 8638.0, 8596.0, 8597.0, 8598.0, 8617.0, 8616.0, 8619.0, 8618.0, 8617.0, 8620.0, 8604.0, 8622.0, 8605.0, 8619.0, 8618.0, 8602.0, 8616.0, 8616.0, 8618.0, 8619.0, 8630.0, 8617.0, 8601.0, 8615.0, 8616.0, 8615.0, 8617.0, 8601.0, 8615.0, 8601.0, 8616.0, 8619.0, 8617.0, 8619.0, 8618.0, 8618.0, 8621.0, 8621.0, 8622.0, 8620.0, 8634.0, 8621.0, 8607.0, 8620.0, 8621.0, 8633.0, 8621.0, 8605.0, 8619.0, 8621.0, 8633.0, 8621.0, 8605.0, 8619.0, 8620.0, 8619.0, 8621.0, 8607.0, 8636.0, 8605.0, 8606.0, 8619.0, 8623.0, 8619.0, 8620.0, 8605.0, 8620.0, 8604.0, 8616.0, 8621.0, 8606.0, 8630.0, 8617.0, 8603.0, 8616.0, 8622.0, 8632.0, 8604.0, 8601.0, 8602.0, 8616.0, 8617.0, 8618.0, 8601.0, 8630.0, 8602.0, 8585.0, 8599.0, 8602.0, 8627.0, 8599.0, 8584.0, 8597.0, 8597.0, 8611.0, 8602.0, 8584.0, 8613.0, 8599.0, 8585.0, 8600.0, 8601.0, 8615.0, 8602.0, 8583.0, 8627.0, 8599.0, 8584.0, 8598.0, 8599.0, 8612.0, 8600.0, 8584.0, 8614.0, 8599.0, 8584.0, 8598.0, 8584.0, 8599.0, 8601.0, 8627.0, 8599.0, 8626.0, 8599.0, 8583.0, 8599.0, 8603.0, 8598.0, 8601.0, 8585.0, 8614.0, 8598.0, 8600.0, 8604.0, 8613.0, 8600.0, 8583.0, 8597.0, 8597.0, 8611.0, 8601.0, 8599.0, 8600.0, 8601.0, 8587.0, 8616.0, 8621.0, 8620.0, 8622.0, 8606.0, 8620.0, 8621.0, 8620.0, 8623.0, 8608.0, 8621.0, 8606.0, 8606.0, 8621.0, 8635.0, 8608.0, 8606.0, 8620.0, 8622.0, 8608.0, 8621.0, 8624.0, 8638.0, 8621.0, 8607.0, 8621.0, 8621.0, 8623.0, 8624.0, 8634.0, 8621.0, 8605.0, 8619.0, 8605.0, 8604.0, 8607.0, 8605.0, 8620.0, 8607.0, 8620.0, 8624.0, 8610.0, 8628.0, 8625.0, 8635.0, 8623.0, 8608.0, 8621.0, 8611.0, 8622.0, 8627.0, 8623.0, 8626.0, 8629.0, 8641.0, 8630.0, 8626.0, 8629.0, 8627.0, 8614.0, 8613.0, 8614.0, 8630.0, 8633.0, 8627.0, 8627.0, 8626.0, 8623.0, 8625.0, 8638.0, 8623.0, 8605.0, 8606.0, 8621.0, 8631.0, 8607.0, 8621.0, 8624.0, 8609.0, 8612.0, 8622.0, 8607.0, 8621.0, 8625.0, 8609.0, 8635.0, 8621.0, 8621.0, 8606.0, 8606.0, 8619.0, 8618.0, 8648.0, 8605.0, 8626.0, 8632.0, 8624.0, 8605.0, 8623.0, 8623.0, 8622.0, 8622.0, 8626.0, 8640.0, 8628.0, 8624.0, 8626.0, 8627.0, 8650.0, 8624.0, 8662.0, 8632.0, 8613.0, 8599.0, 8582.0, 8612.0, 8580.0, 8637.0, 8582.0, 8580.0, 8583.0, 8595.0, 8609.0, 8597.0, 8608.0, 8586.0, 8595.0, 8598.0, 8598.0, 8598.0, 8599.0, 8600.0, 8615.0, 8603.0, 8601.0, 8589.0, 8626.0, 8623.0, 8606.0, 8603.0, 8602.0, 8606.0, 8621.0, 8610.0, 8624.0, 8626.0, 8610.0, 8623.0, 8613.0, 8623.0, 8623.0, 8611.0, 8619.0, 8618.0, 8606.0, 8617.0, 8605.0, 8603.0, 8618.0, 8605.0, 8615.0, 8603.0, 8604.0, 8612.0, 8585.0, 8601.0, 8601.0, 8611.0, 8618.0, 8649.0, 8642.0, 8589.0, 8597.0, 8625.0, 8598.0, 8596.0, 8584.0, 8598.0, 8598.0, 8601.0, 8586.0, 8602.0, 8586.0, 8587.0, 8598.0, 8597.0, 8606.0, 8634.0, 8604.0, 8600.0, 8581.0, 8550.0, 8604.0, 8576.0, 8586.0, 8571.0, 8528.0, 8583.0, 8528.0, 8552.0, 8526.0, 8526.0, 8526.0, 8528.0, 8557.0, 8544.0, 8531.0, 8531.0, 8548.0, 8561.0, 8552.0, 8567.0, 8555.0, 8571.0, 8583.0, 8573.0, 8573.0, 8579.0, 8613.0, 8582.0, 8592.0, 8595.0, 8584.0, 8582.0, 8600.0, 8599.0, 8599.0, 8619.0, 8603.0, 8602.0, 8604.0, 8606.0, 8605.0, 8604.0, 8604.0, 8604.0, 8606.0, 8604.0, 8606.0, 8603.0, 8632.0, 8603.0, 8601.0, 8601.0, 8600.0, 8627.0, 8600.0, 8601.0, 8601.0, 8600.0, 8614.0, 8601.0, 8613.0, 8599.0, 8601.0, 8629.0, 8603.0, 8603.0, 8604.0, 8619.0, 8632.0, 8606.0, 8607.0, 8618.0, 8621.0, 8619.0, 8607.0, 8619.0, 8620.0, 8620.0, 8646.0, 8605.0, 8605.0, 8605.0, 8619.0, 8632.0, 8605.0, 8604.0, 8616.0, 8616.0, 8629.0, 8604.0, 8602.0, 8602.0, 8604.0, 8631.0, 8603.0, 8600.0, 8605.0, 8603.0, 8632.0, 8604.0, 8605.0, 8603.0, 8617.0, 8632.0, 8604.0, 8600.0, 8616.0, 8601.0, 8616.0, 8604.0, 8599.0, 8618.0, 8617.0, 8631.0, 8601.0, 8601.0, 8601.0, 8599.0, 8626.0, 8599.0, 8627.0, 8597.0, 8598.0, 8583.0, 8602.0, 8599.0, 8602.0, 8601.0, 8629.0, 8603.0, 8613.0, 8601.0, 8604.0, 8597.0, 8580.0, 8581.0, 8593.0, 8591.0, 8595.0, 8593.0, 8599.0, 8600.0, 8602.0, 8599.0, 8616.0, 8605.0, 8602.0, 8607.0, 8619.0, 8618.0, 8623.0, 8620.0, 8607.0, 8619.0, 8647.0, 8621.0, 8645.0, 8602.0, 8600.0, 8601.0, 8599.0, 8629.0, 8602.0, 8627.0, 8601.0, 8601.0, 8601.0, 8615.0, 8630.0, 8620.0, 8619.0, 8604.0, 8617.0, 8635.0, 8622.0, 8622.0, 8610.0, 8624.0, 8622.0, 8607.0, 8617.0, 8605.0, 8622.0, 8633.0, 8620.0, 8618.0, 8621.0, 8620.0, 8618.0, 8619.0, 8620.0, 8647.0, 8617.0, 8615.0, 8616.0, 8602.0, 8616.0, 8603.0, 8618.0, 8603.0, 8619.0, 8603.0, 8621.0, 8608.0, 8604.0, 8620.0, 8633.0, 8624.0, 8619.0, 8621.0, 8621.0, 8621.0, 8609.0, 8643.0, 8639.0, 8624.0, 8620.0, 8606.0, 8621.0, 8623.0, 8622.0, 8609.0, 8608.0, 8622.0, 8623.0, 8623.0, 8624.0, 8623.0, 8623.0, 8633.0, 8621.0, 8619.0, 8637.0, 8620.0, 8604.0, 8604.0, 8621.0, 8632.0, 8621.0, 8620.0, 8605.0, 8606.0, 8619.0, 8619.0, 8604.0, 8644.0, 8604.0, 8601.0, 8601.0, 8618.0, 8630.0, 8602.0, 8600.0, 8602.0, 8619.0, 8624.0, 8628.0, 8619.0, 8637.0, 8621.0, 8607.0, 8632.0, 8604.0, 8601.0, 8629.0, 8601.0, 8642.0, 8626.0, 8581.0, 8624.0, 8581.0, 8582.0, 8610.0, 8595.0, 8579.0, 8580.0, 8582.0, 8611.0, 8602.0, 8599.0, 8614.0, 8596.0, 8601.0, 8598.0, 8599.0, 8600.0, 8617.0, 8605.0, 8601.0, 8628.0, 8599.0, 8598.0, 8582.0, 8580.0, 8613.0, 8599.0, 8593.0, 8592.0, 8578.0, 8621.0, 8577.0, 8580.0, 8606.0, 8578.0, 8617.0, 8561.0, 8575.0, 8588.0, 8576.0, 8603.0, 8574.0, 8574.0, 8589.0, 8576.0, 8589.0, 8596.0, 8600.0, 8583.0, 8581.0, 8583.0, 8594.0, 8595.0, 8595.0, 8596.0, 8584.0, 8581.0, 8580.0, 8581.0, 8610.0, 8597.0, 8584.0, 8626.0, 8599.0, 8598.0, 8597.0, 8600.0, 8600.0, 8603.0, 8605.0, 8631.0, 8615.0, 8599.0, 8610.0, 8582.0, 8622.0, 8581.0, 8579.0, 8607.0, 8579.0, 8619.0, 8577.0, 8577.0, 8591.0, 8578.0, 8578.0, 8576.0, 8578.0, 8605.0, 8578.0, 8580.0, 8578.0, 8596.0, 8583.0, 8596.0, 8596.0, 8612.0, 8600.0, 8583.0, 8598.0, 8601.0, 8597.0, 8599.0, 8598.0, 8612.0, 8599.0, 8581.0, 8599.0, 8600.0, 8626.0, 8598.0, 8596.0, 8597.0, 8585.0, 8612.0, 8598.0, 8583.0, 8638.0, 8598.0, 8597.0, 8610.0, 8600.0, 8587.0, 8603.0, 8606.0, 8633.0, 8621.0, 8603.0, 8615.0, 8603.0, 8602.0, 8602.0, 8602.0, 8616.0, 8603.0, 8602.0, 8600.0, 8599.0, 8626.0, 8599.0, 8584.0, 8597.0, 8580.0, 8635.0, 8578.0, 8576.0, 8576.0, 8577.0, 8616.0, 8576.0, 8577.0, 8578.0, 8579.0, 8592.0, 8595.0, 8580.0, 8594.0, 8581.0, 8578.0, 8580.0, 8581.0, 8608.0, 8581.0, 8580.0, 8580.0, 8580.0, 8582.0, 8599.0, 8583.0, 8582.0, 8597.0, 8596.0, 8599.0, 8600.0, 8602.0, 8601.0, 8614.0, 8601.0, 8602.0, 8604.0, 8605.0, 8618.0, 8604.0, 8602.0, 8601.0, 8602.0, 8602.0, 8604.0, 8603.0, 8617.0, 8603.0, 8602.0, 8603.0, 8604.0, 8631.0, 8619.0, 8602.0, 8602.0, 8603.0, 8604.0, 8605.0, 8604.0, 8631.0, 8603.0, 8602.0, 8604.0, 8605.0, 8617.0, 8603.0, 8600.0, 8602.0, 8606.0, 8606.0, 8605.0, 8603.0, 8632.0, 8605.0, 8619.0, 8606.0, 8607.0, 8605.0, 8605.0, 8603.0, 8629.0, 8604.0, 8604.0, 8605.0, 8608.0, 8621.0, 8620.0, 8601.0, 8602.0, 8601.0, 8616.0, 8604.0, 8601.0, 8617.0, 8616.0, 8604.0, 8604.0, 8606.0, 8619.0, 8620.0, 8605.0, 8647.0, 8604.0, 8604.0, 8604.0, 8621.0, 8609.0, 8608.0, 8607.0, 8634.0, 8621.0, 8604.0, 8618.0, 8601.0, 8644.0, 8630.0, 8584.0, 8624.0, 8583.0, 8596.0, 8582.0, 8597.0, 8623.0, 8582.0, 8580.0, 8578.0, 8581.0, 8596.0, 8598.0, 8580.0, 8581.0, 8579.0, 8580.0, 8595.0, 8596.0, 8600.0, 8600.0, 8599.0, 8600.0, 8584.0, 8599.0, 8604.0, 8603.0, 8605.0, 8606.0, 8606.0, 8607.0, 8605.0, 8621.0, 8623.0, 8603.0, 8635.0, 8606.0, 8604.0, 8589.0, 8606.0, 8632.0, 8620.0, 8589.0, 8600.0, 8603.0, 8602.0, 8605.0, 8605.0, 8618.0, 8605.0, 8602.0, 8602.0, 8604.0, 8633.0, 8620.0, 8599.0, 8614.0, 8599.0, 8596.0, 8597.0, 8585.0, 8613.0, 8583.0, 8583.0, 8569.0, 8581.0, 8582.0, 8601.0, 8596.0, 8597.0, 8582.0, 8594.0, 8582.0, 8584.0, 8597.0, 8598.0, 8582.0, 8582.0, 8581.0, 8593.0, 8596.0, 8581.0, 8600.0, 8584.0, 8610.0, 8581.0, 8583.0, 8599.0, 8602.0, 8602.0, 8601.0, 8623.0, 8621.0, 8608.0, 8606.0, 8632.0, 8617.0, 8608.0, 8620.0, 8606.0, 8599.0, 8645.0, 8631.0, 8598.0, 8626.0, 8612.0, 8564.0, 8577.0, 8562.0, 8574.0, 8560.0, 8574.0, 8578.0, 8596.0, 8573.0, 8614.0, 8572.0, 8556.0, 8554.0, 8553.0, 8594.0, 8566.0, 8576.0, 8575.0, 8546.0, 8585.0, 8569.0, 8524.0, 8537.0, 8525.0, 8525.0, 8528.0, 8528.0, 8543.0, 8543.0, 8571.0, 8545.0, 8529.0, 8528.0, 8531.0, 8545.0, 8549.0, 8549.0, 8550.0, 8552.0, 8566.0, 8571.0, 8554.0, 8554.0, 8555.0, 8568.0, 8558.0, 8559.0, 8557.0, 8559.0, 8574.0, 8576.0, 8561.0, 8561.0, 8576.0, 8576.0, 8579.0, 8579.0, 8581.0, 8598.0, 8598.0, 8599.0, 8583.0, 8596.0, 8597.0, 8582.0, 8597.0, 8585.0, 8598.0, 8601.0, 8600.0, 8585.0, 8586.0, 8599.0, 8602.0, 8587.0, 8586.0, 8603.0, 8615.0, 8600.0, 8585.0, 8584.0, 8587.0, 8601.0, 8604.0, 8601.0, 8604.0, 8589.0, 8627.0, 8600.0, 8583.0, 8585.0, 8587.0, 8614.0, 8602.0, 8597.0, 8600.0, 8600.0, 8614.0, 8604.0, 8602.0, 8615.0, 8599.0, 8586.0, 8600.0, 8605.0, 8605.0, 8606.0, 8605.0, 8605.0, 8589.0, 8630.0, 8602.0, 8601.0, 8602.0, 8603.0, 8632.0, 8603.0, 8601.0, 8614.0, 8599.0, 8601.0, 8603.0, 8588.0, 8603.0, 8604.0, 8603.0, 8606.0, 8610.0, 8621.0, 8622.0, 8606.0, 8608.0, 8624.0, 8626.0, 8626.0, 8608.0, 8621.0, 8607.0, 8605.0, 8606.0, 8605.0, 8633.0, 8602.0, 8602.0, 8588.0, 8604.0, 8620.0, 8622.0, 8605.0, 8618.0, 8604.0, 8603.0, 8603.0, 8589.0, 8604.0, 8604.0, 8616.0, 8602.0, 8602.0, 8603.0, 8620.0, 8608.0, 8646.0, 8631.0, 8635.0, 8622.0, 8623.0, 8607.0, 8608.0, 8623.0, 8649.0, 8608.0, 8605.0, 8619.0, 8606.0, 8634.0, 8607.0, 8591.0, 8647.0, 8602.0, 8587.0, 8602.0, 8608.0, 8632.0, 8604.0, 8602.0, 8616.0, 8601.0, 8603.0, 8604.0, 8605.0, 8631.0, 8604.0, 8604.0, 8604.0, 8620.0, 8608.0, 8624.0, 8608.0, 8620.0, 8605.0, 8603.0, 8616.0, 8604.0, 8603.0, 8617.0, 8587.0, 8595.0, 8642.0, 8646.0, 8609.0, 8644.0, 8601.0, 8611.0, 8598.0, 8565.0, 8581.0, 8580.0, 8583.0, 8581.0, 8599.0, 8577.0, 8590.0, 8587.0, 8614.0, 8567.0, 8606.0, 8565.0, 8550.0, 8561.0, 8546.0, 8545.0, 8549.0, 8543.0, 8587.0, 8546.0, 8542.0, 8557.0, 8543.0, 8567.0, 8541.0, 8540.0, 8539.0, 8539.0, 8569.0, 8544.0, 8541.0, 8545.0, 8561.0, 8545.0, 8559.0, 8532.0, 8547.0, 8562.0, 8550.0, 8565.0, 8566.0, 8567.0, 8570.0, 8583.0, 8570.0, 8555.0, 8568.0, 8585.0, 8572.0, 8590.0, 8581.0, 8595.0, 8597.0, 8582.0, 8610.0, 8613.0, 8613.0, 8616.0, 8602.0, 8616.0, 8617.0, 8630.0, 8617.0, 8587.0, 8616.0, 8618.0, 8617.0, 8618.0, 8591.0, 8618.0, 8617.0, 8619.0, 8617.0, 8603.0, 8619.0, 8620.0, 8604.0, 8632.0, 8617.0, 8617.0, 8619.0, 8603.0, 8619.0, 8603.0, 8645.0, 8616.0, 8602.0, 8615.0, 8615.0, 8616.0, 8618.0, 8631.0, 8618.0, 8616.0, 8615.0, 8616.0, 8601.0, 8616.0, 8617.0, 8628.0, 8615.0, 8600.0, 8614.0, 8614.0, 8627.0, 8600.0, 8585.0, 8612.0, 8613.0, 8599.0, 8613.0, 8600.0, 8615.0, 8599.0, 8613.0, 8612.0, 8599.0, 8613.0, 8600.0, 8613.0, 8614.0, 8601.0, 8615.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.0004258059810357403</td></tr>
<tr><td colspan=3>aqi</td><td>0.019780783078045223</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>31.558175964124093</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1516026643357682</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9976813670510936</td></tr>
<tr><td colspan=3>efc</td><td>0.4441</td></tr>
<tr><td colspan=3>fber</td><td>7691.5908</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.051997323784321134</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0211524434719184</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5711330602607716</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.506844303868538</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8581956591280324</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.348359217785743</td></tr>
<tr><td colspan=3>gcor</td><td>0.01447</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015240298584103584</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019764002412557602</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1371</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.5287732255995987</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>32.4625</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.9981</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>140.8218</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308066.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>667.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>301.3101</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6858</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>483.744</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3052.0928</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3315.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68478.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>726.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4043.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>939.4131</td></tr>
<tr><td colspan=3>tsnr</td><td>43.63224652130157</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>