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

616 lines
No EOL
148 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-0105_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-0105_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-0105_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-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0105/figures/sub-0105_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-0105/figures/sub-0105_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105/ses-01/func/sub-0105_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>63a51f81f3e6ca92b4a780783633bb5e</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>19:49:3.092500</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.999247, -0.00475115, 0.0385139, 0.00470886, 0.999988, 0.00118865]</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.126651</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>[4214, -7778, -7261, 213, -166, -118, -44, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>283.487</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5f489494-482d-48aa-bd07-fdc7cdf0d780||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.680906057357788, 0.01263353694230318, 0.10400142520666122, 109.97582244873047], [0.012746994383633137, 2.6828951835632324, 0.002717273775488138, -91.49797058105469], [0.1033298522233963, -0.0031890596728771925, 2.6979949474334717, -69.73649597167969], [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': ['194903.092500', '194903.552500', '194904.012500', '194904.472500', '194904.932500', '194905.392500', '194905.852500', '194906.312500', '194906.772500', '194907.232500', '194907.692500', '194908.152500', '194908.612500', '194909.072500', '194909.532500', '194909.992500', '194910.452500', '194910.912500', '194911.372500', '194911.832500', '194912.292500', '194912.752500', '194913.212500', '194913.672500', '194914.132500', '194914.592500', '194915.052500', '194915.512500', '194915.972500', '194916.432500', '194916.892500', '194917.352500', '194917.812500', '194918.272500', '194918.732500', '194919.192500', '194919.652500', '194920.112500', '194920.572500', '194921.032500', '194921.492500', '194921.952500', '194922.412500', '194922.872500', '194923.332500', '194923.792500', '194924.252500', '194924.712500', '194925.172500', '194925.632500', '194926.092500', '194926.552500', '194927.012500', '194927.472500', '194927.932500', '194928.392500', '194928.852500', '194929.312500', '194929.772500', '194930.232500', '194930.692500', '194931.152500', '194931.612500', '194932.072500', '194932.532500', '194932.992500', '194933.452500', '194933.912500', '194934.372500', '194934.832500', '194935.292500', '194935.752500', '194936.212500', '194936.672500', '194937.132500', '194937.592500', '194938.052500', '194938.512500', '194938.972500', '194939.432500', '194939.892500', '194940.352500', '194940.812500', '194941.272500', '194941.732500', '194942.192500', '194942.652500', '194943.112500', '194943.572500', '194944.032500', '194944.492500', '194944.952500', '194945.412500', '194945.872500', '194946.332500', '194946.792500', '194947.252500', '194947.712500', '194948.172500', '194948.632500', '194949.092500', '194949.552500', '194950.012500', '194950.472500', '194950.932500', '194951.392500', '194951.852500', '194952.312500', '194952.772500', '194953.232500', '194953.692500', '194954.152500', '194954.612500', '194955.072500', '194955.532500', '194955.992500', '194956.452500', '194956.912500', '194957.372500', '194957.832500', '194958.292500', '194958.752500', '194959.212500', '194959.672500', '195000.132500', '195000.592500', '195001.052500', '195001.512500', '195001.972500', '195002.432500', '195002.892500', '195003.352500', '195003.812500', '195004.272500', '195004.732500', '195005.192500', '195005.652500', '195006.112500', '195006.572500', '195007.032500', '195007.492500', '195007.952500', '195008.412500', '195008.872500', '195009.332500', '195009.792500', '195010.252500', '195010.712500', '195011.172500', '195011.632500', '195012.092500', '195012.552500', '195013.012500', '195013.472500', '195013.932500', '195014.392500', '195014.852500', '195015.312500', '195015.772500', '195016.232500', '195016.692500', '195017.152500', '195017.612500', '195018.072500', '195018.532500', '195018.992500', '195019.452500', '195019.912500', '195020.372500', '195020.832500', '195021.292500', '195021.752500', '195022.212500', '195022.672500', '195023.132500', '195023.592500', '195024.052500', '195024.512500', '195024.972500', '195025.432500', '195025.892500', '195026.352500', '195026.812500', '195027.272500', '195027.732500', '195028.192500', '195028.652500', '195029.112500', '195029.572500', '195030.032500', '195030.492500', '195030.952500', '195031.412500', '195031.872500', '195032.332500', '195032.792500', '195033.252500', '195033.712500', '195034.172500', '195034.632500', '195035.092500', '195035.552500', '195036.012500', '195036.472500', '195036.932500', '195037.392500', '195037.852500', '195038.312500', '195038.772500', '195039.232500', '195039.692500', '195040.152500', '195040.612500', '195041.072500', '195041.532500', '195041.992500', '195042.452500', '195042.912500', '195043.372500', '195043.832500', '195044.292500', '195044.752500', '195045.212500', '195045.672500', '195046.132500', '195046.592500', '195047.052500', '195047.512500', '195047.972500', '195048.432500', '195048.892500', '195049.352500', '195049.812500', '195050.272500', '195050.732500', '195051.192500', '195051.652500', '195052.112500', '195052.572500', '195053.032500', '195053.492500', '195053.952500', '195054.412500', '195054.872500', '195055.332500', '195055.792500', '195056.252500', '195056.712500', '195057.172500', '195057.632500', '195058.092500', '195058.552500', '195059.012500', '195059.472500', '195059.932500', '195100.392500', '195100.852500', '195101.312500', '195101.772500', '195102.232500', '195102.692500', '195103.152500', '195103.612500', '195104.072500', '195104.532500', '195104.992500', '195105.452500', '195105.912500', '195106.372500', '195106.832500', '195107.292500', '195107.752500', '195108.212500', '195108.672500', '195109.132500', '195109.592500', '195110.052500', '195110.512500', '195110.972500', '195111.432500', '195111.892500', '195112.352500', '195112.812500', '195113.272500', '195113.732500', '195114.192500', '195114.652500', '195115.112500', '195115.572500', '195116.032500', '195116.492500', '195116.952500', '195117.412500', '195117.872500', '195118.332500', '195118.792500', '195119.252500', '195119.712500', '195120.172500', '195120.632500', '195121.092500', '195121.552500', '195122.012500', '195122.472500', '195122.932500', '195123.392500', '195123.852500', '195124.312500', '195124.772500', '195125.232500', '195125.692500', '195126.152500', '195126.612500', '195127.072500', '195127.532500', '195127.992500', '195128.452500', '195128.912500', '195129.372500', '195129.832500', '195130.292500', '195130.752500', '195131.212500', '195131.672500', '195132.132500', '195132.592500', '195133.052500', '195133.512500', '195133.972500', '195134.432500', '195134.892500', '195135.352500', '195135.812500', '195136.272500', '195136.732500', '195137.192500', '195137.652500', '195138.112500', '195138.572500', '195139.032500', '195139.492500', '195139.952500', '195140.412500', '195140.872500', '195141.332500', '195141.792500', '195142.252500', '195142.712500', '195143.172500', '195143.632500', '195144.092500', '195144.552500', '195145.012500', '195145.472500', '195145.932500', '195146.392500', '195146.852500', '195147.312500', '195147.772500', '195148.232500', '195148.692500', '195149.152500', '195149.612500', '195150.072500', '195150.532500', '195150.992500', '195151.452500', '195151.912500', '195152.372500', '195152.832500', '195153.292500', '195153.752500', '195154.212500', '195154.672500', '195155.132500', '195155.592500', '195156.052500', '195156.512500', '195156.972500', '195157.432500', '195157.892500', '195158.352500', '195158.812500', '195159.272500', '195159.732500', '195200.192500', '195200.652500', '195201.112500', '195201.572500', '195202.032500', '195202.492500', '195202.952500', '195203.412500', '195203.872500', '195204.332500', '195204.792500', '195205.252500', '195205.712500', '195206.172500', '195206.632500', '195207.092500', '195207.552500', '195208.012500', '195208.472500', '195208.932500', '195209.392500', '195209.852500', '195210.312500', '195210.772500', '195211.232500', '195211.692500', '195212.152500', '195212.612500', '195213.072500', '195213.532500', '195213.992500', '195214.452500', '195214.912500', '195215.372500', '195215.832500', '195216.292500', '195216.752500', '195217.212500', '195217.672500', '195218.132500', '195218.592500', '195219.052500', '195219.512500', '195219.972500', '195220.432500', '195220.892500', '195221.352500', '195221.812500', '195222.272500', '195222.732500', '195223.192500', '195223.652500', '195224.112500', '195224.572500', '195225.032500', '195225.492500', '195225.952500', '195226.412500', '195226.872500', '195227.332500', '195227.792500', '195228.252500', '195228.712500', '195229.172500', '195229.632500', '195230.092500', '195230.552500', '195231.012500', '195231.472500', '195231.932500', '195232.392500', '195232.852500', '195233.312500', '195233.772500', '195234.232500', '195234.692500', '195235.152500', '195235.612500', '195236.072500', '195236.532500', '195236.992500', '195237.452500', '195237.912500', '195238.372500', '195238.832500', '195239.292500', '195239.752500', '195240.212500', '195240.672500', '195241.132500', '195241.592500', '195242.052500', '195242.512500', '195242.972500', '195243.432500', '195243.892500', '195244.352500', '195244.812500', '195245.272500', '195245.732500', '195246.192500', '195246.652500', '195247.112500', '195247.572500', '195248.032500', '195248.492500', '195248.952500', '195249.412500', '195249.872500', '195250.332500', '195250.792500', '195251.252500', '195251.712500', '195252.172500', '195252.632500', '195253.092500', '195253.552500', '195254.012500', '195254.472500', '195254.932500', '195255.392500', '195255.852500', '195256.312500', '195256.772500', '195257.232500', '195257.692500', '195258.152500', '195258.612500', '195259.072500', '195259.532500', '195259.992500', '195300.452500', '195300.912500', '195301.372500', '195301.832500', '195302.292500', '195302.752500', '195303.212500', '195303.672500', '195304.132500', '195304.592500', '195305.052500', '195305.512500', '195305.972500', '195306.432500', '195306.892500', '195307.352500', '195307.812500', '195308.272500', '195308.732500', '195309.192500', '195309.652500', '195310.112500', '195310.572500', '195311.032500', '195311.492500', '195311.952500', '195312.412500', '195312.872500', '195313.332500', '195313.792500', '195314.252500', '195314.712500', '195315.172500', '195315.632500', '195316.092500', '195316.552500', '195317.012500', '195317.472500', '195317.932500', '195318.392500', '195318.852500', '195319.312500', '195319.772500', '195320.232500', '195320.692500', '195321.152500', '195321.612500', '195322.072500', '195322.532500', '195322.992500', '195323.452500', '195323.912500', '195324.372500', '195324.832500', '195325.292500', '195325.752500', '195326.212500', '195326.672500', '195327.132500', '195327.592500', '195328.052500', '195328.512500', '195328.972500', '195329.432500', '195329.892500', '195330.352500', '195330.812500', '195331.272500', '195331.732500', '195332.192500', '195332.652500', '195333.112500', '195333.572500', '195334.032500', '195334.492500', '195334.952500', '195335.412500', '195335.872500', '195336.332500', '195336.792500', '195337.252500', '195337.712500', '195338.172500', '195338.632500', '195339.092500', '195339.552500', '195340.012500', '195340.472500', '195340.932500', '195341.392500', '195341.852500', '195342.312500', '195342.772500', '195343.232500', '195343.692500', '195344.152500', '195344.612500', '195345.072500', '195345.532500', '195345.992500', '195346.452500', '195346.912500', '195347.372500', '195347.832500', '195348.292500', '195348.752500', '195349.212500', '195349.672500', '195350.132500', '195350.592500', '195351.052500', '195351.512500', '195351.972500', '195352.432500', '195352.892500', '195353.352500', '195353.812500', '195354.272500', '195354.732500', '195355.192500', '195355.652500', '195356.112500', '195356.572500', '195357.032500', '195357.492500', '195357.952500', '195358.412500', '195358.872500', '195359.332500', '195359.792500', '195400.252500', '195400.712500', '195401.172500', '195401.632500', '195402.092500', '195402.552500', '195403.012500', '195403.472500', '195403.932500', '195404.392500', '195404.852500', '195405.312500', '195405.772500', '195406.232500', '195406.692500', '195407.152500', '195407.612500', '195408.072500', '195408.532500', '195408.992500', '195409.452500', '195409.912500', '195410.372500', '195410.832500', '195411.292500', '195411.752500', '195412.212500', '195412.672500', '195413.132500', '195413.592500', '195414.052500', '195414.512500', '195414.972500', '195415.432500', '195415.892500', '195416.352500', '195416.812500', '195417.272500', '195417.732500', '195418.192500', '195418.652500', '195419.112500', '195419.572500', '195420.032500', '195420.492500', '195420.952500', '195421.412500', '195421.872500', '195422.332500', '195422.792500', '195423.252500', '195423.712500', '195424.172500', '195424.632500', '195425.092500', '195425.552500', '195426.012500', '195426.472500', '195426.932500', '195427.392500', '195427.852500', '195428.312500', '195428.772500', '195429.232500', '195429.692500', '195430.152500', '195430.612500', '195431.072500', '195431.532500', '195431.992500', '195432.452500', '195432.912500', '195433.372500', '195433.832500', '195434.292500', '195434.752500', '195435.212500', '195435.672500', '195436.132500', '195436.592500', '195437.052500', '195437.512500', '195437.972500', '195438.432500', '195438.892500', '195439.352500', '195439.812500', '195440.272500', '195440.732500', '195441.192500', '195441.652500', '195442.112500', '195442.572500', '195443.032500', '195443.492500', '195443.952500', '195444.412500', '195444.872500', '195445.332500', '195445.792500', '195446.252500', '195446.712500', '195447.172500', '195447.632500', '195448.092500', '195448.552500', '195449.012500', '195449.472500', '195449.932500', '195450.392500', '195450.852500', '195451.312500', '195451.772500', '195452.232500', '195452.692500', '195453.152500', '195453.612500', '195454.072500', '195454.532500', '195454.992500', '195455.452500', '195455.912500', '195456.372500', '195456.832500', '195457.292500', '195457.752500', '195458.212500', '195458.672500', '195459.132500', '195459.592500', '195500.052500', '195500.512500', '195500.972500', '195501.432500', '195501.892500', '195502.352500', '195502.812500', '195503.272500', '195503.732500', '195504.192500', '195504.652500', '195505.112500', '195505.572500', '195506.032500', '195506.492500', '195506.952500', '195507.412500', '195507.872500', '195508.332500', '195508.792500', '195509.252500', '195509.712500', '195510.172500', '195510.632500', '195511.092500', '195511.552500', '195512.012500', '195512.472500', '195512.932500', '195513.392500', '195513.852500', '195514.312500', '195514.772500', '195515.232500', '195515.692500', '195516.152500', '195516.612500', '195517.072500', '195517.532500', '195517.992500', '195518.452500', '195518.912500', '195519.372500', '195519.832500', '195520.292500', '195520.752500', '195521.212500', '195521.672500', '195522.132500', '195522.592500', '195523.052500', '195523.512500', '195523.972500', '195524.432500', '195524.892500', '195525.352500', '195525.812500', '195526.272500', '195526.732500', '195527.192500', '195527.652500', '195528.112500', '195528.572500', '195529.032500', '195529.492500', '195529.952500', '195530.412500', '195530.872500', '195531.332500', '195531.792500', '195532.252500', '195532.712500', '195533.172500', '195533.632500', '195534.092500', '195534.552500', '195535.012500', '195535.472500', '195535.932500', '195536.392500', '195536.852500', '195537.312500', '195537.772500', '195538.232500', '195538.692500', '195539.152500', '195539.612500', '195540.072500', '195540.532500', '195540.992500', '195541.452500', '195541.912500', '195542.372500', '195542.832500', '195543.292500', '195543.752500', '195544.212500', '195544.672500', '195545.132500', '195545.592500', '195546.052500', '195546.512500', '195546.972500', '195547.432500', '195547.892500', '195548.352500', '195548.812500', '195549.272500', '195549.732500', '195550.192500', '195550.652500', '195551.112500', '195551.572500', '195552.032500', '195552.492500', '195552.952500', '195553.412500', '195553.872500', '195554.332500', '195554.792500', '195555.252500', '195555.712500', '195556.172500', '195556.632500', '195557.092500', '195557.552500', '195558.012500', '195558.472500', '195558.932500', '195559.392500', '195559.852500', '195600.312500', '195600.772500', '195601.232500', '195601.692500', '195602.152500', '195602.612500', '195603.072500', '195603.532500', '195603.992500', '195604.452500', '195604.912500', '195605.372500', '195605.832500', '195606.292500', '195606.752500', '195607.212500', '195607.672500', '195608.132500', '195608.592500', '195609.052500', '195609.512500', '195609.972500', '195610.432500', '195610.892500', '195611.352500', '195611.812500', '195612.272500', '195612.732500', '195613.192500', '195613.652500', '195614.112500', '195614.572500', '195615.032500', '195615.492500', '195615.952500', '195616.412500', '195616.872500', '195617.332500', '195617.792500', '195618.252500', '195618.712500', '195619.172500', '195619.632500', '195620.092500', '195620.552500', '195621.012500', '195621.472500', '195621.932500', '195622.392500', '195622.852500', '195623.312500', '195623.772500', '195624.232500', '195624.692500', '195625.152500', '195625.612500', '195626.072500', '195626.532500', '195626.992500', '195627.452500', '195627.912500', '195628.372500', '195628.832500', '195629.292500', '195629.752500', '195630.212500', '195630.672500', '195631.132500', '195631.592500', '195632.052500', '195632.512500', '195632.972500', '195633.432500', '195633.892500', '195634.352500', '195634.812500', '195635.272500', '195635.732500', '195636.192500', '195636.652500', '195637.112500', '195637.572500', '195638.032500', '195638.492500', '195638.952500', '195639.412500', '195639.872500', '195640.332500', '195640.792500', '195641.252500', '195641.712500', '195642.172500', '195642.632500', '195643.092500', '195643.552500', '195644.012500', '195644.472500', '195644.932500', '195645.392500', '195645.852500', '195646.312500', '195646.772500', '195647.232500', '195647.692500', '195648.152500', '195648.612500', '195649.072500', '195649.532500', '195649.992500', '195650.452500', '195650.912500', '195651.372500', '195651.832500', '195652.292500', '195652.752500', '195653.212500', '195653.672500', '195654.132500', '195654.592500', '195655.052500', '195655.512500', '195655.972500', '195656.432500', '195656.892500', '195657.352500', '195657.812500', '195658.272500', '195658.732500', '195659.192500', '195659.652500', '195700.112500', '195700.572500', '195701.032500', '195701.492500', '195701.952500', '195702.412500', '195702.872500', '195703.332500', '195703.792500', '195704.252500', '195704.712500', '195705.172500', '195705.632500', '195706.092500', '195706.552500', '195707.012500', '195707.472500', '195707.932500', '195708.392500', '195708.852500', '195709.312500', '195709.772500', '195710.232500', '195710.692500', '195711.152500', '195711.612500', '195712.072500', '195712.532500', '195712.992500', '195713.452500', '195713.912500', '195714.372500', '195714.832500', '195715.292500', '195715.752500', '195716.212500', '195716.672500', '195717.132500', '195717.592500', '195718.052500', '195718.512500', '195718.972500', '195719.432500', '195719.892500', '195720.352500', '195720.812500', '195721.272500', '195721.732500', '195722.192500', '195722.652500', '195723.112500', '195723.572500', '195724.032500', '195724.492500', '195724.952500', '195725.412500', '195725.872500', '195726.332500', '195726.792500', '195727.252500', '195727.712500', '195728.172500', '195728.632500', '195729.092500', '195729.552500', '195730.012500', '195730.472500', '195730.932500', '195731.392500', '195731.852500', '195732.312500', '195732.772500', '195733.232500', '195733.692500', '195734.152500', '195734.612500', '195735.072500', '195735.532500', '195735.992500', '195736.452500', '195736.912500', '195737.372500', '195737.832500', '195738.292500', '195738.752500', '195739.212500', '195739.672500', '195740.132500', '195740.592500', '195741.052500', '195741.512500', '195741.972500', '195742.432500', '195742.892500', '195743.352500', '195743.812500', '195744.272500', '195744.732500', '195745.192500', '195745.652500', '195746.112500', '195746.572500', '195747.032500', '195747.492500', '195747.952500', '195748.412500', '195748.872500', '195749.332500', '195749.792500', '195750.252500', '195750.712500', '195751.172500', '195751.632500', '195752.092500', '195752.552500', '195753.012500', '195753.472500', '195753.932500', '195754.392500', '195754.852500', '195755.312500', '195755.772500', '195756.232500', '195756.692500', '195757.152500', '195757.612500', '195758.072500', '195758.532500', '195758.992500', '195759.452500', '195759.912500', '195800.372500', '195800.832500', '195801.292500', '195801.752500', '195802.212500', '195802.672500', '195803.132500', '195803.592500', '195804.052500', '195804.512500', '195804.972500', '195805.432500', '195805.892500', '195806.352500', '195806.812500', '195807.272500', '195807.732500', '195808.192500', '195808.652500', '195809.112500', '195809.572500', '195810.032500', '195810.492500', '195810.952500', '195811.412500', '195811.872500', '195812.332500', '195812.792500', '195813.252500', '195813.712500', '195814.172500', '195814.632500', '195815.092500', '195815.552500', '195816.012500', '195816.472500', '195816.932500', '195817.392500', '195817.852500', '195818.312500', '195818.772500', '195819.232500', '195819.692500', '195820.152500', '195820.612500', '195821.072500', '195821.532500', '195821.992500', '195822.452500', '195822.912500', '195823.372500', '195823.832500', '195824.292500', '195824.752500', '195825.212500', '195825.672500', '195826.132500', '195826.592500', '195827.052500', '195827.512500', '195827.972500', '195828.432500', '195828.892500', '195829.352500', '195829.812500', '195830.272500', '195830.732500', '195831.192500', '195831.652500', '195832.112500', '195832.572500', '195833.032500', '195833.492500', '195833.952500', '195834.412500', '195834.872500', '195835.332500', '195835.792500', '195836.252500', '195836.712500', '195837.172500', '195837.632500', '195838.092500', '195838.552500', '195839.012500', '195839.472500', '195839.932500', '195840.392500', '195840.852500', '195841.312500', '195841.772500', '195842.232500', '195842.692500', '195843.152500', '195843.612500', '195844.072500', '195844.532500', '195844.992500', '195845.452500', '195845.912500', '195846.372500', '195846.832500', '195847.292500', '195847.752500', '195848.212500', '195848.672500', '195849.132500', '195849.592500', '195850.052500', '195850.512500', '195850.972500', '195851.432500', '195851.892500', '195852.352500', '195852.812500', '195853.272500', '195853.732500', '195854.192500', '195854.652500', '195855.112500', '195855.572500', '195856.032500', '195856.492500', '195856.952500', '195857.412500', '195857.872500', '195858.332500', '195858.792500', '195859.252500', '195859.712500', '195900.172500', '195900.632500', '195901.092500', '195901.552500', '195902.012500', '195902.472500', '195902.932500', '195903.392500', '195903.852500', '195904.312500', '195904.772500', '195905.232500', '195905.692500', '195906.152500', '195906.612500', '195907.072500', '195907.532500', '195907.992500', '195908.452500', '195908.912500', '195909.372500', '195909.832500', '195910.292500', '195910.752500', '195911.212500', '195911.672500', '195912.132500', '195912.592500', '195913.052500', '195913.512500', '195913.972500', '195914.432500', '195914.892500', '195915.352500', '195915.812500', '195916.272500', '195916.732500', '195917.192500', '195917.652500', '195918.112500', '195918.572500', '195919.032500', '195919.492500', '195919.952500', '195920.412500', '195920.872500', '195921.332500', '195921.792500', '195922.252500', '195922.712500', '195923.172500', '195923.632500', '195924.092500', '195924.552500', '195925.012500', '195925.472500', '195925.932500', '195926.392500', '195926.852500', '195927.312500', '195927.772500', '195928.232500', '195928.692500', '195929.152500', '195929.612500', '195930.072500', '195930.532500', '195930.992500', '195931.452500', '195931.912500', '195932.372500', '195932.832500', '195933.292500', '195933.752500', '195934.212500', '195934.672500', '195935.132500', '195935.592500'], 'ContentTime': ['194932.983000', '194932.986000', '194932.989000', '194932.992000', '194932.994000', '194932.997000', '194933.000000', '194933.003000', '194933.006000', '194933.008000', '194933.011000', '194933.013000', '194933.016000', '194933.019000', '194933.021000', '194933.024000', '194933.026000', '194933.029000', '194933.032000', '194933.034000', '194933.037000', '194933.046000', '194933.048000', '194933.051000', '194933.054000', '194933.056000', '194933.059000', '194933.062000', '194933.064000', '194933.067000', '194933.069000', '194933.072000', '194933.075000', '194933.077000', '194933.080000', '194933.083000', '194933.085000', '194933.094000', '194933.097000', '194933.100000', '194933.102000', '194933.105000', '194933.107000', '194933.110000', '194933.113000', '194933.115000', '194933.118000', '194933.120000', '194933.123000', '194933.126000', '194933.128000', '194933.131000', '194933.133000', '194933.136000', '194933.138000', '194933.141000', '194933.144000', '194933.146000', '194933.149000', '194933.151000', '194933.154000', '194933.157000', '194952.944000', '194952.946000', '194952.949000', '194952.952000', '194952.954000', '194952.957000', '194952.959000', '194952.962000', '194952.965000', '194952.967000', '194952.970000', '194952.972000', '194952.975000', '194952.978000', '194952.980000', '194952.983000', '194952.986000', '194952.988000', '194952.991000', '194952.993000', '194952.996000', '194952.999000', '194953.002000', '194953.005000', '194953.007000', '194953.010000', '194953.012000', '194953.015000', '194953.018000', '194953.020000', '194953.023000', '194953.025000', '194953.028000', '194953.031000', '194953.033000', '194953.036000', '194953.039000', '194953.041000', '194953.044000', '194953.046000', '194953.049000', '194953.051000', '194953.054000', '194953.057000', '195012.943000', '195012.946000', '195012.949000', '195012.951000', '195012.954000', '195012.957000', '195012.959000', '195012.962000', '195012.964000', '195012.967000', '195012.970000', '195012.972000', '195012.975000', '195012.977000', '195012.980000', '195012.983000', '195012.985000', '195012.988000', '195012.990000', '195012.993000', '195012.996000', '195012.998000', '195013.002000', '195013.005000', '195013.007000', '195013.010000', '195013.013000', '195013.015000', '195013.018000', '195013.020000', '195013.023000', '195013.026000', '195013.028000', '195013.031000', '195013.034000', '195013.036000', '195013.039000', '195013.041000', '195013.044000', '195013.046000', '195013.049000', '195013.052000', '195013.054000', '195032.942000', '195032.945000', '195032.948000', '195032.950000', '195032.953000', '195032.956000', '195032.960000', '195032.963000', '195032.965000', '195032.968000', '195032.970000', '195032.973000', '195032.975000', '195032.978000', '195032.981000', '195032.983000', '195032.986000', '195032.988000', '195032.991000', '195032.994000', '195032.996000', '195033.000000', '195033.003000', '195033.005000', '195033.008000', '195033.010000', '195033.013000', '195033.016000', '195033.018000', '195033.021000', '195033.023000', '195033.026000', '195033.029000', '195033.031000', '195033.034000', '195033.037000', '195033.039000', '195033.042000', '195033.044000', '195033.047000', '195033.050000', '195033.052000', '195033.055000', '195033.057000', '195052.944000', '195052.946000', '195052.949000', '195052.952000', '195052.954000', '195052.957000', '195052.960000', '195052.962000', '195052.965000', '195052.967000', '195052.970000', '195052.973000', '195052.975000', '195052.978000', '195052.980000', '195052.983000', '195052.985000', '195052.988000', '195053.013000', '195053.016000', '195053.018000', '195053.021000', '195053.023000', '195053.026000', '195053.029000', '195053.031000', '195053.034000', '195053.037000', '195053.039000', '195053.042000', '195053.045000', '195053.048000', '195053.050000', '195053.053000', '195053.056000', '195053.058000', '195053.061000', '195053.063000', '195053.066000', '195053.069000', '195053.071000', '195053.074000', '195053.076000', '195112.943000', '195112.946000', '195112.949000', '195112.951000', '195112.954000', '195112.957000', '195112.959000', '195112.962000', '195112.965000', '195112.967000', '195112.970000', '195112.973000', '195112.975000', '195112.978000', '195112.981000', '195112.983000', '195112.986000', '195112.988000', '195112.991000', '195113.000000', '195113.003000', '195113.006000', '195113.008000', '195113.011000', '195113.014000', '195113.016000', '195113.019000', '195113.022000', '195113.024000', '195113.027000', '195113.030000', '195113.032000', '195113.035000', '195113.037000', '195113.040000', '195113.043000', '195113.045000', '195113.048000', '195113.050000', '195113.053000', '195113.056000', '195113.058000', '195113.061000', '195113.063000', '195132.944000', '195132.946000', '195132.949000', '195132.952000', '195132.955000', '195132.957000', '195132.960000', '195132.962000', '195132.965000', '195132.968000', '195132.970000', '195132.973000', '195132.976000', '195132.978000', '195132.981000', '195132.983000', '195132.986000', '195132.989000', '195132.991000', '195132.994000', '195132.997000', '195133.000000', '195133.003000', '195133.005000', '195133.008000', '195133.011000', '195133.013000', '195133.016000', '195133.019000', '195133.021000', '195133.024000', '195133.027000', '195133.029000', '195133.032000', '195133.035000', '195133.037000', '195133.040000', '195133.043000', '195133.045000', '195133.048000', '195133.050000', '195133.053000', '195133.056000', '195152.943000', '195152.946000', '195152.949000', '195152.951000', '195152.954000', '195152.957000', '195152.959000', '195152.962000', '195152.964000', '195152.967000', '195152.970000', '195152.972000', '195152.975000', '195152.978000', '195152.980000', '195152.983000', '195152.985000', '195152.988000', '195152.991000', '195152.993000', '195152.996000', '195153.000000', '195153.002000', '195153.005000', '195153.007000', '195153.010000', '195153.013000', '195153.016000', '195153.018000', '195153.021000', '195153.023000', '195153.026000', '195153.029000', '195153.031000', '195153.034000', '195153.036000', '195153.039000', '195153.042000', '195153.044000', '195153.047000', '195153.049000', '195153.052000', '195153.055000', '195212.943000', '195212.946000', '195212.949000', '195212.952000', '195212.954000', '195212.957000', '195212.960000', '195212.962000', '195212.965000', '195212.967000', '195212.970000', '195212.972000', '195212.975000', '195212.978000', '195212.980000', '195212.983000', '195212.986000', '195212.988000', '195212.991000', '195212.994000', '195212.996000', '195213.000000', '195213.002000', '195213.005000', '195213.008000', '195213.010000', '195213.013000', '195213.015000', '195213.018000', '195213.021000', '195213.023000', '195213.026000', '195213.029000', '195213.031000', '195213.034000', '195213.036000', '195213.039000', '195213.042000', '195213.044000', '195213.047000', '195213.049000', '195213.052000', '195213.055000', '195213.057000', '195232.943000', '195232.946000', '195232.949000', '195232.953000', '195232.956000', '195232.959000', '195232.962000', '195232.964000', '195232.967000', '195232.970000', '195232.972000', '195232.975000', '195232.978000', '195232.980000', '195232.983000', '195233.000000', '195233.003000', '195233.005000', '195233.008000', '195233.011000', '195233.014000', '195233.016000', '195233.019000', '195233.021000', '195233.024000', '195233.027000', '195233.029000', '195233.032000', '195233.035000', '195233.037000', '195233.040000', '195233.043000', '195233.045000', '195233.048000', '195233.050000', '195233.053000', '195233.056000', '195233.058000', '195233.061000', '195233.064000', '195233.066000', '195233.069000', '195233.071000', '195252.942000', '195252.945000', '195252.948000', '195252.951000', '195252.953000', '195252.956000', '195252.958000', '195252.961000', '195252.964000', '195252.967000', '195252.969000', '195252.972000', '195252.975000', '195252.977000', '195252.980000', '195252.982000', '195252.985000', '195252.988000', '195252.990000', '195252.993000', '195252.995000', '195252.998000', '195253.002000', '195253.004000', '195253.007000', '195253.010000', '195253.012000', '195253.015000', '195253.017000', '195253.020000', '195253.023000', '195253.025000', '195253.028000', '195253.030000', '195253.033000', '195253.036000', '195253.038000', '195253.041000', '195253.043000', '195253.046000', '195253.049000', '195253.051000', '195253.054000', '195253.057000', '195312.944000', '195312.947000', '195312.949000', '195312.952000', '195312.955000', '195312.957000', '195312.960000', '195312.963000', '195312.965000', '195312.968000', '195312.971000', '195312.973000', '195312.976000', '195312.979000', '195312.981000', '195312.984000', '195312.987000', '195312.989000', '195312.992000', '195312.995000', '195312.997000', '195313.001000', '195313.003000', '195313.006000', '195313.009000', '195313.012000', '195313.014000', '195313.017000', '195313.020000', '195313.022000', '195313.025000', '195313.027000', '195313.030000', '195313.033000', '195313.035000', '195313.038000', '195313.040000', '195313.043000', '195313.045000', '195313.048000', '195313.051000', '195313.053000', '195313.056000', '195332.943000', '195332.946000', '195332.949000', '195332.952000', '195332.954000', '195332.957000', '195332.960000', '195332.962000', '195332.965000', '195332.967000', '195332.970000', '195332.973000', '195332.975000', '195332.978000', '195332.981000', '195332.983000', '195332.986000', '195332.988000', '195332.991000', '195332.994000', '195332.996000', '195333.000000', '195333.003000', '195333.005000', '195333.008000', '195333.010000', '195333.013000', '195333.016000', '195333.019000', '195333.021000', '195333.024000', '195333.026000', '195333.029000', '195333.032000', '195333.034000', '195333.037000', '195333.039000', '195333.042000', '195333.045000', '195333.047000', '195333.050000', '195333.052000', '195333.055000', '195333.058000', '195352.944000', '195352.947000', '195352.950000', '195352.952000', '195352.955000', '195352.957000', '195352.960000', '195352.963000', '195352.965000', '195352.968000', '195352.971000', '195352.973000', '195352.976000', '195352.978000', '195352.981000', '195352.984000', '195352.986000', '195352.989000', '195352.992000', '195352.995000', '195352.998000', '195353.001000', '195353.004000', '195353.007000', '195353.009000', '195353.012000', '195353.015000', '195353.017000', '195353.020000', '195353.023000', '195353.025000', '195353.028000', '195353.030000', '195353.033000', '195353.036000', '195353.038000', '195353.041000', '195353.043000', '195353.046000', '195353.058000', '195353.061000', '195353.063000', '195353.066000', '195412.944000', '195412.946000', '195412.949000', '195412.952000', '195412.954000', '195412.957000', '195412.960000', '195412.962000', '195412.965000', '195412.968000', '195412.970000', '195412.973000', '195412.975000', '195412.978000', '195412.981000', '195412.983000', '195412.986000', '195412.989000', '195412.991000', '195412.994000', '195412.997000', '195413.000000', '195413.003000', '195413.006000', '195413.008000', '195413.011000', '195413.014000', '195413.016000', '195413.019000', '195413.022000', '195413.024000', '195413.027000', '195413.029000', '195413.032000', '195413.035000', '195413.037000', '195413.040000', '195413.043000', '195413.045000', '195413.048000', '195413.051000', '195413.053000', '195413.056000', '195413.058000', '195432.944000', '195432.946000', '195432.949000', '195432.952000', '195432.954000', '195432.957000', '195432.959000', '195432.962000', '195432.965000', '195432.968000', '195432.970000', '195432.973000', '195432.976000', '195432.979000', '195432.982000', '195432.984000', '195432.987000', '195432.990000', '195432.992000', '195432.995000', '195432.998000', '195433.001000', '195433.004000', '195433.006000', '195433.009000', '195433.012000', '195433.015000', '195433.017000', '195433.020000', '195433.023000', '195433.025000', '195433.028000', '195433.030000', '195433.033000', '195433.036000', '195433.038000', '195433.041000', '195433.044000', '195433.046000', '195433.049000', '195433.052000', '195433.054000', '195433.057000', '195452.943000', '195452.946000', '195452.949000', '195452.951000', '195452.954000', '195452.957000', '195452.959000', '195452.962000', '195452.965000', '195452.967000', '195452.970000', '195452.972000', '195452.975000', '195452.978000', '195452.980000', '195452.983000', '195452.986000', '195452.988000', '195452.991000', '195452.993000', '195452.996000', '195452.998000', '195453.002000', '195453.005000', '195453.008000', '195453.010000', '195453.013000', '195453.015000', '195453.018000', '195453.021000', '195453.023000', '195453.026000', '195453.028000', '195453.031000', '195453.034000', '195453.036000', '195453.039000', '195453.041000', '195453.044000', '195453.047000', '195453.049000', '195453.052000', '195453.055000', '195453.057000', '195512.943000', '195512.946000', '195512.949000', '195512.951000', '195512.954000', '195512.957000', '195512.959000', '195512.962000', '195512.965000', '195512.967000', '195512.970000', '195512.972000', '195512.975000', '195512.978000', '195512.980000', '195512.983000', '195512.985000', '195512.988000', '195512.991000', '195512.993000', '195512.996000', '195512.998000', '195513.002000', '195513.005000', '195513.007000', '195513.010000', '195513.013000', '195513.015000', '195513.018000', '195513.020000', '195513.023000', '195513.026000', '195513.028000', '195513.032000', '195513.035000', '195513.037000', '195513.040000', '195513.043000', '195513.045000', '195513.048000', '195513.051000', '195513.053000', '195513.056000', '195532.943000', '195532.946000', '195532.949000', '195532.952000', '195532.955000', '195532.957000', '195532.960000', '195532.989000', '195532.992000', '195532.994000', '195532.997000', '195533.001000', '195533.003000', '195533.006000', '195533.009000', '195533.011000', '195533.014000', '195533.016000', '195533.019000', '195533.022000', '195533.024000', '195533.027000', '195533.029000', '195533.032000', '195533.035000', '195533.037000', '195533.040000', '195533.043000', '195533.045000', '195533.048000', '195533.050000', '195533.053000', '195533.056000', '195533.059000', '195533.061000', '195533.064000', '195533.067000', '195533.069000', '195533.072000', '195533.074000', '195533.077000', '195533.080000', '195533.082000', '195533.085000', '195552.943000', '195552.946000', '195552.949000', '195552.952000', '195552.954000', '195552.957000', '195552.960000', '195552.962000', '195552.965000', '195552.968000', '195552.970000', '195552.973000', '195552.975000', '195552.978000', '195552.981000', '195552.983000', '195552.986000', '195552.988000', '195552.991000', '195552.994000', '195552.996000', '195553.000000', '195553.003000', '195553.005000', '195553.008000', '195553.011000', '195553.014000', '195553.016000', '195553.019000', '195553.021000', '195553.024000', '195553.027000', '195553.029000', '195553.032000', '195553.035000', '195553.038000', '195553.040000', '195553.043000', '195553.045000', '195553.048000', '195553.051000', '195553.053000', '195553.056000', '195612.943000', '195612.946000', '195612.949000', '195612.952000', '195612.954000', '195612.957000', '195612.960000', '195612.962000', '195612.965000', '195612.968000', '195612.970000', '195612.973000', '195612.975000', '195612.978000', '195612.981000', '195612.983000', '195612.986000', '195612.988000', '195612.991000', '195612.994000', '195612.997000', '195613.000000', '195613.003000', '195613.006000', '195613.008000', '195613.011000', '195613.013000', '195613.016000', '195613.019000', '195613.021000', '195613.024000', '195613.027000', '195613.029000', '195613.032000', '195613.034000', '195613.037000', '195613.040000', '195613.042000', '195613.045000', '195613.048000', '195613.050000', '195613.053000', '195613.055000', '195613.058000', '195632.944000', '195632.947000', '195632.949000', '195632.952000', '195632.955000', '195632.957000', '195632.960000', '195632.962000', '195632.965000', '195632.968000', '195632.970000', '195632.973000', '195632.976000', '195632.978000', '195632.981000', '195632.984000', '195632.986000', '195632.989000', '195632.991000', '195632.994000', '195632.997000', '195633.000000', '195633.003000', '195633.005000', '195633.008000', '195633.011000', '195633.013000', '195633.016000', '195633.019000', '195633.021000', '195633.024000', '195633.026000', '195633.029000', '195633.032000', '195633.034000', '195633.037000', '195633.040000', '195633.042000', '195633.047000', '195633.049000', '195633.052000', '195633.055000', '195633.057000', '195652.944000', '195652.947000', '195652.950000', '195652.952000', '195652.963000', '195652.966000', '195652.969000', '195652.971000', '195652.974000', '195652.976000', '195652.979000', '195652.982000', '195652.984000', '195652.987000', '195652.990000', '195652.992000', '195652.995000', '195652.997000', '195653.001000', '195653.004000', '195653.006000', '195653.009000', '195653.012000', '195653.014000', '195653.017000', '195653.020000', '195653.022000', '195653.025000', '195653.027000', '195653.030000', '195653.033000', '195653.035000', '195653.038000', '195653.041000', '195653.043000', '195653.046000', '195653.048000', '195653.051000', '195653.054000', '195653.056000', '195653.059000', '195653.062000', '195653.064000', '195653.067000', '195712.943000', '195712.946000', '195712.949000', '195712.952000', '195712.954000', '195712.957000', '195712.959000', '195712.962000', '195712.965000', '195712.967000', '195712.970000', '195712.973000', '195712.975000', '195712.978000', '195712.980000', '195712.983000', '195712.986000', '195712.988000', '195712.991000', '195712.993000', '195712.996000', '195713.000000', '195713.002000', '195713.005000', '195713.007000', '195713.010000', '195713.013000', '195713.015000', '195713.018000', '195713.021000', '195713.023000', '195713.026000', '195713.029000', '195713.032000', '195713.034000', '195713.037000', '195713.040000', '195713.042000', '195713.045000', '195713.048000', '195713.050000', '195713.053000', '195713.055000', '195732.943000', '195732.946000', '195732.948000', '195732.951000', '195732.954000', '195732.956000', '195732.959000', '195732.961000', '195732.964000', '195732.967000', '195732.969000', '195732.972000', '195732.974000', '195732.977000', '195732.980000', '195732.982000', '195732.985000', '195732.987000', '195732.990000', '195732.993000', '195732.995000', '195732.998000', '195733.001000', '195733.004000', '195733.007000', '195733.009000', '195733.012000', '195733.014000', '195733.017000', '195733.020000', '195733.022000', '195733.025000', '195733.028000', '195733.030000', '195733.033000', '195733.036000', '195733.039000', '195733.041000', '195733.044000', '195733.046000', '195733.049000', '195733.052000', '195733.054000', '195733.057000', '195752.944000', '195752.946000', '195752.949000', '195752.952000', '195752.954000', '195752.957000', '195752.960000', '195752.962000', '195752.965000', '195752.967000', '195752.970000', '195752.973000', '195752.975000', '195752.978000', '195752.981000', '195752.983000', '195752.986000', '195752.989000', '195752.991000', '195752.994000', '195752.997000', '195753.000000', '195753.003000', '195753.005000', '195753.008000', '195753.010000', '195753.013000', '195753.016000', '195753.018000', '195753.021000', '195753.024000', '195753.026000', '195753.029000', '195753.031000', '195753.034000', '195753.037000', '195753.039000', '195753.042000', '195753.044000', '195753.047000', '195753.050000', '195753.052000', '195753.055000', '195812.949000', '195812.952000', '195812.955000', '195812.957000', '195812.960000', '195812.963000', '195812.965000', '195812.968000', '195812.970000', '195812.973000', '195812.976000', '195812.978000', '195812.981000', '195812.984000', '195812.986000', '195812.989000', '195812.992000', '195812.994000', '195812.997000', '195813.001000', '195813.003000', '195813.006000', '195813.008000', '195813.011000', '195813.014000', '195813.016000', '195813.019000', '195813.022000', '195813.024000', '195813.027000', '195813.030000', '195813.032000', '195813.035000', '195813.037000', '195813.040000', '195813.043000', '195813.045000', '195813.048000', '195813.050000', '195813.053000', '195813.056000', '195813.058000', '195813.061000', '195813.064000', '195832.944000', '195832.947000', '195832.950000', '195832.952000', '195832.955000', '195832.958000', '195832.960000', '195832.963000', '195832.965000', '195832.968000', '195832.971000', '195832.973000', '195832.976000', '195832.979000', '195832.981000', '195832.984000', '195832.986000', '195832.989000', '195832.992000', '195832.994000', '195832.997000', '195833.001000', '195833.003000', '195833.006000', '195833.008000', '195833.011000', '195833.014000', '195833.016000', '195833.019000', '195833.022000', '195833.024000', '195833.027000', '195833.029000', '195833.032000', '195833.035000', '195833.037000', '195833.040000', '195833.043000', '195833.045000', '195833.048000', '195833.050000', '195833.053000', '195833.056000', '195852.944000', '195852.946000', '195852.949000', '195852.952000', '195852.954000', '195852.957000', '195852.960000', '195852.962000', '195852.965000', '195852.968000', '195852.970000', '195852.973000', '195852.976000', '195852.978000', '195852.981000', '195852.984000', '195852.986000', '195852.989000', '195852.992000', '195852.994000', '195852.997000', '195853.000000', '195853.004000', '195853.006000', '195853.009000', '195853.011000', '195853.014000', '195853.017000', '195853.019000', '195853.022000', '195853.025000', '195853.027000', '195853.030000', '195853.032000', '195853.035000', '195853.038000', '195853.040000', '195853.043000', '195853.046000', '195853.048000', '195853.051000', '195853.053000', '195853.056000', '195853.059000', '195912.944000', '195912.947000', '195912.949000', '195912.952000', '195912.955000', '195912.957000', '195912.960000', '195912.962000', '195912.965000', '195912.968000', '195912.970000', '195912.973000', '195912.976000', '195912.979000', '195912.981000', '195912.984000', '195912.987000', '195912.989000', '195912.992000', '195912.994000', '195912.997000', '195913.001000', '195913.004000', '195913.006000', '195913.009000', '195913.012000', '195913.014000', '195913.017000', '195913.020000', '195913.022000', '195913.025000', '195913.027000', '195913.030000', '195913.033000', '195913.035000', '195913.038000', '195913.041000', '195913.043000', '195913.046000', '195913.048000', '195913.062000', '195913.065000', '195913.067000', '195932.944000', '195932.947000', '195932.949000', '195932.952000', '195932.955000', '195932.957000', '195932.960000', '195932.963000', '195932.966000', '195932.968000', '195932.971000', '195932.974000', '195932.976000', '195932.979000', '195932.982000', '195932.984000', '195932.987000', '195932.989000', '195932.992000', '195932.995000', '195932.997000', '195933.001000', '195933.004000', '195933.007000', '195933.009000', '195933.012000', '195933.016000', '195933.018000', '195933.021000', '195933.024000', '195933.026000', '195933.029000', '195933.031000', '195933.034000', '195933.037000', '195933.039000', '195933.042000', '195933.045000', '195933.047000', '195933.050000', '195933.053000', '195933.055000', '195933.058000', '195937.025000', '195937.028000', '195937.030000', '195937.033000', '195937.036000', '195937.039000', '195937.042000', '195937.044000', '195937.047000', '195937.050000'], 'InstanceCreationTime': ['194932.983000', '194932.986000', '194932.989000', '194932.992000', '194932.994000', '194932.997000', '194933.000000', '194933.003000', '194933.006000', '194933.008000', '194933.011000', '194933.013000', '194933.016000', '194933.019000', '194933.021000', '194933.024000', '194933.026000', '194933.029000', '194933.032000', '194933.034000', '194933.037000', '194933.046000', '194933.048000', '194933.051000', '194933.054000', '194933.056000', '194933.059000', '194933.062000', '194933.064000', '194933.067000', '194933.069000', '194933.072000', '194933.075000', '194933.077000', '194933.080000', '194933.083000', '194933.085000', '194933.094000', '194933.097000', '194933.100000', '194933.102000', '194933.105000', '194933.107000', '194933.110000', '194933.113000', '194933.115000', '194933.118000', '194933.120000', '194933.123000', '194933.126000', '194933.128000', '194933.131000', '194933.133000', '194933.136000', '194933.138000', '194933.141000', '194933.144000', '194933.146000', '194933.149000', '194933.151000', '194933.154000', '194933.157000', '194952.944000', '194952.946000', '194952.949000', '194952.952000', '194952.954000', '194952.957000', '194952.959000', '194952.962000', '194952.965000', '194952.967000', '194952.970000', '194952.972000', '194952.975000', '194952.978000', '194952.980000', '194952.983000', '194952.986000', '194952.988000', '194952.991000', '194952.993000', '194952.996000', '194952.999000', '194953.002000', '194953.005000', '194953.007000', '194953.010000', '194953.012000', '194953.015000', '194953.018000', '194953.020000', '194953.023000', '194953.025000', '194953.028000', '194953.031000', '194953.033000', '194953.036000', '194953.039000', '194953.041000', '194953.044000', '194953.046000', '194953.049000', '194953.051000', '194953.054000', '194953.057000', '195012.943000', '195012.946000', '195012.949000', '195012.951000', '195012.954000', '195012.957000', '195012.959000', '195012.962000', '195012.964000', '195012.967000', '195012.970000', '195012.972000', '195012.975000', '195012.977000', '195012.980000', '195012.983000', '195012.985000', '195012.988000', '195012.990000', '195012.993000', '195012.996000', '195012.998000', '195013.002000', '195013.005000', '195013.007000', '195013.010000', '195013.013000', '195013.015000', '195013.018000', '195013.020000', '195013.023000', '195013.026000', '195013.028000', '195013.031000', '195013.034000', '195013.036000', '195013.039000', '195013.041000', '195013.044000', '195013.046000', '195013.049000', '195013.052000', '195013.054000', '195032.942000', '195032.945000', '195032.948000', '195032.950000', '195032.953000', '195032.956000', '195032.960000', '195032.963000', '195032.965000', '195032.968000', '195032.970000', '195032.973000', '195032.975000', '195032.978000', '195032.981000', '195032.983000', '195032.986000', '195032.988000', '195032.991000', '195032.994000', '195032.996000', '195033.000000', '195033.003000', '195033.005000', '195033.008000', '195033.010000', '195033.013000', '195033.016000', '195033.018000', '195033.021000', '195033.023000', '195033.026000', '195033.029000', '195033.031000', '195033.034000', '195033.037000', '195033.039000', '195033.042000', '195033.044000', '195033.047000', '195033.050000', '195033.052000', '195033.055000', '195033.057000', '195052.944000', '195052.946000', '195052.949000', '195052.952000', '195052.954000', '195052.957000', '195052.960000', '195052.962000', '195052.965000', '195052.967000', '195052.970000', '195052.973000', '195052.975000', '195052.978000', '195052.980000', '195052.983000', '195052.985000', '195052.988000', '195053.013000', '195053.016000', '195053.018000', '195053.021000', '195053.023000', '195053.026000', '195053.029000', '195053.031000', '195053.034000', '195053.037000', '195053.039000', '195053.042000', '195053.045000', '195053.048000', '195053.050000', '195053.053000', '195053.056000', '195053.058000', '195053.061000', '195053.063000', '195053.066000', '195053.069000', '195053.071000', '195053.074000', '195053.076000', '195112.943000', '195112.946000', '195112.949000', '195112.951000', '195112.954000', '195112.957000', '195112.959000', '195112.962000', '195112.965000', '195112.967000', '195112.970000', '195112.973000', '195112.975000', '195112.978000', '195112.981000', '195112.983000', '195112.986000', '195112.988000', '195112.991000', '195113.000000', '195113.003000', '195113.006000', '195113.008000', '195113.011000', '195113.014000', '195113.016000', '195113.019000', '195113.022000', '195113.024000', '195113.027000', '195113.030000', '195113.032000', '195113.035000', '195113.037000', '195113.040000', '195113.043000', '195113.045000', '195113.048000', '195113.050000', '195113.053000', '195113.056000', '195113.058000', '195113.061000', '195113.063000', '195132.944000', '195132.946000', '195132.949000', '195132.952000', '195132.955000', '195132.957000', '195132.960000', '195132.962000', '195132.965000', '195132.968000', '195132.970000', '195132.973000', '195132.976000', '195132.978000', '195132.981000', '195132.983000', '195132.986000', '195132.989000', '195132.991000', '195132.994000', '195132.997000', '195133.000000', '195133.003000', '195133.005000', '195133.008000', '195133.011000', '195133.013000', '195133.016000', '195133.019000', '195133.021000', '195133.024000', '195133.027000', '195133.029000', '195133.032000', '195133.035000', '195133.037000', '195133.040000', '195133.043000', '195133.045000', '195133.048000', '195133.050000', '195133.053000', '195133.056000', '195152.943000', '195152.946000', '195152.949000', '195152.951000', '195152.954000', '195152.957000', '195152.959000', '195152.962000', '195152.964000', '195152.967000', '195152.970000', '195152.972000', '195152.975000', '195152.978000', '195152.980000', '195152.983000', '195152.985000', '195152.988000', '195152.991000', '195152.993000', '195152.996000', '195153.000000', '195153.002000', '195153.005000', '195153.007000', '195153.010000', '195153.013000', '195153.016000', '195153.018000', '195153.021000', '195153.023000', '195153.026000', '195153.029000', '195153.031000', '195153.034000', '195153.036000', '195153.039000', '195153.042000', '195153.044000', '195153.047000', '195153.049000', '195153.052000', '195153.055000', '195212.943000', '195212.946000', '195212.949000', '195212.952000', '195212.954000', '195212.957000', '195212.960000', '195212.962000', '195212.965000', '195212.967000', '195212.970000', '195212.972000', '195212.975000', '195212.978000', '195212.980000', '195212.983000', '195212.986000', '195212.988000', '195212.991000', '195212.994000', '195212.996000', '195213.000000', '195213.002000', '195213.005000', '195213.008000', '195213.010000', '195213.013000', '195213.015000', '195213.018000', '195213.021000', '195213.023000', '195213.026000', '195213.029000', '195213.031000', '195213.034000', '195213.036000', '195213.039000', '195213.042000', '195213.044000', '195213.047000', '195213.049000', '195213.052000', '195213.055000', '195213.057000', '195232.943000', '195232.946000', '195232.949000', '195232.953000', '195232.956000', '195232.959000', '195232.962000', '195232.964000', '195232.967000', '195232.970000', '195232.972000', '195232.975000', '195232.978000', '195232.980000', '195232.983000', '195233.000000', '195233.003000', '195233.005000', '195233.008000', '195233.011000', '195233.014000', '195233.016000', '195233.019000', '195233.021000', '195233.024000', '195233.027000', '195233.029000', '195233.032000', '195233.035000', '195233.037000', '195233.040000', '195233.043000', '195233.045000', '195233.048000', '195233.050000', '195233.053000', '195233.056000', '195233.058000', '195233.061000', '195233.064000', '195233.066000', '195233.069000', '195233.071000', '195252.942000', '195252.945000', '195252.948000', '195252.951000', '195252.953000', '195252.956000', '195252.958000', '195252.961000', '195252.964000', '195252.967000', '195252.969000', '195252.972000', '195252.975000', '195252.977000', '195252.980000', '195252.982000', '195252.985000', '195252.988000', '195252.990000', '195252.993000', '195252.995000', '195252.998000', '195253.002000', '195253.004000', '195253.007000', '195253.010000', '195253.012000', '195253.015000', '195253.017000', '195253.020000', '195253.023000', '195253.025000', '195253.028000', '195253.030000', '195253.033000', '195253.036000', '195253.038000', '195253.041000', '195253.043000', '195253.046000', '195253.049000', '195253.051000', '195253.054000', '195253.057000', '195312.944000', '195312.947000', '195312.949000', '195312.952000', '195312.955000', '195312.957000', '195312.960000', '195312.963000', '195312.965000', '195312.968000', '195312.971000', '195312.973000', '195312.976000', '195312.979000', '195312.981000', '195312.984000', '195312.987000', '195312.989000', '195312.992000', '195312.995000', '195312.997000', '195313.001000', '195313.003000', '195313.006000', '195313.009000', '195313.012000', '195313.014000', '195313.017000', '195313.020000', '195313.022000', '195313.025000', '195313.027000', '195313.030000', '195313.033000', '195313.035000', '195313.038000', '195313.040000', '195313.043000', '195313.045000', '195313.048000', '195313.051000', '195313.053000', '195313.056000', '195332.943000', '195332.946000', '195332.949000', '195332.952000', '195332.954000', '195332.957000', '195332.960000', '195332.962000', '195332.965000', '195332.967000', '195332.970000', '195332.973000', '195332.975000', '195332.978000', '195332.981000', '195332.983000', '195332.986000', '195332.988000', '195332.991000', '195332.994000', '195332.996000', '195333.000000', '195333.003000', '195333.005000', '195333.008000', '195333.010000', '195333.013000', '195333.016000', '195333.019000', '195333.021000', '195333.024000', '195333.026000', '195333.029000', '195333.032000', '195333.034000', '195333.037000', '195333.039000', '195333.042000', '195333.045000', '195333.047000', '195333.050000', '195333.052000', '195333.055000', '195333.058000', '195352.944000', '195352.947000', '195352.950000', '195352.952000', '195352.955000', '195352.957000', '195352.960000', '195352.963000', '195352.965000', '195352.968000', '195352.971000', '195352.973000', '195352.976000', '195352.978000', '195352.981000', '195352.984000', '195352.986000', '195352.989000', '195352.992000', '195352.995000', '195352.998000', '195353.001000', '195353.004000', '195353.007000', '195353.009000', '195353.012000', '195353.015000', '195353.017000', '195353.020000', '195353.023000', '195353.025000', '195353.028000', '195353.030000', '195353.033000', '195353.036000', '195353.038000', '195353.041000', '195353.043000', '195353.046000', '195353.058000', '195353.061000', '195353.063000', '195353.066000', '195412.944000', '195412.946000', '195412.949000', '195412.952000', '195412.954000', '195412.957000', '195412.960000', '195412.962000', '195412.965000', '195412.968000', '195412.970000', '195412.973000', '195412.975000', '195412.978000', '195412.981000', '195412.983000', '195412.986000', '195412.989000', '195412.991000', '195412.994000', '195412.997000', '195413.000000', '195413.003000', '195413.006000', '195413.008000', '195413.011000', '195413.014000', '195413.016000', '195413.019000', '195413.022000', '195413.024000', '195413.027000', '195413.029000', '195413.032000', '195413.035000', '195413.037000', '195413.040000', '195413.043000', '195413.045000', '195413.048000', '195413.051000', '195413.053000', '195413.056000', '195413.058000', '195432.944000', '195432.946000', '195432.949000', '195432.952000', '195432.954000', '195432.957000', '195432.959000', '195432.962000', '195432.965000', '195432.968000', '195432.970000', '195432.973000', '195432.976000', '195432.979000', '195432.982000', '195432.984000', '195432.987000', '195432.990000', '195432.992000', '195432.995000', '195432.998000', '195433.001000', '195433.004000', '195433.006000', '195433.009000', '195433.012000', '195433.015000', '195433.017000', '195433.020000', '195433.023000', '195433.025000', '195433.028000', '195433.030000', '195433.033000', '195433.036000', '195433.038000', '195433.041000', '195433.044000', '195433.046000', '195433.049000', '195433.052000', '195433.054000', '195433.057000', '195452.943000', '195452.946000', '195452.949000', '195452.951000', '195452.954000', '195452.957000', '195452.959000', '195452.962000', '195452.965000', '195452.967000', '195452.970000', '195452.972000', '195452.975000', '195452.978000', '195452.980000', '195452.983000', '195452.986000', '195452.988000', '195452.991000', '195452.993000', '195452.996000', '195452.998000', '195453.002000', '195453.005000', '195453.008000', '195453.010000', '195453.013000', '195453.015000', '195453.018000', '195453.021000', '195453.023000', '195453.026000', '195453.028000', '195453.031000', '195453.034000', '195453.036000', '195453.039000', '195453.041000', '195453.044000', '195453.047000', '195453.049000', '195453.052000', '195453.055000', '195453.057000', '195512.943000', '195512.946000', '195512.949000', '195512.951000', '195512.954000', '195512.957000', '195512.959000', '195512.962000', '195512.965000', '195512.967000', '195512.970000', '195512.972000', '195512.975000', '195512.978000', '195512.980000', '195512.983000', '195512.985000', '195512.988000', '195512.991000', '195512.993000', '195512.996000', '195512.998000', '195513.002000', '195513.005000', '195513.007000', '195513.010000', '195513.013000', '195513.015000', '195513.018000', '195513.020000', '195513.023000', '195513.026000', '195513.028000', '195513.032000', '195513.035000', '195513.037000', '195513.040000', '195513.043000', '195513.045000', '195513.048000', '195513.051000', '195513.053000', '195513.056000', '195532.943000', '195532.946000', '195532.949000', '195532.952000', '195532.955000', '195532.957000', '195532.960000', '195532.989000', '195532.992000', '195532.994000', '195532.997000', '195533.001000', '195533.003000', '195533.006000', '195533.009000', '195533.011000', '195533.014000', '195533.016000', '195533.019000', '195533.022000', '195533.024000', '195533.027000', '195533.029000', '195533.032000', '195533.035000', '195533.037000', '195533.040000', '195533.043000', '195533.045000', '195533.048000', '195533.050000', '195533.053000', '195533.056000', '195533.059000', '195533.061000', '195533.064000', '195533.067000', '195533.069000', '195533.072000', '195533.074000', '195533.077000', '195533.080000', '195533.082000', '195533.085000', '195552.943000', '195552.946000', '195552.949000', '195552.952000', '195552.954000', '195552.957000', '195552.960000', '195552.962000', '195552.965000', '195552.968000', '195552.970000', '195552.973000', '195552.975000', '195552.978000', '195552.981000', '195552.983000', '195552.986000', '195552.988000', '195552.991000', '195552.994000', '195552.996000', '195553.000000', '195553.003000', '195553.005000', '195553.008000', '195553.011000', '195553.014000', '195553.016000', '195553.019000', '195553.021000', '195553.024000', '195553.027000', '195553.029000', '195553.032000', '195553.035000', '195553.038000', '195553.040000', '195553.043000', '195553.045000', '195553.048000', '195553.051000', '195553.053000', '195553.056000', '195612.943000', '195612.946000', '195612.949000', '195612.952000', '195612.954000', '195612.957000', '195612.960000', '195612.962000', '195612.965000', '195612.968000', '195612.970000', '195612.973000', '195612.975000', '195612.978000', '195612.981000', '195612.983000', '195612.986000', '195612.988000', '195612.991000', '195612.994000', '195612.997000', '195613.000000', '195613.003000', '195613.006000', '195613.008000', '195613.011000', '195613.013000', '195613.016000', '195613.019000', '195613.021000', '195613.024000', '195613.027000', '195613.029000', '195613.032000', '195613.034000', '195613.037000', '195613.040000', '195613.042000', '195613.045000', '195613.048000', '195613.050000', '195613.053000', '195613.055000', '195613.058000', '195632.944000', '195632.947000', '195632.949000', '195632.952000', '195632.955000', '195632.957000', '195632.960000', '195632.962000', '195632.965000', '195632.968000', '195632.970000', '195632.973000', '195632.976000', '195632.978000', '195632.981000', '195632.984000', '195632.986000', '195632.989000', '195632.991000', '195632.994000', '195632.997000', '195633.000000', '195633.003000', '195633.005000', '195633.008000', '195633.011000', '195633.013000', '195633.016000', '195633.019000', '195633.021000', '195633.024000', '195633.026000', '195633.029000', '195633.032000', '195633.034000', '195633.037000', '195633.040000', '195633.042000', '195633.047000', '195633.049000', '195633.052000', '195633.055000', '195633.057000', '195652.944000', '195652.947000', '195652.950000', '195652.952000', '195652.963000', '195652.966000', '195652.969000', '195652.971000', '195652.974000', '195652.976000', '195652.979000', '195652.982000', '195652.984000', '195652.987000', '195652.990000', '195652.992000', '195652.995000', '195652.997000', '195653.001000', '195653.004000', '195653.006000', '195653.009000', '195653.012000', '195653.014000', '195653.017000', '195653.020000', '195653.022000', '195653.025000', '195653.027000', '195653.030000', '195653.033000', '195653.035000', '195653.038000', '195653.041000', '195653.043000', '195653.046000', '195653.048000', '195653.051000', '195653.054000', '195653.056000', '195653.059000', '195653.062000', '195653.064000', '195653.067000', '195712.943000', '195712.946000', '195712.949000', '195712.952000', '195712.954000', '195712.957000', '195712.959000', '195712.962000', '195712.965000', '195712.967000', '195712.970000', '195712.973000', '195712.975000', '195712.978000', '195712.980000', '195712.983000', '195712.986000', '195712.988000', '195712.991000', '195712.993000', '195712.996000', '195713.000000', '195713.002000', '195713.005000', '195713.007000', '195713.010000', '195713.013000', '195713.015000', '195713.018000', '195713.021000', '195713.023000', '195713.026000', '195713.029000', '195713.032000', '195713.034000', '195713.037000', '195713.040000', '195713.042000', '195713.045000', '195713.048000', '195713.050000', '195713.053000', '195713.055000', '195732.943000', '195732.946000', '195732.948000', '195732.951000', '195732.954000', '195732.956000', '195732.959000', '195732.961000', '195732.964000', '195732.967000', '195732.969000', '195732.972000', '195732.974000', '195732.977000', '195732.980000', '195732.982000', '195732.985000', '195732.987000', '195732.990000', '195732.993000', '195732.995000', '195732.998000', '195733.001000', '195733.004000', '195733.007000', '195733.009000', '195733.012000', '195733.014000', '195733.017000', '195733.020000', '195733.022000', '195733.025000', '195733.028000', '195733.030000', '195733.033000', '195733.036000', '195733.039000', '195733.041000', '195733.044000', '195733.046000', '195733.049000', '195733.052000', '195733.054000', '195733.057000', '195752.944000', '195752.946000', '195752.949000', '195752.952000', '195752.954000', '195752.957000', '195752.960000', '195752.962000', '195752.965000', '195752.967000', '195752.970000', '195752.973000', '195752.975000', '195752.978000', '195752.981000', '195752.983000', '195752.986000', '195752.989000', '195752.991000', '195752.994000', '195752.997000', '195753.000000', '195753.003000', '195753.005000', '195753.008000', '195753.010000', '195753.013000', '195753.016000', '195753.018000', '195753.021000', '195753.024000', '195753.026000', '195753.029000', '195753.031000', '195753.034000', '195753.037000', '195753.039000', '195753.042000', '195753.044000', '195753.047000', '195753.050000', '195753.052000', '195753.055000', '195812.949000', '195812.952000', '195812.955000', '195812.957000', '195812.960000', '195812.963000', '195812.965000', '195812.968000', '195812.970000', '195812.973000', '195812.976000', '195812.978000', '195812.981000', '195812.984000', '195812.986000', '195812.989000', '195812.992000', '195812.994000', '195812.997000', '195813.001000', '195813.003000', '195813.006000', '195813.008000', '195813.011000', '195813.014000', '195813.016000', '195813.019000', '195813.022000', '195813.024000', '195813.027000', '195813.030000', '195813.032000', '195813.035000', '195813.037000', '195813.040000', '195813.043000', '195813.045000', '195813.048000', '195813.050000', '195813.053000', '195813.056000', '195813.058000', '195813.061000', '195813.064000', '195832.944000', '195832.947000', '195832.950000', '195832.952000', '195832.955000', '195832.958000', '195832.960000', '195832.963000', '195832.965000', '195832.968000', '195832.971000', '195832.973000', '195832.976000', '195832.979000', '195832.981000', '195832.984000', '195832.986000', '195832.989000', '195832.992000', '195832.994000', '195832.997000', '195833.001000', '195833.003000', '195833.006000', '195833.008000', '195833.011000', '195833.014000', '195833.016000', '195833.019000', '195833.022000', '195833.024000', '195833.027000', '195833.029000', '195833.032000', '195833.035000', '195833.037000', '195833.040000', '195833.043000', '195833.045000', '195833.048000', '195833.050000', '195833.053000', '195833.056000', '195852.944000', '195852.946000', '195852.949000', '195852.952000', '195852.954000', '195852.957000', '195852.960000', '195852.962000', '195852.965000', '195852.968000', '195852.970000', '195852.973000', '195852.976000', '195852.978000', '195852.981000', '195852.984000', '195852.986000', '195852.989000', '195852.992000', '195852.994000', '195852.997000', '195853.000000', '195853.004000', '195853.006000', '195853.009000', '195853.011000', '195853.014000', '195853.017000', '195853.019000', '195853.022000', '195853.025000', '195853.027000', '195853.030000', '195853.032000', '195853.035000', '195853.038000', '195853.040000', '195853.043000', '195853.046000', '195853.048000', '195853.051000', '195853.053000', '195853.056000', '195853.059000', '195912.944000', '195912.947000', '195912.949000', '195912.952000', '195912.955000', '195912.957000', '195912.960000', '195912.962000', '195912.965000', '195912.968000', '195912.970000', '195912.973000', '195912.976000', '195912.979000', '195912.981000', '195912.984000', '195912.987000', '195912.989000', '195912.992000', '195912.994000', '195912.997000', '195913.001000', '195913.004000', '195913.006000', '195913.009000', '195913.012000', '195913.014000', '195913.017000', '195913.020000', '195913.022000', '195913.025000', '195913.027000', '195913.030000', '195913.033000', '195913.035000', '195913.038000', '195913.041000', '195913.043000', '195913.046000', '195913.048000', '195913.062000', '195913.065000', '195913.067000', '195932.944000', '195932.947000', '195932.949000', '195932.952000', '195932.955000', '195932.957000', '195932.960000', '195932.963000', '195932.966000', '195932.968000', '195932.971000', '195932.974000', '195932.976000', '195932.979000', '195932.982000', '195932.984000', '195932.987000', '195932.989000', '195932.992000', '195932.995000', '195932.997000', '195933.001000', '195933.004000', '195933.007000', '195933.009000', '195933.012000', '195933.016000', '195933.018000', '195933.021000', '195933.024000', '195933.026000', '195933.029000', '195933.031000', '195933.034000', '195933.037000', '195933.039000', '195933.042000', '195933.045000', '195933.047000', '195933.050000', '195933.053000', '195933.055000', '195933.058000', '195937.025000', '195937.028000', '195937.030000', '195937.033000', '195937.036000', '195937.039000', '195937.042000', '195937.044000', '195937.047000', '195937.050000'], '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': [12515, 15952, 11156, 13433, 10617, 13128, 11461, 13435, 13073, 11334, 18770, 11086, 15486, 11185, 14382, 9867, 12960, 8817, 11264, 14127, 9836, 17455, 10641, 15065, 10141, 11843, 10504, 9556, 18687, 11234, 16962, 10977, 13539, 10170, 11157, 17810, 10266, 17085, 11297, 15186, 9818, 11609, 9039, 11501, 8695, 10724, 17482, 11405, 17473, 10518, 13299, 9889, 12318, 10881, 12100, 15763, 10065, 18035, 10563, 14869, 10095, 13919, 9237, 12009, 10984, 10341, 18773, 10501, 15281, 10498, 12597, 9290, 10804, 12372, 9346, 17078, 10396, 14436, 9331, 11790, 8804, 10563, 16428, 9979, 14269, 10526, 12805, 9408, 12122, 9022, 10929, 16899, 10611, 15451, 11200, 13304, 10010, 11701, 13562, 10135, 17021, 10806, 14896, 9980, 13163, 9902, 12179, 13977, 10327, 17927, 11656, 16242, 10862, 13051, 9206, 12725, 9596, 12156, 15377, 11449, 19559, 12375, 16233, 11528, 14561, 10257, 15562, 11194, 14254, 11850, 11963, 17457, 10425, 18114, 11349, 16465, 10503, 14015, 9791, 11681, 17413, 10347, 17307, 11632, 16042, 10324, 12659, 9483, 11566, 11979, 10283, 19619, 11983, 16083, 10605, 12534, 9378, 11117, 17607, 10774, 18094, 10999, 14039, 9703, 11585, 10576, 10265, 17710, 10151, 14736, 9469, 11875, 9732, 11746, 9315, 12630, 9274, 12562, 9299, 11715, 16288, 11005, 18677, 12210, 17022, 10814, 13382, 10117, 12442, 11959, 10927, 18647, 11637, 16913, 10443, 13381, 10338, 11738, 9539, 11050, 11532, 10378, 16509, 10179, 14254, 9796, 12955, 9702, 11929, 11979, 11224, 17513, 11129, 16384, 10979, 14290, 10169, 13949, 10656, 12875, 12822, 10570, 19248, 11534, 14720, 10223, 12954, 9574, 13211, 10497, 11842, 12470, 10344, 18368, 11273, 14802, 10757, 14838, 9902, 14578, 9720, 12231, 13352, 10345, 18311, 11084, 15302, 10924, 15464, 10118, 12591, 10780, 10648, 17183, 10848, 15560, 10854, 14477, 10027, 12271, 8983, 11498, 16349, 10107, 16021, 10793, 13760, 10089, 12138, 12428, 9757, 15789, 10789, 13242, 10301, 13003, 9628, 11087, 17494, 11343, 13561, 10161, 13031, 9708, 13308, 9468, 12194, 15703, 10496, 17614, 11733, 16678, 10509, 15132, 10076, 13187, 10635, 11408, 19727, 11841, 17177, 11202, 13275, 9529, 12108, 12218, 10960, 13640, 10059, 16550, 10402, 15053, 10333, 14780, 9832, 14372, 9621, 12064, 14874, 10428, 18069, 11363, 16243, 10359, 14971, 10044, 12364, 14913, 10580, 18037, 11579, 15305, 10187, 13062, 8875, 12017, 10785, 10628, 17090, 10925, 17020, 11623, 15984, 10467, 13117, 16960, 11869, 15501, 9389, 13907, 10196, 13002, 9812, 14055, 9480, 12920, 9415, 12917, 9313, 13088, 9530, 13652, 10031, 11959, 12050, 9826, 17196, 10672, 14750, 11079, 16305, 10006, 11598, 11957, 17030, 14069, 14950, 11108, 16377, 11573, 11299, 13221, 15754, 11731, 18976, 12548, 18290, 12306, 16055, 10552, 13172, 10021, 12119, 9332, 12121, 9231, 11899, 8467, 10702, 9635, 10086, 11602, 11462, 13342, 11016, 15574, 10767, 16890, 11270, 17331, 11476, 16082, 10307, 14585, 14526, 10957, 19617, 12863, 15812, 11015, 12643, 9770, 10954, 11858, 10147, 12232, 9526, 9181, 10807, 8899, 13282, 10640, 15199, 12505, 11995, 19806, 11330, 13695, 10663, 13588, 19156, 13836, 19365, 12739, 17237, 11424, 16253, 11214, 17792, 11710, 17415, 10754, 15717, 11549, 14063, 14120, 10073, 16097, 9690, 14918, 10079, 13897, 10256, 15378, 10251, 15634, 9868, 13141, 9555, 11791, 9592, 11443, 9347, 11132, 8950, 10808, 8654, 10487, 11802, 9836, 16706, 10601, 15909, 11465, 14291, 9970, 12714, 9867, 11713, 9576, 11732, 9025, 12046, 9355, 11715, 13044, 10341, 18061, 10946, 15096, 10525, 11721, 9576, 11276, 8921, 10966, 10801, 10924, 10550, 10158, 12270, 10136, 15387, 10579, 15800, 11536, 15266, 11474, 14690, 10296, 15264, 10149, 15592, 10541, 13189, 14085, 10989, 19321, 11999, 16143, 11121, 14646, 9867, 15565, 9185, 12887, 12296, 10430, 19082, 10954, 16086, 10929, 13925, 9412, 12320, 8813, 11342, 15242, 10636, 17750, 10672, 11470, 11621, 13435, 11030, 8764, 12999, 10931, 17206, 12189, 19281, 12058, 18169, 11741, 17651, 11680, 18184, 11674, 16456, 12160, 12359, 18190, 10977, 16423, 10791, 16228, 10346, 14621, 9619, 13203, 9616, 11943, 8437, 11253, 9225, 11015, 18562, 10151, 15524, 9823, 13556, 8956, 13864, 8909, 11531, 10509, 11322, 13714, 13627, 12115, 12663, 11447, 11521, 18952, 11765, 17693, 12526, 16673, 10313, 13938, 9027, 12320, 13097, 10444, 18523, 11654, 16474, 10199, 13539, 9211, 11633, 8301, 11856, 8408, 11825, 8044, 11457, 8441, 10753, 15764, 10969, 18331, 10240, 15263, 9707, 12937, 9425, 12466, 14257, 10626, 18881, 10613, 13983, 9556, 13286, 9231, 13364, 8497, 12204, 8409, 12393, 9306, 13902, 11814, 11916, 18995, 11777, 17550, 12014, 17328, 10610, 15936, 11201, 12140, 16151, 10388, 18089, 11229, 16730, 10369, 14998, 10105, 13744, 9993, 13039, 8950, 13330, 8626, 11701, 11293, 10071, 18489, 11474, 18100, 10905, 16499, 10471, 15651, 10187, 15471, 9747, 15266, 9082, 13766, 9473, 11421, 15257, 10290, 19622, 12257, 16352, 9925, 12754, 9090, 11328, 12567, 10315, 15939, 9972, 16818, 9830, 13601, 9451, 13175, 9538, 15621, 9953, 15060, 9580, 14006, 9090, 12540, 18388, 11808, 19558, 11673, 16092, 10624, 14029, 9328, 12953, 11510, 12048, 12992, 10410, 17072, 10282, 16936, 10210, 16821, 11202, 16315, 10178, 14123, 9404, 13689, 9164, 13402, 12777, 11022, 15134, 9983, 18138, 10507, 16537, 10658, 16720, 10531, 15025, 9844, 13415, 8962, 12914, 9223, 13413, 9940, 11034, 10071, 11501, 14960, 10020, 17855, 10774, 17147, 10622, 14962, 10037, 13522, 9741, 15502, 9425, 16972, 9082, 14203, 9232, 12218, 13156, 11170, 19131, 12307, 17518, 10363, 15190, 10416, 13240, 9278, 14329, 9104, 16289, 9204, 13503, 8845, 12597, 8860, 11145, 15261, 11490, 16897, 10980, 18513, 10828, 16358, 10475, 15300, 9517, 14540, 9872, 12060, 12219, 10428, 18402, 10806, 17780, 10508, 14613, 10152, 12157, 9544, 11639, 8720, 13453, 9192, 10968, 18473, 10794, 16213, 9910, 13995, 10112, 11901, 9530, 11330, 15488, 10324, 16956, 10354, 13904, 9345, 12797, 8690, 11718, 9813, 10427, 17113, 10791, 15446, 10717, 14396, 9338, 12681, 10139, 10915, 18963, 11879, 19365, 11919, 16925, 10930, 14265, 9506, 13896, 10627, 13578, 11357, 11485, 13432, 10743, 18121, 11481, 17367, 11726, 15854, 10555, 13821, 9624, 12988, 9093, 14576, 9813, 13267, 14610, 11204, 19425, 11540, 16817, 11768, 16776, 10273, 14550, 9007, 12344, 8640, 11156, 10325, 11550, 10577, 11040, 16928, 11093, 17395, 11219, 17176, 10423, 16966, 9307, 14722, 11527, 11601, 18491, 11859, 18792, 11647, 17762, 11163, 15913, 10233, 15685, 10494, 16110, 8992, 13593, 8529, 12015, 13816, 11011, 20496, 12850, 17230, 11500, 14681, 9087, 12318, 8640, 11604, 10493, 11321, 9191, 10551, 10398, 10550, 17000, 10810, 15055, 11435, 16360, 10606, 14570, 9482, 13162, 10613, 12099, 18342, 11988, 20342, 13344, 16413, 11309, 14723, 10352, 14350, 9550, 15374, 9729, 13980, 8454, 12023, 8350, 12231, 10208, 11148, 17763, 11755, 18631, 11281, 15521, 10378, 13050, 9247, 14501, 9951, 12097, 11814, 10565, 16771, 10428, 18196, 11746, 16426, 10614, 13414, 9145, 11613, 9447, 10743, 16571, 11271, 16950, 11708, 15646, 10077, 14993, 9672, 13773, 10559, 15891, 10636, 15028, 9691, 12759, 18475, 11460, 19252, 12683, 16322, 9623, 12838, 13022, 9817, 16923, 10476, 14032, 10791, 13020, 8304, 11801, 9737, 10548, 17913, 11900, 16836, 10792, 14516, 9895, 11417, 19280, 12250, 16148, 10420, 14040, 9046, 11459, 13135, 10360, 15838, 10985, 14744, 10767, 14239, 9850, 13301, 9791, 13290, 9704, 13482, 9608, 14229, 10825, 13890, 11663, 12459, 17010, 11972, 19784, 12556, 18426, 13105, 16038, 11559, 15559, 10726, 16376, 11011, 17756, 11699, 16346, 10870, 15138, 10666, 15607, 11134, 17322, 11349, 16236, 11159, 15235, 10809, 15531, 10611, 15652, 9736, 13057, 8817, 11948, 9175, 11953, 9052, 12930, 9018, 12779, 8671, 12851, 8601, 13167, 10046, 14563, 8644, 13016, 9640, 11878, 17971, 11994, 19505, 12151, 15592, 10925, 13871, 10366, 15016, 9949, 15455, 8877, 12903, 9034, 11780, 11147, 12089, 12005, 12085, 11184, 11714, 15858, 11836, 18507, 12416, 18364, 12173, 16096, 11232, 15227, 10826, 16975, 11202, 17507, 10870, 16102, 10576, 14694, 10664, 15481, 10666, 16109, 9318, 13905, 9496, 12051, 11575, 11479, 15384, 12179, 12328, 11007, 12304, 10725, 11725, 11493, 10301, 12128, 8484, 12902, 10897, 11907, 12359, 12281, 10905, 13876, 8886, 18094, 13365, 17731, 13380, 13520, 15498, 12242, 18296, 12950, 18105, 12625, 12506, 16508, 14199, 18402, 14608, 17271, 12103, 16381, 15187, 12566, 19972, 12692, 15484, 10829, 14132, 9869, 13353, 9913, 15428, 9964, 10450, 9605, 9893, 11645, 9723, 13626, 9737, 14969, 9431, 15067, 9665, 14150, 9599, 13148, 9878, 13075, 10245, 11729, 11829, 11458, 10693, 10496, 11172, 10180, 13095, 10442, 16258, 11381, 15754, 11296, 14255, 11034, 13658, 9367, 12405, 9045, 12898, 8695, 11489, 12124, 11166, 18345, 11595, 13841, 10465, 13314, 9554, 12734, 8675, 12891, 8808, 13272, 9081, 14706, 9179, 14149, 9082, 13175, 12673, 12075, 18536, 12014, 19288, 12994, 17393, 12007, 15559, 11002, 14692, 10305, 15498, 9388, 13862, 8561, 12530, 8390, 11606, 9263, 11495, 17772, 11000, 16457, 11652, 15196, 10448, 13507, 9153, 12734, 8518, 13970, 9336, 15678, 9046, 14493, 9065, 13174, 16783, 12318, 20150, 13103, 17241, 11421, 15036, 9671, 14373, 9263, 16776, 9791, 17175, 10119, 17183, 10398, 16878, 9866, 16839, 11059, 17248, 10602, 14982, 11971, 13030, 16608, 12060, 17775, 12671, 16524, 11423, 14883, 10513, 12815, 10223, 12283, 10633, 11880, 10075, 15844, 10878, 18421, 12408, 16723, 11604, 14378, 9374, 12630, 8915, 13442, 8514, 12549, 7966, 11285, 7896, 11570, 8533, 13654, 8650, 14257, 9773, 14396, 9700], 'WindowCenter': [4571.0, 4577.0, 4533.0, 4539.0, 4507.0, 4537.0, 4515.0, 4527.0, 4524.0, 4503.0, 4555.0, 4502.0, 4532.0, 4501.0, 4522.0, 4481.0, 4523.0, 4471.0, 4502.0, 4531.0, 4493.0, 4541.0, 4492.0, 4534.0, 4493.0, 4514.0, 4492.0, 4484.0, 4543.0, 4502.0, 4543.0, 4502.0, 4522.0, 4491.0, 4502.0, 4540.0, 4490.0, 4542.0, 4502.0, 4531.0, 4481.0, 4502.0, 4471.0, 4503.0, 4471.0, 4505.0, 4544.0, 4513.0, 4543.0, 4502.0, 4524.0, 4493.0, 4512.0, 4492.0, 4514.0, 4531.0, 4481.0, 4543.0, 4491.0, 4521.0, 4491.0, 4521.0, 4469.0, 4502.0, 4491.0, 4490.0, 4542.0, 4491.0, 4531.0, 4489.0, 4510.0, 4470.0, 4492.0, 4510.0, 4481.0, 4540.0, 4491.0, 4521.0, 4481.0, 4502.0, 4471.0, 4494.0, 4543.0, 4493.0, 4534.0, 4503.0, 4525.0, 4484.0, 4516.0, 4485.0, 4507.0, 4555.0, 4505.0, 4545.0, 4515.0, 4536.0, 4505.0, 4525.0, 4535.0, 4505.0, 4557.0, 4516.0, 4547.0, 4495.0, 4538.0, 4495.0, 4529.0, 4535.0, 4507.0, 4556.0, 4516.0, 4558.0, 4517.0, 4538.0, 4498.0, 4539.0, 4509.0, 4529.0, 4558.0, 4529.0, 4580.0, 4539.0, 4559.0, 4529.0, 4548.0, 4507.0, 4547.0, 4505.0, 4538.0, 4515.0, 4515.0, 4555.0, 4505.0, 4555.0, 4505.0, 4544.0, 4503.0, 4534.0, 4494.0, 4513.0, 4542.0, 4493.0, 4542.0, 4503.0, 4534.0, 4492.0, 4514.0, 4481.0, 4514.0, 4513.0, 4494.0, 4553.0, 4513.0, 4544.0, 4492.0, 4513.0, 4481.0, 4502.0, 4541.0, 4492.0, 4542.0, 4491.0, 4522.0, 4481.0, 4502.0, 4489.0, 4492.0, 4540.0, 4490.0, 4532.0, 4482.0, 4513.0, 4493.0, 4515.0, 4485.0, 4526.0, 4495.0, 4526.0, 4496.0, 4517.0, 4545.0, 4506.0, 4554.0, 4514.0, 4545.0, 4504.0, 4526.0, 4492.0, 4515.0, 4511.0, 4503.0, 4554.0, 4504.0, 4545.0, 4502.0, 4523.0, 4503.0, 4516.0, 4495.0, 4516.0, 4513.0, 4507.0, 4557.0, 4506.0, 4546.0, 4507.0, 4537.0, 4507.0, 4528.0, 4526.0, 4519.0, 4568.0, 4528.0, 4557.0, 4518.0, 4547.0, 4506.0, 4538.0, 4507.0, 4527.0, 4536.0, 4508.0, 4566.0, 4515.0, 4546.0, 4494.0, 4525.0, 4495.0, 4527.0, 4507.0, 4527.0, 4525.0, 4507.0, 4556.0, 4515.0, 4546.0, 4505.0, 4536.0, 4496.0, 4536.0, 4495.0, 4526.0, 4524.0, 4495.0, 4555.0, 4505.0, 4544.0, 4504.0, 4545.0, 4504.0, 4525.0, 4504.0, 4504.0, 4543.0, 4503.0, 4543.0, 4503.0, 4535.0, 4494.0, 4516.0, 4483.0, 4517.0, 4544.0, 4504.0, 4545.0, 4505.0, 4537.0, 4494.0, 4526.0, 4524.0, 4495.0, 4544.0, 4504.0, 4525.0, 4504.0, 4527.0, 4494.0, 4516.0, 4556.0, 4515.0, 4535.0, 4506.0, 4536.0, 4496.0, 4537.0, 4496.0, 4528.0, 4556.0, 4517.0, 4557.0, 4526.0, 4558.0, 4506.0, 4547.0, 4506.0, 4537.0, 4505.0, 4517.0, 4566.0, 4516.0, 4557.0, 4530.0, 4528.0, 4494.0, 4515.0, 4513.0, 4506.0, 4535.0, 4508.0, 4558.0, 4517.0, 4547.0, 4508.0, 4547.0, 4506.0, 4548.0, 4507.0, 4528.0, 4546.0, 4506.0, 4556.0, 4517.0, 4556.0, 4506.0, 4546.0, 4496.0, 4525.0, 4534.0, 4504.0, 4555.0, 4503.0, 4535.0, 4492.0, 4523.0, 4472.0, 4514.0, 4502.0, 4504.0, 4544.0, 4504.0, 4544.0, 4514.0, 4545.0, 4506.0, 4552.0, 4587.0, 4531.0, 4546.0, 4486.0, 4537.0, 4494.0, 4524.0, 4494.0, 4534.0, 4495.0, 4524.0, 4496.0, 4524.0, 4497.0, 4536.0, 4497.0, 4537.0, 4508.0, 4528.0, 4525.0, 4497.0, 4554.0, 4504.0, 4533.0, 4515.0, 4558.0, 4520.0, 4529.0, 4526.0, 4556.0, 4547.0, 4547.0, 4517.0, 4556.0, 4517.0, 4516.0, 4525.0, 4534.0, 4503.0, 4553.0, 4512.0, 4542.0, 4512.0, 4543.0, 4493.0, 4512.0, 4481.0, 4512.0, 4483.0, 4511.0, 4480.0, 4512.0, 4461.0, 4503.0, 4493.0, 4504.0, 4514.0, 4516.0, 4536.0, 4517.0, 4556.0, 4520.0, 4558.0, 4519.0, 4568.0, 4528.0, 4558.0, 4506.0, 4547.0, 4535.0, 4505.0, 4556.0, 4526.0, 4544.0, 4503.0, 4525.0, 4494.0, 4503.0, 4511.0, 4495.0, 4525.0, 4493.0, 4494.0, 4504.0, 4484.0, 4537.0, 4532.0, 4573.0, 4540.0, 4541.0, 4595.0, 4530.0, 4551.0, 4518.0, 4538.0, 4555.0, 4525.0, 4554.0, 4511.0, 4529.0, 4486.0, 4515.0, 4473.0, 4515.0, 4472.0, 4503.0, 4450.0, 4489.0, 4445.0, 4465.0, 4464.0, 4435.0, 4475.0, 4424.0, 4474.0, 4436.0, 4465.0, 4446.0, 4487.0, 4448.0, 4488.0, 4448.0, 4477.0, 4438.0, 4469.0, 4451.0, 4470.0, 4452.0, 4472.0, 4454.0, 4473.0, 4445.0, 4474.0, 4483.0, 4463.0, 4513.0, 4475.0, 4514.0, 4486.0, 4507.0, 4466.0, 4496.0, 4478.0, 4498.0, 4478.0, 4499.0, 4470.0, 4511.0, 4480.0, 4512.0, 4512.0, 4492.0, 4540.0, 4492.0, 4531.0, 4491.0, 4513.0, 4481.0, 4502.0, 4483.0, 4504.0, 4503.0, 4515.0, 4506.0, 4507.0, 4526.0, 4508.0, 4557.0, 4520.0, 4559.0, 4531.0, 4560.0, 4530.0, 4550.0, 4509.0, 4547.0, 4505.0, 4546.0, 4505.0, 4526.0, 4535.0, 4505.0, 4565.0, 4515.0, 4546.0, 4514.0, 4536.0, 4495.0, 4545.0, 4495.0, 4536.0, 4524.0, 4504.0, 4565.0, 4515.0, 4544.0, 4504.0, 4534.0, 4484.0, 4524.0, 4483.0, 4515.0, 4544.0, 4518.0, 4567.0, 4531.0, 4531.0, 4539.0, 4549.0, 4529.0, 4499.0, 4551.0, 4531.0, 4583.0, 4554.0, 4592.0, 4541.0, 4570.0, 4529.0, 4559.0, 4516.0, 4558.0, 4515.0, 4546.0, 4514.0, 4514.0, 4544.0, 4491.0, 4530.0, 4490.0, 4542.0, 4492.0, 4543.0, 4506.0, 4534.0, 4495.0, 4526.0, 4472.0, 4503.0, 4482.0, 4504.0, 4564.0, 4503.0, 4544.0, 4494.0, 4523.0, 4484.0, 4534.0, 4484.0, 4514.0, 4503.0, 4516.0, 4533.0, 4536.0, 4514.0, 4525.0, 4514.0, 4516.0, 4565.0, 4513.0, 4543.0, 4512.0, 4543.0, 4492.0, 4522.0, 4470.0, 4511.0, 4510.0, 4490.0, 4541.0, 4502.0, 4531.0, 4490.0, 4521.0, 4479.0, 4500.0, 4471.0, 4513.0, 4472.0, 4513.0, 4473.0, 4514.0, 4484.0, 4516.0, 4545.0, 4516.0, 4566.0, 4506.0, 4546.0, 4496.0, 4526.0, 4484.0, 4525.0, 4536.0, 4506.0, 4554.0, 4504.0, 4534.0, 4494.0, 4534.0, 4494.0, 4535.0, 4486.0, 4526.0, 4487.0, 4538.0, 4498.0, 4549.0, 4529.0, 4529.0, 4568.0, 4528.0, 4556.0, 4516.0, 4547.0, 4504.0, 4546.0, 4503.0, 4514.0, 4531.0, 4491.0, 4541.0, 4501.0, 4541.0, 4491.0, 4531.0, 4491.0, 4521.0, 4504.0, 4525.0, 4483.0, 4525.0, 4472.0, 4514.0, 4513.0, 4496.0, 4553.0, 4515.0, 4554.0, 4506.0, 4544.0, 4504.0, 4543.0, 4494.0, 4535.0, 4492.0, 4544.0, 4483.0, 4536.0, 4493.0, 4514.0, 4533.0, 4493.0, 4553.0, 4513.0, 4543.0, 4493.0, 4512.0, 4471.0, 4501.0, 4510.0, 4492.0, 4542.0, 4492.0, 4542.0, 4493.0, 4533.0, 4494.0, 4525.0, 4496.0, 4548.0, 4508.0, 4546.0, 4496.0, 4546.0, 4485.0, 4526.0, 4555.0, 4515.0, 4566.0, 4515.0, 4544.0, 4503.0, 4534.0, 4482.0, 4523.0, 4501.0, 4513.0, 4521.0, 4493.0, 4541.0, 4492.0, 4543.0, 4492.0, 4542.0, 4504.0, 4544.0, 4492.0, 4523.0, 4482.0, 4524.0, 4483.0, 4523.0, 4513.0, 4503.0, 4533.0, 4492.0, 4552.0, 4494.0, 4541.0, 4492.0, 4543.0, 4503.0, 4534.0, 4494.0, 4523.0, 4482.0, 4513.0, 4481.0, 4523.0, 4493.0, 4503.0, 4492.0, 4513.0, 4543.0, 4495.0, 4553.0, 4505.0, 4555.0, 4505.0, 4545.0, 4505.0, 4537.0, 4495.0, 4546.0, 4484.0, 4555.0, 4485.0, 4536.0, 4485.0, 4527.0, 4524.0, 4506.0, 4554.0, 4514.0, 4545.0, 4495.0, 4533.0, 4492.0, 4522.0, 4481.0, 4533.0, 4473.0, 4545.0, 4483.0, 4524.0, 4483.0, 4525.0, 4484.0, 4516.0, 4545.0, 4515.0, 4555.0, 4506.0, 4555.0, 4504.0, 4544.0, 4491.0, 4532.0, 4480.0, 4522.0, 4481.0, 4501.0, 4510.0, 4492.0, 4540.0, 4491.0, 4542.0, 4492.0, 4521.0, 4491.0, 4511.0, 4483.0, 4503.0, 4472.0, 4525.0, 4484.0, 4505.0, 4554.0, 4503.0, 4544.0, 4493.0, 4523.0, 4493.0, 4513.0, 4483.0, 4504.0, 4531.0, 4492.0, 4542.0, 4494.0, 4523.0, 4483.0, 4525.0, 4474.0, 4515.0, 4493.0, 4505.0, 4554.0, 4506.0, 4547.0, 4506.0, 4546.0, 4497.0, 4527.0, 4495.0, 4508.0, 4555.0, 4515.0, 4556.0, 4516.0, 4546.0, 4504.0, 4534.0, 4485.0, 4524.0, 4492.0, 4525.0, 4502.0, 4515.0, 4522.0, 4504.0, 4554.0, 4515.0, 4554.0, 4514.0, 4544.0, 4506.0, 4535.0, 4496.0, 4537.0, 4486.0, 4547.0, 4505.0, 4537.0, 4546.0, 4516.0, 4566.0, 4516.0, 4545.0, 4514.0, 4545.0, 4505.0, 4535.0, 4484.0, 4526.0, 4475.0, 4514.0, 4504.0, 4517.0, 4507.0, 4519.0, 4557.0, 4527.0, 4557.0, 4516.0, 4558.0, 4505.0, 4558.0, 4485.0, 4536.0, 4514.0, 4514.0, 4553.0, 4513.0, 4553.0, 4513.0, 4553.0, 4504.0, 4544.0, 4493.0, 4534.0, 4492.0, 4533.0, 4472.0, 4523.0, 4472.0, 4514.0, 4522.0, 4504.0, 4552.0, 4512.0, 4544.0, 4501.0, 4521.0, 4470.0, 4511.0, 4461.0, 4501.0, 4491.0, 4501.0, 4481.0, 4494.0, 4493.0, 4502.0, 4545.0, 4504.0, 4534.0, 4514.0, 4545.0, 4505.0, 4546.0, 4495.0, 4526.0, 4504.0, 4516.0, 4553.0, 4514.0, 4555.0, 4525.0, 4533.0, 4502.0, 4523.0, 4492.0, 4521.0, 4481.0, 4532.0, 4482.0, 4521.0, 4473.0, 4513.0, 4460.0, 4513.0, 4490.0, 4503.0, 4552.0, 4513.0, 4554.0, 4503.0, 4533.0, 4492.0, 4513.0, 4472.0, 4521.0, 4481.0, 4503.0, 4500.0, 4491.0, 4540.0, 4490.0, 4541.0, 4502.0, 4531.0, 4491.0, 4523.0, 4482.0, 4504.0, 4482.0, 4502.0, 4542.0, 4502.0, 4543.0, 4513.0, 4545.0, 4494.0, 4546.0, 4497.0, 4535.0, 4506.0, 4557.0, 4508.0, 4548.0, 4495.0, 4527.0, 4556.0, 4504.0, 4554.0, 4512.0, 4533.0, 4481.0, 4514.0, 4510.0, 4480.0, 4542.0, 4491.0, 4521.0, 4502.0, 4525.0, 4474.0, 4516.0, 4493.0, 4505.0, 4556.0, 4515.0, 4547.0, 4506.0, 4535.0, 4493.0, 4515.0, 4554.0, 4513.0, 4533.0, 4491.0, 4523.0, 4473.0, 4505.0, 4522.0, 4495.0, 4545.0, 4504.0, 4535.0, 4504.0, 4535.0, 4506.0, 4537.0, 4508.0, 4550.0, 4510.0, 4539.0, 4499.0, 4549.0, 4517.0, 4539.0, 4519.0, 4528.0, 4556.0, 4514.0, 4555.0, 4514.0, 4544.0, 4514.0, 4533.0, 4503.0, 4533.0, 4492.0, 4531.0, 4491.0, 4530.0, 4500.0, 4531.0, 4490.0, 4520.0, 4490.0, 4529.0, 4490.0, 4540.0, 4500.0, 4532.0, 4491.0, 4531.0, 4490.0, 4520.0, 4478.0, 4519.0, 4470.0, 4510.0, 4460.0, 4499.0, 4470.0, 4501.0, 4470.0, 4512.0, 4472.0, 4523.0, 4473.0, 4513.0, 4474.0, 4526.0, 4493.0, 4536.0, 4473.0, 4525.0, 4493.0, 4515.0, 4543.0, 4515.0, 4557.0, 4515.0, 4535.0, 4503.0, 4534.0, 4493.0, 4533.0, 4493.0, 4534.0, 4475.0, 4526.0, 4484.0, 4516.0, 4505.0, 4514.0, 4515.0, 4517.0, 4506.0, 4515.0, 4545.0, 4515.0, 4556.0, 4515.0, 4556.0, 4515.0, 4545.0, 4504.0, 4534.0, 4505.0, 4544.0, 4504.0, 4544.0, 4505.0, 4546.0, 4506.0, 4535.0, 4506.0, 4545.0, 4505.0, 4546.0, 4496.0, 4538.0, 4494.0, 4527.0, 4514.0, 4516.0, 4544.0, 4526.0, 4525.0, 4506.0, 4524.0, 4505.0, 4514.0, 4515.0, 4507.0, 4527.0, 4487.0, 4538.0, 4515.0, 4518.0, 4527.0, 4528.0, 4516.0, 4551.0, 4501.0, 4570.0, 4549.0, 4568.0, 4549.0, 4537.0, 4548.0, 4541.0, 4558.0, 4516.0, 4543.0, 4514.0, 4487.0, 4520.0, 4500.0, 4533.0, 4511.0, 4534.0, 4502.0, 4534.0, 4520.0, 4501.0, 4543.0, 4512.0, 4518.0, 4476.0, 4493.0, 4465.0, 4483.0, 4453.0, 4492.0, 4452.0, 4461.0, 4440.0, 4440.0, 4461.0, 4441.0, 4481.0, 4441.0, 4489.0, 4440.0, 4491.0, 4439.0, 4479.0, 4438.0, 4469.0, 4438.0, 4469.0, 4449.0, 4470.0, 4470.0, 4460.0, 4460.0, 4461.0, 4471.0, 4463.0, 4493.0, 4476.0, 4516.0, 4487.0, 4518.0, 4488.0, 4519.0, 4488.0, 4508.0, 4468.0, 4499.0, 4460.0, 4510.0, 4459.0, 4502.0, 4499.0, 4490.0, 4539.0, 4500.0, 4511.0, 4491.0, 4510.0, 4483.0, 4512.0, 4473.0, 4523.0, 4483.0, 4525.0, 4485.0, 4538.0, 4487.0, 4537.0, 4485.0, 4526.0, 4524.0, 4514.0, 4554.0, 4514.0, 4555.0, 4525.0, 4546.0, 4514.0, 4533.0, 4504.0, 4533.0, 4493.0, 4534.0, 4483.0, 4524.0, 4475.0, 4514.0, 4487.0, 4517.0, 4484.0, 4517.0, 4555.0, 4506.0, 4545.0, 4516.0, 4548.0, 4507.0, 4536.0, 4497.0, 4539.0, 4489.0, 4550.0, 4510.0, 4572.0, 4513.0, 4562.0, 4500.0, 4541.0, 4559.0, 4530.0, 4579.0, 4539.0, 4558.0, 4518.0, 4548.0, 4497.0, 4548.0, 4497.0, 4560.0, 4508.0, 4569.0, 4521.0, 4569.0, 4508.0, 4559.0, 4508.0, 4559.0, 4517.0, 4561.0, 4507.0, 4547.0, 4514.0, 4526.0, 4543.0, 4513.0, 4543.0, 4512.0, 4532.0, 4502.0, 4531.0, 4491.0, 4510.0, 4493.0, 4511.0, 4492.0, 4501.0, 4482.0, 4533.0, 4492.0, 4543.0, 4513.0, 4543.0, 4502.0, 4522.0, 4483.0, 4512.0, 4469.0, 4512.0, 4460.0, 4512.0, 4463.0, 4502.0, 4463.0, 4514.0, 4475.0, 4535.0, 4486.0, 4547.0, 4508.0, 4548.0, 4508.0], 'WindowWidth': [10030.0, 10029.0, 9958.0, 9964.0, 9914.0, 9955.0, 9918.0, 9939.0, 9929.0, 9901.0, 9977.0, 9897.0, 9938.0, 9892.0, 9927.0, 9866.0, 9927.0, 9854.0, 9897.0, 9936.0, 9884.0, 9951.0, 9882.0, 9944.0, 9883.0, 9916.0, 9882.0, 9873.0, 9955.0, 9895.0, 9956.0, 9895.0, 9926.0, 9878.0, 9896.0, 9949.0, 9878.0, 9952.0, 9895.0, 9936.0, 9867.0, 9897.0, 9854.0, 9901.0, 9853.0, 9904.0, 9959.0, 9913.0, 9958.0, 9897.0, 9931.0, 9885.0, 9913.0, 9881.0, 9915.0, 9937.0, 9867.0, 9957.0, 9879.0, 9922.0, 9877.0, 9922.0, 9848.0, 9895.0, 9877.0, 9877.0, 9952.0, 9878.0, 9935.0, 9873.0, 9906.0, 9848.0, 9881.0, 9904.0, 9865.0, 9947.0, 9879.0, 9922.0, 9866.0, 9896.0, 9851.0, 9887.0, 9955.0, 9885.0, 9942.0, 9899.0, 9932.0, 9875.0, 9922.0, 9876.0, 9910.0, 9975.0, 9906.0, 9960.0, 9917.0, 9950.0, 9905.0, 9935.0, 9946.0, 9907.0, 9979.0, 9921.0, 9966.0, 9892.0, 9955.0, 9892.0, 9943.0, 9949.0, 9912.0, 9979.0, 9923.0, 9982.0, 9926.0, 9956.0, 9902.0, 9959.0, 9917.0, 9948.0, 9983.0, 9946.0, 10020.0, 9960.0, 9987.0, 9943.0, 9971.0, 9911.0, 9969.0, 9904.0, 9954.0, 9917.0, 9921.0, 9978.0, 9904.0, 9976.0, 9903.0, 9962.0, 9899.0, 9946.0, 9886.0, 9913.0, 9955.0, 9885.0, 9953.0, 9898.0, 9945.0, 9882.0, 9915.0, 9867.0, 9916.0, 9910.0, 9887.0, 9974.0, 9912.0, 9958.0, 9881.0, 9913.0, 9868.0, 9897.0, 9950.0, 9881.0, 9956.0, 9880.0, 9925.0, 9865.0, 9897.0, 9874.0, 9881.0, 9948.0, 9878.0, 9937.0, 9869.0, 9913.0, 9889.0, 9919.0, 9879.0, 9937.0, 9892.0, 9938.0, 9894.0, 9925.0, 9962.0, 9908.0, 9974.0, 9915.0, 9961.0, 9901.0, 9935.0, 9884.0, 9918.0, 9908.0, 9901.0, 9973.0, 9900.0, 9961.0, 9899.0, 9929.0, 9901.0, 9922.0, 9892.0, 9923.0, 9914.0, 9911.0, 9979.0, 9911.0, 9965.0, 9912.0, 9955.0, 9912.0, 9943.0, 9937.0, 9932.0, 9999.0, 9942.0, 9983.0, 9928.0, 9970.0, 9908.0, 9957.0, 9909.0, 9941.0, 9950.0, 9913.0, 9995.0, 9921.0, 9966.0, 9891.0, 9936.0, 9890.0, 9939.0, 9910.0, 9939.0, 9934.0, 9911.0, 9979.0, 9921.0, 9964.0, 9904.0, 9952.0, 9894.0, 9953.0, 9891.0, 9936.0, 9930.0, 9891.0, 9977.0, 9905.0, 9960.0, 9902.0, 9964.0, 9902.0, 9933.0, 9900.0, 9902.0, 9958.0, 9901.0, 9955.0, 9900.0, 9947.0, 9888.0, 9923.0, 9874.0, 9923.0, 9959.0, 9904.0, 9962.0, 9905.0, 9951.0, 9888.0, 9935.0, 9929.0, 9893.0, 9960.0, 9905.0, 9934.0, 9902.0, 9938.0, 9888.0, 9922.0, 9980.0, 9920.0, 9946.0, 9909.0, 9952.0, 9894.0, 9955.0, 9896.0, 9944.0, 9978.0, 9926.0, 9982.0, 9936.0, 9985.0, 9908.0, 9967.0, 9908.0, 9953.0, 9906.0, 9926.0, 9995.0, 9923.0, 9985.0, 9946.0, 9943.0, 9888.0, 9920.0, 9915.0, 9908.0, 9948.0, 9914.0, 9984.0, 9925.0, 9968.0, 9914.0, 9967.0, 9910.0, 9970.0, 9911.0, 9944.0, 9964.0, 9911.0, 9982.0, 9924.0, 9979.0, 9906.0, 9965.0, 9892.0, 9933.0, 9944.0, 9901.0, 9976.0, 9900.0, 9948.0, 9882.0, 9929.0, 9856.0, 9916.0, 9897.0, 9903.0, 9960.0, 9903.0, 9960.0, 9916.0, 9961.0, 9906.0, 9985.0, 10042.0, 9951.0, 9963.0, 9880.0, 9951.0, 9887.0, 9928.0, 9888.0, 9944.0, 9893.0, 9931.0, 9894.0, 9933.0, 9898.0, 9951.0, 9896.0, 9954.0, 9911.0, 9942.0, 9932.0, 9898.0, 9972.0, 9902.0, 9942.0, 9918.0, 9985.0, 9935.0, 9947.0, 9936.0, 9980.0, 9966.0, 9969.0, 9927.0, 9980.0, 9925.0, 9918.0, 9933.0, 9940.0, 9898.0, 9972.0, 9908.0, 9956.0, 9909.0, 9957.0, 9883.0, 9909.0, 9865.0, 9912.0, 9872.0, 9908.0, 9863.0, 9912.0, 9840.0, 9899.0, 9888.0, 9905.0, 9915.0, 9924.0, 9949.0, 9927.0, 9978.0, 9932.0, 9983.0, 9930.0, 9998.0, 9942.0, 9986.0, 9909.0, 9969.0, 9947.0, 9904.0, 9982.0, 9934.0, 9960.0, 9899.0, 9931.0, 9886.0, 9899.0, 9906.0, 9891.0, 9932.0, 9884.0, 9888.0, 9899.0, 9873.0, 9953.0, 9955.0, 10016.0, 9963.0, 9966.0, 10052.0, 9950.0, 9981.0, 9928.0, 9955.0, 9979.0, 9932.0, 9977.0, 9905.0, 9930.0, 9863.0, 9905.0, 9839.0, 9905.0, 9836.0, 9885.0, 9800.0, 9856.0, 9788.0, 9817.0, 9811.0, 9774.0, 9833.0, 9758.0, 9830.0, 9778.0, 9818.0, 9792.0, 9850.0, 9797.0, 9851.0, 9798.0, 9835.0, 9785.0, 9829.0, 9805.0, 9833.0, 9810.0, 9838.0, 9816.0, 9843.0, 9805.0, 9844.0, 9854.0, 9829.0, 9899.0, 9847.0, 9900.0, 9863.0, 9893.0, 9838.0, 9878.0, 9855.0, 9883.0, 9857.0, 9888.0, 9848.0, 9907.0, 9862.0, 9910.0, 9907.0, 9881.0, 9948.0, 9882.0, 9934.0, 9880.0, 9912.0, 9865.0, 9897.0, 9871.0, 9903.0, 9898.0, 9919.0, 9907.0, 9912.0, 9935.0, 9915.0, 9982.0, 9935.0, 9990.0, 9950.0, 9991.0, 9949.0, 9976.0, 9914.0, 9969.0, 9904.0, 9964.0, 9903.0, 9937.0, 9945.0, 9905.0, 9991.0, 9919.0, 9964.0, 9916.0, 9949.0, 9890.0, 9962.0, 9891.0, 9950.0, 9930.0, 9904.0, 9991.0, 9918.0, 9959.0, 9902.0, 9946.0, 9874.0, 9932.0, 9874.0, 9922.0, 9959.0, 9929.0, 9995.0, 9953.0, 9950.0, 9961.0, 9974.0, 9946.0, 9906.0, 9981.0, 9951.0, 10027.0, 9989.0, 10041.0, 9966.0, 10007.0, 9943.0, 9990.0, 9922.0, 9989.0, 9918.0, 9965.0, 9913.0, 9914.0, 9959.0, 9878.0, 9935.0, 9875.0, 9953.0, 9882.0, 9958.0, 9915.0, 9946.0, 9890.0, 9935.0, 9855.0, 9900.0, 9869.0, 9903.0, 9986.0, 9900.0, 9958.0, 9890.0, 9929.0, 9875.0, 9945.0, 9875.0, 9917.0, 9901.0, 9922.0, 9939.0, 9947.0, 9915.0, 9933.0, 9915.0, 9920.0, 9991.0, 9913.0, 9958.0, 9910.0, 9958.0, 9881.0, 9926.0, 9849.0, 9908.0, 9904.0, 9876.0, 9953.0, 9894.0, 9936.0, 9875.0, 9920.0, 9862.0, 9893.0, 9853.0, 9913.0, 9856.0, 9916.0, 9860.0, 9918.0, 9877.0, 9923.0, 9960.0, 9922.0, 9995.0, 9908.0, 9964.0, 9895.0, 9936.0, 9875.0, 9934.0, 9947.0, 9906.0, 9975.0, 9903.0, 9944.0, 9888.0, 9944.0, 9891.0, 9948.0, 9883.0, 9940.0, 9888.0, 9958.0, 9902.0, 9975.0, 9945.0, 9946.0, 10000.0, 9941.0, 9980.0, 9921.0, 9971.0, 9901.0, 9963.0, 9896.0, 9914.0, 9937.0, 9882.0, 9951.0, 9894.0, 9951.0, 9881.0, 9936.0, 9881.0, 9923.0, 9905.0, 9935.0, 9874.0, 9933.0, 9858.0, 9916.0, 9914.0, 9894.0, 9972.0, 9919.0, 9975.0, 9908.0, 9961.0, 9903.0, 9955.0, 9888.0, 9946.0, 9885.0, 9957.0, 9874.0, 9950.0, 9886.0, 9917.0, 9940.0, 9888.0, 9974.0, 9913.0, 9957.0, 9884.0, 9911.0, 9853.0, 9896.0, 9905.0, 9882.0, 9951.0, 9884.0, 9955.0, 9886.0, 9941.0, 9891.0, 9933.0, 9894.0, 9968.0, 9915.0, 9965.0, 9896.0, 9966.0, 9880.0, 9938.0, 9974.0, 9920.0, 9996.0, 9920.0, 9961.0, 9899.0, 9945.0, 9871.0, 9927.0, 9893.0, 9914.0, 9921.0, 9886.0, 9951.0, 9884.0, 9956.0, 9885.0, 9954.0, 9902.0, 9959.0, 9884.0, 9927.0, 9869.0, 9930.0, 9870.0, 9926.0, 9910.0, 9900.0, 9940.0, 9883.0, 9970.0, 9888.0, 9951.0, 9883.0, 9955.0, 9899.0, 9944.0, 9887.0, 9928.0, 9871.0, 9914.0, 9866.0, 9927.0, 9885.0, 9900.0, 9883.0, 9914.0, 9955.0, 9892.0, 9971.0, 9905.0, 9975.0, 9908.0, 9961.0, 9908.0, 9954.0, 9892.0, 9961.0, 9874.0, 9973.0, 9878.0, 9950.0, 9876.0, 9942.0, 9931.0, 9907.0, 9974.0, 9915.0, 9962.0, 9889.0, 9941.0, 9881.0, 9924.0, 9867.0, 9940.0, 9858.0, 9959.0, 9874.0, 9931.0, 9874.0, 9935.0, 9877.0, 9923.0, 9958.0, 9920.0, 9975.0, 9908.0, 9977.0, 9902.0, 9957.0, 9880.0, 9941.0, 9863.0, 9924.0, 9863.0, 9893.0, 9903.0, 9880.0, 9949.0, 9879.0, 9952.0, 9881.0, 9920.0, 9878.0, 9907.0, 9871.0, 9900.0, 9856.0, 9932.0, 9875.0, 9906.0, 9974.0, 9899.0, 9958.0, 9884.0, 9927.0, 9882.0, 9913.0, 9870.0, 9899.0, 9934.0, 9882.0, 9954.0, 9889.0, 9928.0, 9870.0, 9933.0, 9862.0, 9920.0, 9888.0, 9906.0, 9975.0, 9909.0, 9965.0, 9907.0, 9965.0, 9896.0, 9940.0, 9891.0, 9913.0, 9976.0, 9919.0, 9981.0, 9921.0, 9963.0, 9902.0, 9946.0, 9876.0, 9930.0, 9882.0, 9932.0, 9896.0, 9916.0, 9926.0, 9902.0, 9973.0, 9919.0, 9972.0, 9918.0, 9960.0, 9908.0, 9949.0, 9896.0, 9954.0, 9881.0, 9969.0, 9907.0, 9954.0, 9962.0, 9923.0, 9995.0, 9922.0, 9961.0, 9916.0, 9963.0, 9904.0, 9947.0, 9876.0, 9935.0, 9863.0, 9919.0, 9901.0, 9925.0, 9910.0, 9930.0, 9982.0, 9940.0, 9982.0, 9924.0, 9985.0, 9906.0, 9983.0, 9877.0, 9950.0, 9915.0, 9917.0, 9968.0, 9912.0, 9973.0, 9913.0, 9970.0, 9902.0, 9957.0, 9886.0, 9942.0, 9881.0, 9941.0, 9856.0, 9928.0, 9855.0, 9916.0, 9924.0, 9900.0, 9970.0, 9908.0, 9958.0, 9893.0, 9921.0, 9849.0, 9907.0, 9838.0, 9894.0, 9876.0, 9892.0, 9866.0, 9888.0, 9884.0, 9899.0, 9960.0, 9904.0, 9944.0, 9916.0, 9961.0, 9906.0, 9963.0, 9890.0, 9936.0, 9903.0, 9922.0, 9970.0, 9914.0, 9981.0, 9930.0, 9943.0, 9895.0, 9925.0, 9882.0, 9922.0, 9865.0, 9937.0, 9865.0, 9922.0, 9857.0, 9912.0, 9838.0, 9913.0, 9877.0, 9901.0, 9967.0, 9911.0, 9973.0, 9900.0, 9941.0, 9880.0, 9913.0, 9852.0, 9923.0, 9864.0, 9898.0, 9889.0, 9879.0, 9948.0, 9877.0, 9948.0, 9894.0, 9936.0, 9880.0, 9925.0, 9867.0, 9900.0, 9866.0, 9898.0, 9951.0, 9897.0, 9956.0, 9913.0, 9958.0, 9890.0, 9963.0, 9898.0, 9948.0, 9909.0, 9980.0, 9914.0, 9970.0, 9891.0, 9938.0, 9979.0, 9901.0, 9974.0, 9909.0, 9944.0, 9864.0, 9913.0, 9902.0, 9863.0, 9950.0, 9880.0, 9922.0, 9896.0, 9931.0, 9861.0, 9922.0, 9885.0, 9905.0, 9976.0, 9917.0, 9966.0, 9905.0, 9948.0, 9884.0, 9918.0, 9974.0, 9912.0, 9941.0, 9879.0, 9926.0, 9855.0, 9903.0, 9923.0, 9889.0, 9958.0, 9902.0, 9945.0, 9901.0, 9946.0, 9907.0, 9950.0, 9916.0, 9974.0, 9919.0, 9959.0, 9902.0, 9973.0, 9925.0, 9959.0, 9927.0, 9941.0, 9976.0, 9916.0, 9980.0, 9914.0, 9960.0, 9914.0, 9941.0, 9897.0, 9939.0, 9881.0, 9935.0, 9877.0, 9934.0, 9887.0, 9934.0, 9874.0, 9918.0, 9877.0, 9930.0, 9874.0, 9947.0, 9890.0, 9935.0, 9877.0, 9931.0, 9874.0, 9917.0, 9854.0, 9913.0, 9845.0, 9902.0, 9833.0, 9889.0, 9849.0, 9894.0, 9849.0, 9911.0, 9855.0, 9926.0, 9857.0, 9914.0, 9861.0, 9933.0, 9883.0, 9947.0, 9857.0, 9932.0, 9886.0, 9917.0, 9956.0, 9915.0, 9981.0, 9916.0, 9944.0, 9899.0, 9943.0, 9886.0, 9940.0, 9884.0, 9945.0, 9861.0, 9934.0, 9874.0, 9922.0, 9901.0, 9916.0, 9916.0, 9922.0, 9905.0, 9919.0, 9962.0, 9919.0, 9978.0, 9918.0, 9978.0, 9919.0, 9960.0, 9903.0, 9943.0, 9902.0, 9956.0, 9901.0, 9959.0, 9903.0, 9961.0, 9908.0, 9946.0, 9907.0, 9959.0, 9905.0, 9964.0, 9894.0, 9955.0, 9889.0, 9938.0, 9915.0, 9920.0, 9957.0, 9935.0, 9930.0, 9907.0, 9931.0, 9905.0, 9915.0, 9920.0, 9908.0, 9940.0, 9883.0, 9955.0, 9919.0, 9926.0, 9937.0, 9940.0, 9922.0, 9977.0, 9911.0, 10003.0, 9973.0, 10000.0, 9975.0, 9950.0, 9972.0, 9963.0, 9985.0, 9915.0, 9949.0, 9909.0, 9856.0, 9911.0, 9878.0, 9940.0, 9896.0, 9940.0, 9890.0, 9941.0, 9911.0, 9891.0, 9958.0, 9909.0, 9909.0, 9847.0, 9866.0, 9830.0, 9850.0, 9808.0, 9863.0, 9808.0, 9817.0, 9789.0, 9786.0, 9817.0, 9787.0, 9844.0, 9787.0, 9854.0, 9787.0, 9859.0, 9784.0, 9841.0, 9780.0, 9826.0, 9780.0, 9826.0, 9801.0, 9829.0, 9827.0, 9817.0, 9815.0, 9820.0, 9835.0, 9827.0, 9867.0, 9846.0, 9904.0, 9864.0, 9909.0, 9867.0, 9909.0, 9868.0, 9894.0, 9841.0, 9884.0, 9830.0, 9901.0, 9831.0, 9893.0, 9885.0, 9873.0, 9942.0, 9888.0, 9903.0, 9876.0, 9903.0, 9867.0, 9909.0, 9857.0, 9926.0, 9872.0, 9931.0, 9875.0, 9953.0, 9880.0, 9950.0, 9876.0, 9935.0, 9927.0, 9915.0, 9972.0, 9912.0, 9975.0, 9929.0, 9963.0, 9913.0, 9939.0, 9898.0, 9938.0, 9882.0, 9941.0, 9869.0, 9928.0, 9859.0, 9915.0, 9883.0, 9924.0, 9874.0, 9922.0, 9972.0, 9906.0, 9960.0, 9918.0, 9965.0, 9908.0, 9949.0, 9898.0, 9955.0, 9890.0, 9973.0, 9921.0, 10008.0, 9928.0, 9995.0, 9907.0, 9965.0, 9984.0, 9945.0, 10017.0, 9957.0, 9984.0, 9928.0, 9967.0, 9897.0, 9968.0, 9897.0, 9987.0, 9914.0, 10000.0, 9933.0, 9999.0, 9915.0, 9986.0, 9912.0, 9986.0, 9924.0, 9993.0, 9908.0, 9966.0, 9914.0, 9932.0, 9953.0, 9910.0, 9956.0, 9907.0, 9938.0, 9892.0, 9934.0, 9877.0, 9903.0, 9881.0, 9905.0, 9881.0, 9893.0, 9866.0, 9939.0, 9880.0, 9955.0, 9909.0, 9954.0, 9894.0, 9923.0, 9868.0, 9908.0, 9844.0, 9909.0, 9835.0, 9909.0, 9841.0, 9895.0, 9844.0, 9915.0, 9862.0, 9947.0, 9881.0, 9966.0, 9912.0, 9967.0, 9915.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.0007710729927007299</td></tr>
<tr><td colspan=3>aqi</td><td>0.023039759927007297</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.022319300613525</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.261857216274653</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9919876583564657</td></tr>
<tr><td colspan=3>efc</td><td>0.5004</td></tr>
<tr><td colspan=3>fber</td><td>4631.9102</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07366116845393834</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>28</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.0437956204379564</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6953994402913035</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.615710483091148</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.987580474225076</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4829073635576857</td></tr>
<tr><td colspan=3>gcor</td><td>0.0177857</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012458454817533493</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.037388335913419724</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1370</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.884195789549905</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>22.6438</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.8834</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>206.3552</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292093.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>950.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>380.283</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.464</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>573.9357</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3632.3286</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3848.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84451.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1244.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4775.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>990.6754</td></tr>
<tr><td colspan=3>tsnr</td><td>37.88487698882818</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>