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

616 lines
No EOL
147 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0008_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-0008_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-0008_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-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0008/figures/sub-0008_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-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008/ses-01/func/sub-0008_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>f313ec241d11ec1ab22d3a5fea5e2a64</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>13:22:15.125000</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_VE11C_LATEST_20160120</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.999088, 0.0116056, 0.0410875, -0.010986, 0.999823, -0.0152737]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0838442</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>[4157, -7709, -7324, 660, -67, -149, -81, 106]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.322</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>104e6958-726e-4ff0-b8e9-6cbf7c237706||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680480480194092, -0.02947472594678402, 0.1113952249288559, 112.4448013305664], [-0.031137052923440933, 2.6824519634246826, -0.03998260572552681, -98.58277893066406], [0.11023475974798203, 0.040978189557790756, 2.6974048614501953, -73.23453521728516], [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': ['132215.125000', '132215.585000', '132216.045000', '132216.505000', '132216.965000', '132217.425000', '132217.885000', '132218.345000', '132218.805000', '132219.265000', '132219.725000', '132220.185000', '132220.645000', '132221.105000', '132221.565000', '132222.025000', '132222.485000', '132222.945000', '132223.405000', '132223.865000', '132224.325000', '132224.785000', '132225.245000', '132225.705000', '132226.165000', '132226.625000', '132227.085000', '132227.545000', '132228.005000', '132228.465000', '132228.925000', '132229.385000', '132229.845000', '132230.305000', '132230.765000', '132231.225000', '132231.685000', '132232.145000', '132232.605000', '132233.065000', '132233.525000', '132233.985000', '132234.445000', '132234.905000', '132235.365000', '132235.825000', '132236.285000', '132236.745000', '132237.205000', '132237.665000', '132238.125000', '132238.585000', '132239.045000', '132239.505000', '132239.965000', '132240.425000', '132240.885000', '132241.345000', '132241.805000', '132242.265000', '132242.725000', '132243.185000', '132243.645000', '132244.105000', '132244.565000', '132245.025000', '132245.485000', '132245.945000', '132246.405000', '132246.865000', '132247.325000', '132247.785000', '132248.245000', '132248.705000', '132249.165000', '132249.625000', '132250.085000', '132250.545000', '132251.005000', '132251.465000', '132251.925000', '132252.385000', '132252.845000', '132253.305000', '132253.765000', '132254.225000', '132254.685000', '132255.145000', '132255.605000', '132256.065000', '132256.525000', '132256.985000', '132257.445000', '132257.905000', '132258.365000', '132258.825000', '132259.285000', '132259.745000', '132300.205000', '132300.665000', '132301.125000', '132301.585000', '132302.045000', '132302.505000', '132302.965000', '132303.425000', '132303.885000', '132304.345000', '132304.805000', '132305.265000', '132305.725000', '132306.185000', '132306.645000', '132307.105000', '132307.565000', '132308.025000', '132308.485000', '132308.945000', '132309.405000', '132309.865000', '132310.325000', '132310.785000', '132311.245000', '132311.705000', '132312.165000', '132312.625000', '132313.085000', '132313.545000', '132314.005000', '132314.465000', '132314.925000', '132315.385000', '132315.845000', '132316.305000', '132316.765000', '132317.225000', '132317.685000', '132318.145000', '132318.605000', '132319.065000', '132319.525000', '132319.985000', '132320.445000', '132320.905000', '132321.365000', '132321.825000', '132322.285000', '132322.745000', '132323.205000', '132323.665000', '132324.125000', '132324.585000', '132325.045000', '132325.505000', '132325.965000', '132326.425000', '132326.885000', '132327.345000', '132327.805000', '132328.265000', '132328.725000', '132329.185000', '132329.645000', '132330.105000', '132330.565000', '132331.025000', '132331.485000', '132331.945000', '132332.405000', '132332.865000', '132333.325000', '132333.785000', '132334.245000', '132334.705000', '132335.165000', '132335.625000', '132336.085000', '132336.545000', '132337.005000', '132337.465000', '132337.925000', '132338.385000', '132338.845000', '132339.305000', '132339.765000', '132340.225000', '132340.685000', '132341.145000', '132341.605000', '132342.065000', '132342.525000', '132342.985000', '132343.445000', '132343.905000', '132344.365000', '132344.825000', '132345.285000', '132345.745000', '132346.205000', '132346.665000', '132347.125000', '132347.585000', '132348.045000', '132348.505000', '132348.965000', '132349.425000', '132349.885000', '132350.345000', '132350.805000', '132351.265000', '132351.725000', '132352.185000', '132352.645000', '132353.105000', '132353.565000', '132354.025000', '132354.485000', '132354.945000', '132355.405000', '132355.865000', '132356.325000', '132356.785000', '132357.245000', '132357.705000', '132358.165000', '132358.625000', '132359.085000', '132359.545000', '132400.005000', '132400.465000', '132400.925000', '132401.385000', '132401.845000', '132402.305000', '132402.765000', '132403.225000', '132403.685000', '132404.145000', '132404.605000', '132405.065000', '132405.525000', '132405.985000', '132406.445000', '132406.905000', '132407.365000', '132407.825000', '132408.285000', '132408.745000', '132409.205000', '132409.665000', '132410.125000', '132410.585000', '132411.045000', '132411.505000', '132411.965000', '132412.425000', '132412.885000', '132413.345000', '132413.805000', '132414.265000', '132414.725000', '132415.185000', '132415.645000', '132416.105000', '132416.565000', '132417.025000', '132417.485000', '132417.945000', '132418.405000', '132418.865000', '132419.325000', '132419.785000', '132420.245000', '132420.705000', '132421.165000', '132421.625000', '132422.085000', '132422.545000', '132423.005000', '132423.465000', '132423.925000', '132424.385000', '132424.845000', '132425.305000', '132425.765000', '132426.225000', '132426.685000', '132427.145000', '132427.605000', '132428.065000', '132428.525000', '132428.985000', '132429.445000', '132429.905000', '132430.365000', '132430.825000', '132431.285000', '132431.745000', '132432.205000', '132432.665000', '132433.125000', '132433.585000', '132434.045000', '132434.505000', '132434.965000', '132435.425000', '132435.885000', '132436.345000', '132436.805000', '132437.265000', '132437.725000', '132438.185000', '132438.645000', '132439.105000', '132439.565000', '132440.025000', '132440.485000', '132440.945000', '132441.405000', '132441.865000', '132442.325000', '132442.785000', '132443.245000', '132443.705000', '132444.165000', '132444.625000', '132445.085000', '132445.545000', '132446.005000', '132446.465000', '132446.925000', '132447.385000', '132447.845000', '132448.305000', '132448.765000', '132449.225000', '132449.685000', '132450.145000', '132450.605000', '132451.065000', '132451.525000', '132451.985000', '132452.445000', '132452.905000', '132453.365000', '132453.825000', '132454.285000', '132454.745000', '132455.205000', '132455.665000', '132456.125000', '132456.585000', '132457.045000', '132457.505000', '132457.965000', '132458.425000', '132458.885000', '132459.345000', '132459.805000', '132500.265000', '132500.725000', '132501.185000', '132501.645000', '132502.105000', '132502.565000', '132503.025000', '132503.485000', '132503.945000', '132504.405000', '132504.865000', '132505.325000', '132505.785000', '132506.245000', '132506.705000', '132507.165000', '132507.625000', '132508.085000', '132508.545000', '132509.005000', '132509.465000', '132509.925000', '132510.385000', '132510.845000', '132511.305000', '132511.765000', '132512.225000', '132512.685000', '132513.145000', '132513.605000', '132514.065000', '132514.525000', '132514.985000', '132515.445000', '132515.905000', '132516.365000', '132516.825000', '132517.285000', '132517.745000', '132518.205000', '132518.665000', '132519.125000', '132519.585000', '132520.045000', '132520.505000', '132520.965000', '132521.425000', '132521.885000', '132522.345000', '132522.805000', '132523.265000', '132523.725000', '132524.185000', '132524.645000', '132525.105000', '132525.565000', '132526.025000', '132526.485000', '132526.945000', '132527.405000', '132527.865000', '132528.325000', '132528.785000', '132529.245000', '132529.705000', '132530.165000', '132530.625000', '132531.085000', '132531.545000', '132532.005000', '132532.465000', '132532.925000', '132533.385000', '132533.845000', '132534.305000', '132534.765000', '132535.225000', '132535.685000', '132536.145000', '132536.605000', '132537.065000', '132537.525000', '132537.985000', '132538.445000', '132538.905000', '132539.365000', '132539.825000', '132540.285000', '132540.745000', '132541.205000', '132541.665000', '132542.125000', '132542.585000', '132543.045000', '132543.505000', '132543.965000', '132544.425000', '132544.885000', '132545.345000', '132545.805000', '132546.265000', '132546.725000', '132547.185000', '132547.645000', '132548.105000', '132548.565000', '132549.025000', '132549.485000', '132549.945000', '132550.405000', '132550.865000', '132551.325000', '132551.785000', '132552.245000', '132552.705000', '132553.165000', '132553.625000', '132554.085000', '132554.545000', '132555.005000', '132555.465000', '132555.925000', '132556.385000', '132556.845000', '132557.305000', '132557.765000', '132558.225000', '132558.685000', '132559.145000', '132559.605000', '132600.065000', '132600.525000', '132600.985000', '132601.445000', '132601.905000', '132602.365000', '132602.825000', '132603.285000', '132603.745000', '132604.205000', '132604.665000', '132605.125000', '132605.585000', '132606.045000', '132606.505000', '132606.965000', '132607.425000', '132607.885000', '132608.345000', '132608.805000', '132609.265000', '132609.725000', '132610.185000', '132610.645000', '132611.105000', '132611.565000', '132612.025000', '132612.485000', '132612.945000', '132613.405000', '132613.865000', '132614.325000', '132614.785000', '132615.245000', '132615.705000', '132616.165000', '132616.625000', '132617.085000', '132617.545000', '132618.005000', '132618.465000', '132618.925000', '132619.385000', '132619.845000', '132620.305000', '132620.765000', '132621.225000', '132621.685000', '132622.145000', '132622.605000', '132623.065000', '132623.525000', '132623.985000', '132624.445000', '132624.905000', '132625.365000', '132625.825000', '132626.285000', '132626.745000', '132627.205000', '132627.665000', '132628.125000', '132628.585000', '132629.045000', '132629.505000', '132629.965000', '132630.425000', '132630.885000', '132631.345000', '132631.805000', '132632.265000', '132632.725000', '132633.185000', '132633.645000', '132634.105000', '132634.565000', '132635.025000', '132635.485000', '132635.945000', '132636.405000', '132636.865000', '132637.325000', '132637.785000', '132638.245000', '132638.705000', '132639.165000', '132639.625000', '132640.085000', '132640.545000', '132641.005000', '132641.465000', '132641.925000', '132642.385000', '132642.845000', '132643.305000', '132643.765000', '132644.225000', '132644.685000', '132645.145000', '132645.605000', '132646.065000', '132646.525000', '132646.985000', '132647.445000', '132647.905000', '132648.365000', '132648.825000', '132649.285000', '132649.745000', '132650.205000', '132650.665000', '132651.125000', '132651.585000', '132652.045000', '132652.505000', '132652.965000', '132653.425000', '132653.885000', '132654.345000', '132654.805000', '132655.265000', '132655.725000', '132656.185000', '132656.645000', '132657.105000', '132657.565000', '132658.025000', '132658.485000', '132658.945000', '132659.405000', '132659.865000', '132700.325000', '132700.785000', '132701.245000', '132701.705000', '132702.165000', '132702.625000', '132703.085000', '132703.545000', '132704.005000', '132704.465000', '132704.925000', '132705.385000', '132705.845000', '132706.305000', '132706.765000', '132707.225000', '132707.685000', '132708.145000', '132708.605000', '132709.065000', '132709.525000', '132709.985000', '132710.445000', '132710.905000', '132711.365000', '132711.825000', '132712.285000', '132712.745000', '132713.205000', '132713.665000', '132714.125000', '132714.585000', '132715.045000', '132715.505000', '132715.965000', '132716.425000', '132716.885000', '132717.345000', '132717.805000', '132718.265000', '132718.725000', '132719.185000', '132719.645000', '132720.105000', '132720.565000', '132721.025000', '132721.485000', '132721.945000', '132722.405000', '132722.865000', '132723.325000', '132723.785000', '132724.245000', '132724.705000', '132725.165000', '132725.625000', '132726.085000', '132726.545000', '132727.005000', '132727.465000', '132727.925000', '132728.385000', '132728.845000', '132729.305000', '132729.765000', '132730.225000', '132730.685000', '132731.145000', '132731.605000', '132732.065000', '132732.525000', '132732.985000', '132733.445000', '132733.905000', '132734.365000', '132734.825000', '132735.285000', '132735.745000', '132736.205000', '132736.665000', '132737.125000', '132737.585000', '132738.045000', '132738.505000', '132738.965000', '132739.425000', '132739.885000', '132740.345000', '132740.805000', '132741.265000', '132741.725000', '132742.185000', '132742.645000', '132743.105000', '132743.565000', '132744.025000', '132744.485000', '132744.945000', '132745.405000', '132745.865000', '132746.325000', '132746.785000', '132747.245000', '132747.705000', '132748.165000', '132748.625000', '132749.085000', '132749.545000', '132750.005000', '132750.465000', '132750.925000', '132751.385000', '132751.845000', '132752.305000', '132752.765000', '132753.225000', '132753.685000', '132754.145000', '132754.605000', '132755.065000', '132755.525000', '132755.985000', '132756.445000', '132756.905000', '132757.365000', '132757.825000', '132758.285000', '132758.745000', '132759.205000', '132759.665000', '132800.125000', '132800.585000', '132801.045000', '132801.505000', '132801.965000', '132802.425000', '132802.885000', '132803.345000', '132803.805000', '132804.265000', '132804.725000', '132805.185000', '132805.645000', '132806.105000', '132806.565000', '132807.025000', '132807.485000', '132807.945000', '132808.405000', '132808.865000', '132809.325000', '132809.785000', '132810.245000', '132810.705000', '132811.165000', '132811.625000', '132812.085000', '132812.545000', '132813.005000', '132813.465000', '132813.925000', '132814.385000', '132814.845000', '132815.305000', '132815.765000', '132816.225000', '132816.685000', '132817.145000', '132817.605000', '132818.065000', '132818.525000', '132818.985000', '132819.445000', '132819.905000', '132820.365000', '132820.825000', '132821.285000', '132821.745000', '132822.205000', '132822.665000', '132823.125000', '132823.585000', '132824.045000', '132824.505000', '132824.965000', '132825.425000', '132825.885000', '132826.345000', '132826.805000', '132827.265000', '132827.725000', '132828.185000', '132828.645000', '132829.105000', '132829.565000', '132830.025000', '132830.485000', '132830.945000', '132831.405000', '132831.865000', '132832.325000', '132832.785000', '132833.245000', '132833.705000', '132834.165000', '132834.625000', '132835.085000', '132835.545000', '132836.005000', '132836.465000', '132836.925000', '132837.385000', '132837.845000', '132838.305000', '132838.765000', '132839.225000', '132839.685000', '132840.145000', '132840.605000', '132841.065000', '132841.525000', '132841.985000', '132842.445000', '132842.905000', '132843.365000', '132843.825000', '132844.285000', '132844.745000', '132845.205000', '132845.665000', '132846.125000', '132846.585000', '132847.045000', '132847.505000', '132847.965000', '132848.425000', '132848.885000', '132849.345000', '132849.805000', '132850.265000', '132850.725000', '132851.185000', '132851.645000', '132852.105000', '132852.565000', '132853.025000', '132853.485000', '132853.945000', '132854.405000', '132854.865000', '132855.325000', '132855.785000', '132856.245000', '132856.705000', '132857.165000', '132857.625000', '132858.085000', '132858.545000', '132859.005000', '132859.465000', '132859.925000', '132900.385000', '132900.845000', '132901.305000', '132901.765000', '132902.225000', '132902.685000', '132903.145000', '132903.605000', '132904.065000', '132904.525000', '132904.985000', '132905.445000', '132905.905000', '132906.365000', '132906.825000', '132907.285000', '132907.745000', '132908.205000', '132908.665000', '132909.125000', '132909.585000', '132910.045000', '132910.505000', '132910.965000', '132911.425000', '132911.885000', '132912.345000', '132912.805000', '132913.265000', '132913.725000', '132914.185000', '132914.645000', '132915.105000', '132915.565000', '132916.025000', '132916.485000', '132916.945000', '132917.405000', '132917.865000', '132918.325000', '132918.785000', '132919.245000', '132919.705000', '132920.165000', '132920.625000', '132921.085000', '132921.545000', '132922.005000', '132922.465000', '132922.925000', '132923.385000', '132923.845000', '132924.305000', '132924.765000', '132925.225000', '132925.685000', '132926.145000', '132926.605000', '132927.065000', '132927.525000', '132927.985000', '132928.445000', '132928.905000', '132929.365000', '132929.825000', '132930.285000', '132930.745000', '132931.205000', '132931.665000', '132932.125000', '132932.585000', '132933.045000', '132933.505000', '132933.965000', '132934.425000', '132934.885000', '132935.345000', '132935.805000', '132936.265000', '132936.725000', '132937.185000', '132937.645000', '132938.105000', '132938.565000', '132939.025000', '132939.485000', '132939.945000', '132940.405000', '132940.865000', '132941.325000', '132941.785000', '132942.245000', '132942.705000', '132943.165000', '132943.625000', '132944.085000', '132944.545000', '132945.005000', '132945.465000', '132945.925000', '132946.385000', '132946.845000', '132947.305000', '132947.765000', '132948.225000', '132948.685000', '132949.145000', '132949.605000', '132950.065000', '132950.525000', '132950.985000', '132951.445000', '132951.905000', '132952.365000', '132952.825000', '132953.285000', '132953.745000', '132954.205000', '132954.665000', '132955.125000', '132955.585000', '132956.045000', '132956.505000', '132956.965000', '132957.425000', '132957.885000', '132958.345000', '132958.805000', '132959.265000', '132959.725000', '133000.185000', '133000.645000', '133001.105000', '133001.565000', '133002.025000', '133002.485000', '133002.945000', '133003.405000', '133003.865000', '133004.325000', '133004.785000', '133005.245000', '133005.705000', '133006.165000', '133006.625000', '133007.085000', '133007.545000', '133008.005000', '133008.465000', '133008.925000', '133009.385000', '133009.845000', '133010.305000', '133010.765000', '133011.225000', '133011.685000', '133012.145000', '133012.605000', '133013.065000', '133013.525000', '133013.985000', '133014.445000', '133014.905000', '133015.365000', '133015.825000', '133016.285000', '133016.745000', '133017.205000', '133017.665000', '133018.125000', '133018.585000', '133019.045000', '133019.505000', '133019.965000', '133020.425000', '133020.885000', '133021.345000', '133021.805000', '133022.265000', '133022.725000', '133023.185000', '133023.645000', '133024.105000', '133024.565000', '133025.025000', '133025.485000', '133025.945000', '133026.405000', '133026.865000', '133027.325000', '133027.785000', '133028.245000', '133028.705000', '133029.165000', '133029.625000', '133030.085000', '133030.545000', '133031.005000', '133031.465000', '133031.925000', '133032.385000', '133032.845000', '133033.305000', '133033.765000', '133034.225000', '133034.685000', '133035.145000', '133035.605000', '133036.065000', '133036.525000', '133036.985000', '133037.445000', '133037.905000', '133038.365000', '133038.825000', '133039.285000', '133039.745000', '133040.205000', '133040.665000', '133041.125000', '133041.585000', '133042.045000', '133042.505000', '133042.965000', '133043.425000', '133043.885000', '133044.345000', '133044.805000', '133045.265000', '133045.725000', '133046.185000', '133046.645000', '133047.105000', '133047.565000', '133048.025000', '133048.485000', '133048.945000', '133049.405000', '133049.865000', '133050.325000', '133050.785000', '133051.245000', '133051.705000', '133052.165000', '133052.625000', '133053.085000', '133053.545000', '133054.005000', '133054.465000', '133054.925000', '133055.385000', '133055.845000', '133056.305000', '133056.765000', '133057.225000', '133057.685000', '133058.145000', '133058.605000', '133059.065000', '133059.525000', '133059.985000', '133100.445000', '133100.905000', '133101.365000', '133101.825000', '133102.285000', '133102.745000', '133103.205000', '133103.665000', '133104.125000', '133104.585000', '133105.045000', '133105.505000', '133105.965000', '133106.425000', '133106.885000', '133107.345000', '133107.805000', '133108.265000', '133108.725000', '133109.185000', '133109.645000', '133110.105000', '133110.565000', '133111.025000', '133111.485000', '133111.945000', '133112.405000', '133112.865000', '133113.325000', '133113.785000', '133114.245000', '133114.705000', '133115.165000', '133115.625000', '133116.085000', '133116.545000', '133117.005000', '133117.465000', '133117.925000', '133118.385000', '133118.845000', '133119.305000', '133119.765000', '133120.225000', '133120.685000', '133121.145000', '133121.605000', '133122.065000', '133122.525000', '133122.985000', '133123.445000', '133123.905000', '133124.365000', '133124.825000', '133125.285000', '133125.745000', '133126.205000', '133126.665000', '133127.125000', '133127.585000', '133128.045000', '133128.505000', '133128.965000', '133129.425000', '133129.885000', '133130.345000', '133130.805000', '133131.265000', '133131.725000', '133132.185000', '133132.645000', '133133.105000', '133133.565000', '133134.025000', '133134.485000', '133134.945000', '133135.405000', '133135.865000', '133136.325000', '133136.785000', '133137.245000', '133137.705000', '133138.165000', '133138.625000', '133139.085000', '133139.545000', '133140.005000', '133140.465000', '133140.925000', '133141.385000', '133141.845000', '133142.305000', '133142.765000', '133143.225000', '133143.685000', '133144.145000', '133144.605000', '133145.065000', '133145.525000', '133145.985000', '133146.445000', '133146.905000', '133147.365000', '133147.825000', '133148.285000', '133148.745000', '133149.205000', '133149.665000', '133150.125000', '133150.585000', '133151.045000', '133151.505000', '133151.965000', '133152.425000', '133152.885000', '133153.345000', '133153.805000', '133154.265000', '133154.725000', '133155.185000', '133155.645000', '133156.105000', '133156.565000', '133157.025000', '133157.485000', '133157.945000', '133158.405000', '133158.865000', '133159.325000', '133159.785000', '133200.245000', '133200.705000', '133201.165000', '133201.625000', '133202.085000', '133202.545000', '133203.005000', '133203.465000', '133203.925000', '133204.385000', '133204.845000', '133205.305000', '133205.765000', '133206.225000', '133206.685000', '133207.145000', '133207.605000', '133208.065000', '133208.525000', '133208.985000', '133209.445000', '133209.905000', '133210.365000', '133210.825000', '133211.285000', '133211.745000', '133212.205000', '133212.665000', '133213.125000', '133213.585000', '133214.045000', '133214.505000', '133214.965000', '133215.425000', '133215.885000', '133216.345000', '133216.805000', '133217.265000', '133217.725000', '133218.185000', '133218.645000', '133219.105000', '133219.565000', '133220.025000', '133220.485000', '133220.945000', '133221.405000', '133221.865000', '133222.325000', '133222.785000', '133223.245000', '133223.705000', '133224.165000', '133224.625000', '133225.085000', '133225.545000', '133226.005000', '133226.465000', '133226.925000', '133227.385000', '133227.845000', '133228.305000', '133228.765000', '133229.225000', '133229.685000', '133230.145000', '133230.605000', '133231.065000', '133231.525000', '133231.985000', '133232.445000', '133232.905000', '133233.365000', '133233.825000', '133234.285000', '133234.745000', '133235.205000', '133235.665000', '133236.125000', '133236.585000', '133237.045000', '133237.505000', '133237.965000', '133238.425000', '133238.885000', '133239.345000', '133239.805000', '133240.265000', '133240.725000', '133241.185000', '133241.645000', '133242.105000', '133242.565000', '133243.025000', '133243.485000', '133243.945000', '133244.405000', '133244.865000', '133245.325000', '133245.785000', '133246.245000', '133246.705000', '133247.165000', '133247.625000'], 'ContentTime': ['132229.208000', '132229.212000', '132229.215000', '132229.218000', '132229.221000', '132229.224000', '132229.227000', '132229.230000', '132229.233000', '132229.236000', '132229.239000', '132229.242000', '132229.245000', '132229.248000', '132229.251000', '132229.254000', '132229.257000', '132229.260000', '132229.263000', '132229.266000', '132229.269000', '132229.274000', '132229.277000', '132229.280000', '132229.291000', '132229.294000', '132229.298000', '132229.301000', '132229.304000', '132229.307000', '132249.177000', '132249.180000', '132249.183000', '132249.185000', '132249.188000', '132249.191000', '132249.194000', '132249.200000', '132249.203000', '132249.206000', '132249.208000', '132249.211000', '132249.214000', '132249.217000', '132249.220000', '132249.223000', '132249.225000', '132249.228000', '132249.231000', '132249.234000', '132249.237000', '132249.240000', '132249.243000', '132249.245000', '132249.248000', '132249.251000', '132249.254000', '132249.259000', '132249.263000', '132249.266000', '132249.269000', '132249.272000', '132249.274000', '132249.277000', '132249.280000', '132249.283000', '132249.286000', '132249.289000', '132249.291000', '132249.309000', '132249.311000', '132249.314000', '132249.317000', '132309.176000', '132309.179000', '132309.182000', '132309.184000', '132309.187000', '132309.190000', '132309.193000', '132309.196000', '132309.199000', '132309.201000', '132309.204000', '132309.207000', '132309.210000', '132309.213000', '132309.220000', '132309.222000', '132309.225000', '132309.228000', '132309.231000', '132309.234000', '132309.237000', '132309.239000', '132309.242000', '132309.245000', '132309.248000', '132309.251000', '132309.254000', '132309.256000', '132309.259000', '132309.262000', '132309.265000', '132309.268000', '132309.271000', '132309.273000', '132309.276000', '132309.279000', '132309.282000', '132309.285000', '132309.287000', '132309.290000', '132309.293000', '132309.296000', '132309.299000', '132309.301000', '132329.177000', '132329.180000', '132329.182000', '132329.185000', '132329.188000', '132329.191000', '132329.194000', '132329.197000', '132329.200000', '132329.203000', '132329.205000', '132329.208000', '132329.211000', '132329.214000', '132329.217000', '132329.221000', '132329.224000', '132329.227000', '132329.229000', '132329.232000', '132329.235000', '132329.238000', '132329.241000', '132329.244000', '132329.247000', '132329.250000', '132329.252000', '132329.255000', '132329.258000', '132329.261000', '132329.264000', '132329.267000', '132329.270000', '132329.272000', '132329.275000', '132329.278000', '132329.281000', '132329.284000', '132329.288000', '132329.291000', '132329.293000', '132329.296000', '132329.299000', '132349.177000', '132349.180000', '132349.183000', '132349.186000', '132349.188000', '132349.191000', '132349.194000', '132349.197000', '132349.200000', '132349.203000', '132349.206000', '132349.208000', '132349.211000', '132349.214000', '132349.217000', '132349.220000', '132349.223000', '132349.226000', '132349.228000', '132349.231000', '132349.234000', '132349.237000', '132349.240000', '132349.243000', '132349.245000', '132349.248000', '132349.251000', '132349.254000', '132349.257000', '132349.260000', '132349.262000', '132349.265000', '132349.268000', '132349.271000', '132349.274000', '132349.277000', '132349.279000', '132349.282000', '132349.285000', '132349.288000', '132349.291000', '132349.294000', '132349.296000', '132349.299000', '132409.177000', '132409.180000', '132409.183000', '132409.186000', '132409.189000', '132409.191000', '132409.194000', '132409.197000', '132409.200000', '132409.203000', '132409.206000', '132409.208000', '132409.211000', '132409.214000', '132409.217000', '132409.220000', '132409.223000', '132409.226000', '132409.228000', '132409.231000', '132409.234000', '132409.237000', '132409.240000', '132409.243000', '132409.246000', '132409.248000', '132409.251000', '132409.254000', '132409.257000', '132409.260000', '132409.263000', '132409.265000', '132409.268000', '132409.271000', '132409.274000', '132409.277000', '132409.280000', '132409.283000', '132409.285000', '132409.288000', '132409.291000', '132409.294000', '132409.297000', '132429.177000', '132429.180000', '132429.182000', '132429.185000', '132429.188000', '132429.191000', '132429.194000', '132429.197000', '132429.200000', '132429.202000', '132429.205000', '132429.208000', '132429.211000', '132429.214000', '132429.217000', '132429.219000', '132429.222000', '132429.225000', '132429.228000', '132429.231000', '132429.234000', '132429.237000', '132429.240000', '132429.242000', '132429.245000', '132429.248000', '132429.251000', '132429.254000', '132429.257000', '132429.260000', '132429.262000', '132429.265000', '132429.268000', '132429.271000', '132429.274000', '132429.287000', '132429.290000', '132429.293000', '132429.296000', '132429.299000', '132429.302000', '132429.304000', '132429.307000', '132429.310000', '132449.177000', '132449.180000', '132449.183000', '132449.186000', '132449.189000', '132449.191000', '132449.194000', '132449.197000', '132449.200000', '132449.203000', '132449.206000', '132449.209000', '132449.211000', '132449.214000', '132449.217000', '132449.220000', '132449.223000', '132449.226000', '132449.229000', '132449.231000', '132449.234000', '132449.237000', '132449.240000', '132449.243000', '132449.246000', '132449.248000', '132449.251000', '132449.254000', '132449.258000', '132449.261000', '132449.264000', '132449.267000', '132449.270000', '132449.273000', '132449.276000', '132449.279000', '132449.281000', '132449.284000', '132449.287000', '132449.290000', '132449.293000', '132449.296000', '132449.298000', '132509.177000', '132509.180000', '132509.183000', '132509.186000', '132509.188000', '132509.191000', '132509.194000', '132509.197000', '132509.200000', '132509.203000', '132509.206000', '132509.209000', '132509.211000', '132509.214000', '132509.217000', '132509.220000', '132509.223000', '132509.226000', '132509.229000', '132509.232000', '132509.235000', '132509.237000', '132509.240000', '132509.246000', '132509.249000', '132509.251000', '132509.254000', '132509.257000', '132509.260000', '132509.263000', '132509.266000', '132509.269000', '132509.272000', '132509.274000', '132509.277000', '132509.280000', '132509.283000', '132509.286000', '132509.289000', '132509.292000', '132509.295000', '132509.297000', '132509.300000', '132509.309000', '132529.176000', '132529.179000', '132529.182000', '132529.185000', '132529.188000', '132529.191000', '132529.194000', '132529.196000', '132529.199000', '132529.202000', '132529.205000', '132529.208000', '132529.211000', '132529.214000', '132529.216000', '132529.219000', '132529.222000', '132529.225000', '132529.228000', '132529.231000', '132529.234000', '132529.237000', '132529.239000', '132529.242000', '132529.245000', '132529.248000', '132529.251000', '132529.254000', '132529.257000', '132529.260000', '132529.262000', '132529.265000', '132529.268000', '132529.271000', '132529.274000', '132529.277000', '132529.279000', '132529.282000', '132529.285000', '132529.288000', '132529.291000', '132529.294000', '132529.297000', '132549.177000', '132549.180000', '132549.183000', '132549.186000', '132549.188000', '132549.191000', '132549.194000', '132549.197000', '132549.200000', '132549.203000', '132549.206000', '132549.209000', '132549.212000', '132549.214000', '132549.217000', '132549.220000', '132549.223000', '132549.226000', '132549.229000', '132549.232000', '132549.235000', '132549.238000', '132549.241000', '132549.243000', '132549.246000', '132549.249000', '132549.252000', '132549.255000', '132549.258000', '132549.260000', '132549.263000', '132549.266000', '132549.269000', '132549.272000', '132549.275000', '132549.278000', '132549.280000', '132549.283000', '132549.286000', '132549.289000', '132549.292000', '132549.295000', '132549.297000', '132549.300000', '132609.177000', '132609.180000', '132609.183000', '132609.186000', '132609.189000', '132609.191000', '132609.194000', '132609.197000', '132609.200000', '132609.203000', '132609.206000', '132609.209000', '132609.212000', '132609.214000', '132609.217000', '132609.220000', '132609.238000', '132609.241000', '132609.244000', '132609.247000', '132609.250000', '132609.253000', '132609.255000', '132609.258000', '132609.261000', '132609.264000', '132609.267000', '132609.270000', '132609.273000', '132609.275000', '132609.278000', '132609.281000', '132609.284000', '132609.287000', '132609.290000', '132609.292000', '132609.297000', '132609.300000', '132609.302000', '132609.305000', '132609.308000', '132609.311000', '132609.314000', '132629.177000', '132629.180000', '132629.183000', '132629.186000', '132629.188000', '132629.191000', '132629.194000', '132629.197000', '132629.200000', '132629.203000', '132629.206000', '132629.209000', '132629.211000', '132629.214000', '132629.217000', '132629.220000', '132629.223000', '132629.226000', '132629.229000', '132629.232000', '132629.235000', '132629.238000', '132629.240000', '132629.243000', '132629.246000', '132629.249000', '132629.252000', '132629.254000', '132629.257000', '132629.261000', '132629.264000', '132629.266000', '132629.269000', '132629.272000', '132629.275000', '132629.278000', '132629.281000', '132629.284000', '132629.286000', '132629.289000', '132629.292000', '132629.295000', '132629.298000', '132629.301000', '132649.177000', '132649.180000', '132649.183000', '132649.186000', '132649.189000', '132649.191000', '132649.194000', '132649.197000', '132649.200000', '132649.203000', '132649.206000', '132649.209000', '132649.212000', '132649.214000', '132649.217000', '132649.220000', '132649.223000', '132649.226000', '132649.229000', '132649.232000', '132649.235000', '132649.237000', '132649.240000', '132649.243000', '132649.246000', '132649.249000', '132649.252000', '132649.255000', '132649.258000', '132649.260000', '132649.263000', '132649.266000', '132649.269000', '132649.272000', '132649.275000', '132649.278000', '132649.281000', '132649.283000', '132649.286000', '132649.289000', '132649.292000', '132649.295000', '132649.297000', '132709.177000', '132709.180000', '132709.183000', '132709.185000', '132709.188000', '132709.191000', '132709.194000', '132709.197000', '132709.200000', '132709.203000', '132709.206000', '132709.209000', '132709.212000', '132709.214000', '132709.217000', '132709.220000', '132709.223000', '132709.226000', '132709.229000', '132709.232000', '132709.235000', '132709.237000', '132709.240000', '132709.243000', '132709.246000', '132709.249000', '132709.252000', '132709.255000', '132709.258000', '132709.260000', '132709.263000', '132709.266000', '132709.269000', '132709.272000', '132709.275000', '132709.277000', '132709.280000', '132709.283000', '132709.286000', '132709.289000', '132709.292000', '132709.295000', '132709.297000', '132709.300000', '132729.177000', '132729.180000', '132729.183000', '132729.186000', '132729.188000', '132729.191000', '132729.194000', '132729.197000', '132729.200000', '132729.203000', '132729.206000', '132729.208000', '132729.211000', '132729.214000', '132729.217000', '132729.220000', '132729.223000', '132729.226000', '132729.229000', '132729.231000', '132729.234000', '132729.237000', '132729.240000', '132729.243000', '132729.246000', '132729.248000', '132729.251000', '132729.254000', '132729.257000', '132729.260000', '132729.263000', '132729.266000', '132729.268000', '132729.271000', '132729.274000', '132729.277000', '132729.280000', '132729.283000', '132729.285000', '132729.288000', '132729.291000', '132729.309000', '132729.312000', '132749.177000', '132749.182000', '132749.185000', '132749.188000', '132749.191000', '132749.194000', '132749.197000', '132749.200000', '132749.203000', '132749.205000', '132749.208000', '132749.211000', '132749.214000', '132749.217000', '132749.220000', '132749.223000', '132749.226000', '132749.229000', '132749.232000', '132749.235000', '132749.237000', '132749.240000', '132749.243000', '132749.246000', '132749.249000', '132749.252000', '132749.254000', '132749.257000', '132749.260000', '132749.263000', '132749.266000', '132749.269000', '132749.274000', '132749.277000', '132749.279000', '132749.282000', '132749.285000', '132749.288000', '132749.291000', '132749.294000', '132749.297000', '132749.299000', '132749.302000', '132809.177000', '132809.180000', '132809.183000', '132809.186000', '132809.189000', '132809.191000', '132809.194000', '132809.197000', '132809.200000', '132809.203000', '132809.206000', '132809.209000', '132809.212000', '132809.214000', '132809.217000', '132809.220000', '132809.223000', '132809.226000', '132809.229000', '132809.232000', '132809.234000', '132809.237000', '132809.240000', '132809.243000', '132809.246000', '132809.248000', '132809.251000', '132809.254000', '132809.257000', '132809.260000', '132809.263000', '132809.266000', '132809.269000', '132809.271000', '132809.274000', '132809.277000', '132809.280000', '132809.283000', '132809.286000', '132809.288000', '132809.291000', '132809.294000', '132809.297000', '132809.300000', '132829.177000', '132829.180000', '132829.183000', '132829.186000', '132829.189000', '132829.192000', '132829.195000', '132829.199000', '132829.211000', '132829.213000', '132829.216000', '132829.219000', '132829.222000', '132829.225000', '132829.228000', '132829.230000', '132829.233000', '132829.236000', '132829.239000', '132829.242000', '132829.245000', '132829.247000', '132829.250000', '132829.253000', '132829.256000', '132829.259000', '132829.262000', '132829.265000', '132829.267000', '132829.270000', '132829.273000', '132829.276000', '132829.279000', '132829.282000', '132829.284000', '132829.287000', '132829.290000', '132829.293000', '132829.296000', '132829.299000', '132829.301000', '132829.304000', '132829.307000', '132849.177000', '132849.180000', '132849.183000', '132849.186000', '132849.188000', '132849.191000', '132849.194000', '132849.197000', '132849.200000', '132849.203000', '132849.206000', '132849.209000', '132849.211000', '132849.214000', '132849.217000', '132849.220000', '132849.223000', '132849.226000', '132849.229000', '132849.232000', '132849.234000', '132849.237000', '132849.240000', '132849.243000', '132849.246000', '132849.249000', '132849.252000', '132849.255000', '132849.257000', '132849.260000', '132849.263000', '132849.266000', '132849.269000', '132849.272000', '132849.275000', '132849.277000', '132849.280000', '132849.283000', '132849.286000', '132849.289000', '132849.292000', '132849.295000', '132849.297000', '132849.300000', '132909.177000', '132909.180000', '132909.183000', '132909.186000', '132909.188000', '132909.191000', '132909.194000', '132909.197000', '132909.200000', '132909.203000', '132909.206000', '132909.209000', '132909.212000', '132909.214000', '132909.217000', '132909.222000', '132909.226000', '132909.229000', '132909.232000', '132909.234000', '132909.237000', '132909.240000', '132909.243000', '132909.246000', '132909.249000', '132909.252000', '132909.255000', '132909.257000', '132909.260000', '132909.263000', '132909.266000', '132909.269000', '132909.272000', '132909.275000', '132909.277000', '132909.280000', '132909.283000', '132909.286000', '132909.289000', '132909.292000', '132909.295000', '132909.298000', '132909.300000', '132929.177000', '132929.180000', '132929.183000', '132929.185000', '132929.188000', '132929.191000', '132929.194000', '132929.197000', '132929.200000', '132929.203000', '132929.206000', '132929.208000', '132929.211000', '132929.214000', '132929.217000', '132929.220000', '132929.223000', '132929.226000', '132929.228000', '132929.231000', '132929.234000', '132929.237000', '132929.240000', '132929.243000', '132929.246000', '132929.249000', '132929.251000', '132929.254000', '132929.257000', '132929.260000', '132929.263000', '132929.266000', '132929.269000', '132929.271000', '132929.274000', '132929.277000', '132929.280000', '132929.283000', '132929.286000', '132929.288000', '132929.291000', '132929.294000', '132929.297000', '132929.300000', '132949.177000', '132949.180000', '132949.183000', '132949.186000', '132949.189000', '132949.191000', '132949.194000', '132949.197000', '132949.200000', '132949.203000', '132949.206000', '132949.209000', '132949.212000', '132949.214000', '132949.217000', '132949.220000', '132949.223000', '132949.226000', '132949.229000', '132949.232000', '132949.235000', '132949.238000', '132949.243000', '132949.246000', '132949.249000', '132949.252000', '132949.255000', '132949.257000', '132949.260000', '132949.263000', '132949.266000', '132949.269000', '132949.272000', '132949.275000', '132949.277000', '132949.280000', '132949.283000', '132949.286000', '132949.289000', '132949.292000', '132949.295000', '132949.297000', '132949.300000', '133009.176000', '133009.179000', '133009.182000', '133009.185000', '133009.188000', '133009.190000', '133009.193000', '133009.196000', '133009.199000', '133009.202000', '133009.205000', '133009.208000', '133009.211000', '133009.214000', '133009.216000', '133009.219000', '133009.222000', '133009.225000', '133009.228000', '133009.231000', '133009.234000', '133009.237000', '133009.239000', '133009.242000', '133009.245000', '133009.248000', '133009.251000', '133009.254000', '133009.256000', '133009.259000', '133009.262000', '133009.265000', '133009.268000', '133009.271000', '133009.274000', '133009.277000', '133009.279000', '133009.282000', '133009.285000', '133009.288000', '133009.291000', '133009.294000', '133009.296000', '133009.299000', '133029.177000', '133029.180000', '133029.183000', '133029.186000', '133029.189000', '133029.205000', '133029.208000', '133029.211000', '133029.214000', '133029.217000', '133029.219000', '133029.222000', '133029.225000', '133029.228000', '133029.231000', '133029.234000', '133029.237000', '133029.240000', '133029.243000', '133029.246000', '133029.251000', '133029.255000', '133029.258000', '133029.261000', '133029.263000', '133029.266000', '133029.269000', '133029.272000', '133029.275000', '133029.278000', '133029.281000', '133029.284000', '133029.286000', '133029.289000', '133029.292000', '133029.295000', '133029.298000', '133029.301000', '133029.304000', '133029.307000', '133029.309000', '133029.312000', '133029.315000', '133049.177000', '133049.180000', '133049.183000', '133049.186000', '133049.188000', '133049.191000', '133049.194000', '133049.197000', '133049.200000', '133049.203000', '133049.206000', '133049.209000', '133049.212000', '133049.214000', '133049.217000', '133049.220000', '133049.223000', '133049.226000', '133049.229000', '133049.232000', '133049.235000', '133049.237000', '133049.241000', '133049.243000', '133049.246000', '133049.249000', '133049.252000', '133049.255000', '133049.258000', '133049.260000', '133049.264000', '133049.266000', '133049.269000', '133049.272000', '133049.275000', '133049.278000', '133049.281000', '133049.283000', '133049.286000', '133049.289000', '133049.292000', '133049.295000', '133049.298000', '133049.301000', '133109.177000', '133109.180000', '133109.183000', '133109.185000', '133109.189000', '133109.191000', '133109.194000', '133109.197000', '133109.200000', '133109.203000', '133109.206000', '133109.210000', '133109.213000', '133109.216000', '133109.219000', '133109.221000', '133109.224000', '133109.227000', '133109.230000', '133109.233000', '133109.236000', '133109.239000', '133109.242000', '133109.244000', '133109.247000', '133109.250000', '133109.253000', '133109.256000', '133109.259000', '133109.262000', '133109.267000', '133109.271000', '133109.274000', '133109.277000', '133109.280000', '133109.283000', '133109.286000', '133109.289000', '133109.292000', '133109.295000', '133109.297000', '133109.300000', '133109.303000', '133129.177000', '133129.180000', '133129.183000', '133129.186000', '133129.189000', '133129.192000', '133129.194000', '133129.197000', '133129.200000', '133129.203000', '133129.206000', '133129.209000', '133129.212000', '133129.215000', '133129.217000', '133129.220000', '133129.223000', '133129.226000', '133129.229000', '133129.232000', '133129.235000', '133129.238000', '133129.240000', '133129.243000', '133129.246000', '133129.249000', '133129.252000', '133129.255000', '133129.258000', '133129.261000', '133129.263000', '133129.266000', '133129.269000', '133129.272000', '133129.275000', '133129.278000', '133129.281000', '133129.284000', '133129.286000', '133129.289000', '133129.292000', '133129.300000', '133129.303000', '133129.306000', '133149.177000', '133149.180000', '133149.183000', '133149.186000', '133149.189000', '133149.191000', '133149.194000', '133149.197000', '133149.200000', '133149.203000', '133149.206000', '133149.209000', '133149.212000', '133149.214000', '133149.217000', '133149.220000', '133149.223000', '133149.226000', '133149.229000', '133149.232000', '133149.235000', '133149.237000', '133149.240000', '133149.243000', '133149.246000', '133149.249000', '133149.252000', '133149.255000', '133149.258000', '133149.260000', '133149.263000', '133149.266000', '133149.269000', '133149.272000', '133149.275000', '133149.278000', '133149.281000', '133149.283000', '133149.288000', '133149.293000', '133149.296000', '133149.299000', '133149.301000', '133209.177000', '133209.180000', '133209.183000', '133209.186000', '133209.189000', '133209.192000', '133209.194000', '133209.197000', '133209.200000', '133209.203000', '133209.206000', '133209.209000', '133209.212000', '133209.214000', '133209.217000', '133209.220000', '133209.223000', '133209.226000', '133209.229000', '133209.232000', '133209.235000', '133209.237000', '133209.240000', '133209.243000', '133209.246000', '133209.249000', '133209.252000', '133209.254000', '133209.257000', '133209.260000', '133209.263000', '133209.266000', '133209.269000', '133209.272000', '133209.275000', '133209.277000', '133209.280000', '133209.283000', '133209.286000', '133209.289000', '133209.292000', '133209.294000', '133209.297000', '133209.300000', '133229.176000', '133229.179000', '133229.182000', '133229.185000', '133229.188000', '133229.191000', '133229.194000', '133229.196000', '133229.199000', '133229.202000', '133229.205000', '133229.208000', '133229.211000', '133229.214000', '133229.217000', '133229.220000', '133229.222000', '133229.225000', '133229.228000', '133229.231000', '133229.234000', '133229.237000', '133229.240000', '133229.243000', '133229.246000', '133229.249000', '133229.252000', '133229.255000', '133229.258000', '133229.261000', '133229.264000', '133229.267000', '133229.270000', '133229.272000', '133229.275000', '133229.278000', '133229.281000', '133229.284000', '133229.287000', '133229.290000', '133229.292000', '133229.295000', '133229.298000', '133248.227000', '133248.231000', '133248.234000', '133248.238000', '133248.241000', '133248.244000', '133248.247000', '133248.250000', '133248.254000', '133248.256000', '133248.260000', '133248.263000', '133248.266000', '133248.269000', '133248.272000', '133248.275000', '133248.278000', '133248.281000', '133248.284000', '133248.287000', '133248.290000', '133248.293000', '133248.296000', '133248.299000', '133248.302000', '133248.304000', '133248.307000', '133248.310000', '133248.320000', '133248.323000', '133248.326000', '133248.329000', '133248.332000', '133248.335000', '133248.337000', '133248.340000', '133248.343000', '133248.347000', '133248.350000', '133248.353000', '133248.356000', '133248.359000'], 'InstanceCreationTime': ['132229.208000', '132229.212000', '132229.215000', '132229.218000', '132229.221000', '132229.224000', '132229.227000', '132229.230000', '132229.233000', '132229.236000', '132229.239000', '132229.242000', '132229.245000', '132229.248000', '132229.251000', '132229.254000', '132229.257000', '132229.260000', '132229.263000', '132229.266000', '132229.269000', '132229.274000', '132229.277000', '132229.280000', '132229.291000', '132229.294000', '132229.298000', '132229.301000', '132229.304000', '132229.307000', '132249.177000', '132249.180000', '132249.183000', '132249.185000', '132249.188000', '132249.191000', '132249.194000', '132249.200000', '132249.203000', '132249.206000', '132249.208000', '132249.211000', '132249.214000', '132249.217000', '132249.220000', '132249.223000', '132249.225000', '132249.228000', '132249.231000', '132249.234000', '132249.237000', '132249.240000', '132249.243000', '132249.245000', '132249.248000', '132249.251000', '132249.254000', '132249.259000', '132249.263000', '132249.266000', '132249.269000', '132249.272000', '132249.274000', '132249.277000', '132249.280000', '132249.283000', '132249.286000', '132249.289000', '132249.291000', '132249.309000', '132249.311000', '132249.314000', '132249.317000', '132309.176000', '132309.179000', '132309.182000', '132309.184000', '132309.187000', '132309.190000', '132309.193000', '132309.196000', '132309.199000', '132309.201000', '132309.204000', '132309.207000', '132309.210000', '132309.213000', '132309.220000', '132309.222000', '132309.225000', '132309.228000', '132309.231000', '132309.234000', '132309.237000', '132309.239000', '132309.242000', '132309.245000', '132309.248000', '132309.251000', '132309.254000', '132309.256000', '132309.259000', '132309.262000', '132309.265000', '132309.268000', '132309.271000', '132309.273000', '132309.276000', '132309.279000', '132309.282000', '132309.285000', '132309.287000', '132309.290000', '132309.293000', '132309.296000', '132309.299000', '132309.301000', '132329.177000', '132329.180000', '132329.182000', '132329.185000', '132329.188000', '132329.191000', '132329.194000', '132329.197000', '132329.200000', '132329.203000', '132329.205000', '132329.208000', '132329.211000', '132329.214000', '132329.217000', '132329.221000', '132329.224000', '132329.227000', '132329.229000', '132329.232000', '132329.235000', '132329.238000', '132329.241000', '132329.244000', '132329.247000', '132329.250000', '132329.252000', '132329.255000', '132329.258000', '132329.261000', '132329.264000', '132329.267000', '132329.270000', '132329.272000', '132329.275000', '132329.278000', '132329.281000', '132329.284000', '132329.288000', '132329.291000', '132329.293000', '132329.296000', '132329.299000', '132349.177000', '132349.180000', '132349.183000', '132349.186000', '132349.188000', '132349.191000', '132349.194000', '132349.197000', '132349.200000', '132349.203000', '132349.206000', '132349.208000', '132349.211000', '132349.214000', '132349.217000', '132349.220000', '132349.223000', '132349.226000', '132349.228000', '132349.231000', '132349.234000', '132349.237000', '132349.240000', '132349.243000', '132349.245000', '132349.248000', '132349.251000', '132349.254000', '132349.257000', '132349.260000', '132349.262000', '132349.265000', '132349.268000', '132349.271000', '132349.274000', '132349.277000', '132349.279000', '132349.282000', '132349.285000', '132349.288000', '132349.291000', '132349.294000', '132349.296000', '132349.299000', '132409.177000', '132409.180000', '132409.183000', '132409.186000', '132409.189000', '132409.191000', '132409.194000', '132409.197000', '132409.200000', '132409.203000', '132409.206000', '132409.208000', '132409.211000', '132409.214000', '132409.217000', '132409.220000', '132409.223000', '132409.226000', '132409.228000', '132409.231000', '132409.234000', '132409.237000', '132409.240000', '132409.243000', '132409.246000', '132409.248000', '132409.251000', '132409.254000', '132409.257000', '132409.260000', '132409.263000', '132409.265000', '132409.268000', '132409.271000', '132409.274000', '132409.277000', '132409.280000', '132409.283000', '132409.285000', '132409.288000', '132409.291000', '132409.294000', '132409.297000', '132429.177000', '132429.180000', '132429.182000', '132429.185000', '132429.188000', '132429.191000', '132429.194000', '132429.197000', '132429.200000', '132429.202000', '132429.205000', '132429.208000', '132429.211000', '132429.214000', '132429.217000', '132429.219000', '132429.222000', '132429.225000', '132429.228000', '132429.231000', '132429.234000', '132429.237000', '132429.240000', '132429.242000', '132429.245000', '132429.248000', '132429.251000', '132429.254000', '132429.257000', '132429.260000', '132429.262000', '132429.265000', '132429.268000', '132429.271000', '132429.274000', '132429.287000', '132429.290000', '132429.293000', '132429.296000', '132429.299000', '132429.302000', '132429.304000', '132429.307000', '132429.310000', '132449.177000', '132449.180000', '132449.183000', '132449.186000', '132449.189000', '132449.191000', '132449.194000', '132449.197000', '132449.200000', '132449.203000', '132449.206000', '132449.209000', '132449.211000', '132449.214000', '132449.217000', '132449.220000', '132449.223000', '132449.226000', '132449.229000', '132449.231000', '132449.234000', '132449.237000', '132449.240000', '132449.243000', '132449.246000', '132449.248000', '132449.251000', '132449.254000', '132449.258000', '132449.261000', '132449.264000', '132449.267000', '132449.270000', '132449.273000', '132449.276000', '132449.279000', '132449.281000', '132449.284000', '132449.287000', '132449.290000', '132449.293000', '132449.296000', '132449.298000', '132509.177000', '132509.180000', '132509.183000', '132509.186000', '132509.188000', '132509.191000', '132509.194000', '132509.197000', '132509.200000', '132509.203000', '132509.206000', '132509.209000', '132509.211000', '132509.214000', '132509.217000', '132509.220000', '132509.223000', '132509.226000', '132509.229000', '132509.232000', '132509.235000', '132509.237000', '132509.240000', '132509.246000', '132509.249000', '132509.251000', '132509.254000', '132509.257000', '132509.260000', '132509.263000', '132509.266000', '132509.269000', '132509.272000', '132509.274000', '132509.277000', '132509.280000', '132509.283000', '132509.286000', '132509.289000', '132509.292000', '132509.295000', '132509.297000', '132509.300000', '132509.309000', '132529.176000', '132529.179000', '132529.182000', '132529.185000', '132529.188000', '132529.191000', '132529.194000', '132529.196000', '132529.199000', '132529.202000', '132529.205000', '132529.208000', '132529.211000', '132529.214000', '132529.216000', '132529.219000', '132529.222000', '132529.225000', '132529.228000', '132529.231000', '132529.234000', '132529.237000', '132529.239000', '132529.242000', '132529.245000', '132529.248000', '132529.251000', '132529.254000', '132529.257000', '132529.260000', '132529.262000', '132529.265000', '132529.268000', '132529.271000', '132529.274000', '132529.277000', '132529.279000', '132529.282000', '132529.285000', '132529.288000', '132529.291000', '132529.294000', '132529.297000', '132549.177000', '132549.180000', '132549.183000', '132549.186000', '132549.188000', '132549.191000', '132549.194000', '132549.197000', '132549.200000', '132549.203000', '132549.206000', '132549.209000', '132549.212000', '132549.214000', '132549.217000', '132549.220000', '132549.223000', '132549.226000', '132549.229000', '132549.232000', '132549.235000', '132549.238000', '132549.241000', '132549.243000', '132549.246000', '132549.249000', '132549.252000', '132549.255000', '132549.258000', '132549.260000', '132549.263000', '132549.266000', '132549.269000', '132549.272000', '132549.275000', '132549.278000', '132549.280000', '132549.283000', '132549.286000', '132549.289000', '132549.292000', '132549.295000', '132549.297000', '132549.300000', '132609.177000', '132609.180000', '132609.183000', '132609.186000', '132609.189000', '132609.191000', '132609.194000', '132609.197000', '132609.200000', '132609.203000', '132609.206000', '132609.209000', '132609.212000', '132609.214000', '132609.217000', '132609.220000', '132609.238000', '132609.241000', '132609.244000', '132609.247000', '132609.250000', '132609.253000', '132609.255000', '132609.258000', '132609.261000', '132609.264000', '132609.267000', '132609.270000', '132609.273000', '132609.275000', '132609.278000', '132609.281000', '132609.284000', '132609.287000', '132609.290000', '132609.292000', '132609.297000', '132609.300000', '132609.302000', '132609.305000', '132609.308000', '132609.311000', '132609.314000', '132629.177000', '132629.180000', '132629.183000', '132629.186000', '132629.188000', '132629.191000', '132629.194000', '132629.197000', '132629.200000', '132629.203000', '132629.206000', '132629.209000', '132629.211000', '132629.214000', '132629.217000', '132629.220000', '132629.223000', '132629.226000', '132629.229000', '132629.232000', '132629.235000', '132629.238000', '132629.240000', '132629.243000', '132629.246000', '132629.249000', '132629.252000', '132629.254000', '132629.257000', '132629.261000', '132629.264000', '132629.266000', '132629.269000', '132629.272000', '132629.275000', '132629.278000', '132629.281000', '132629.284000', '132629.286000', '132629.289000', '132629.292000', '132629.295000', '132629.298000', '132629.301000', '132649.177000', '132649.180000', '132649.183000', '132649.186000', '132649.189000', '132649.191000', '132649.194000', '132649.197000', '132649.200000', '132649.203000', '132649.206000', '132649.209000', '132649.212000', '132649.214000', '132649.217000', '132649.220000', '132649.223000', '132649.226000', '132649.229000', '132649.232000', '132649.235000', '132649.237000', '132649.240000', '132649.243000', '132649.246000', '132649.249000', '132649.252000', '132649.255000', '132649.258000', '132649.260000', '132649.263000', '132649.266000', '132649.269000', '132649.272000', '132649.275000', '132649.278000', '132649.281000', '132649.283000', '132649.286000', '132649.289000', '132649.292000', '132649.295000', '132649.297000', '132709.177000', '132709.180000', '132709.183000', '132709.185000', '132709.188000', '132709.191000', '132709.194000', '132709.197000', '132709.200000', '132709.203000', '132709.206000', '132709.209000', '132709.212000', '132709.214000', '132709.217000', '132709.220000', '132709.223000', '132709.226000', '132709.229000', '132709.232000', '132709.235000', '132709.237000', '132709.240000', '132709.243000', '132709.246000', '132709.249000', '132709.252000', '132709.255000', '132709.258000', '132709.260000', '132709.263000', '132709.266000', '132709.269000', '132709.272000', '132709.275000', '132709.277000', '132709.280000', '132709.283000', '132709.286000', '132709.289000', '132709.292000', '132709.295000', '132709.297000', '132709.300000', '132729.177000', '132729.180000', '132729.183000', '132729.186000', '132729.188000', '132729.191000', '132729.194000', '132729.197000', '132729.200000', '132729.203000', '132729.206000', '132729.208000', '132729.211000', '132729.214000', '132729.217000', '132729.220000', '132729.223000', '132729.226000', '132729.229000', '132729.231000', '132729.234000', '132729.237000', '132729.240000', '132729.243000', '132729.246000', '132729.248000', '132729.251000', '132729.254000', '132729.257000', '132729.260000', '132729.263000', '132729.266000', '132729.268000', '132729.271000', '132729.274000', '132729.277000', '132729.280000', '132729.283000', '132729.285000', '132729.288000', '132729.291000', '132729.309000', '132729.312000', '132749.177000', '132749.182000', '132749.185000', '132749.188000', '132749.191000', '132749.194000', '132749.197000', '132749.200000', '132749.203000', '132749.205000', '132749.208000', '132749.211000', '132749.214000', '132749.217000', '132749.220000', '132749.223000', '132749.226000', '132749.229000', '132749.232000', '132749.235000', '132749.237000', '132749.240000', '132749.243000', '132749.246000', '132749.249000', '132749.252000', '132749.254000', '132749.257000', '132749.260000', '132749.263000', '132749.266000', '132749.269000', '132749.274000', '132749.277000', '132749.279000', '132749.282000', '132749.285000', '132749.288000', '132749.291000', '132749.294000', '132749.297000', '132749.299000', '132749.302000', '132809.177000', '132809.180000', '132809.183000', '132809.186000', '132809.189000', '132809.191000', '132809.194000', '132809.197000', '132809.200000', '132809.203000', '132809.206000', '132809.209000', '132809.212000', '132809.214000', '132809.217000', '132809.220000', '132809.223000', '132809.226000', '132809.229000', '132809.232000', '132809.234000', '132809.237000', '132809.240000', '132809.243000', '132809.246000', '132809.248000', '132809.251000', '132809.254000', '132809.257000', '132809.260000', '132809.263000', '132809.266000', '132809.269000', '132809.271000', '132809.274000', '132809.277000', '132809.280000', '132809.283000', '132809.286000', '132809.288000', '132809.291000', '132809.294000', '132809.297000', '132809.300000', '132829.177000', '132829.180000', '132829.183000', '132829.186000', '132829.189000', '132829.192000', '132829.195000', '132829.199000', '132829.211000', '132829.213000', '132829.216000', '132829.219000', '132829.222000', '132829.225000', '132829.228000', '132829.230000', '132829.233000', '132829.236000', '132829.239000', '132829.242000', '132829.245000', '132829.247000', '132829.250000', '132829.253000', '132829.256000', '132829.259000', '132829.262000', '132829.265000', '132829.267000', '132829.270000', '132829.273000', '132829.276000', '132829.279000', '132829.282000', '132829.284000', '132829.287000', '132829.290000', '132829.293000', '132829.296000', '132829.299000', '132829.301000', '132829.304000', '132829.307000', '132849.177000', '132849.180000', '132849.183000', '132849.186000', '132849.188000', '132849.191000', '132849.194000', '132849.197000', '132849.200000', '132849.203000', '132849.206000', '132849.209000', '132849.211000', '132849.214000', '132849.217000', '132849.220000', '132849.223000', '132849.226000', '132849.229000', '132849.232000', '132849.234000', '132849.237000', '132849.240000', '132849.243000', '132849.246000', '132849.249000', '132849.252000', '132849.255000', '132849.257000', '132849.260000', '132849.263000', '132849.266000', '132849.269000', '132849.272000', '132849.275000', '132849.277000', '132849.280000', '132849.283000', '132849.286000', '132849.289000', '132849.292000', '132849.295000', '132849.297000', '132849.300000', '132909.177000', '132909.180000', '132909.183000', '132909.186000', '132909.188000', '132909.191000', '132909.194000', '132909.197000', '132909.200000', '132909.203000', '132909.206000', '132909.209000', '132909.212000', '132909.214000', '132909.217000', '132909.222000', '132909.226000', '132909.229000', '132909.232000', '132909.234000', '132909.237000', '132909.240000', '132909.243000', '132909.246000', '132909.249000', '132909.252000', '132909.255000', '132909.257000', '132909.260000', '132909.263000', '132909.266000', '132909.269000', '132909.272000', '132909.275000', '132909.277000', '132909.280000', '132909.283000', '132909.286000', '132909.289000', '132909.292000', '132909.295000', '132909.298000', '132909.300000', '132929.177000', '132929.180000', '132929.183000', '132929.185000', '132929.188000', '132929.191000', '132929.194000', '132929.197000', '132929.200000', '132929.203000', '132929.206000', '132929.208000', '132929.211000', '132929.214000', '132929.217000', '132929.220000', '132929.223000', '132929.226000', '132929.228000', '132929.231000', '132929.234000', '132929.237000', '132929.240000', '132929.243000', '132929.246000', '132929.249000', '132929.251000', '132929.254000', '132929.257000', '132929.260000', '132929.263000', '132929.266000', '132929.269000', '132929.271000', '132929.274000', '132929.277000', '132929.280000', '132929.283000', '132929.286000', '132929.288000', '132929.291000', '132929.294000', '132929.297000', '132929.300000', '132949.177000', '132949.180000', '132949.183000', '132949.186000', '132949.189000', '132949.191000', '132949.194000', '132949.197000', '132949.200000', '132949.203000', '132949.206000', '132949.209000', '132949.212000', '132949.214000', '132949.217000', '132949.220000', '132949.223000', '132949.226000', '132949.229000', '132949.232000', '132949.235000', '132949.238000', '132949.243000', '132949.246000', '132949.249000', '132949.252000', '132949.255000', '132949.257000', '132949.260000', '132949.263000', '132949.266000', '132949.269000', '132949.272000', '132949.275000', '132949.277000', '132949.280000', '132949.283000', '132949.286000', '132949.289000', '132949.292000', '132949.295000', '132949.297000', '132949.300000', '133009.176000', '133009.179000', '133009.182000', '133009.185000', '133009.188000', '133009.190000', '133009.193000', '133009.196000', '133009.199000', '133009.202000', '133009.205000', '133009.208000', '133009.211000', '133009.214000', '133009.216000', '133009.219000', '133009.222000', '133009.225000', '133009.228000', '133009.231000', '133009.234000', '133009.237000', '133009.239000', '133009.242000', '133009.245000', '133009.248000', '133009.251000', '133009.254000', '133009.256000', '133009.259000', '133009.262000', '133009.265000', '133009.268000', '133009.271000', '133009.274000', '133009.277000', '133009.279000', '133009.282000', '133009.285000', '133009.288000', '133009.291000', '133009.294000', '133009.296000', '133009.299000', '133029.177000', '133029.180000', '133029.183000', '133029.186000', '133029.189000', '133029.205000', '133029.208000', '133029.211000', '133029.214000', '133029.217000', '133029.219000', '133029.222000', '133029.225000', '133029.228000', '133029.231000', '133029.234000', '133029.237000', '133029.240000', '133029.243000', '133029.246000', '133029.251000', '133029.255000', '133029.258000', '133029.261000', '133029.263000', '133029.266000', '133029.269000', '133029.272000', '133029.275000', '133029.278000', '133029.281000', '133029.284000', '133029.286000', '133029.289000', '133029.292000', '133029.295000', '133029.298000', '133029.301000', '133029.304000', '133029.307000', '133029.309000', '133029.312000', '133029.315000', '133049.177000', '133049.180000', '133049.183000', '133049.186000', '133049.188000', '133049.191000', '133049.194000', '133049.197000', '133049.200000', '133049.203000', '133049.206000', '133049.209000', '133049.212000', '133049.214000', '133049.217000', '133049.220000', '133049.223000', '133049.226000', '133049.229000', '133049.232000', '133049.235000', '133049.237000', '133049.241000', '133049.243000', '133049.246000', '133049.249000', '133049.252000', '133049.255000', '133049.258000', '133049.260000', '133049.264000', '133049.266000', '133049.269000', '133049.272000', '133049.275000', '133049.278000', '133049.281000', '133049.283000', '133049.286000', '133049.289000', '133049.292000', '133049.295000', '133049.298000', '133049.301000', '133109.177000', '133109.180000', '133109.183000', '133109.185000', '133109.189000', '133109.191000', '133109.194000', '133109.197000', '133109.200000', '133109.203000', '133109.206000', '133109.210000', '133109.213000', '133109.216000', '133109.219000', '133109.221000', '133109.224000', '133109.227000', '133109.230000', '133109.233000', '133109.236000', '133109.239000', '133109.242000', '133109.244000', '133109.247000', '133109.250000', '133109.253000', '133109.256000', '133109.259000', '133109.262000', '133109.267000', '133109.271000', '133109.274000', '133109.277000', '133109.280000', '133109.283000', '133109.286000', '133109.289000', '133109.292000', '133109.295000', '133109.297000', '133109.300000', '133109.303000', '133129.177000', '133129.180000', '133129.183000', '133129.186000', '133129.189000', '133129.192000', '133129.194000', '133129.197000', '133129.200000', '133129.203000', '133129.206000', '133129.209000', '133129.212000', '133129.215000', '133129.217000', '133129.220000', '133129.223000', '133129.226000', '133129.229000', '133129.232000', '133129.235000', '133129.238000', '133129.240000', '133129.243000', '133129.246000', '133129.249000', '133129.252000', '133129.255000', '133129.258000', '133129.261000', '133129.263000', '133129.266000', '133129.269000', '133129.272000', '133129.275000', '133129.278000', '133129.281000', '133129.284000', '133129.286000', '133129.289000', '133129.292000', '133129.300000', '133129.303000', '133129.306000', '133149.177000', '133149.180000', '133149.183000', '133149.186000', '133149.189000', '133149.191000', '133149.194000', '133149.197000', '133149.200000', '133149.203000', '133149.206000', '133149.209000', '133149.212000', '133149.214000', '133149.217000', '133149.220000', '133149.223000', '133149.226000', '133149.229000', '133149.232000', '133149.235000', '133149.237000', '133149.240000', '133149.243000', '133149.246000', '133149.249000', '133149.252000', '133149.255000', '133149.258000', '133149.260000', '133149.263000', '133149.266000', '133149.269000', '133149.272000', '133149.275000', '133149.278000', '133149.281000', '133149.283000', '133149.288000', '133149.293000', '133149.296000', '133149.299000', '133149.301000', '133209.177000', '133209.180000', '133209.183000', '133209.186000', '133209.189000', '133209.192000', '133209.194000', '133209.197000', '133209.200000', '133209.203000', '133209.206000', '133209.209000', '133209.212000', '133209.214000', '133209.217000', '133209.220000', '133209.223000', '133209.226000', '133209.229000', '133209.232000', '133209.235000', '133209.237000', '133209.240000', '133209.243000', '133209.246000', '133209.249000', '133209.252000', '133209.254000', '133209.257000', '133209.260000', '133209.263000', '133209.266000', '133209.269000', '133209.272000', '133209.275000', '133209.277000', '133209.280000', '133209.283000', '133209.286000', '133209.289000', '133209.292000', '133209.294000', '133209.297000', '133209.300000', '133229.176000', '133229.179000', '133229.182000', '133229.185000', '133229.188000', '133229.191000', '133229.194000', '133229.196000', '133229.199000', '133229.202000', '133229.205000', '133229.208000', '133229.211000', '133229.214000', '133229.217000', '133229.220000', '133229.222000', '133229.225000', '133229.228000', '133229.231000', '133229.234000', '133229.237000', '133229.240000', '133229.243000', '133229.246000', '133229.249000', '133229.252000', '133229.255000', '133229.258000', '133229.261000', '133229.264000', '133229.267000', '133229.270000', '133229.272000', '133229.275000', '133229.278000', '133229.281000', '133229.284000', '133229.287000', '133229.290000', '133229.292000', '133229.295000', '133229.298000', '133248.227000', '133248.231000', '133248.234000', '133248.238000', '133248.241000', '133248.244000', '133248.247000', '133248.250000', '133248.254000', '133248.256000', '133248.260000', '133248.263000', '133248.266000', '133248.269000', '133248.272000', '133248.275000', '133248.278000', '133248.281000', '133248.284000', '133248.287000', '133248.290000', '133248.293000', '133248.296000', '133248.299000', '133248.302000', '133248.304000', '133248.307000', '133248.310000', '133248.320000', '133248.323000', '133248.326000', '133248.329000', '133248.332000', '133248.335000', '133248.337000', '133248.340000', '133248.343000', '133248.347000', '133248.350000', '133248.353000', '133248.356000', '133248.359000'], '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': [13030, 9357, 10624, 12783, 9699, 13109, 10182, 13231, 8658, 10834, 7500, 8344, 6679, 8499, 6742, 8586, 7199, 8952, 6730, 8568, 6238, 8749, 6527, 8609, 6305, 8794, 6320, 8735, 6372, 8573, 6267, 8587, 6224, 8483, 6246, 8001, 6288, 8218, 6294, 8921, 6347, 8619, 6499, 8085, 7181, 7899, 9509, 7431, 11091, 7378, 9876, 7784, 8802, 6938, 9063, 7153, 8513, 7250, 8465, 6484, 8443, 6601, 8587, 6272, 8573, 6388, 7776, 9614, 7330, 10253, 7121, 8670, 7002, 8842, 6790, 8348, 6965, 8082, 6791, 8172, 6284, 8511, 8951, 7542, 10802, 7443, 9205, 7560, 8777, 7016, 8604, 7217, 8914, 6819, 8474, 6517, 8226, 6374, 8434, 6272, 8478, 6303, 8318, 7557, 8165, 6370, 7941, 9776, 7637, 10895, 7567, 10771, 7502, 9135, 7823, 8564, 7019, 8483, 6820, 8459, 6625, 8558, 6519, 8599, 6302, 8746, 6234, 8486, 6444, 8428, 6373, 8790, 6354, 8623, 6401, 8493, 6550, 8430, 6511, 8655, 6848, 8923, 6982, 9213, 7044, 9699, 7251, 9045, 7506, 8999, 7696, 10057, 7586, 10219, 7643, 9568, 7340, 8845, 7258, 9169, 7541, 8708, 7398, 8425, 6988, 9136, 7552, 8920, 7452, 8519, 7323, 8543, 6939, 8795, 7362, 8961, 7228, 8791, 7286, 7885, 7251, 7801, 7436, 9621, 7295, 10432, 7442, 11185, 7413, 10380, 7569, 9974, 7271, 8710, 7207, 8449, 7130, 8606, 7040, 8763, 7087, 8658, 7294, 8528, 7138, 8675, 7365, 8806, 7277, 8536, 7370, 8791, 7448, 8677, 7122, 8651, 7170, 8472, 7326, 8719, 7516, 7824, 7263, 6871, 7490, 8184, 7561, 9722, 7400, 9611, 7369, 8979, 7418, 9610, 7497, 10013, 6917, 8543, 6399, 8239, 6175, 8330, 8025, 7904, 6206, 7838, 7190, 7516, 8432, 7665, 8450, 7244, 8956, 7311, 8722, 7376, 8754, 7256, 8643, 6776, 8488, 6307, 8610, 6306, 8673, 6392, 8434, 6175, 8174, 8188, 7735, 10128, 7331, 9354, 7502, 9052, 7382, 8944, 7418, 8565, 7453, 8703, 7141, 8946, 7605, 9318, 7564, 11345, 7046, 9372, 6884, 8736, 6550, 8672, 6447, 8627, 6271, 8735, 6219, 8999, 6302, 8778, 6228, 8559, 6296, 8636, 8996, 8112, 11174, 7717, 9729, 7252, 9382, 7135, 8501, 6677, 8480, 6186, 8602, 6180, 8107, 9065, 7626, 8329, 7746, 8597, 7545, 8899, 7364, 8690, 6822, 8692, 6960, 8759, 6582, 8951, 6529, 8525, 6549, 8872, 7456, 8968, 7517, 10635, 7297, 10355, 6743, 9878, 6671, 9014, 7034, 8849, 7406, 6680, 7792, 6137, 8505, 6628, 8377, 6256, 8862, 7110, 8771, 7607, 9344, 7335, 8771, 7424, 9193, 7427, 9648, 7281, 8985, 7058, 7994, 7481, 6517, 7975, 6295, 8858, 7334, 8847, 7466, 7005, 7566, 7161, 8137, 6524, 8473, 6309, 8658, 6365, 8671, 6469, 8455, 6843, 9215, 7456, 9247, 7622, 9645, 7442, 6381, 8394, 6272, 9069, 7661, 9228, 7805, 9208, 7506, 10189, 7632, 10736, 7841, 6187, 8529, 6151, 9061, 6691, 8733, 7404, 8749, 7619, 6691, 8073, 6200, 8693, 6774, 9006, 7361, 9228, 7381, 10245, 8074, 10792, 7515, 10276, 7601, 6549, 8638, 7145, 9123, 8078, 6475, 8924, 7911, 6961, 8812, 7610, 8982, 9166, 6776, 9865, 7518, 11018, 7733, 10856, 8243, 11872, 8311, 11778, 8662, 10960, 8690, 11920, 8705, 7765, 8823, 7074, 8971, 7667, 9106, 8424, 9120, 8413, 8959, 8449, 7978, 7630, 6362, 9231, 7329, 9677, 7574, 9398, 7865, 9150, 7632, 8800, 7598, 8883, 7661, 8741, 7802, 8918, 7640, 6392, 8587, 6406, 8673, 6270, 8977, 6404, 9109, 6357, 8772, 6343, 9309, 7196, 9994, 8125, 11208, 7836, 9085, 7850, 9251, 7717, 8865, 7818, 8798, 8185, 9272, 7834, 9588, 8090, 11248, 7626, 9729, 7749, 8921, 7805, 8972, 7607, 8854, 7423, 8919, 6674, 8955, 6343, 8973, 6278, 8998, 6242, 8652, 6291, 8771, 6207, 8656, 6334, 8755, 6346, 8880, 6443, 9046, 6448, 8893, 7388, 8765, 6637, 8811, 6294, 8794, 8979, 8438, 10108, 8261, 8189, 8234, 8171, 8154, 9433, 8052, 10017, 7958, 10086, 7407, 9548, 7969, 9125, 7765, 8984, 8011, 8500, 7549, 9224, 7489, 8976, 7850, 8625, 7838, 8073, 7556, 6717, 8094, 8939, 7886, 10066, 7787, 11724, 8046, 10150, 7754, 9396, 7666, 8981, 7846, 8819, 7821, 9547, 8019, 8765, 7610, 7760, 7930, 6577, 8047, 6493, 8507, 8231, 8685, 10045, 8451, 6661, 8498, 6450, 8517, 6911, 8460, 9048, 8077, 8597, 8011, 8761, 8001, 6651, 8319, 6372, 8775, 6467, 9043, 6574, 9060, 6498, 9011, 6538, 9142, 6562, 9359, 6396, 9488, 6519, 9285, 6513, 9020, 6365, 9322, 6720, 9141, 6313, 9227, 6273, 9457, 6393, 9363, 6526, 9172, 6434, 9273, 6283, 9448, 6337, 9350, 6350, 8922, 9541, 8382, 10543, 8020, 9314, 8049, 9427, 7917, 9147, 7842, 8800, 7565, 9644, 7538, 9050, 7813, 9071, 7816, 8871, 7894, 8739, 7632, 8995, 7603, 9391, 7817, 9038, 7685, 9123, 7326, 10107, 7645, 8960, 7073, 8935, 7079, 9139, 6946, 9219, 6662, 9151, 6914, 9046, 7090, 9083, 7098, 9353, 7302, 9021, 7521, 9262, 7217, 8975, 7106, 9228, 6741, 8745, 6192, 8808, 6587, 8802, 7112, 8665, 6115, 8533, 6470, 8194, 8180, 7823, 8908, 8024, 8860, 7643, 8548, 7401, 6286, 8170, 6341, 9110, 6485, 8626, 8869, 7904, 11657, 8418, 12415, 7736, 10693, 7331, 9599, 7282, 8726, 6895, 8890, 6634, 8880, 6870, 9112, 6941, 9184, 6739, 8918, 6603, 8849, 6361, 9147, 6493, 8829, 10231, 8149, 11712, 8013, 10526, 7516, 10033, 7472, 9007, 7590, 8548, 6726, 8816, 6439, 8576, 6244, 8384, 7885, 7665, 10355, 7586, 9251, 7916, 8982, 7175, 8703, 6334, 8675, 7888, 8034, 11498, 7648, 10779, 7541, 9064, 7285, 8688, 6403, 8648, 6302, 8269, 6158, 8081, 8438, 7557, 9570, 7516, 9123, 7180, 9043, 6582, 8498, 6178, 8436, 7094, 7967, 9676, 7460, 9224, 7418, 8911, 7327, 8584, 6898, 8869, 6355, 8838, 6353, 8531, 9496, 7950, 10659, 7437, 9648, 7589, 8761, 7479, 8866, 7235, 8943, 7039, 8817, 6921, 8855, 6511, 8738, 6898, 8411, 7069, 8490, 7638, 7948, 9191, 7904, 10461, 7557, 10594, 7697, 9540, 7855, 8920, 7078, 8927, 7201, 8975, 6652, 8811, 6268, 8537, 6736, 8348, 7228, 8152, 7008, 7817, 7491, 7571, 7970, 7333, 7625, 7570, 6367, 8230, 6400, 8699, 9375, 7822, 11321, 7362, 10942, 9449, 12739, 9409, 9700, 8191, 6535, 9322, 7545, 9777, 7895, 10252, 7555, 12096, 7084, 11128, 7005, 13258, 6801, 10425, 6967, 10026, 8370, 9816, 10399, 8608, 8780, 8569, 9393, 8241, 6970, 7970, 7273, 8549, 6810, 9065, 7262, 9683, 8274, 10247, 8306, 8633, 8055, 9460, 7454, 9258, 7467, 9303, 7392, 8942, 7440, 8896, 7259, 8852, 6971, 8835, 7076, 9008, 7308, 8751, 7006, 9052, 6810, 8881, 6649, 8628, 6754, 8601, 11335, 7874, 11525, 7645, 10459, 7523, 9151, 7558, 8669, 7791, 8868, 7801, 8884, 7619, 9269, 7414, 8903, 7280, 9060, 7780, 10082, 7399, 8885, 7272, 9373, 7350, 9480, 7473, 9132, 7055, 8828, 7531, 8900, 7730, 7782, 7439, 6523, 8410, 7326, 8234, 12108, 8149, 12090, 7731, 11054, 7074, 9429, 6601, 9127, 6308, 8731, 6384, 8523, 9250, 7969, 10422, 7835, 9289, 7722, 8907, 7688, 9110, 7278, 9109, 7591, 9127, 6894, 8905, 6369, 8661, 6578, 8594, 6557, 8155, 6674, 7790, 8633, 7870, 8973, 7768, 8499, 7348, 6653, 7450, 6477, 8372, 7826, 8022, 10250, 7967, 11375, 7587, 11826, 7853, 11145, 7341, 8489, 6912, 8306, 11798, 7945, 10422, 7772, 9183, 7690, 9327, 7347, 9332, 7442, 9223, 6839, 9107, 6385, 8855, 6488, 9111, 6840, 10266, 7617, 8137, 7496, 8944, 7878, 9461, 6940, 8858, 6306, 8899, 6620, 8621, 12521, 8843, 13692, 11516, 12839, 10140, 11811, 8474, 10472, 7394, 8900, 7208, 8477, 7113, 8742, 8664, 8781, 9480, 8417, 9538, 8502, 9379, 7953, 8878, 7523, 8713, 6458, 8635, 6543, 8782, 6429, 8778, 6584, 8882, 6491, 8792, 6482, 8671, 6340, 8201, 6336, 8003, 7051, 7780, 9154, 7727, 9149, 7584, 8759, 7595, 9226, 7663, 8860, 7494, 9030, 7649, 8773, 7198, 8969, 7003, 9179, 6672, 8734, 6389, 9064, 6400, 8783, 6536, 8408, 6350, 8735, 6449, 8977, 6363, 8376, 6271, 8531, 6179, 8916, 6661, 8925, 6355, 8624, 6266, 8880, 6458, 8801, 7068, 9895, 7339, 9247, 7333, 8820, 7023, 8715, 7304, 9253, 7179, 9121, 6789, 8900, 6561, 8601, 6371, 8792, 6582, 8334, 6573, 7954, 9259, 7834, 8660, 7580, 8200, 7808, 7741, 7755, 9369, 8002, 10298, 8101, 8971, 7874, 9011, 7752, 8973, 7440, 9504, 7605, 9943, 7368, 9224, 7658, 10045, 7846, 12212, 6733, 8568, 6262, 8432, 6529, 8408, 8800, 8145, 10171, 7854, 7608, 7788, 6361, 8108, 7257, 8096, 8156, 8121, 10275, 7820, 9293, 8074, 7120, 8423, 6809, 10357, 7916, 11555, 8176, 8751, 8426, 12046, 7912, 11190, 8385, 9488, 7828, 8665, 6619, 8690, 6286, 8491, 6194, 8231, 8419, 8111, 9159, 7964, 8325, 7330, 8092, 7300, 8625, 7359, 8113, 7165, 8519, 7160, 8448, 7003, 8533, 6621, 8493, 6314, 8180, 6590, 8331, 6415, 8762, 6696, 8855, 7415, 8377, 7492, 9557, 7986, 12152, 6531, 8385, 9887, 7938, 12948, 8320, 11042, 9603, 9331, 7241, 8321, 7025, 8307, 7025, 8395, 6961, 8545, 7247, 8241, 7328, 8548, 7181, 8208, 7353, 8668, 6412, 8073, 6913, 7972, 10920, 7632, 8794, 7652, 9620, 7642, 8903, 7378, 8305, 7303, 8856, 7375, 8486, 7148, 8703, 7236, 6699, 7849, 6373, 8362, 6302, 8056, 7048, 7867], 'WindowCenter': [4215.0, 4156.0, 4164.0, 4170.0, 4139.0, 4154.0, 4121.0, 4140.0, 4098.0, 4117.0, 4089.0, 4098.0, 4080.0, 4110.0, 4091.0, 4122.0, 4105.0, 4124.0, 4092.0, 4124.0, 4083.0, 4124.0, 4093.0, 4124.0, 4092.0, 4112.0, 4094.0, 4124.0, 4093.0, 4125.0, 4093.0, 4125.0, 4096.0, 4126.0, 4095.0, 4126.0, 4096.0, 4127.0, 4107.0, 4138.0, 4107.0, 4140.0, 4109.0, 4130.0, 4118.0, 4131.0, 4147.0, 4118.0, 4157.0, 4117.0, 4147.0, 4129.0, 4137.0, 4118.0, 4135.0, 4117.0, 4138.0, 4118.0, 4128.0, 4108.0, 4138.0, 4107.0, 4138.0, 4108.0, 4139.0, 4107.0, 4128.0, 4146.0, 4118.0, 4148.0, 4117.0, 4136.0, 4118.0, 4138.0, 4117.0, 4137.0, 4120.0, 4140.0, 4119.0, 4141.0, 4110.0, 4152.0, 4146.0, 4131.0, 4158.0, 4130.0, 4149.0, 4130.0, 4139.0, 4119.0, 4139.0, 4129.0, 4139.0, 4120.0, 4140.0, 4111.0, 4138.0, 4108.0, 4139.0, 4109.0, 4140.0, 4109.0, 4141.0, 4130.0, 4139.0, 4109.0, 4130.0, 4149.0, 4129.0, 4160.0, 4128.0, 4157.0, 4119.0, 4137.0, 4128.0, 4137.0, 4117.0, 4139.0, 4107.0, 4127.0, 4106.0, 4138.0, 4107.0, 4137.0, 4106.0, 4137.0, 4096.0, 4138.0, 4107.0, 4138.0, 4106.0, 4139.0, 4109.0, 4138.0, 4109.0, 4139.0, 4108.0, 4139.0, 4108.0, 4143.0, 4118.0, 4137.0, 4118.0, 4151.0, 4119.0, 4150.0, 4129.0, 4138.0, 4128.0, 4138.0, 4127.0, 4149.0, 4129.0, 4147.0, 4128.0, 4137.0, 4117.0, 4136.0, 4129.0, 4139.0, 4128.0, 4138.0, 4117.0, 4127.0, 4118.0, 4137.0, 4127.0, 4138.0, 4118.0, 4126.0, 4119.0, 4137.0, 4116.0, 4137.0, 4129.0, 4139.0, 4129.0, 4138.0, 4127.0, 4129.0, 4129.0, 4128.0, 4128.0, 4149.0, 4130.0, 4158.0, 4118.0, 4158.0, 4117.0, 4146.0, 4126.0, 4146.0, 4116.0, 4125.0, 4115.0, 4126.0, 4108.0, 4136.0, 4115.0, 4137.0, 4118.0, 4137.0, 4117.0, 4138.0, 4118.0, 4140.0, 4118.0, 4137.0, 4118.0, 4138.0, 4118.0, 4137.0, 4117.0, 4138.0, 4119.0, 4138.0, 4117.0, 4139.0, 4129.0, 4138.0, 4130.0, 4127.0, 4130.0, 4120.0, 4130.0, 4140.0, 4139.0, 4160.0, 4129.0, 4160.0, 4129.0, 4149.0, 4130.0, 4148.0, 4119.0, 4146.0, 4118.0, 4138.0, 4108.0, 4127.0, 4094.0, 4137.0, 4128.0, 4128.0, 4097.0, 4128.0, 4118.0, 4129.0, 4138.0, 4129.0, 4138.0, 4131.0, 4139.0, 4131.0, 4140.0, 4130.0, 4141.0, 4130.0, 4139.0, 4120.0, 4139.0, 4110.0, 4138.0, 4108.0, 4138.0, 4108.0, 4140.0, 4108.0, 4138.0, 4138.0, 4128.0, 4160.0, 4129.0, 4147.0, 4131.0, 4151.0, 4130.0, 4150.0, 4133.0, 4152.0, 4132.0, 4140.0, 4131.0, 4150.0, 4130.0, 4150.0, 4130.0, 4158.0, 4118.0, 4139.0, 4117.0, 4137.0, 4107.0, 4139.0, 4108.0, 4139.0, 4108.0, 4138.0, 4108.0, 4149.0, 4110.0, 4140.0, 4107.0, 4139.0, 4107.0, 4138.0, 4138.0, 4129.0, 4159.0, 4129.0, 4147.0, 4118.0, 4136.0, 4117.0, 4139.0, 4105.0, 4137.0, 4097.0, 4139.0, 4096.0, 4129.0, 4137.0, 4128.0, 4127.0, 4130.0, 4140.0, 4129.0, 4138.0, 4119.0, 4139.0, 4118.0, 4139.0, 4117.0, 4138.0, 4107.0, 4138.0, 4109.0, 4138.0, 4109.0, 4149.0, 4130.0, 4150.0, 4132.0, 4161.0, 4131.0, 4161.0, 4135.0, 4173.0, 4120.0, 4138.0, 4119.0, 4139.0, 4130.0, 4118.0, 4129.0, 4108.0, 4138.0, 4118.0, 4138.0, 4107.0, 4138.0, 4118.0, 4139.0, 4128.0, 4148.0, 4128.0, 4136.0, 4117.0, 4138.0, 4116.0, 4137.0, 4117.0, 4135.0, 4116.0, 4125.0, 4118.0, 4106.0, 4128.0, 4106.0, 4138.0, 4116.0, 4139.0, 4129.0, 4118.0, 4129.0, 4120.0, 4141.0, 4107.0, 4140.0, 4109.0, 4139.0, 4108.0, 4140.0, 4108.0, 4128.0, 4107.0, 4136.0, 4129.0, 4148.0, 4130.0, 4149.0, 4130.0, 4109.0, 4139.0, 4121.0, 4151.0, 4143.0, 4149.0, 4141.0, 4149.0, 4131.0, 4160.0, 4129.0, 4157.0, 4127.0, 4096.0, 4138.0, 4096.0, 4137.0, 4106.0, 4137.0, 4119.0, 4139.0, 4129.0, 4118.0, 4140.0, 4107.0, 4140.0, 4120.0, 4151.0, 4130.0, 4150.0, 4129.0, 4150.0, 4127.0, 4158.0, 4117.0, 4148.0, 4128.0, 4109.0, 4138.0, 4118.0, 4148.0, 4138.0, 4121.0, 4153.0, 4142.0, 4119.0, 4151.0, 4142.0, 4151.0, 4151.0, 4119.0, 4150.0, 4119.0, 4162.0, 4143.0, 4159.0, 4137.0, 4167.0, 4139.0, 4167.0, 4138.0, 4145.0, 4124.0, 4143.0, 4112.0, 4098.0, 4109.0, 4088.0, 4108.0, 4099.0, 4109.0, 4098.0, 4108.0, 4099.0, 4108.0, 4099.0, 4097.0, 4100.0, 4080.0, 4121.0, 4102.0, 4134.0, 4115.0, 4134.0, 4113.0, 4135.0, 4114.0, 4124.0, 4115.0, 4135.0, 4116.0, 4125.0, 4128.0, 4136.0, 4115.0, 4094.0, 4136.0, 4106.0, 4139.0, 4122.0, 4152.0, 4106.0, 4151.0, 4120.0, 4140.0, 4107.0, 4150.0, 4119.0, 4149.0, 4128.0, 4157.0, 4117.0, 4135.0, 4128.0, 4138.0, 4128.0, 4135.0, 4129.0, 4138.0, 4128.0, 4137.0, 4128.0, 4135.0, 4127.0, 4144.0, 4115.0, 4135.0, 4115.0, 4124.0, 4114.0, 4125.0, 4115.0, 4124.0, 4103.0, 4123.0, 4092.0, 4125.0, 4093.0, 4124.0, 4094.0, 4124.0, 4091.0, 4124.0, 4094.0, 4135.0, 4093.0, 4139.0, 4106.0, 4139.0, 4108.0, 4152.0, 4119.0, 4150.0, 4109.0, 4151.0, 4130.0, 4141.0, 4117.0, 4149.0, 4107.0, 4139.0, 4138.0, 4139.0, 4158.0, 4140.0, 4137.0, 4140.0, 4139.0, 4140.0, 4149.0, 4140.0, 4148.0, 4139.0, 4158.0, 4130.0, 4147.0, 4126.0, 4136.0, 4128.0, 4139.0, 4129.0, 4137.0, 4129.0, 4137.0, 4116.0, 4137.0, 4127.0, 4137.0, 4128.0, 4127.0, 4129.0, 4119.0, 4139.0, 4147.0, 4129.0, 4149.0, 4129.0, 4158.0, 4130.0, 4146.0, 4128.0, 4136.0, 4116.0, 4136.0, 4126.0, 4137.0, 4126.0, 4136.0, 4129.0, 4136.0, 4127.0, 4117.0, 4126.0, 4104.0, 4128.0, 4106.0, 4139.0, 4128.0, 4139.0, 4147.0, 4127.0, 4106.0, 4126.0, 4095.0, 4136.0, 4104.0, 4126.0, 4134.0, 4127.0, 4125.0, 4126.0, 4125.0, 4126.0, 4105.0, 4128.0, 4106.0, 4138.0, 4106.0, 4140.0, 4107.0, 4140.0, 4106.0, 4139.0, 4108.0, 4150.0, 4107.0, 4138.0, 4106.0, 4148.0, 4106.0, 4139.0, 4107.0, 4139.0, 4107.0, 4139.0, 4107.0, 4137.0, 4095.0, 4136.0, 4094.0, 4136.0, 4094.0, 4137.0, 4095.0, 4138.0, 4108.0, 4138.0, 4107.0, 4147.0, 4106.0, 4137.0, 4106.0, 4138.0, 4137.0, 4128.0, 4148.0, 4128.0, 4137.0, 4129.0, 4135.0, 4127.0, 4136.0, 4126.0, 4137.0, 4117.0, 4136.0, 4128.0, 4139.0, 4126.0, 4138.0, 4118.0, 4139.0, 4128.0, 4137.0, 4130.0, 4138.0, 4127.0, 4138.0, 4129.0, 4138.0, 4117.0, 4137.0, 4116.0, 4147.0, 4116.0, 4136.0, 4107.0, 4136.0, 4115.0, 4137.0, 4117.0, 4137.0, 4107.0, 4136.0, 4118.0, 4137.0, 4116.0, 4138.0, 4117.0, 4137.0, 4117.0, 4139.0, 4128.0, 4137.0, 4117.0, 4138.0, 4116.0, 4137.0, 4106.0, 4126.0, 4094.0, 4137.0, 4105.0, 4138.0, 4104.0, 4126.0, 4093.0, 4125.0, 4093.0, 4126.0, 4124.0, 4116.0, 4124.0, 4116.0, 4125.0, 4115.0, 4125.0, 4116.0, 4107.0, 4138.0, 4108.0, 4149.0, 4108.0, 4140.0, 4140.0, 4128.0, 4158.0, 4128.0, 4157.0, 4116.0, 4147.0, 4105.0, 4136.0, 4104.0, 4125.0, 4104.0, 4124.0, 4093.0, 4126.0, 4105.0, 4125.0, 4106.0, 4136.0, 4105.0, 4136.0, 4106.0, 4136.0, 4105.0, 4137.0, 4107.0, 4139.0, 4146.0, 4129.0, 4156.0, 4115.0, 4144.0, 4105.0, 4135.0, 4115.0, 4137.0, 4115.0, 4127.0, 4105.0, 4136.0, 4096.0, 4137.0, 4106.0, 4127.0, 4125.0, 4127.0, 4147.0, 4117.0, 4136.0, 4127.0, 4136.0, 4105.0, 4126.0, 4094.0, 4126.0, 4114.0, 4114.0, 4144.0, 4114.0, 4143.0, 4113.0, 4124.0, 4103.0, 4125.0, 4093.0, 4126.0, 4093.0, 4126.0, 4093.0, 4125.0, 4123.0, 4116.0, 4137.0, 4116.0, 4135.0, 4107.0, 4125.0, 4104.0, 4126.0, 4094.0, 4125.0, 4103.0, 4127.0, 4135.0, 4117.0, 4136.0, 4115.0, 4138.0, 4117.0, 4127.0, 4107.0, 4136.0, 4105.0, 4139.0, 4106.0, 4139.0, 4137.0, 4128.0, 4157.0, 4118.0, 4136.0, 4126.0, 4138.0, 4119.0, 4137.0, 4118.0, 4139.0, 4117.0, 4139.0, 4117.0, 4139.0, 4106.0, 4139.0, 4115.0, 4127.0, 4116.0, 4137.0, 4116.0, 4126.0, 4137.0, 4126.0, 4147.0, 4117.0, 4147.0, 4116.0, 4135.0, 4114.0, 4126.0, 4105.0, 4127.0, 4103.0, 4125.0, 4095.0, 4125.0, 4094.0, 4126.0, 4103.0, 4126.0, 4103.0, 4114.0, 4105.0, 4116.0, 4115.0, 4126.0, 4127.0, 4128.0, 4127.0, 4131.0, 4119.0, 4141.0, 4119.0, 4151.0, 4150.0, 4130.0, 4160.0, 4129.0, 4160.0, 4152.0, 4181.0, 4149.0, 4150.0, 4128.0, 4107.0, 4137.0, 4128.0, 4147.0, 4127.0, 4147.0, 4117.0, 4156.0, 4104.0, 4146.0, 4106.0, 4155.0, 4091.0, 4132.0, 4090.0, 4122.0, 4098.0, 4110.0, 4117.0, 4100.0, 4097.0, 4097.0, 4106.0, 4097.0, 4075.0, 4086.0, 4086.0, 4108.0, 4077.0, 4108.0, 4089.0, 4120.0, 4110.0, 4120.0, 4110.0, 4109.0, 4100.0, 4108.0, 4089.0, 4109.0, 4090.0, 4122.0, 4101.0, 4122.0, 4102.0, 4122.0, 4103.0, 4123.0, 4105.0, 4135.0, 4115.0, 4137.0, 4117.0, 4138.0, 4119.0, 4137.0, 4106.0, 4138.0, 4105.0, 4127.0, 4104.0, 4126.0, 4145.0, 4127.0, 4157.0, 4117.0, 4145.0, 4115.0, 4134.0, 4115.0, 4124.0, 4116.0, 4136.0, 4116.0, 4136.0, 4127.0, 4137.0, 4119.0, 4137.0, 4117.0, 4138.0, 4117.0, 4147.0, 4115.0, 4128.0, 4117.0, 4135.0, 4115.0, 4136.0, 4115.0, 4137.0, 4116.0, 4139.0, 4127.0, 4138.0, 4129.0, 4128.0, 4130.0, 4109.0, 4141.0, 4117.0, 4139.0, 4158.0, 4128.0, 4160.0, 4117.0, 4147.0, 4106.0, 4137.0, 4095.0, 4123.0, 4092.0, 4124.0, 4092.0, 4124.0, 4123.0, 4114.0, 4146.0, 4114.0, 4134.0, 4116.0, 4124.0, 4114.0, 4124.0, 4104.0, 4124.0, 4114.0, 4135.0, 4104.0, 4125.0, 4093.0, 4125.0, 4105.0, 4125.0, 4093.0, 4125.0, 4103.0, 4116.0, 4136.0, 4128.0, 4136.0, 4127.0, 4137.0, 4119.0, 4107.0, 4130.0, 4108.0, 4142.0, 4130.0, 4141.0, 4159.0, 4131.0, 4159.0, 4128.0, 4158.0, 4127.0, 4148.0, 4104.0, 4124.0, 4102.0, 4114.0, 4144.0, 4114.0, 4133.0, 4113.0, 4124.0, 4113.0, 4135.0, 4114.0, 4135.0, 4115.0, 4137.0, 4106.0, 4136.0, 4096.0, 4137.0, 4096.0, 4137.0, 4109.0, 4145.0, 4116.0, 4126.0, 4129.0, 4136.0, 4128.0, 4136.0, 4105.0, 4136.0, 4094.0, 4138.0, 4104.0, 4126.0, 4156.0, 4124.0, 4154.0, 4133.0, 4142.0, 4120.0, 4129.0, 4098.0, 4117.0, 4076.0, 4096.0, 4075.0, 4085.0, 4073.0, 4095.0, 4083.0, 4096.0, 4094.0, 4085.0, 4096.0, 4097.0, 4106.0, 4086.0, 4096.0, 4087.0, 4096.0, 4077.0, 4109.0, 4079.0, 4109.0, 4090.0, 4112.0, 4093.0, 4122.0, 4093.0, 4124.0, 4093.0, 4125.0, 4093.0, 4126.0, 4093.0, 4125.0, 4104.0, 4118.0, 4136.0, 4116.0, 4137.0, 4126.0, 4127.0, 4128.0, 4136.0, 4126.0, 4137.0, 4117.0, 4137.0, 4128.0, 4136.0, 4115.0, 4137.0, 4105.0, 4136.0, 4104.0, 4125.0, 4094.0, 4135.0, 4094.0, 4126.0, 4093.0, 4124.0, 4093.0, 4137.0, 4094.0, 4137.0, 4095.0, 4127.0, 4106.0, 4137.0, 4095.0, 4137.0, 4116.0, 4138.0, 4106.0, 4137.0, 4107.0, 4137.0, 4108.0, 4138.0, 4117.0, 4147.0, 4118.0, 4138.0, 4117.0, 4138.0, 4117.0, 4137.0, 4117.0, 4138.0, 4117.0, 4137.0, 4106.0, 4137.0, 4105.0, 4139.0, 4105.0, 4137.0, 4107.0, 4138.0, 4106.0, 4128.0, 4137.0, 4129.0, 4137.0, 4130.0, 4140.0, 4128.0, 4127.0, 4128.0, 4137.0, 4128.0, 4147.0, 4128.0, 4150.0, 4154.0, 4150.0, 4129.0, 4137.0, 4129.0, 4148.0, 4141.0, 4162.0, 4131.0, 4150.0, 4127.0, 4147.0, 4127.0, 4157.0, 4106.0, 4125.0, 4093.0, 4124.0, 4092.0, 4114.0, 4123.0, 4127.0, 4135.0, 4115.0, 4113.0, 4129.0, 4106.0, 4127.0, 4116.0, 4128.0, 4127.0, 4127.0, 4147.0, 4118.0, 4136.0, 4125.0, 4104.0, 4126.0, 4104.0, 4135.0, 4114.0, 4145.0, 4114.0, 4137.0, 4142.0, 4156.0, 4115.0, 4146.0, 4116.0, 4135.0, 4102.0, 4113.0, 4093.0, 4111.0, 4080.0, 4115.0, 4080.0, 4112.0, 4113.0, 4113.0, 4122.0, 4112.0, 4112.0, 4102.0, 4112.0, 4115.0, 4124.0, 4115.0, 4126.0, 4115.0, 4137.0, 4116.0, 4128.0, 4117.0, 4127.0, 4106.0, 4139.0, 4107.0, 4126.0, 4105.0, 4129.0, 4106.0, 4138.0, 4107.0, 4137.0, 4119.0, 4127.0, 4119.0, 4149.0, 4127.0, 4158.0, 4096.0, 4126.0, 4136.0, 4117.0, 4154.0, 4113.0, 4143.0, 4123.0, 4122.0, 4102.0, 4113.0, 4104.0, 4113.0, 4105.0, 4127.0, 4106.0, 4126.0, 4117.0, 4126.0, 4115.0, 4126.0, 4106.0, 4125.0, 4115.0, 4127.0, 4094.0, 4116.0, 4106.0, 4114.0, 4144.0, 4105.0, 4113.0, 4114.0, 4122.0, 4114.0, 4124.0, 4105.0, 4113.0, 4115.0, 4125.0, 4114.0, 4137.0, 4118.0, 4139.0, 4116.0, 4104.0, 4126.0, 4104.0, 4127.0, 4096.0, 4127.0, 4106.0, 4127.0], 'WindowWidth': [9345.0, 9246.0, 9252.0, 9251.0, 9201.0, 9215.0, 9163.0, 9187.0, 9128.0, 9150.0, 9116.0, 9127.0, 9106.0, 9148.0, 9128.0, 9169.0, 9150.0, 9174.0, 9130.0, 9174.0, 9118.0, 9174.0, 9132.0, 9174.0, 9128.0, 9156.0, 9133.0, 9174.0, 9131.0, 9176.0, 9133.0, 9178.0, 9139.0, 9181.0, 9138.0, 9181.0, 9140.0, 9183.0, 9159.0, 9202.0, 9161.0, 9207.0, 9165.0, 9193.0, 9175.0, 9196.0, 9214.0, 9175.0, 9226.0, 9172.0, 9212.0, 9190.0, 9198.0, 9173.0, 9194.0, 9171.0, 9200.0, 9175.0, 9188.0, 9161.0, 9202.0, 9158.0, 9199.0, 9161.0, 9204.0, 9158.0, 9188.0, 9210.0, 9175.0, 9214.0, 9171.0, 9196.0, 9175.0, 9202.0, 9173.0, 9199.0, 9182.0, 9209.0, 9180.0, 9209.0, 9168.0, 9228.0, 9214.0, 9196.0, 9232.0, 9194.0, 9217.0, 9194.0, 9203.0, 9178.0, 9205.0, 9192.0, 9205.0, 9182.0, 9206.0, 9170.0, 9202.0, 9165.0, 9206.0, 9165.0, 9208.0, 9165.0, 9210.0, 9195.0, 9206.0, 9164.0, 9194.0, 9219.0, 9192.0, 9234.0, 9189.0, 9227.0, 9178.0, 9199.0, 9188.0, 9198.0, 9171.0, 9203.0, 9159.0, 9185.0, 9157.0, 9202.0, 9160.0, 9200.0, 9157.0, 9198.0, 9145.0, 9201.0, 9161.0, 9202.0, 9157.0, 9203.0, 9165.0, 9203.0, 9165.0, 9205.0, 9164.0, 9205.0, 9163.0, 9213.0, 9177.0, 9200.0, 9176.0, 9221.0, 9178.0, 9219.0, 9189.0, 9203.0, 9188.0, 9202.0, 9188.0, 9216.0, 9191.0, 9212.0, 9189.0, 9198.0, 9174.0, 9196.0, 9191.0, 9204.0, 9188.0, 9200.0, 9174.0, 9185.0, 9175.0, 9199.0, 9186.0, 9200.0, 9174.0, 9183.0, 9177.0, 9198.0, 9172.0, 9200.0, 9191.0, 9205.0, 9192.0, 9201.0, 9188.0, 9190.0, 9191.0, 9189.0, 9192.0, 9218.0, 9195.0, 9229.0, 9176.0, 9229.0, 9172.0, 9210.0, 9182.0, 9208.0, 9167.0, 9179.0, 9167.0, 9180.0, 9158.0, 9196.0, 9168.0, 9198.0, 9174.0, 9198.0, 9173.0, 9201.0, 9176.0, 9205.0, 9176.0, 9199.0, 9174.0, 9201.0, 9176.0, 9201.0, 9174.0, 9202.0, 9178.0, 9202.0, 9176.0, 9205.0, 9191.0, 9203.0, 9196.0, 9189.0, 9198.0, 9184.0, 9197.0, 9208.0, 9209.0, 9237.0, 9195.0, 9236.0, 9193.0, 9220.0, 9194.0, 9216.0, 9179.0, 9212.0, 9175.0, 9200.0, 9160.0, 9185.0, 9140.0, 9199.0, 9187.0, 9186.0, 9144.0, 9189.0, 9175.0, 9193.0, 9204.0, 9192.0, 9202.0, 9198.0, 9206.0, 9197.0, 9207.0, 9195.0, 9211.0, 9194.0, 9206.0, 9180.0, 9204.0, 9167.0, 9204.0, 9163.0, 9204.0, 9163.0, 9207.0, 9162.0, 9204.0, 9204.0, 9190.0, 9234.0, 9193.0, 9216.0, 9196.0, 9223.0, 9196.0, 9221.0, 9204.0, 9229.0, 9203.0, 9210.0, 9198.0, 9223.0, 9195.0, 9222.0, 9195.0, 9230.0, 9176.0, 9204.0, 9173.0, 9199.0, 9158.0, 9201.0, 9161.0, 9203.0, 9162.0, 9200.0, 9162.0, 9217.0, 9166.0, 9207.0, 9162.0, 9206.0, 9160.0, 9202.0, 9202.0, 9191.0, 9231.0, 9190.0, 9212.0, 9174.0, 9196.0, 9172.0, 9202.0, 9155.0, 9198.0, 9145.0, 9205.0, 9143.0, 9191.0, 9200.0, 9188.0, 9187.0, 9193.0, 9207.0, 9193.0, 9203.0, 9179.0, 9204.0, 9177.0, 9204.0, 9174.0, 9201.0, 9160.0, 9202.0, 9164.0, 9202.0, 9166.0, 9220.0, 9198.0, 9223.0, 9201.0, 9237.0, 9198.0, 9236.0, 9213.0, 9261.0, 9182.0, 9203.0, 9178.0, 9204.0, 9194.0, 9178.0, 9192.0, 9163.0, 9203.0, 9178.0, 9203.0, 9161.0, 9203.0, 9176.0, 9206.0, 9190.0, 9216.0, 9188.0, 9198.0, 9174.0, 9202.0, 9171.0, 9198.0, 9173.0, 9193.0, 9171.0, 9181.0, 9174.0, 9157.0, 9188.0, 9158.0, 9201.0, 9172.0, 9205.0, 9192.0, 9177.0, 9194.0, 9182.0, 9210.0, 9161.0, 9208.0, 9166.0, 9204.0, 9164.0, 9209.0, 9163.0, 9188.0, 9160.0, 9197.0, 9192.0, 9215.0, 9195.0, 9217.0, 9194.0, 9165.0, 9206.0, 9184.0, 9226.0, 9216.0, 9222.0, 9213.0, 9222.0, 9197.0, 9234.0, 9193.0, 9228.0, 9185.0, 9145.0, 9200.0, 9143.0, 9200.0, 9156.0, 9199.0, 9177.0, 9203.0, 9192.0, 9176.0, 9209.0, 9163.0, 9209.0, 9182.0, 9223.0, 9194.0, 9221.0, 9192.0, 9221.0, 9187.0, 9227.0, 9173.0, 9215.0, 9186.0, 9163.0, 9202.0, 9177.0, 9216.0, 9204.0, 9183.0, 9230.0, 9214.0, 9179.0, 9224.0, 9217.0, 9226.0, 9223.0, 9178.0, 9219.0, 9176.0, 9240.0, 9219.0, 9233.0, 9199.0, 9241.0, 9205.0, 9240.0, 9200.0, 9206.0, 9176.0, 9197.0, 9153.0, 9129.0, 9144.0, 9115.0, 9142.0, 9132.0, 9144.0, 9129.0, 9142.0, 9130.0, 9142.0, 9131.0, 9129.0, 9136.0, 9108.0, 9165.0, 9144.0, 9191.0, 9166.0, 9190.0, 9161.0, 9189.0, 9163.0, 9176.0, 9166.0, 9193.0, 9170.0, 9180.0, 9187.0, 9196.0, 9167.0, 9137.0, 9197.0, 9158.0, 9204.0, 9192.0, 9226.0, 9158.0, 9223.0, 9184.0, 9208.0, 9163.0, 9222.0, 9178.0, 9219.0, 9187.0, 9225.0, 9172.0, 9193.0, 9186.0, 9201.0, 9186.0, 9193.0, 9188.0, 9200.0, 9188.0, 9199.0, 9187.0, 9195.0, 9185.0, 9205.0, 9166.0, 9192.0, 9166.0, 9176.0, 9163.0, 9178.0, 9163.0, 9175.0, 9144.0, 9172.0, 9129.0, 9175.0, 9131.0, 9174.0, 9134.0, 9175.0, 9128.0, 9176.0, 9137.0, 9193.0, 9135.0, 9203.0, 9158.0, 9206.0, 9164.0, 9226.0, 9180.0, 9223.0, 9166.0, 9224.0, 9195.0, 9211.0, 9175.0, 9219.0, 9161.0, 9206.0, 9203.0, 9205.0, 9230.0, 9207.0, 9200.0, 9206.0, 9205.0, 9207.0, 9219.0, 9208.0, 9218.0, 9207.0, 9230.0, 9193.0, 9214.0, 9185.0, 9196.0, 9189.0, 9203.0, 9190.0, 9200.0, 9190.0, 9198.0, 9171.0, 9198.0, 9187.0, 9200.0, 9191.0, 9187.0, 9192.0, 9179.0, 9206.0, 9214.0, 9190.0, 9217.0, 9190.0, 9229.0, 9192.0, 9210.0, 9187.0, 9197.0, 9168.0, 9195.0, 9181.0, 9196.0, 9182.0, 9197.0, 9189.0, 9195.0, 9184.0, 9170.0, 9184.0, 9153.0, 9187.0, 9155.0, 9203.0, 9187.0, 9204.0, 9211.0, 9186.0, 9154.0, 9182.0, 9139.0, 9196.0, 9150.0, 9182.0, 9191.0, 9184.0, 9179.0, 9182.0, 9180.0, 9181.0, 9152.0, 9187.0, 9156.0, 9201.0, 9157.0, 9205.0, 9159.0, 9206.0, 9158.0, 9205.0, 9163.0, 9219.0, 9159.0, 9200.0, 9157.0, 9214.0, 9156.0, 9202.0, 9158.0, 9202.0, 9157.0, 9203.0, 9156.0, 9196.0, 9140.0, 9194.0, 9137.0, 9194.0, 9137.0, 9197.0, 9139.0, 9201.0, 9159.0, 9199.0, 9158.0, 9212.0, 9156.0, 9198.0, 9155.0, 9200.0, 9198.0, 9185.0, 9212.0, 9185.0, 9199.0, 9187.0, 9193.0, 9184.0, 9195.0, 9184.0, 9197.0, 9171.0, 9196.0, 9187.0, 9204.0, 9185.0, 9200.0, 9173.0, 9202.0, 9187.0, 9198.0, 9191.0, 9199.0, 9186.0, 9201.0, 9189.0, 9201.0, 9172.0, 9198.0, 9169.0, 9211.0, 9168.0, 9193.0, 9157.0, 9193.0, 9167.0, 9196.0, 9170.0, 9197.0, 9158.0, 9197.0, 9173.0, 9197.0, 9169.0, 9200.0, 9172.0, 9199.0, 9173.0, 9203.0, 9187.0, 9199.0, 9172.0, 9199.0, 9169.0, 9198.0, 9153.0, 9182.0, 9136.0, 9195.0, 9152.0, 9198.0, 9149.0, 9179.0, 9132.0, 9178.0, 9132.0, 9179.0, 9174.0, 9166.0, 9174.0, 9165.0, 9178.0, 9166.0, 9179.0, 9169.0, 9158.0, 9201.0, 9163.0, 9220.0, 9163.0, 9206.0, 9205.0, 9189.0, 9228.0, 9186.0, 9223.0, 9167.0, 9208.0, 9151.0, 9191.0, 9147.0, 9176.0, 9147.0, 9175.0, 9134.0, 9178.0, 9150.0, 9176.0, 9152.0, 9192.0, 9152.0, 9193.0, 9154.0, 9195.0, 9152.0, 9198.0, 9156.0, 9201.0, 9209.0, 9187.0, 9221.0, 9164.0, 9202.0, 9151.0, 9190.0, 9164.0, 9195.0, 9166.0, 9183.0, 9152.0, 9195.0, 9141.0, 9197.0, 9156.0, 9185.0, 9179.0, 9183.0, 9212.0, 9171.0, 9195.0, 9184.0, 9194.0, 9152.0, 9180.0, 9135.0, 9178.0, 9160.0, 9162.0, 9202.0, 9162.0, 9199.0, 9158.0, 9174.0, 9147.0, 9176.0, 9134.0, 9180.0, 9133.0, 9180.0, 9133.0, 9179.0, 9173.0, 9166.0, 9194.0, 9166.0, 9192.0, 9155.0, 9178.0, 9148.0, 9181.0, 9135.0, 9177.0, 9145.0, 9182.0, 9194.0, 9169.0, 9193.0, 9166.0, 9199.0, 9172.0, 9183.0, 9156.0, 9195.0, 9153.0, 9202.0, 9155.0, 9202.0, 9198.0, 9187.0, 9227.0, 9172.0, 9195.0, 9182.0, 9199.0, 9177.0, 9198.0, 9175.0, 9202.0, 9172.0, 9202.0, 9172.0, 9203.0, 9156.0, 9202.0, 9167.0, 9185.0, 9167.0, 9196.0, 9167.0, 9181.0, 9195.0, 9181.0, 9209.0, 9169.0, 9209.0, 9167.0, 9192.0, 9162.0, 9178.0, 9152.0, 9181.0, 9147.0, 9178.0, 9137.0, 9176.0, 9134.0, 9180.0, 9147.0, 9179.0, 9145.0, 9162.0, 9150.0, 9167.0, 9165.0, 9183.0, 9184.0, 9189.0, 9188.0, 9196.0, 9179.0, 9212.0, 9180.0, 9225.0, 9220.0, 9194.0, 9234.0, 9192.0, 9235.0, 9226.0, 9263.0, 9218.0, 9218.0, 9186.0, 9158.0, 9197.0, 9188.0, 9209.0, 9185.0, 9212.0, 9168.0, 9221.0, 9149.0, 9207.0, 9152.0, 9216.0, 9126.0, 9181.0, 9120.0, 9166.0, 9128.0, 9147.0, 9151.0, 9129.0, 9123.0, 9123.0, 9134.0, 9124.0, 9094.0, 9109.0, 9107.0, 9141.0, 9099.0, 9142.0, 9118.0, 9160.0, 9148.0, 9161.0, 9148.0, 9143.0, 9133.0, 9143.0, 9119.0, 9146.0, 9120.0, 9164.0, 9137.0, 9169.0, 9143.0, 9168.0, 9145.0, 9170.0, 9150.0, 9190.0, 9165.0, 9199.0, 9172.0, 9201.0, 9177.0, 9198.0, 9156.0, 9200.0, 9152.0, 9182.0, 9150.0, 9182.0, 9206.0, 9183.0, 9223.0, 9169.0, 9205.0, 9164.0, 9189.0, 9164.0, 9174.0, 9166.0, 9194.0, 9169.0, 9195.0, 9185.0, 9199.0, 9175.0, 9200.0, 9171.0, 9199.0, 9172.0, 9209.0, 9165.0, 9185.0, 9169.0, 9191.0, 9165.0, 9192.0, 9165.0, 9195.0, 9169.0, 9201.0, 9186.0, 9201.0, 9191.0, 9190.0, 9195.0, 9163.0, 9208.0, 9173.0, 9203.0, 9227.0, 9186.0, 9230.0, 9169.0, 9210.0, 9154.0, 9195.0, 9137.0, 9172.0, 9130.0, 9173.0, 9127.0, 9174.0, 9171.0, 9160.0, 9203.0, 9160.0, 9188.0, 9165.0, 9174.0, 9162.0, 9173.0, 9148.0, 9175.0, 9162.0, 9190.0, 9147.0, 9176.0, 9133.0, 9177.0, 9149.0, 9177.0, 9132.0, 9179.0, 9148.0, 9168.0, 9195.0, 9186.0, 9196.0, 9185.0, 9199.0, 9175.0, 9158.0, 9193.0, 9164.0, 9213.0, 9194.0, 9210.0, 9233.0, 9195.0, 9230.0, 9187.0, 9228.0, 9184.0, 9212.0, 9147.0, 9174.0, 9142.0, 9160.0, 9200.0, 9160.0, 9186.0, 9159.0, 9174.0, 9160.0, 9189.0, 9162.0, 9191.0, 9164.0, 9195.0, 9153.0, 9193.0, 9140.0, 9198.0, 9141.0, 9198.0, 9163.0, 9206.0, 9167.0, 9183.0, 9190.0, 9193.0, 9185.0, 9193.0, 9150.0, 9194.0, 9136.0, 9199.0, 9150.0, 9181.0, 9219.0, 9175.0, 9214.0, 9183.0, 9192.0, 9159.0, 9169.0, 9126.0, 9150.0, 9094.0, 9119.0, 9091.0, 9104.0, 9085.0, 9117.0, 9099.0, 9119.0, 9114.0, 9105.0, 9120.0, 9121.0, 9133.0, 9108.0, 9122.0, 9111.0, 9122.0, 9100.0, 9143.0, 9106.0, 9146.0, 9123.0, 9153.0, 9131.0, 9170.0, 9131.0, 9174.0, 9132.0, 9177.0, 9133.0, 9180.0, 9133.0, 9179.0, 9149.0, 9171.0, 9194.0, 9168.0, 9196.0, 9183.0, 9183.0, 9185.0, 9196.0, 9183.0, 9198.0, 9170.0, 9199.0, 9186.0, 9194.0, 9167.0, 9196.0, 9152.0, 9194.0, 9149.0, 9179.0, 9135.0, 9191.0, 9137.0, 9181.0, 9133.0, 9175.0, 9135.0, 9196.0, 9137.0, 9197.0, 9139.0, 9184.0, 9155.0, 9197.0, 9140.0, 9197.0, 9171.0, 9201.0, 9156.0, 9200.0, 9160.0, 9200.0, 9160.0, 9202.0, 9172.0, 9213.0, 9175.0, 9201.0, 9171.0, 9199.0, 9171.0, 9198.0, 9172.0, 9200.0, 9173.0, 9199.0, 9157.0, 9200.0, 9155.0, 9201.0, 9155.0, 9200.0, 9158.0, 9200.0, 9157.0, 9188.0, 9200.0, 9192.0, 9199.0, 9191.0, 9206.0, 9190.0, 9186.0, 9189.0, 9199.0, 9188.0, 9213.0, 9187.0, 9224.0, 9234.0, 9223.0, 9194.0, 9201.0, 9194.0, 9218.0, 9212.0, 9243.0, 9199.0, 9221.0, 9186.0, 9214.0, 9185.0, 9223.0, 9152.0, 9178.0, 9132.0, 9175.0, 9131.0, 9161.0, 9171.0, 9182.0, 9191.0, 9165.0, 9160.0, 9192.0, 9158.0, 9185.0, 9170.0, 9188.0, 9186.0, 9184.0, 9210.0, 9173.0, 9195.0, 9179.0, 9149.0, 9181.0, 9150.0, 9193.0, 9163.0, 9204.0, 9161.0, 9199.0, 9213.0, 9222.0, 9163.0, 9206.0, 9165.0, 9191.0, 9143.0, 9156.0, 9129.0, 9151.0, 9111.0, 9160.0, 9110.0, 9153.0, 9157.0, 9157.0, 9170.0, 9155.0, 9155.0, 9142.0, 9157.0, 9164.0, 9176.0, 9166.0, 9183.0, 9168.0, 9198.0, 9170.0, 9188.0, 9172.0, 9185.0, 9154.0, 9201.0, 9158.0, 9183.0, 9152.0, 9188.0, 9157.0, 9201.0, 9159.0, 9199.0, 9176.0, 9187.0, 9176.0, 9217.0, 9184.0, 9227.0, 9141.0, 9183.0, 9193.0, 9168.0, 9217.0, 9158.0, 9198.0, 9170.0, 9166.0, 9141.0, 9159.0, 9146.0, 9157.0, 9150.0, 9182.0, 9154.0, 9180.0, 9170.0, 9181.0, 9167.0, 9180.0, 9156.0, 9180.0, 9167.0, 9183.0, 9136.0, 9166.0, 9153.0, 9162.0, 9200.0, 9148.0, 9157.0, 9161.0, 9170.0, 9160.0, 9175.0, 9150.0, 9159.0, 9163.0, 9176.0, 9163.0, 9198.0, 9173.0, 9208.0, 9169.0, 9147.0, 9181.0, 9150.0, 9183.0, 9140.0, 9182.0, 9152.0, 9185.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.003692292576419214</td></tr>
<tr><td colspan=3>aqi</td><td>0.022172575545851527</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.92634334829565</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2092229515149306</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0496168899490173</td></tr>
<tr><td colspan=3>efc</td><td>0.467</td></tr>
<tr><td colspan=3>fber</td><td>6784.3379</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06152888054236512</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0189228529839884</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7145027351789737</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.660478754751062</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.918018384974475</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.565011065811386</td></tr>
<tr><td colspan=3>gcor</td><td>0.0105197</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0037972135469317436</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025240153074264526</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1374</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.664472460258998</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>21.644</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.5358</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.9424</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300488.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>789.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>323.9594</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9022</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>553.1391</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3305.6137</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3530.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76056.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>948.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4392.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>963.2974</td></tr>
<tr><td colspan=3>tsnr</td><td>38.79300451884046</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>