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

616 lines
No EOL
144 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-0104_ses-03_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-0104_ses-03_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-03_subject-0104_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-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0104_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-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0104_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-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0104_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-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-03_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-03_subject-0104_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-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-03_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-03_subject-0104_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-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0104_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-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0104/figures/sub-0104_ses-03_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-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-03_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-0104/ses-03/func/sub-0104_ses-03_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>0fb4d6cc29b49499b89bfe794668c8fd</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>14:45:2.075000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999745, -0.0034114, -0.0223434, 0.00523467, 0.996614, 0.0820594]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100536</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>[4220, -7764, -7196, 290, -106, -32, 8, 94]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.09</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bb301026-c7b9-4ec5-81b6-b64583a50d79||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682241439819336, 0.01404423639178276, -0.05936715379357338, 114.79668426513672], [0.009152526967227459, 2.673841714859009, 0.22181949019432068, -99.85633087158203], [-0.05994579941034317, -0.22015929222106934, 2.6902177333831787, -34.97200012207031], [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, 1335]</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], 'AcquisitionTime': ['144502.075000', '144502.535000', '144502.995000', '144503.455000', '144503.915000', '144504.375000', '144504.835000', '144505.295000', '144505.755000', '144506.215000', '144506.675000', '144507.135000', '144507.595000', '144508.055000', '144508.515000', '144508.975000', '144509.435000', '144509.895000', '144510.355000', '144510.815000', '144511.275000', '144511.735000', '144512.195000', '144512.655000', '144513.115000', '144513.575000', '144514.035000', '144514.495000', '144514.955000', '144515.415000', '144515.875000', '144516.335000', '144516.795000', '144517.255000', '144517.715000', '144518.175000', '144518.635000', '144519.095000', '144519.555000', '144520.015000', '144520.475000', '144520.935000', '144521.395000', '144521.855000', '144522.315000', '144522.775000', '144523.235000', '144523.695000', '144524.155000', '144524.615000', '144525.075000', '144525.535000', '144525.995000', '144526.455000', '144526.915000', '144527.375000', '144527.835000', '144528.295000', '144528.755000', '144529.215000', '144529.675000', '144530.135000', '144530.595000', '144531.055000', '144531.515000', '144531.975000', '144532.435000', '144532.895000', '144533.355000', '144533.815000', '144534.275000', '144534.735000', '144535.195000', '144535.655000', '144536.115000', '144536.575000', '144537.035000', '144537.495000', '144537.955000', '144538.415000', '144538.875000', '144539.335000', '144539.795000', '144540.255000', '144540.715000', '144541.175000', '144541.635000', '144542.095000', '144542.555000', '144543.015000', '144543.475000', '144543.935000', '144544.395000', '144544.855000', '144545.315000', '144545.775000', '144546.235000', '144546.695000', '144547.155000', '144547.615000', '144548.075000', '144548.535000', '144548.995000', '144549.455000', '144549.915000', '144550.375000', '144550.835000', '144551.295000', '144551.755000', '144552.215000', '144552.675000', '144553.135000', '144553.595000', '144554.055000', '144554.515000', '144554.975000', '144555.435000', '144555.895000', '144556.355000', '144556.815000', '144557.275000', '144557.735000', '144558.195000', '144558.655000', '144559.115000', '144559.575000', '144600.035000', '144600.495000', '144600.955000', '144601.415000', '144601.875000', '144602.335000', '144602.795000', '144603.255000', '144603.715000', '144604.175000', '144604.635000', '144605.095000', '144605.555000', '144606.015000', '144606.475000', '144606.935000', '144607.395000', '144607.855000', '144608.315000', '144608.775000', '144609.235000', '144609.695000', '144610.155000', '144610.615000', '144611.075000', '144611.535000', '144611.995000', '144612.455000', '144612.915000', '144613.375000', '144613.835000', '144614.295000', '144614.755000', '144615.215000', '144615.675000', '144616.135000', '144616.595000', '144617.055000', '144617.515000', '144617.975000', '144618.435000', '144618.895000', '144619.355000', '144619.815000', '144620.275000', '144620.735000', '144621.195000', '144621.655000', '144622.115000', '144622.575000', '144623.035000', '144623.495000', '144623.955000', '144624.415000', '144624.875000', '144625.335000', '144625.795000', '144626.255000', '144626.715000', '144627.175000', '144627.635000', '144628.095000', '144628.555000', '144629.015000', '144629.475000', '144629.935000', '144630.395000', '144630.855000', '144631.315000', '144631.775000', '144632.235000', '144632.695000', '144633.155000', '144633.615000', '144634.075000', '144634.535000', '144634.995000', '144635.455000', '144635.915000', '144636.375000', '144636.835000', '144637.295000', '144637.755000', '144638.215000', '144638.675000', '144639.135000', '144639.595000', '144640.055000', '144640.515000', '144640.975000', '144641.435000', '144641.895000', '144642.355000', '144642.815000', '144643.275000', '144643.735000', '144644.195000', '144644.655000', '144645.115000', '144645.575000', '144646.035000', '144646.495000', '144646.955000', '144647.415000', '144647.875000', '144648.335000', '144648.795000', '144649.255000', '144649.715000', '144650.175000', '144650.635000', '144651.095000', '144651.555000', '144652.015000', '144652.475000', '144652.935000', '144653.395000', '144653.855000', '144654.315000', '144654.775000', '144655.235000', '144655.695000', '144656.155000', '144656.615000', '144657.075000', '144657.535000', '144657.995000', '144658.455000', '144658.915000', '144659.375000', '144659.835000', '144700.295000', '144700.755000', '144701.215000', '144701.675000', '144702.135000', '144702.595000', '144703.055000', '144703.515000', '144703.975000', '144704.435000', '144704.895000', '144705.355000', '144705.815000', '144706.275000', '144706.735000', '144707.195000', '144707.655000', '144708.115000', '144708.575000', '144709.035000', '144709.495000', '144709.955000', '144710.415000', '144710.875000', '144711.335000', '144711.795000', '144712.255000', '144712.715000', '144713.175000', '144713.635000', '144714.095000', '144714.555000', '144715.015000', '144715.475000', '144715.935000', '144716.395000', '144716.855000', '144717.315000', '144717.775000', '144718.235000', '144718.695000', '144719.155000', '144719.615000', '144720.075000', '144720.535000', '144720.995000', '144721.455000', '144721.915000', '144722.375000', '144722.835000', '144723.295000', '144723.755000', '144724.215000', '144724.675000', '144725.135000', '144725.595000', '144726.055000', '144726.515000', '144726.975000', '144727.435000', '144727.895000', '144728.355000', '144728.815000', '144729.275000', '144729.735000', '144730.195000', '144730.655000', '144731.115000', '144731.575000', '144732.035000', '144732.495000', '144732.955000', '144733.415000', '144733.875000', '144734.335000', '144734.795000', '144735.255000', '144735.715000', '144736.175000', '144736.635000', '144737.095000', '144737.555000', '144738.015000', '144738.475000', '144738.935000', '144739.395000', '144739.855000', '144740.315000', '144740.775000', '144741.235000', '144741.695000', '144742.155000', '144742.615000', '144743.075000', '144743.535000', '144743.995000', '144744.455000', '144744.915000', '144745.375000', '144745.835000', '144746.295000', '144746.755000', '144747.215000', '144747.675000', '144748.135000', '144748.595000', '144749.055000', '144749.515000', '144749.975000', '144750.435000', '144750.895000', '144751.355000', '144751.815000', '144752.275000', '144752.735000', '144753.195000', '144753.655000', '144754.115000', '144754.575000', '144755.035000', '144755.495000', '144755.955000', '144756.415000', '144756.875000', '144757.335000', '144757.795000', '144758.255000', '144758.715000', '144759.175000', '144759.635000', '144800.095000', '144800.555000', '144801.015000', '144801.475000', '144801.935000', '144802.395000', '144802.855000', '144803.315000', '144803.775000', '144804.235000', '144804.695000', '144805.155000', '144805.615000', '144806.075000', '144806.535000', '144806.995000', '144807.455000', '144807.915000', '144808.375000', '144808.835000', '144809.295000', '144809.755000', '144810.215000', '144810.675000', '144811.135000', '144811.595000', '144812.055000', '144812.515000', '144812.975000', '144813.435000', '144813.895000', '144814.355000', '144814.815000', '144815.275000', '144815.735000', '144816.195000', '144816.655000', '144817.115000', '144817.575000', '144818.035000', '144818.495000', '144818.955000', '144819.415000', '144819.875000', '144820.335000', '144820.795000', '144821.255000', '144821.715000', '144822.175000', '144822.635000', '144823.095000', '144823.555000', '144824.015000', '144824.475000', '144824.935000', '144825.395000', '144825.855000', '144826.315000', '144826.775000', '144827.235000', '144827.695000', '144828.155000', '144828.615000', '144829.075000', '144829.535000', '144829.995000', '144830.455000', '144830.915000', '144831.375000', '144831.835000', '144832.295000', '144832.755000', '144833.215000', '144833.675000', '144834.135000', '144834.595000', '144835.055000', '144835.515000', '144835.975000', '144836.435000', '144836.895000', '144837.355000', '144837.815000', '144838.275000', '144838.735000', '144839.195000', '144839.655000', '144840.115000', '144840.575000', '144841.035000', '144841.495000', '144841.955000', '144842.415000', '144842.875000', '144843.335000', '144843.795000', '144844.255000', '144844.715000', '144845.175000', '144845.635000', '144846.095000', '144846.555000', '144847.015000', '144847.475000', '144847.935000', '144848.395000', '144848.855000', '144849.315000', '144849.775000', '144850.235000', '144850.695000', '144851.155000', '144851.615000', '144852.075000', '144852.535000', '144852.995000', '144853.455000', '144853.915000', '144854.375000', '144854.835000', '144855.295000', '144855.755000', '144856.215000', '144856.675000', '144857.135000', '144857.595000', '144858.055000', '144858.515000', '144858.975000', '144859.435000', '144859.895000', '144900.355000', '144900.815000', '144901.275000', '144901.735000', '144902.195000', '144902.655000', '144903.115000', '144903.575000', '144904.035000', '144904.495000', '144904.955000', '144905.415000', '144905.875000', '144906.335000', '144906.795000', '144907.255000', '144907.715000', '144908.175000', '144908.635000', '144909.095000', '144909.555000', '144910.015000', '144910.475000', '144910.935000', '144911.395000', '144911.855000', '144912.315000', '144912.775000', '144913.235000', '144913.695000', '144914.155000', '144914.615000', '144915.075000', '144915.535000', '144915.995000', '144916.455000', '144916.915000', '144917.375000', '144917.835000', '144918.295000', '144918.755000', '144919.215000', '144919.675000', '144920.135000', '144920.595000', '144921.055000', '144921.515000', '144921.975000', '144922.435000', '144922.895000', '144923.355000', '144923.815000', '144924.275000', '144924.735000', '144925.195000', '144925.655000', '144926.115000', '144926.575000', '144927.035000', '144927.495000', '144927.955000', '144928.415000', '144928.875000', '144929.335000', '144929.795000', '144930.255000', '144930.715000', '144931.175000', '144931.635000', '144932.095000', '144932.555000', '144933.015000', '144933.475000', '144933.935000', '144934.395000', '144934.855000', '144935.315000', '144935.775000', '144936.235000', '144936.695000', '144937.155000', '144937.615000', '144938.075000', '144938.535000', '144938.995000', '144939.455000', '144939.915000', '144940.375000', '144940.835000', '144941.295000', '144941.755000', '144942.215000', '144942.675000', '144943.135000', '144943.595000', '144944.055000', '144944.515000', '144944.975000', '144945.435000', '144945.895000', '144946.355000', '144946.815000', '144947.275000', '144947.735000', '144948.195000', '144948.655000', '144949.115000', '144949.575000', '144950.035000', '144950.495000', '144950.955000', '144951.415000', '144951.875000', '144952.335000', '144952.795000', '144953.255000', '144953.715000', '144954.175000', '144954.635000', '144955.095000', '144955.555000', '144956.015000', '144956.475000', '144956.935000', '144957.395000', '144957.855000', '144958.315000', '144958.775000', '144959.235000', '144959.695000', '145000.155000', '145000.615000', '145001.075000', '145001.535000', '145001.995000', '145002.455000', '145002.915000', '145003.375000', '145003.835000', '145004.295000', '145004.755000', '145005.215000', '145005.675000', '145006.135000', '145006.595000', '145007.055000', '145007.515000', '145007.975000', '145008.435000', '145008.895000', '145009.355000', '145009.815000', '145010.275000', '145010.735000', '145011.195000', '145011.655000', '145012.115000', '145012.575000', '145013.035000', '145013.495000', '145013.955000', '145014.415000', '145014.875000', '145015.335000', '145015.795000', '145016.255000', '145016.715000', '145017.175000', '145017.635000', '145018.095000', '145018.555000', '145019.015000', '145019.475000', '145019.935000', '145020.395000', '145020.855000', '145021.315000', '145021.775000', '145022.235000', '145022.695000', '145023.155000', '145023.615000', '145024.075000', '145024.535000', '145024.995000', '145025.455000', '145025.915000', '145026.375000', '145026.835000', '145027.295000', '145027.755000', '145028.215000', '145028.675000', '145029.135000', '145029.595000', '145030.055000', '145030.515000', '145030.975000', '145031.435000', '145031.895000', '145032.355000', '145032.815000', '145033.275000', '145033.735000', '145034.195000', '145034.655000', '145035.115000', '145035.575000', '145036.035000', '145036.495000', '145036.955000', '145037.415000', '145037.875000', '145038.335000', '145038.795000', '145039.255000', '145039.715000', '145040.175000', '145040.635000', '145041.095000', '145041.555000', '145042.015000', '145042.475000', '145042.935000', '145043.395000', '145043.855000', '145044.315000', '145044.775000', '145045.235000', '145045.695000', '145046.155000', '145046.615000', '145047.075000', '145047.535000', '145047.995000', '145048.455000', '145048.915000', '145049.375000', '145049.835000', '145050.295000', '145050.755000', '145051.215000', '145051.675000', '145052.135000', '145052.595000', '145053.055000', '145053.515000', '145053.975000', '145054.435000', '145054.895000', '145055.355000', '145055.815000', '145056.275000', '145056.735000', '145057.195000', '145057.655000', '145058.115000', '145058.575000', '145059.035000', '145059.495000', '145059.955000', '145100.415000', '145100.875000', '145101.335000', '145101.795000', '145102.255000', '145102.715000', '145103.175000', '145103.635000', '145104.095000', '145104.555000', '145105.015000', '145105.475000', '145105.935000', '145106.395000', '145106.855000', '145107.315000', '145107.775000', '145108.235000', '145108.695000', '145109.155000', '145109.615000', '145110.075000', '145110.535000', '145110.995000', '145111.455000', '145111.915000', '145112.375000', '145112.835000', '145113.295000', '145113.755000', '145114.215000', '145114.675000', '145115.135000', '145115.595000', '145116.055000', '145116.515000', '145116.975000', '145117.435000', '145117.895000', '145118.355000', '145118.815000', '145119.275000', '145119.735000', '145120.195000', '145120.655000', '145121.115000', '145121.575000', '145122.035000', '145122.495000', '145122.955000', '145123.415000', '145123.875000', '145124.335000', '145124.795000', '145125.255000', '145125.715000', '145126.175000', '145126.635000', '145127.095000', '145127.555000', '145128.015000', '145128.475000', '145128.935000', '145129.395000', '145129.855000', '145130.315000', '145130.775000', '145131.235000', '145131.695000', '145132.155000', '145132.615000', '145133.075000', '145133.535000', '145133.995000', '145134.455000', '145134.915000', '145135.375000', '145135.835000', '145136.295000', '145136.755000', '145137.215000', '145137.675000', '145138.135000', '145138.595000', '145139.055000', '145139.515000', '145139.975000', '145140.435000', '145140.895000', '145141.355000', '145141.815000', '145142.275000', '145142.735000', '145143.195000', '145143.655000', '145144.115000', '145144.575000', '145145.035000', '145145.495000', '145145.955000', '145146.415000', '145146.875000', '145147.335000', '145147.795000', '145148.255000', '145148.715000', '145149.175000', '145149.635000', '145150.095000', '145150.555000', '145151.015000', '145151.475000', '145151.935000', '145152.395000', '145152.855000', '145153.315000', '145153.775000', '145154.235000', '145154.695000', '145155.155000', '145155.615000', '145156.075000', '145156.535000', '145156.995000', '145157.455000', '145157.915000', '145158.375000', '145158.835000', '145159.295000', '145159.755000', '145200.215000', '145200.675000', '145201.135000', '145201.595000', '145202.055000', '145202.515000', '145202.975000', '145203.435000', '145203.895000', '145204.355000', '145204.815000', '145205.275000', '145205.735000', '145206.195000', '145206.655000', '145207.115000', '145207.575000', '145208.035000', '145208.495000', '145208.955000', '145209.415000', '145209.875000', '145210.335000', '145210.795000', '145211.255000', '145211.715000', '145212.175000', '145212.635000', '145213.095000', '145213.555000', '145214.015000', '145214.475000', '145214.935000', '145215.395000', '145215.855000', '145216.315000', '145216.775000', '145217.235000', '145217.695000', '145218.155000', '145218.615000', '145219.075000', '145219.535000', '145219.995000', '145220.455000', '145220.915000', '145221.375000', '145221.835000', '145222.295000', '145222.755000', '145223.215000', '145223.675000', '145224.135000', '145224.595000', '145225.055000', '145225.515000', '145225.975000', '145226.435000', '145226.895000', '145227.355000', '145227.815000', '145228.275000', '145228.735000', '145229.195000', '145229.655000', '145230.115000', '145230.575000', '145231.035000', '145231.495000', '145231.955000', '145232.415000', '145232.875000', '145233.335000', '145233.795000', '145234.255000', '145234.715000', '145235.175000', '145235.635000', '145236.095000', '145236.555000', '145237.015000', '145237.475000', '145237.935000', '145238.395000', '145238.855000', '145239.315000', '145239.775000', '145240.235000', '145240.695000', '145241.155000', '145241.615000', '145242.075000', '145242.535000', '145242.995000', '145243.455000', '145243.915000', '145244.375000', '145244.835000', '145245.295000', '145245.755000', '145246.215000', '145246.675000', '145247.135000', '145247.595000', '145248.055000', '145248.515000', '145248.975000', '145249.435000', '145249.895000', '145250.355000', '145250.815000', '145251.275000', '145251.735000', '145252.195000', '145252.655000', '145253.115000', '145253.575000', '145254.035000', '145254.495000', '145254.955000', '145255.415000', '145255.875000', '145256.335000', '145256.795000', '145257.255000', '145257.715000', '145258.175000', '145258.635000', '145259.095000', '145259.555000', '145300.015000', '145300.475000', '145300.935000', '145301.395000', '145301.855000', '145302.315000', '145302.775000', '145303.235000', '145303.695000', '145304.155000', '145304.615000', '145305.075000', '145305.535000', '145305.995000', '145306.455000', '145306.915000', '145307.375000', '145307.835000', '145308.295000', '145308.755000', '145309.215000', '145309.675000', '145310.135000', '145310.595000', '145311.055000', '145311.515000', '145311.975000', '145312.435000', '145312.895000', '145313.355000', '145313.815000', '145314.275000', '145314.735000', '145315.195000', '145315.655000', '145316.115000', '145316.575000', '145317.035000', '145317.495000', '145317.955000', '145318.415000', '145318.875000', '145319.335000', '145319.795000', '145320.255000', '145320.715000', '145321.175000', '145321.635000', '145322.095000', '145322.555000', '145323.015000', '145323.475000', '145323.935000', '145324.395000', '145324.855000', '145325.315000', '145325.775000', '145326.235000', '145326.695000', '145327.155000', '145327.615000', '145328.075000', '145328.535000', '145328.995000', '145329.455000', '145329.915000', '145330.375000', '145330.835000', '145331.295000', '145331.755000', '145332.215000', '145332.675000', '145333.135000', '145333.595000', '145334.055000', '145334.515000', '145334.975000', '145335.435000', '145335.895000', '145336.355000', '145336.815000', '145337.275000', '145337.735000', '145338.195000', '145338.655000', '145339.115000', '145339.575000', '145340.035000', '145340.495000', '145340.955000', '145341.415000', '145341.875000', '145342.335000', '145342.795000', '145343.255000', '145343.715000', '145344.175000', '145344.635000', '145345.095000', '145345.555000', '145346.015000', '145346.475000', '145346.935000', '145347.395000', '145347.855000', '145348.315000', '145348.775000', '145349.235000', '145349.695000', '145350.155000', '145350.615000', '145351.075000', '145351.535000', '145351.995000', '145352.455000', '145352.915000', '145353.375000', '145353.835000', '145354.295000', '145354.755000', '145355.215000', '145355.675000', '145356.135000', '145356.595000', '145357.055000', '145357.515000', '145357.975000', '145358.435000', '145358.895000', '145359.355000', '145359.815000', '145400.275000', '145400.735000', '145401.195000', '145401.655000', '145402.115000', '145402.575000', '145403.035000', '145403.495000', '145403.955000', '145404.415000', '145404.875000', '145405.335000', '145405.795000', '145406.255000', '145406.715000', '145407.175000', '145407.635000', '145408.095000', '145408.555000', '145409.015000', '145409.475000', '145409.935000', '145410.395000', '145410.855000', '145411.315000', '145411.775000', '145412.235000', '145412.695000', '145413.155000', '145413.615000', '145414.075000', '145414.535000', '145414.995000', '145415.455000', '145415.915000', '145416.375000', '145416.835000', '145417.295000', '145417.755000', '145418.215000', '145418.675000', '145419.135000', '145419.595000', '145420.055000', '145420.515000', '145420.975000', '145421.435000', '145421.895000', '145422.355000', '145422.815000', '145423.275000', '145423.735000', '145424.195000', '145424.655000', '145425.115000', '145425.575000', '145426.035000', '145426.495000', '145426.955000', '145427.415000', '145427.875000', '145428.335000', '145428.795000', '145429.255000', '145429.715000', '145430.175000', '145430.635000', '145431.095000', '145431.555000', '145432.015000', '145432.475000', '145432.935000', '145433.395000', '145433.855000', '145434.315000', '145434.775000', '145435.235000', '145435.695000', '145436.155000', '145436.615000', '145437.075000', '145437.535000', '145437.995000', '145438.455000', '145438.915000', '145439.375000', '145439.835000', '145440.295000', '145440.755000', '145441.215000', '145441.675000', '145442.135000', '145442.595000', '145443.055000', '145443.515000', '145443.975000', '145444.435000', '145444.895000', '145445.355000', '145445.815000', '145446.275000', '145446.735000', '145447.195000', '145447.655000', '145448.115000', '145448.575000', '145449.035000', '145449.495000', '145449.955000', '145450.415000', '145450.875000', '145451.335000', '145451.795000', '145452.255000', '145452.715000', '145453.175000', '145453.635000', '145454.095000', '145454.555000', '145455.015000', '145455.475000', '145455.935000', '145456.395000', '145456.855000', '145457.315000', '145457.775000', '145458.235000', '145458.695000', '145459.155000', '145459.615000', '145500.075000', '145500.535000', '145500.995000', '145501.455000', '145501.915000', '145502.375000', '145502.835000', '145503.295000', '145503.755000', '145504.215000', '145504.675000', '145505.135000', '145505.595000', '145506.055000', '145506.515000', '145506.975000', '145507.435000', '145507.895000', '145508.355000', '145508.815000', '145509.275000', '145509.735000', '145510.195000', '145510.655000', '145511.115000', '145511.575000', '145512.035000', '145512.495000', '145512.955000', '145513.415000', '145513.875000', '145514.335000', '145514.795000', '145515.255000', '145515.715000'], 'ContentTime': ['144517.996000', '144518.000000', '144518.003000', '144518.006000', '144518.009000', '144518.011000', '144518.014000', '144518.016000', '144518.019000', '144518.022000', '144518.024000', '144518.027000', '144518.029000', '144518.032000', '144518.034000', '144518.037000', '144518.039000', '144518.045000', '144518.048000', '144518.050000', '144518.053000', '144518.055000', '144518.060000', '144518.063000', '144518.066000', '144518.068000', '144518.071000', '144518.073000', '144518.076000', '144518.078000', '144518.081000', '144537.959000', '144537.961000', '144537.964000', '144537.967000', '144537.969000', '144537.972000', '144537.974000', '144537.977000', '144537.979000', '144537.982000', '144537.985000', '144537.987000', '144537.990000', '144537.992000', '144537.995000', '144537.998000', '144538.001000', '144538.004000', '144538.006000', '144538.018000', '144538.020000', '144538.023000', '144538.025000', '144538.028000', '144538.030000', '144538.033000', '144538.036000', '144538.038000', '144538.041000', '144538.043000', '144538.046000', '144538.048000', '144538.051000', '144538.054000', '144538.056000', '144538.059000', '144538.061000', '144538.064000', '144538.067000', '144538.069000', '144538.072000', '144538.074000', '144538.077000', '144538.080000', '144557.959000', '144557.961000', '144557.964000', '144557.967000', '144557.969000', '144557.972000', '144557.979000', '144557.982000', '144557.985000', '144557.987000', '144557.990000', '144557.992000', '144557.995000', '144557.998000', '144558.001000', '144558.004000', '144558.006000', '144558.009000', '144558.012000', '144558.014000', '144558.017000', '144558.019000', '144558.022000', '144558.025000', '144558.027000', '144558.030000', '144558.032000', '144558.035000', '144558.038000', '144558.040000', '144558.043000', '144558.045000', '144558.048000', '144558.051000', '144558.053000', '144558.056000', '144558.058000', '144558.061000', '144558.064000', '144558.066000', '144558.069000', '144558.071000', '144558.074000', '144617.959000', '144617.961000', '144617.964000', '144617.967000', '144617.969000', '144617.972000', '144617.974000', '144617.977000', '144617.979000', '144617.982000', '144617.985000', '144617.987000', '144617.990000', '144617.993000', '144617.995000', '144617.998000', '144618.016000', '144618.019000', '144618.022000', '144618.024000', '144618.027000', '144618.030000', '144618.032000', '144618.035000', '144618.038000', '144618.040000', '144618.043000', '144618.045000', '144618.048000', '144618.051000', '144618.053000', '144618.056000', '144618.059000', '144618.062000', '144618.064000', '144618.067000', '144618.070000', '144618.083000', '144618.085000', '144618.088000', '144618.091000', '144618.093000', '144618.096000', '144637.958000', '144637.961000', '144637.964000', '144637.966000', '144637.969000', '144637.972000', '144637.974000', '144637.977000', '144637.980000', '144637.982000', '144637.985000', '144637.987000', '144637.990000', '144637.993000', '144637.995000', '144637.998000', '144638.001000', '144638.004000', '144638.007000', '144638.009000', '144638.012000', '144638.014000', '144638.017000', '144638.019000', '144638.022000', '144638.025000', '144638.027000', '144638.030000', '144638.032000', '144638.035000', '144638.038000', '144638.040000', '144638.043000', '144638.045000', '144638.048000', '144638.050000', '144638.053000', '144638.056000', '144638.058000', '144638.061000', '144638.063000', '144638.066000', '144638.069000', '144638.071000', '144657.959000', '144657.961000', '144657.964000', '144657.967000', '144657.969000', '144657.972000', '144657.975000', '144657.977000', '144657.980000', '144657.983000', '144657.985000', '144657.988000', '144657.990000', '144657.993000', '144657.996000', '144657.998000', '144658.002000', '144658.004000', '144658.007000', '144658.010000', '144658.012000', '144658.015000', '144658.018000', '144658.020000', '144658.023000', '144658.025000', '144658.028000', '144658.031000', '144658.033000', '144658.036000', '144658.039000', '144658.041000', '144658.044000', '144658.047000', '144658.049000', '144658.052000', '144658.055000', '144658.057000', '144658.060000', '144658.063000', '144658.065000', '144658.068000', '144658.070000', '144717.958000', '144717.961000', '144717.964000', '144717.967000', '144717.969000', '144717.972000', '144717.974000', '144717.977000', '144717.980000', '144717.982000', '144717.985000', '144717.987000', '144717.990000', '144717.993000', '144717.995000', '144717.998000', '144718.000000', '144718.003000', '144718.005000', '144718.008000', '144718.011000', '144718.013000', '144718.016000', '144718.018000', '144718.021000', '144718.024000', '144718.026000', '144718.029000', '144718.032000', '144718.034000', '144718.037000', '144718.039000', '144718.042000', '144718.045000', '144718.047000', '144718.050000', '144718.053000', '144718.055000', '144718.058000', '144718.061000', '144718.063000', '144718.066000', '144718.069000', '144718.071000', '144737.958000', '144737.961000', '144737.964000', '144737.967000', '144737.969000', '144737.972000', '144737.974000', '144737.977000', '144737.979000', '144737.982000', '144737.985000', '144737.987000', '144737.990000', '144737.992000', '144737.995000', '144737.997000', '144738.001000', '144738.004000', '144738.006000', '144738.009000', '144738.012000', '144738.014000', '144738.017000', '144738.019000', '144738.022000', '144738.025000', '144738.027000', '144738.030000', '144738.032000', '144738.035000', '144738.038000', '144738.040000', '144738.043000', '144738.046000', '144738.049000', '144738.052000', '144738.054000', '144738.057000', '144738.060000', '144738.062000', '144738.065000', '144738.067000', '144738.070000', '144757.958000', '144757.961000', '144757.964000', '144757.966000', '144757.969000', '144757.972000', '144757.974000', '144757.977000', '144757.979000', '144757.982000', '144757.985000', '144757.987000', '144757.990000', '144757.992000', '144757.995000', '144757.998000', '144758.001000', '144758.004000', '144758.006000', '144758.009000', '144758.011000', '144758.014000', '144758.017000', '144758.019000', '144758.022000', '144758.024000', '144758.027000', '144758.030000', '144758.039000', '144758.042000', '144758.044000', '144758.047000', '144758.050000', '144758.062000', '144758.065000', '144758.067000', '144758.070000', '144758.073000', '144758.075000', '144758.078000', '144758.081000', '144758.083000', '144758.086000', '144758.088000', '144817.958000', '144817.961000', '144817.964000', '144817.967000', '144817.969000', '144817.972000', '144817.975000', '144817.977000', '144817.980000', '144817.982000', '144817.985000', '144817.988000', '144817.990000', '144817.993000', '144817.995000', '144817.998000', '144818.002000', '144818.005000', '144818.008000', '144818.011000', '144818.013000', '144818.016000', '144818.019000', '144818.021000', '144818.024000', '144818.027000', '144818.029000', '144818.032000', '144818.034000', '144818.037000', '144818.040000', '144818.042000', '144818.045000', '144818.048000', '144818.050000', '144818.053000', '144818.056000', '144818.058000', '144818.061000', '144818.063000', '144818.066000', '144818.069000', '144818.071000', '144837.959000', '144837.962000', '144837.964000', '144837.967000', '144837.970000', '144837.972000', '144837.975000', '144837.978000', '144837.981000', '144837.984000', '144837.986000', '144837.989000', '144837.991000', '144837.994000', '144837.997000', '144838.000000', '144838.003000', '144838.006000', '144838.008000', '144838.011000', '144838.013000', '144838.016000', '144838.018000', '144838.021000', '144838.024000', '144838.026000', '144838.029000', '144838.031000', '144838.034000', '144838.036000', '144838.039000', '144838.042000', '144838.044000', '144838.047000', '144838.049000', '144838.052000', '144838.055000', '144838.057000', '144838.060000', '144838.062000', '144838.065000', '144838.068000', '144838.070000', '144838.073000', '144857.958000', '144857.962000', '144857.964000', '144857.967000', '144857.969000', '144857.972000', '144857.975000', '144857.977000', '144857.980000', '144857.983000', '144857.985000', '144857.988000', '144857.990000', '144857.993000', '144857.996000', '144857.998000', '144858.002000', '144858.004000', '144858.007000', '144858.010000', '144858.012000', '144858.015000', '144858.018000', '144858.020000', '144858.023000', '144858.025000', '144858.028000', '144858.031000', '144858.033000', '144858.036000', '144858.039000', '144858.042000', '144858.044000', '144858.047000', '144858.050000', '144858.052000', '144858.055000', '144858.058000', '144858.060000', '144858.063000', '144858.066000', '144858.069000', '144858.072000', '144917.957000', '144917.960000', '144917.963000', '144917.966000', '144917.969000', '144917.971000', '144917.974000', '144917.976000', '144917.979000', '144917.982000', '144917.984000', '144917.987000', '144917.989000', '144917.992000', '144917.995000', '144917.997000', '144918.001000', '144918.004000', '144918.006000', '144918.009000', '144918.012000', '144918.014000', '144918.017000', '144918.019000', '144918.022000', '144918.025000', '144918.031000', '144918.034000', '144918.036000', '144918.039000', '144918.042000', '144918.044000', '144918.047000', '144918.049000', '144918.053000', '144918.056000', '144918.058000', '144918.061000', '144918.064000', '144918.066000', '144918.069000', '144918.071000', '144918.074000', '144918.077000', '144937.959000', '144937.962000', '144937.964000', '144937.967000', '144937.970000', '144937.972000', '144937.975000', '144937.978000', '144937.980000', '144937.983000', '144937.985000', '144937.988000', '144937.991000', '144937.993000', '144938.009000', '144938.012000', '144938.015000', '144938.017000', '144938.020000', '144938.023000', '144938.025000', '144938.028000', '144938.031000', '144938.033000', '144938.036000', '144938.038000', '144938.041000', '144938.044000', '144938.047000', '144938.049000', '144938.052000', '144938.054000', '144938.057000', '144938.060000', '144938.063000', '144938.066000', '144938.069000', '144938.072000', '144938.074000', '144938.077000', '144938.080000', '144938.082000', '144938.085000', '144957.958000', '144957.961000', '144957.964000', '144957.967000', '144957.969000', '144957.972000', '144957.974000', '144957.977000', '144957.979000', '144957.982000', '144957.985000', '144957.987000', '144957.990000', '144957.992000', '144957.995000', '144957.998000', '144958.001000', '144958.004000', '144958.006000', '144958.009000', '144958.012000', '144958.014000', '144958.017000', '144958.019000', '144958.022000', '144958.025000', '144958.027000', '144958.030000', '144958.032000', '144958.035000', '144958.038000', '144958.040000', '144958.043000', '144958.046000', '144958.048000', '144958.051000', '144958.053000', '144958.056000', '144958.059000', '144958.061000', '144958.064000', '144958.067000', '144958.069000', '144958.072000', '145017.958000', '145017.961000', '145017.964000', '145017.967000', '145017.969000', '145017.972000', '145017.975000', '145017.977000', '145017.980000', '145017.983000', '145017.985000', '145017.988000', '145017.990000', '145017.993000', '145017.996000', '145017.998000', '145018.002000', '145018.004000', '145018.007000', '145018.010000', '145018.012000', '145018.015000', '145018.017000', '145018.020000', '145018.023000', '145018.025000', '145018.028000', '145018.031000', '145018.033000', '145018.036000', '145018.039000', '145018.041000', '145018.044000', '145018.046000', '145018.049000', '145018.052000', '145018.054000', '145018.057000', '145018.059000', '145018.062000', '145018.065000', '145018.067000', '145018.070000', '145037.959000', '145037.961000', '145037.964000', '145037.967000', '145037.969000', '145037.972000', '145037.975000', '145037.977000', '145037.980000', '145037.982000', '145037.987000', '145037.990000', '145037.992000', '145037.995000', '145037.998000', '145038.001000', '145038.004000', '145038.006000', '145038.009000', '145038.012000', '145038.014000', '145038.017000', '145038.019000', '145038.023000', '145038.025000', '145038.028000', '145038.031000', '145038.033000', '145038.036000', '145038.039000', '145038.041000', '145038.044000', '145038.047000', '145038.049000', '145038.052000', '145038.054000', '145038.057000', '145038.060000', '145038.062000', '145038.065000', '145038.067000', '145038.070000', '145038.073000', '145038.075000', '145057.959000', '145057.961000', '145057.964000', '145057.967000', '145057.969000', '145057.972000', '145057.974000', '145057.977000', '145057.979000', '145057.982000', '145057.985000', '145057.987000', '145057.990000', '145057.993000', '145057.995000', '145057.998000', '145058.001000', '145058.004000', '145058.007000', '145058.009000', '145058.012000', '145058.014000', '145058.017000', '145058.020000', '145058.034000', '145058.036000', '145058.039000', '145058.042000', '145058.044000', '145058.047000', '145058.049000', '145058.052000', '145058.054000', '145058.057000', '145058.060000', '145058.062000', '145058.065000', '145058.067000', '145058.070000', '145058.073000', '145058.075000', '145058.078000', '145058.080000', '145117.959000', '145117.962000', '145117.964000', '145117.967000', '145117.969000', '145117.972000', '145117.975000', '145117.977000', '145117.980000', '145117.983000', '145117.985000', '145117.988000', '145117.991000', '145117.993000', '145117.996000', '145117.998000', '145118.002000', '145118.005000', '145118.008000', '145118.011000', '145118.014000', '145118.016000', '145118.019000', '145118.021000', '145118.024000', '145118.027000', '145118.029000', '145118.032000', '145118.035000', '145118.037000', '145118.040000', '145118.042000', '145118.045000', '145118.048000', '145118.050000', '145118.053000', '145118.055000', '145118.058000', '145118.061000', '145118.063000', '145118.066000', '145118.068000', '145118.071000', '145118.074000', '145137.958000', '145137.960000', '145137.963000', '145137.966000', '145137.968000', '145137.971000', '145137.973000', '145137.976000', '145137.979000', '145137.981000', '145137.984000', '145137.986000', '145137.989000', '145137.992000', '145137.994000', '145137.997000', '145138.001000', '145138.003000', '145138.006000', '145138.009000', '145138.011000', '145138.014000', '145138.016000', '145138.019000', '145138.022000', '145138.024000', '145138.027000', '145138.029000', '145138.032000', '145138.035000', '145138.037000', '145138.040000', '145138.043000', '145138.045000', '145138.048000', '145138.050000', '145138.053000', '145138.056000', '145138.058000', '145138.061000', '145138.064000', '145138.066000', '145138.069000', '145157.959000', '145157.961000', '145157.964000', '145157.967000', '145157.969000', '145157.972000', '145157.974000', '145157.977000', '145157.980000', '145157.982000', '145157.985000', '145157.987000', '145157.990000', '145157.993000', '145157.996000', '145157.998000', '145158.001000', '145158.004000', '145158.006000', '145158.009000', '145158.012000', '145158.014000', '145158.017000', '145158.019000', '145158.022000', '145158.025000', '145158.027000', '145158.030000', '145158.033000', '145158.035000', '145158.038000', '145158.040000', '145158.043000', '145158.046000', '145158.048000', '145158.051000', '145158.054000', '145158.056000', '145158.059000', '145158.061000', '145158.064000', '145158.067000', '145158.069000', '145158.072000', '145217.959000', '145217.961000', '145217.964000', '145217.967000', '145217.969000', '145217.972000', '145217.974000', '145217.977000', '145217.980000', '145217.982000', '145217.985000', '145217.988000', '145217.990000', '145217.993000', '145217.995000', '145217.998000', '145218.002000', '145218.004000', '145218.007000', '145218.009000', '145218.012000', '145218.015000', '145218.017000', '145218.020000', '145218.022000', '145218.025000', '145218.028000', '145218.031000', '145218.033000', '145218.036000', '145218.039000', '145218.042000', '145218.044000', '145218.047000', '145218.049000', '145218.067000', '145218.069000', '145218.072000', '145218.075000', '145218.077000', '145218.080000', '145218.083000', '145218.085000', '145237.959000', '145237.961000', '145237.964000', '145237.968000', '145237.970000', '145237.973000', '145237.976000', '145237.978000', '145237.981000', '145237.983000', '145237.986000', '145237.989000', '145237.991000', '145237.994000', '145237.997000', '145238.000000', '145238.003000', '145238.006000', '145238.008000', '145238.011000', '145238.013000', '145238.016000', '145238.019000', '145238.022000', '145238.028000', '145238.031000', '145238.034000', '145238.036000', '145238.039000', '145238.042000', '145238.045000', '145238.047000', '145238.050000', '145238.053000', '145238.055000', '145238.058000', '145238.061000', '145238.063000', '145238.066000', '145238.068000', '145238.071000', '145238.073000', '145238.076000', '145238.079000', '145257.959000', '145257.961000', '145257.964000', '145257.967000', '145257.970000', '145257.972000', '145257.975000', '145257.978000', '145257.980000', '145257.983000', '145257.985000', '145257.988000', '145257.991000', '145257.993000', '145257.996000', '145258.000000', '145258.002000', '145258.005000', '145258.007000', '145258.010000', '145258.013000', '145258.015000', '145258.018000', '145258.021000', '145258.023000', '145258.026000', '145258.028000', '145258.031000', '145258.034000', '145258.036000', '145258.039000', '145258.042000', '145258.044000', '145258.047000', '145258.049000', '145258.052000', '145258.055000', '145258.057000', '145258.060000', '145258.063000', '145258.065000', '145258.068000', '145258.071000', '145317.959000', '145317.961000', '145317.964000', '145317.967000', '145317.969000', '145317.972000', '145317.975000', '145317.977000', '145317.980000', '145317.982000', '145317.985000', '145317.987000', '145317.990000', '145317.993000', '145317.995000', '145317.998000', '145318.001000', '145318.003000', '145318.006000', '145318.009000', '145318.011000', '145318.014000', '145318.016000', '145318.026000', '145318.029000', '145318.031000', '145318.034000', '145318.036000', '145318.039000', '145318.042000', '145318.044000', '145318.047000', '145318.049000', '145318.052000', '145318.055000', '145318.057000', '145318.060000', '145318.062000', '145318.065000', '145318.068000', '145318.070000', '145318.073000', '145318.076000', '145318.078000', '145337.959000', '145337.961000', '145337.964000', '145337.967000', '145337.969000', '145337.972000', '145337.974000', '145337.977000', '145337.980000', '145337.982000', '145337.985000', '145337.987000', '145337.990000', '145337.993000', '145337.995000', '145337.998000', '145338.002000', '145338.004000', '145338.007000', '145338.010000', '145338.012000', '145338.015000', '145338.017000', '145338.020000', '145338.023000', '145338.025000', '145338.028000', '145338.030000', '145338.033000', '145338.036000', '145338.038000', '145338.041000', '145338.055000', '145338.058000', '145338.060000', '145338.063000', '145338.065000', '145338.068000', '145338.070000', '145338.073000', '145338.076000', '145338.078000', '145338.081000', '145357.958000', '145357.961000', '145357.963000', '145357.966000', '145357.968000', '145357.971000', '145357.974000', '145357.976000', '145357.979000', '145357.982000', '145357.984000', '145357.987000', '145357.989000', '145357.992000', '145357.995000', '145357.997000', '145358.001000', '145358.004000', '145358.007000', '145358.010000', '145358.012000', '145358.015000', '145358.018000', '145358.020000', '145358.023000', '145358.025000', '145358.028000', '145358.030000', '145358.033000', '145358.036000', '145358.038000', '145358.041000', '145358.043000', '145358.046000', '145358.049000', '145358.051000', '145358.054000', '145358.056000', '145358.059000', '145358.062000', '145358.064000', '145358.067000', '145358.070000', '145417.959000', '145417.962000', '145417.964000', '145417.967000', '145417.969000', '145417.972000', '145417.975000', '145417.977000', '145417.980000', '145417.983000', '145417.985000', '145417.988000', '145417.990000', '145417.993000', '145417.995000', '145417.998000', '145418.001000', '145418.003000', '145418.006000', '145418.009000', '145418.011000', '145418.014000', '145418.016000', '145418.019000', '145418.021000', '145418.024000', '145418.027000', '145418.029000', '145418.032000', '145418.034000', '145418.037000', '145418.040000', '145418.042000', '145418.045000', '145418.048000', '145418.050000', '145418.053000', '145418.056000', '145418.058000', '145418.061000', '145418.063000', '145418.066000', '145418.069000', '145418.071000', '145437.959000', '145437.962000', '145437.964000', '145437.967000', '145437.970000', '145437.972000', '145437.975000', '145437.978000', '145437.980000', '145437.983000', '145437.986000', '145437.988000', '145437.991000', '145437.993000', '145437.996000', '145438.000000', '145438.002000', '145438.005000', '145438.007000', '145438.010000', '145438.012000', '145438.015000', '145438.018000', '145438.020000', '145438.023000', '145438.025000', '145438.028000', '145438.031000', '145438.033000', '145438.036000', '145438.038000', '145438.041000', '145438.044000', '145438.046000', '145438.049000', '145438.051000', '145438.054000', '145438.056000', '145438.059000', '145438.062000', '145438.064000', '145438.067000', '145438.069000', '145457.959000', '145457.962000', '145457.964000', '145457.967000', '145457.970000', '145457.972000', '145457.975000', '145457.977000', '145457.980000', '145457.983000', '145457.985000', '145457.988000', '145457.990000', '145457.993000', '145457.996000', '145458.006000', '145458.008000', '145458.011000', '145458.014000', '145458.016000', '145458.019000', '145458.022000', '145458.024000', '145458.027000', '145458.029000', '145458.032000', '145458.035000', '145458.037000', '145458.040000', '145458.043000', '145458.045000', '145458.048000', '145458.050000', '145458.053000', '145458.056000', '145458.058000', '145458.061000', '145458.063000', '145458.066000', '145458.068000', '145458.071000', '145458.074000', '145458.076000', '145458.079000', '145517.534000', '145517.537000', '145517.540000', '145517.543000', '145517.545000', '145517.548000', '145517.551000', '145517.554000', '145517.556000', '145517.559000', '145517.562000', '145517.564000', '145517.567000', '145517.570000', '145517.572000', '145517.575000', '145517.578000', '145517.580000', '145517.583000', '145517.586000', '145517.589000', '145517.591000', '145517.594000', '145517.597000', '145517.599000', '145517.602000', '145517.604000', '145517.607000', '145517.610000', '145517.613000', '145517.620000', '145517.626000', '145517.629000', '145517.632000', '145517.635000', '145517.637000', '145517.640000', '145517.643000', '145517.646000', '145517.649000', '145517.652000', '145517.655000', '145517.658000'], 'InstanceCreationTime': ['144517.996000', '144518.000000', '144518.003000', '144518.006000', '144518.009000', '144518.011000', '144518.014000', '144518.016000', '144518.019000', '144518.022000', '144518.024000', '144518.027000', '144518.029000', '144518.032000', '144518.034000', '144518.037000', '144518.039000', '144518.045000', '144518.048000', '144518.050000', '144518.053000', '144518.055000', '144518.060000', '144518.063000', '144518.066000', '144518.068000', '144518.071000', '144518.073000', '144518.076000', '144518.078000', '144518.081000', '144537.959000', '144537.961000', '144537.964000', '144537.967000', '144537.969000', '144537.972000', '144537.974000', '144537.977000', '144537.979000', '144537.982000', '144537.985000', '144537.987000', '144537.990000', '144537.992000', '144537.995000', '144537.998000', '144538.001000', '144538.004000', '144538.006000', '144538.018000', '144538.020000', '144538.023000', '144538.025000', '144538.028000', '144538.030000', '144538.033000', '144538.036000', '144538.038000', '144538.041000', '144538.043000', '144538.046000', '144538.048000', '144538.051000', '144538.054000', '144538.056000', '144538.059000', '144538.061000', '144538.064000', '144538.067000', '144538.069000', '144538.072000', '144538.074000', '144538.077000', '144538.080000', '144557.959000', '144557.961000', '144557.964000', '144557.967000', '144557.969000', '144557.972000', '144557.979000', '144557.982000', '144557.985000', '144557.987000', '144557.990000', '144557.992000', '144557.995000', '144557.998000', '144558.001000', '144558.004000', '144558.006000', '144558.009000', '144558.012000', '144558.014000', '144558.017000', '144558.019000', '144558.022000', '144558.025000', '144558.027000', '144558.030000', '144558.032000', '144558.035000', '144558.038000', '144558.040000', '144558.043000', '144558.045000', '144558.048000', '144558.051000', '144558.053000', '144558.056000', '144558.058000', '144558.061000', '144558.064000', '144558.066000', '144558.069000', '144558.071000', '144558.074000', '144617.959000', '144617.961000', '144617.964000', '144617.967000', '144617.969000', '144617.972000', '144617.974000', '144617.977000', '144617.979000', '144617.982000', '144617.985000', '144617.987000', '144617.990000', '144617.993000', '144617.995000', '144617.998000', '144618.016000', '144618.019000', '144618.022000', '144618.024000', '144618.027000', '144618.030000', '144618.032000', '144618.035000', '144618.038000', '144618.040000', '144618.043000', '144618.045000', '144618.048000', '144618.051000', '144618.053000', '144618.056000', '144618.059000', '144618.062000', '144618.064000', '144618.067000', '144618.070000', '144618.083000', '144618.085000', '144618.088000', '144618.091000', '144618.093000', '144618.096000', '144637.958000', '144637.961000', '144637.964000', '144637.966000', '144637.969000', '144637.972000', '144637.974000', '144637.977000', '144637.980000', '144637.982000', '144637.985000', '144637.987000', '144637.990000', '144637.993000', '144637.995000', '144637.998000', '144638.001000', '144638.004000', '144638.007000', '144638.009000', '144638.012000', '144638.014000', '144638.017000', '144638.019000', '144638.022000', '144638.025000', '144638.027000', '144638.030000', '144638.032000', '144638.035000', '144638.038000', '144638.040000', '144638.043000', '144638.045000', '144638.048000', '144638.050000', '144638.053000', '144638.056000', '144638.058000', '144638.061000', '144638.063000', '144638.066000', '144638.069000', '144638.071000', '144657.959000', '144657.961000', '144657.964000', '144657.967000', '144657.969000', '144657.972000', '144657.975000', '144657.977000', '144657.980000', '144657.983000', '144657.985000', '144657.988000', '144657.990000', '144657.993000', '144657.996000', '144657.998000', '144658.002000', '144658.004000', '144658.007000', '144658.010000', '144658.012000', '144658.015000', '144658.018000', '144658.020000', '144658.023000', '144658.025000', '144658.028000', '144658.031000', '144658.033000', '144658.036000', '144658.039000', '144658.041000', '144658.044000', '144658.047000', '144658.049000', '144658.052000', '144658.055000', '144658.057000', '144658.060000', '144658.063000', '144658.065000', '144658.068000', '144658.070000', '144717.958000', '144717.961000', '144717.964000', '144717.967000', '144717.969000', '144717.972000', '144717.974000', '144717.977000', '144717.980000', '144717.982000', '144717.985000', '144717.987000', '144717.990000', '144717.993000', '144717.995000', '144717.998000', '144718.000000', '144718.003000', '144718.005000', '144718.008000', '144718.011000', '144718.013000', '144718.016000', '144718.018000', '144718.021000', '144718.024000', '144718.026000', '144718.029000', '144718.032000', '144718.034000', '144718.037000', '144718.039000', '144718.042000', '144718.045000', '144718.047000', '144718.050000', '144718.053000', '144718.055000', '144718.058000', '144718.061000', '144718.063000', '144718.066000', '144718.069000', '144718.071000', '144737.958000', '144737.961000', '144737.964000', '144737.967000', '144737.969000', '144737.972000', '144737.974000', '144737.977000', '144737.979000', '144737.982000', '144737.985000', '144737.987000', '144737.990000', '144737.992000', '144737.995000', '144737.997000', '144738.001000', '144738.004000', '144738.006000', '144738.009000', '144738.012000', '144738.014000', '144738.017000', '144738.019000', '144738.022000', '144738.025000', '144738.027000', '144738.030000', '144738.032000', '144738.035000', '144738.038000', '144738.040000', '144738.043000', '144738.046000', '144738.049000', '144738.052000', '144738.054000', '144738.057000', '144738.060000', '144738.062000', '144738.065000', '144738.067000', '144738.070000', '144757.958000', '144757.961000', '144757.964000', '144757.966000', '144757.969000', '144757.972000', '144757.974000', '144757.977000', '144757.979000', '144757.982000', '144757.985000', '144757.987000', '144757.990000', '144757.992000', '144757.995000', '144757.998000', '144758.001000', '144758.004000', '144758.006000', '144758.009000', '144758.011000', '144758.014000', '144758.017000', '144758.019000', '144758.022000', '144758.024000', '144758.027000', '144758.030000', '144758.039000', '144758.042000', '144758.044000', '144758.047000', '144758.050000', '144758.062000', '144758.065000', '144758.067000', '144758.070000', '144758.073000', '144758.075000', '144758.078000', '144758.081000', '144758.083000', '144758.086000', '144758.088000', '144817.958000', '144817.961000', '144817.964000', '144817.967000', '144817.969000', '144817.972000', '144817.975000', '144817.977000', '144817.980000', '144817.982000', '144817.985000', '144817.988000', '144817.990000', '144817.993000', '144817.995000', '144817.998000', '144818.002000', '144818.005000', '144818.008000', '144818.011000', '144818.013000', '144818.016000', '144818.019000', '144818.021000', '144818.024000', '144818.027000', '144818.029000', '144818.032000', '144818.034000', '144818.037000', '144818.040000', '144818.042000', '144818.045000', '144818.048000', '144818.050000', '144818.053000', '144818.056000', '144818.058000', '144818.061000', '144818.063000', '144818.066000', '144818.069000', '144818.071000', '144837.959000', '144837.962000', '144837.964000', '144837.967000', '144837.970000', '144837.972000', '144837.975000', '144837.978000', '144837.981000', '144837.984000', '144837.986000', '144837.989000', '144837.991000', '144837.994000', '144837.997000', '144838.000000', '144838.003000', '144838.006000', '144838.008000', '144838.011000', '144838.013000', '144838.016000', '144838.018000', '144838.021000', '144838.024000', '144838.026000', '144838.029000', '144838.031000', '144838.034000', '144838.036000', '144838.039000', '144838.042000', '144838.044000', '144838.047000', '144838.049000', '144838.052000', '144838.055000', '144838.057000', '144838.060000', '144838.062000', '144838.065000', '144838.068000', '144838.070000', '144838.073000', '144857.958000', '144857.962000', '144857.964000', '144857.967000', '144857.969000', '144857.972000', '144857.975000', '144857.977000', '144857.980000', '144857.983000', '144857.985000', '144857.988000', '144857.990000', '144857.993000', '144857.996000', '144857.998000', '144858.002000', '144858.004000', '144858.007000', '144858.010000', '144858.012000', '144858.015000', '144858.018000', '144858.020000', '144858.023000', '144858.025000', '144858.028000', '144858.031000', '144858.033000', '144858.036000', '144858.039000', '144858.042000', '144858.044000', '144858.047000', '144858.050000', '144858.052000', '144858.055000', '144858.058000', '144858.060000', '144858.063000', '144858.066000', '144858.069000', '144858.072000', '144917.957000', '144917.960000', '144917.963000', '144917.966000', '144917.969000', '144917.971000', '144917.974000', '144917.976000', '144917.979000', '144917.982000', '144917.984000', '144917.987000', '144917.989000', '144917.992000', '144917.995000', '144917.997000', '144918.001000', '144918.004000', '144918.006000', '144918.009000', '144918.012000', '144918.014000', '144918.017000', '144918.019000', '144918.022000', '144918.025000', '144918.031000', '144918.034000', '144918.036000', '144918.039000', '144918.042000', '144918.044000', '144918.047000', '144918.049000', '144918.053000', '144918.056000', '144918.058000', '144918.061000', '144918.064000', '144918.066000', '144918.069000', '144918.071000', '144918.074000', '144918.077000', '144937.959000', '144937.962000', '144937.964000', '144937.967000', '144937.970000', '144937.972000', '144937.975000', '144937.978000', '144937.980000', '144937.983000', '144937.985000', '144937.988000', '144937.991000', '144937.993000', '144938.009000', '144938.012000', '144938.015000', '144938.017000', '144938.020000', '144938.023000', '144938.025000', '144938.028000', '144938.031000', '144938.033000', '144938.036000', '144938.038000', '144938.041000', '144938.044000', '144938.047000', '144938.049000', '144938.052000', '144938.054000', '144938.057000', '144938.060000', '144938.063000', '144938.066000', '144938.069000', '144938.072000', '144938.074000', '144938.077000', '144938.080000', '144938.082000', '144938.085000', '144957.958000', '144957.961000', '144957.964000', '144957.967000', '144957.969000', '144957.972000', '144957.974000', '144957.977000', '144957.979000', '144957.982000', '144957.985000', '144957.987000', '144957.990000', '144957.992000', '144957.995000', '144957.998000', '144958.001000', '144958.004000', '144958.006000', '144958.009000', '144958.012000', '144958.014000', '144958.017000', '144958.019000', '144958.022000', '144958.025000', '144958.027000', '144958.030000', '144958.032000', '144958.035000', '144958.038000', '144958.040000', '144958.043000', '144958.046000', '144958.048000', '144958.051000', '144958.053000', '144958.056000', '144958.059000', '144958.061000', '144958.064000', '144958.067000', '144958.069000', '144958.072000', '145017.958000', '145017.961000', '145017.964000', '145017.967000', '145017.969000', '145017.972000', '145017.975000', '145017.977000', '145017.980000', '145017.983000', '145017.985000', '145017.988000', '145017.990000', '145017.993000', '145017.996000', '145017.998000', '145018.002000', '145018.004000', '145018.007000', '145018.010000', '145018.012000', '145018.015000', '145018.017000', '145018.020000', '145018.023000', '145018.025000', '145018.028000', '145018.031000', '145018.033000', '145018.036000', '145018.039000', '145018.041000', '145018.044000', '145018.046000', '145018.049000', '145018.052000', '145018.054000', '145018.057000', '145018.059000', '145018.062000', '145018.065000', '145018.067000', '145018.070000', '145037.959000', '145037.961000', '145037.964000', '145037.967000', '145037.969000', '145037.972000', '145037.975000', '145037.977000', '145037.980000', '145037.982000', '145037.987000', '145037.990000', '145037.992000', '145037.995000', '145037.998000', '145038.001000', '145038.004000', '145038.006000', '145038.009000', '145038.012000', '145038.014000', '145038.017000', '145038.019000', '145038.023000', '145038.025000', '145038.028000', '145038.031000', '145038.033000', '145038.036000', '145038.039000', '145038.041000', '145038.044000', '145038.047000', '145038.049000', '145038.052000', '145038.054000', '145038.057000', '145038.060000', '145038.062000', '145038.065000', '145038.067000', '145038.070000', '145038.073000', '145038.075000', '145057.959000', '145057.961000', '145057.964000', '145057.967000', '145057.969000', '145057.972000', '145057.974000', '145057.977000', '145057.979000', '145057.982000', '145057.985000', '145057.987000', '145057.990000', '145057.993000', '145057.995000', '145057.998000', '145058.001000', '145058.004000', '145058.007000', '145058.009000', '145058.012000', '145058.014000', '145058.017000', '145058.020000', '145058.034000', '145058.036000', '145058.039000', '145058.042000', '145058.044000', '145058.047000', '145058.049000', '145058.052000', '145058.054000', '145058.057000', '145058.060000', '145058.062000', '145058.065000', '145058.067000', '145058.070000', '145058.073000', '145058.075000', '145058.078000', '145058.080000', '145117.959000', '145117.962000', '145117.964000', '145117.967000', '145117.969000', '145117.972000', '145117.975000', '145117.977000', '145117.980000', '145117.983000', '145117.985000', '145117.988000', '145117.991000', '145117.993000', '145117.996000', '145117.998000', '145118.002000', '145118.005000', '145118.008000', '145118.011000', '145118.014000', '145118.016000', '145118.019000', '145118.021000', '145118.024000', '145118.027000', '145118.029000', '145118.032000', '145118.035000', '145118.037000', '145118.040000', '145118.042000', '145118.045000', '145118.048000', '145118.050000', '145118.053000', '145118.055000', '145118.058000', '145118.061000', '145118.063000', '145118.066000', '145118.068000', '145118.071000', '145118.074000', '145137.958000', '145137.960000', '145137.963000', '145137.966000', '145137.968000', '145137.971000', '145137.973000', '145137.976000', '145137.979000', '145137.981000', '145137.984000', '145137.986000', '145137.989000', '145137.992000', '145137.994000', '145137.997000', '145138.001000', '145138.003000', '145138.006000', '145138.009000', '145138.011000', '145138.014000', '145138.016000', '145138.019000', '145138.022000', '145138.024000', '145138.027000', '145138.029000', '145138.032000', '145138.035000', '145138.037000', '145138.040000', '145138.043000', '145138.045000', '145138.048000', '145138.050000', '145138.053000', '145138.056000', '145138.058000', '145138.061000', '145138.064000', '145138.066000', '145138.069000', '145157.959000', '145157.961000', '145157.964000', '145157.967000', '145157.969000', '145157.972000', '145157.974000', '145157.977000', '145157.980000', '145157.982000', '145157.985000', '145157.987000', '145157.990000', '145157.993000', '145157.996000', '145157.998000', '145158.001000', '145158.004000', '145158.006000', '145158.009000', '145158.012000', '145158.014000', '145158.017000', '145158.019000', '145158.022000', '145158.025000', '145158.027000', '145158.030000', '145158.033000', '145158.035000', '145158.038000', '145158.040000', '145158.043000', '145158.046000', '145158.048000', '145158.051000', '145158.054000', '145158.056000', '145158.059000', '145158.061000', '145158.064000', '145158.067000', '145158.069000', '145158.072000', '145217.959000', '145217.961000', '145217.964000', '145217.967000', '145217.969000', '145217.972000', '145217.974000', '145217.977000', '145217.980000', '145217.982000', '145217.985000', '145217.988000', '145217.990000', '145217.993000', '145217.995000', '145217.998000', '145218.002000', '145218.004000', '145218.007000', '145218.009000', '145218.012000', '145218.015000', '145218.017000', '145218.020000', '145218.022000', '145218.025000', '145218.028000', '145218.031000', '145218.033000', '145218.036000', '145218.039000', '145218.042000', '145218.044000', '145218.047000', '145218.049000', '145218.067000', '145218.069000', '145218.072000', '145218.075000', '145218.077000', '145218.080000', '145218.083000', '145218.085000', '145237.959000', '145237.961000', '145237.964000', '145237.968000', '145237.970000', '145237.973000', '145237.976000', '145237.978000', '145237.981000', '145237.983000', '145237.986000', '145237.989000', '145237.991000', '145237.994000', '145237.997000', '145238.000000', '145238.003000', '145238.006000', '145238.008000', '145238.011000', '145238.013000', '145238.016000', '145238.019000', '145238.022000', '145238.028000', '145238.031000', '145238.034000', '145238.036000', '145238.039000', '145238.042000', '145238.045000', '145238.047000', '145238.050000', '145238.053000', '145238.055000', '145238.058000', '145238.061000', '145238.063000', '145238.066000', '145238.068000', '145238.071000', '145238.073000', '145238.076000', '145238.079000', '145257.959000', '145257.961000', '145257.964000', '145257.967000', '145257.970000', '145257.972000', '145257.975000', '145257.978000', '145257.980000', '145257.983000', '145257.985000', '145257.988000', '145257.991000', '145257.993000', '145257.996000', '145258.000000', '145258.002000', '145258.005000', '145258.007000', '145258.010000', '145258.013000', '145258.015000', '145258.018000', '145258.021000', '145258.023000', '145258.026000', '145258.028000', '145258.031000', '145258.034000', '145258.036000', '145258.039000', '145258.042000', '145258.044000', '145258.047000', '145258.049000', '145258.052000', '145258.055000', '145258.057000', '145258.060000', '145258.063000', '145258.065000', '145258.068000', '145258.071000', '145317.959000', '145317.961000', '145317.964000', '145317.967000', '145317.969000', '145317.972000', '145317.975000', '145317.977000', '145317.980000', '145317.982000', '145317.985000', '145317.987000', '145317.990000', '145317.993000', '145317.995000', '145317.998000', '145318.001000', '145318.003000', '145318.006000', '145318.009000', '145318.011000', '145318.014000', '145318.016000', '145318.026000', '145318.029000', '145318.031000', '145318.034000', '145318.036000', '145318.039000', '145318.042000', '145318.044000', '145318.047000', '145318.049000', '145318.052000', '145318.055000', '145318.057000', '145318.060000', '145318.062000', '145318.065000', '145318.068000', '145318.070000', '145318.073000', '145318.076000', '145318.078000', '145337.959000', '145337.961000', '145337.964000', '145337.967000', '145337.969000', '145337.972000', '145337.974000', '145337.977000', '145337.980000', '145337.982000', '145337.985000', '145337.987000', '145337.990000', '145337.993000', '145337.995000', '145337.998000', '145338.002000', '145338.004000', '145338.007000', '145338.010000', '145338.012000', '145338.015000', '145338.017000', '145338.020000', '145338.023000', '145338.025000', '145338.028000', '145338.030000', '145338.033000', '145338.036000', '145338.038000', '145338.041000', '145338.055000', '145338.058000', '145338.060000', '145338.063000', '145338.065000', '145338.068000', '145338.070000', '145338.073000', '145338.076000', '145338.078000', '145338.081000', '145357.958000', '145357.961000', '145357.963000', '145357.966000', '145357.968000', '145357.971000', '145357.974000', '145357.976000', '145357.979000', '145357.982000', '145357.984000', '145357.987000', '145357.989000', '145357.992000', '145357.995000', '145357.997000', '145358.001000', '145358.004000', '145358.007000', '145358.010000', '145358.012000', '145358.015000', '145358.018000', '145358.020000', '145358.023000', '145358.025000', '145358.028000', '145358.030000', '145358.033000', '145358.036000', '145358.038000', '145358.041000', '145358.043000', '145358.046000', '145358.049000', '145358.051000', '145358.054000', '145358.056000', '145358.059000', '145358.062000', '145358.064000', '145358.067000', '145358.070000', '145417.959000', '145417.962000', '145417.964000', '145417.967000', '145417.969000', '145417.972000', '145417.975000', '145417.977000', '145417.980000', '145417.983000', '145417.985000', '145417.988000', '145417.990000', '145417.993000', '145417.995000', '145417.998000', '145418.001000', '145418.003000', '145418.006000', '145418.009000', '145418.011000', '145418.014000', '145418.016000', '145418.019000', '145418.021000', '145418.024000', '145418.027000', '145418.029000', '145418.032000', '145418.034000', '145418.037000', '145418.040000', '145418.042000', '145418.045000', '145418.048000', '145418.050000', '145418.053000', '145418.056000', '145418.058000', '145418.061000', '145418.063000', '145418.066000', '145418.069000', '145418.071000', '145437.959000', '145437.962000', '145437.964000', '145437.967000', '145437.970000', '145437.972000', '145437.975000', '145437.978000', '145437.980000', '145437.983000', '145437.986000', '145437.988000', '145437.991000', '145437.993000', '145437.996000', '145438.000000', '145438.002000', '145438.005000', '145438.007000', '145438.010000', '145438.012000', '145438.015000', '145438.018000', '145438.020000', '145438.023000', '145438.025000', '145438.028000', '145438.031000', '145438.033000', '145438.036000', '145438.038000', '145438.041000', '145438.044000', '145438.046000', '145438.049000', '145438.051000', '145438.054000', '145438.056000', '145438.059000', '145438.062000', '145438.064000', '145438.067000', '145438.069000', '145457.959000', '145457.962000', '145457.964000', '145457.967000', '145457.970000', '145457.972000', '145457.975000', '145457.977000', '145457.980000', '145457.983000', '145457.985000', '145457.988000', '145457.990000', '145457.993000', '145457.996000', '145458.006000', '145458.008000', '145458.011000', '145458.014000', '145458.016000', '145458.019000', '145458.022000', '145458.024000', '145458.027000', '145458.029000', '145458.032000', '145458.035000', '145458.037000', '145458.040000', '145458.043000', '145458.045000', '145458.048000', '145458.050000', '145458.053000', '145458.056000', '145458.058000', '145458.061000', '145458.063000', '145458.066000', '145458.068000', '145458.071000', '145458.074000', '145458.076000', '145458.079000', '145517.534000', '145517.537000', '145517.540000', '145517.543000', '145517.545000', '145517.548000', '145517.551000', '145517.554000', '145517.556000', '145517.559000', '145517.562000', '145517.564000', '145517.567000', '145517.570000', '145517.572000', '145517.575000', '145517.578000', '145517.580000', '145517.583000', '145517.586000', '145517.589000', '145517.591000', '145517.594000', '145517.597000', '145517.599000', '145517.602000', '145517.604000', '145517.607000', '145517.610000', '145517.613000', '145517.620000', '145517.626000', '145517.629000', '145517.632000', '145517.635000', '145517.637000', '145517.640000', '145517.643000', '145517.646000', '145517.649000', '145517.652000', '145517.655000', '145517.658000'], '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], 'LargestImagePixelValue': [12291, 7899, 9927, 10705, 8612, 11719, 8770, 10252, 8202, 8202, 11049, 8307, 9602, 10488, 8375, 12374, 7940, 8906, 12849, 8289, 10276, 9595, 8195, 13231, 7734, 9497, 10192, 8642, 10892, 8642, 8817, 7887, 8283, 9364, 7878, 8980, 11548, 8373, 10112, 7771, 8334, 10537, 8316, 9663, 12078, 8431, 12723, 8039, 9483, 12945, 8582, 10792, 9444, 7998, 12710, 8208, 9598, 11272, 8563, 10759, 8714, 8689, 13461, 8004, 9679, 10476, 8658, 11178, 8875, 8783, 13317, 8118, 9808, 9611, 8376, 11754, 8473, 10144, 11292, 8145, 9826, 9368, 8639, 11360, 8824, 10502, 7874, 8415, 10862, 8523, 9731, 13453, 8226, 10651, 7397, 8260, 11583, 8278, 10130, 9284, 8559, 12332, 7877, 9619, 9596, 8556, 11743, 8338, 9799, 10178, 8237, 10658, 8619, 9221, 11954, 9171, 10433, 7718, 8001, 11672, 8254, 9832, 12783, 8289, 11475, 7883, 8950, 11841, 8405, 10579, 8883, 9054, 11799, 8009, 9903, 9319, 8450, 11777, 8556, 10064, 8273, 8082, 11118, 8105, 8885, 11945, 8812, 10156, 7566, 8031, 11313, 7906, 9423, 14520, 8683, 10974, 7821, 8478, 11674, 8105, 10090, 11660, 7953, 11113, 7787, 8538, 12085, 8130, 10171, 9840, 7948, 12176, 7555, 9354, 11527, 8373, 11038, 9294, 8651, 14379, 7657, 10141, 9378, 8148, 11667, 8556, 9994, 10335, 7967, 10271, 9482, 8803, 11152, 8097, 10336, 8121, 7556, 10967, 8316, 9494, 12239, 7698, 11575, 7770, 8743, 12042, 8437, 10271, 9290, 8165, 12538, 7445, 9812, 10222, 7675, 10935, 7131, 9222, 10626, 8430, 11078, 9199, 8876, 13028, 7530, 9651, 9438, 8314, 11886, 9199, 9912, 14038, 8036, 10658, 10468, 9604, 12293, 8940, 11065, 9996, 7819, 11137, 8891, 9794, 11728, 8479, 10849, 8262, 7693, 10883, 7959, 9125, 12485, 7688, 10579, 7302, 8419, 11537, 8109, 9806, 9561, 7699, 12005, 7330, 9449, 12373, 8176, 11196, 9068, 9345, 15121, 7476, 10566, 9830, 7840, 11576, 8623, 10537, 8746, 7465, 11282, 9236, 9343, 12208, 8876, 10270, 9903, 7687, 10511, 9280, 8706, 11960, 9078, 10548, 8548, 7597, 11131, 8753, 9480, 12330, 8870, 10681, 7685, 8279, 11924, 8263, 10394, 10528, 8531, 12552, 7216, 10078, 11209, 7978, 11531, 9256, 9238, 13809, 7250, 10686, 9450, 9409, 14464, 8514, 11589, 7354, 8825, 11996, 7833, 10200, 9356, 7641, 11937, 7288, 9736, 9995, 8218, 11658, 8961, 10382, 7461, 8695, 11933, 8092, 11205, 11676, 9168, 13846, 8197, 10591, 10553, 9093, 12387, 9224, 10585, 9649, 7692, 11518, 8244, 10209, 14744, 8739, 12649, 8071, 8571, 12107, 8307, 10706, 9228, 8072, 12560, 7701, 9923, 9993, 8179, 12128, 8584, 10641, 9636, 7766, 11406, 8299, 10203, 10099, 7778, 11723, 7822, 10697, 8167, 10842, 10347, 9428, 12956, 7888, 10667, 11876, 8441, 12538, 8124, 10907, 9343, 7671, 11908, 8296, 10695, 8403, 8133, 12374, 7704, 9892, 9305, 8576, 11909, 7569, 10028, 11969, 8284, 13036, 8404, 12118, 7303, 8335, 11437, 7313, 8969, 9208, 7542, 9866, 8828, 8718, 12724, 8525, 11972, 10387, 8003, 12128, 8616, 10925, 15618, 10338, 13414, 8704, 8852, 12693, 8176, 10498, 14156, 8009, 11320, 9305, 8543, 12334, 7253, 9422, 10311, 7822, 11457, 8662, 9311, 14248, 7684, 9980, 9389, 7563, 11712, 8324, 9763, 8048, 7638, 10929, 7490, 9392, 11945, 7777, 11135, 7898, 10172, 13431, 7631, 10283, 8978, 7938, 10766, 8167, 10240, 7643, 7412, 10976, 7583, 9297, 12978, 7936, 10896, 7039, 9164, 11866, 8254, 10608, 10622, 8506, 12131, 7805, 10363, 12427, 8070, 11454, 9006, 9910, 12526, 7832, 10903, 10556, 8126, 11837, 8854, 10373, 8514, 7546, 11573, 8466, 9256, 12314, 9063, 9904, 8974, 7688, 11019, 7524, 9103, 13275, 8569, 11556, 7148, 9188, 11798, 7550, 10351, 9648, 7828, 10912, 7184, 9321, 11148, 8025, 10966, 7960, 10328, 9897, 7990, 10971, 8592, 8976, 13620, 8092, 11473, 7478, 8832, 12362, 7905, 10894, 8889, 8734, 12380, 7935, 10345, 10622, 8455, 11795, 9060, 10541, 9665, 8207, 11442, 8181, 10185, 12895, 8910, 12325, 7819, 9933, 13395, 8082, 10732, 9061, 8598, 14109, 7579, 10349, 8696, 8306, 12922, 7824, 11238, 7630, 9171, 12451, 8170, 11053, 8443, 9139, 8470, 8358, 11690, 8374, 11121, 9807, 8539, 12746, 8544, 10357, 13871, 8479, 11737, 7950, 10680, 12936, 8619, 10676, 9007, 9652, 11213, 8133, 11475, 8295, 9465, 14057, 8603, 11237, 8167, 10187, 14486, 8688, 11376, 10546, 9078, 13921, 8148, 10834, 9446, 8681, 11927, 8427, 10081, 8104, 8565, 11041, 8356, 9269, 13852, 8743, 11151, 7777, 9173, 13414, 8617, 10975, 8823, 9706, 14168, 8156, 10904, 9569, 8626, 11699, 8823, 10688, 8014, 9096, 12190, 8202, 10987, 9817, 8725, 12276, 7908, 10515, 9323, 8606, 12114, 8887, 11100, 8035, 8068, 12155, 8396, 10469, 12872, 8875, 11143, 7784, 9374, 13852, 8140, 11044, 11000, 8309, 11844, 7605, 9971, 9329, 8408, 10795, 9054, 8683, 11513, 8171, 10830, 9569, 8330, 11130, 8193, 9602, 12959, 8653, 10473, 7802, 8392, 12265, 8143, 10457, 11004, 8494, 11785, 7828, 9061, 12036, 7952, 10688, 10563, 8332, 11210, 7800, 9104, 12013, 8067, 10741, 11348, 8037, 11282, 7548, 9069, 12052, 7612, 10676, 10851, 8839, 12421, 7239, 9463, 12269, 8242, 11050, 12743, 8702, 12499, 7804, 9762, 12659, 7852, 11161, 9275, 8354, 12149, 7500, 10183, 12235, 8113, 11262, 9479, 8424, 12054, 7477, 10109, 9729, 7936, 11613, 8253, 10126, 12048, 7741, 10354, 9091, 8551, 11659, 8515, 11077, 8728, 8022, 11896, 8114, 11037, 9645, 10329, 13977, 9454, 10579, 10656, 7594, 9839, 8501, 7602, 10946, 7566, 8478, 12092, 7953, 10323, 12160, 9330, 11183, 10454, 9353, 12967, 9559, 11574, 13801, 9682, 12052, 9880, 9008, 13057, 7740, 10216, 12429, 8493, 10833, 8631, 8567, 11274, 7833, 10232, 11648, 7478, 10511, 8897, 8054, 11957, 8852, 9907, 7988, 7925, 11356, 7316, 10097, 12262, 8588, 11023, 7732, 9945, 12096, 7980, 11340, 9621, 8669, 11918, 7960, 10702, 10646, 7625, 11597, 8693, 10300, 11577, 7616, 11309, 8829, 8962, 12231, 8755, 11329, 8927, 8173, 12557, 8038, 9996, 12594, 7953, 11322, 9346, 8485, 12192, 8197, 10230, 10512, 7397, 12052, 8536, 9435, 8780, 7465, 11030, 9371, 7996, 11561, 9140, 10345, 7782, 7486, 11361, 8966, 10726, 13240, 8755, 11352, 7882, 9577, 11912, 8044, 11394, 10422, 8136, 11837, 7829, 10125, 12999, 7695, 11475, 9915, 8118, 11783, 8072, 10032, 12397, 7813, 11273, 9604, 9222, 12665, 7964, 10902, 9898, 7749, 11749, 8881, 10028, 12797, 7687, 11050, 9429, 8009, 12033, 8765, 10182, 11116, 7485, 11229, 9301, 8068, 11770, 9128, 10107, 8218, 7315, 11064, 8713, 9183, 11951, 9404, 11316, 9387, 7781, 11630, 7716, 10188, 13406, 9218, 11137, 8042, 8449, 12385, 8202, 10826, 13407, 8517, 10947, 8100, 7789, 11485, 7669, 10230, 8610, 7650, 11651, 7563, 10185, 11828, 7648, 11298, 8322, 9409, 14002, 7880, 10660, 10142, 7978, 11597, 9007, 11232, 9293, 7809, 11992, 8703, 10611, 12269, 9247, 11227, 8495, 7968, 12289, 8013, 10605, 13809, 9015, 11166, 8306, 7912, 11725, 7696, 10287, 12936, 8768, 11270, 8271, 8817, 12037, 8400, 10853, 11578, 8145, 11806, 8117, 9983, 12598, 8343, 11075, 10956, 8435, 11269, 8027, 9659, 12224, 7851, 11056, 10428, 8322, 11239, 8030, 9274, 12189, 8087, 10799, 10459, 7491, 11063, 7728, 9094, 11884, 8303, 10344, 9272, 7480, 11870, 7988, 9190, 11959, 8552, 10546, 8889, 7840, 11814, 7952, 9139, 11261, 7522, 10170, 7746, 10198, 8063, 9905, 13349, 8039, 11020, 7965, 9732, 14853, 8398, 10317, 11627, 8468, 11526, 7840, 10009, 8818, 7457, 11575, 8436, 9810, 8647, 7245, 11080, 8290, 9187, 11590, 9334, 10761, 8760, 10059, 7398, 8608, 12245, 8782, 8638, 10468, 8203, 8418, 8547, 12290, 7876, 11508, 10757, 10800, 13872, 9238, 12201, 9775, 11056, 14479, 9164, 13053, 10632, 12343, 8324, 7950, 12497, 7888, 10311, 8288, 7837, 12852, 8824, 11051, 7652, 8456, 12021, 7324, 10936, 7513, 9003, 12306, 8631, 11150, 7345, 9826, 10759, 7365, 11338, 8181, 9644, 9778, 8155, 11913, 7391, 10015, 7790, 7936, 12203, 9190, 10708, 7939, 8012, 11950, 7676, 10674, 8224, 9513, 9025, 7555, 11427, 8585, 8231, 11739, 9025, 10712, 7334, 9834, 12153, 7538, 11024, 8607, 8642, 11768, 8669, 11194, 7580, 8751, 12018, 7859, 11012, 8090, 9741, 8266, 7217, 11740, 7621, 9704, 12849, 8634, 10869, 7586, 10832, 8744, 7435, 11521, 7958, 9788, 9299, 7507, 12010, 7451, 9446, 12226, 7633, 11455, 8233, 10244, 8691, 7179, 11315, 7946, 9286, 12130, 9289, 10734, 7724, 8812, 12153, 8148, 10951, 8557, 8812, 11674, 7543, 10101, 8010, 7552, 11803, 8625, 10132, 8313, 7057, 11326, 7746, 9042, 12010, 9067, 10282, 8038, 7584, 11410, 7484, 10061, 7966, 8257, 11598, 7770, 10181, 9759, 7656, 11574, 8599, 9630, 11252, 7588, 11023, 8298, 8981, 11857, 8989, 11373, 8466, 7787, 11972, 7760, 10538, 12628, 9188, 11563, 7963, 9269, 12910, 8241, 11567, 8324, 9952, 8269, 7279, 11377, 8167, 8984, 12013, 9996, 10261, 8451, 7866, 12100, 8207, 10519, 12104, 9465, 11086, 7818, 9601, 13138, 8306, 11565, 9193, 9678, 12044, 7936, 10568, 11471, 7574, 11791, 8580, 9465, 12659, 7957, 10699, 8920, 7775, 12030, 8511, 9772, 11013, 7860], 'WindowCenter': [4374.0, 4306.0, 4327.0, 4323.0, 4300.0, 4330.0, 4288.0, 4308.0, 4274.0, 4277.0, 4315.0, 4287.0, 4298.0, 4306.0, 4287.0, 4325.0, 4275.0, 4287.0, 4325.0, 4288.0, 4308.0, 4296.0, 4288.0, 4326.0, 4267.0, 4298.0, 4307.0, 4298.0, 4318.0, 4288.0, 4287.0, 4276.0, 4287.0, 4297.0, 4279.0, 4299.0, 4329.0, 4291.0, 4309.0, 4277.0, 4288.0, 4316.0, 4288.0, 4308.0, 4338.0, 4288.0, 4326.0, 4276.0, 4296.0, 4325.0, 4286.0, 4305.0, 4296.0, 4276.0, 4325.0, 4275.0, 4295.0, 4315.0, 4286.0, 4306.0, 4284.0, 4276.0, 4323.0, 4264.0, 4294.0, 4303.0, 4287.0, 4316.0, 4285.0, 4287.0, 4324.0, 4275.0, 4295.0, 4284.0, 4286.0, 4315.0, 4276.0, 4305.0, 4302.0, 4263.0, 4295.0, 4296.0, 4288.0, 4314.0, 4286.0, 4304.0, 4263.0, 4276.0, 4305.0, 4285.0, 4297.0, 4325.0, 4276.0, 4305.0, 4255.0, 4276.0, 4314.0, 4287.0, 4306.0, 4285.0, 4286.0, 4315.0, 4265.0, 4294.0, 4283.0, 4287.0, 4317.0, 4275.0, 4295.0, 4292.0, 4274.0, 4305.0, 4274.0, 4297.0, 4315.0, 4297.0, 4304.0, 4252.0, 4265.0, 4303.0, 4275.0, 4307.0, 4324.0, 4276.0, 4304.0, 4264.0, 4285.0, 4314.0, 4275.0, 4306.0, 4284.0, 4286.0, 4313.0, 4264.0, 4295.0, 4284.0, 4276.0, 4316.0, 4276.0, 4297.0, 4273.0, 4275.0, 4315.0, 4264.0, 4287.0, 4314.0, 4284.0, 4294.0, 4254.0, 4264.0, 4305.0, 4265.0, 4297.0, 4335.0, 4276.0, 4306.0, 4265.0, 4275.0, 4304.0, 4264.0, 4306.0, 4315.0, 4275.0, 4305.0, 4265.0, 4286.0, 4314.0, 4276.0, 4306.0, 4305.0, 4277.0, 4316.0, 4266.0, 4295.0, 4315.0, 4275.0, 4305.0, 4296.0, 4286.0, 4334.0, 4264.0, 4295.0, 4283.0, 4266.0, 4316.0, 4274.0, 4294.0, 4293.0, 4265.0, 4295.0, 4295.0, 4296.0, 4316.0, 4276.0, 4305.0, 4264.0, 4266.0, 4316.0, 4287.0, 4298.0, 4327.0, 4266.0, 4317.0, 4266.0, 4287.0, 4326.0, 4287.0, 4308.0, 4296.0, 4278.0, 4325.0, 4266.0, 4309.0, 4318.0, 4277.0, 4316.0, 4257.0, 4297.0, 4305.0, 4287.0, 4319.0, 4297.0, 4300.0, 4338.0, 4279.0, 4308.0, 4296.0, 4300.0, 4328.0, 4297.0, 4308.0, 4335.0, 4265.0, 4306.0, 4317.0, 4308.0, 4325.0, 4287.0, 4306.0, 4294.0, 4264.0, 4304.0, 4286.0, 4307.0, 4314.0, 4273.0, 4304.0, 4274.0, 4265.0, 4303.0, 4276.0, 4297.0, 4325.0, 4267.0, 4305.0, 4254.0, 4277.0, 4315.0, 4278.0, 4308.0, 4297.0, 4265.0, 4314.0, 4255.0, 4297.0, 4324.0, 4289.0, 4318.0, 4286.0, 4297.0, 4334.0, 4255.0, 4305.0, 4294.0, 4278.0, 4316.0, 4286.0, 4307.0, 4274.0, 4266.0, 4316.0, 4284.0, 4297.0, 4316.0, 4286.0, 4306.0, 4292.0, 4254.0, 4294.0, 4283.0, 4286.0, 4314.0, 4286.0, 4305.0, 4273.0, 4263.0, 4304.0, 4274.0, 4296.0, 4314.0, 4284.0, 4304.0, 4253.0, 4275.0, 4314.0, 4276.0, 4307.0, 4304.0, 4287.0, 4313.0, 4254.0, 4296.0, 4305.0, 4277.0, 4316.0, 4285.0, 4285.0, 4323.0, 4254.0, 4295.0, 4294.0, 4285.0, 4333.0, 4276.0, 4304.0, 4254.0, 4287.0, 4314.0, 4278.0, 4307.0, 4297.0, 4267.0, 4315.0, 4256.0, 4297.0, 4296.0, 4278.0, 4316.0, 4300.0, 4308.0, 4256.0, 4288.0, 4315.0, 4280.0, 4320.0, 4318.0, 4299.0, 4325.0, 4276.0, 4306.0, 4305.0, 4286.0, 4317.0, 4286.0, 4305.0, 4283.0, 4264.0, 4305.0, 4277.0, 4295.0, 4336.0, 4274.0, 4314.0, 4251.0, 4273.0, 4303.0, 4273.0, 4294.0, 4283.0, 4264.0, 4313.0, 4254.0, 4295.0, 4294.0, 4265.0, 4315.0, 4276.0, 4304.0, 4282.0, 4254.0, 4316.0, 4275.0, 4294.0, 4293.0, 4265.0, 4314.0, 4266.0, 4305.0, 4278.0, 4317.0, 4308.0, 4299.0, 4325.0, 4266.0, 4307.0, 4317.0, 4275.0, 4315.0, 4264.0, 4304.0, 4272.0, 4253.0, 4313.0, 4264.0, 4296.0, 4265.0, 4265.0, 4312.0, 4253.0, 4295.0, 4284.0, 4274.0, 4303.0, 4253.0, 4294.0, 4304.0, 4265.0, 4325.0, 4277.0, 4316.0, 4255.0, 4274.0, 4303.0, 4243.0, 4274.0, 4284.0, 4265.0, 4296.0, 4287.0, 4290.0, 4327.0, 4276.0, 4317.0, 4292.0, 4263.0, 4303.0, 4263.0, 4295.0, 4322.0, 4283.0, 4313.0, 4249.0, 4261.0, 4299.0, 4248.0, 4279.0, 4309.0, 4251.0, 4291.0, 4259.0, 4260.0, 4298.0, 4228.0, 4270.0, 4279.0, 4252.0, 4301.0, 4259.0, 4272.0, 4309.0, 4241.0, 4280.0, 4269.0, 4254.0, 4303.0, 4263.0, 4284.0, 4252.0, 4253.0, 4303.0, 4253.0, 4286.0, 4327.0, 4267.0, 4305.0, 4264.0, 4307.0, 4323.0, 4266.0, 4294.0, 4298.0, 4279.0, 4305.0, 4276.0, 4307.0, 4267.0, 4269.0, 4317.0, 4280.0, 4311.0, 4339.0, 4278.0, 4307.0, 4258.0, 4299.0, 4316.0, 4290.0, 4309.0, 4307.0, 4289.0, 4316.0, 4267.0, 4309.0, 4328.0, 4280.0, 4318.0, 4288.0, 4298.0, 4326.0, 4265.0, 4306.0, 4306.0, 4279.0, 4317.0, 4287.0, 4296.0, 4273.0, 4254.0, 4305.0, 4265.0, 4286.0, 4315.0, 4285.0, 4295.0, 4284.0, 4266.0, 4305.0, 4266.0, 4298.0, 4326.0, 4289.0, 4316.0, 4256.0, 4298.0, 4316.0, 4268.0, 4308.0, 4297.0, 4278.0, 4307.0, 4258.0, 4299.0, 4318.0, 4279.0, 4319.0, 4279.0, 4309.0, 4307.0, 4277.0, 4318.0, 4300.0, 4300.0, 4339.0, 4279.0, 4318.0, 4267.0, 4299.0, 4327.0, 4278.0, 4318.0, 4298.0, 4289.0, 4327.0, 4279.0, 4320.0, 4318.0, 4290.0, 4317.0, 4299.0, 4308.0, 4296.0, 4277.0, 4317.0, 4277.0, 4308.0, 4327.0, 4288.0, 4326.0, 4267.0, 4308.0, 4326.0, 4278.0, 4308.0, 4287.0, 4287.0, 4335.0, 4266.0, 4307.0, 4299.0, 4290.0, 4339.0, 4279.0, 4318.0, 4278.0, 4299.0, 4338.0, 4300.0, 4328.0, 4301.0, 4299.0, 4288.0, 4289.0, 4328.0, 4291.0, 4330.0, 4319.0, 4288.0, 4328.0, 4288.0, 4309.0, 4350.0, 4278.0, 4329.0, 4278.0, 4308.0, 4325.0, 4286.0, 4319.0, 4298.0, 4309.0, 4317.0, 4276.0, 4317.0, 4277.0, 4309.0, 4348.0, 4289.0, 4316.0, 4275.0, 4307.0, 4335.0, 4288.0, 4318.0, 4306.0, 4287.0, 4324.0, 4264.0, 4305.0, 4283.0, 4287.0, 4316.0, 4275.0, 4296.0, 4263.0, 4274.0, 4305.0, 4274.0, 4299.0, 4336.0, 4287.0, 4314.0, 4264.0, 4285.0, 4324.0, 4289.0, 4318.0, 4287.0, 4297.0, 4324.0, 4264.0, 4306.0, 4295.0, 4288.0, 4316.0, 4298.0, 4307.0, 4264.0, 4286.0, 4315.0, 4289.0, 4319.0, 4296.0, 4287.0, 4314.0, 4264.0, 4306.0, 4285.0, 4287.0, 4316.0, 4286.0, 4306.0, 4262.0, 4265.0, 4314.0, 4275.0, 4306.0, 4324.0, 4286.0, 4303.0, 4254.0, 4286.0, 4324.0, 4265.0, 4317.0, 4305.0, 4275.0, 4314.0, 4264.0, 4295.0, 4282.0, 4273.0, 4305.0, 4285.0, 4276.0, 4316.0, 4276.0, 4306.0, 4283.0, 4275.0, 4304.0, 4275.0, 4297.0, 4324.0, 4277.0, 4306.0, 4265.0, 4275.0, 4315.0, 4276.0, 4307.0, 4305.0, 4276.0, 4315.0, 4265.0, 4286.0, 4313.0, 4275.0, 4307.0, 4306.0, 4288.0, 4304.0, 4265.0, 4285.0, 4315.0, 4277.0, 4319.0, 4317.0, 4278.0, 4316.0, 4265.0, 4287.0, 4315.0, 4278.0, 4308.0, 4316.0, 4299.0, 4326.0, 4256.0, 4296.0, 4315.0, 4288.0, 4319.0, 4326.0, 4277.0, 4315.0, 4253.0, 4296.0, 4313.0, 4266.0, 4316.0, 4284.0, 4276.0, 4315.0, 4255.0, 4305.0, 4314.0, 4276.0, 4316.0, 4296.0, 4276.0, 4314.0, 4255.0, 4306.0, 4295.0, 4277.0, 4317.0, 4277.0, 4307.0, 4314.0, 4265.0, 4306.0, 4298.0, 4288.0, 4317.0, 4287.0, 4317.0, 4273.0, 4265.0, 4317.0, 4277.0, 4317.0, 4298.0, 4310.0, 4335.0, 4287.0, 4296.0, 4293.0, 4252.0, 4283.0, 4272.0, 4264.0, 4306.0, 4266.0, 4288.0, 4327.0, 4279.0, 4309.0, 4316.0, 4285.0, 4306.0, 4292.0, 4285.0, 4312.0, 4271.0, 4293.0, 4310.0, 4271.0, 4302.0, 4269.0, 4257.0, 4287.0, 4225.0, 4268.0, 4285.0, 4247.0, 4279.0, 4258.0, 4259.0, 4290.0, 4239.0, 4280.0, 4288.0, 4239.0, 4280.0, 4259.0, 4264.0, 4302.0, 4272.0, 4283.0, 4251.0, 4264.0, 4302.0, 4253.0, 4304.0, 4314.0, 4276.0, 4303.0, 4265.0, 4297.0, 4315.0, 4276.0, 4318.0, 4284.0, 4287.0, 4314.0, 4264.0, 4307.0, 4304.0, 4266.0, 4316.0, 4275.0, 4307.0, 4316.0, 4267.0, 4316.0, 4285.0, 4287.0, 4328.0, 4287.0, 4306.0, 4276.0, 4276.0, 4315.0, 4264.0, 4295.0, 4316.0, 4278.0, 4316.0, 4287.0, 4287.0, 4315.0, 4275.0, 4307.0, 4305.0, 4256.0, 4328.0, 4288.0, 4299.0, 4289.0, 4268.0, 4318.0, 4286.0, 4279.0, 4317.0, 4299.0, 4308.0, 4267.0, 4270.0, 4318.0, 4300.0, 4334.0, 4340.0, 4291.0, 4319.0, 4279.0, 4309.0, 4317.0, 4279.0, 4330.0, 4308.0, 4280.0, 4319.0, 4269.0, 4310.0, 4326.0, 4269.0, 4330.0, 4299.0, 4279.0, 4317.0, 4278.0, 4299.0, 4329.0, 4281.0, 4320.0, 4300.0, 4300.0, 4329.0, 4280.0, 4318.0, 4298.0, 4268.0, 4319.0, 4289.0, 4298.0, 4325.0, 4267.0, 4308.0, 4287.0, 4279.0, 4329.0, 4277.0, 4307.0, 4305.0, 4256.0, 4306.0, 4286.0, 4279.0, 4318.0, 4299.0, 4308.0, 4276.0, 4258.0, 4318.0, 4288.0, 4298.0, 4317.0, 4288.0, 4308.0, 4286.0, 4268.0, 4317.0, 4269.0, 4308.0, 4327.0, 4288.0, 4306.0, 4265.0, 4276.0, 4316.0, 4276.0, 4308.0, 4326.0, 4277.0, 4306.0, 4264.0, 4266.0, 4316.0, 4268.0, 4308.0, 4288.0, 4269.0, 4317.0, 4268.0, 4309.0, 4318.0, 4279.0, 4319.0, 4278.0, 4299.0, 4337.0, 4278.0, 4307.0, 4308.0, 4279.0, 4317.0, 4288.0, 4317.0, 4286.0, 4267.0, 4316.0, 4288.0, 4309.0, 4316.0, 4288.0, 4305.0, 4275.0, 4267.0, 4316.0, 4266.0, 4307.0, 4325.0, 4286.0, 4306.0, 4264.0, 4265.0, 4314.0, 4267.0, 4307.0, 4325.0, 4287.0, 4305.0, 4274.0, 4286.0, 4315.0, 4278.0, 4319.0, 4305.0, 4266.0, 4304.0, 4264.0, 4295.0, 4314.0, 4277.0, 4307.0, 4305.0, 4278.0, 4304.0, 4265.0, 4286.0, 4313.0, 4266.0, 4318.0, 4294.0, 4276.0, 4304.0, 4265.0, 4286.0, 4313.0, 4267.0, 4308.0, 4294.0, 4255.0, 4305.0, 4255.0, 4286.0, 4316.0, 4289.0, 4307.0, 4286.0, 4257.0, 4316.0, 4276.0, 4298.0, 4327.0, 4287.0, 4308.0, 4286.0, 4276.0, 4316.0, 4279.0, 4273.0, 4290.0, 4254.0, 4294.0, 4253.0, 4321.0, 4293.0, 4312.0, 4351.0, 4279.0, 4321.0, 4278.0, 4299.0, 4336.0, 4276.0, 4307.0, 4306.0, 4276.0, 4304.0, 4264.0, 4295.0, 4273.0, 4257.0, 4305.0, 4275.0, 4295.0, 4273.0, 4255.0, 4304.0, 4276.0, 4298.0, 4305.0, 4287.0, 4307.0, 4288.0, 4296.0, 4258.0, 4276.0, 4314.0, 4274.0, 4273.0, 4305.0, 4277.0, 4290.0, 4302.0, 4341.0, 4291.0, 4333.0, 4319.0, 4309.0, 4315.0, 4275.0, 4303.0, 4272.0, 4293.0, 4310.0, 4261.0, 4303.0, 4270.0, 4290.0, 4236.0, 4237.0, 4287.0, 4238.0, 4267.0, 4237.0, 4228.0, 4288.0, 4249.0, 4280.0, 4227.0, 4250.0, 4288.0, 4228.0, 4279.0, 4230.0, 4262.0, 4289.0, 4261.0, 4290.0, 4242.0, 4282.0, 4280.0, 4241.0, 4292.0, 4252.0, 4273.0, 4282.0, 4254.0, 4302.0, 4243.0, 4283.0, 4252.0, 4264.0, 4305.0, 4286.0, 4296.0, 4253.0, 4265.0, 4303.0, 4256.0, 4306.0, 4266.0, 4298.0, 4276.0, 4267.0, 4306.0, 4274.0, 4277.0, 4316.0, 4276.0, 4296.0, 4255.0, 4296.0, 4314.0, 4255.0, 4305.0, 4275.0, 4277.0, 4316.0, 4276.0, 4305.0, 4254.0, 4275.0, 4303.0, 4266.0, 4307.0, 4265.0, 4297.0, 4266.0, 4256.0, 4316.0, 4255.0, 4311.0, 4326.0, 4276.0, 4306.0, 4256.0, 4307.0, 4274.0, 4255.0, 4316.0, 4265.0, 4297.0, 4284.0, 4255.0, 4304.0, 4244.0, 4285.0, 4315.0, 4265.0, 4306.0, 4275.0, 4296.0, 4263.0, 4244.0, 4304.0, 4265.0, 4287.0, 4316.0, 4285.0, 4305.0, 4253.0, 4275.0, 4303.0, 4264.0, 4307.0, 4273.0, 4275.0, 4303.0, 4255.0, 4295.0, 4253.0, 4255.0, 4315.0, 4276.0, 4297.0, 4264.0, 4244.0, 4304.0, 4253.0, 4287.0, 4315.0, 4286.0, 4295.0, 4264.0, 4266.0, 4315.0, 4268.0, 4297.0, 4279.0, 4279.0, 4316.0, 4267.0, 4308.0, 4296.0, 4268.0, 4317.0, 4288.0, 4297.0, 4305.0, 4267.0, 4307.0, 4278.0, 4288.0, 4317.0, 4288.0, 4317.0, 4264.0, 4256.0, 4315.0, 4267.0, 4307.0, 4316.0, 4287.0, 4306.0, 4266.0, 4286.0, 4315.0, 4276.0, 4307.0, 4265.0, 4297.0, 4266.0, 4256.0, 4306.0, 4265.0, 4288.0, 4315.0, 4298.0, 4296.0, 4265.0, 4266.0, 4315.0, 4277.0, 4307.0, 4315.0, 4298.0, 4307.0, 4256.0, 4297.0, 4325.0, 4278.0, 4316.0, 4285.0, 4297.0, 4304.0, 4264.0, 4296.0, 4302.0, 4254.0, 4305.0, 4274.0, 4285.0, 4313.0, 4265.0, 4294.0, 4272.0, 4255.0, 4315.0, 4274.0, 4295.0, 4293.0, 4264.0], 'WindowWidth': [9649.0, 9543.0, 9567.0, 9553.0, 9517.0, 9556.0, 9495.0, 9520.0, 9469.0, 9477.0, 9526.0, 9491.0, 9507.0, 9515.0, 9492.0, 9538.0, 9472.0, 9490.0, 9538.0, 9492.0, 9520.0, 9501.0, 9493.0, 9539.0, 9464.0, 9506.0, 9517.0, 9509.0, 9533.0, 9493.0, 9491.0, 9474.0, 9491.0, 9503.0, 9483.0, 9512.0, 9549.0, 9502.0, 9522.0, 9476.0, 9493.0, 9530.0, 9497.0, 9523.0, 9562.0, 9494.0, 9541.0, 9474.0, 9501.0, 9540.0, 9488.0, 9513.0, 9500.0, 9475.0, 9537.0, 9470.0, 9498.0, 9522.0, 9487.0, 9514.0, 9481.0, 9472.0, 9530.0, 9453.0, 9496.0, 9503.0, 9488.0, 9527.0, 9484.0, 9488.0, 9532.0, 9471.0, 9497.0, 9480.0, 9489.0, 9524.0, 9473.0, 9509.0, 9501.0, 9452.0, 9495.0, 9499.0, 9495.0, 9522.0, 9486.0, 9509.0, 9451.0, 9472.0, 9508.0, 9484.0, 9503.0, 9536.0, 9474.0, 9511.0, 9443.0, 9474.0, 9521.0, 9490.0, 9514.0, 9484.0, 9488.0, 9521.0, 9456.0, 9495.0, 9476.0, 9491.0, 9531.0, 9469.0, 9495.0, 9487.0, 9467.0, 9509.0, 9468.0, 9503.0, 9522.0, 9501.0, 9507.0, 9434.0, 9457.0, 9504.0, 9469.0, 9517.0, 9534.0, 9472.0, 9506.0, 9455.0, 9484.0, 9518.0, 9473.0, 9514.0, 9481.0, 9486.0, 9518.0, 9455.0, 9498.0, 9480.0, 9474.0, 9528.0, 9471.0, 9502.0, 9465.0, 9471.0, 9525.0, 9454.0, 9491.0, 9524.0, 9482.0, 9495.0, 9439.0, 9456.0, 9508.0, 9458.0, 9505.0, 9550.0, 9473.0, 9511.0, 9455.0, 9470.0, 9508.0, 9456.0, 9513.0, 9521.0, 9472.0, 9507.0, 9457.0, 9487.0, 9521.0, 9475.0, 9515.0, 9512.0, 9477.0, 9525.0, 9460.0, 9498.0, 9522.0, 9473.0, 9512.0, 9500.0, 9487.0, 9546.0, 9456.0, 9497.0, 9479.0, 9461.0, 9526.0, 9469.0, 9496.0, 9491.0, 9455.0, 9497.0, 9497.0, 9502.0, 9526.0, 9473.0, 9511.0, 9454.0, 9461.0, 9526.0, 9491.0, 9506.0, 9543.0, 9460.0, 9528.0, 9459.0, 9489.0, 9541.0, 9493.0, 9519.0, 9500.0, 9479.0, 9537.0, 9461.0, 9524.0, 9535.0, 9477.0, 9528.0, 9451.0, 9504.0, 9510.0, 9492.0, 9536.0, 9504.0, 9514.0, 9558.0, 9484.0, 9522.0, 9501.0, 9514.0, 9547.0, 9505.0, 9517.0, 9548.0, 9456.0, 9514.0, 9531.0, 9521.0, 9539.0, 9490.0, 9513.0, 9492.0, 9453.0, 9508.0, 9488.0, 9515.0, 9521.0, 9465.0, 9508.0, 9466.0, 9456.0, 9504.0, 9475.0, 9504.0, 9535.0, 9463.0, 9511.0, 9442.0, 9476.0, 9524.0, 9483.0, 9522.0, 9502.0, 9459.0, 9522.0, 9445.0, 9503.0, 9535.0, 9498.0, 9533.0, 9488.0, 9504.0, 9547.0, 9444.0, 9511.0, 9495.0, 9480.0, 9527.0, 9488.0, 9514.0, 9467.0, 9461.0, 9527.0, 9481.0, 9505.0, 9527.0, 9488.0, 9514.0, 9488.0, 9440.0, 9493.0, 9475.0, 9487.0, 9521.0, 9487.0, 9510.0, 9463.0, 9453.0, 9507.0, 9466.0, 9501.0, 9521.0, 9480.0, 9507.0, 9437.0, 9470.0, 9520.0, 9473.0, 9516.0, 9507.0, 9489.0, 9519.0, 9442.0, 9501.0, 9508.0, 9477.0, 9526.0, 9484.0, 9483.0, 9530.0, 9441.0, 9495.0, 9494.0, 9485.0, 9545.0, 9471.0, 9506.0, 9443.0, 9488.0, 9522.0, 9480.0, 9516.0, 9501.0, 9462.0, 9522.0, 9446.0, 9502.0, 9498.0, 9476.0, 9525.0, 9512.0, 9519.0, 9447.0, 9493.0, 9524.0, 9487.0, 9538.0, 9531.0, 9507.0, 9535.0, 9470.0, 9512.0, 9508.0, 9485.0, 9527.0, 9487.0, 9510.0, 9474.0, 9452.0, 9507.0, 9475.0, 9497.0, 9551.0, 9466.0, 9518.0, 9430.0, 9461.0, 9502.0, 9464.0, 9492.0, 9476.0, 9452.0, 9514.0, 9438.0, 9494.0, 9492.0, 9455.0, 9523.0, 9472.0, 9508.0, 9473.0, 9439.0, 9526.0, 9469.0, 9491.0, 9489.0, 9458.0, 9519.0, 9457.0, 9509.0, 9480.0, 9531.0, 9518.0, 9506.0, 9535.0, 9457.0, 9515.0, 9527.0, 9469.0, 9523.0, 9454.0, 9505.0, 9457.0, 9436.0, 9517.0, 9452.0, 9497.0, 9452.0, 9454.0, 9514.0, 9435.0, 9496.0, 9478.0, 9467.0, 9503.0, 9436.0, 9493.0, 9504.0, 9455.0, 9536.0, 9475.0, 9526.0, 9443.0, 9468.0, 9502.0, 9422.0, 9465.0, 9478.0, 9458.0, 9499.0, 9490.0, 9497.0, 9541.0, 9472.0, 9526.0, 9487.0, 9450.0, 9502.0, 9449.0, 9494.0, 9525.0, 9475.0, 9512.0, 9423.0, 9442.0, 9487.0, 9420.0, 9462.0, 9502.0, 9426.0, 9479.0, 9435.0, 9437.0, 9484.0, 9394.0, 9452.0, 9462.0, 9434.0, 9495.0, 9436.0, 9456.0, 9501.0, 9415.0, 9468.0, 9449.0, 9439.0, 9502.0, 9449.0, 9478.0, 9431.0, 9437.0, 9502.0, 9437.0, 9486.0, 9543.0, 9463.0, 9510.0, 9454.0, 9514.0, 9531.0, 9457.0, 9494.0, 9505.0, 9481.0, 9510.0, 9475.0, 9516.0, 9463.0, 9470.0, 9530.0, 9485.0, 9530.0, 9560.0, 9482.0, 9515.0, 9452.0, 9510.0, 9528.0, 9500.0, 9523.0, 9516.0, 9495.0, 9526.0, 9463.0, 9522.0, 9543.0, 9485.0, 9532.0, 9492.0, 9504.0, 9537.0, 9458.0, 9514.0, 9512.0, 9482.0, 9528.0, 9490.0, 9499.0, 9463.0, 9441.0, 9508.0, 9454.0, 9487.0, 9523.0, 9483.0, 9495.0, 9480.0, 9461.0, 9509.0, 9460.0, 9508.0, 9541.0, 9495.0, 9526.0, 9448.0, 9506.0, 9525.0, 9467.0, 9521.0, 9503.0, 9480.0, 9515.0, 9453.0, 9508.0, 9534.0, 9482.0, 9536.0, 9482.0, 9522.0, 9516.0, 9479.0, 9535.0, 9514.0, 9514.0, 9563.0, 9482.0, 9533.0, 9464.0, 9508.0, 9544.0, 9480.0, 9535.0, 9507.0, 9495.0, 9544.0, 9484.0, 9539.0, 9533.0, 9499.0, 9530.0, 9510.0, 9519.0, 9499.0, 9477.0, 9529.0, 9477.0, 9521.0, 9542.0, 9494.0, 9540.0, 9462.0, 9518.0, 9541.0, 9481.0, 9519.0, 9489.0, 9490.0, 9551.0, 9461.0, 9519.0, 9513.0, 9500.0, 9566.0, 9483.0, 9533.0, 9481.0, 9511.0, 9562.0, 9514.0, 9550.0, 9519.0, 9510.0, 9492.0, 9498.0, 9547.0, 9504.0, 9554.0, 9539.0, 9496.0, 9548.0, 9492.0, 9522.0, 9580.0, 9481.0, 9550.0, 9478.0, 9517.0, 9535.0, 9486.0, 9539.0, 9507.0, 9523.0, 9529.0, 9475.0, 9529.0, 9475.0, 9526.0, 9575.0, 9496.0, 9527.0, 9472.0, 9517.0, 9550.0, 9493.0, 9534.0, 9513.0, 9490.0, 9533.0, 9454.0, 9509.0, 9476.0, 9489.0, 9527.0, 9470.0, 9498.0, 9448.0, 9467.0, 9509.0, 9468.0, 9510.0, 9553.0, 9490.0, 9521.0, 9454.0, 9484.0, 9534.0, 9496.0, 9533.0, 9489.0, 9502.0, 9533.0, 9455.0, 9511.0, 9496.0, 9494.0, 9525.0, 9507.0, 9514.0, 9455.0, 9488.0, 9523.0, 9496.0, 9536.0, 9499.0, 9488.0, 9519.0, 9454.0, 9511.0, 9481.0, 9490.0, 9527.0, 9486.0, 9511.0, 9448.0, 9456.0, 9520.0, 9470.0, 9515.0, 9534.0, 9486.0, 9502.0, 9441.0, 9486.0, 9533.0, 9456.0, 9530.0, 9509.0, 9469.0, 9520.0, 9453.0, 9496.0, 9474.0, 9464.0, 9510.0, 9483.0, 9472.0, 9525.0, 9471.0, 9511.0, 9476.0, 9469.0, 9506.0, 9470.0, 9501.0, 9534.0, 9475.0, 9510.0, 9455.0, 9471.0, 9522.0, 9474.0, 9518.0, 9509.0, 9473.0, 9520.0, 9456.0, 9486.0, 9519.0, 9473.0, 9518.0, 9511.0, 9491.0, 9507.0, 9457.0, 9485.0, 9523.0, 9476.0, 9538.0, 9528.0, 9479.0, 9526.0, 9457.0, 9490.0, 9524.0, 9479.0, 9520.0, 9526.0, 9509.0, 9539.0, 9447.0, 9500.0, 9523.0, 9493.0, 9536.0, 9537.0, 9473.0, 9520.0, 9438.0, 9497.0, 9518.0, 9462.0, 9527.0, 9482.0, 9474.0, 9521.0, 9442.0, 9510.0, 9520.0, 9474.0, 9527.0, 9500.0, 9473.0, 9519.0, 9442.0, 9511.0, 9498.0, 9477.0, 9529.0, 9475.0, 9513.0, 9520.0, 9456.0, 9512.0, 9506.0, 9492.0, 9528.0, 9491.0, 9528.0, 9465.0, 9457.0, 9529.0, 9475.0, 9531.0, 9507.0, 9525.0, 9551.0, 9486.0, 9496.0, 9486.0, 9434.0, 9475.0, 9459.0, 9454.0, 9511.0, 9461.0, 9493.0, 9542.0, 9483.0, 9522.0, 9524.0, 9484.0, 9510.0, 9486.0, 9480.0, 9514.0, 9455.0, 9486.0, 9506.0, 9454.0, 9497.0, 9446.0, 9431.0, 9469.0, 9382.0, 9443.0, 9463.0, 9416.0, 9461.0, 9433.0, 9436.0, 9477.0, 9411.0, 9466.0, 9472.0, 9410.0, 9466.0, 9437.0, 9451.0, 9499.0, 9459.0, 9472.0, 9430.0, 9451.0, 9499.0, 9437.0, 9508.0, 9517.0, 9472.0, 9504.0, 9455.0, 9500.0, 9522.0, 9473.0, 9530.0, 9479.0, 9487.0, 9519.0, 9454.0, 9513.0, 9505.0, 9457.0, 9527.0, 9470.0, 9514.0, 9523.0, 9463.0, 9525.0, 9482.0, 9488.0, 9545.0, 9490.0, 9511.0, 9469.0, 9470.0, 9521.0, 9451.0, 9495.0, 9524.0, 9478.0, 9526.0, 9487.0, 9488.0, 9522.0, 9471.0, 9515.0, 9508.0, 9447.0, 9543.0, 9492.0, 9508.0, 9493.0, 9467.0, 9532.0, 9486.0, 9481.0, 9528.0, 9508.0, 9519.0, 9462.0, 9471.0, 9533.0, 9511.0, 9562.0, 9565.0, 9501.0, 9533.0, 9480.0, 9521.0, 9529.0, 9482.0, 9551.0, 9518.0, 9484.0, 9531.0, 9465.0, 9520.0, 9539.0, 9470.0, 9551.0, 9507.0, 9482.0, 9527.0, 9476.0, 9507.0, 9546.0, 9488.0, 9536.0, 9508.0, 9507.0, 9547.0, 9482.0, 9532.0, 9503.0, 9466.0, 9533.0, 9492.0, 9502.0, 9534.0, 9460.0, 9516.0, 9485.0, 9480.0, 9547.0, 9474.0, 9514.0, 9507.0, 9444.0, 9511.0, 9484.0, 9483.0, 9529.0, 9505.0, 9515.0, 9470.0, 9449.0, 9529.0, 9492.0, 9506.0, 9527.0, 9491.0, 9516.0, 9483.0, 9463.0, 9527.0, 9467.0, 9520.0, 9541.0, 9492.0, 9511.0, 9456.0, 9472.0, 9523.0, 9472.0, 9517.0, 9537.0, 9472.0, 9509.0, 9451.0, 9457.0, 9524.0, 9466.0, 9518.0, 9489.0, 9466.0, 9526.0, 9463.0, 9519.0, 9530.0, 9483.0, 9533.0, 9478.0, 9507.0, 9554.0, 9476.0, 9515.0, 9515.0, 9481.0, 9529.0, 9492.0, 9528.0, 9484.0, 9461.0, 9525.0, 9490.0, 9519.0, 9525.0, 9490.0, 9509.0, 9467.0, 9460.0, 9523.0, 9458.0, 9514.0, 9535.0, 9484.0, 9508.0, 9449.0, 9455.0, 9519.0, 9461.0, 9514.0, 9535.0, 9487.0, 9508.0, 9466.0, 9483.0, 9521.0, 9479.0, 9535.0, 9508.0, 9459.0, 9505.0, 9453.0, 9496.0, 9517.0, 9473.0, 9516.0, 9507.0, 9476.0, 9503.0, 9454.0, 9484.0, 9516.0, 9459.0, 9531.0, 9492.0, 9472.0, 9504.0, 9454.0, 9485.0, 9517.0, 9461.0, 9517.0, 9491.0, 9443.0, 9507.0, 9442.0, 9484.0, 9524.0, 9495.0, 9514.0, 9486.0, 9448.0, 9523.0, 9473.0, 9505.0, 9543.0, 9489.0, 9517.0, 9486.0, 9472.0, 9526.0, 9481.0, 9460.0, 9478.0, 9436.0, 9491.0, 9434.0, 9544.0, 9509.0, 9530.0, 9584.0, 9483.0, 9540.0, 9478.0, 9507.0, 9551.0, 9472.0, 9516.0, 9510.0, 9471.0, 9506.0, 9453.0, 9494.0, 9461.0, 9448.0, 9509.0, 9468.0, 9495.0, 9462.0, 9440.0, 9507.0, 9474.0, 9504.0, 9509.0, 9488.0, 9512.0, 9493.0, 9498.0, 9452.0, 9472.0, 9520.0, 9465.0, 9462.0, 9506.0, 9476.0, 9498.0, 9521.0, 9568.0, 9501.0, 9564.0, 9534.0, 9520.0, 9520.0, 9464.0, 9498.0, 9454.0, 9486.0, 9502.0, 9439.0, 9501.0, 9450.0, 9473.0, 9396.0, 9401.0, 9463.0, 9402.0, 9440.0, 9398.0, 9389.0, 9468.0, 9417.0, 9460.0, 9387.0, 9424.0, 9469.0, 9391.0, 9458.0, 9397.0, 9443.0, 9475.0, 9440.0, 9476.0, 9416.0, 9470.0, 9463.0, 9415.0, 9483.0, 9430.0, 9458.0, 9469.0, 9434.0, 9495.0, 9421.0, 9475.0, 9433.0, 9452.0, 9505.0, 9482.0, 9494.0, 9433.0, 9452.0, 9500.0, 9444.0, 9510.0, 9455.0, 9502.0, 9468.0, 9460.0, 9510.0, 9463.0, 9473.0, 9524.0, 9470.0, 9497.0, 9440.0, 9497.0, 9517.0, 9442.0, 9508.0, 9468.0, 9472.0, 9524.0, 9470.0, 9505.0, 9437.0, 9466.0, 9501.0, 9457.0, 9512.0, 9453.0, 9498.0, 9454.0, 9445.0, 9522.0, 9442.0, 9527.0, 9537.0, 9471.0, 9511.0, 9445.0, 9512.0, 9463.0, 9440.0, 9525.0, 9453.0, 9497.0, 9478.0, 9440.0, 9504.0, 9423.0, 9479.0, 9520.0, 9456.0, 9508.0, 9467.0, 9495.0, 9448.0, 9425.0, 9504.0, 9453.0, 9486.0, 9522.0, 9481.0, 9505.0, 9436.0, 9465.0, 9500.0, 9453.0, 9512.0, 9462.0, 9467.0, 9500.0, 9439.0, 9492.0, 9433.0, 9442.0, 9521.0, 9467.0, 9499.0, 9449.0, 9426.0, 9504.0, 9437.0, 9487.0, 9520.0, 9483.0, 9495.0, 9452.0, 9456.0, 9520.0, 9466.0, 9502.0, 9479.0, 9479.0, 9524.0, 9461.0, 9515.0, 9499.0, 9465.0, 9528.0, 9490.0, 9500.0, 9507.0, 9459.0, 9513.0, 9477.0, 9491.0, 9527.0, 9489.0, 9525.0, 9450.0, 9443.0, 9519.0, 9462.0, 9516.0, 9522.0, 9487.0, 9508.0, 9455.0, 9484.0, 9519.0, 9473.0, 9513.0, 9455.0, 9500.0, 9456.0, 9446.0, 9511.0, 9455.0, 9490.0, 9522.0, 9502.0, 9499.0, 9453.0, 9458.0, 9522.0, 9473.0, 9514.0, 9521.0, 9503.0, 9511.0, 9444.0, 9499.0, 9533.0, 9476.0, 9525.0, 9480.0, 9500.0, 9502.0, 9450.0, 9494.0, 9498.0, 9439.0, 9506.0, 9463.0, 9481.0, 9513.0, 9453.0, 9491.0, 9459.0, 9442.0, 9519.0, 9464.0, 9493.0, 9486.0, 9451.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.0004933558558558558</td></tr>
<tr><td colspan=3>aqi</td><td>0.022910125225225227</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.49218606984971</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2240498849060863</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9921746752141261</td></tr>
<tr><td colspan=3>efc</td><td>0.4659</td></tr>
<tr><td colspan=3>fber</td><td>6194.5693</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08745755699794021</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>25</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.8768768768768769</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4000374602019683</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2994476724496224</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.708635117239288</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.192029590916994</td></tr>
<tr><td colspan=3>gcor</td><td>0.008516</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010665194131433964</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026426078751683235</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1332</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.734234751450031</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>20.4226</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.4766</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.6874</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303145.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>800.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>341.0175</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.03</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>609.9294</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3487.3473</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3683.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73399.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1100.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4644.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>986.273</td></tr>
<tr><td colspan=3>tsnr</td><td>36.3433304624632</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>