ds005256-mriqc/sub-0116_ses-01_task-alignvideo_acq-mb8_run-02_bold.html
Felix Hoffstaedter 25db8bca58 [DATALAD RUNCMD] Compute MRIQC for sub-0116
=== 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-0116 --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-0116",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:15:19 +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-0116_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-0116_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-0116_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-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0116/figures/sub-0116_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-0116/figures/sub-0116_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116/ses-01/func/sub-0116_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>74a31295b72a0b5723788cad068672dd</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>18:51:22.157500</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.997636, -0.0446738, 0.0522181, 0.0378022, 0.991324, 0.125884]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.101819</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4248, -7892, -7232, 468, -148, -386, 237, 105]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>247.476</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9d109698-202e-48eb-a448-ca01f59909fa||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.676584482192993, 0.10142040997743607, 0.1549496203660965, 106.4779281616211], [0.11985643953084946, 2.659651041030884, 0.33375316858291626, -109.47880554199219], [0.1400972306728363, -0.337737113237381, 2.6748082637786865, -60.10084915161133], [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': ['185122.157500', '185122.617500', '185123.077500', '185123.537500', '185123.997500', '185124.457500', '185124.917500', '185125.377500', '185125.837500', '185126.297500', '185126.757500', '185127.217500', '185127.677500', '185128.137500', '185128.597500', '185129.057500', '185129.517500', '185129.977500', '185130.437500', '185130.897500', '185131.357500', '185131.817500', '185132.277500', '185132.737500', '185133.197500', '185133.657500', '185134.117500', '185134.577500', '185135.037500', '185135.497500', '185135.957500', '185136.417500', '185136.877500', '185137.337500', '185137.797500', '185138.257500', '185138.717500', '185139.177500', '185139.637500', '185140.097500', '185140.557500', '185141.017500', '185141.477500', '185141.937500', '185142.397500', '185142.857500', '185143.317500', '185143.777500', '185144.237500', '185144.697500', '185145.157500', '185145.617500', '185146.077500', '185146.537500', '185146.997500', '185147.457500', '185147.917500', '185148.377500', '185148.837500', '185149.297500', '185149.757500', '185150.217500', '185150.677500', '185151.137500', '185151.597500', '185152.057500', '185152.517500', '185152.977500', '185153.437500', '185153.897500', '185154.357500', '185154.817500', '185155.277500', '185155.737500', '185156.197500', '185156.657500', '185157.117500', '185157.577500', '185158.037500', '185158.497500', '185158.957500', '185159.417500', '185159.877500', '185200.337500', '185200.797500', '185201.257500', '185201.717500', '185202.177500', '185202.637500', '185203.097500', '185203.557500', '185204.017500', '185204.477500', '185204.937500', '185205.397500', '185205.857500', '185206.317500', '185206.777500', '185207.237500', '185207.697500', '185208.157500', '185208.617500', '185209.077500', '185209.537500', '185209.997500', '185210.457500', '185210.917500', '185211.377500', '185211.837500', '185212.297500', '185212.757500', '185213.217500', '185213.677500', '185214.137500', '185214.597500', '185215.057500', '185215.517500', '185215.977500', '185216.437500', '185216.897500', '185217.357500', '185217.817500', '185218.277500', '185218.737500', '185219.197500', '185219.657500', '185220.117500', '185220.577500', '185221.037500', '185221.497500', '185221.957500', '185222.417500', '185222.877500', '185223.337500', '185223.797500', '185224.257500', '185224.717500', '185225.177500', '185225.637500', '185226.097500', '185226.557500', '185227.017500', '185227.477500', '185227.937500', '185228.397500', '185228.857500', '185229.317500', '185229.777500', '185230.237500', '185230.697500', '185231.157500', '185231.617500', '185232.077500', '185232.537500', '185232.997500', '185233.457500', '185233.917500', '185234.377500', '185234.837500', '185235.297500', '185235.757500', '185236.217500', '185236.677500', '185237.137500', '185237.597500', '185238.057500', '185238.517500', '185238.977500', '185239.437500', '185239.897500', '185240.357500', '185240.817500', '185241.277500', '185241.737500', '185242.197500', '185242.657500', '185243.117500', '185243.577500', '185244.037500', '185244.497500', '185244.957500', '185245.417500', '185245.877500', '185246.337500', '185246.797500', '185247.257500', '185247.717500', '185248.177500', '185248.637500', '185249.097500', '185249.557500', '185250.017500', '185250.477500', '185250.937500', '185251.397500', '185251.857500', '185252.317500', '185252.777500', '185253.237500', '185253.697500', '185254.157500', '185254.617500', '185255.077500', '185255.537500', '185255.997500', '185256.457500', '185256.917500', '185257.377500', '185257.837500', '185258.297500', '185258.757500', '185259.217500', '185259.677500', '185300.137500', '185300.597500', '185301.057500', '185301.517500', '185301.977500', '185302.437500', '185302.897500', '185303.357500', '185303.817500', '185304.277500', '185304.737500', '185305.197500', '185305.657500', '185306.117500', '185306.577500', '185307.037500', '185307.497500', '185307.957500', '185308.417500', '185308.877500', '185309.337500', '185309.797500', '185310.257500', '185310.717500', '185311.177500', '185311.637500', '185312.097500', '185312.557500', '185313.017500', '185313.477500', '185313.937500', '185314.397500', '185314.857500', '185315.317500', '185315.777500', '185316.237500', '185316.697500', '185317.157500', '185317.617500', '185318.077500', '185318.537500', '185318.997500', '185319.457500', '185319.917500', '185320.377500', '185320.837500', '185321.297500', '185321.757500', '185322.217500', '185322.677500', '185323.137500', '185323.597500', '185324.057500', '185324.517500', '185324.977500', '185325.437500', '185325.897500', '185326.357500', '185326.817500', '185327.277500', '185327.737500', '185328.197500', '185328.657500', '185329.117500', '185329.577500', '185330.037500', '185330.497500', '185330.957500', '185331.417500', '185331.877500', '185332.337500', '185332.797500', '185333.257500', '185333.717500', '185334.177500', '185334.637500', '185335.097500', '185335.557500', '185336.017500', '185336.477500', '185336.937500', '185337.397500', '185337.857500', '185338.317500', '185338.777500', '185339.237500', '185339.697500', '185340.157500', '185340.617500', '185341.077500', '185341.537500', '185341.997500', '185342.457500', '185342.917500', '185343.377500', '185343.837500', '185344.297500', '185344.757500', '185345.217500', '185345.677500', '185346.137500', '185346.597500', '185347.057500', '185347.517500', '185347.977500', '185348.437500', '185348.897500', '185349.357500', '185349.817500', '185350.277500', '185350.737500', '185351.197500', '185351.657500', '185352.117500', '185352.577500', '185353.037500', '185353.497500', '185353.957500', '185354.417500', '185354.877500', '185355.337500', '185355.797500', '185356.257500', '185356.717500', '185357.177500', '185357.637500', '185358.097500', '185358.557500', '185359.017500', '185359.477500', '185359.937500', '185400.397500', '185400.857500', '185401.317500', '185401.777500', '185402.237500', '185402.697500', '185403.157500', '185403.617500', '185404.077500', '185404.537500', '185404.997500', '185405.457500', '185405.917500', '185406.377500', '185406.837500', '185407.297500', '185407.757500', '185408.217500', '185408.677500', '185409.137500', '185409.597500', '185410.057500', '185410.517500', '185410.977500', '185411.437500', '185411.897500', '185412.357500', '185412.817500', '185413.277500', '185413.737500', '185414.197500', '185414.657500', '185415.117500', '185415.577500', '185416.037500', '185416.497500', '185416.957500', '185417.417500', '185417.877500', '185418.337500', '185418.797500', '185419.257500', '185419.717500', '185420.177500', '185420.637500', '185421.097500', '185421.557500', '185422.017500', '185422.477500', '185422.937500', '185423.397500', '185423.857500', '185424.317500', '185424.777500', '185425.237500', '185425.697500', '185426.157500', '185426.617500', '185427.077500', '185427.537500', '185427.997500', '185428.457500', '185428.917500', '185429.377500', '185429.837500', '185430.297500', '185430.757500', '185431.217500', '185431.677500', '185432.137500', '185432.597500', '185433.057500', '185433.517500', '185433.977500', '185434.437500', '185434.897500', '185435.357500', '185435.817500', '185436.277500', '185436.737500', '185437.197500', '185437.657500', '185438.117500', '185438.577500', '185439.037500', '185439.497500', '185439.957500', '185440.417500', '185440.877500', '185441.337500', '185441.797500', '185442.257500', '185442.717500', '185443.177500', '185443.637500', '185444.097500', '185444.557500', '185445.017500', '185445.477500', '185445.937500', '185446.397500', '185446.857500', '185447.317500', '185447.777500', '185448.237500', '185448.697500', '185449.157500', '185449.617500', '185450.077500', '185450.537500', '185450.997500', '185451.457500', '185451.917500', '185452.377500', '185452.837500', '185453.297500', '185453.757500', '185454.217500', '185454.677500', '185455.137500', '185455.597500', '185456.057500', '185456.517500', '185456.977500', '185457.437500', '185457.897500', '185458.357500', '185458.817500', '185459.277500', '185459.737500', '185500.197500', '185500.657500', '185501.117500', '185501.577500', '185502.037500', '185502.497500', '185502.957500', '185503.417500', '185503.877500', '185504.337500', '185504.797500', '185505.257500', '185505.717500', '185506.177500', '185506.637500', '185507.097500', '185507.557500', '185508.017500', '185508.477500', '185508.937500', '185509.397500', '185509.857500', '185510.317500', '185510.777500', '185511.237500', '185511.697500', '185512.157500', '185512.617500', '185513.077500', '185513.537500', '185513.997500', '185514.457500', '185514.917500', '185515.377500', '185515.837500', '185516.297500', '185516.757500', '185517.217500', '185517.677500', '185518.137500', '185518.597500', '185519.057500', '185519.517500', '185519.977500', '185520.437500', '185520.897500', '185521.357500', '185521.817500', '185522.277500', '185522.737500', '185523.197500', '185523.657500', '185524.117500', '185524.577500', '185525.037500', '185525.497500', '185525.957500', '185526.417500', '185526.877500', '185527.337500', '185527.797500', '185528.257500', '185528.717500', '185529.177500', '185529.637500', '185530.097500', '185530.557500', '185531.017500', '185531.477500', '185531.937500', '185532.397500', '185532.857500', '185533.317500', '185533.777500', '185534.237500', '185534.697500', '185535.157500', '185535.617500', '185536.077500', '185536.537500', '185536.997500', '185537.457500', '185537.917500', '185538.377500', '185538.837500', '185539.297500', '185539.757500', '185540.217500', '185540.677500', '185541.137500', '185541.597500', '185542.057500', '185542.517500', '185542.977500', '185543.437500', '185543.897500', '185544.357500', '185544.817500', '185545.277500', '185545.737500', '185546.197500', '185546.657500', '185547.117500', '185547.577500', '185548.037500', '185548.497500', '185548.957500', '185549.417500', '185549.877500', '185550.337500', '185550.797500', '185551.257500', '185551.717500', '185552.177500', '185552.637500', '185553.097500', '185553.557500', '185554.017500', '185554.477500', '185554.937500', '185555.397500', '185555.857500', '185556.317500', '185556.777500', '185557.237500', '185557.697500', '185558.157500', '185558.617500', '185559.077500', '185559.537500', '185559.997500', '185600.457500', '185600.917500', '185601.377500', '185601.837500', '185602.297500', '185602.757500', '185603.217500', '185603.677500', '185604.137500', '185604.597500', '185605.057500', '185605.517500', '185605.977500', '185606.437500', '185606.897500', '185607.357500', '185607.817500', '185608.277500', '185608.737500', '185609.197500', '185609.657500', '185610.117500', '185610.577500', '185611.037500', '185611.497500', '185611.957500', '185612.417500', '185612.877500', '185613.337500', '185613.797500', '185614.257500', '185614.717500', '185615.177500', '185615.637500', '185616.097500', '185616.557500', '185617.017500', '185617.477500', '185617.937500', '185618.397500', '185618.857500', '185619.317500', '185619.777500', '185620.237500', '185620.697500', '185621.157500', '185621.617500', '185622.077500', '185622.537500', '185622.997500', '185623.457500', '185623.917500', '185624.377500', '185624.837500', '185625.297500', '185625.757500', '185626.217500', '185626.677500', '185627.137500', '185627.597500', '185628.057500', '185628.517500', '185628.977500', '185629.437500', '185629.897500', '185630.357500', '185630.817500', '185631.277500', '185631.737500', '185632.197500', '185632.657500', '185633.117500', '185633.577500', '185634.037500', '185634.497500', '185634.957500', '185635.417500', '185635.877500', '185636.337500', '185636.797500', '185637.257500', '185637.717500', '185638.177500', '185638.637500', '185639.097500', '185639.557500', '185640.017500', '185640.477500', '185640.937500', '185641.397500', '185641.857500', '185642.317500', '185642.777500', '185643.237500', '185643.697500', '185644.157500', '185644.617500', '185645.077500', '185645.537500', '185645.997500', '185646.457500', '185646.917500', '185647.377500', '185647.837500', '185648.297500', '185648.757500', '185649.217500', '185649.677500', '185650.137500', '185650.597500', '185651.057500', '185651.517500', '185651.977500', '185652.437500', '185652.897500', '185653.357500', '185653.817500', '185654.277500', '185654.737500', '185655.197500', '185655.657500', '185656.117500', '185656.577500', '185657.037500', '185657.497500', '185657.957500', '185658.417500', '185658.877500', '185659.337500', '185659.797500', '185700.257500', '185700.717500', '185701.177500', '185701.637500', '185702.097500', '185702.557500', '185703.017500', '185703.477500', '185703.937500', '185704.397500', '185704.857500', '185705.317500', '185705.777500', '185706.237500', '185706.697500', '185707.157500', '185707.617500', '185708.077500', '185708.537500', '185708.997500', '185709.457500', '185709.917500', '185710.377500', '185710.837500', '185711.297500', '185711.757500', '185712.217500', '185712.677500', '185713.137500', '185713.597500', '185714.057500', '185714.517500', '185714.977500', '185715.437500', '185715.897500', '185716.357500', '185716.817500', '185717.277500', '185717.737500', '185718.197500', '185718.657500', '185719.117500', '185719.577500', '185720.037500', '185720.497500', '185720.957500', '185721.417500', '185721.877500', '185722.337500', '185722.797500', '185723.257500', '185723.717500', '185724.177500', '185724.637500', '185725.097500', '185725.557500', '185726.017500', '185726.477500', '185726.937500', '185727.397500', '185727.857500', '185728.317500', '185728.777500', '185729.237500', '185729.697500', '185730.157500', '185730.617500', '185731.077500', '185731.537500', '185731.997500', '185732.457500', '185732.917500', '185733.377500', '185733.837500', '185734.297500', '185734.757500', '185735.217500', '185735.677500', '185736.137500', '185736.597500', '185737.057500', '185737.517500', '185737.977500', '185738.437500', '185738.897500', '185739.357500', '185739.817500', '185740.277500', '185740.737500', '185741.197500', '185741.657500', '185742.117500', '185742.577500', '185743.037500', '185743.497500', '185743.957500', '185744.417500', '185744.877500', '185745.337500', '185745.797500', '185746.257500', '185746.717500', '185747.177500', '185747.637500', '185748.097500', '185748.557500', '185749.017500', '185749.477500', '185749.937500', '185750.397500', '185750.857500', '185751.317500', '185751.777500', '185752.237500', '185752.697500', '185753.157500', '185753.617500', '185754.077500', '185754.537500', '185754.997500', '185755.457500', '185755.917500', '185756.377500', '185756.837500', '185757.297500', '185757.757500', '185758.217500', '185758.677500', '185759.137500', '185759.597500', '185800.057500', '185800.517500', '185800.977500', '185801.437500', '185801.897500', '185802.357500', '185802.817500', '185803.277500', '185803.737500', '185804.197500', '185804.657500', '185805.117500', '185805.577500', '185806.037500', '185806.497500', '185806.957500', '185807.417500', '185807.877500', '185808.337500', '185808.797500', '185809.257500', '185809.717500', '185810.177500', '185810.637500', '185811.097500', '185811.557500', '185812.017500', '185812.477500', '185812.937500', '185813.397500', '185813.857500', '185814.317500', '185814.777500', '185815.237500', '185815.697500', '185816.157500', '185816.617500', '185817.077500', '185817.537500', '185817.997500', '185818.457500', '185818.917500', '185819.377500', '185819.837500', '185820.297500', '185820.757500', '185821.217500', '185821.677500', '185822.137500', '185822.597500', '185823.057500', '185823.517500', '185823.977500', '185824.437500', '185824.897500', '185825.357500', '185825.817500', '185826.277500', '185826.737500', '185827.197500', '185827.657500', '185828.117500', '185828.577500', '185829.037500', '185829.497500', '185829.957500', '185830.417500', '185830.877500', '185831.337500', '185831.797500', '185832.257500', '185832.717500', '185833.177500', '185833.637500', '185834.097500', '185834.557500', '185835.017500', '185835.477500', '185835.937500', '185836.397500', '185836.857500', '185837.317500', '185837.777500', '185838.237500', '185838.697500', '185839.157500', '185839.617500', '185840.077500', '185840.537500', '185840.997500', '185841.457500', '185841.917500', '185842.377500', '185842.837500', '185843.297500', '185843.757500', '185844.217500', '185844.677500', '185845.137500', '185845.597500', '185846.057500', '185846.517500', '185846.977500', '185847.437500', '185847.897500', '185848.357500', '185848.817500', '185849.277500', '185849.737500', '185850.197500', '185850.657500', '185851.117500', '185851.577500', '185852.037500', '185852.497500', '185852.957500', '185853.417500', '185853.877500', '185854.337500', '185854.797500', '185855.257500', '185855.717500', '185856.177500', '185856.637500', '185857.097500', '185857.557500', '185858.017500', '185858.477500', '185858.937500', '185859.397500', '185859.857500', '185900.317500', '185900.777500', '185901.237500', '185901.697500', '185902.157500', '185902.617500', '185903.077500', '185903.537500', '185903.997500', '185904.457500', '185904.917500', '185905.377500', '185905.837500', '185906.297500', '185906.757500', '185907.217500', '185907.677500', '185908.137500', '185908.597500', '185909.057500', '185909.517500', '185909.977500', '185910.437500', '185910.897500', '185911.357500', '185911.817500', '185912.277500', '185912.737500', '185913.197500', '185913.657500', '185914.117500', '185914.577500', '185915.037500', '185915.497500', '185915.957500', '185916.417500', '185916.877500', '185917.337500', '185917.797500', '185918.257500', '185918.717500', '185919.177500', '185919.637500', '185920.097500', '185920.557500', '185921.017500', '185921.477500', '185921.937500', '185922.397500', '185922.857500', '185923.317500', '185923.777500', '185924.237500', '185924.697500', '185925.157500', '185925.617500', '185926.077500', '185926.537500', '185926.997500', '185927.457500', '185927.917500', '185928.377500', '185928.837500', '185929.297500', '185929.757500', '185930.217500', '185930.677500', '185931.137500', '185931.597500', '185932.057500', '185932.517500', '185932.977500', '185933.437500', '185933.897500', '185934.357500', '185934.817500', '185935.277500', '185935.737500', '185936.197500', '185936.657500', '185937.117500', '185937.577500', '185938.037500', '185938.497500', '185938.957500', '185939.417500', '185939.877500', '185940.337500', '185940.797500', '185941.257500', '185941.717500', '185942.177500', '185942.637500', '185943.097500', '185943.557500', '185944.017500', '185944.477500', '185944.937500', '185945.397500', '185945.857500', '185946.317500', '185946.777500', '185947.237500', '185947.697500', '185948.157500', '185948.617500', '185949.077500', '185949.537500', '185949.997500', '185950.457500', '185950.917500', '185951.377500', '185951.837500', '185952.297500', '185952.757500', '185953.217500', '185953.677500', '185954.137500', '185954.597500', '185955.057500', '185955.517500', '185955.977500', '185956.437500', '185956.897500', '185957.357500', '185957.817500', '185958.277500', '185958.737500', '185959.197500', '185959.657500', '190000.117500', '190000.577500', '190001.037500', '190001.497500', '190001.957500', '190002.417500', '190002.877500', '190003.337500', '190003.797500', '190004.257500', '190004.717500', '190005.177500', '190005.637500', '190006.097500', '190006.557500', '190007.017500', '190007.477500', '190007.937500', '190008.397500', '190008.857500', '190009.317500', '190009.777500', '190010.237500', '190010.697500', '190011.157500', '190011.617500', '190012.077500', '190012.537500', '190012.997500', '190013.457500', '190013.917500', '190014.377500', '190014.837500', '190015.297500', '190015.757500', '190016.217500', '190016.677500', '190017.137500', '190017.597500', '190018.057500', '190018.517500', '190018.977500', '190019.437500', '190019.897500', '190020.357500', '190020.817500', '190021.277500', '190021.737500', '190022.197500', '190022.657500', '190023.117500', '190023.577500', '190024.037500', '190024.497500', '190024.957500', '190025.417500', '190025.877500', '190026.337500', '190026.797500', '190027.257500', '190027.717500', '190028.177500', '190028.637500', '190029.097500', '190029.557500', '190030.017500', '190030.477500', '190030.937500', '190031.397500', '190031.857500', '190032.317500', '190032.777500', '190033.237500', '190033.697500', '190034.157500', '190034.617500', '190035.077500', '190035.537500', '190035.997500', '190036.457500', '190036.917500', '190037.377500', '190037.837500', '190038.297500', '190038.757500', '190039.217500', '190039.677500', '190040.137500', '190040.597500', '190041.057500', '190041.517500', '190041.977500', '190042.437500', '190042.897500', '190043.357500', '190043.817500', '190044.277500', '190044.737500', '190045.197500', '190045.657500', '190046.117500', '190046.577500', '190047.037500', '190047.497500', '190047.957500', '190048.417500', '190048.877500', '190049.337500', '190049.797500', '190050.257500', '190050.717500', '190051.177500', '190051.637500', '190052.097500', '190052.557500', '190053.017500', '190053.477500', '190053.937500', '190054.397500', '190054.857500', '190055.317500', '190055.777500', '190056.237500', '190056.697500', '190057.157500', '190057.617500', '190058.077500', '190058.537500', '190058.997500', '190059.457500', '190059.917500', '190100.377500', '190100.837500', '190101.297500', '190101.757500', '190102.217500', '190102.677500', '190103.137500', '190103.597500', '190104.057500', '190104.517500', '190104.977500', '190105.437500', '190105.897500', '190106.357500', '190106.817500', '190107.277500', '190107.737500', '190108.197500', '190108.657500', '190109.117500', '190109.577500', '190110.037500', '190110.497500', '190110.957500', '190111.417500', '190111.877500', '190112.337500', '190112.797500', '190113.257500', '190113.717500', '190114.177500', '190114.637500', '190115.097500', '190115.557500', '190116.017500', '190116.477500', '190116.937500', '190117.397500', '190117.857500', '190118.317500', '190118.777500', '190119.237500', '190119.697500', '190120.157500', '190120.617500', '190121.077500', '190121.537500', '190121.997500', '190122.457500', '190122.917500', '190123.377500', '190123.837500', '190124.297500', '190124.757500', '190125.217500', '190125.677500', '190126.137500', '190126.597500', '190127.057500', '190127.517500', '190127.977500', '190128.437500', '190128.897500', '190129.357500', '190129.817500', '190130.277500', '190130.737500', '190131.197500', '190131.657500', '190132.117500', '190132.577500', '190133.037500', '190133.497500', '190133.957500', '190134.417500', '190134.877500', '190135.337500', '190135.797500', '190136.257500', '190136.717500', '190137.177500', '190137.637500', '190138.097500', '190138.557500', '190139.017500', '190139.477500', '190139.937500', '190140.397500', '190140.857500', '190141.317500', '190141.777500', '190142.237500', '190142.697500', '190143.157500', '190143.617500', '190144.077500', '190144.537500', '190144.997500', '190145.457500', '190145.917500', '190146.377500', '190146.837500', '190147.297500', '190147.757500', '190148.217500', '190148.677500', '190149.137500', '190149.597500', '190150.057500', '190150.517500', '190150.977500', '190151.437500', '190151.897500', '190152.357500', '190152.817500', '190153.277500', '190153.737500', '190154.197500', '190154.657500'], 'ContentTime': ['185142.917000', '185142.921000', '185142.924000', '185142.927000', '185142.930000', '185142.932000', '185142.935000', '185142.937000', '185142.940000', '185142.942000', '185142.945000', '185142.947000', '185142.950000', '185142.953000', '185142.960000', '185142.963000', '185142.966000', '185142.968000', '185142.971000', '185142.974000', '185142.976000', '185142.979000', '185142.982000', '185142.985000', '185142.987000', '185142.990000', '185142.992000', '185142.995000', '185142.998000', '185143.001000', '185143.004000', '185143.007000', '185143.009000', '185143.012000', '185143.014000', '185143.017000', '185143.019000', '185143.022000', '185143.025000', '185143.027000', '185143.030000', '185143.032000', '185143.035000', '185202.879000', '185202.882000', '185202.885000', '185202.887000', '185202.890000', '185202.893000', '185202.895000', '185202.898000', '185202.900000', '185202.903000', '185202.906000', '185202.908000', '185202.911000', '185202.914000', '185202.916000', '185202.919000', '185202.921000', '185202.924000', '185202.926000', '185202.929000', '185202.931000', '185202.934000', '185202.936000', '185202.939000', '185202.941000', '185202.944000', '185202.947000', '185202.949000', '185202.952000', '185202.955000', '185202.957000', '185202.960000', '185202.962000', '185202.965000', '185202.967000', '185202.970000', '185202.972000', '185202.975000', '185202.978000', '185202.980000', '185202.983000', '185202.985000', '185202.988000', '185202.990000', '185222.880000', '185222.882000', '185222.885000', '185222.888000', '185222.890000', '185222.893000', '185222.895000', '185222.898000', '185222.901000', '185222.903000', '185222.906000', '185222.908000', '185222.911000', '185222.913000', '185222.916000', '185222.918000', '185222.931000', '185222.933000', '185222.936000', '185222.939000', '185222.941000', '185222.944000', '185222.946000', '185222.949000', '185222.951000', '185222.975000', '185222.978000', '185222.981000', '185222.983000', '185222.986000', '185222.988000', '185222.991000', '185222.993000', '185222.996000', '185223.000000', '185223.002000', '185223.005000', '185223.007000', '185223.010000', '185223.012000', '185223.015000', '185223.018000', '185223.020000', '185242.879000', '185242.882000', '185242.885000', '185242.887000', '185242.890000', '185242.892000', '185242.895000', '185242.897000', '185242.900000', '185242.903000', '185242.905000', '185242.908000', '185242.910000', '185242.913000', '185242.916000', '185242.918000', '185242.921000', '185242.923000', '185242.926000', '185242.928000', '185242.931000', '185242.934000', '185242.936000', '185242.939000', '185242.941000', '185242.944000', '185242.946000', '185242.949000', '185242.952000', '185242.954000', '185242.957000', '185242.959000', '185242.962000', '185242.965000', '185242.967000', '185242.970000', '185242.972000', '185242.975000', '185242.978000', '185242.980000', '185242.983000', '185242.986000', '185242.988000', '185242.991000', '185302.879000', '185302.882000', '185302.885000', '185302.887000', '185302.890000', '185302.892000', '185302.895000', '185302.898000', '185302.900000', '185302.903000', '185302.905000', '185302.908000', '185302.911000', '185302.913000', '185302.916000', '185302.918000', '185302.921000', '185302.923000', '185302.926000', '185302.929000', '185302.931000', '185302.934000', '185302.936000', '185302.940000', '185302.943000', '185302.946000', '185302.948000', '185302.951000', '185302.953000', '185302.956000', '185302.960000', '185302.963000', '185302.965000', '185302.968000', '185302.971000', '185302.973000', '185302.976000', '185302.978000', '185302.981000', '185302.984000', '185302.996000', '185302.998000', '185303.002000', '185322.880000', '185322.883000', '185322.886000', '185322.888000', '185322.891000', '185322.894000', '185322.896000', '185322.899000', '185322.901000', '185322.904000', '185322.907000', '185322.909000', '185322.912000', '185322.914000', '185322.917000', '185322.923000', '185322.926000', '185322.929000', '185322.931000', '185322.934000', '185322.936000', '185322.939000', '185322.941000', '185322.944000', '185322.947000', '185322.949000', '185322.952000', '185322.954000', '185322.957000', '185322.959000', '185322.962000', '185322.965000', '185322.967000', '185322.970000', '185322.972000', '185322.975000', '185322.977000', '185322.980000', '185322.983000', '185322.985000', '185322.988000', '185322.990000', '185322.993000', '185322.995000', '185342.881000', '185342.883000', '185342.886000', '185342.889000', '185342.891000', '185342.894000', '185342.896000', '185342.899000', '185342.902000', '185342.904000', '185342.907000', '185342.909000', '185342.912000', '185342.914000', '185342.917000', '185342.920000', '185342.922000', '185342.925000', '185342.927000', '185342.930000', '185342.933000', '185342.935000', '185342.938000', '185342.941000', '185342.944000', '185342.947000', '185342.950000', '185342.952000', '185342.955000', '185342.958000', '185342.960000', '185342.963000', '185342.965000', '185342.968000', '185342.971000', '185342.973000', '185342.976000', '185342.978000', '185342.981000', '185342.984000', '185342.986000', '185342.989000', '185342.991000', '185402.880000', '185402.882000', '185402.885000', '185402.887000', '185402.890000', '185402.893000', '185402.895000', '185402.898000', '185402.900000', '185402.903000', '185402.905000', '185402.908000', '185402.911000', '185402.913000', '185402.916000', '185402.919000', '185402.921000', '185402.924000', '185402.926000', '185402.929000', '185402.931000', '185402.948000', '185402.951000', '185402.953000', '185402.956000', '185402.958000', '185402.961000', '185402.963000', '185402.966000', '185402.969000', '185402.971000', '185402.974000', '185402.976000', '185402.979000', '185402.982000', '185402.984000', '185402.987000', '185402.989000', '185402.992000', '185402.994000', '185402.997000', '185403.001000', '185403.003000', '185403.006000', '185422.879000', '185422.882000', '185422.885000', '185422.888000', '185422.890000', '185422.893000', '185422.895000', '185422.898000', '185422.901000', '185422.903000', '185422.906000', '185422.908000', '185422.911000', '185422.914000', '185422.916000', '185422.919000', '185422.922000', '185422.924000', '185422.927000', '185422.929000', '185422.932000', '185422.935000', '185422.937000', '185422.940000', '185422.942000', '185422.945000', '185422.948000', '185422.950000', '185422.953000', '185422.955000', '185422.958000', '185422.961000', '185422.963000', '185422.966000', '185422.968000', '185422.971000', '185422.973000', '185422.976000', '185422.979000', '185422.981000', '185422.984000', '185422.987000', '185422.990000', '185442.879000', '185442.882000', '185442.885000', '185442.887000', '185442.890000', '185442.893000', '185442.895000', '185442.898000', '185442.901000', '185442.903000', '185442.906000', '185442.908000', '185442.911000', '185442.914000', '185442.916000', '185442.919000', '185442.921000', '185442.924000', '185442.927000', '185442.929000', '185442.932000', '185442.958000', '185442.960000', '185442.963000', '185442.966000', '185442.968000', '185442.971000', '185442.973000', '185442.976000', '185442.979000', '185442.981000', '185442.984000', '185442.986000', '185442.989000', '185442.992000', '185442.994000', '185442.997000', '185443.000000', '185443.003000', '185443.006000', '185443.008000', '185443.011000', '185443.013000', '185443.016000', '185502.880000', '185502.882000', '185502.885000', '185502.888000', '185502.890000', '185502.893000', '185502.895000', '185502.898000', '185502.901000', '185502.903000', '185502.906000', '185502.908000', '185502.911000', '185502.914000', '185502.916000', '185502.919000', '185502.921000', '185502.924000', '185502.927000', '185502.929000', '185502.932000', '185502.934000', '185502.937000', '185502.940000', '185502.942000', '185502.945000', '185502.947000', '185502.950000', '185502.952000', '185502.955000', '185502.958000', '185502.960000', '185502.963000', '185502.966000', '185502.968000', '185502.971000', '185502.973000', '185502.976000', '185502.978000', '185502.981000', '185502.984000', '185502.986000', '185502.989000', '185522.880000', '185522.882000', '185522.885000', '185522.888000', '185522.890000', '185522.893000', '185522.895000', '185522.898000', '185522.901000', '185522.903000', '185522.906000', '185522.908000', '185522.911000', '185522.914000', '185522.916000', '185522.919000', '185522.921000', '185522.924000', '185522.927000', '185522.929000', '185522.932000', '185522.934000', '185522.937000', '185522.940000', '185522.942000', '185522.945000', '185522.947000', '185522.950000', '185522.953000', '185522.955000', '185522.958000', '185522.960000', '185522.963000', '185522.966000', '185522.968000', '185522.971000', '185522.973000', '185522.976000', '185522.979000', '185522.981000', '185522.984000', '185522.986000', '185522.989000', '185522.991000', '185542.881000', '185542.883000', '185542.886000', '185542.889000', '185542.891000', '185542.894000', '185542.897000', '185542.899000', '185542.902000', '185542.904000', '185542.907000', '185542.909000', '185542.912000', '185542.915000', '185542.917000', '185542.920000', '185542.922000', '185542.925000', '185542.927000', '185542.930000', '185542.933000', '185542.935000', '185542.938000', '185542.940000', '185542.943000', '185542.945000', '185542.948000', '185542.951000', '185542.953000', '185542.956000', '185542.959000', '185542.961000', '185542.964000', '185542.966000', '185542.969000', '185542.971000', '185542.974000', '185542.977000', '185542.979000', '185542.982000', '185542.984000', '185542.987000', '185542.990000', '185602.880000', '185602.883000', '185602.886000', '185602.888000', '185602.891000', '185602.893000', '185602.896000', '185602.899000', '185602.901000', '185602.904000', '185602.906000', '185602.909000', '185602.912000', '185602.914000', '185602.917000', '185602.919000', '185602.922000', '185602.924000', '185602.927000', '185602.930000', '185602.932000', '185602.935000', '185602.937000', '185602.940000', '185602.943000', '185602.945000', '185602.948000', '185602.950000', '185602.953000', '185602.955000', '185602.958000', '185602.961000', '185602.963000', '185602.966000', '185602.968000', '185602.971000', '185602.973000', '185602.976000', '185602.979000', '185602.981000', '185602.984000', '185602.987000', '185602.989000', '185602.992000', '185622.879000', '185622.882000', '185622.885000', '185622.888000', '185622.890000', '185622.893000', '185622.895000', '185622.898000', '185622.900000', '185622.903000', '185622.906000', '185622.908000', '185622.911000', '185622.913000', '185622.916000', '185622.918000', '185622.921000', '185622.924000', '185622.926000', '185622.929000', '185622.931000', '185622.934000', '185622.937000', '185622.939000', '185622.942000', '185622.944000', '185622.947000', '185622.949000', '185622.952000', '185622.955000', '185622.957000', '185622.960000', '185622.962000', '185622.965000', '185622.967000', '185622.970000', '185622.973000', '185622.975000', '185622.978000', '185622.980000', '185622.983000', '185622.985000', '185622.988000', '185642.880000', '185642.882000', '185642.885000', '185642.888000', '185642.890000', '185642.893000', '185642.896000', '185642.898000', '185642.901000', '185642.903000', '185642.906000', '185642.909000', '185642.911000', '185642.914000', '185642.916000', '185642.919000', '185642.921000', '185642.924000', '185642.927000', '185642.929000', '185642.932000', '185642.934000', '185642.938000', '185642.941000', '185642.944000', '185642.947000', '185642.949000', '185642.952000', '185642.955000', '185642.957000', '185642.960000', '185642.962000', '185642.965000', '185642.968000', '185642.970000', '185642.973000', '185642.975000', '185642.978000', '185642.980000', '185642.983000', '185642.986000', '185642.988000', '185642.991000', '185702.879000', '185702.882000', '185702.885000', '185702.888000', '185702.890000', '185702.893000', '185702.895000', '185702.898000', '185702.900000', '185702.903000', '185702.906000', '185702.908000', '185702.911000', '185702.913000', '185702.932000', '185702.937000', '185702.939000', '185702.942000', '185702.944000', '185702.947000', '185702.950000', '185702.952000', '185702.955000', '185702.957000', '185702.960000', '185702.962000', '185702.965000', '185702.968000', '185702.970000', '185702.973000', '185702.975000', '185702.978000', '185702.981000', '185702.983000', '185702.986000', '185702.988000', '185702.991000', '185702.993000', '185702.996000', '185702.999000', '185703.001000', '185703.004000', '185703.006000', '185703.009000', '185722.879000', '185722.882000', '185722.885000', '185722.888000', '185722.890000', '185722.893000', '185722.895000', '185722.898000', '185722.900000', '185722.903000', '185722.906000', '185722.908000', '185722.911000', '185722.913000', '185722.916000', '185722.919000', '185722.921000', '185722.924000', '185722.926000', '185722.929000', '185722.932000', '185722.934000', '185722.937000', '185722.939000', '185722.942000', '185722.944000', '185722.947000', '185722.950000', '185722.952000', '185722.955000', '185722.957000', '185722.960000', '185722.963000', '185722.965000', '185722.968000', '185722.970000', '185722.973000', '185722.976000', '185722.978000', '185722.981000', '185722.983000', '185722.986000', '185722.989000', '185722.991000', '185742.880000', '185742.882000', '185742.885000', '185742.888000', '185742.890000', '185742.893000', '185742.895000', '185742.898000', '185742.901000', '185742.903000', '185742.906000', '185742.908000', '185742.911000', '185742.914000', '185742.916000', '185742.919000', '185742.921000', '185742.924000', '185742.927000', '185742.929000', '185742.932000', '185742.934000', '185742.937000', '185742.940000', '185742.942000', '185742.945000', '185742.948000', '185742.950000', '185742.953000', '185742.955000', '185742.958000', '185742.961000', '185742.963000', '185742.966000', '185742.968000', '185742.971000', '185742.973000', '185742.976000', '185742.979000', '185742.981000', '185742.984000', '185742.986000', '185742.989000', '185802.882000', '185802.885000', '185802.887000', '185802.890000', '185802.893000', '185802.895000', '185802.898000', '185802.900000', '185802.903000', '185802.906000', '185802.908000', '185802.911000', '185802.913000', '185802.916000', '185802.919000', '185802.921000', '185802.924000', '185802.927000', '185802.929000', '185802.933000', '185802.936000', '185802.939000', '185802.941000', '185802.944000', '185802.947000', '185802.949000', '185802.952000', '185802.955000', '185802.957000', '185802.960000', '185802.963000', '185802.966000', '185802.968000', '185802.971000', '185802.974000', '185802.976000', '185802.979000', '185802.982000', '185802.984000', '185802.987000', '185802.989000', '185802.992000', '185802.995000', '185802.997000', '185822.880000', '185822.883000', '185822.886000', '185822.888000', '185822.891000', '185822.894000', '185822.896000', '185822.899000', '185822.901000', '185822.913000', '185822.916000', '185822.918000', '185822.921000', '185822.923000', '185822.926000', '185822.929000', '185822.931000', '185822.934000', '185822.936000', '185822.939000', '185822.941000', '185822.944000', '185822.947000', '185822.949000', '185822.952000', '185822.954000', '185822.957000', '185822.960000', '185822.962000', '185822.965000', '185822.967000', '185822.970000', '185822.972000', '185822.975000', '185822.978000', '185822.980000', '185822.983000', '185822.986000', '185822.988000', '185822.991000', '185822.994000', '185822.996000', '185823.000000', '185842.880000', '185842.882000', '185842.885000', '185842.888000', '185842.890000', '185842.893000', '185842.895000', '185842.898000', '185842.901000', '185842.903000', '185842.906000', '185842.908000', '185842.911000', '185842.914000', '185842.916000', '185842.919000', '185842.921000', '185842.924000', '185842.926000', '185842.929000', '185842.932000', '185842.934000', '185842.937000', '185842.939000', '185842.942000', '185842.945000', '185842.947000', '185842.950000', '185842.952000', '185842.955000', '185842.958000', '185842.960000', '185842.963000', '185842.965000', '185842.968000', '185842.971000', '185842.973000', '185842.976000', '185842.978000', '185842.981000', '185842.984000', '185842.986000', '185842.989000', '185842.991000', '185902.880000', '185902.883000', '185902.885000', '185902.888000', '185902.890000', '185902.893000', '185902.896000', '185902.898000', '185902.901000', '185902.903000', '185902.906000', '185902.908000', '185902.911000', '185902.914000', '185902.916000', '185902.919000', '185902.922000', '185902.924000', '185902.927000', '185902.929000', '185902.932000', '185902.935000', '185902.937000', '185902.940000', '185902.942000', '185902.945000', '185902.947000', '185902.950000', '185902.953000', '185902.955000', '185902.958000', '185902.960000', '185902.963000', '185902.966000', '185902.968000', '185902.971000', '185902.973000', '185902.976000', '185902.979000', '185902.981000', '185902.984000', '185902.986000', '185902.989000', '185922.880000', '185922.882000', '185922.885000', '185922.888000', '185922.890000', '185922.893000', '185922.896000', '185922.898000', '185922.901000', '185922.904000', '185922.906000', '185922.909000', '185922.912000', '185922.914000', '185922.917000', '185922.921000', '185922.924000', '185922.926000', '185922.929000', '185922.932000', '185922.934000', '185922.937000', '185922.939000', '185922.942000', '185922.945000', '185922.947000', '185922.950000', '185922.952000', '185922.955000', '185922.958000', '185922.960000', '185922.963000', '185922.966000', '185922.968000', '185922.971000', '185922.974000', '185922.976000', '185922.979000', '185922.981000', '185922.984000', '185922.987000', '185922.989000', '185922.992000', '185942.880000', '185942.883000', '185942.885000', '185942.888000', '185942.891000', '185942.893000', '185942.896000', '185942.898000', '185942.901000', '185942.904000', '185942.906000', '185942.909000', '185942.911000', '185942.914000', '185942.916000', '185942.919000', '185942.921000', '185942.924000', '185942.927000', '185942.929000', '185942.932000', '185942.958000', '185942.960000', '185942.963000', '185942.965000', '185942.968000', '185942.971000', '185942.973000', '185942.976000', '185942.978000', '185942.981000', '185942.984000', '185942.986000', '185942.989000', '185942.991000', '185942.994000', '185942.997000', '185943.000000', '185943.003000', '185943.005000', '185943.008000', '185943.010000', '185943.013000', '185943.016000', '190002.880000', '190002.882000', '190002.885000', '190002.887000', '190002.890000', '190002.893000', '190002.895000', '190002.898000', '190002.900000', '190002.903000', '190002.906000', '190002.908000', '190002.911000', '190002.913000', '190002.916000', '190002.919000', '190002.921000', '190002.924000', '190002.927000', '190002.929000', '190002.932000', '190002.935000', '190002.938000', '190002.941000', '190002.944000', '190002.946000', '190002.949000', '190002.951000', '190002.954000', '190002.956000', '190002.959000', '190002.962000', '190002.964000', '190002.967000', '190002.970000', '190002.972000', '190002.975000', '190002.977000', '190002.980000', '190002.983000', '190002.985000', '190002.988000', '190002.990000', '190022.881000', '190022.883000', '190022.886000', '190022.889000', '190022.891000', '190022.894000', '190022.896000', '190022.899000', '190022.902000', '190022.904000', '190022.907000', '190022.909000', '190022.912000', '190022.915000', '190022.917000', '190022.920000', '190022.923000', '190022.925000', '190022.928000', '190022.930000', '190022.933000', '190022.936000', '190022.938000', '190022.941000', '190022.943000', '190022.946000', '190022.948000', '190022.951000', '190022.954000', '190022.956000', '190022.959000', '190022.961000', '190022.964000', '190022.967000', '190022.969000', '190022.972000', '190022.975000', '190022.977000', '190022.980000', '190022.982000', '190022.985000', '190022.987000', '190022.990000', '190022.993000', '190042.881000', '190042.884000', '190042.886000', '190042.889000', '190042.891000', '190042.894000', '190042.897000', '190042.899000', '190042.902000', '190042.904000', '190042.907000', '190042.909000', '190042.912000', '190042.915000', '190042.917000', '190042.920000', '190042.923000', '190042.925000', '190042.929000', '190042.932000', '190042.935000', '190042.937000', '190042.940000', '190042.943000', '190042.945000', '190042.948000', '190042.950000', '190042.953000', '190042.956000', '190042.960000', '190042.963000', '190042.965000', '190042.968000', '190042.971000', '190042.973000', '190042.976000', '190042.979000', '190042.981000', '190042.984000', '190042.986000', '190042.989000', '190042.992000', '190042.994000', '190102.880000', '190102.883000', '190102.885000', '190102.892000', '190102.895000', '190102.897000', '190102.900000', '190102.902000', '190102.905000', '190102.907000', '190102.910000', '190102.913000', '190102.915000', '190102.918000', '190102.920000', '190102.923000', '190102.926000', '190102.928000', '190102.931000', '190102.934000', '190102.936000', '190102.939000', '190102.941000', '190102.944000', '190102.947000', '190102.949000', '190102.952000', '190102.955000', '190102.958000', '190102.960000', '190102.963000', '190102.966000', '190102.968000', '190102.971000', '190102.973000', '190102.976000', '190102.978000', '190102.981000', '190102.984000', '190102.986000', '190102.989000', '190102.991000', '190102.994000', '190102.997000', '190122.879000', '190122.882000', '190122.885000', '190122.887000', '190122.890000', '190122.893000', '190122.895000', '190122.898000', '190122.900000', '190122.903000', '190122.906000', '190122.908000', '190122.911000', '190122.914000', '190122.916000', '190122.919000', '190122.921000', '190122.924000', '190122.926000', '190122.929000', '190122.932000', '190122.934000', '190122.937000', '190122.939000', '190122.942000', '190122.945000', '190122.947000', '190122.950000', '190122.952000', '190122.955000', '190122.958000', '190122.960000', '190122.963000', '190122.965000', '190122.968000', '190122.971000', '190122.974000', '190122.977000', '190122.980000', '190122.983000', '190122.985000', '190122.988000', '190122.990000', '190142.880000', '190142.883000', '190142.885000', '190142.888000', '190142.891000', '190142.893000', '190142.896000', '190142.899000', '190142.901000', '190142.904000', '190142.906000', '190142.909000', '190142.911000', '190142.914000', '190142.917000', '190142.919000', '190142.922000', '190142.924000', '190142.927000', '190142.930000', '190142.932000', '190142.935000', '190142.937000', '190142.940000', '190142.943000', '190142.945000', '190142.948000', '190142.950000', '190142.953000', '190142.956000', '190142.958000', '190142.961000', '190142.963000', '190142.966000', '190142.969000', '190142.971000', '190142.974000', '190142.976000', '190142.979000', '190142.982000', '190142.984000', '190142.987000', '190142.989000', '190142.992000', '190155.585000', '190155.588000', '190155.591000', '190155.594000', '190155.597000', '190155.600000', '190155.602000', '190155.605000', '190155.608000', '190155.611000', '190155.613000', '190155.616000', '190155.619000', '190155.621000', '190155.624000', '190155.627000', '190155.629000', '190155.632000', '190155.635000', '190155.637000', '190155.640000', '190155.643000', '190155.645000', '190155.648000', '190155.651000', '190155.653000', '190155.656000', '190155.659000'], 'InstanceCreationTime': ['185142.917000', '185142.921000', '185142.924000', '185142.927000', '185142.930000', '185142.932000', '185142.935000', '185142.937000', '185142.940000', '185142.942000', '185142.945000', '185142.947000', '185142.950000', '185142.953000', '185142.960000', '185142.963000', '185142.966000', '185142.968000', '185142.971000', '185142.974000', '185142.976000', '185142.979000', '185142.982000', '185142.985000', '185142.987000', '185142.990000', '185142.992000', '185142.995000', '185142.998000', '185143.001000', '185143.004000', '185143.007000', '185143.009000', '185143.012000', '185143.014000', '185143.017000', '185143.019000', '185143.022000', '185143.025000', '185143.027000', '185143.030000', '185143.032000', '185143.035000', '185202.879000', '185202.882000', '185202.885000', '185202.887000', '185202.890000', '185202.893000', '185202.895000', '185202.898000', '185202.900000', '185202.903000', '185202.906000', '185202.908000', '185202.911000', '185202.914000', '185202.916000', '185202.919000', '185202.921000', '185202.924000', '185202.926000', '185202.929000', '185202.931000', '185202.934000', '185202.936000', '185202.939000', '185202.941000', '185202.944000', '185202.947000', '185202.949000', '185202.952000', '185202.955000', '185202.957000', '185202.960000', '185202.962000', '185202.965000', '185202.967000', '185202.970000', '185202.972000', '185202.975000', '185202.978000', '185202.980000', '185202.983000', '185202.985000', '185202.988000', '185202.990000', '185222.880000', '185222.882000', '185222.885000', '185222.888000', '185222.890000', '185222.893000', '185222.895000', '185222.898000', '185222.901000', '185222.903000', '185222.906000', '185222.908000', '185222.911000', '185222.913000', '185222.916000', '185222.918000', '185222.931000', '185222.933000', '185222.936000', '185222.939000', '185222.941000', '185222.944000', '185222.946000', '185222.949000', '185222.951000', '185222.975000', '185222.978000', '185222.981000', '185222.983000', '185222.986000', '185222.988000', '185222.991000', '185222.993000', '185222.996000', '185223.000000', '185223.002000', '185223.005000', '185223.007000', '185223.010000', '185223.012000', '185223.015000', '185223.018000', '185223.020000', '185242.879000', '185242.882000', '185242.885000', '185242.887000', '185242.890000', '185242.892000', '185242.895000', '185242.897000', '185242.900000', '185242.903000', '185242.905000', '185242.908000', '185242.910000', '185242.913000', '185242.916000', '185242.918000', '185242.921000', '185242.923000', '185242.926000', '185242.928000', '185242.931000', '185242.934000', '185242.936000', '185242.939000', '185242.941000', '185242.944000', '185242.946000', '185242.949000', '185242.952000', '185242.954000', '185242.957000', '185242.959000', '185242.962000', '185242.965000', '185242.967000', '185242.970000', '185242.972000', '185242.975000', '185242.978000', '185242.980000', '185242.983000', '185242.986000', '185242.988000', '185242.991000', '185302.879000', '185302.882000', '185302.885000', '185302.887000', '185302.890000', '185302.892000', '185302.895000', '185302.898000', '185302.900000', '185302.903000', '185302.905000', '185302.908000', '185302.911000', '185302.913000', '185302.916000', '185302.918000', '185302.921000', '185302.923000', '185302.926000', '185302.929000', '185302.931000', '185302.934000', '185302.936000', '185302.940000', '185302.943000', '185302.946000', '185302.948000', '185302.951000', '185302.953000', '185302.956000', '185302.960000', '185302.963000', '185302.965000', '185302.968000', '185302.971000', '185302.973000', '185302.976000', '185302.978000', '185302.981000', '185302.984000', '185302.996000', '185302.998000', '185303.002000', '185322.880000', '185322.883000', '185322.886000', '185322.888000', '185322.891000', '185322.894000', '185322.896000', '185322.899000', '185322.901000', '185322.904000', '185322.907000', '185322.909000', '185322.912000', '185322.914000', '185322.917000', '185322.923000', '185322.926000', '185322.929000', '185322.931000', '185322.934000', '185322.936000', '185322.939000', '185322.941000', '185322.944000', '185322.947000', '185322.949000', '185322.952000', '185322.954000', '185322.957000', '185322.959000', '185322.962000', '185322.965000', '185322.967000', '185322.970000', '185322.972000', '185322.975000', '185322.977000', '185322.980000', '185322.983000', '185322.985000', '185322.988000', '185322.990000', '185322.993000', '185322.995000', '185342.881000', '185342.883000', '185342.886000', '185342.889000', '185342.891000', '185342.894000', '185342.896000', '185342.899000', '185342.902000', '185342.904000', '185342.907000', '185342.909000', '185342.912000', '185342.914000', '185342.917000', '185342.920000', '185342.922000', '185342.925000', '185342.927000', '185342.930000', '185342.933000', '185342.935000', '185342.938000', '185342.941000', '185342.944000', '185342.947000', '185342.950000', '185342.952000', '185342.955000', '185342.958000', '185342.960000', '185342.963000', '185342.965000', '185342.968000', '185342.971000', '185342.973000', '185342.976000', '185342.978000', '185342.981000', '185342.984000', '185342.986000', '185342.989000', '185342.991000', '185402.880000', '185402.882000', '185402.885000', '185402.887000', '185402.890000', '185402.893000', '185402.895000', '185402.898000', '185402.900000', '185402.903000', '185402.905000', '185402.908000', '185402.911000', '185402.913000', '185402.916000', '185402.919000', '185402.921000', '185402.924000', '185402.926000', '185402.929000', '185402.931000', '185402.948000', '185402.951000', '185402.953000', '185402.956000', '185402.958000', '185402.961000', '185402.963000', '185402.966000', '185402.969000', '185402.971000', '185402.974000', '185402.976000', '185402.979000', '185402.982000', '185402.984000', '185402.987000', '185402.989000', '185402.992000', '185402.994000', '185402.997000', '185403.001000', '185403.003000', '185403.006000', '185422.879000', '185422.882000', '185422.885000', '185422.888000', '185422.890000', '185422.893000', '185422.895000', '185422.898000', '185422.901000', '185422.903000', '185422.906000', '185422.908000', '185422.911000', '185422.914000', '185422.916000', '185422.919000', '185422.922000', '185422.924000', '185422.927000', '185422.929000', '185422.932000', '185422.935000', '185422.937000', '185422.940000', '185422.942000', '185422.945000', '185422.948000', '185422.950000', '185422.953000', '185422.955000', '185422.958000', '185422.961000', '185422.963000', '185422.966000', '185422.968000', '185422.971000', '185422.973000', '185422.976000', '185422.979000', '185422.981000', '185422.984000', '185422.987000', '185422.990000', '185442.879000', '185442.882000', '185442.885000', '185442.887000', '185442.890000', '185442.893000', '185442.895000', '185442.898000', '185442.901000', '185442.903000', '185442.906000', '185442.908000', '185442.911000', '185442.914000', '185442.916000', '185442.919000', '185442.921000', '185442.924000', '185442.927000', '185442.929000', '185442.932000', '185442.958000', '185442.960000', '185442.963000', '185442.966000', '185442.968000', '185442.971000', '185442.973000', '185442.976000', '185442.979000', '185442.981000', '185442.984000', '185442.986000', '185442.989000', '185442.992000', '185442.994000', '185442.997000', '185443.000000', '185443.003000', '185443.006000', '185443.008000', '185443.011000', '185443.013000', '185443.016000', '185502.880000', '185502.882000', '185502.885000', '185502.888000', '185502.890000', '185502.893000', '185502.895000', '185502.898000', '185502.901000', '185502.903000', '185502.906000', '185502.908000', '185502.911000', '185502.914000', '185502.916000', '185502.919000', '185502.921000', '185502.924000', '185502.927000', '185502.929000', '185502.932000', '185502.934000', '185502.937000', '185502.940000', '185502.942000', '185502.945000', '185502.947000', '185502.950000', '185502.952000', '185502.955000', '185502.958000', '185502.960000', '185502.963000', '185502.966000', '185502.968000', '185502.971000', '185502.973000', '185502.976000', '185502.978000', '185502.981000', '185502.984000', '185502.986000', '185502.989000', '185522.880000', '185522.882000', '185522.885000', '185522.888000', '185522.890000', '185522.893000', '185522.895000', '185522.898000', '185522.901000', '185522.903000', '185522.906000', '185522.908000', '185522.911000', '185522.914000', '185522.916000', '185522.919000', '185522.921000', '185522.924000', '185522.927000', '185522.929000', '185522.932000', '185522.934000', '185522.937000', '185522.940000', '185522.942000', '185522.945000', '185522.947000', '185522.950000', '185522.953000', '185522.955000', '185522.958000', '185522.960000', '185522.963000', '185522.966000', '185522.968000', '185522.971000', '185522.973000', '185522.976000', '185522.979000', '185522.981000', '185522.984000', '185522.986000', '185522.989000', '185522.991000', '185542.881000', '185542.883000', '185542.886000', '185542.889000', '185542.891000', '185542.894000', '185542.897000', '185542.899000', '185542.902000', '185542.904000', '185542.907000', '185542.909000', '185542.912000', '185542.915000', '185542.917000', '185542.920000', '185542.922000', '185542.925000', '185542.927000', '185542.930000', '185542.933000', '185542.935000', '185542.938000', '185542.940000', '185542.943000', '185542.945000', '185542.948000', '185542.951000', '185542.953000', '185542.956000', '185542.959000', '185542.961000', '185542.964000', '185542.966000', '185542.969000', '185542.971000', '185542.974000', '185542.977000', '185542.979000', '185542.982000', '185542.984000', '185542.987000', '185542.990000', '185602.880000', '185602.883000', '185602.886000', '185602.888000', '185602.891000', '185602.893000', '185602.896000', '185602.899000', '185602.901000', '185602.904000', '185602.906000', '185602.909000', '185602.912000', '185602.914000', '185602.917000', '185602.919000', '185602.922000', '185602.924000', '185602.927000', '185602.930000', '185602.932000', '185602.935000', '185602.937000', '185602.940000', '185602.943000', '185602.945000', '185602.948000', '185602.950000', '185602.953000', '185602.955000', '185602.958000', '185602.961000', '185602.963000', '185602.966000', '185602.968000', '185602.971000', '185602.973000', '185602.976000', '185602.979000', '185602.981000', '185602.984000', '185602.987000', '185602.989000', '185602.992000', '185622.879000', '185622.882000', '185622.885000', '185622.888000', '185622.890000', '185622.893000', '185622.895000', '185622.898000', '185622.900000', '185622.903000', '185622.906000', '185622.908000', '185622.911000', '185622.913000', '185622.916000', '185622.918000', '185622.921000', '185622.924000', '185622.926000', '185622.929000', '185622.931000', '185622.934000', '185622.937000', '185622.939000', '185622.942000', '185622.944000', '185622.947000', '185622.949000', '185622.952000', '185622.955000', '185622.957000', '185622.960000', '185622.962000', '185622.965000', '185622.967000', '185622.970000', '185622.973000', '185622.975000', '185622.978000', '185622.980000', '185622.983000', '185622.985000', '185622.988000', '185642.880000', '185642.882000', '185642.885000', '185642.888000', '185642.890000', '185642.893000', '185642.896000', '185642.898000', '185642.901000', '185642.903000', '185642.906000', '185642.909000', '185642.911000', '185642.914000', '185642.916000', '185642.919000', '185642.921000', '185642.924000', '185642.927000', '185642.929000', '185642.932000', '185642.934000', '185642.938000', '185642.941000', '185642.944000', '185642.947000', '185642.949000', '185642.952000', '185642.955000', '185642.957000', '185642.960000', '185642.962000', '185642.965000', '185642.968000', '185642.970000', '185642.973000', '185642.975000', '185642.978000', '185642.980000', '185642.983000', '185642.986000', '185642.988000', '185642.991000', '185702.879000', '185702.882000', '185702.885000', '185702.888000', '185702.890000', '185702.893000', '185702.895000', '185702.898000', '185702.900000', '185702.903000', '185702.906000', '185702.908000', '185702.911000', '185702.913000', '185702.932000', '185702.937000', '185702.939000', '185702.942000', '185702.944000', '185702.947000', '185702.950000', '185702.952000', '185702.955000', '185702.957000', '185702.960000', '185702.962000', '185702.965000', '185702.968000', '185702.970000', '185702.973000', '185702.975000', '185702.978000', '185702.981000', '185702.983000', '185702.986000', '185702.988000', '185702.991000', '185702.993000', '185702.996000', '185702.999000', '185703.001000', '185703.004000', '185703.006000', '185703.009000', '185722.879000', '185722.882000', '185722.885000', '185722.888000', '185722.890000', '185722.893000', '185722.895000', '185722.898000', '185722.900000', '185722.903000', '185722.906000', '185722.908000', '185722.911000', '185722.913000', '185722.916000', '185722.919000', '185722.921000', '185722.924000', '185722.926000', '185722.929000', '185722.932000', '185722.934000', '185722.937000', '185722.939000', '185722.942000', '185722.944000', '185722.947000', '185722.950000', '185722.952000', '185722.955000', '185722.957000', '185722.960000', '185722.963000', '185722.965000', '185722.968000', '185722.970000', '185722.973000', '185722.976000', '185722.978000', '185722.981000', '185722.983000', '185722.986000', '185722.989000', '185722.991000', '185742.880000', '185742.882000', '185742.885000', '185742.888000', '185742.890000', '185742.893000', '185742.895000', '185742.898000', '185742.901000', '185742.903000', '185742.906000', '185742.908000', '185742.911000', '185742.914000', '185742.916000', '185742.919000', '185742.921000', '185742.924000', '185742.927000', '185742.929000', '185742.932000', '185742.934000', '185742.937000', '185742.940000', '185742.942000', '185742.945000', '185742.948000', '185742.950000', '185742.953000', '185742.955000', '185742.958000', '185742.961000', '185742.963000', '185742.966000', '185742.968000', '185742.971000', '185742.973000', '185742.976000', '185742.979000', '185742.981000', '185742.984000', '185742.986000', '185742.989000', '185802.882000', '185802.885000', '185802.887000', '185802.890000', '185802.893000', '185802.895000', '185802.898000', '185802.900000', '185802.903000', '185802.906000', '185802.908000', '185802.911000', '185802.913000', '185802.916000', '185802.919000', '185802.921000', '185802.924000', '185802.927000', '185802.929000', '185802.933000', '185802.936000', '185802.939000', '185802.941000', '185802.944000', '185802.947000', '185802.949000', '185802.952000', '185802.955000', '185802.957000', '185802.960000', '185802.963000', '185802.966000', '185802.968000', '185802.971000', '185802.974000', '185802.976000', '185802.979000', '185802.982000', '185802.984000', '185802.987000', '185802.989000', '185802.992000', '185802.995000', '185802.997000', '185822.880000', '185822.883000', '185822.886000', '185822.888000', '185822.891000', '185822.894000', '185822.896000', '185822.899000', '185822.901000', '185822.913000', '185822.916000', '185822.918000', '185822.921000', '185822.923000', '185822.926000', '185822.929000', '185822.931000', '185822.934000', '185822.936000', '185822.939000', '185822.941000', '185822.944000', '185822.947000', '185822.949000', '185822.952000', '185822.954000', '185822.957000', '185822.960000', '185822.962000', '185822.965000', '185822.967000', '185822.970000', '185822.972000', '185822.975000', '185822.978000', '185822.980000', '185822.983000', '185822.986000', '185822.988000', '185822.991000', '185822.994000', '185822.996000', '185823.000000', '185842.880000', '185842.882000', '185842.885000', '185842.888000', '185842.890000', '185842.893000', '185842.895000', '185842.898000', '185842.901000', '185842.903000', '185842.906000', '185842.908000', '185842.911000', '185842.914000', '185842.916000', '185842.919000', '185842.921000', '185842.924000', '185842.926000', '185842.929000', '185842.932000', '185842.934000', '185842.937000', '185842.939000', '185842.942000', '185842.945000', '185842.947000', '185842.950000', '185842.952000', '185842.955000', '185842.958000', '185842.960000', '185842.963000', '185842.965000', '185842.968000', '185842.971000', '185842.973000', '185842.976000', '185842.978000', '185842.981000', '185842.984000', '185842.986000', '185842.989000', '185842.991000', '185902.880000', '185902.883000', '185902.885000', '185902.888000', '185902.890000', '185902.893000', '185902.896000', '185902.898000', '185902.901000', '185902.903000', '185902.906000', '185902.908000', '185902.911000', '185902.914000', '185902.916000', '185902.919000', '185902.922000', '185902.924000', '185902.927000', '185902.929000', '185902.932000', '185902.935000', '185902.937000', '185902.940000', '185902.942000', '185902.945000', '185902.947000', '185902.950000', '185902.953000', '185902.955000', '185902.958000', '185902.960000', '185902.963000', '185902.966000', '185902.968000', '185902.971000', '185902.973000', '185902.976000', '185902.979000', '185902.981000', '185902.984000', '185902.986000', '185902.989000', '185922.880000', '185922.882000', '185922.885000', '185922.888000', '185922.890000', '185922.893000', '185922.896000', '185922.898000', '185922.901000', '185922.904000', '185922.906000', '185922.909000', '185922.912000', '185922.914000', '185922.917000', '185922.921000', '185922.924000', '185922.926000', '185922.929000', '185922.932000', '185922.934000', '185922.937000', '185922.939000', '185922.942000', '185922.945000', '185922.947000', '185922.950000', '185922.952000', '185922.955000', '185922.958000', '185922.960000', '185922.963000', '185922.966000', '185922.968000', '185922.971000', '185922.974000', '185922.976000', '185922.979000', '185922.981000', '185922.984000', '185922.987000', '185922.989000', '185922.992000', '185942.880000', '185942.883000', '185942.885000', '185942.888000', '185942.891000', '185942.893000', '185942.896000', '185942.898000', '185942.901000', '185942.904000', '185942.906000', '185942.909000', '185942.911000', '185942.914000', '185942.916000', '185942.919000', '185942.921000', '185942.924000', '185942.927000', '185942.929000', '185942.932000', '185942.958000', '185942.960000', '185942.963000', '185942.965000', '185942.968000', '185942.971000', '185942.973000', '185942.976000', '185942.978000', '185942.981000', '185942.984000', '185942.986000', '185942.989000', '185942.991000', '185942.994000', '185942.997000', '185943.000000', '185943.003000', '185943.005000', '185943.008000', '185943.010000', '185943.013000', '185943.016000', '190002.880000', '190002.882000', '190002.885000', '190002.887000', '190002.890000', '190002.893000', '190002.895000', '190002.898000', '190002.900000', '190002.903000', '190002.906000', '190002.908000', '190002.911000', '190002.913000', '190002.916000', '190002.919000', '190002.921000', '190002.924000', '190002.927000', '190002.929000', '190002.932000', '190002.935000', '190002.938000', '190002.941000', '190002.944000', '190002.946000', '190002.949000', '190002.951000', '190002.954000', '190002.956000', '190002.959000', '190002.962000', '190002.964000', '190002.967000', '190002.970000', '190002.972000', '190002.975000', '190002.977000', '190002.980000', '190002.983000', '190002.985000', '190002.988000', '190002.990000', '190022.881000', '190022.883000', '190022.886000', '190022.889000', '190022.891000', '190022.894000', '190022.896000', '190022.899000', '190022.902000', '190022.904000', '190022.907000', '190022.909000', '190022.912000', '190022.915000', '190022.917000', '190022.920000', '190022.923000', '190022.925000', '190022.928000', '190022.930000', '190022.933000', '190022.936000', '190022.938000', '190022.941000', '190022.943000', '190022.946000', '190022.948000', '190022.951000', '190022.954000', '190022.956000', '190022.959000', '190022.961000', '190022.964000', '190022.967000', '190022.969000', '190022.972000', '190022.975000', '190022.977000', '190022.980000', '190022.982000', '190022.985000', '190022.987000', '190022.990000', '190022.993000', '190042.881000', '190042.884000', '190042.886000', '190042.889000', '190042.891000', '190042.894000', '190042.897000', '190042.899000', '190042.902000', '190042.904000', '190042.907000', '190042.909000', '190042.912000', '190042.915000', '190042.917000', '190042.920000', '190042.923000', '190042.925000', '190042.929000', '190042.932000', '190042.935000', '190042.937000', '190042.940000', '190042.943000', '190042.945000', '190042.948000', '190042.950000', '190042.953000', '190042.956000', '190042.960000', '190042.963000', '190042.965000', '190042.968000', '190042.971000', '190042.973000', '190042.976000', '190042.979000', '190042.981000', '190042.984000', '190042.986000', '190042.989000', '190042.992000', '190042.994000', '190102.880000', '190102.883000', '190102.885000', '190102.892000', '190102.895000', '190102.897000', '190102.900000', '190102.902000', '190102.905000', '190102.907000', '190102.910000', '190102.913000', '190102.915000', '190102.918000', '190102.920000', '190102.923000', '190102.926000', '190102.928000', '190102.931000', '190102.934000', '190102.936000', '190102.939000', '190102.941000', '190102.944000', '190102.947000', '190102.949000', '190102.952000', '190102.955000', '190102.958000', '190102.960000', '190102.963000', '190102.966000', '190102.968000', '190102.971000', '190102.973000', '190102.976000', '190102.978000', '190102.981000', '190102.984000', '190102.986000', '190102.989000', '190102.991000', '190102.994000', '190102.997000', '190122.879000', '190122.882000', '190122.885000', '190122.887000', '190122.890000', '190122.893000', '190122.895000', '190122.898000', '190122.900000', '190122.903000', '190122.906000', '190122.908000', '190122.911000', '190122.914000', '190122.916000', '190122.919000', '190122.921000', '190122.924000', '190122.926000', '190122.929000', '190122.932000', '190122.934000', '190122.937000', '190122.939000', '190122.942000', '190122.945000', '190122.947000', '190122.950000', '190122.952000', '190122.955000', '190122.958000', '190122.960000', '190122.963000', '190122.965000', '190122.968000', '190122.971000', '190122.974000', '190122.977000', '190122.980000', '190122.983000', '190122.985000', '190122.988000', '190122.990000', '190142.880000', '190142.883000', '190142.885000', '190142.888000', '190142.891000', '190142.893000', '190142.896000', '190142.899000', '190142.901000', '190142.904000', '190142.906000', '190142.909000', '190142.911000', '190142.914000', '190142.917000', '190142.919000', '190142.922000', '190142.924000', '190142.927000', '190142.930000', '190142.932000', '190142.935000', '190142.937000', '190142.940000', '190142.943000', '190142.945000', '190142.948000', '190142.950000', '190142.953000', '190142.956000', '190142.958000', '190142.961000', '190142.963000', '190142.966000', '190142.969000', '190142.971000', '190142.974000', '190142.976000', '190142.979000', '190142.982000', '190142.984000', '190142.987000', '190142.989000', '190142.992000', '190155.585000', '190155.588000', '190155.591000', '190155.594000', '190155.597000', '190155.600000', '190155.602000', '190155.605000', '190155.608000', '190155.611000', '190155.613000', '190155.616000', '190155.619000', '190155.621000', '190155.624000', '190155.627000', '190155.629000', '190155.632000', '190155.635000', '190155.637000', '190155.640000', '190155.643000', '190155.645000', '190155.648000', '190155.651000', '190155.653000', '190155.656000', '190155.659000'], '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': [8925, 9726, 8685, 11503, 8261, 8692, 8845, 13706, 10008, 9299, 7662, 8844, 11853, 7558, 9304, 7410, 8863, 7334, 8797, 7229, 8579, 13006, 7676, 9707, 7504, 9160, 7181, 8405, 9756, 8207, 9676, 7330, 10119, 7425, 8658, 9526, 8586, 9629, 7629, 10981, 7469, 8933, 8490, 8938, 7165, 8071, 11997, 7494, 8902, 8575, 8556, 9173, 7702, 10869, 7416, 8837, 8462, 8633, 8801, 7885, 11681, 7642, 9259, 7511, 8671, 7736, 8292, 12186, 7738, 9672, 7640, 8892, 8662, 8096, 11384, 7766, 9129, 7406, 8822, 7088, 8092, 12034, 7395, 9326, 7506, 8561, 7333, 8118, 12969, 7615, 9428, 7661, 8627, 9701, 8113, 11852, 7694, 8681, 8866, 8184, 11243, 7672, 8790, 11208, 7894, 11714, 7322, 8766, 8664, 8409, 11644, 7651, 8780, 7969, 7883, 11923, 7840, 8855, 8455, 8637, 13449, 7207, 9059, 10258, 8660, 6988, 8465, 7218, 9068, 13807, 8156, 10282, 7956, 8989, 8111, 8133, 7125, 8747, 7354, 11559, 14098, 9263, 10329, 7470, 9350, 7663, 9424, 10469, 8770, 9874, 7428, 9023, 10429, 8393, 10487, 7710, 8916, 7258, 8544, 12544, 7548, 9540, 7887, 8680, 10364, 7534, 10215, 7158, 8589, 10233, 8334, 8566, 7935, 9997, 7997, 12003, 9421, 9098, 10449, 7853, 10051, 8540, 8933, 11808, 7545, 9000, 7097, 8573, 12089, 7687, 9048, 10063, 8793, 10029, 7304, 8951, 10763, 8057, 10799, 8020, 8978, 8129, 8046, 12207, 7699, 8740, 11309, 8320, 9900, 7438, 8769, 11201, 7904, 10757, 7652, 8737, 10225, 7672, 10769, 7196, 8709, 11855, 7843, 10034, 7552, 8410, 9434, 8667, 11882, 7315, 8958, 7167, 8243, 11593, 7604, 10044, 7925, 9142, 7143, 8627, 12270, 7378, 9687, 7905, 8585, 10324, 7719, 10910, 7328, 8845, 10729, 8634, 10625, 7417, 9102, 7682, 8327, 11645, 7517, 8997, 7114, 8443, 11792, 7455, 10375, 7252, 8577, 10490, 7901, 11225, 7606, 8802, 7937, 8061, 11932, 7345, 9259, 8681, 8523, 10782, 7280, 10360, 6952, 8320, 11379, 7810, 9557, 7313, 8988, 8768, 8212, 11736, 7501, 9228, 7346, 8717, 11509, 8043, 10862, 7694, 8979, 6902, 8753, 12520, 7140, 9354, 7852, 8683, 9068, 7585, 11804, 7426, 8916, 11195, 8143, 11004, 7472, 8944, 11100, 8709, 10261, 7287, 9218, 7502, 8395, 13925, 7394, 9340, 7522, 8639, 9275, 7852, 11277, 7520, 8835, 11452, 8335, 10997, 7327, 8652, 10856, 8419, 11299, 7692, 8706, 8085, 8227, 11269, 7258, 9229, 7403, 8134, 7617, 8365, 10867, 7752, 11045, 7723, 8578, 7037, 8175, 12008, 8072, 10077, 7654, 9194, 7691, 8648, 8383, 10072, 7927, 7667, 9901, 7970, 7404, 8563, 7526, 11445, 13424, 8476, 12636, 8312, 10496, 8273, 8981, 7619, 7756, 8411, 9161, 9481, 7806, 11223, 8275, 13899, 10795, 11604, 8443, 9031, 11279, 8932, 12568, 8512, 9421, 7930, 9307, 8150, 8953, 8211, 9114, 7620, 10445, 7802, 10229, 7558, 9336, 7304, 9100, 7995, 8502, 7053, 9151, 7468, 10937, 7287, 11073, 9334, 8841, 11984, 7838, 10093, 7163, 8965, 8146, 8887, 11882, 7445, 8934, 7080, 8532, 8383, 8367, 13384, 7429, 9396, 7165, 8774, 9178, 8600, 9023, 7712, 11694, 7396, 9123, 10104, 8472, 10588, 7346, 10652, 7755, 8719, 9486, 8310, 12199, 7233, 8965, 9252, 8862, 7077, 8328, 7049, 8480, 13020, 8498, 8546, 9160, 7960, 11359, 7746, 8782, 12036, 7469, 9049, 6935, 8287, 13542, 7528, 9348, 7476, 8709, 8240, 8073, 11934, 7314, 8930, 7329, 8489, 12131, 7609, 9815, 7323, 8611, 10412, 7443, 11033, 7126, 8662, 10530, 8467, 10445, 7242, 9742, 9214, 8586, 13219, 7722, 9942, 7121, 8677, 13368, 7706, 9564, 7536, 8591, 11418, 7386, 9874, 7881, 8584, 6944, 8491, 7149, 8496, 12783, 7926, 8473, 10681, 7403, 10075, 7787, 8375, 11539, 7369, 8748, 7632, 8037, 12044, 7470, 8801, 9650, 8120, 9579, 7731, 10214, 7353, 8931, 7371, 9182, 7517, 8453, 7362, 10990, 7714, 11733, 11660, 8218, 10722, 8690, 8712, 7094, 8830, 7440, 9131, 12634, 7993, 10752, 7258, 8741, 9338, 8704, 7024, 7977, 11067, 7551, 10458, 7744, 8785, 7013, 8654, 10458, 8230, 10707, 7237, 9172, 7027, 8907, 7086, 8992, 8117, 9338, 7733, 8431, 13786, 7454, 10047, 8269, 9254, 6941, 8597, 7320, 8718, 9884, 8572, 10511, 7172, 9344, 7633, 8786, 9471, 8170, 6667, 8945, 7667, 8729, 7878, 13180, 7966, 8945, 8022, 13028, 8745, 8855, 9043, 7971, 8120, 9086, 7926, 8264, 9463, 7277, 7718, 8742, 13019, 9326, 8815, 12335, 7783, 8982, 8812, 8725, 8900, 7770, 12005, 7626, 8914, 10919, 9002, 11551, 7904, 10518, 8064, 8869, 14662, 7766, 9338, 7565, 8819, 10513, 8074, 11307, 7403, 9261, 7129, 8440, 12854, 7465, 10065, 7621, 8644, 7284, 8422, 12972, 7271, 9211, 7561, 8717, 8996, 8288, 11979, 7392, 9309, 7383, 8316, 12584, 7634, 10389, 7461, 8677, 7631, 7815, 12670, 7791, 8562, 10670, 7893, 10947, 7568, 8340, 10600, 7663, 11494, 7539, 8593, 8240, 7901, 12602, 7607, 8654, 7947, 8216, 7493, 7851, 12501, 8287, 8110, 10305, 8023, 13904, 7339, 10183, 11001, 8279, 11212, 7386, 9383, 7911, 8042, 11865, 7666, 8343, 7424, 8892, 8629, 8235, 12202, 7433, 8622, 7211, 8184, 13915, 7660, 9728, 7733, 8477, 7432, 8038, 12994, 7717, 8541, 9240, 8417, 13341, 7170, 9290, 8464, 8403, 13483, 7546, 10781, 7384, 8882, 9243, 8231, 12846, 7466, 9353, 7544, 9081, 9418, 8394, 11431, 7464, 9364, 7310, 8778, 7546, 8814, 10751, 8190, 10439, 7336, 10433, 7400, 8739, 9001, 8578, 9191, 7611, 11295, 7404, 8293, 10620, 7957, 10874, 7394, 10099, 7229, 8268, 9707, 8436, 8612, 8184, 12947, 7714, 8725, 9167, 8715, 8659, 8200, 12513, 7673, 8800, 8142, 8936, 8838, 7884, 11746, 7297, 8723, 8536, 8837, 9728, 7846, 11788, 7694, 8710, 9021, 8624, 8044, 7782, 12024, 7466, 8900, 7949, 8786, 9342, 7727, 11562, 7499, 8618, 9382, 8445, 9892, 7741, 11498, 7745, 8820, 8392, 8697, 9337, 7836, 12004, 7672, 8920, 7590, 8882, 7362, 8427, 11733, 7784, 11326, 7633, 8676, 7352, 8301, 9617, 7971, 11583, 7387, 9033, 7570, 8905, 8241, 8592, 13671, 7761, 9843, 7469, 8578, 9343, 8295, 11525, 7375, 9025, 7599, 8498, 9466, 8252, 11956, 7705, 9152, 7679, 8753, 9342, 8046, 11811, 7680, 9063, 7791, 8668, 7784, 8399, 11520, 8220, 9133, 7741, 13254, 7367, 9827, 8431, 11501, 7313, 7624, 8691, 7721, 10028, 8110, 10874, 15207, 8966, 11190, 7342, 9562, 7935, 11106, 8246, 8314, 14639, 7694, 10543, 7414, 8830, 7802, 8350, 10916, 8243, 9434, 8174, 11724, 7410, 9824, 8041, 8821, 8742, 7886, 11800, 7876, 8515, 7979, 8614, 7781, 8336, 14516, 7741, 10161, 7620, 8428, 7497, 8586, 8072, 8083, 12863, 7615, 9188, 7597, 8943, 7852, 8776, 8989, 8647, 14504, 7741, 11830, 7577, 9134, 7690, 8523, 10332, 7900, 11956, 7715, 9414, 7949, 8612, 7309, 8049, 14430, 7708, 9739, 7555, 8503, 9373, 7807, 13671, 7420, 8188, 7625, 7559, 7881, 12888, 8096, 8447, 9919, 8227, 8883, 7790, 11744, 7392, 9118, 7858, 8608, 7541, 8210, 9052, 8037, 12613, 8098, 8842, 7414, 8304, 10472, 7949, 12230, 8042, 8863, 7790, 8782, 7717, 8466, 12087, 7681, 10514, 7455, 9567, 7854, 8602, 10664, 8490, 7802, 8143, 9880, 7973, 12362, 7958, 8662, 7813, 8552, 7433, 8122, 14826, 7601, 9839, 7766, 8741, 7622, 8450, 7946, 8758, 11079, 8511, 7979, 8026, 7697, 8351, 13734, 7803, 9077, 7452, 8851, 7480, 8440, 8127, 8669, 7680, 8402, 7486, 7884, 12499, 7910, 9583, 7729, 8829, 7653, 8241, 9972, 8415, 8313, 8002, 12433, 7499, 9464, 7792, 8470, 7529, 8380, 7559, 8307, 14356, 7726, 11093, 7413, 8575, 7639, 13338, 7753, 11676, 7517, 10652, 7654, 9063, 9982, 8429, 13363, 7596, 10488, 7142, 9263, 7898, 8572, 9617, 8269, 10070, 7703, 11525, 7707, 8713, 7804, 8652, 7632, 8034, 13028, 7718, 10395, 7500, 9172, 7557, 9264, 7825, 8777, 12353, 8034, 11718, 7435, 9645, 7643, 8859, 8001, 8534, 7328, 8234, 7265, 11415, 7529, 7397, 9483, 7831, 9797, 9840, 7519, 7360, 8673, 13022, 8956, 9174, 13944, 8353, 11854, 8146, 8642, 7546, 8670, 8324, 13109, 7707, 9091, 8852, 8044, 12883, 14637, 11601, 12117, 8493, 9506, 7335, 9431, 8112, 7150, 8657, 6998, 9432, 7385, 10391, 11249, 8501, 12371, 8003, 7075, 8506, 6980, 8492, 7337, 11481, 10334, 8466, 11871, 8039, 11374, 7481, 10059, 7318, 8856, 8606, 8926, 7090, 8496, 7165, 8404, 12535, 8051, 10875, 7251, 9928, 7391, 9030, 7354, 8431, 6989, 8413, 7170, 8297, 13963, 7649, 10425, 7458, 9619, 7113, 8346, 11077, 8148, 7423, 8341, 7111, 9137, 8313, 7366, 8928, 14066, 8692, 10660, 8892, 9051, 8493, 7887, 11025, 7155, 9089, 7706, 8781, 7203, 8522, 7089, 8271, 14865, 7522, 10319, 8319, 9182, 7079, 8383, 7212, 8537, 11986, 7986, 10817, 7299, 9211, 7632, 8298, 8222, 13172, 8394, 9110, 7657, 9215, 7293, 8534, 11090, 7887, 11328, 7541, 8738, 7605, 10137, 7453, 11389, 7841, 8746, 7643, 8524, 11688, 7915, 12430, 7563, 8003, 7677, 7155, 8711, 7277, 11610, 12650, 8408, 8078, 7969, 7401, 10775, 7504, 7850, 8120, 7406, 10510, 15102, 10412, 12439, 7885, 8724, 8120, 8706, 7943, 8783, 7685, 7314, 7847, 7286, 10979, 13204, 7850, 11268, 7799, 9889, 7524, 9353, 7162, 8868, 7357, 9670, 8326, 10330, 7247, 9104, 7960, 13272, 8068, 11981, 8550, 9034, 7176, 8602, 7886, 11214, 7677, 7432, 8655, 7322, 11022, 7566, 12966, 7808], 'WindowCenter': [4218.0, 4218.0, 4192.0, 4208.0, 4178.0, 4176.0, 4176.0, 4205.0, 4172.0, 4160.0, 4138.0, 4160.0, 4177.0, 4138.0, 4160.0, 4139.0, 4158.0, 4139.0, 4160.0, 4139.0, 4161.0, 4192.0, 4151.0, 4170.0, 4141.0, 4171.0, 4141.0, 4162.0, 4173.0, 4162.0, 4171.0, 4153.0, 4183.0, 4153.0, 4162.0, 4183.0, 4174.0, 4172.0, 4153.0, 4184.0, 4153.0, 4174.0, 4174.0, 4174.0, 4142.0, 4164.0, 4194.0, 4153.0, 4173.0, 4162.0, 4162.0, 4172.0, 4153.0, 4193.0, 4165.0, 4186.0, 4164.0, 4173.0, 4173.0, 4164.0, 4204.0, 4165.0, 4184.0, 4154.0, 4174.0, 4153.0, 4175.0, 4204.0, 4165.0, 4175.0, 4153.0, 4173.0, 4162.0, 4163.0, 4194.0, 4162.0, 4172.0, 4154.0, 4172.0, 4154.0, 4164.0, 4204.0, 4155.0, 4173.0, 4154.0, 4173.0, 4153.0, 4165.0, 4204.0, 4165.0, 4174.0, 4164.0, 4174.0, 4173.0, 4163.0, 4194.0, 4152.0, 4163.0, 4172.0, 4162.0, 4192.0, 4152.0, 4174.0, 4181.0, 4163.0, 4193.0, 4154.0, 4174.0, 4173.0, 4175.0, 4194.0, 4164.0, 4174.0, 4164.0, 4166.0, 4205.0, 4176.0, 4173.0, 4164.0, 4174.0, 4204.0, 4154.0, 4174.0, 4185.0, 4173.0, 4155.0, 4174.0, 4166.0, 4186.0, 4217.0, 4165.0, 4184.0, 4164.0, 4175.0, 4163.0, 4162.0, 4153.0, 4174.0, 4166.0, 4209.0, 4218.0, 4174.0, 4182.0, 4152.0, 4171.0, 4152.0, 4174.0, 4181.0, 4160.0, 4169.0, 4140.0, 4160.0, 4169.0, 4160.0, 4180.0, 4149.0, 4159.0, 4151.0, 4173.0, 4191.0, 4151.0, 4171.0, 4150.0, 4161.0, 4180.0, 4152.0, 4180.0, 4141.0, 4172.0, 4181.0, 4162.0, 4171.0, 4164.0, 4183.0, 4175.0, 4205.0, 4184.0, 4174.0, 4182.0, 4163.0, 4182.0, 4172.0, 4174.0, 4192.0, 4152.0, 4171.0, 4141.0, 4172.0, 4193.0, 4151.0, 4172.0, 4181.0, 4161.0, 4170.0, 4151.0, 4172.0, 4180.0, 4162.0, 4192.0, 4161.0, 4172.0, 4161.0, 4163.0, 4192.0, 4162.0, 4173.0, 4192.0, 4162.0, 4182.0, 4153.0, 4172.0, 4191.0, 4163.0, 4182.0, 4151.0, 4172.0, 4181.0, 4152.0, 4182.0, 4141.0, 4173.0, 4192.0, 4162.0, 4182.0, 4152.0, 4162.0, 4183.0, 4174.0, 4193.0, 4153.0, 4172.0, 4142.0, 4163.0, 4192.0, 4163.0, 4184.0, 4164.0, 4184.0, 4153.0, 4174.0, 4204.0, 4153.0, 4184.0, 4165.0, 4174.0, 4183.0, 4164.0, 4193.0, 4153.0, 4185.0, 4195.0, 4175.0, 4183.0, 4154.0, 4173.0, 4152.0, 4174.0, 4194.0, 4155.0, 4174.0, 4153.0, 4175.0, 4204.0, 4165.0, 4184.0, 4153.0, 4174.0, 4184.0, 4164.0, 4195.0, 4165.0, 4174.0, 4163.0, 4164.0, 4193.0, 4154.0, 4185.0, 4174.0, 4175.0, 4195.0, 4152.0, 4184.0, 4154.0, 4176.0, 4205.0, 4165.0, 4185.0, 4165.0, 4185.0, 4174.0, 4175.0, 4206.0, 4165.0, 4185.0, 4165.0, 4176.0, 4205.0, 4176.0, 4196.0, 4164.0, 4174.0, 4154.0, 4175.0, 4204.0, 4155.0, 4185.0, 4164.0, 4175.0, 4175.0, 4166.0, 4206.0, 4167.0, 4187.0, 4206.0, 4177.0, 4195.0, 4154.0, 4186.0, 4206.0, 4175.0, 4183.0, 4154.0, 4174.0, 4152.0, 4164.0, 4214.0, 4154.0, 4173.0, 4154.0, 4174.0, 4171.0, 4165.0, 4195.0, 4165.0, 4186.0, 4194.0, 4175.0, 4195.0, 4154.0, 4175.0, 4194.0, 4175.0, 4194.0, 4153.0, 4163.0, 4162.0, 4163.0, 4193.0, 4165.0, 4185.0, 4165.0, 4175.0, 4178.0, 4189.0, 4208.0, 4179.0, 4207.0, 4178.0, 4187.0, 4168.0, 4189.0, 4218.0, 4179.0, 4197.0, 4178.0, 4188.0, 4180.0, 4177.0, 4176.0, 4212.0, 4194.0, 4182.0, 4187.0, 4166.0, 4155.0, 4176.0, 4167.0, 4210.0, 4207.0, 4165.0, 4206.0, 4177.0, 4198.0, 4163.0, 4160.0, 4151.0, 4150.0, 4164.0, 4176.0, 4174.0, 4152.0, 4183.0, 4162.0, 4193.0, 4182.0, 4179.0, 4147.0, 4147.0, 4155.0, 4134.0, 4165.0, 4133.0, 4143.0, 4134.0, 4154.0, 4136.0, 4157.0, 4160.0, 4158.0, 4149.0, 4168.0, 4151.0, 4169.0, 4150.0, 4160.0, 4140.0, 4161.0, 4148.0, 4160.0, 4151.0, 4183.0, 4153.0, 4194.0, 4165.0, 4196.0, 4174.0, 4175.0, 4194.0, 4152.0, 4181.0, 4142.0, 4172.0, 4162.0, 4174.0, 4191.0, 4152.0, 4171.0, 4141.0, 4161.0, 4162.0, 4174.0, 4202.0, 4152.0, 4172.0, 4153.0, 4175.0, 4185.0, 4174.0, 4173.0, 4165.0, 4194.0, 4155.0, 4185.0, 4184.0, 4175.0, 4183.0, 4154.0, 4183.0, 4165.0, 4175.0, 4183.0, 4164.0, 4191.0, 4152.0, 4173.0, 4173.0, 4173.0, 4141.0, 4163.0, 4152.0, 4175.0, 4216.0, 4174.0, 4161.0, 4171.0, 4162.0, 4192.0, 4152.0, 4173.0, 4192.0, 4140.0, 4160.0, 4138.0, 4161.0, 4202.0, 4152.0, 4171.0, 4152.0, 4161.0, 4161.0, 4164.0, 4193.0, 4152.0, 4171.0, 4153.0, 4175.0, 4192.0, 4163.0, 4182.0, 4140.0, 4173.0, 4181.0, 4151.0, 4183.0, 4142.0, 4173.0, 4181.0, 4162.0, 4181.0, 4152.0, 4173.0, 4172.0, 4174.0, 4202.0, 4152.0, 4182.0, 4141.0, 4173.0, 4203.0, 4151.0, 4171.0, 4151.0, 4162.0, 4180.0, 4151.0, 4170.0, 4148.0, 4161.0, 4141.0, 4161.0, 4152.0, 4174.0, 4204.0, 4163.0, 4163.0, 4181.0, 4151.0, 4171.0, 4151.0, 4162.0, 4181.0, 4141.0, 4162.0, 4150.0, 4161.0, 4192.0, 4141.0, 4172.0, 4171.0, 4150.0, 4171.0, 4152.0, 4183.0, 4164.0, 4186.0, 4154.0, 4172.0, 4154.0, 4176.0, 4167.0, 4208.0, 4181.0, 4221.0, 4208.0, 4178.0, 4196.0, 4164.0, 4161.0, 4143.0, 4172.0, 4153.0, 4186.0, 4194.0, 4152.0, 4181.0, 4140.0, 4162.0, 4171.0, 4160.0, 4140.0, 4162.0, 4180.0, 4152.0, 4182.0, 4150.0, 4160.0, 4141.0, 4172.0, 4179.0, 4162.0, 4181.0, 4152.0, 4170.0, 4141.0, 4170.0, 4141.0, 4172.0, 4162.0, 4173.0, 4150.0, 4163.0, 4201.0, 4140.0, 4170.0, 4149.0, 4159.0, 4138.0, 4160.0, 4151.0, 4173.0, 4181.0, 4172.0, 4181.0, 4141.0, 4171.0, 4151.0, 4172.0, 4185.0, 4173.0, 4142.0, 4161.0, 4153.0, 4176.0, 4179.0, 4206.0, 4165.0, 4176.0, 4178.0, 4208.0, 4175.0, 4189.0, 4174.0, 4152.0, 4166.0, 4188.0, 4167.0, 4166.0, 4172.0, 4152.0, 4150.0, 4162.0, 4194.0, 4160.0, 4161.0, 4180.0, 4150.0, 4159.0, 4161.0, 4161.0, 4159.0, 4139.0, 4179.0, 4139.0, 4160.0, 4169.0, 4160.0, 4179.0, 4148.0, 4169.0, 4136.0, 4158.0, 4187.0, 4123.0, 4145.0, 4136.0, 4147.0, 4156.0, 4136.0, 4166.0, 4126.0, 4156.0, 4126.0, 4148.0, 4188.0, 4138.0, 4167.0, 4138.0, 4147.0, 4137.0, 4149.0, 4189.0, 4139.0, 4160.0, 4151.0, 4160.0, 4158.0, 4161.0, 4191.0, 4141.0, 4171.0, 4140.0, 4162.0, 4191.0, 4152.0, 4183.0, 4141.0, 4161.0, 4150.0, 4153.0, 4192.0, 4153.0, 4163.0, 4182.0, 4163.0, 4182.0, 4152.0, 4163.0, 4182.0, 4164.0, 4183.0, 4153.0, 4175.0, 4163.0, 4163.0, 4204.0, 4164.0, 4175.0, 4164.0, 4164.0, 4154.0, 4164.0, 4206.0, 4176.0, 4165.0, 4195.0, 4166.0, 4216.0, 4166.0, 4196.0, 4196.0, 4177.0, 4195.0, 4154.0, 4175.0, 4164.0, 4165.0, 4195.0, 4154.0, 4164.0, 4154.0, 4173.0, 4174.0, 4176.0, 4205.0, 4154.0, 4174.0, 4154.0, 4175.0, 4202.0, 4165.0, 4173.0, 4154.0, 4163.0, 4152.0, 4164.0, 4204.0, 4154.0, 4164.0, 4172.0, 4163.0, 4191.0, 4141.0, 4172.0, 4161.0, 4163.0, 4202.0, 4153.0, 4182.0, 4154.0, 4173.0, 4172.0, 4164.0, 4203.0, 4152.0, 4171.0, 4151.0, 4173.0, 4171.0, 4163.0, 4182.0, 4141.0, 4161.0, 4151.0, 4161.0, 4150.0, 4173.0, 4182.0, 4162.0, 4181.0, 4152.0, 4181.0, 4152.0, 4162.0, 4161.0, 4162.0, 4170.0, 4151.0, 4181.0, 4151.0, 4162.0, 4181.0, 4163.0, 4182.0, 4152.0, 4183.0, 4154.0, 4163.0, 4172.0, 4163.0, 4162.0, 4174.0, 4203.0, 4153.0, 4163.0, 4172.0, 4163.0, 4161.0, 4163.0, 4192.0, 4151.0, 4161.0, 4152.0, 4172.0, 4160.0, 4151.0, 4180.0, 4151.0, 4161.0, 4160.0, 4172.0, 4170.0, 4152.0, 4191.0, 4151.0, 4161.0, 4161.0, 4161.0, 4149.0, 4151.0, 4190.0, 4141.0, 4162.0, 4151.0, 4162.0, 4170.0, 4151.0, 4191.0, 4142.0, 4163.0, 4171.0, 4162.0, 4171.0, 4153.0, 4181.0, 4152.0, 4173.0, 4161.0, 4163.0, 4172.0, 4152.0, 4192.0, 4152.0, 4173.0, 4152.0, 4173.0, 4152.0, 4163.0, 4192.0, 4163.0, 4193.0, 4152.0, 4163.0, 4152.0, 4163.0, 4172.0, 4164.0, 4193.0, 4153.0, 4172.0, 4153.0, 4173.0, 4162.0, 4174.0, 4204.0, 4153.0, 4182.0, 4153.0, 4163.0, 4173.0, 4164.0, 4193.0, 4153.0, 4173.0, 4153.0, 4173.0, 4172.0, 4175.0, 4194.0, 4164.0, 4173.0, 4164.0, 4174.0, 4172.0, 4165.0, 4194.0, 4164.0, 4175.0, 4164.0, 4174.0, 4164.0, 4176.0, 4206.0, 4165.0, 4175.0, 4165.0, 4203.0, 4164.0, 4200.0, 4178.0, 4205.0, 4166.0, 4167.0, 4178.0, 4168.0, 4197.0, 4178.0, 4200.0, 4219.0, 4177.0, 4183.0, 4152.0, 4173.0, 4164.0, 4194.0, 4163.0, 4164.0, 4215.0, 4153.0, 4183.0, 4153.0, 4172.0, 4153.0, 4164.0, 4183.0, 4163.0, 4172.0, 4163.0, 4194.0, 4152.0, 4185.0, 4165.0, 4173.0, 4162.0, 4152.0, 4181.0, 4151.0, 4162.0, 4151.0, 4162.0, 4152.0, 4163.0, 4203.0, 4153.0, 4183.0, 4152.0, 4162.0, 4152.0, 4162.0, 4152.0, 4164.0, 4205.0, 4154.0, 4173.0, 4153.0, 4172.0, 4164.0, 4174.0, 4173.0, 4175.0, 4215.0, 4154.0, 4193.0, 4153.0, 4173.0, 4152.0, 4163.0, 4182.0, 4151.0, 4192.0, 4152.0, 4174.0, 4164.0, 4163.0, 4152.0, 4163.0, 4204.0, 4153.0, 4174.0, 4152.0, 4163.0, 4172.0, 4154.0, 4205.0, 4154.0, 4163.0, 4154.0, 4152.0, 4166.0, 4206.0, 4164.0, 4165.0, 4184.0, 4165.0, 4173.0, 4165.0, 4194.0, 4155.0, 4175.0, 4165.0, 4175.0, 4153.0, 4175.0, 4175.0, 4164.0, 4207.0, 4165.0, 4175.0, 4154.0, 4165.0, 4183.0, 4165.0, 4195.0, 4164.0, 4174.0, 4165.0, 4174.0, 4153.0, 4175.0, 4205.0, 4165.0, 4184.0, 4155.0, 4184.0, 4165.0, 4175.0, 4184.0, 4174.0, 4153.0, 4164.0, 4184.0, 4165.0, 4205.0, 4165.0, 4175.0, 4164.0, 4175.0, 4154.0, 4165.0, 4216.0, 4166.0, 4185.0, 4164.0, 4174.0, 4164.0, 4164.0, 4164.0, 4176.0, 4195.0, 4174.0, 4164.0, 4163.0, 4152.0, 4175.0, 4217.0, 4154.0, 4174.0, 4154.0, 4172.0, 4153.0, 4164.0, 4165.0, 4175.0, 4164.0, 4175.0, 4154.0, 4165.0, 4207.0, 4176.0, 4186.0, 4166.0, 4175.0, 4164.0, 4165.0, 4185.0, 4176.0, 4164.0, 4166.0, 4204.0, 4155.0, 4185.0, 4165.0, 4165.0, 4153.0, 4174.0, 4165.0, 4177.0, 4217.0, 4166.0, 4195.0, 4155.0, 4175.0, 4166.0, 4218.0, 4166.0, 4196.0, 4155.0, 4185.0, 4154.0, 4174.0, 4184.0, 4164.0, 4204.0, 4153.0, 4182.0, 4143.0, 4173.0, 4164.0, 4164.0, 4172.0, 4164.0, 4182.0, 4153.0, 4194.0, 4155.0, 4163.0, 4152.0, 4163.0, 4152.0, 4164.0, 4204.0, 4165.0, 4184.0, 4155.0, 4174.0, 4165.0, 4175.0, 4154.0, 4176.0, 4194.0, 4164.0, 4194.0, 4154.0, 4173.0, 4154.0, 4175.0, 4164.0, 4178.0, 4168.0, 4175.0, 4168.0, 4210.0, 4178.0, 4169.0, 4216.0, 4197.0, 4204.0, 4199.0, 4156.0, 4155.0, 4177.0, 4218.0, 4175.0, 4175.0, 4204.0, 4165.0, 4206.0, 4164.0, 4161.0, 4165.0, 4174.0, 4178.0, 4207.0, 4167.0, 4176.0, 4176.0, 4165.0, 4208.0, 4205.0, 4182.0, 4180.0, 4150.0, 4158.0, 4127.0, 4158.0, 4150.0, 4127.0, 4148.0, 4139.0, 4170.0, 4139.0, 4171.0, 4181.0, 4160.0, 4192.0, 4151.0, 4139.0, 4159.0, 4142.0, 4161.0, 4153.0, 4195.0, 4184.0, 4176.0, 4194.0, 4164.0, 4193.0, 4154.0, 4184.0, 4153.0, 4174.0, 4175.0, 4174.0, 4143.0, 4174.0, 4156.0, 4178.0, 4218.0, 4167.0, 4196.0, 4166.0, 4186.0, 4166.0, 4187.0, 4167.0, 4176.0, 4155.0, 4175.0, 4156.0, 4177.0, 4218.0, 4166.0, 4195.0, 4156.0, 4185.0, 4154.0, 4177.0, 4197.0, 4164.0, 4154.0, 4177.0, 4170.0, 4198.0, 4177.0, 4166.0, 4187.0, 4217.0, 4164.0, 4185.0, 4173.0, 4174.0, 4161.0, 4162.0, 4182.0, 4142.0, 4172.0, 4164.0, 4173.0, 4151.0, 4174.0, 4142.0, 4176.0, 4214.0, 4165.0, 4195.0, 4164.0, 4173.0, 4153.0, 4163.0, 4154.0, 4175.0, 4205.0, 4165.0, 4194.0, 4155.0, 4184.0, 4165.0, 4176.0, 4188.0, 4219.0, 4177.0, 4174.0, 4153.0, 4174.0, 4153.0, 4174.0, 4194.0, 4164.0, 4194.0, 4153.0, 4162.0, 4164.0, 4194.0, 4167.0, 4208.0, 4178.0, 4177.0, 4166.0, 4176.0, 4195.0, 4167.0, 4218.0, 4166.0, 4163.0, 4164.0, 4154.0, 4175.0, 4167.0, 4221.0, 4221.0, 4177.0, 4165.0, 4165.0, 4168.0, 4209.0, 4168.0, 4165.0, 4164.0, 4155.0, 4196.0, 4217.0, 4185.0, 4193.0, 4163.0, 4161.0, 4151.0, 4166.0, 4178.0, 4174.0, 4164.0, 4152.0, 4162.0, 4165.0, 4210.0, 4218.0, 4176.0, 4196.0, 4165.0, 4185.0, 4164.0, 4173.0, 4143.0, 4175.0, 4153.0, 4172.0, 4163.0, 4182.0, 4153.0, 4173.0, 4164.0, 4204.0, 4164.0, 4194.0, 4163.0, 4159.0, 4140.0, 4159.0, 4162.0, 4194.0, 4163.0, 4153.0, 4174.0, 4165.0, 4195.0, 4167.0, 4205.0, 4166.0], 'WindowWidth': [9363.0, 9358.0, 9313.0, 9329.0, 9286.0, 9278.0, 9277.0, 9319.0, 9265.0, 9243.0, 9210.0, 9244.0, 9263.0, 9214.0, 9244.0, 9217.0, 9238.0, 9217.0, 9244.0, 9216.0, 9249.0, 9291.0, 9236.0, 9259.0, 9224.0, 9261.0, 9223.0, 9251.0, 9267.0, 9253.0, 9262.0, 9241.0, 9280.0, 9242.0, 9253.0, 9283.0, 9271.0, 9266.0, 9244.0, 9283.0, 9242.0, 9272.0, 9271.0, 9270.0, 9225.0, 9258.0, 9300.0, 9243.0, 9269.0, 9250.0, 9253.0, 9263.0, 9242.0, 9296.0, 9264.0, 9292.0, 9258.0, 9270.0, 9269.0, 9261.0, 9314.0, 9263.0, 9287.0, 9247.0, 9272.0, 9242.0, 9274.0, 9315.0, 9263.0, 9273.0, 9243.0, 9269.0, 9252.0, 9257.0, 9299.0, 9255.0, 9266.0, 9245.0, 9267.0, 9245.0, 9261.0, 9314.0, 9249.0, 9267.0, 9247.0, 9269.0, 9244.0, 9263.0, 9315.0, 9261.0, 9273.0, 9260.0, 9273.0, 9268.0, 9258.0, 9298.0, 9240.0, 9255.0, 9264.0, 9254.0, 9294.0, 9240.0, 9271.0, 9277.0, 9255.0, 9295.0, 9245.0, 9274.0, 9271.0, 9277.0, 9301.0, 9261.0, 9273.0, 9258.0, 9265.0, 9317.0, 9278.0, 9270.0, 9258.0, 9273.0, 9313.0, 9246.0, 9274.0, 9288.0, 9270.0, 9249.0, 9274.0, 9266.0, 9293.0, 9339.0, 9263.0, 9287.0, 9259.0, 9274.0, 9254.0, 9253.0, 9247.0, 9275.0, 9269.0, 9331.0, 9342.0, 9273.0, 9280.0, 9238.0, 9262.0, 9239.0, 9272.0, 9277.0, 9247.0, 9258.0, 9221.0, 9248.0, 9256.0, 9248.0, 9273.0, 9232.0, 9243.0, 9237.0, 9268.0, 9291.0, 9238.0, 9264.0, 9234.0, 9249.0, 9272.0, 9238.0, 9275.0, 9225.0, 9268.0, 9278.0, 9253.0, 9265.0, 9260.0, 9283.0, 9277.0, 9319.0, 9286.0, 9273.0, 9279.0, 9257.0, 9282.0, 9267.0, 9272.0, 9295.0, 9241.0, 9265.0, 9226.0, 9268.0, 9296.0, 9239.0, 9268.0, 9277.0, 9251.0, 9261.0, 9238.0, 9266.0, 9274.0, 9254.0, 9293.0, 9251.0, 9265.0, 9249.0, 9256.0, 9294.0, 9254.0, 9271.0, 9295.0, 9255.0, 9279.0, 9242.0, 9267.0, 9291.0, 9256.0, 9280.0, 9238.0, 9267.0, 9276.0, 9240.0, 9279.0, 9227.0, 9271.0, 9292.0, 9254.0, 9279.0, 9241.0, 9255.0, 9284.0, 9274.0, 9298.0, 9244.0, 9268.0, 9227.0, 9257.0, 9295.0, 9259.0, 9287.0, 9260.0, 9284.0, 9243.0, 9275.0, 9313.0, 9244.0, 9286.0, 9263.0, 9273.0, 9283.0, 9258.0, 9298.0, 9245.0, 9289.0, 9301.0, 9276.0, 9284.0, 9247.0, 9270.0, 9240.0, 9273.0, 9302.0, 9249.0, 9272.0, 9244.0, 9276.0, 9312.0, 9265.0, 9287.0, 9245.0, 9273.0, 9284.0, 9262.0, 9302.0, 9264.0, 9273.0, 9257.0, 9261.0, 9299.0, 9248.0, 9289.0, 9274.0, 9275.0, 9300.0, 9241.0, 9286.0, 9247.0, 9279.0, 9318.0, 9263.0, 9288.0, 9265.0, 9290.0, 9275.0, 9277.0, 9320.0, 9265.0, 9290.0, 9264.0, 9279.0, 9316.0, 9281.0, 9305.0, 9260.0, 9273.0, 9247.0, 9277.0, 9313.0, 9252.0, 9290.0, 9261.0, 9275.0, 9275.0, 9266.0, 9320.0, 9270.0, 9296.0, 9318.0, 9281.0, 9303.0, 9247.0, 9291.0, 9318.0, 9277.0, 9284.0, 9247.0, 9274.0, 9242.0, 9259.0, 9328.0, 9247.0, 9270.0, 9247.0, 9273.0, 9264.0, 9263.0, 9302.0, 9264.0, 9293.0, 9301.0, 9275.0, 9301.0, 9247.0, 9275.0, 9299.0, 9274.0, 9299.0, 9242.0, 9255.0, 9252.0, 9258.0, 9297.0, 9266.0, 9289.0, 9263.0, 9276.0, 9287.0, 9302.0, 9327.0, 9291.0, 9323.0, 9286.0, 9296.0, 9272.0, 9302.0, 9341.0, 9288.0, 9310.0, 9285.0, 9299.0, 9290.0, 9282.0, 9280.0, 9339.0, 9317.0, 9294.0, 9290.0, 9266.0, 9249.0, 9277.0, 9269.0, 9335.0, 9325.0, 9261.0, 9320.0, 9284.0, 9313.0, 9256.0, 9248.0, 9237.0, 9236.0, 9258.0, 9276.0, 9270.0, 9240.0, 9283.0, 9252.0, 9299.0, 9280.0, 9268.0, 9223.0, 9221.0, 9229.0, 9197.0, 9242.0, 9198.0, 9209.0, 9201.0, 9226.0, 9208.0, 9237.0, 9248.0, 9239.0, 9230.0, 9253.0, 9235.0, 9258.0, 9233.0, 9246.0, 9219.0, 9246.0, 9227.0, 9246.0, 9240.0, 9282.0, 9246.0, 9298.0, 9264.0, 9305.0, 9272.0, 9277.0, 9300.0, 9241.0, 9276.0, 9227.0, 9266.0, 9253.0, 9272.0, 9289.0, 9240.0, 9263.0, 9226.0, 9252.0, 9255.0, 9274.0, 9308.0, 9242.0, 9266.0, 9244.0, 9275.0, 9288.0, 9274.0, 9270.0, 9262.0, 9300.0, 9249.0, 9288.0, 9286.0, 9277.0, 9281.0, 9245.0, 9283.0, 9262.0, 9275.0, 9283.0, 9257.0, 9291.0, 9242.0, 9269.0, 9270.0, 9268.0, 9225.0, 9255.0, 9243.0, 9277.0, 9336.0, 9272.0, 9250.0, 9263.0, 9254.0, 9292.0, 9239.0, 9269.0, 9293.0, 9221.0, 9246.0, 9213.0, 9251.0, 9307.0, 9239.0, 9264.0, 9241.0, 9250.0, 9250.0, 9259.0, 9297.0, 9241.0, 9264.0, 9244.0, 9273.0, 9293.0, 9257.0, 9281.0, 9220.0, 9269.0, 9277.0, 9238.0, 9282.0, 9229.0, 9270.0, 9277.0, 9252.0, 9276.0, 9240.0, 9269.0, 9265.0, 9271.0, 9307.0, 9240.0, 9279.0, 9224.0, 9269.0, 9312.0, 9238.0, 9264.0, 9235.0, 9251.0, 9275.0, 9238.0, 9259.0, 9226.0, 9249.0, 9222.0, 9251.0, 9240.0, 9274.0, 9314.0, 9255.0, 9255.0, 9275.0, 9238.0, 9264.0, 9236.0, 9254.0, 9276.0, 9222.0, 9251.0, 9232.0, 9250.0, 9290.0, 9224.0, 9267.0, 9262.0, 9232.0, 9261.0, 9240.0, 9281.0, 9263.0, 9296.0, 9248.0, 9267.0, 9246.0, 9278.0, 9271.0, 9327.0, 9297.0, 9351.0, 9325.0, 9284.0, 9304.0, 9258.0, 9249.0, 9227.0, 9264.0, 9242.0, 9290.0, 9300.0, 9238.0, 9275.0, 9221.0, 9252.0, 9262.0, 9247.0, 9221.0, 9253.0, 9275.0, 9240.0, 9280.0, 9233.0, 9247.0, 9224.0, 9267.0, 9271.0, 9253.0, 9277.0, 9242.0, 9259.0, 9224.0, 9261.0, 9225.0, 9268.0, 9254.0, 9268.0, 9232.0, 9256.0, 9306.0, 9221.0, 9258.0, 9230.0, 9242.0, 9217.0, 9247.0, 9237.0, 9269.0, 9278.0, 9266.0, 9277.0, 9226.0, 9265.0, 9237.0, 9268.0, 9290.0, 9271.0, 9227.0, 9247.0, 9243.0, 9277.0, 9284.0, 9318.0, 9263.0, 9275.0, 9284.0, 9327.0, 9276.0, 9300.0, 9271.0, 9237.0, 9267.0, 9298.0, 9268.0, 9261.0, 9264.0, 9237.0, 9233.0, 9253.0, 9300.0, 9246.0, 9248.0, 9274.0, 9234.0, 9242.0, 9248.0, 9250.0, 9244.0, 9215.0, 9268.0, 9216.0, 9244.0, 9256.0, 9244.0, 9267.0, 9226.0, 9255.0, 9207.0, 9237.0, 9278.0, 9183.0, 9215.0, 9205.0, 9221.0, 9230.0, 9206.0, 9245.0, 9194.0, 9233.0, 9195.0, 9225.0, 9279.0, 9213.0, 9249.0, 9212.0, 9225.0, 9210.0, 9230.0, 9283.0, 9218.0, 9244.0, 9236.0, 9247.0, 9241.0, 9251.0, 9289.0, 9222.0, 9261.0, 9220.0, 9252.0, 9288.0, 9239.0, 9281.0, 9223.0, 9250.0, 9235.0, 9243.0, 9293.0, 9242.0, 9255.0, 9278.0, 9253.0, 9277.0, 9241.0, 9255.0, 9278.0, 9258.0, 9278.0, 9243.0, 9272.0, 9255.0, 9254.0, 9311.0, 9259.0, 9273.0, 9258.0, 9259.0, 9246.0, 9259.0, 9318.0, 9277.0, 9263.0, 9302.0, 9266.0, 9331.0, 9265.0, 9306.0, 9303.0, 9280.0, 9301.0, 9246.0, 9274.0, 9258.0, 9262.0, 9302.0, 9245.0, 9257.0, 9246.0, 9269.0, 9270.0, 9279.0, 9315.0, 9245.0, 9271.0, 9246.0, 9276.0, 9307.0, 9261.0, 9269.0, 9246.0, 9256.0, 9241.0, 9260.0, 9314.0, 9245.0, 9257.0, 9265.0, 9254.0, 9288.0, 9224.0, 9264.0, 9251.0, 9257.0, 9306.0, 9241.0, 9279.0, 9244.0, 9269.0, 9267.0, 9259.0, 9310.0, 9241.0, 9263.0, 9236.0, 9268.0, 9263.0, 9254.0, 9279.0, 9224.0, 9248.0, 9237.0, 9248.0, 9235.0, 9269.0, 9279.0, 9252.0, 9276.0, 9238.0, 9277.0, 9239.0, 9252.0, 9248.0, 9251.0, 9260.0, 9238.0, 9276.0, 9238.0, 9253.0, 9276.0, 9254.0, 9277.0, 9240.0, 9282.0, 9244.0, 9256.0, 9266.0, 9256.0, 9251.0, 9272.0, 9310.0, 9243.0, 9256.0, 9265.0, 9254.0, 9248.0, 9255.0, 9292.0, 9237.0, 9250.0, 9237.0, 9264.0, 9245.0, 9236.0, 9274.0, 9237.0, 9250.0, 9247.0, 9264.0, 9258.0, 9237.0, 9288.0, 9236.0, 9249.0, 9248.0, 9248.0, 9230.0, 9235.0, 9287.0, 9223.0, 9251.0, 9236.0, 9251.0, 9259.0, 9236.0, 9289.0, 9224.0, 9254.0, 9262.0, 9252.0, 9261.0, 9240.0, 9277.0, 9238.0, 9268.0, 9250.0, 9253.0, 9263.0, 9239.0, 9292.0, 9241.0, 9268.0, 9238.0, 9267.0, 9238.0, 9256.0, 9292.0, 9256.0, 9296.0, 9239.0, 9253.0, 9238.0, 9254.0, 9266.0, 9258.0, 9295.0, 9241.0, 9265.0, 9243.0, 9268.0, 9252.0, 9272.0, 9311.0, 9243.0, 9280.0, 9242.0, 9255.0, 9268.0, 9259.0, 9296.0, 9243.0, 9267.0, 9242.0, 9270.0, 9266.0, 9275.0, 9300.0, 9258.0, 9270.0, 9259.0, 9272.0, 9267.0, 9261.0, 9299.0, 9258.0, 9272.0, 9260.0, 9272.0, 9260.0, 9279.0, 9317.0, 9261.0, 9273.0, 9262.0, 9311.0, 9262.0, 9316.0, 9283.0, 9316.0, 9266.0, 9267.0, 9283.0, 9270.0, 9308.0, 9283.0, 9317.0, 9344.0, 9279.0, 9281.0, 9239.0, 9266.0, 9257.0, 9297.0, 9256.0, 9258.0, 9329.0, 9241.0, 9280.0, 9242.0, 9267.0, 9242.0, 9258.0, 9282.0, 9256.0, 9266.0, 9255.0, 9296.0, 9237.0, 9287.0, 9259.0, 9268.0, 9251.0, 9239.0, 9277.0, 9235.0, 9251.0, 9236.0, 9253.0, 9237.0, 9256.0, 9308.0, 9243.0, 9282.0, 9239.0, 9250.0, 9238.0, 9252.0, 9238.0, 9258.0, 9315.0, 9244.0, 9269.0, 9244.0, 9266.0, 9258.0, 9271.0, 9268.0, 9274.0, 9328.0, 9245.0, 9295.0, 9243.0, 9267.0, 9240.0, 9255.0, 9277.0, 9237.0, 9291.0, 9240.0, 9269.0, 9257.0, 9255.0, 9237.0, 9256.0, 9311.0, 9241.0, 9270.0, 9239.0, 9254.0, 9263.0, 9244.0, 9315.0, 9246.0, 9255.0, 9244.0, 9236.0, 9265.0, 9318.0, 9259.0, 9261.0, 9285.0, 9261.0, 9269.0, 9261.0, 9298.0, 9249.0, 9274.0, 9261.0, 9273.0, 9242.0, 9274.0, 9273.0, 9258.0, 9322.0, 9263.0, 9274.0, 9246.0, 9260.0, 9282.0, 9260.0, 9302.0, 9260.0, 9270.0, 9260.0, 9272.0, 9243.0, 9275.0, 9316.0, 9260.0, 9286.0, 9249.0, 9285.0, 9260.0, 9275.0, 9286.0, 9271.0, 9243.0, 9258.0, 9284.0, 9262.0, 9317.0, 9263.0, 9274.0, 9260.0, 9273.0, 9245.0, 9263.0, 9332.0, 9265.0, 9290.0, 9259.0, 9271.0, 9260.0, 9258.0, 9259.0, 9277.0, 9300.0, 9271.0, 9256.0, 9256.0, 9241.0, 9276.0, 9336.0, 9247.0, 9270.0, 9244.0, 9266.0, 9243.0, 9260.0, 9262.0, 9274.0, 9259.0, 9275.0, 9246.0, 9264.0, 9322.0, 9280.0, 9290.0, 9264.0, 9274.0, 9260.0, 9261.0, 9288.0, 9276.0, 9260.0, 9263.0, 9313.0, 9249.0, 9289.0, 9261.0, 9260.0, 9240.0, 9273.0, 9261.0, 9281.0, 9336.0, 9264.0, 9300.0, 9247.0, 9273.0, 9265.0, 9337.0, 9266.0, 9303.0, 9248.0, 9288.0, 9245.0, 9272.0, 9284.0, 9258.0, 9310.0, 9241.0, 9279.0, 9227.0, 9268.0, 9257.0, 9256.0, 9265.0, 9256.0, 9279.0, 9242.0, 9296.0, 9247.0, 9254.0, 9238.0, 9255.0, 9240.0, 9260.0, 9313.0, 9263.0, 9286.0, 9248.0, 9271.0, 9262.0, 9275.0, 9245.0, 9276.0, 9299.0, 9257.0, 9296.0, 9244.0, 9268.0, 9244.0, 9274.0, 9257.0, 9282.0, 9269.0, 9277.0, 9272.0, 9329.0, 9285.0, 9275.0, 9350.0, 9322.0, 9325.0, 9311.0, 9250.0, 9247.0, 9280.0, 9343.0, 9274.0, 9273.0, 9312.0, 9257.0, 9320.0, 9258.0, 9251.0, 9261.0, 9273.0, 9283.0, 9318.0, 9266.0, 9277.0, 9278.0, 9263.0, 9326.0, 9315.0, 9278.0, 9271.0, 9232.0, 9235.0, 9197.0, 9238.0, 9231.0, 9196.0, 9226.0, 9216.0, 9260.0, 9218.0, 9262.0, 9272.0, 9246.0, 9293.0, 9236.0, 9215.0, 9243.0, 9226.0, 9249.0, 9245.0, 9301.0, 9283.0, 9276.0, 9297.0, 9258.0, 9296.0, 9247.0, 9283.0, 9244.0, 9273.0, 9276.0, 9271.0, 9229.0, 9271.0, 9251.0, 9283.0, 9338.0, 9266.0, 9303.0, 9266.0, 9290.0, 9264.0, 9293.0, 9268.0, 9278.0, 9249.0, 9275.0, 9251.0, 9282.0, 9338.0, 9265.0, 9301.0, 9250.0, 9287.0, 9246.0, 9279.0, 9303.0, 9258.0, 9247.0, 9283.0, 9278.0, 9310.0, 9281.0, 9265.0, 9295.0, 9338.0, 9258.0, 9287.0, 9267.0, 9269.0, 9249.0, 9254.0, 9279.0, 9226.0, 9267.0, 9259.0, 9268.0, 9237.0, 9270.0, 9227.0, 9276.0, 9328.0, 9263.0, 9301.0, 9257.0, 9269.0, 9244.0, 9255.0, 9245.0, 9276.0, 9315.0, 9261.0, 9298.0, 9248.0, 9287.0, 9263.0, 9278.0, 9300.0, 9345.0, 9283.0, 9272.0, 9243.0, 9271.0, 9243.0, 9271.0, 9297.0, 9258.0, 9297.0, 9243.0, 9253.0, 9260.0, 9300.0, 9269.0, 9325.0, 9285.0, 9281.0, 9264.0, 9277.0, 9301.0, 9266.0, 9341.0, 9265.0, 9256.0, 9258.0, 9247.0, 9278.0, 9271.0, 9349.0, 9346.0, 9280.0, 9263.0, 9261.0, 9272.0, 9328.0, 9273.0, 9263.0, 9259.0, 9250.0, 9305.0, 9338.0, 9288.0, 9294.0, 9255.0, 9250.0, 9233.0, 9258.0, 9282.0, 9272.0, 9259.0, 9242.0, 9256.0, 9263.0, 9332.0, 9340.0, 9279.0, 9303.0, 9263.0, 9288.0, 9258.0, 9268.0, 9229.0, 9276.0, 9242.0, 9265.0, 9257.0, 9279.0, 9243.0, 9267.0, 9260.0, 9314.0, 9258.0, 9298.0, 9254.0, 9243.0, 9218.0, 9243.0, 9252.0, 9297.0, 9258.0, 9245.0, 9271.0, 9262.0, 9300.0, 9265.0, 9314.0, 9265.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.0007425782957028405</td></tr>
<tr><td colspan=3>aqi</td><td>0.021179223306627824</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.3136959382216</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.211968359810496</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9931946009256544</td></tr>
<tr><td colspan=3>efc</td><td>0.4756</td></tr>
<tr><td colspan=3>fber</td><td>6008.1221</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09989920744023559</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>95</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.919155134741442</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.474896958129031</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.42081885137409</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.679335027028766</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3245369959842366</td></tr>
<tr><td colspan=3>gcor</td><td>0.00956734</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00854586809873581</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.016901595517992973</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1373</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8542477614848316</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>35.8125</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.3521</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.426</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296568.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>696.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>327.7348</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.356</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>534.557</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3339.2689</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3532.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79976.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1084.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4381.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>916.3858</td></tr>
<tr><td colspan=3>tsnr</td><td>41.24550009984523</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>