ds005256-mriqc/sub-0071_ses-01_task-alignvideo_acq-mb8_run-02_bold.html
Felix Hoffstaedter 82ab302a2b [DATALAD RUNCMD] Compute MRIQC for sub-0071
=== 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-0071 --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-0071",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 04:06:51 +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-0071_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-0071_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-0071_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-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0071/figures/sub-0071_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-0071_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-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0071/figures/sub-0071_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-0071_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-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0071/figures/sub-0071_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-0071_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-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0071/figures/sub-0071_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-0071_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-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0071/figures/sub-0071_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-0071_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-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0071/figures/sub-0071_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-0071_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-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0071/figures/sub-0071_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-0071/figures/sub-0071_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0071/figures/sub-0071_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-0071/ses-01/func/sub-0071_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>f0d48056e40af4435a5fcb2773bb3e54</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>09:49:35.990000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999137, -0.0306455, 0.0280406, 0.0327956, 0.996276, -0.0797383]</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.101243</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>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7763, -7213, 502, -44, -168, 67, 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>273.8</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c6da7844-99e2-4bfe-828f-f409e3c520bd||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.6806113719940186, 0.08798829466104507, 0.06882988661527634, 104.02850341796875], [0.08221974223852158, 2.672936201095581, -0.21759052574634552, -82.32254028320312], [0.07523085922002792, 0.21393200755119324, 2.690337657928467, -90.87031555175781], [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': ['094935.990000', '094936.450000', '094936.910000', '094937.370000', '094937.830000', '094938.290000', '094938.750000', '094939.210000', '094939.670000', '094940.130000', '094940.590000', '094941.050000', '094941.510000', '094941.970000', '094942.430000', '094942.890000', '094943.350000', '094943.810000', '094944.270000', '094944.730000', '094945.190000', '094945.650000', '094946.110000', '094946.570000', '094947.030000', '094947.490000', '094947.950000', '094948.410000', '094948.870000', '094949.330000', '094949.790000', '094950.250000', '094950.710000', '094951.170000', '094951.630000', '094952.090000', '094952.550000', '094953.010000', '094953.470000', '094953.930000', '094954.390000', '094954.850000', '094955.310000', '094955.770000', '094956.230000', '094956.690000', '094957.150000', '094957.610000', '094958.070000', '094958.530000', '094958.990000', '094959.450000', '094959.910000', '095000.370000', '095000.830000', '095001.290000', '095001.750000', '095002.210000', '095002.670000', '095003.130000', '095003.590000', '095004.050000', '095004.510000', '095004.970000', '095005.430000', '095005.890000', '095006.350000', '095006.810000', '095007.270000', '095007.730000', '095008.190000', '095008.650000', '095009.110000', '095009.570000', '095010.030000', '095010.490000', '095010.950000', '095011.410000', '095011.870000', '095012.330000', '095012.790000', '095013.250000', '095013.710000', '095014.170000', '095014.630000', '095015.090000', '095015.550000', '095016.010000', '095016.470000', '095016.930000', '095017.390000', '095017.850000', '095018.310000', '095018.770000', '095019.230000', '095019.690000', '095020.150000', '095020.610000', '095021.070000', '095021.530000', '095021.990000', '095022.450000', '095022.910000', '095023.370000', '095023.830000', '095024.290000', '095024.750000', '095025.210000', '095025.670000', '095026.130000', '095026.590000', '095027.050000', '095027.510000', '095027.970000', '095028.430000', '095028.890000', '095029.350000', '095029.810000', '095030.270000', '095030.730000', '095031.190000', '095031.650000', '095032.110000', '095032.570000', '095033.030000', '095033.490000', '095033.950000', '095034.410000', '095034.870000', '095035.330000', '095035.790000', '095036.250000', '095036.710000', '095037.170000', '095037.630000', '095038.090000', '095038.550000', '095039.010000', '095039.470000', '095039.930000', '095040.390000', '095040.850000', '095041.310000', '095041.770000', '095042.230000', '095042.690000', '095043.150000', '095043.610000', '095044.070000', '095044.530000', '095044.990000', '095045.450000', '095045.910000', '095046.370000', '095046.830000', '095047.290000', '095047.750000', '095048.210000', '095048.670000', '095049.130000', '095049.590000', '095050.050000', '095050.510000', '095050.970000', '095051.430000', '095051.890000', '095052.350000', '095052.810000', '095053.270000', '095053.730000', '095054.190000', '095054.650000', '095055.110000', '095055.570000', '095056.030000', '095056.490000', '095056.950000', '095057.410000', '095057.870000', '095058.330000', '095058.790000', '095059.250000', '095059.710000', '095100.170000', '095100.630000', '095101.090000', '095101.550000', '095102.010000', '095102.470000', '095102.930000', '095103.390000', '095103.850000', '095104.310000', '095104.770000', '095105.230000', '095105.690000', '095106.150000', '095106.610000', '095107.070000', '095107.530000', '095107.990000', '095108.450000', '095108.910000', '095109.370000', '095109.830000', '095110.290000', '095110.750000', '095111.210000', '095111.670000', '095112.130000', '095112.590000', '095113.050000', '095113.510000', '095113.970000', '095114.430000', '095114.890000', '095115.350000', '095115.810000', '095116.270000', '095116.730000', '095117.190000', '095117.650000', '095118.110000', '095118.570000', '095119.030000', '095119.490000', '095119.950000', '095120.410000', '095120.870000', '095121.330000', '095121.790000', '095122.250000', '095122.710000', '095123.170000', '095123.630000', '095124.090000', '095124.550000', '095125.010000', '095125.470000', '095125.930000', '095126.390000', '095126.850000', '095127.310000', '095127.770000', '095128.230000', '095128.690000', '095129.150000', '095129.610000', '095130.070000', '095130.530000', '095130.990000', '095131.450000', '095131.910000', '095132.370000', '095132.830000', '095133.290000', '095133.750000', '095134.210000', '095134.670000', '095135.130000', '095135.590000', '095136.050000', '095136.510000', '095136.970000', '095137.430000', '095137.890000', '095138.350000', '095138.810000', '095139.270000', '095139.730000', '095140.190000', '095140.650000', '095141.110000', '095141.570000', '095142.030000', '095142.490000', '095142.950000', '095143.410000', '095143.870000', '095144.330000', '095144.790000', '095145.250000', '095145.710000', '095146.170000', '095146.630000', '095147.090000', '095147.550000', '095148.010000', '095148.470000', '095148.930000', '095149.390000', '095149.850000', '095150.310000', '095150.770000', '095151.230000', '095151.690000', '095152.150000', '095152.610000', '095153.070000', '095153.530000', '095153.990000', '095154.450000', '095154.910000', '095155.370000', '095155.830000', '095156.290000', '095156.750000', '095157.210000', '095157.670000', '095158.130000', '095158.590000', '095159.050000', '095159.510000', '095159.970000', '095200.430000', '095200.890000', '095201.350000', '095201.810000', '095202.270000', '095202.730000', '095203.190000', '095203.650000', '095204.110000', '095204.570000', '095205.030000', '095205.490000', '095205.950000', '095206.410000', '095206.870000', '095207.330000', '095207.790000', '095208.250000', '095208.710000', '095209.170000', '095209.630000', '095210.090000', '095210.550000', '095211.010000', '095211.470000', '095211.930000', '095212.390000', '095212.850000', '095213.310000', '095213.770000', '095214.230000', '095214.690000', '095215.150000', '095215.610000', '095216.070000', '095216.530000', '095216.990000', '095217.450000', '095217.910000', '095218.370000', '095218.830000', '095219.290000', '095219.750000', '095220.210000', '095220.670000', '095221.130000', '095221.590000', '095222.050000', '095222.510000', '095222.970000', '095223.430000', '095223.890000', '095224.350000', '095224.810000', '095225.270000', '095225.730000', '095226.190000', '095226.650000', '095227.110000', '095227.570000', '095228.030000', '095228.490000', '095228.950000', '095229.410000', '095229.870000', '095230.330000', '095230.790000', '095231.250000', '095231.710000', '095232.170000', '095232.630000', '095233.090000', '095233.550000', '095234.010000', '095234.470000', '095234.930000', '095235.390000', '095235.850000', '095236.310000', '095236.770000', '095237.230000', '095237.690000', '095238.150000', '095238.610000', '095239.070000', '095239.530000', '095239.990000', '095240.450000', '095240.910000', '095241.370000', '095241.830000', '095242.290000', '095242.750000', '095243.210000', '095243.670000', '095244.130000', '095244.590000', '095245.050000', '095245.510000', '095245.970000', '095246.430000', '095246.890000', '095247.350000', '095247.810000', '095248.270000', '095248.730000', '095249.190000', '095249.650000', '095250.110000', '095250.570000', '095251.030000', '095251.490000', '095251.950000', '095252.410000', '095252.870000', '095253.330000', '095253.790000', '095254.250000', '095254.710000', '095255.170000', '095255.630000', '095256.090000', '095256.550000', '095257.010000', '095257.470000', '095257.930000', '095258.390000', '095258.850000', '095259.310000', '095259.770000', '095300.230000', '095300.690000', '095301.150000', '095301.610000', '095302.070000', '095302.530000', '095302.990000', '095303.450000', '095303.910000', '095304.370000', '095304.830000', '095305.290000', '095305.750000', '095306.210000', '095306.670000', '095307.130000', '095307.590000', '095308.050000', '095308.510000', '095308.970000', '095309.430000', '095309.890000', '095310.350000', '095310.810000', '095311.270000', '095311.730000', '095312.190000', '095312.650000', '095313.110000', '095313.570000', '095314.030000', '095314.490000', '095314.950000', '095315.410000', '095315.870000', '095316.330000', '095316.790000', '095317.250000', '095317.710000', '095318.170000', '095318.630000', '095319.090000', '095319.550000', '095320.010000', '095320.470000', '095320.930000', '095321.390000', '095321.850000', '095322.310000', '095322.770000', '095323.230000', '095323.690000', '095324.150000', '095324.610000', '095325.070000', '095325.530000', '095325.990000', '095326.450000', '095326.910000', '095327.370000', '095327.830000', '095328.290000', '095328.750000', '095329.210000', '095329.670000', '095330.130000', '095330.590000', '095331.050000', '095331.510000', '095331.970000', '095332.430000', '095332.890000', '095333.350000', '095333.810000', '095334.270000', '095334.730000', '095335.190000', '095335.650000', '095336.110000', '095336.570000', '095337.030000', '095337.490000', '095337.950000', '095338.410000', '095338.870000', '095339.330000', '095339.790000', '095340.250000', '095340.710000', '095341.170000', '095341.630000', '095342.090000', '095342.550000', '095343.010000', '095343.470000', '095343.930000', '095344.390000', '095344.850000', '095345.310000', '095345.770000', '095346.230000', '095346.690000', '095347.150000', '095347.610000', '095348.070000', '095348.530000', '095348.990000', '095349.450000', '095349.910000', '095350.370000', '095350.830000', '095351.290000', '095351.750000', '095352.210000', '095352.670000', '095353.130000', '095353.590000', '095354.050000', '095354.510000', '095354.970000', '095355.430000', '095355.890000', '095356.350000', '095356.810000', '095357.270000', '095357.730000', '095358.190000', '095358.650000', '095359.110000', '095359.570000', '095400.030000', '095400.490000', '095400.950000', '095401.410000', '095401.870000', '095402.330000', '095402.790000', '095403.250000', '095403.710000', '095404.170000', '095404.630000', '095405.090000', '095405.550000', '095406.010000', '095406.470000', '095406.930000', '095407.390000', '095407.850000', '095408.310000', '095408.770000', '095409.230000', '095409.690000', '095410.150000', '095410.610000', '095411.070000', '095411.530000', '095411.990000', '095412.450000', '095412.910000', '095413.370000', '095413.830000', '095414.290000', '095414.750000', '095415.210000', '095415.670000', '095416.130000', '095416.590000', '095417.050000', '095417.510000', '095417.970000', '095418.430000', '095418.890000', '095419.350000', '095419.810000', '095420.270000', '095420.730000', '095421.190000', '095421.650000', '095422.110000', '095422.570000', '095423.030000', '095423.490000', '095423.950000', '095424.410000', '095424.870000', '095425.330000', '095425.790000', '095426.250000', '095426.710000', '095427.170000', '095427.630000', '095428.090000', '095428.550000', '095429.010000', '095429.470000', '095429.930000', '095430.390000', '095430.850000', '095431.310000', '095431.770000', '095432.230000', '095432.690000', '095433.150000', '095433.610000', '095434.070000', '095434.530000', '095434.990000', '095435.450000', '095435.910000', '095436.370000', '095436.830000', '095437.290000', '095437.750000', '095438.210000', '095438.670000', '095439.130000', '095439.590000', '095440.050000', '095440.510000', '095440.970000', '095441.430000', '095441.890000', '095442.350000', '095442.810000', '095443.270000', '095443.730000', '095444.190000', '095444.650000', '095445.110000', '095445.570000', '095446.030000', '095446.490000', '095446.950000', '095447.410000', '095447.870000', '095448.330000', '095448.790000', '095449.250000', '095449.710000', '095450.170000', '095450.630000', '095451.090000', '095451.550000', '095452.010000', '095452.470000', '095452.930000', '095453.390000', '095453.850000', '095454.310000', '095454.770000', '095455.230000', '095455.690000', '095456.150000', '095456.610000', '095457.070000', '095457.530000', '095457.990000', '095458.450000', '095458.910000', '095459.370000', '095459.830000', '095500.290000', '095500.750000', '095501.210000', '095501.670000', '095502.130000', '095502.590000', '095503.050000', '095503.510000', '095503.970000', '095504.430000', '095504.890000', '095505.350000', '095505.810000', '095506.270000', '095506.730000', '095507.190000', '095507.650000', '095508.110000', '095508.570000', '095509.030000', '095509.490000', '095509.950000', '095510.410000', '095510.870000', '095511.330000', '095511.790000', '095512.250000', '095512.710000', '095513.170000', '095513.630000', '095514.090000', '095514.550000', '095515.010000', '095515.470000', '095515.930000', '095516.390000', '095516.850000', '095517.310000', '095517.770000', '095518.230000', '095518.690000', '095519.150000', '095519.610000', '095520.070000', '095520.530000', '095520.990000', '095521.450000', '095521.910000', '095522.370000', '095522.830000', '095523.290000', '095523.750000', '095524.210000', '095524.670000', '095525.130000', '095525.590000', '095526.050000', '095526.510000', '095526.970000', '095527.430000', '095527.890000', '095528.350000', '095528.810000', '095529.270000', '095529.730000', '095530.190000', '095530.650000', '095531.110000', '095531.570000', '095532.030000', '095532.490000', '095532.950000', '095533.410000', '095533.870000', '095534.330000', '095534.790000', '095535.250000', '095535.710000', '095536.170000', '095536.630000', '095537.090000', '095537.550000', '095538.010000', '095538.470000', '095538.930000', '095539.390000', '095539.850000', '095540.310000', '095540.770000', '095541.230000', '095541.690000', '095542.150000', '095542.610000', '095543.070000', '095543.530000', '095543.990000', '095544.450000', '095544.910000', '095545.370000', '095545.830000', '095546.290000', '095546.750000', '095547.210000', '095547.670000', '095548.130000', '095548.590000', '095549.050000', '095549.510000', '095549.970000', '095550.430000', '095550.890000', '095551.350000', '095551.810000', '095552.270000', '095552.730000', '095553.190000', '095553.650000', '095554.110000', '095554.570000', '095555.030000', '095555.490000', '095555.950000', '095556.410000', '095556.870000', '095557.330000', '095557.790000', '095558.250000', '095558.710000', '095559.170000', '095559.630000', '095600.090000', '095600.550000', '095601.010000', '095601.470000', '095601.930000', '095602.390000', '095602.850000', '095603.310000', '095603.770000', '095604.230000', '095604.690000', '095605.150000', '095605.610000', '095606.070000', '095606.530000', '095606.990000', '095607.450000', '095607.910000', '095608.370000', '095608.830000', '095609.290000', '095609.750000', '095610.210000', '095610.670000', '095611.130000', '095611.590000', '095612.050000', '095612.510000', '095612.970000', '095613.430000', '095613.890000', '095614.350000', '095614.810000', '095615.270000', '095615.730000', '095616.190000', '095616.650000', '095617.110000', '095617.570000', '095618.030000', '095618.490000', '095618.950000', '095619.410000', '095619.870000', '095620.330000', '095620.790000', '095621.250000', '095621.710000', '095622.170000', '095622.630000', '095623.090000', '095623.550000', '095624.010000', '095624.470000', '095624.930000', '095625.390000', '095625.850000', '095626.310000', '095626.770000', '095627.230000', '095627.690000', '095628.150000', '095628.610000', '095629.070000', '095629.530000', '095629.990000', '095630.450000', '095630.910000', '095631.370000', '095631.830000', '095632.290000', '095632.750000', '095633.210000', '095633.670000', '095634.130000', '095634.590000', '095635.050000', '095635.510000', '095635.970000', '095636.430000', '095636.890000', '095637.350000', '095637.810000', '095638.270000', '095638.730000', '095639.190000', '095639.650000', '095640.110000', '095640.570000', '095641.030000', '095641.490000', '095641.950000', '095642.410000', '095642.870000', '095643.330000', '095643.790000', '095644.250000', '095644.710000', '095645.170000', '095645.630000', '095646.090000', '095646.550000', '095647.010000', '095647.470000', '095647.930000', '095648.390000', '095648.850000', '095649.310000', '095649.770000', '095650.230000', '095650.690000', '095651.150000', '095651.610000', '095652.070000', '095652.530000', '095652.990000', '095653.450000', '095653.910000', '095654.370000', '095654.830000', '095655.290000', '095655.750000', '095656.210000', '095656.670000', '095657.130000', '095657.590000', '095658.050000', '095658.510000', '095658.970000', '095659.430000', '095659.890000', '095700.350000', '095700.810000', '095701.270000', '095701.730000', '095702.190000', '095702.650000', '095703.110000', '095703.570000', '095704.030000', '095704.490000', '095704.950000', '095705.410000', '095705.870000', '095706.330000', '095706.790000', '095707.250000', '095707.710000', '095708.170000', '095708.630000', '095709.090000', '095709.550000', '095710.010000', '095710.470000', '095710.930000', '095711.390000', '095711.850000', '095712.310000', '095712.770000', '095713.230000', '095713.690000', '095714.150000', '095714.610000', '095715.070000', '095715.530000', '095715.990000', '095716.450000', '095716.910000', '095717.370000', '095717.830000', '095718.290000', '095718.750000', '095719.210000', '095719.670000', '095720.130000', '095720.590000', '095721.050000', '095721.510000', '095721.970000', '095722.430000', '095722.890000', '095723.350000', '095723.810000', '095724.270000', '095724.730000', '095725.190000', '095725.650000', '095726.110000', '095726.570000', '095727.030000', '095727.490000', '095727.950000', '095728.410000', '095728.870000', '095729.330000', '095729.790000', '095730.250000', '095730.710000', '095731.170000', '095731.630000', '095732.090000', '095732.550000', '095733.010000', '095733.470000', '095733.930000', '095734.390000', '095734.850000', '095735.310000', '095735.770000', '095736.230000', '095736.690000', '095737.150000', '095737.610000', '095738.070000', '095738.530000', '095738.990000', '095739.450000', '095739.910000', '095740.370000', '095740.830000', '095741.290000', '095741.750000', '095742.210000', '095742.670000', '095743.130000', '095743.590000', '095744.050000', '095744.510000', '095744.970000', '095745.430000', '095745.890000', '095746.350000', '095746.810000', '095747.270000', '095747.730000', '095748.190000', '095748.650000', '095749.110000', '095749.570000', '095750.030000', '095750.490000', '095750.950000', '095751.410000', '095751.870000', '095752.330000', '095752.790000', '095753.250000', '095753.710000', '095754.170000', '095754.630000', '095755.090000', '095755.550000', '095756.010000', '095756.470000', '095756.930000', '095757.390000', '095757.850000', '095758.310000', '095758.770000', '095759.230000', '095759.690000', '095800.150000', '095800.610000', '095801.070000', '095801.530000', '095801.990000', '095802.450000', '095802.910000', '095803.370000', '095803.830000', '095804.290000', '095804.750000', '095805.210000', '095805.670000', '095806.130000', '095806.590000', '095807.050000', '095807.510000', '095807.970000', '095808.430000', '095808.890000', '095809.350000', '095809.810000', '095810.270000', '095810.730000', '095811.190000', '095811.650000', '095812.110000', '095812.570000', '095813.030000', '095813.490000', '095813.950000', '095814.410000', '095814.870000', '095815.330000', '095815.790000', '095816.250000', '095816.710000', '095817.170000', '095817.630000', '095818.090000', '095818.550000', '095819.010000', '095819.470000', '095819.930000', '095820.390000', '095820.850000', '095821.310000', '095821.770000', '095822.230000', '095822.690000', '095823.150000', '095823.610000', '095824.070000', '095824.530000', '095824.990000', '095825.450000', '095825.910000', '095826.370000', '095826.830000', '095827.290000', '095827.750000', '095828.210000', '095828.670000', '095829.130000', '095829.590000', '095830.050000', '095830.510000', '095830.970000', '095831.430000', '095831.890000', '095832.350000', '095832.810000', '095833.270000', '095833.730000', '095834.190000', '095834.650000', '095835.110000', '095835.570000', '095836.030000', '095836.490000', '095836.950000', '095837.410000', '095837.870000', '095838.330000', '095838.790000', '095839.250000', '095839.710000', '095840.170000', '095840.630000', '095841.090000', '095841.550000', '095842.010000', '095842.470000', '095842.930000', '095843.390000', '095843.850000', '095844.310000', '095844.770000', '095845.230000', '095845.690000', '095846.150000', '095846.610000', '095847.070000', '095847.530000', '095847.990000', '095848.450000', '095848.910000', '095849.370000', '095849.830000', '095850.290000', '095850.750000', '095851.210000', '095851.670000', '095852.130000', '095852.590000', '095853.050000', '095853.510000', '095853.970000', '095854.430000', '095854.890000', '095855.350000', '095855.810000', '095856.270000', '095856.730000', '095857.190000', '095857.650000', '095858.110000', '095858.570000', '095859.030000', '095859.490000', '095859.950000', '095900.410000', '095900.870000', '095901.330000', '095901.790000', '095902.250000', '095902.710000', '095903.170000', '095903.630000', '095904.090000', '095904.550000', '095905.010000', '095905.470000', '095905.930000', '095906.390000', '095906.850000', '095907.310000', '095907.770000', '095908.230000', '095908.690000', '095909.150000', '095909.610000', '095910.070000', '095910.530000', '095910.990000', '095911.450000', '095911.910000', '095912.370000', '095912.830000', '095913.290000', '095913.750000', '095914.210000', '095914.670000', '095915.130000', '095915.590000', '095916.050000', '095916.510000', '095916.970000', '095917.430000', '095917.890000', '095918.350000', '095918.810000', '095919.270000', '095919.730000', '095920.190000', '095920.650000', '095921.110000', '095921.570000', '095922.030000', '095922.490000', '095922.950000', '095923.410000', '095923.870000', '095924.330000', '095924.790000', '095925.250000', '095925.710000', '095926.170000', '095926.630000', '095927.090000', '095927.550000', '095928.010000', '095928.470000', '095928.930000', '095929.390000', '095929.850000', '095930.310000', '095930.770000', '095931.230000', '095931.690000', '095932.150000', '095932.610000', '095933.070000', '095933.530000', '095933.990000', '095934.450000', '095934.910000', '095935.370000', '095935.830000', '095936.290000', '095936.750000', '095937.210000', '095937.670000', '095938.130000', '095938.590000', '095939.050000', '095939.510000', '095939.970000', '095940.430000', '095940.890000', '095941.350000', '095941.810000', '095942.270000', '095942.730000', '095943.190000', '095943.650000', '095944.110000', '095944.570000', '095945.030000', '095945.490000', '095945.950000', '095946.410000', '095946.870000', '095947.330000', '095947.790000', '095948.250000', '095948.710000', '095949.170000', '095949.630000', '095950.090000', '095950.550000', '095951.010000', '095951.470000', '095951.930000', '095952.390000', '095952.850000', '095953.310000', '095953.770000', '095954.230000', '095954.690000', '095955.150000', '095955.610000', '095956.070000', '095956.530000', '095956.990000', '095957.450000', '095957.910000', '095958.370000', '095958.830000', '095959.290000', '095959.750000', '100000.210000', '100000.670000', '100001.130000', '100001.590000', '100002.050000', '100002.510000', '100002.970000', '100003.430000', '100003.890000', '100004.350000', '100004.810000', '100005.270000', '100005.730000', '100006.190000', '100006.650000', '100007.110000', '100007.570000', '100008.030000', '100008.490000'], 'ContentTime': ['094953.508000', '094953.511000', '094953.514000', '094953.516000', '094953.519000', '094953.521000', '094953.524000', '094953.526000', '094953.529000', '094953.531000', '094953.534000', '094953.540000', '094953.542000', '094953.545000', '094953.547000', '094953.550000', '094953.553000', '094953.555000', '094953.558000', '094953.560000', '094953.563000', '094953.565000', '094953.568000', '094953.570000', '094953.573000', '094953.576000', '094953.578000', '094953.581000', '094953.583000', '094953.586000', '094953.588000', '094953.597000', '094953.600000', '094953.603000', '094953.605000', '095013.475000', '095013.478000', '095013.481000', '095013.483000', '095013.486000', '095013.488000', '095013.491000', '095013.493000', '095013.496000', '095013.498000', '095013.501000', '095013.503000', '095013.506000', '095013.508000', '095013.511000', '095013.513000', '095013.516000', '095013.519000', '095013.521000', '095013.527000', '095013.543000', '095013.546000', '095013.548000', '095013.551000', '095013.554000', '095013.557000', '095013.560000', '095013.563000', '095013.565000', '095013.568000', '095013.570000', '095013.573000', '095013.575000', '095013.578000', '095013.581000', '095013.583000', '095013.586000', '095013.588000', '095013.591000', '095013.593000', '095013.596000', '095013.598000', '095013.601000', '095033.474000', '095033.477000', '095033.480000', '095033.482000', '095033.485000', '095033.487000', '095033.490000', '095033.492000', '095033.495000', '095033.497000', '095033.500000', '095033.502000', '095033.505000', '095033.508000', '095033.510000', '095033.513000', '095033.515000', '095033.518000', '095033.520000', '095033.523000', '095033.525000', '095033.528000', '095033.530000', '095033.533000', '095033.535000', '095033.538000', '095033.541000', '095033.543000', '095033.546000', '095033.548000', '095033.566000', '095033.568000', '095033.571000', '095033.573000', '095033.576000', '095033.578000', '095033.581000', '095033.584000', '095033.586000', '095033.589000', '095033.591000', '095033.594000', '095033.596000', '095033.599000', '095053.476000', '095053.478000', '095053.481000', '095053.483000', '095053.486000', '095053.489000', '095053.491000', '095053.494000', '095053.496000', '095053.499000', '095053.501000', '095053.504000', '095053.506000', '095053.509000', '095053.511000', '095053.514000', '095053.516000', '095053.519000', '095053.522000', '095053.524000', '095053.527000', '095053.529000', '095053.532000', '095053.534000', '095053.537000', '095053.539000', '095053.542000', '095053.545000', '095053.547000', '095053.550000', '095053.552000', '095053.555000', '095053.558000', '095053.561000', '095053.564000', '095053.567000', '095053.569000', '095053.572000', '095053.575000', '095053.577000', '095053.580000', '095053.582000', '095053.585000', '095113.476000', '095113.478000', '095113.481000', '095113.483000', '095113.486000', '095113.488000', '095113.491000', '095113.494000', '095113.496000', '095113.499000', '095113.501000', '095113.504000', '095113.506000', '095113.509000', '095113.511000', '095113.514000', '095113.516000', '095113.519000', '095113.522000', '095113.524000', '095113.527000', '095113.529000', '095113.532000', '095113.534000', '095113.537000', '095113.539000', '095113.542000', '095113.545000', '095113.547000', '095113.550000', '095113.552000', '095113.555000', '095113.558000', '095113.560000', '095113.563000', '095113.565000', '095113.568000', '095113.570000', '095113.573000', '095113.576000', '095113.578000', '095113.581000', '095113.583000', '095113.586000', '095133.475000', '095133.478000', '095133.481000', '095133.483000', '095133.486000', '095133.489000', '095133.491000', '095133.494000', '095133.496000', '095133.499000', '095133.501000', '095133.504000', '095133.507000', '095133.509000', '095133.512000', '095133.514000', '095133.517000', '095133.519000', '095133.522000', '095133.525000', '095133.527000', '095133.530000', '095133.532000', '095133.535000', '095133.537000', '095133.540000', '095133.543000', '095133.545000', '095133.548000', '095133.550000', '095133.553000', '095133.556000', '095133.559000', '095133.562000', '095133.565000', '095133.567000', '095133.570000', '095133.572000', '095133.575000', '095133.577000', '095133.580000', '095133.583000', '095133.585000', '095153.475000', '095153.478000', '095153.481000', '095153.484000', '095153.486000', '095153.489000', '095153.491000', '095153.494000', '095153.496000', '095153.499000', '095153.502000', '095153.504000', '095153.507000', '095153.509000', '095153.512000', '095153.515000', '095153.541000', '095153.544000', '095153.546000', '095153.549000', '095153.551000', '095153.554000', '095153.556000', '095153.559000', '095153.561000', '095153.564000', '095153.566000', '095153.569000', '095153.572000', '095153.574000', '095153.577000', '095153.579000', '095153.582000', '095153.584000', '095153.587000', '095153.589000', '095153.592000', '095153.595000', '095153.597000', '095153.600000', '095153.602000', '095153.605000', '095153.607000', '095153.610000', '095213.475000', '095213.478000', '095213.481000', '095213.483000', '095213.486000', '095213.489000', '095213.491000', '095213.494000', '095213.496000', '095213.499000', '095213.501000', '095213.504000', '095213.507000', '095213.509000', '095213.512000', '095213.514000', '095213.517000', '095213.520000', '095213.522000', '095213.525000', '095213.527000', '095213.530000', '095213.533000', '095213.535000', '095213.538000', '095213.540000', '095213.543000', '095213.546000', '095213.548000', '095213.551000', '095213.553000', '095213.556000', '095213.558000', '095213.561000', '095213.564000', '095213.566000', '095213.569000', '095213.571000', '095213.574000', '095213.576000', '095213.579000', '095213.582000', '095213.584000', '095233.476000', '095233.478000', '095233.481000', '095233.483000', '095233.486000', '095233.489000', '095233.491000', '095233.494000', '095233.496000', '095233.499000', '095233.501000', '095233.504000', '095233.506000', '095233.509000', '095233.512000', '095233.514000', '095233.517000', '095233.519000', '095233.522000', '095233.524000', '095233.527000', '095233.529000', '095233.532000', '095233.535000', '095233.537000', '095233.540000', '095233.542000', '095233.545000', '095233.547000', '095233.550000', '095233.552000', '095233.555000', '095233.557000', '095233.560000', '095233.563000', '095233.565000', '095233.568000', '095233.570000', '095233.573000', '095233.576000', '095233.578000', '095233.581000', '095233.583000', '095233.586000', '095253.475000', '095253.477000', '095253.480000', '095253.483000', '095253.485000', '095253.488000', '095253.490000', '095253.493000', '095253.495000', '095253.498000', '095253.500000', '095253.503000', '095253.506000', '095253.508000', '095253.511000', '095253.513000', '095253.516000', '095253.518000', '095253.521000', '095253.523000', '095253.526000', '095253.529000', '095253.531000', '095253.534000', '095253.536000', '095253.539000', '095253.541000', '095253.544000', '095253.547000', '095253.549000', '095253.552000', '095253.554000', '095253.557000', '095253.559000', '095253.562000', '095253.564000', '095253.567000', '095253.570000', '095253.572000', '095253.575000', '095253.577000', '095253.580000', '095253.582000', '095313.476000', '095313.478000', '095313.481000', '095313.484000', '095313.486000', '095313.489000', '095313.491000', '095313.494000', '095313.496000', '095313.499000', '095313.502000', '095313.504000', '095313.507000', '095313.510000', '095313.512000', '095313.515000', '095313.518000', '095313.520000', '095313.523000', '095313.525000', '095313.528000', '095313.530000', '095313.533000', '095313.536000', '095313.538000', '095313.541000', '095313.543000', '095313.546000', '095313.548000', '095313.551000', '095313.554000', '095313.557000', '095313.559000', '095313.562000', '095313.564000', '095313.567000', '095313.569000', '095313.572000', '095313.574000', '095313.577000', '095313.580000', '095313.582000', '095313.585000', '095313.587000', '095333.476000', '095333.478000', '095333.481000', '095333.484000', '095333.486000', '095333.489000', '095333.491000', '095333.494000', '095333.496000', '095333.499000', '095333.502000', '095333.504000', '095333.507000', '095333.509000', '095333.512000', '095333.514000', '095333.517000', '095333.520000', '095333.522000', '095333.525000', '095333.527000', '095333.530000', '095333.532000', '095333.535000', '095333.538000', '095333.540000', '095333.543000', '095333.545000', '095333.548000', '095333.550000', '095333.553000', '095333.556000', '095333.558000', '095333.561000', '095333.563000', '095333.566000', '095333.568000', '095333.571000', '095333.573000', '095333.576000', '095333.579000', '095333.581000', '095333.584000', '095353.476000', '095353.478000', '095353.481000', '095353.484000', '095353.486000', '095353.489000', '095353.491000', '095353.494000', '095353.496000', '095353.499000', '095353.501000', '095353.504000', '095353.507000', '095353.509000', '095353.512000', '095353.514000', '095353.517000', '095353.520000', '095353.522000', '095353.525000', '095353.527000', '095353.530000', '095353.533000', '095353.535000', '095353.538000', '095353.540000', '095353.543000', '095353.546000', '095353.548000', '095353.551000', '095353.553000', '095353.556000', '095353.559000', '095353.561000', '095353.564000', '095353.566000', '095353.569000', '095353.571000', '095353.574000', '095353.576000', '095353.579000', '095353.582000', '095353.584000', '095353.587000', '095413.475000', '095413.478000', '095413.481000', '095413.484000', '095413.486000', '095413.489000', '095413.491000', '095413.494000', '095413.496000', '095413.499000', '095413.502000', '095413.504000', '095413.507000', '095413.509000', '095413.512000', '095413.515000', '095413.517000', '095413.520000', '095413.522000', '095413.525000', '095413.528000', '095413.530000', '095413.533000', '095413.535000', '095413.538000', '095413.540000', '095413.543000', '095413.546000', '095413.548000', '095413.551000', '095413.553000', '095413.556000', '095413.558000', '095413.561000', '095413.564000', '095413.566000', '095413.569000', '095413.571000', '095413.574000', '095413.576000', '095413.579000', '095413.582000', '095413.584000', '095433.476000', '095433.478000', '095433.481000', '095433.483000', '095433.486000', '095433.489000', '095433.491000', '095433.495000', '095433.498000', '095433.500000', '095433.503000', '095433.506000', '095433.508000', '095433.511000', '095433.513000', '095433.516000', '095433.518000', '095433.521000', '095433.524000', '095433.526000', '095433.529000', '095433.531000', '095433.534000', '095433.537000', '095433.539000', '095433.542000', '095433.545000', '095433.547000', '095433.550000', '095433.552000', '095433.555000', '095433.558000', '095433.560000', '095433.563000', '095433.565000', '095433.568000', '095433.570000', '095433.573000', '095433.576000', '095433.578000', '095433.581000', '095433.583000', '095433.586000', '095433.588000', '095453.476000', '095453.478000', '095453.481000', '095453.484000', '095453.486000', '095453.489000', '095453.491000', '095453.494000', '095453.497000', '095453.499000', '095453.502000', '095453.504000', '095453.507000', '095453.510000', '095453.512000', '095453.515000', '095453.517000', '095453.520000', '095453.523000', '095453.525000', '095453.528000', '095453.530000', '095453.547000', '095453.549000', '095453.552000', '095453.554000', '095453.557000', '095453.560000', '095453.562000', '095453.565000', '095453.567000', '095453.570000', '095453.572000', '095453.575000', '095453.578000', '095453.580000', '095453.583000', '095453.585000', '095453.588000', '095453.590000', '095453.593000', '095453.596000', '095453.598000', '095513.474000', '095513.477000', '095513.480000', '095513.483000', '095513.486000', '095513.489000', '095513.492000', '095513.494000', '095513.497000', '095513.499000', '095513.502000', '095513.505000', '095513.507000', '095513.510000', '095513.512000', '095513.515000', '095513.517000', '095513.520000', '095513.522000', '095513.525000', '095513.528000', '095513.530000', '095513.533000', '095513.535000', '095513.538000', '095513.540000', '095513.543000', '095513.545000', '095513.548000', '095513.551000', '095513.553000', '095513.556000', '095513.559000', '095513.561000', '095513.564000', '095513.566000', '095513.569000', '095513.571000', '095513.574000', '095513.577000', '095513.579000', '095513.582000', '095513.584000', '095533.476000', '095533.478000', '095533.481000', '095533.483000', '095533.486000', '095533.489000', '095533.491000', '095533.494000', '095533.496000', '095533.499000', '095533.501000', '095533.504000', '095533.506000', '095533.509000', '095533.512000', '095533.514000', '095533.517000', '095533.519000', '095533.522000', '095533.525000', '095533.527000', '095533.530000', '095533.532000', '095533.535000', '095533.538000', '095533.540000', '095533.543000', '095533.545000', '095533.548000', '095533.551000', '095533.553000', '095533.556000', '095533.558000', '095533.561000', '095533.563000', '095533.566000', '095533.569000', '095533.571000', '095533.574000', '095533.576000', '095533.579000', '095533.581000', '095533.584000', '095533.587000', '095553.475000', '095553.478000', '095553.481000', '095553.484000', '095553.487000', '095553.490000', '095553.493000', '095553.495000', '095553.498000', '095553.500000', '095553.503000', '095553.505000', '095553.508000', '095553.510000', '095553.513000', '095553.516000', '095553.518000', '095553.521000', '095553.523000', '095553.526000', '095553.529000', '095553.531000', '095553.534000', '095553.537000', '095553.540000', '095553.542000', '095553.545000', '095553.547000', '095553.550000', '095553.553000', '095553.555000', '095553.558000', '095553.560000', '095553.563000', '095553.566000', '095553.568000', '095553.571000', '095553.573000', '095553.576000', '095553.578000', '095553.581000', '095553.583000', '095553.586000', '095613.476000', '095613.478000', '095613.481000', '095613.483000', '095613.486000', '095613.489000', '095613.491000', '095613.494000', '095613.496000', '095613.499000', '095613.501000', '095613.505000', '095613.508000', '095613.510000', '095613.513000', '095613.516000', '095613.518000', '095613.521000', '095613.523000', '095613.526000', '095613.529000', '095613.531000', '095613.534000', '095613.536000', '095613.539000', '095613.541000', '095613.544000', '095613.547000', '095613.549000', '095613.552000', '095613.554000', '095613.557000', '095613.560000', '095613.562000', '095613.579000', '095613.582000', '095613.585000', '095613.587000', '095613.590000', '095613.592000', '095613.595000', '095613.597000', '095613.600000', '095613.603000', '095633.475000', '095633.478000', '095633.481000', '095633.483000', '095633.486000', '095633.489000', '095633.491000', '095633.494000', '095633.496000', '095633.499000', '095633.501000', '095633.504000', '095633.506000', '095633.509000', '095633.512000', '095633.514000', '095633.517000', '095633.519000', '095633.522000', '095633.525000', '095633.527000', '095633.530000', '095633.532000', '095633.535000', '095633.538000', '095633.541000', '095633.543000', '095633.546000', '095633.549000', '095633.551000', '095633.554000', '095633.556000', '095633.559000', '095633.561000', '095633.564000', '095633.567000', '095633.569000', '095633.572000', '095633.574000', '095633.577000', '095633.580000', '095633.582000', '095633.585000', '095653.476000', '095653.478000', '095653.481000', '095653.484000', '095653.486000', '095653.489000', '095653.491000', '095653.494000', '095653.496000', '095653.499000', '095653.502000', '095653.504000', '095653.507000', '095653.509000', '095653.512000', '095653.514000', '095653.517000', '095653.519000', '095653.522000', '095653.525000', '095653.527000', '095653.530000', '095653.532000', '095653.535000', '095653.538000', '095653.540000', '095653.543000', '095653.545000', '095653.548000', '095653.551000', '095653.553000', '095653.556000', '095653.558000', '095653.561000', '095653.564000', '095653.566000', '095653.569000', '095653.571000', '095653.574000', '095653.576000', '095653.579000', '095653.582000', '095653.584000', '095653.587000', '095713.476000', '095713.479000', '095713.481000', '095713.484000', '095713.486000', '095713.489000', '095713.491000', '095713.494000', '095713.497000', '095713.499000', '095713.502000', '095713.504000', '095713.507000', '095713.509000', '095713.512000', '095713.514000', '095713.517000', '095713.520000', '095713.522000', '095713.525000', '095713.527000', '095713.530000', '095713.532000', '095713.535000', '095713.537000', '095713.540000', '095713.543000', '095713.545000', '095713.548000', '095713.550000', '095713.553000', '095713.556000', '095713.558000', '095713.561000', '095713.564000', '095713.567000', '095713.570000', '095713.573000', '095713.576000', '095713.579000', '095713.581000', '095713.584000', '095713.586000', '095733.474000', '095733.477000', '095733.480000', '095733.482000', '095733.485000', '095733.488000', '095733.490000', '095733.493000', '095733.495000', '095733.498000', '095733.501000', '095733.503000', '095733.506000', '095733.508000', '095733.511000', '095733.514000', '095733.516000', '095733.519000', '095733.521000', '095733.524000', '095733.527000', '095733.529000', '095733.532000', '095733.534000', '095733.537000', '095733.539000', '095733.542000', '095733.545000', '095733.547000', '095733.550000', '095733.578000', '095733.581000', '095733.583000', '095733.586000', '095733.588000', '095733.591000', '095733.594000', '095733.596000', '095733.599000', '095733.602000', '095733.604000', '095733.607000', '095733.609000', '095733.612000', '095753.476000', '095753.478000', '095753.481000', '095753.483000', '095753.486000', '095753.489000', '095753.491000', '095753.494000', '095753.496000', '095753.499000', '095753.501000', '095753.504000', '095753.506000', '095753.509000', '095753.512000', '095753.514000', '095753.517000', '095753.519000', '095753.522000', '095753.524000', '095753.527000', '095753.530000', '095753.532000', '095753.535000', '095753.538000', '095753.541000', '095753.544000', '095753.546000', '095753.549000', '095753.552000', '095753.554000', '095753.557000', '095753.559000', '095753.562000', '095753.565000', '095753.567000', '095753.570000', '095753.572000', '095753.575000', '095753.578000', '095753.581000', '095753.583000', '095753.586000', '095813.476000', '095813.478000', '095813.481000', '095813.484000', '095813.486000', '095813.489000', '095813.492000', '095813.494000', '095813.497000', '095813.499000', '095813.502000', '095813.504000', '095813.507000', '095813.510000', '095813.512000', '095813.515000', '095813.518000', '095813.520000', '095813.523000', '095813.525000', '095813.528000', '095813.530000', '095813.533000', '095813.535000', '095813.538000', '095813.541000', '095813.543000', '095813.546000', '095813.548000', '095813.551000', '095813.554000', '095813.556000', '095813.559000', '095813.561000', '095813.564000', '095813.566000', '095813.569000', '095813.571000', '095813.574000', '095813.577000', '095813.579000', '095813.582000', '095813.584000', '095813.587000', '095833.476000', '095833.478000', '095833.481000', '095833.483000', '095833.486000', '095833.489000', '095833.491000', '095833.494000', '095833.496000', '095833.499000', '095833.502000', '095833.504000', '095833.507000', '095833.509000', '095833.512000', '095833.515000', '095833.517000', '095833.520000', '095833.522000', '095833.525000', '095833.528000', '095833.530000', '095833.533000', '095833.535000', '095833.538000', '095833.540000', '095833.543000', '095833.546000', '095833.548000', '095833.551000', '095833.554000', '095833.556000', '095833.559000', '095833.561000', '095833.564000', '095833.567000', '095833.569000', '095833.572000', '095833.574000', '095833.577000', '095833.580000', '095833.583000', '095833.586000', '095853.476000', '095853.479000', '095853.481000', '095853.484000', '095853.486000', '095853.489000', '095853.491000', '095853.494000', '095853.497000', '095853.499000', '095853.502000', '095853.504000', '095853.507000', '095853.509000', '095853.512000', '095853.515000', '095853.517000', '095853.520000', '095853.523000', '095853.525000', '095853.528000', '095853.530000', '095853.533000', '095853.535000', '095853.538000', '095853.541000', '095853.543000', '095853.558000', '095853.561000', '095853.563000', '095853.566000', '095853.568000', '095853.571000', '095853.574000', '095853.576000', '095853.579000', '095853.582000', '095853.585000', '095853.588000', '095853.590000', '095853.593000', '095853.596000', '095853.598000', '095853.601000', '095913.476000', '095913.478000', '095913.481000', '095913.483000', '095913.486000', '095913.489000', '095913.491000', '095913.494000', '095913.496000', '095913.499000', '095913.501000', '095913.504000', '095913.507000', '095913.509000', '095913.512000', '095913.514000', '095913.517000', '095913.519000', '095913.522000', '095913.524000', '095913.527000', '095913.530000', '095913.532000', '095913.535000', '095913.537000', '095913.540000', '095913.542000', '095913.545000', '095913.547000', '095913.550000', '095913.553000', '095913.555000', '095913.558000', '095913.560000', '095913.563000', '095913.566000', '095913.568000', '095913.571000', '095913.573000', '095913.576000', '095913.579000', '095913.582000', '095913.585000', '095933.476000', '095933.479000', '095933.481000', '095933.484000', '095933.486000', '095933.489000', '095933.491000', '095933.494000', '095933.497000', '095933.499000', '095933.502000', '095933.504000', '095933.507000', '095933.510000', '095933.512000', '095933.515000', '095933.517000', '095933.520000', '095933.523000', '095933.525000', '095933.528000', '095933.530000', '095933.533000', '095933.535000', '095933.538000', '095933.541000', '095933.543000', '095933.546000', '095933.548000', '095933.551000', '095933.554000', '095933.556000', '095933.559000', '095933.561000', '095933.564000', '095933.566000', '095933.569000', '095933.572000', '095933.574000', '095933.577000', '095933.579000', '095933.582000', '095933.585000', '095933.587000', '095953.475000', '095953.478000', '095953.480000', '095953.483000', '095953.485000', '095953.488000', '095953.491000', '095953.493000', '095953.496000', '095953.498000', '095953.501000', '095953.503000', '095953.506000', '095953.509000', '095953.511000', '095953.514000', '095953.516000', '095953.519000', '095953.522000', '095953.524000', '095953.527000', '095953.529000', '095953.532000', '095953.535000', '095953.537000', '095953.540000', '095953.542000', '095953.545000', '095953.548000', '095953.550000', '095953.553000', '095953.555000', '095953.558000', '095953.561000', '095953.563000', '095953.566000', '095953.568000', '095953.571000', '095953.574000', '095953.576000', '095953.579000', '095953.581000', '095953.584000', '100010.179000', '100010.183000', '100010.186000', '100010.188000', '100010.191000', '100010.194000', '100010.197000', '100010.200000', '100010.202000', '100010.207000', '100010.210000', '100010.213000', '100010.216000', '100010.218000', '100010.221000', '100010.224000', '100010.226000', '100010.229000', '100010.232000', '100010.234000', '100010.237000', '100010.239000', '100010.242000', '100010.245000', '100010.247000', '100010.250000', '100010.253000', '100010.257000', '100010.260000', '100010.263000', '100010.265000', '100010.268000', '100010.271000', '100010.273000', '100010.276000', '100010.279000', '100010.281000'], 'InstanceCreationTime': ['094953.508000', '094953.511000', '094953.514000', '094953.516000', '094953.519000', '094953.521000', '094953.524000', '094953.526000', '094953.529000', '094953.531000', '094953.534000', '094953.540000', '094953.542000', '094953.545000', '094953.547000', '094953.550000', '094953.553000', '094953.555000', '094953.558000', '094953.560000', '094953.563000', '094953.565000', '094953.568000', '094953.570000', '094953.573000', '094953.576000', '094953.578000', '094953.581000', '094953.583000', '094953.586000', '094953.588000', '094953.597000', '094953.600000', '094953.603000', '094953.605000', '095013.475000', '095013.478000', '095013.481000', '095013.483000', '095013.486000', '095013.488000', '095013.491000', '095013.493000', '095013.496000', '095013.498000', '095013.501000', '095013.503000', '095013.506000', '095013.508000', '095013.511000', '095013.513000', '095013.516000', '095013.519000', '095013.521000', '095013.527000', '095013.543000', '095013.546000', '095013.548000', '095013.551000', '095013.554000', '095013.557000', '095013.560000', '095013.563000', '095013.565000', '095013.568000', '095013.570000', '095013.573000', '095013.575000', '095013.578000', '095013.581000', '095013.583000', '095013.586000', '095013.588000', '095013.591000', '095013.593000', '095013.596000', '095013.598000', '095013.601000', '095033.474000', '095033.477000', '095033.480000', '095033.482000', '095033.485000', '095033.487000', '095033.490000', '095033.492000', '095033.495000', '095033.497000', '095033.500000', '095033.502000', '095033.505000', '095033.508000', '095033.510000', '095033.513000', '095033.515000', '095033.518000', '095033.520000', '095033.523000', '095033.525000', '095033.528000', '095033.530000', '095033.533000', '095033.535000', '095033.538000', '095033.541000', '095033.543000', '095033.546000', '095033.548000', '095033.566000', '095033.568000', '095033.571000', '095033.573000', '095033.576000', '095033.578000', '095033.581000', '095033.584000', '095033.586000', '095033.589000', '095033.591000', '095033.594000', '095033.596000', '095033.599000', '095053.476000', '095053.478000', '095053.481000', '095053.483000', '095053.486000', '095053.489000', '095053.491000', '095053.494000', '095053.496000', '095053.499000', '095053.501000', '095053.504000', '095053.506000', '095053.509000', '095053.511000', '095053.514000', '095053.516000', '095053.519000', '095053.522000', '095053.524000', '095053.527000', '095053.529000', '095053.532000', '095053.534000', '095053.537000', '095053.539000', '095053.542000', '095053.545000', '095053.547000', '095053.550000', '095053.552000', '095053.555000', '095053.558000', '095053.561000', '095053.564000', '095053.567000', '095053.569000', '095053.572000', '095053.575000', '095053.577000', '095053.580000', '095053.582000', '095053.585000', '095113.476000', '095113.478000', '095113.481000', '095113.483000', '095113.486000', '095113.488000', '095113.491000', '095113.494000', '095113.496000', '095113.499000', '095113.501000', '095113.504000', '095113.506000', '095113.509000', '095113.511000', '095113.514000', '095113.516000', '095113.519000', '095113.522000', '095113.524000', '095113.527000', '095113.529000', '095113.532000', '095113.534000', '095113.537000', '095113.539000', '095113.542000', '095113.545000', '095113.547000', '095113.550000', '095113.552000', '095113.555000', '095113.558000', '095113.560000', '095113.563000', '095113.565000', '095113.568000', '095113.570000', '095113.573000', '095113.576000', '095113.578000', '095113.581000', '095113.583000', '095113.586000', '095133.475000', '095133.478000', '095133.481000', '095133.483000', '095133.486000', '095133.489000', '095133.491000', '095133.494000', '095133.496000', '095133.499000', '095133.501000', '095133.504000', '095133.507000', '095133.509000', '095133.512000', '095133.514000', '095133.517000', '095133.519000', '095133.522000', '095133.525000', '095133.527000', '095133.530000', '095133.532000', '095133.535000', '095133.537000', '095133.540000', '095133.543000', '095133.545000', '095133.548000', '095133.550000', '095133.553000', '095133.556000', '095133.559000', '095133.562000', '095133.565000', '095133.567000', '095133.570000', '095133.572000', '095133.575000', '095133.577000', '095133.580000', '095133.583000', '095133.585000', '095153.475000', '095153.478000', '095153.481000', '095153.484000', '095153.486000', '095153.489000', '095153.491000', '095153.494000', '095153.496000', '095153.499000', '095153.502000', '095153.504000', '095153.507000', '095153.509000', '095153.512000', '095153.515000', '095153.541000', '095153.544000', '095153.546000', '095153.549000', '095153.551000', '095153.554000', '095153.556000', '095153.559000', '095153.561000', '095153.564000', '095153.566000', '095153.569000', '095153.572000', '095153.574000', '095153.577000', '095153.579000', '095153.582000', '095153.584000', '095153.587000', '095153.589000', '095153.592000', '095153.595000', '095153.597000', '095153.600000', '095153.602000', '095153.605000', '095153.607000', '095153.610000', '095213.475000', '095213.478000', '095213.481000', '095213.483000', '095213.486000', '095213.489000', '095213.491000', '095213.494000', '095213.496000', '095213.499000', '095213.501000', '095213.504000', '095213.507000', '095213.509000', '095213.512000', '095213.514000', '095213.517000', '095213.520000', '095213.522000', '095213.525000', '095213.527000', '095213.530000', '095213.533000', '095213.535000', '095213.538000', '095213.540000', '095213.543000', '095213.546000', '095213.548000', '095213.551000', '095213.553000', '095213.556000', '095213.558000', '095213.561000', '095213.564000', '095213.566000', '095213.569000', '095213.571000', '095213.574000', '095213.576000', '095213.579000', '095213.582000', '095213.584000', '095233.476000', '095233.478000', '095233.481000', '095233.483000', '095233.486000', '095233.489000', '095233.491000', '095233.494000', '095233.496000', '095233.499000', '095233.501000', '095233.504000', '095233.506000', '095233.509000', '095233.512000', '095233.514000', '095233.517000', '095233.519000', '095233.522000', '095233.524000', '095233.527000', '095233.529000', '095233.532000', '095233.535000', '095233.537000', '095233.540000', '095233.542000', '095233.545000', '095233.547000', '095233.550000', '095233.552000', '095233.555000', '095233.557000', '095233.560000', '095233.563000', '095233.565000', '095233.568000', '095233.570000', '095233.573000', '095233.576000', '095233.578000', '095233.581000', '095233.583000', '095233.586000', '095253.475000', '095253.477000', '095253.480000', '095253.483000', '095253.485000', '095253.488000', '095253.490000', '095253.493000', '095253.495000', '095253.498000', '095253.500000', '095253.503000', '095253.506000', '095253.508000', '095253.511000', '095253.513000', '095253.516000', '095253.518000', '095253.521000', '095253.523000', '095253.526000', '095253.529000', '095253.531000', '095253.534000', '095253.536000', '095253.539000', '095253.541000', '095253.544000', '095253.547000', '095253.549000', '095253.552000', '095253.554000', '095253.557000', '095253.559000', '095253.562000', '095253.564000', '095253.567000', '095253.570000', '095253.572000', '095253.575000', '095253.577000', '095253.580000', '095253.582000', '095313.476000', '095313.478000', '095313.481000', '095313.484000', '095313.486000', '095313.489000', '095313.491000', '095313.494000', '095313.496000', '095313.499000', '095313.502000', '095313.504000', '095313.507000', '095313.510000', '095313.512000', '095313.515000', '095313.518000', '095313.520000', '095313.523000', '095313.525000', '095313.528000', '095313.530000', '095313.533000', '095313.536000', '095313.538000', '095313.541000', '095313.543000', '095313.546000', '095313.548000', '095313.551000', '095313.554000', '095313.557000', '095313.559000', '095313.562000', '095313.564000', '095313.567000', '095313.569000', '095313.572000', '095313.574000', '095313.577000', '095313.580000', '095313.582000', '095313.585000', '095313.587000', '095333.476000', '095333.478000', '095333.481000', '095333.484000', '095333.486000', '095333.489000', '095333.491000', '095333.494000', '095333.496000', '095333.499000', '095333.502000', '095333.504000', '095333.507000', '095333.509000', '095333.512000', '095333.514000', '095333.517000', '095333.520000', '095333.522000', '095333.525000', '095333.527000', '095333.530000', '095333.532000', '095333.535000', '095333.538000', '095333.540000', '095333.543000', '095333.545000', '095333.548000', '095333.550000', '095333.553000', '095333.556000', '095333.558000', '095333.561000', '095333.563000', '095333.566000', '095333.568000', '095333.571000', '095333.573000', '095333.576000', '095333.579000', '095333.581000', '095333.584000', '095353.476000', '095353.478000', '095353.481000', '095353.484000', '095353.486000', '095353.489000', '095353.491000', '095353.494000', '095353.496000', '095353.499000', '095353.501000', '095353.504000', '095353.507000', '095353.509000', '095353.512000', '095353.514000', '095353.517000', '095353.520000', '095353.522000', '095353.525000', '095353.527000', '095353.530000', '095353.533000', '095353.535000', '095353.538000', '095353.540000', '095353.543000', '095353.546000', '095353.548000', '095353.551000', '095353.553000', '095353.556000', '095353.559000', '095353.561000', '095353.564000', '095353.566000', '095353.569000', '095353.571000', '095353.574000', '095353.576000', '095353.579000', '095353.582000', '095353.584000', '095353.587000', '095413.475000', '095413.478000', '095413.481000', '095413.484000', '095413.486000', '095413.489000', '095413.491000', '095413.494000', '095413.496000', '095413.499000', '095413.502000', '095413.504000', '095413.507000', '095413.509000', '095413.512000', '095413.515000', '095413.517000', '095413.520000', '095413.522000', '095413.525000', '095413.528000', '095413.530000', '095413.533000', '095413.535000', '095413.538000', '095413.540000', '095413.543000', '095413.546000', '095413.548000', '095413.551000', '095413.553000', '095413.556000', '095413.558000', '095413.561000', '095413.564000', '095413.566000', '095413.569000', '095413.571000', '095413.574000', '095413.576000', '095413.579000', '095413.582000', '095413.584000', '095433.476000', '095433.478000', '095433.481000', '095433.483000', '095433.486000', '095433.489000', '095433.491000', '095433.495000', '095433.498000', '095433.500000', '095433.503000', '095433.506000', '095433.508000', '095433.511000', '095433.513000', '095433.516000', '095433.518000', '095433.521000', '095433.524000', '095433.526000', '095433.529000', '095433.531000', '095433.534000', '095433.537000', '095433.539000', '095433.542000', '095433.545000', '095433.547000', '095433.550000', '095433.552000', '095433.555000', '095433.558000', '095433.560000', '095433.563000', '095433.565000', '095433.568000', '095433.570000', '095433.573000', '095433.576000', '095433.578000', '095433.581000', '095433.583000', '095433.586000', '095433.588000', '095453.476000', '095453.478000', '095453.481000', '095453.484000', '095453.486000', '095453.489000', '095453.491000', '095453.494000', '095453.497000', '095453.499000', '095453.502000', '095453.504000', '095453.507000', '095453.510000', '095453.512000', '095453.515000', '095453.517000', '095453.520000', '095453.523000', '095453.525000', '095453.528000', '095453.530000', '095453.547000', '095453.549000', '095453.552000', '095453.554000', '095453.557000', '095453.560000', '095453.562000', '095453.565000', '095453.567000', '095453.570000', '095453.572000', '095453.575000', '095453.578000', '095453.580000', '095453.583000', '095453.585000', '095453.588000', '095453.590000', '095453.593000', '095453.596000', '095453.598000', '095513.474000', '095513.477000', '095513.480000', '095513.483000', '095513.486000', '095513.489000', '095513.492000', '095513.494000', '095513.497000', '095513.499000', '095513.502000', '095513.505000', '095513.507000', '095513.510000', '095513.512000', '095513.515000', '095513.517000', '095513.520000', '095513.522000', '095513.525000', '095513.528000', '095513.530000', '095513.533000', '095513.535000', '095513.538000', '095513.540000', '095513.543000', '095513.545000', '095513.548000', '095513.551000', '095513.553000', '095513.556000', '095513.559000', '095513.561000', '095513.564000', '095513.566000', '095513.569000', '095513.571000', '095513.574000', '095513.577000', '095513.579000', '095513.582000', '095513.584000', '095533.476000', '095533.478000', '095533.481000', '095533.483000', '095533.486000', '095533.489000', '095533.491000', '095533.494000', '095533.496000', '095533.499000', '095533.501000', '095533.504000', '095533.506000', '095533.509000', '095533.512000', '095533.514000', '095533.517000', '095533.519000', '095533.522000', '095533.525000', '095533.527000', '095533.530000', '095533.532000', '095533.535000', '095533.538000', '095533.540000', '095533.543000', '095533.545000', '095533.548000', '095533.551000', '095533.553000', '095533.556000', '095533.558000', '095533.561000', '095533.563000', '095533.566000', '095533.569000', '095533.571000', '095533.574000', '095533.576000', '095533.579000', '095533.581000', '095533.584000', '095533.587000', '095553.475000', '095553.478000', '095553.481000', '095553.484000', '095553.487000', '095553.490000', '095553.493000', '095553.495000', '095553.498000', '095553.500000', '095553.503000', '095553.505000', '095553.508000', '095553.510000', '095553.513000', '095553.516000', '095553.518000', '095553.521000', '095553.523000', '095553.526000', '095553.529000', '095553.531000', '095553.534000', '095553.537000', '095553.540000', '095553.542000', '095553.545000', '095553.547000', '095553.550000', '095553.553000', '095553.555000', '095553.558000', '095553.560000', '095553.563000', '095553.566000', '095553.568000', '095553.571000', '095553.573000', '095553.576000', '095553.578000', '095553.581000', '095553.583000', '095553.586000', '095613.476000', '095613.478000', '095613.481000', '095613.483000', '095613.486000', '095613.489000', '095613.491000', '095613.494000', '095613.496000', '095613.499000', '095613.501000', '095613.505000', '095613.508000', '095613.510000', '095613.513000', '095613.516000', '095613.518000', '095613.521000', '095613.523000', '095613.526000', '095613.529000', '095613.531000', '095613.534000', '095613.536000', '095613.539000', '095613.541000', '095613.544000', '095613.547000', '095613.549000', '095613.552000', '095613.554000', '095613.557000', '095613.560000', '095613.562000', '095613.579000', '095613.582000', '095613.585000', '095613.587000', '095613.590000', '095613.592000', '095613.595000', '095613.597000', '095613.600000', '095613.603000', '095633.475000', '095633.478000', '095633.481000', '095633.483000', '095633.486000', '095633.489000', '095633.491000', '095633.494000', '095633.496000', '095633.499000', '095633.501000', '095633.504000', '095633.506000', '095633.509000', '095633.512000', '095633.514000', '095633.517000', '095633.519000', '095633.522000', '095633.525000', '095633.527000', '095633.530000', '095633.532000', '095633.535000', '095633.538000', '095633.541000', '095633.543000', '095633.546000', '095633.549000', '095633.551000', '095633.554000', '095633.556000', '095633.559000', '095633.561000', '095633.564000', '095633.567000', '095633.569000', '095633.572000', '095633.574000', '095633.577000', '095633.580000', '095633.582000', '095633.585000', '095653.476000', '095653.478000', '095653.481000', '095653.484000', '095653.486000', '095653.489000', '095653.491000', '095653.494000', '095653.496000', '095653.499000', '095653.502000', '095653.504000', '095653.507000', '095653.509000', '095653.512000', '095653.514000', '095653.517000', '095653.519000', '095653.522000', '095653.525000', '095653.527000', '095653.530000', '095653.532000', '095653.535000', '095653.538000', '095653.540000', '095653.543000', '095653.545000', '095653.548000', '095653.551000', '095653.553000', '095653.556000', '095653.558000', '095653.561000', '095653.564000', '095653.566000', '095653.569000', '095653.571000', '095653.574000', '095653.576000', '095653.579000', '095653.582000', '095653.584000', '095653.587000', '095713.476000', '095713.479000', '095713.481000', '095713.484000', '095713.486000', '095713.489000', '095713.491000', '095713.494000', '095713.497000', '095713.499000', '095713.502000', '095713.504000', '095713.507000', '095713.509000', '095713.512000', '095713.514000', '095713.517000', '095713.520000', '095713.522000', '095713.525000', '095713.527000', '095713.530000', '095713.532000', '095713.535000', '095713.537000', '095713.540000', '095713.543000', '095713.545000', '095713.548000', '095713.550000', '095713.553000', '095713.556000', '095713.558000', '095713.561000', '095713.564000', '095713.567000', '095713.570000', '095713.573000', '095713.576000', '095713.579000', '095713.581000', '095713.584000', '095713.586000', '095733.474000', '095733.477000', '095733.480000', '095733.482000', '095733.485000', '095733.488000', '095733.490000', '095733.493000', '095733.495000', '095733.498000', '095733.501000', '095733.503000', '095733.506000', '095733.508000', '095733.511000', '095733.514000', '095733.516000', '095733.519000', '095733.521000', '095733.524000', '095733.527000', '095733.529000', '095733.532000', '095733.534000', '095733.537000', '095733.539000', '095733.542000', '095733.545000', '095733.547000', '095733.550000', '095733.578000', '095733.581000', '095733.583000', '095733.586000', '095733.588000', '095733.591000', '095733.594000', '095733.596000', '095733.599000', '095733.602000', '095733.604000', '095733.607000', '095733.609000', '095733.612000', '095753.476000', '095753.478000', '095753.481000', '095753.483000', '095753.486000', '095753.489000', '095753.491000', '095753.494000', '095753.496000', '095753.499000', '095753.501000', '095753.504000', '095753.506000', '095753.509000', '095753.512000', '095753.514000', '095753.517000', '095753.519000', '095753.522000', '095753.524000', '095753.527000', '095753.530000', '095753.532000', '095753.535000', '095753.538000', '095753.541000', '095753.544000', '095753.546000', '095753.549000', '095753.552000', '095753.554000', '095753.557000', '095753.559000', '095753.562000', '095753.565000', '095753.567000', '095753.570000', '095753.572000', '095753.575000', '095753.578000', '095753.581000', '095753.583000', '095753.586000', '095813.476000', '095813.478000', '095813.481000', '095813.484000', '095813.486000', '095813.489000', '095813.492000', '095813.494000', '095813.497000', '095813.499000', '095813.502000', '095813.504000', '095813.507000', '095813.510000', '095813.512000', '095813.515000', '095813.518000', '095813.520000', '095813.523000', '095813.525000', '095813.528000', '095813.530000', '095813.533000', '095813.535000', '095813.538000', '095813.541000', '095813.543000', '095813.546000', '095813.548000', '095813.551000', '095813.554000', '095813.556000', '095813.559000', '095813.561000', '095813.564000', '095813.566000', '095813.569000', '095813.571000', '095813.574000', '095813.577000', '095813.579000', '095813.582000', '095813.584000', '095813.587000', '095833.476000', '095833.478000', '095833.481000', '095833.483000', '095833.486000', '095833.489000', '095833.491000', '095833.494000', '095833.496000', '095833.499000', '095833.502000', '095833.504000', '095833.507000', '095833.509000', '095833.512000', '095833.515000', '095833.517000', '095833.520000', '095833.522000', '095833.525000', '095833.528000', '095833.530000', '095833.533000', '095833.535000', '095833.538000', '095833.540000', '095833.543000', '095833.546000', '095833.548000', '095833.551000', '095833.554000', '095833.556000', '095833.559000', '095833.561000', '095833.564000', '095833.567000', '095833.569000', '095833.572000', '095833.574000', '095833.577000', '095833.580000', '095833.583000', '095833.586000', '095853.476000', '095853.479000', '095853.481000', '095853.484000', '095853.486000', '095853.489000', '095853.491000', '095853.494000', '095853.497000', '095853.499000', '095853.502000', '095853.504000', '095853.507000', '095853.509000', '095853.512000', '095853.515000', '095853.517000', '095853.520000', '095853.523000', '095853.525000', '095853.528000', '095853.530000', '095853.533000', '095853.535000', '095853.538000', '095853.541000', '095853.543000', '095853.558000', '095853.561000', '095853.563000', '095853.566000', '095853.568000', '095853.571000', '095853.574000', '095853.576000', '095853.579000', '095853.582000', '095853.585000', '095853.588000', '095853.590000', '095853.593000', '095853.596000', '095853.598000', '095853.601000', '095913.476000', '095913.478000', '095913.481000', '095913.483000', '095913.486000', '095913.489000', '095913.491000', '095913.494000', '095913.496000', '095913.499000', '095913.501000', '095913.504000', '095913.507000', '095913.509000', '095913.512000', '095913.514000', '095913.517000', '095913.519000', '095913.522000', '095913.524000', '095913.527000', '095913.530000', '095913.532000', '095913.535000', '095913.537000', '095913.540000', '095913.542000', '095913.545000', '095913.547000', '095913.550000', '095913.553000', '095913.555000', '095913.558000', '095913.560000', '095913.563000', '095913.566000', '095913.568000', '095913.571000', '095913.573000', '095913.576000', '095913.579000', '095913.582000', '095913.585000', '095933.476000', '095933.479000', '095933.481000', '095933.484000', '095933.486000', '095933.489000', '095933.491000', '095933.494000', '095933.497000', '095933.499000', '095933.502000', '095933.504000', '095933.507000', '095933.510000', '095933.512000', '095933.515000', '095933.517000', '095933.520000', '095933.523000', '095933.525000', '095933.528000', '095933.530000', '095933.533000', '095933.535000', '095933.538000', '095933.541000', '095933.543000', '095933.546000', '095933.548000', '095933.551000', '095933.554000', '095933.556000', '095933.559000', '095933.561000', '095933.564000', '095933.566000', '095933.569000', '095933.572000', '095933.574000', '095933.577000', '095933.579000', '095933.582000', '095933.585000', '095933.587000', '095953.475000', '095953.478000', '095953.480000', '095953.483000', '095953.485000', '095953.488000', '095953.491000', '095953.493000', '095953.496000', '095953.498000', '095953.501000', '095953.503000', '095953.506000', '095953.509000', '095953.511000', '095953.514000', '095953.516000', '095953.519000', '095953.522000', '095953.524000', '095953.527000', '095953.529000', '095953.532000', '095953.535000', '095953.537000', '095953.540000', '095953.542000', '095953.545000', '095953.548000', '095953.550000', '095953.553000', '095953.555000', '095953.558000', '095953.561000', '095953.563000', '095953.566000', '095953.568000', '095953.571000', '095953.574000', '095953.576000', '095953.579000', '095953.581000', '095953.584000', '100010.179000', '100010.183000', '100010.186000', '100010.188000', '100010.191000', '100010.194000', '100010.197000', '100010.200000', '100010.202000', '100010.207000', '100010.210000', '100010.213000', '100010.216000', '100010.218000', '100010.221000', '100010.224000', '100010.226000', '100010.229000', '100010.232000', '100010.234000', '100010.237000', '100010.239000', '100010.242000', '100010.245000', '100010.247000', '100010.250000', '100010.253000', '100010.257000', '100010.260000', '100010.263000', '100010.265000', '100010.268000', '100010.271000', '100010.273000', '100010.276000', '100010.279000', '100010.281000'], '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': [11427, 13409, 8645, 10637, 7244, 9086, 13313, 9333, 13155, 12009, 9411, 13623, 7648, 9688, 13680, 8574, 9559, 13234, 7901, 9122, 12387, 7307, 8984, 11735, 6854, 8842, 11222, 6578, 8591, 9702, 6967, 8073, 9554, 6731, 8646, 9553, 7226, 9202, 9474, 7043, 9059, 10473, 7242, 8828, 10725, 7306, 9298, 11842, 7208, 9601, 6613, 7538, 9267, 12511, 7508, 10061, 12808, 8121, 9825, 11464, 7627, 9771, 13097, 7725, 9709, 12745, 8034, 9946, 12045, 7741, 9540, 11708, 7388, 9695, 11109, 6910, 9079, 10271, 7166, 9386, 10339, 7436, 8616, 9734, 9196, 8279, 10113, 9443, 8168, 9367, 13380, 8505, 10415, 12792, 7849, 9972, 12147, 7828, 9669, 11272, 7945, 10049, 8367, 8920, 12633, 9188, 8228, 11069, 12244, 8345, 10748, 13333, 8163, 10648, 13511, 7807, 8903, 10917, 6744, 8622, 11523, 8985, 7836, 9771, 12329, 7836, 9856, 9143, 8021, 9207, 8180, 8323, 11268, 8182, 8582, 11891, 8137, 8377, 10695, 12552, 7841, 9986, 12557, 7752, 9912, 11621, 7665, 9763, 11720, 7324, 9320, 11484, 8048, 9389, 11864, 8053, 8863, 10354, 8659, 7955, 9641, 8316, 7745, 9243, 13182, 8397, 9388, 11114, 8127, 9068, 10419, 8045, 8972, 10663, 8181, 8803, 11321, 8500, 8235, 9968, 8897, 8281, 10270, 12800, 7845, 9197, 10832, 8204, 7820, 8269, 12486, 8191, 7991, 8734, 6940, 7845, 9388, 7517, 8520, 9848, 8850, 8142, 8917, 13591, 7557, 9401, 10515, 12140, 8362, 9805, 12309, 7732, 9572, 12176, 7663, 9965, 11339, 6964, 8581, 10036, 7195, 9305, 11084, 7857, 8943, 11453, 8413, 8579, 10918, 6831, 9403, 12329, 8869, 8645, 10399, 13486, 8718, 10753, 9369, 8220, 9362, 10117, 8013, 9782, 13255, 8543, 10518, 12463, 8175, 9629, 11791, 7068, 7952, 9209, 13202, 8189, 9960, 11464, 7347, 8436, 9319, 9820, 7437, 8871, 12329, 7697, 9344, 10661, 7392, 9209, 10969, 7771, 9227, 12046, 7472, 8903, 12456, 7497, 9813, 12148, 7405, 9587, 11904, 6784, 8476, 9964, 12675, 7859, 9811, 9698, 7671, 8928, 7004, 7578, 8700, 7124, 8253, 9775, 7434, 9394, 9789, 7839, 9603, 8826, 8433, 10803, 12762, 8823, 11500, 12803, 8657, 10393, 13178, 8168, 10236, 12929, 8075, 10130, 12753, 7633, 9624, 12373, 7839, 10049, 12892, 8145, 9987, 13031, 7757, 10102, 13360, 9648, 7726, 9422, 13594, 7604, 9876, 11517, 7469, 9285, 9663, 7376, 7419, 8638, 12919, 7540, 9360, 11447, 8613, 8649, 9395, 7367, 8628, 9330, 8511, 8288, 10158, 7387, 8779, 10539, 7765, 8854, 11758, 8157, 9190, 12290, 7603, 9466, 10183, 8520, 9132, 11605, 7938, 9783, 7677, 8627, 11522, 8281, 8935, 12920, 7288, 9196, 12592, 7879, 9439, 13438, 7923, 10048, 13220, 8181, 10721, 13228, 8124, 10647, 13593, 8490, 10433, 12491, 7986, 10080, 13114, 8121, 10062, 12641, 8007, 9616, 11873, 7697, 9554, 10889, 7999, 9491, 7423, 8047, 10397, 7541, 8257, 11081, 7027, 8875, 10726, 7563, 9074, 11502, 7509, 9107, 11494, 7138, 9001, 11582, 8078, 8209, 11561, 6686, 8660, 10919, 8068, 8291, 10121, 8436, 7890, 10109, 6942, 8709, 10624, 7897, 8789, 10174, 7191, 8622, 9483, 7552, 9168, 10996, 7878, 9017, 11033, 7025, 8923, 10298, 7484, 9012, 11553, 7808, 9081, 11355, 7299, 9769, 12071, 7950, 9626, 13241, 8504, 10047, 13505, 7996, 10454, 12792, 7997, 10357, 13411, 7907, 8924, 12590, 7807, 9000, 12382, 8038, 8228, 10303, 11311, 8213, 9893, 12703, 7750, 10208, 12604, 7843, 10056, 11595, 7596, 9413, 12001, 7488, 9565, 12166, 6942, 8949, 11044, 7253, 8548, 10431, 9324, 8319, 9826, 9757, 7973, 9850, 12977, 7704, 10023, 12435, 7629, 9648, 12427, 7660, 9422, 12589, 7317, 9478, 11835, 7101, 9073, 12162, 7423, 8423, 9704, 13546, 7959, 10098, 11866, 7844, 9592, 11196, 7027, 9327, 11370, 6973, 9411, 10166, 7210, 9167, 10526, 7150, 8849, 9515, 7512, 9130, 7638, 8313, 10560, 8960, 8747, 11633, 8357, 9513, 13163, 8125, 8971, 12180, 8330, 9826, 12618, 8279, 9991, 12507, 7890, 10035, 8826, 8458, 9657, 7283, 7896, 12272, 7817, 8957, 12057, 8335, 9674, 12400, 7665, 9950, 12259, 7642, 9732, 12560, 7942, 9968, 12201, 7755, 9275, 9317, 8091, 9204, 11888, 7987, 9762, 10994, 7982, 8957, 7525, 7734, 9246, 10505, 7832, 9793, 10479, 7693, 9205, 8949, 8247, 9223, 8095, 7560, 9151, 7728, 7468, 9657, 8374, 7385, 9802, 8054, 8164, 10128, 8342, 8067, 9873, 7565, 7602, 10015, 9686, 7733, 9736, 7095, 7476, 9712, 6754, 8060, 10678, 7710, 8685, 11550, 7778, 9456, 12439, 7260, 9641, 12024, 7422, 9458, 12398, 7893, 9728, 12164, 7623, 8581, 11340, 7750, 8713, 10919, 7469, 8153, 10677, 7488, 8699, 9471, 7979, 8169, 7869, 7673, 8395, 7341, 8842, 8015, 8365, 9347, 7768, 9137, 13409, 8007, 10071, 12766, 7685, 10181, 12952, 7505, 9961, 13015, 7822, 9649, 12471, 7105, 9189, 11737, 7961, 8123, 9921, 6464, 7908, 9654, 7845, 7577, 9683, 10669, 7370, 9284, 12377, 7265, 9245, 9668, 7203, 8807, 11882, 7158, 9279, 7406, 7736, 9133, 9780, 7702, 9199, 13149, 7119, 9615, 11591, 7122, 9020, 11492, 7122, 8503, 10058, 6959, 7585, 8910, 7399, 7150, 8457, 8811, 6746, 8811, 7276, 7781, 9139, 8030, 8363, 9187, 7160, 9460, 8012, 9467, 11861, 8870, 9188, 12591, 8082, 9638, 12219, 8157, 10413, 11454, 7813, 10065, 10321, 8067, 11057, 9431, 7705, 10991, 8055, 7882, 11591, 8972, 8902, 9723, 8348, 9457, 8192, 12455, 9181, 9486, 10938, 7613, 9656, 8253, 8964, 12862, 7827, 9572, 12945, 8039, 9358, 8603, 7760, 9392, 8098, 8552, 11169, 7563, 9161, 8822, 8011, 9447, 8252, 8528, 11335, 7268, 9406, 12921, 7907, 9775, 8272, 9157, 11457, 7597, 9749, 13734, 8743, 10162, 7422, 7820, 10710, 6974, 8422, 12539, 7913, 8936, 12582, 7949, 9715, 12665, 8179, 10417, 13727, 8652, 10482, 13704, 8508, 10429, 13315, 8186, 10219, 12351, 8515, 9894, 12885, 8262, 10128, 13069, 8147, 9655, 11620, 7985, 9423, 11825, 7599, 9313, 11837, 7360, 9267, 10862, 7170, 8646, 9551, 7002, 8429, 9095, 7231, 8705, 9637, 7015, 8494, 9635, 7356, 9618, 10778, 7964, 9708, 12240, 7542, 8616, 11458, 9425, 8804, 11046, 7284, 8529, 10842, 12101, 7904, 10287, 13751, 8030, 10133, 12356, 7923, 10099, 12375, 7809, 9532, 7368, 8945, 10953, 7834, 8817, 12608, 12400, 8804, 11093, 11687, 8780, 11018, 14027, 8512, 11083, 14003, 8806, 9838, 12376, 7330, 9376, 10452, 7297, 8073, 9234, 6879, 8269, 9971, 6641, 8054, 9483, 13664, 7809, 9888, 10833, 7762, 9413, 11162, 7266, 8846, 9782, 7427, 9336, 10820, 7196, 9396, 11323, 8108, 7924, 9981, 13896, 7591, 9832, 11595, 7560, 9480, 11700, 7263, 9025, 10626, 6926, 8098, 9512, 11688, 7006, 9296, 11432, 7339, 9472, 8660, 7007, 8445, 8252, 6793, 8551, 10971, 6986, 8721, 6965, 8099, 10140, 6582, 9112, 11569, 7534, 9975, 12471, 7933, 10801, 7955, 10188, 13616, 8990, 10670, 12579, 8260, 10742, 9646, 8912, 13353, 8307, 11626, 7985, 10001, 6936, 9207, 13648, 9283, 9042, 12844, 8353, 9402, 12345, 7553, 10325, 12174, 7496, 9887, 12112, 7783, 10185, 12390, 8199, 10121, 7449, 7802, 10271, 6719, 8385, 10471, 7154, 8962, 11514, 7854, 8955, 11926, 7352, 9151, 11003, 9199, 7643, 9785, 12576, 7651, 9561, 10708, 7485, 9430, 9702, 7149, 9088, 9511, 6844, 7862, 9382, 9275, 7449, 9691, 11872, 7367, 9452, 10247, 7117, 8728, 9418, 6998, 8735, 9103, 7117, 9155, 9626, 6947, 9078, 10606, 6661, 7770, 9692, 11368, 8040, 9581, 11353, 7128, 9160, 11672, 7239, 8644, 11702, 7212, 8245, 11423, 6832, 8882, 11656, 6954, 7631, 11042, 12591, 8326, 10505, 11133, 8050, 8799, 11543, 7566, 8232, 11846, 8845, 7449, 9975, 12878, 7538, 10069, 11959, 7479, 7844, 10419, 6341, 7586, 9929, 6889, 8437, 6399, 7291, 9019, 6748, 8461, 11830, 7597, 9029, 12255, 7813, 9477, 12883, 8783, 8080, 11472, 7663, 8958, 12706, 7630, 10206, 12659, 8887, 10329, 8110, 7526, 11381, 6765, 8426, 11967, 7039, 8071, 11180, 6805, 8913, 10018, 7098, 9275, 11231, 7052, 9415, 7462, 7671, 10064, 6815, 9157, 11610, 7009, 9622, 12058, 8522, 9517, 7933, 7214, 9534, 6992, 7541, 9903, 6920, 8414, 11707, 7168, 9309, 11106, 7198, 9839, 6759, 8820, 10864, 7798, 9639, 6887, 7832, 10418, 6683, 8768, 12100, 8111, 9595, 12534, 7699, 9353, 11995, 8388, 8990, 8171, 7335, 8428, 8687, 7744, 9051, 8755, 12696, 8765, 9887, 8591, 7891, 10311, 8320, 9143, 12212, 8317, 9083, 12170, 8585, 9767, 10261, 8484, 9281, 8132, 8383, 8754, 7277, 7525, 9580, 8409, 8394, 10081, 8044, 9079, 11177, 7177, 9338, 7650, 8203, 9188, 7163, 8136, 9150, 7443, 8408, 9731, 7609, 9476, 11086, 7937, 9315, 11733, 7300, 9499, 12068, 7885, 9497, 11975, 7513, 8723, 11028, 6942, 8999, 10899, 7777, 9102, 11253, 7411, 9433, 11884, 7883, 9921, 12212, 7808, 8988, 11582, 7622, 7568, 9982, 7357, 7720, 9277, 11885, 6957, 9227, 9506, 7499, 9063, 6714, 8402, 8981, 7076, 8373, 10474, 7817, 9473, 8394, 8382, 11109, 8548, 9486, 9128, 10359, 11337, 9258, 9705, 12175, 9011, 9234, 11839, 9961, 9897, 8939, 9701, 11504, 9837, 9430, 11377, 9768, 9817, 8139, 10664, 9833, 9031, 8317, 8884, 9864, 10226, 10207, 9395, 9998, 9214, 12244, 9342, 9656, 12371, 9559, 8824, 13089, 9867, 9034, 9371, 9565, 9887, 9488, 9458, 11241, 9019, 8402, 10687, 9653, 8592, 9328, 9430, 9084, 8403, 9080, 9919, 9563, 8679, 10065], 'WindowCenter': [4138.0, 4122.0, 4076.0, 4096.0, 4054.0, 4077.0, 4116.0, 4086.0, 4120.0, 4095.0, 4071.0, 4105.0, 4025.0, 4058.0, 4087.0, 4033.0, 4044.0, 4077.0, 4022.0, 4044.0, 4077.0, 4012.0, 4042.0, 4067.0, 4014.0, 4045.0, 4063.0, 4010.0, 4043.0, 4043.0, 4012.0, 4036.0, 4055.0, 4027.0, 4049.0, 4057.0, 4026.0, 4057.0, 4057.0, 4028.0, 4061.0, 4078.0, 4041.0, 4062.0, 4094.0, 4066.0, 4084.0, 4095.0, 4054.0, 4087.0, 4030.0, 4054.0, 4075.0, 4103.0, 4055.0, 4099.0, 4116.0, 4067.0, 4086.0, 4093.0, 4054.0, 4097.0, 4101.0, 4051.0, 4085.0, 4104.0, 4065.0, 4097.0, 4106.0, 4054.0, 4083.0, 4093.0, 4054.0, 4096.0, 4096.0, 4039.0, 4074.0, 4094.0, 4042.0, 4084.0, 4086.0, 4053.0, 4089.0, 4098.0, 4072.0, 4075.0, 4097.0, 4083.0, 4063.0, 4084.0, 4105.0, 4072.0, 4098.0, 4103.0, 4065.0, 4112.0, 4145.0, 4079.0, 4089.0, 4095.0, 4076.0, 4086.0, 4064.0, 4086.0, 4118.0, 4086.0, 4076.0, 4110.0, 4106.0, 4063.0, 4096.0, 4102.0, 4062.0, 4082.0, 4103.0, 4054.0, 4073.0, 4082.0, 4029.0, 4060.0, 4093.0, 4058.0, 4040.0, 4084.0, 4091.0, 4066.0, 4086.0, 4073.0, 4052.0, 4073.0, 4064.0, 4066.0, 4095.0, 4063.0, 4073.0, 4105.0, 4053.0, 4065.0, 4083.0, 4104.0, 4052.0, 4082.0, 4090.0, 4064.0, 4084.0, 4092.0, 4052.0, 4083.0, 4091.0, 4041.0, 4070.0, 4092.0, 4064.0, 4084.0, 4092.0, 4065.0, 4078.0, 4085.0, 4063.0, 4062.0, 4088.0, 4075.0, 4065.0, 4087.0, 4116.0, 4063.0, 4075.0, 4081.0, 4063.0, 4074.0, 4083.0, 4065.0, 4074.0, 4082.0, 4063.0, 4074.0, 4103.0, 4072.0, 4064.0, 4086.0, 4075.0, 4065.0, 4085.0, 4104.0, 4051.0, 4075.0, 4093.0, 4050.0, 4052.0, 4062.0, 4091.0, 4049.0, 4065.0, 4075.0, 4039.0, 4063.0, 4073.0, 4052.0, 4076.0, 4084.0, 4072.0, 4065.0, 4077.0, 4114.0, 4051.0, 4077.0, 4108.0, 4105.0, 4060.0, 4082.0, 4088.0, 4051.0, 4073.0, 4092.0, 4041.0, 4083.0, 4097.0, 4044.0, 4074.0, 4085.0, 4042.0, 4086.0, 4095.0, 4051.0, 4086.0, 4121.0, 4074.0, 4075.0, 4096.0, 4042.0, 4087.0, 4118.0, 4073.0, 4063.0, 4096.0, 4114.0, 4075.0, 4098.0, 4073.0, 4065.0, 4087.0, 4081.0, 4065.0, 4098.0, 4116.0, 4074.0, 4097.0, 4103.0, 4061.0, 4073.0, 4095.0, 4028.0, 4050.0, 4071.0, 4092.0, 4051.0, 4071.0, 4082.0, 4039.0, 4060.0, 4074.0, 4068.0, 4040.0, 4063.0, 4091.0, 4040.0, 4075.0, 4095.0, 4055.0, 4074.0, 4082.0, 4055.0, 4087.0, 4105.0, 4056.0, 4074.0, 4107.0, 4057.0, 4096.0, 4103.0, 4052.0, 4085.0, 4105.0, 4028.0, 4062.0, 4084.0, 4103.0, 4065.0, 4086.0, 4071.0, 4066.0, 4088.0, 4056.0, 4070.0, 4078.0, 4053.0, 4076.0, 4099.0, 4066.0, 4090.0, 4099.0, 4079.0, 4099.0, 4086.0, 4080.0, 4109.0, 4130.0, 4090.0, 4110.0, 4118.0, 4078.0, 4097.0, 4105.0, 4065.0, 4083.0, 4102.0, 4050.0, 4084.0, 4107.0, 4054.0, 4087.0, 4106.0, 4053.0, 4082.0, 4101.0, 4061.0, 4083.0, 4101.0, 4038.0, 4083.0, 4106.0, 4059.0, 4053.0, 4075.0, 4103.0, 4039.0, 4069.0, 4076.0, 4024.0, 4056.0, 4060.0, 4027.0, 4040.0, 4061.0, 4088.0, 4038.0, 4073.0, 4096.0, 4062.0, 4064.0, 4070.0, 4040.0, 4075.0, 4084.0, 4075.0, 4077.0, 4097.0, 4066.0, 4088.0, 4095.0, 4069.0, 4092.0, 4106.0, 4077.0, 4100.0, 4107.0, 4067.0, 4101.0, 4097.0, 4087.0, 4103.0, 4108.0, 4068.0, 4099.0, 4067.0, 4076.0, 4108.0, 4065.0, 4100.0, 4132.0, 4054.0, 4089.0, 4118.0, 4064.0, 4087.0, 4129.0, 4064.0, 4082.0, 4105.0, 4062.0, 4082.0, 4090.0, 4048.0, 4096.0, 4105.0, 4061.0, 4082.0, 4091.0, 4049.0, 4069.0, 4087.0, 4047.0, 4082.0, 4089.0, 4049.0, 4072.0, 4080.0, 4050.0, 4083.0, 4091.0, 4051.0, 4084.0, 4040.0, 4050.0, 4082.0, 4051.0, 4063.0, 4095.0, 4039.0, 4074.0, 4094.0, 4050.0, 4074.0, 4092.0, 4054.0, 4086.0, 4105.0, 4040.0, 4088.0, 4094.0, 4048.0, 4074.0, 4106.0, 4029.0, 4073.0, 4091.0, 4049.0, 4060.0, 4080.0, 4046.0, 4063.0, 4083.0, 4038.0, 4072.0, 4083.0, 4050.0, 4061.0, 4082.0, 4054.0, 4073.0, 4084.0, 4054.0, 4086.0, 4083.0, 4052.0, 4086.0, 4095.0, 4042.0, 4075.0, 4084.0, 4053.0, 4075.0, 4092.0, 4065.0, 4088.0, 4094.0, 4051.0, 4099.0, 4106.0, 4065.0, 4086.0, 4101.0, 4076.0, 4099.0, 4118.0, 4064.0, 4097.0, 4118.0, 4064.0, 4084.0, 4105.0, 4065.0, 4074.0, 4106.0, 4053.0, 4074.0, 4105.0, 4049.0, 4064.0, 4094.0, 4079.0, 4062.0, 4084.0, 4090.0, 4048.0, 4081.0, 4102.0, 4063.0, 4081.0, 4092.0, 4051.0, 4071.0, 4089.0, 4040.0, 4085.0, 4103.0, 4040.0, 4073.0, 4092.0, 4038.0, 4060.0, 4083.0, 4072.0, 4061.0, 4083.0, 4072.0, 4062.0, 4084.0, 4102.0, 4050.0, 4096.0, 4101.0, 4051.0, 4085.0, 4101.0, 4051.0, 4073.0, 4089.0, 4054.0, 4084.0, 4091.0, 4040.0, 4073.0, 4093.0, 4037.0, 4049.0, 4070.0, 4101.0, 4062.0, 4081.0, 4090.0, 4049.0, 4071.0, 4076.0, 4026.0, 4072.0, 4091.0, 4039.0, 4070.0, 4083.0, 4040.0, 4071.0, 4079.0, 4055.0, 4088.0, 4084.0, 4061.0, 4086.0, 4052.0, 4062.0, 4096.0, 4070.0, 4075.0, 4107.0, 4065.0, 4087.0, 4117.0, 4063.0, 4076.0, 4103.0, 4060.0, 4082.0, 4092.0, 4049.0, 4085.0, 4102.0, 4050.0, 4083.0, 4063.0, 4060.0, 4070.0, 4039.0, 4062.0, 4092.0, 4039.0, 4075.0, 4093.0, 4050.0, 4072.0, 4105.0, 4054.0, 4073.0, 4091.0, 4040.0, 4071.0, 4091.0, 4050.0, 4081.0, 4088.0, 4039.0, 4073.0, 4059.0, 4047.0, 4073.0, 4079.0, 4050.0, 4072.0, 4069.0, 4050.0, 4061.0, 4036.0, 4039.0, 4059.0, 4068.0, 4050.0, 4081.0, 4069.0, 4051.0, 4074.0, 4055.0, 4049.0, 4075.0, 4050.0, 4050.0, 4061.0, 4039.0, 4040.0, 4071.0, 4049.0, 4054.0, 4085.0, 4049.0, 4063.0, 4081.0, 4049.0, 4052.0, 4073.0, 4040.0, 4052.0, 4087.0, 4071.0, 4053.0, 4072.0, 4028.0, 4041.0, 4072.0, 4032.0, 4054.0, 4083.0, 4040.0, 4062.0, 4080.0, 4040.0, 4072.0, 4104.0, 4052.0, 4073.0, 4093.0, 4042.0, 4074.0, 4092.0, 4037.0, 4072.0, 4105.0, 4048.0, 4060.0, 4080.0, 4039.0, 4060.0, 4080.0, 4038.0, 4063.0, 4081.0, 4039.0, 4060.0, 4058.0, 4049.0, 4061.0, 4049.0, 4063.0, 4063.0, 4051.0, 4073.0, 4066.0, 4078.0, 4087.0, 4067.0, 4087.0, 4129.0, 4079.0, 4097.0, 4116.0, 4067.0, 4085.0, 4091.0, 4039.0, 4084.0, 4103.0, 4037.0, 4072.0, 4090.0, 4026.0, 4059.0, 4079.0, 4034.0, 4050.0, 4071.0, 4004.0, 4037.0, 4058.0, 4035.0, 4035.0, 4059.0, 4067.0, 4040.0, 4072.0, 4089.0, 4040.0, 4071.0, 4056.0, 4037.0, 4061.0, 4091.0, 4041.0, 4074.0, 4052.0, 4053.0, 4073.0, 4069.0, 4052.0, 4085.0, 4103.0, 4041.0, 4074.0, 4092.0, 4030.0, 4061.0, 4092.0, 4041.0, 4077.0, 4086.0, 4039.0, 4052.0, 4071.0, 4039.0, 4041.0, 4063.0, 4074.0, 4043.0, 4074.0, 4068.0, 4095.0, 4101.0, 4093.0, 4089.0, 4083.0, 4054.0, 4086.0, 4077.0, 4100.0, 4108.0, 4076.0, 4088.0, 4123.0, 4069.0, 4087.0, 4095.0, 4055.0, 4096.0, 4093.0, 4052.0, 4071.0, 4065.0, 4050.0, 4093.0, 4058.0, 4040.0, 4080.0, 4037.0, 4049.0, 4092.0, 4049.0, 4048.0, 4059.0, 4061.0, 4085.0, 4079.0, 4107.0, 4070.0, 4070.0, 4078.0, 4038.0, 4070.0, 4046.0, 4060.0, 4087.0, 4051.0, 4071.0, 4092.0, 4050.0, 4059.0, 4058.0, 4049.0, 4057.0, 4036.0, 4061.0, 4092.0, 4054.0, 4075.0, 4087.0, 4080.0, 4084.0, 4062.0, 4073.0, 4095.0, 4054.0, 4087.0, 4102.0, 4066.0, 4084.0, 4076.0, 4098.0, 4107.0, 4066.0, 4098.0, 4115.0, 4075.0, 4087.0, 4055.0, 4065.0, 4082.0, 4026.0, 4059.0, 4094.0, 4045.0, 4059.0, 4092.0, 4036.0, 4069.0, 4092.0, 4061.0, 4083.0, 4100.0, 4060.0, 4082.0, 4087.0, 4043.0, 4079.0, 4102.0, 4048.0, 4070.0, 4086.0, 4046.0, 4070.0, 4084.0, 4047.0, 4082.0, 4100.0, 4047.0, 4071.0, 4078.0, 4047.0, 4059.0, 4078.0, 4049.0, 4073.0, 4093.0, 4038.0, 4073.0, 4081.0, 4026.0, 4060.0, 4083.0, 4039.0, 4061.0, 4072.0, 4053.0, 4072.0, 4070.0, 4051.0, 4088.0, 4087.0, 4054.0, 4098.0, 4107.0, 4065.0, 4089.0, 4106.0, 4051.0, 4077.0, 4108.0, 4074.0, 4078.0, 4097.0, 4042.0, 4075.0, 4096.0, 4102.0, 4065.0, 4095.0, 4113.0, 4064.0, 4097.0, 4103.0, 4061.0, 4108.0, 4115.0, 4063.0, 4085.0, 4066.0, 4087.0, 4095.0, 4052.0, 4086.0, 4119.0, 4103.0, 4075.0, 4099.0, 4090.0, 4060.0, 4083.0, 4099.0, 4060.0, 4094.0, 4099.0, 4057.0, 4070.0, 4092.0, 4024.0, 4056.0, 4080.0, 4039.0, 4049.0, 4059.0, 4015.0, 4049.0, 4084.0, 4026.0, 4050.0, 4083.0, 4102.0, 4050.0, 4085.0, 4079.0, 4040.0, 4068.0, 4094.0, 4041.0, 4061.0, 4070.0, 4040.0, 4076.0, 4081.0, 4041.0, 4073.0, 4098.0, 4050.0, 4066.0, 4086.0, 4100.0, 4051.0, 4071.0, 4080.0, 4039.0, 4086.0, 4092.0, 4040.0, 4071.0, 4094.0, 4041.0, 4052.0, 4085.0, 4094.0, 4043.0, 4087.0, 4093.0, 4050.0, 4071.0, 4058.0, 4042.0, 4073.0, 4062.0, 4042.0, 4078.0, 4109.0, 4056.0, 4075.0, 4057.0, 4081.0, 4098.0, 4045.0, 4087.0, 4108.0, 4068.0, 4114.0, 4102.0, 4051.0, 4081.0, 4062.0, 4096.0, 4103.0, 4073.0, 4096.0, 4103.0, 4064.0, 4096.0, 4085.0, 4089.0, 4118.0, 4064.0, 4092.0, 4060.0, 4072.0, 4025.0, 4057.0, 4103.0, 4058.0, 4061.0, 4104.0, 4048.0, 4058.0, 4077.0, 4035.0, 4065.0, 4062.0, 4023.0, 4055.0, 4073.0, 4034.0, 4080.0, 4090.0, 4048.0, 4070.0, 4027.0, 4037.0, 4069.0, 4015.0, 4048.0, 4068.0, 4027.0, 4059.0, 4094.0, 4063.0, 4072.0, 4092.0, 4038.0, 4060.0, 4079.0, 4055.0, 4035.0, 4070.0, 4090.0, 4052.0, 4084.0, 4078.0, 4039.0, 4060.0, 4069.0, 4028.0, 4060.0, 4071.0, 4028.0, 4062.0, 4086.0, 4071.0, 4053.0, 4085.0, 4091.0, 4041.0, 4085.0, 4082.0, 4043.0, 4077.0, 4073.0, 4042.0, 4073.0, 4072.0, 4055.0, 4088.0, 4085.0, 4056.0, 4090.0, 4112.0, 4045.0, 4080.0, 4114.0, 4109.0, 4079.0, 4101.0, 4094.0, 4055.0, 4088.0, 4107.0, 4054.0, 4091.0, 4122.0, 4068.0, 4077.0, 4118.0, 4056.0, 4091.0, 4120.0, 4055.0, 4063.0, 4109.0, 4121.0, 4089.0, 4110.0, 4110.0, 4078.0, 4090.0, 4105.0, 4067.0, 4090.0, 4121.0, 4074.0, 4067.0, 4099.0, 4107.0, 4065.0, 4098.0, 4106.0, 4041.0, 4064.0, 4082.0, 4045.0, 4066.0, 4085.0, 4053.0, 4091.0, 4070.0, 4079.0, 4103.0, 4057.0, 4090.0, 4120.0, 4066.0, 4104.0, 4132.0, 4067.0, 4099.0, 4121.0, 4075.0, 4066.0, 4094.0, 4054.0, 4075.0, 4102.0, 4050.0, 4082.0, 4105.0, 4074.0, 4084.0, 4049.0, 4052.0, 4092.0, 4027.0, 4048.0, 4078.0, 4026.0, 4048.0, 4080.0, 4028.0, 4061.0, 4066.0, 4026.0, 4058.0, 4076.0, 4038.0, 4073.0, 4036.0, 4039.0, 4080.0, 4029.0, 4072.0, 4078.0, 4027.0, 4071.0, 4092.0, 4058.0, 4070.0, 4048.0, 4039.0, 4069.0, 4026.0, 4050.0, 4084.0, 4027.0, 4062.0, 4094.0, 4028.0, 4060.0, 4078.0, 4039.0, 4084.0, 4041.0, 4073.0, 4082.0, 4065.0, 4088.0, 4041.0, 4063.0, 4108.0, 4044.0, 4074.0, 4105.0, 4066.0, 4086.0, 4091.0, 4050.0, 4074.0, 4106.0, 4061.0, 4073.0, 4062.0, 4052.0, 4061.0, 4076.0, 4054.0, 4086.0, 4088.0, 4116.0, 4075.0, 4098.0, 4075.0, 4065.0, 4086.0, 4064.0, 4074.0, 4091.0, 4061.0, 4076.0, 4104.0, 4061.0, 4083.0, 4082.0, 4062.0, 4071.0, 4037.0, 4048.0, 4075.0, 4041.0, 4050.0, 4084.0, 4049.0, 4061.0, 4071.0, 4049.0, 4075.0, 4095.0, 4042.0, 4072.0, 4053.0, 4062.0, 4073.0, 4040.0, 4051.0, 4074.0, 4066.0, 4076.0, 4087.0, 4054.0, 4086.0, 4093.0, 4052.0, 4086.0, 4105.0, 4054.0, 4087.0, 4106.0, 4052.0, 4074.0, 4093.0, 4051.0, 4075.0, 4083.0, 4041.0, 4076.0, 4094.0, 4052.0, 4073.0, 4094.0, 4067.0, 4088.0, 4108.0, 4068.0, 4099.0, 4107.0, 4049.0, 4076.0, 4111.0, 4054.0, 4054.0, 4088.0, 4052.0, 4052.0, 4073.0, 4094.0, 4054.0, 4085.0, 4082.0, 4067.0, 4089.0, 4043.0, 4087.0, 4090.0, 4067.0, 4077.0, 4107.0, 4093.0, 4102.0, 4079.0, 4081.0, 4098.0, 4079.0, 4090.0, 4089.0, 4098.0, 4099.0, 4072.0, 4086.0, 4108.0, 4072.0, 4074.0, 4093.0, 4086.0, 4084.0, 4060.0, 4072.0, 4081.0, 4073.0, 4064.0, 4080.0, 4074.0, 4076.0, 4039.0, 4083.0, 4089.0, 4077.0, 4062.0, 4060.0, 4071.0, 4069.0, 4084.0, 4061.0, 4086.0, 4089.0, 4105.0, 4073.0, 4074.0, 4091.0, 4058.0, 4060.0, 4089.0, 4072.0, 4064.0, 4059.0, 4060.0, 4072.0, 4058.0, 4059.0, 4083.0, 4061.0, 4050.0, 4068.0, 4059.0, 4048.0, 4058.0, 4073.0, 4062.0, 4049.0, 4064.0, 4069.0, 4060.0, 4050.0, 4057.0], 'WindowWidth': [9192.0, 9160.0, 9089.0, 9114.0, 9056.0, 9090.0, 9142.0, 9102.0, 9156.0, 9110.0, 9074.0, 9125.0, 9000.0, 9046.0, 9088.0, 9006.0, 9022.0, 9071.0, 8989.0, 9022.0, 9068.0, 8978.0, 9018.0, 9056.0, 8982.0, 9027.0, 9048.0, 8975.0, 9021.0, 9021.0, 8979.0, 9015.0, 9040.0, 9007.0, 9037.0, 9045.0, 9003.0, 9046.0, 9045.0, 9009.0, 9056.0, 9078.0, 9030.0, 9062.0, 9105.0, 9076.0, 9099.0, 9107.0, 9056.0, 9100.0, 9018.0, 9054.0, 9083.0, 9118.0, 9056.0, 9126.0, 9143.0, 9076.0, 9100.0, 9105.0, 9054.0, 9116.0, 9112.0, 9047.0, 9098.0, 9123.0, 9069.0, 9117.0, 9125.0, 9054.0, 9092.0, 9102.0, 9057.0, 9116.0, 9112.0, 9030.0, 9082.0, 9108.0, 9037.0, 9096.0, 9099.0, 9052.0, 9110.0, 9122.0, 9077.0, 9085.0, 9117.0, 9091.0, 9065.0, 9095.0, 9123.0, 9078.0, 9117.0, 9120.0, 9070.0, 9146.0, 9198.0, 9099.0, 9109.0, 9111.0, 9090.0, 9101.0, 9068.0, 9101.0, 9148.0, 9102.0, 9092.0, 9140.0, 9126.0, 9067.0, 9116.0, 9118.0, 9061.0, 9089.0, 9120.0, 9055.0, 9080.0, 9089.0, 9014.0, 9057.0, 9104.0, 9048.0, 9027.0, 9094.0, 9099.0, 9074.0, 9101.0, 9076.0, 9050.0, 9080.0, 9069.0, 9073.0, 9109.0, 9063.0, 9081.0, 9123.0, 9049.0, 9070.0, 9094.0, 9119.0, 9048.0, 9089.0, 9097.0, 9069.0, 9096.0, 9105.0, 9050.0, 9091.0, 9097.0, 9033.0, 9071.0, 9104.0, 9068.0, 9096.0, 9104.0, 9071.0, 9092.0, 9099.0, 9066.0, 9065.0, 9105.0, 9085.0, 9071.0, 9106.0, 9140.0, 9067.0, 9084.0, 9086.0, 9066.0, 9084.0, 9093.0, 9071.0, 9084.0, 9091.0, 9067.0, 9084.0, 9124.0, 9077.0, 9070.0, 9100.0, 9081.0, 9072.0, 9098.0, 9121.0, 9047.0, 9080.0, 9105.0, 9041.0, 9046.0, 9062.0, 9099.0, 9039.0, 9070.0, 9086.0, 9029.0, 9066.0, 9078.0, 9049.0, 9087.0, 9097.0, 9075.0, 9069.0, 9089.0, 9138.0, 9046.0, 9088.0, 9136.0, 9126.0, 9059.0, 9089.0, 9092.0, 9045.0, 9077.0, 9103.0, 9031.0, 9091.0, 9116.0, 9041.0, 9082.0, 9097.0, 9038.0, 9102.0, 9110.0, 9047.0, 9101.0, 9158.0, 9085.0, 9087.0, 9115.0, 9039.0, 9104.0, 9149.0, 9077.0, 9064.0, 9118.0, 9141.0, 9085.0, 9117.0, 9078.0, 9072.0, 9103.0, 9085.0, 9071.0, 9121.0, 9141.0, 9080.0, 9115.0, 9121.0, 9060.0, 9077.0, 9108.0, 9011.0, 9042.0, 9073.0, 9100.0, 9043.0, 9071.0, 9086.0, 9025.0, 9057.0, 9079.0, 9063.0, 9029.0, 9064.0, 9098.0, 9030.0, 9084.0, 9114.0, 9059.0, 9082.0, 9089.0, 9058.0, 9104.0, 9123.0, 9060.0, 9084.0, 9130.0, 9066.0, 9116.0, 9122.0, 9050.0, 9098.0, 9124.0, 9013.0, 9063.0, 9093.0, 9119.0, 9070.0, 9101.0, 9074.0, 9073.0, 9109.0, 9065.0, 9086.0, 9094.0, 9054.0, 9091.0, 9122.0, 9078.0, 9112.0, 9122.0, 9098.0, 9126.0, 9103.0, 9098.0, 9139.0, 9170.0, 9114.0, 9141.0, 9147.0, 9092.0, 9119.0, 9124.0, 9068.0, 9093.0, 9117.0, 9042.0, 9094.0, 9128.0, 9053.0, 9103.0, 9128.0, 9052.0, 9089.0, 9113.0, 9060.0, 9092.0, 9114.0, 9025.0, 9090.0, 9129.0, 9053.0, 9049.0, 9084.0, 9116.0, 9025.0, 9064.0, 9071.0, 8998.0, 9045.0, 9055.0, 9005.0, 9031.0, 9059.0, 9090.0, 9027.0, 9080.0, 9112.0, 9060.0, 9068.0, 9070.0, 9031.0, 9083.0, 9096.0, 9085.0, 9089.0, 9117.0, 9078.0, 9107.0, 9110.0, 9086.0, 9119.0, 9127.0, 9093.0, 9128.0, 9130.0, 9078.0, 9133.0, 9116.0, 9104.0, 9135.0, 9135.0, 9079.0, 9121.0, 9076.0, 9090.0, 9133.0, 9071.0, 9129.0, 9173.0, 9058.0, 9111.0, 9148.0, 9067.0, 9104.0, 9167.0, 9068.0, 9090.0, 9126.0, 9060.0, 9088.0, 9098.0, 9037.0, 9113.0, 9123.0, 9057.0, 9088.0, 9096.0, 9039.0, 9067.0, 9089.0, 9035.0, 9089.0, 9094.0, 9041.0, 9076.0, 9080.0, 9043.0, 9096.0, 9100.0, 9046.0, 9094.0, 9030.0, 9045.0, 9089.0, 9044.0, 9067.0, 9110.0, 9028.0, 9080.0, 9107.0, 9044.0, 9080.0, 9102.0, 9057.0, 9104.0, 9125.0, 9032.0, 9107.0, 9109.0, 9040.0, 9083.0, 9125.0, 9015.0, 9079.0, 9102.0, 9040.0, 9057.0, 9082.0, 9035.0, 9067.0, 9091.0, 9026.0, 9079.0, 9091.0, 9043.0, 9060.0, 9087.0, 9054.0, 9080.0, 9094.0, 9054.0, 9099.0, 9089.0, 9047.0, 9101.0, 9114.0, 9036.0, 9086.0, 9096.0, 9050.0, 9084.0, 9101.0, 9073.0, 9105.0, 9107.0, 9047.0, 9123.0, 9125.0, 9072.0, 9101.0, 9117.0, 9088.0, 9126.0, 9147.0, 9068.0, 9119.0, 9145.0, 9066.0, 9096.0, 9126.0, 9072.0, 9082.0, 9126.0, 9050.0, 9080.0, 9124.0, 9038.0, 9068.0, 9111.0, 9081.0, 9062.0, 9094.0, 9095.0, 9038.0, 9084.0, 9117.0, 9066.0, 9086.0, 9103.0, 9044.0, 9072.0, 9092.0, 9031.0, 9098.0, 9121.0, 9031.0, 9078.0, 9104.0, 9025.0, 9056.0, 9090.0, 9077.0, 9061.0, 9091.0, 9075.0, 9061.0, 9094.0, 9113.0, 9046.0, 9115.0, 9115.0, 9046.0, 9097.0, 9113.0, 9046.0, 9078.0, 9094.0, 9056.0, 9095.0, 9101.0, 9029.0, 9080.0, 9104.0, 9021.0, 9040.0, 9070.0, 9111.0, 9063.0, 9087.0, 9095.0, 9040.0, 9071.0, 9072.0, 9005.0, 9073.0, 9099.0, 9028.0, 9072.0, 9090.0, 9030.0, 9075.0, 9082.0, 9060.0, 9111.0, 9097.0, 9065.0, 9105.0, 9047.0, 9059.0, 9114.0, 9071.0, 9085.0, 9127.0, 9070.0, 9102.0, 9146.0, 9069.0, 9087.0, 9119.0, 9057.0, 9088.0, 9099.0, 9039.0, 9097.0, 9116.0, 9045.0, 9092.0, 9062.0, 9057.0, 9070.0, 9025.0, 9064.0, 9103.0, 9027.0, 9082.0, 9103.0, 9042.0, 9073.0, 9124.0, 9055.0, 9076.0, 9099.0, 9027.0, 9070.0, 9099.0, 9039.0, 9084.0, 9091.0, 9025.0, 9077.0, 9050.0, 9034.0, 9076.0, 9077.0, 9043.0, 9073.0, 9062.0, 9042.0, 9057.0, 9018.0, 9024.0, 9051.0, 9061.0, 9044.0, 9087.0, 9064.0, 9044.0, 9080.0, 9042.0, 9039.0, 9082.0, 9044.0, 9043.0, 9058.0, 9025.0, 9030.0, 9070.0, 9039.0, 9055.0, 9098.0, 9041.0, 9064.0, 9087.0, 9039.0, 9047.0, 9075.0, 9027.0, 9052.0, 9103.0, 9071.0, 9048.0, 9073.0, 9010.0, 9028.0, 9073.0, 9021.0, 9051.0, 9088.0, 9028.0, 9061.0, 9083.0, 9027.0, 9073.0, 9119.0, 9049.0, 9076.0, 9103.0, 9032.0, 9078.0, 9100.0, 9020.0, 9074.0, 9122.0, 9039.0, 9055.0, 9083.0, 9024.0, 9055.0, 9079.0, 9024.0, 9065.0, 9085.0, 9025.0, 9057.0, 9047.0, 9041.0, 9058.0, 9041.0, 9067.0, 9066.0, 9050.0, 9083.0, 9075.0, 9093.0, 9101.0, 9077.0, 9105.0, 9163.0, 9096.0, 9120.0, 9142.0, 9076.0, 9099.0, 9101.0, 9026.0, 9094.0, 9118.0, 9023.0, 9072.0, 9096.0, 9002.0, 9050.0, 9077.0, 9011.0, 9041.0, 9072.0, 8973.0, 9019.0, 9049.0, 9012.0, 9015.0, 9052.0, 9058.0, 9030.0, 9074.0, 9090.0, 9029.0, 9071.0, 9043.0, 9019.0, 9058.0, 9098.0, 9030.0, 9079.0, 9050.0, 9050.0, 9076.0, 9065.0, 9049.0, 9100.0, 9118.0, 9032.0, 9078.0, 9099.0, 9015.0, 9057.0, 9099.0, 9031.0, 9089.0, 9098.0, 9026.0, 9046.0, 9072.0, 9025.0, 9032.0, 9065.0, 9080.0, 9041.0, 9082.0, 9082.0, 9131.0, 9132.0, 9125.0, 9112.0, 9094.0, 9056.0, 9102.0, 9091.0, 9125.0, 9135.0, 9086.0, 9108.0, 9161.0, 9082.0, 9104.0, 9109.0, 9054.0, 9113.0, 9102.0, 9048.0, 9073.0, 9055.0, 9040.0, 9104.0, 9049.0, 9026.0, 9080.0, 9018.0, 9041.0, 9101.0, 9035.0, 9034.0, 9052.0, 9060.0, 9099.0, 9096.0, 9130.0, 9069.0, 9066.0, 9075.0, 9024.0, 9067.0, 9034.0, 9055.0, 9087.0, 9047.0, 9072.0, 9099.0, 9043.0, 9052.0, 9049.0, 9041.0, 9046.0, 9019.0, 9058.0, 9100.0, 9053.0, 9083.0, 9104.0, 9100.0, 9096.0, 9064.0, 9080.0, 9112.0, 9057.0, 9105.0, 9115.0, 9073.0, 9097.0, 9088.0, 9122.0, 9129.0, 9075.0, 9122.0, 9137.0, 9084.0, 9101.0, 9057.0, 9072.0, 9088.0, 9006.0, 9055.0, 9105.0, 9029.0, 9053.0, 9097.0, 9017.0, 9065.0, 9098.0, 9061.0, 9089.0, 9109.0, 9053.0, 9085.0, 9087.0, 9023.0, 9079.0, 9116.0, 9037.0, 9068.0, 9086.0, 9031.0, 9067.0, 9080.0, 9033.0, 9090.0, 9112.0, 9035.0, 9073.0, 9075.0, 9032.0, 9051.0, 9075.0, 9041.0, 9079.0, 9102.0, 9024.0, 9078.0, 9083.0, 9004.0, 9056.0, 9095.0, 9031.0, 9061.0, 9077.0, 9052.0, 9078.0, 9071.0, 9052.0, 9111.0, 9103.0, 9055.0, 9122.0, 9131.0, 9073.0, 9107.0, 9126.0, 9048.0, 9090.0, 9132.0, 9076.0, 9090.0, 9114.0, 9033.0, 9083.0, 9111.0, 9115.0, 9072.0, 9112.0, 9130.0, 9068.0, 9117.0, 9116.0, 9061.0, 9136.0, 9139.0, 9068.0, 9098.0, 9074.0, 9105.0, 9113.0, 9048.0, 9100.0, 9153.0, 9119.0, 9081.0, 9122.0, 9096.0, 9054.0, 9090.0, 9107.0, 9055.0, 9107.0, 9106.0, 9048.0, 9070.0, 9097.0, 8997.0, 9043.0, 9079.0, 9026.0, 9038.0, 9049.0, 8988.0, 9039.0, 9091.0, 9005.0, 9039.0, 9092.0, 9114.0, 9043.0, 9094.0, 9080.0, 9027.0, 9064.0, 9104.0, 9033.0, 9057.0, 9066.0, 9029.0, 9084.0, 9086.0, 9030.0, 9079.0, 9118.0, 9042.0, 9071.0, 9100.0, 9109.0, 9043.0, 9073.0, 9081.0, 9024.0, 9098.0, 9101.0, 9027.0, 9073.0, 9108.0, 9029.0, 9049.0, 9099.0, 9103.0, 9037.0, 9103.0, 9104.0, 9045.0, 9074.0, 9051.0, 9037.0, 9081.0, 9060.0, 9037.0, 9093.0, 9136.0, 9064.0, 9088.0, 9065.0, 9101.0, 9119.0, 9044.0, 9105.0, 9136.0, 9081.0, 9151.0, 9116.0, 9042.0, 9085.0, 9062.0, 9113.0, 9120.0, 9080.0, 9114.0, 9119.0, 9068.0, 9115.0, 9099.0, 9109.0, 9149.0, 9066.0, 9103.0, 9058.0, 9073.0, 9002.0, 9050.0, 9119.0, 9049.0, 9058.0, 9123.0, 9038.0, 9050.0, 9072.0, 9012.0, 9054.0, 9045.0, 8993.0, 9040.0, 9064.0, 9013.0, 9085.0, 9096.0, 9037.0, 9068.0, 9005.0, 9021.0, 9062.0, 8987.0, 9035.0, 9063.0, 9006.0, 9053.0, 9110.0, 9066.0, 9075.0, 9102.0, 9022.0, 9053.0, 9078.0, 9038.0, 9014.0, 9068.0, 9094.0, 9049.0, 9093.0, 9079.0, 9025.0, 9055.0, 9065.0, 9008.0, 9054.0, 9070.0, 9008.0, 9063.0, 9101.0, 9070.0, 9051.0, 9095.0, 9098.0, 9033.0, 9098.0, 9087.0, 9038.0, 9091.0, 9079.0, 9037.0, 9080.0, 9075.0, 9059.0, 9107.0, 9100.0, 9063.0, 9113.0, 9145.0, 9044.0, 9101.0, 9151.0, 9136.0, 9095.0, 9130.0, 9108.0, 9057.0, 9107.0, 9131.0, 9056.0, 9116.0, 9159.0, 9081.0, 9093.0, 9148.0, 9063.0, 9117.0, 9153.0, 9058.0, 9070.0, 9138.0, 9158.0, 9112.0, 9141.0, 9139.0, 9096.0, 9112.0, 9129.0, 9079.0, 9115.0, 9155.0, 9081.0, 9078.0, 9122.0, 9128.0, 9073.0, 9120.0, 9127.0, 9033.0, 9069.0, 9089.0, 9046.0, 9075.0, 9097.0, 9056.0, 9119.0, 9092.0, 9104.0, 9139.0, 9069.0, 9115.0, 9157.0, 9079.0, 9139.0, 9174.0, 9080.0, 9126.0, 9161.0, 9088.0, 9076.0, 9109.0, 9056.0, 9085.0, 9117.0, 9043.0, 9088.0, 9123.0, 9082.0, 9093.0, 9040.0, 9048.0, 9101.0, 9006.0, 9037.0, 9080.0, 9006.0, 9038.0, 9081.0, 9012.0, 9058.0, 9057.0, 9006.0, 9051.0, 9070.0, 9025.0, 9081.0, 9019.0, 9028.0, 9085.0, 9014.0, 9074.0, 9075.0, 9007.0, 9074.0, 9103.0, 9050.0, 9070.0, 9036.0, 9026.0, 9067.0, 9004.0, 9043.0, 9094.0, 9010.0, 9061.0, 9107.0, 9011.0, 9055.0, 9075.0, 9027.0, 9093.0, 9033.0, 9077.0, 9089.0, 9071.0, 9106.0, 9034.0, 9067.0, 9134.0, 9045.0, 9084.0, 9124.0, 9075.0, 9100.0, 9102.0, 9042.0, 9080.0, 9128.0, 9059.0, 9078.0, 9060.0, 9051.0, 9060.0, 9085.0, 9053.0, 9102.0, 9109.0, 9143.0, 9083.0, 9121.0, 9085.0, 9071.0, 9098.0, 9068.0, 9081.0, 9098.0, 9058.0, 9086.0, 9124.0, 9060.0, 9090.0, 9087.0, 9061.0, 9071.0, 9019.0, 9037.0, 9085.0, 9033.0, 9045.0, 9095.0, 9041.0, 9059.0, 9068.0, 9039.0, 9087.0, 9110.0, 9035.0, 9077.0, 9052.0, 9064.0, 9076.0, 9028.0, 9048.0, 9082.0, 9076.0, 9087.0, 9101.0, 9056.0, 9099.0, 9102.0, 9048.0, 9100.0, 9125.0, 9053.0, 9101.0, 9125.0, 9048.0, 9078.0, 9103.0, 9049.0, 9085.0, 9090.0, 9031.0, 9087.0, 9107.0, 9048.0, 9077.0, 9109.0, 9078.0, 9105.0, 9130.0, 9079.0, 9122.0, 9127.0, 9042.0, 9084.0, 9141.0, 9056.0, 9055.0, 9103.0, 9048.0, 9048.0, 9076.0, 9105.0, 9057.0, 9099.0, 9089.0, 9078.0, 9110.0, 9041.0, 9107.0, 9114.0, 9081.0, 9089.0, 9133.0, 9124.0, 9130.0, 9095.0, 9100.0, 9119.0, 9093.0, 9110.0, 9106.0, 9118.0, 9119.0, 9074.0, 9099.0, 9132.0, 9075.0, 9079.0, 9100.0, 9097.0, 9094.0, 9054.0, 9071.0, 9083.0, 9075.0, 9063.0, 9080.0, 9078.0, 9083.0, 9024.0, 9090.0, 9108.0, 9087.0, 9060.0, 9052.0, 9071.0, 9065.0, 9089.0, 9057.0, 9098.0, 9110.0, 9124.0, 9076.0, 9079.0, 9095.0, 9049.0, 9053.0, 9087.0, 9073.0, 9066.0, 9048.0, 9052.0, 9070.0, 9045.0, 9049.0, 9089.0, 9055.0, 9040.0, 9060.0, 9050.0, 9034.0, 9047.0, 9077.0, 9059.0, 9036.0, 9064.0, 9064.0, 9052.0, 9039.0, 9043.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.0027733212209302325</td></tr>
<tr><td colspan=3>aqi</td><td>0.04715278539244186</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.038219887367326</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.244039979658182</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0305390082909096</td></tr>
<tr><td colspan=3>efc</td><td>0.4975</td></tr>
<tr><td colspan=3>fber</td><td>4753.1772</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13380985667751952</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>215</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.625</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.482751535837836</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4169983969197224</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.758248843329132</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.273007367264653</td></tr>
<tr><td colspan=3>gcor</td><td>0.00980732</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012444674968719482</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.037341415882110596</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1376</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.176564085300223</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>18.7218</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.5358</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.9888</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294268.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>805.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>317.0315</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0548</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>476.2655</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3264.7709</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3429.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82276.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1283.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4205.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>821.0048</td></tr>
<tr><td colspan=3>tsnr</td><td>30.35533779859543</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>