ds005256-mriqc/sub-0087_ses-04_task-fractional_acq-mb8_run-02_bold.html
Felix Hoffstaedter 9ad845eeb8 [DATALAD RUNCMD] Compute MRIQC for sub-0087
=== 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-0087 --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-0087",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:36:28 +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-0087_ses-04_task-fractional_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-0087_ses-04_task-fractional_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-04_subject-0087_suffix-bold_task-fractional" 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-0087/figures/sub-0087_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0087_suffix-bold_task-fractional" 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-0087/figures/sub-0087_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0087_suffix-bold_task-fractional" 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-0087/figures/sub-0087_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0087_suffix-bold_task-fractional" 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-0087/figures/sub-0087_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-fractional_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-04_subject-0087_suffix-bold_task-fractional" 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-0087/figures/sub-0087_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-fractional_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-04_subject-0087_suffix-bold_task-fractional" 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-0087/figures/sub-0087_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0087_suffix-bold_task-fractional" 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-0087/figures/sub-0087_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0087/figures/sub-0087_ses-04_task-fractional_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-0087/figures/sub-0087_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-fractional_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-0087/ses-04/func/sub-0087_ses-04_task-fractional_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>f39c709f7b3f0de28fb09cdb6784f79e</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>11:05:48.982500</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.999536, 0.0128812, -0.0275963, -0.0071527, 0.980093, 0.198409]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_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.110725</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-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7769, -7245, 599, -45, -65, 110, 63]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>267.882</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4d751ac9-5c78-4a1b-9453-5f1f67cf3837||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.6816823482513428, -0.01919017918407917, -0.07992730289697647, 114.74190521240234], [-0.034559208899736404, 2.629518508911133, 0.534922182559967, -102.1881332397461], [-0.07403892278671265, -0.5323161482810974, 2.645273208618164, -40.68381118774414], [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, 1322]</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], 'AcquisitionTime': ['110548.982500', '110549.442500', '110549.902500', '110550.362500', '110550.822500', '110551.282500', '110551.742500', '110552.202500', '110552.662500', '110553.122500', '110553.582500', '110554.042500', '110554.502500', '110554.962500', '110555.422500', '110555.882500', '110556.342500', '110556.802500', '110557.262500', '110557.722500', '110558.182500', '110558.642500', '110559.102500', '110559.562500', '110600.022500', '110600.482500', '110600.942500', '110601.402500', '110601.862500', '110602.322500', '110602.782500', '110603.242500', '110603.702500', '110604.162500', '110604.622500', '110605.082500', '110605.542500', '110606.002500', '110606.462500', '110606.922500', '110607.382500', '110607.842500', '110608.302500', '110608.762500', '110609.222500', '110609.682500', '110610.142500', '110610.602500', '110611.062500', '110611.522500', '110611.982500', '110612.442500', '110612.902500', '110613.362500', '110613.822500', '110614.282500', '110614.742500', '110615.202500', '110615.662500', '110616.122500', '110616.582500', '110617.042500', '110617.502500', '110617.962500', '110618.422500', '110618.882500', '110619.342500', '110619.802500', '110620.262500', '110620.722500', '110621.182500', '110621.642500', '110622.102500', '110622.562500', '110623.022500', '110623.482500', '110623.942500', '110624.402500', '110624.862500', '110625.322500', '110625.782500', '110626.242500', '110626.702500', '110627.162500', '110627.622500', '110628.082500', '110628.542500', '110629.002500', '110629.462500', '110629.922500', '110630.382500', '110630.842500', '110631.302500', '110631.762500', '110632.222500', '110632.682500', '110633.142500', '110633.602500', '110634.062500', '110634.522500', '110634.982500', '110635.442500', '110635.902500', '110636.362500', '110636.822500', '110637.282500', '110637.742500', '110638.202500', '110638.662500', '110639.122500', '110639.582500', '110640.042500', '110640.502500', '110640.962500', '110641.422500', '110641.882500', '110642.342500', '110642.802500', '110643.262500', '110643.722500', '110644.182500', '110644.642500', '110645.102500', '110645.562500', '110646.022500', '110646.482500', '110646.942500', '110647.402500', '110647.862500', '110648.322500', '110648.782500', '110649.242500', '110649.702500', '110650.162500', '110650.622500', '110651.082500', '110651.542500', '110652.002500', '110652.462500', '110652.922500', '110653.382500', '110653.842500', '110654.302500', '110654.762500', '110655.222500', '110655.682500', '110656.142500', '110656.602500', '110657.062500', '110657.522500', '110657.982500', '110658.442500', '110658.902500', '110659.362500', '110659.822500', '110700.282500', '110700.742500', '110701.202500', '110701.662500', '110702.122500', '110702.582500', '110703.042500', '110703.502500', '110703.962500', '110704.422500', '110704.882500', '110705.342500', '110705.802500', '110706.262500', '110706.722500', '110707.182500', '110707.642500', '110708.102500', '110708.562500', '110709.022500', '110709.482500', '110709.942500', '110710.402500', '110710.862500', '110711.322500', '110711.782500', '110712.242500', '110712.702500', '110713.162500', '110713.622500', '110714.082500', '110714.542500', '110715.002500', '110715.462500', '110715.922500', '110716.382500', '110716.842500', '110717.302500', '110717.762500', '110718.222500', '110718.682500', '110719.142500', '110719.602500', '110720.062500', '110720.522500', '110720.982500', '110721.442500', '110721.902500', '110722.362500', '110722.822500', '110723.282500', '110723.742500', '110724.202500', '110724.662500', '110725.122500', '110725.582500', '110726.042500', '110726.502500', '110726.962500', '110727.422500', '110727.882500', '110728.342500', '110728.802500', '110729.262500', '110729.722500', '110730.182500', '110730.642500', '110731.102500', '110731.562500', '110732.022500', '110732.482500', '110732.942500', '110733.402500', '110733.862500', '110734.322500', '110734.782500', '110735.242500', '110735.702500', '110736.162500', '110736.622500', '110737.082500', '110737.542500', '110738.002500', '110738.462500', '110738.922500', '110739.382500', '110739.842500', '110740.302500', '110740.762500', '110741.222500', '110741.682500', '110742.142500', '110742.602500', '110743.062500', '110743.522500', '110743.982500', '110744.442500', '110744.902500', '110745.362500', '110745.822500', '110746.282500', '110746.742500', '110747.202500', '110747.662500', '110748.122500', '110748.582500', '110749.042500', '110749.502500', '110749.962500', '110750.422500', '110750.882500', '110751.342500', '110751.802500', '110752.262500', '110752.722500', '110753.182500', '110753.642500', '110754.102500', '110754.562500', '110755.022500', '110755.482500', '110755.942500', '110756.402500', '110756.862500', '110757.322500', '110757.782500', '110758.242500', '110758.702500', '110759.162500', '110759.622500', '110800.082500', '110800.542500', '110801.002500', '110801.462500', '110801.922500', '110802.382500', '110802.842500', '110803.302500', '110803.762500', '110804.222500', '110804.682500', '110805.142500', '110805.602500', '110806.062500', '110806.522500', '110806.982500', '110807.442500', '110807.902500', '110808.362500', '110808.822500', '110809.282500', '110809.742500', '110810.202500', '110810.662500', '110811.122500', '110811.582500', '110812.042500', '110812.502500', '110812.962500', '110813.422500', '110813.882500', '110814.342500', '110814.802500', '110815.262500', '110815.722500', '110816.182500', '110816.642500', '110817.102500', '110817.562500', '110818.022500', '110818.482500', '110818.942500', '110819.402500', '110819.862500', '110820.322500', '110820.782500', '110821.242500', '110821.702500', '110822.162500', '110822.622500', '110823.082500', '110823.542500', '110824.002500', '110824.462500', '110824.922500', '110825.382500', '110825.842500', '110826.302500', '110826.762500', '110827.222500', '110827.682500', '110828.142500', '110828.602500', '110829.062500', '110829.522500', '110829.982500', '110830.442500', '110830.902500', '110831.362500', '110831.822500', '110832.282500', '110832.742500', '110833.202500', '110833.662500', '110834.122500', '110834.582500', '110835.042500', '110835.502500', '110835.962500', '110836.422500', '110836.882500', '110837.342500', '110837.802500', '110838.262500', '110838.722500', '110839.182500', '110839.642500', '110840.102500', '110840.562500', '110841.022500', '110841.482500', '110841.942500', '110842.402500', '110842.862500', '110843.322500', '110843.782500', '110844.242500', '110844.702500', '110845.162500', '110845.622500', '110846.082500', '110846.542500', '110847.002500', '110847.462500', '110847.922500', '110848.382500', '110848.842500', '110849.302500', '110849.762500', '110850.222500', '110850.682500', '110851.142500', '110851.602500', '110852.062500', '110852.522500', '110852.982500', '110853.442500', '110853.902500', '110854.362500', '110854.822500', '110855.282500', '110855.742500', '110856.202500', '110856.662500', '110857.122500', '110857.582500', '110858.042500', '110858.502500', '110858.962500', '110859.422500', '110859.882500', '110900.342500', '110900.802500', '110901.262500', '110901.722500', '110902.182500', '110902.642500', '110903.102500', '110903.562500', '110904.022500', '110904.482500', '110904.942500', '110905.402500', '110905.862500', '110906.322500', '110906.782500', '110907.242500', '110907.702500', '110908.162500', '110908.622500', '110909.082500', '110909.542500', '110910.002500', '110910.462500', '110910.922500', '110911.382500', '110911.842500', '110912.302500', '110912.762500', '110913.222500', '110913.682500', '110914.142500', '110914.602500', '110915.062500', '110915.522500', '110915.982500', '110916.442500', '110916.902500', '110917.362500', '110917.822500', '110918.282500', '110918.742500', '110919.202500', '110919.662500', '110920.122500', '110920.582500', '110921.042500', '110921.502500', '110921.962500', '110922.422500', '110922.882500', '110923.342500', '110923.802500', '110924.262500', '110924.722500', '110925.182500', '110925.642500', '110926.102500', '110926.562500', '110927.022500', '110927.482500', '110927.942500', '110928.402500', '110928.862500', '110929.322500', '110929.782500', '110930.242500', '110930.702500', '110931.162500', '110931.622500', '110932.082500', '110932.542500', '110933.002500', '110933.462500', '110933.922500', '110934.382500', '110934.842500', '110935.302500', '110935.762500', '110936.222500', '110936.682500', '110937.142500', '110937.602500', '110938.062500', '110938.522500', '110938.982500', '110939.442500', '110939.902500', '110940.362500', '110940.822500', '110941.282500', '110941.742500', '110942.202500', '110942.662500', '110943.122500', '110943.582500', '110944.042500', '110944.502500', '110944.962500', '110945.422500', '110945.882500', '110946.342500', '110946.802500', '110947.262500', '110947.722500', '110948.182500', '110948.642500', '110949.102500', '110949.562500', '110950.022500', '110950.482500', '110950.942500', '110951.402500', '110951.862500', '110952.322500', '110952.782500', '110953.242500', '110953.702500', '110954.162500', '110954.622500', '110955.082500', '110955.542500', '110956.002500', '110956.462500', '110956.922500', '110957.382500', '110957.842500', '110958.302500', '110958.762500', '110959.222500', '110959.682500', '111000.142500', '111000.602500', '111001.062500', '111001.522500', '111001.982500', '111002.442500', '111002.902500', '111003.362500', '111003.822500', '111004.282500', '111004.742500', '111005.202500', '111005.662500', '111006.122500', '111006.582500', '111007.042500', '111007.502500', '111007.962500', '111008.422500', '111008.882500', '111009.342500', '111009.802500', '111010.262500', '111010.722500', '111011.182500', '111011.642500', '111012.102500', '111012.562500', '111013.022500', '111013.482500', '111013.942500', '111014.402500', '111014.862500', '111015.322500', '111015.782500', '111016.242500', '111016.702500', '111017.162500', '111017.622500', '111018.082500', '111018.542500', '111019.002500', '111019.462500', '111019.922500', '111020.382500', '111020.842500', '111021.302500', '111021.762500', '111022.222500', '111022.682500', '111023.142500', '111023.602500', '111024.062500', '111024.522500', '111024.982500', '111025.442500', '111025.902500', '111026.362500', '111026.822500', '111027.282500', '111027.742500', '111028.202500', '111028.662500', '111029.122500', '111029.582500', '111030.042500', '111030.502500', '111030.962500', '111031.422500', '111031.882500', '111032.342500', '111032.802500', '111033.262500', '111033.722500', '111034.182500', '111034.642500', '111035.102500', '111035.562500', '111036.022500', '111036.482500', '111036.942500', '111037.402500', '111037.862500', '111038.322500', '111038.782500', '111039.242500', '111039.702500', '111040.162500', '111040.622500', '111041.082500', '111041.542500', '111042.002500', '111042.462500', '111042.922500', '111043.382500', '111043.842500', '111044.302500', '111044.762500', '111045.222500', '111045.682500', '111046.142500', '111046.602500', '111047.062500', '111047.522500', '111047.982500', '111048.442500', '111048.902500', '111049.362500', '111049.822500', '111050.282500', '111050.742500', '111051.202500', '111051.662500', '111052.122500', '111052.582500', '111053.042500', '111053.502500', '111053.962500', '111054.422500', '111054.882500', '111055.342500', '111055.802500', '111056.262500', '111056.722500', '111057.182500', '111057.642500', '111058.102500', '111058.562500', '111059.022500', '111059.482500', '111059.942500', '111100.402500', '111100.862500', '111101.322500', '111101.782500', '111102.242500', '111102.702500', '111103.162500', '111103.622500', '111104.082500', '111104.542500', '111105.002500', '111105.462500', '111105.922500', '111106.382500', '111106.842500', '111107.302500', '111107.762500', '111108.222500', '111108.682500', '111109.142500', '111109.602500', '111110.062500', '111110.522500', '111110.982500', '111111.442500', '111111.902500', '111112.362500', '111112.822500', '111113.282500', '111113.742500', '111114.202500', '111114.662500', '111115.122500', '111115.582500', '111116.042500', '111116.502500', '111116.962500', '111117.422500', '111117.882500', '111118.342500', '111118.802500', '111119.262500', '111119.722500', '111120.182500', '111120.642500', '111121.102500', '111121.562500', '111122.022500', '111122.482500', '111122.942500', '111123.402500', '111123.862500', '111124.322500', '111124.782500', '111125.242500', '111125.702500', '111126.162500', '111126.622500', '111127.082500', '111127.542500', '111128.002500', '111128.462500', '111128.922500', '111129.382500', '111129.842500', '111130.302500', '111130.762500', '111131.222500', '111131.682500', '111132.142500', '111132.602500', '111133.062500', '111133.522500', '111133.982500', '111134.442500', '111134.902500', '111135.362500', '111135.822500', '111136.282500', '111136.742500', '111137.202500', '111137.662500', '111138.122500', '111138.582500', '111139.042500', '111139.502500', '111139.962500', '111140.422500', '111140.882500', '111141.342500', '111141.802500', '111142.262500', '111142.722500', '111143.182500', '111143.642500', '111144.102500', '111144.562500', '111145.022500', '111145.482500', '111145.942500', '111146.402500', '111146.862500', '111147.322500', '111147.782500', '111148.242500', '111148.702500', '111149.162500', '111149.622500', '111150.082500', '111150.542500', '111151.002500', '111151.462500', '111151.922500', '111152.382500', '111152.842500', '111153.302500', '111153.762500', '111154.222500', '111154.682500', '111155.142500', '111155.602500', '111156.062500', '111156.522500', '111156.982500', '111157.442500', '111157.902500', '111158.362500', '111158.822500', '111159.282500', '111159.742500', '111200.202500', '111200.662500', '111201.122500', '111201.582500', '111202.042500', '111202.502500', '111202.962500', '111203.422500', '111203.882500', '111204.342500', '111204.802500', '111205.262500', '111205.722500', '111206.182500', '111206.642500', '111207.102500', '111207.562500', '111208.022500', '111208.482500', '111208.942500', '111209.402500', '111209.862500', '111210.322500', '111210.782500', '111211.242500', '111211.702500', '111212.162500', '111212.622500', '111213.082500', '111213.542500', '111214.002500', '111214.462500', '111214.922500', '111215.382500', '111215.842500', '111216.302500', '111216.762500', '111217.222500', '111217.682500', '111218.142500', '111218.602500', '111219.062500', '111219.522500', '111219.982500', '111220.442500', '111220.902500', '111221.362500', '111221.822500', '111222.282500', '111222.742500', '111223.202500', '111223.662500', '111224.122500', '111224.582500', '111225.042500', '111225.502500', '111225.962500', '111226.422500', '111226.882500', '111227.342500', '111227.802500', '111228.262500', '111228.722500', '111229.182500', '111229.642500', '111230.102500', '111230.562500', '111231.022500', '111231.482500', '111231.942500', '111232.402500', '111232.862500', '111233.322500', '111233.782500', '111234.242500', '111234.702500', '111235.162500', '111235.622500', '111236.082500', '111236.542500', '111237.002500', '111237.462500', '111237.922500', '111238.382500', '111238.842500', '111239.302500', '111239.762500', '111240.222500', '111240.682500', '111241.142500', '111241.602500', '111242.062500', '111242.522500', '111242.982500', '111243.442500', '111243.902500', '111244.362500', '111244.822500', '111245.282500', '111245.742500', '111246.202500', '111246.662500', '111247.122500', '111247.582500', '111248.042500', '111248.502500', '111248.962500', '111249.422500', '111249.882500', '111250.342500', '111250.802500', '111251.262500', '111251.722500', '111252.182500', '111252.642500', '111253.102500', '111253.562500', '111254.022500', '111254.482500', '111254.942500', '111255.402500', '111255.862500', '111256.322500', '111256.782500', '111257.242500', '111257.702500', '111258.162500', '111258.622500', '111259.082500', '111259.542500', '111300.002500', '111300.462500', '111300.922500', '111301.382500', '111301.842500', '111302.302500', '111302.762500', '111303.222500', '111303.682500', '111304.142500', '111304.602500', '111305.062500', '111305.522500', '111305.982500', '111306.442500', '111306.902500', '111307.362500', '111307.822500', '111308.282500', '111308.742500', '111309.202500', '111309.662500', '111310.122500', '111310.582500', '111311.042500', '111311.502500', '111311.962500', '111312.422500', '111312.882500', '111313.342500', '111313.802500', '111314.262500', '111314.722500', '111315.182500', '111315.642500', '111316.102500', '111316.562500', '111317.022500', '111317.482500', '111317.942500', '111318.402500', '111318.862500', '111319.322500', '111319.782500', '111320.242500', '111320.702500', '111321.162500', '111321.622500', '111322.082500', '111322.542500', '111323.002500', '111323.462500', '111323.922500', '111324.382500', '111324.842500', '111325.302500', '111325.762500', '111326.222500', '111326.682500', '111327.142500', '111327.602500', '111328.062500', '111328.522500', '111328.982500', '111329.442500', '111329.902500', '111330.362500', '111330.822500', '111331.282500', '111331.742500', '111332.202500', '111332.662500', '111333.122500', '111333.582500', '111334.042500', '111334.502500', '111334.962500', '111335.422500', '111335.882500', '111336.342500', '111336.802500', '111337.262500', '111337.722500', '111338.182500', '111338.642500', '111339.102500', '111339.562500', '111340.022500', '111340.482500', '111340.942500', '111341.402500', '111341.862500', '111342.322500', '111342.782500', '111343.242500', '111343.702500', '111344.162500', '111344.622500', '111345.082500', '111345.542500', '111346.002500', '111346.462500', '111346.922500', '111347.382500', '111347.842500', '111348.302500', '111348.762500', '111349.222500', '111349.682500', '111350.142500', '111350.602500', '111351.062500', '111351.522500', '111351.982500', '111352.442500', '111352.902500', '111353.362500', '111353.822500', '111354.282500', '111354.742500', '111355.202500', '111355.662500', '111356.122500', '111356.582500', '111357.042500', '111357.502500', '111357.962500', '111358.422500', '111358.882500', '111359.342500', '111359.802500', '111400.262500', '111400.722500', '111401.182500', '111401.642500', '111402.102500', '111402.562500', '111403.022500', '111403.482500', '111403.942500', '111404.402500', '111404.862500', '111405.322500', '111405.782500', '111406.242500', '111406.702500', '111407.162500', '111407.622500', '111408.082500', '111408.542500', '111409.002500', '111409.462500', '111409.922500', '111410.382500', '111410.842500', '111411.302500', '111411.762500', '111412.222500', '111412.682500', '111413.142500', '111413.602500', '111414.062500', '111414.522500', '111414.982500', '111415.442500', '111415.902500', '111416.362500', '111416.822500', '111417.282500', '111417.742500', '111418.202500', '111418.662500', '111419.122500', '111419.582500', '111420.042500', '111420.502500', '111420.962500', '111421.422500', '111421.882500', '111422.342500', '111422.802500', '111423.262500', '111423.722500', '111424.182500', '111424.642500', '111425.102500', '111425.562500', '111426.022500', '111426.482500', '111426.942500', '111427.402500', '111427.862500', '111428.322500', '111428.782500', '111429.242500', '111429.702500', '111430.162500', '111430.622500', '111431.082500', '111431.542500', '111432.002500', '111432.462500', '111432.922500', '111433.382500', '111433.842500', '111434.302500', '111434.762500', '111435.222500', '111435.682500', '111436.142500', '111436.602500', '111437.062500', '111437.522500', '111437.982500', '111438.442500', '111438.902500', '111439.362500', '111439.822500', '111440.282500', '111440.742500', '111441.202500', '111441.662500', '111442.122500', '111442.582500', '111443.042500', '111443.502500', '111443.962500', '111444.422500', '111444.882500', '111445.342500', '111445.802500', '111446.262500', '111446.722500', '111447.182500', '111447.642500', '111448.102500', '111448.562500', '111449.022500', '111449.482500', '111449.942500', '111450.402500', '111450.862500', '111451.322500', '111451.782500', '111452.242500', '111452.702500', '111453.162500', '111453.622500', '111454.082500', '111454.542500', '111455.002500', '111455.462500', '111455.922500', '111456.382500', '111456.842500', '111457.302500', '111457.762500', '111458.222500', '111458.682500', '111459.142500', '111459.602500', '111500.062500', '111500.522500', '111500.982500', '111501.442500', '111501.902500', '111502.362500', '111502.822500', '111503.282500', '111503.742500', '111504.202500', '111504.662500', '111505.122500', '111505.582500', '111506.042500', '111506.502500', '111506.962500', '111507.422500', '111507.882500', '111508.342500', '111508.802500', '111509.262500', '111509.722500', '111510.182500', '111510.642500', '111511.102500', '111511.562500', '111512.022500', '111512.482500', '111512.942500', '111513.402500', '111513.862500', '111514.322500', '111514.782500', '111515.242500', '111515.702500', '111516.162500', '111516.622500', '111517.082500', '111517.542500', '111518.002500', '111518.462500', '111518.922500', '111519.382500', '111519.842500', '111520.302500', '111520.762500', '111521.222500', '111521.682500', '111522.142500', '111522.602500', '111523.062500', '111523.522500', '111523.982500', '111524.442500', '111524.902500', '111525.362500', '111525.822500', '111526.282500', '111526.742500', '111527.202500', '111527.662500', '111528.122500', '111528.582500', '111529.042500', '111529.502500', '111529.962500', '111530.422500', '111530.882500', '111531.342500', '111531.802500', '111532.262500', '111532.722500', '111533.182500', '111533.642500', '111534.102500', '111534.562500', '111535.022500', '111535.482500', '111535.942500', '111536.402500', '111536.862500', '111537.322500', '111537.782500', '111538.242500', '111538.702500', '111539.162500', '111539.622500', '111540.082500', '111540.542500', '111541.002500', '111541.462500', '111541.922500', '111542.382500', '111542.842500', '111543.302500', '111543.762500', '111544.222500', '111544.682500', '111545.142500', '111545.602500', '111546.062500', '111546.522500', '111546.982500', '111547.442500', '111547.902500', '111548.362500', '111548.822500', '111549.282500', '111549.742500', '111550.202500', '111550.662500', '111551.122500', '111551.582500', '111552.042500', '111552.502500', '111552.962500', '111553.422500', '111553.882500', '111554.342500', '111554.802500', '111555.262500', '111555.722500', '111556.182500', '111556.642500'], 'ContentTime': ['110614.726000', '110614.729000', '110614.732000', '110614.734000', '110614.737000', '110614.739000', '110614.742000', '110614.745000', '110614.747000', '110614.750000', '110614.753000', '110614.755000', '110614.758000', '110614.760000', '110614.763000', '110614.766000', '110614.768000', '110614.771000', '110614.773000', '110614.776000', '110614.779000', '110614.781000', '110614.784000', '110614.786000', '110614.789000', '110614.791000', '110614.794000', '110614.818000', '110614.821000', '110614.823000', '110614.826000', '110614.828000', '110614.837000', '110614.840000', '110614.842000', '110614.845000', '110614.847000', '110614.850000', '110614.852000', '110614.855000', '110614.857000', '110614.860000', '110614.863000', '110614.865000', '110614.868000', '110614.870000', '110614.873000', '110614.876000', '110614.878000', '110614.881000', '110614.884000', '110614.886000', '110614.889000', '110614.891000', '110634.698000', '110634.701000', '110634.704000', '110634.706000', '110634.709000', '110634.712000', '110634.714000', '110634.717000', '110634.720000', '110634.723000', '110634.726000', '110634.728000', '110634.731000', '110634.733000', '110634.736000', '110634.745000', '110634.748000', '110634.751000', '110634.753000', '110634.756000', '110634.758000', '110634.761000', '110634.764000', '110634.766000', '110634.769000', '110634.771000', '110634.774000', '110634.776000', '110634.779000', '110634.781000', '110634.784000', '110634.787000', '110634.789000', '110634.792000', '110634.794000', '110634.797000', '110634.800000', '110634.802000', '110634.805000', '110634.807000', '110634.810000', '110634.812000', '110634.815000', '110654.699000', '110654.702000', '110654.704000', '110654.707000', '110654.709000', '110654.712000', '110654.715000', '110654.717000', '110654.720000', '110654.730000', '110654.733000', '110654.735000', '110654.738000', '110654.740000', '110654.743000', '110654.746000', '110654.748000', '110654.751000', '110654.753000', '110654.756000', '110654.759000', '110654.761000', '110654.764000', '110654.767000', '110654.769000', '110654.772000', '110654.774000', '110654.777000', '110654.779000', '110654.782000', '110654.785000', '110654.787000', '110654.790000', '110654.792000', '110654.795000', '110654.798000', '110654.800000', '110654.803000', '110654.805000', '110654.808000', '110654.810000', '110654.813000', '110654.816000', '110654.818000', '110714.700000', '110714.702000', '110714.705000', '110714.708000', '110714.710000', '110714.713000', '110714.715000', '110714.718000', '110714.720000', '110714.723000', '110714.726000', '110714.728000', '110714.731000', '110714.733000', '110714.736000', '110714.739000', '110714.741000', '110714.744000', '110714.747000', '110714.749000', '110714.752000', '110714.761000', '110714.763000', '110714.766000', '110714.769000', '110714.771000', '110714.774000', '110714.776000', '110714.779000', '110714.782000', '110714.784000', '110714.787000', '110714.789000', '110714.792000', '110714.795000', '110714.797000', '110714.800000', '110714.802000', '110714.805000', '110714.808000', '110714.810000', '110714.813000', '110714.815000', '110714.818000', '110734.699000', '110734.702000', '110734.705000', '110734.708000', '110734.710000', '110734.713000', '110734.715000', '110734.718000', '110734.721000', '110734.723000', '110734.726000', '110734.728000', '110734.731000', '110734.734000', '110734.736000', '110734.739000', '110734.741000', '110734.744000', '110734.746000', '110734.749000', '110734.752000', '110734.754000', '110734.757000', '110734.759000', '110734.762000', '110734.765000', '110734.767000', '110734.770000', '110734.772000', '110734.775000', '110734.778000', '110734.780000', '110734.783000', '110734.785000', '110734.788000', '110734.790000', '110734.793000', '110734.796000', '110734.798000', '110734.801000', '110734.803000', '110734.806000', '110734.809000', '110754.700000', '110754.702000', '110754.705000', '110754.708000', '110754.711000', '110754.713000', '110754.716000', '110754.718000', '110754.721000', '110754.724000', '110754.726000', '110754.729000', '110754.741000', '110754.744000', '110754.747000', '110754.749000', '110754.752000', '110754.755000', '110754.759000', '110754.762000', '110754.765000', '110754.767000', '110754.770000', '110754.772000', '110754.775000', '110754.778000', '110754.780000', '110754.783000', '110754.785000', '110754.788000', '110754.791000', '110754.793000', '110754.796000', '110754.799000', '110754.801000', '110754.804000', '110754.807000', '110754.818000', '110754.821000', '110754.823000', '110754.826000', '110754.829000', '110754.831000', '110814.699000', '110814.702000', '110814.705000', '110814.707000', '110814.710000', '110814.713000', '110814.715000', '110814.718000', '110814.720000', '110814.723000', '110814.726000', '110814.728000', '110814.731000', '110814.734000', '110814.736000', '110814.739000', '110814.742000', '110814.744000', '110814.747000', '110814.750000', '110814.752000', '110814.755000', '110814.757000', '110814.760000', '110814.763000', '110814.765000', '110814.768000', '110814.771000', '110814.773000', '110814.776000', '110814.779000', '110814.781000', '110814.784000', '110814.786000', '110814.789000', '110814.792000', '110814.794000', '110814.797000', '110814.800000', '110814.802000', '110814.805000', '110814.807000', '110814.810000', '110814.812000', '110834.699000', '110834.701000', '110834.704000', '110834.707000', '110834.709000', '110834.712000', '110834.714000', '110834.718000', '110834.721000', '110834.723000', '110834.726000', '110834.729000', '110834.731000', '110834.734000', '110834.736000', '110834.739000', '110834.742000', '110834.744000', '110834.747000', '110834.749000', '110834.752000', '110834.755000', '110834.757000', '110834.760000', '110834.762000', '110834.765000', '110834.768000', '110834.770000', '110834.773000', '110834.775000', '110834.778000', '110834.781000', '110834.783000', '110834.786000', '110834.789000', '110834.791000', '110834.794000', '110834.796000', '110834.799000', '110834.802000', '110834.804000', '110834.807000', '110834.809000', '110854.699000', '110854.701000', '110854.704000', '110854.707000', '110854.709000', '110854.712000', '110854.714000', '110854.717000', '110854.720000', '110854.722000', '110854.725000', '110854.727000', '110854.730000', '110854.733000', '110854.735000', '110854.738000', '110854.741000', '110854.743000', '110854.746000', '110854.748000', '110854.751000', '110854.754000', '110854.756000', '110854.759000', '110854.762000', '110854.764000', '110854.767000', '110854.769000', '110854.772000', '110854.775000', '110854.777000', '110854.780000', '110854.782000', '110854.785000', '110854.788000', '110854.790000', '110854.793000', '110854.795000', '110854.798000', '110854.801000', '110854.803000', '110854.806000', '110854.808000', '110854.811000', '110914.698000', '110914.701000', '110914.704000', '110914.707000', '110914.709000', '110914.712000', '110914.714000', '110914.717000', '110914.720000', '110914.722000', '110914.725000', '110914.728000', '110914.730000', '110914.733000', '110914.735000', '110914.738000', '110914.741000', '110914.743000', '110914.746000', '110914.748000', '110914.751000', '110914.754000', '110914.756000', '110914.759000', '110914.761000', '110914.764000', '110914.767000', '110914.769000', '110914.772000', '110914.774000', '110914.777000', '110914.780000', '110914.782000', '110914.785000', '110914.788000', '110914.790000', '110914.793000', '110914.795000', '110914.799000', '110914.802000', '110914.804000', '110914.807000', '110914.810000', '110934.699000', '110934.702000', '110934.705000', '110934.708000', '110934.710000', '110934.713000', '110934.715000', '110934.718000', '110934.721000', '110934.723000', '110934.726000', '110934.728000', '110934.731000', '110934.733000', '110934.736000', '110934.739000', '110934.741000', '110934.744000', '110934.746000', '110934.749000', '110934.752000', '110934.754000', '110934.757000', '110934.759000', '110934.762000', '110934.765000', '110934.767000', '110934.770000', '110934.772000', '110934.775000', '110934.778000', '110934.780000', '110934.783000', '110934.785000', '110934.788000', '110934.791000', '110934.793000', '110934.796000', '110934.799000', '110934.801000', '110934.804000', '110934.806000', '110934.809000', '110934.812000', '110954.700000', '110954.702000', '110954.705000', '110954.708000', '110954.710000', '110954.713000', '110954.716000', '110954.719000', '110954.721000', '110954.724000', '110954.726000', '110954.729000', '110954.732000', '110954.734000', '110954.737000', '110954.739000', '110954.742000', '110954.745000', '110954.747000', '110954.750000', '110954.753000', '110954.756000', '110954.759000', '110954.762000', '110954.765000', '110954.767000', '110954.770000', '110954.773000', '110954.775000', '110954.778000', '110954.780000', '110954.783000', '110954.786000', '110954.788000', '110954.791000', '110954.793000', '110954.796000', '110954.799000', '110954.801000', '110954.804000', '110954.806000', '110954.809000', '110954.812000', '111014.699000', '111014.702000', '111014.705000', '111014.708000', '111014.710000', '111014.713000', '111014.715000', '111014.718000', '111014.721000', '111014.723000', '111014.726000', '111014.729000', '111014.731000', '111014.734000', '111014.736000', '111014.739000', '111014.741000', '111014.744000', '111014.747000', '111014.749000', '111014.752000', '111014.755000', '111014.757000', '111014.760000', '111014.762000', '111014.765000', '111014.767000', '111014.770000', '111014.773000', '111014.775000', '111014.778000', '111014.780000', '111014.783000', '111014.786000', '111014.788000', '111014.791000', '111014.793000', '111014.796000', '111014.799000', '111014.801000', '111014.804000', '111014.806000', '111014.809000', '111014.812000', '111034.699000', '111034.702000', '111034.705000', '111034.708000', '111034.711000', '111034.713000', '111034.716000', '111034.719000', '111034.721000', '111034.724000', '111034.727000', '111034.729000', '111034.732000', '111034.734000', '111034.737000', '111034.740000', '111034.743000', '111034.745000', '111034.748000', '111034.751000', '111034.753000', '111034.756000', '111034.759000', '111034.761000', '111034.764000', '111034.767000', '111034.769000', '111034.772000', '111034.774000', '111034.777000', '111034.780000', '111034.782000', '111034.785000', '111034.787000', '111034.790000', '111034.793000', '111034.795000', '111034.798000', '111034.800000', '111034.803000', '111034.806000', '111034.808000', '111034.811000', '111054.699000', '111054.702000', '111054.705000', '111054.708000', '111054.710000', '111054.713000', '111054.716000', '111054.718000', '111054.721000', '111054.723000', '111054.726000', '111054.729000', '111054.731000', '111054.734000', '111054.736000', '111054.739000', '111054.741000', '111054.744000', '111054.747000', '111054.772000', '111054.775000', '111054.777000', '111054.780000', '111054.783000', '111054.785000', '111054.788000', '111054.791000', '111054.793000', '111054.796000', '111054.798000', '111054.801000', '111054.804000', '111054.806000', '111054.809000', '111054.812000', '111054.814000', '111054.817000', '111054.819000', '111054.822000', '111054.825000', '111054.827000', '111054.830000', '111054.832000', '111114.699000', '111114.701000', '111114.704000', '111114.707000', '111114.709000', '111114.712000', '111114.715000', '111114.717000', '111114.720000', '111114.722000', '111114.725000', '111114.728000', '111114.730000', '111114.733000', '111114.735000', '111114.738000', '111114.741000', '111114.743000', '111114.746000', '111114.749000', '111114.751000', '111114.754000', '111114.757000', '111114.759000', '111114.762000', '111114.764000', '111114.767000', '111114.769000', '111114.772000', '111114.775000', '111114.777000', '111114.780000', '111114.782000', '111114.785000', '111114.788000', '111114.790000', '111114.793000', '111114.796000', '111114.799000', '111114.801000', '111114.804000', '111114.807000', '111114.809000', '111114.812000', '111134.699000', '111134.702000', '111134.704000', '111134.707000', '111134.710000', '111134.712000', '111134.715000', '111134.717000', '111134.720000', '111134.723000', '111134.725000', '111134.728000', '111134.730000', '111134.733000', '111134.735000', '111134.738000', '111134.741000', '111134.743000', '111134.746000', '111134.749000', '111134.751000', '111134.754000', '111134.756000', '111134.759000', '111134.761000', '111134.764000', '111134.767000', '111134.769000', '111134.772000', '111134.775000', '111134.777000', '111134.780000', '111134.783000', '111134.785000', '111134.788000', '111134.791000', '111134.793000', '111134.796000', '111134.798000', '111134.801000', '111134.804000', '111134.806000', '111134.809000', '111134.811000', '111154.700000', '111154.703000', '111154.705000', '111154.708000', '111154.711000', '111154.713000', '111154.716000', '111154.718000', '111154.721000', '111154.724000', '111154.726000', '111154.729000', '111154.732000', '111154.734000', '111154.737000', '111154.740000', '111154.743000', '111154.745000', '111154.748000', '111154.750000', '111154.753000', '111154.756000', '111154.758000', '111154.761000', '111154.764000', '111154.766000', '111154.769000', '111154.772000', '111154.774000', '111154.777000', '111154.780000', '111154.784000', '111154.786000', '111154.789000', '111154.791000', '111154.794000', '111154.797000', '111154.799000', '111154.802000', '111154.804000', '111154.807000', '111154.809000', '111154.812000', '111214.700000', '111214.702000', '111214.705000', '111214.708000', '111214.710000', '111214.713000', '111214.715000', '111214.718000', '111214.721000', '111214.723000', '111214.726000', '111214.728000', '111214.731000', '111214.733000', '111214.736000', '111214.739000', '111214.741000', '111214.744000', '111214.746000', '111214.749000', '111214.752000', '111214.754000', '111214.757000', '111214.759000', '111214.762000', '111214.765000', '111214.767000', '111214.770000', '111214.772000', '111214.786000', '111214.789000', '111214.791000', '111214.794000', '111214.797000', '111214.799000', '111214.802000', '111214.805000', '111214.807000', '111214.810000', '111214.812000', '111214.815000', '111214.818000', '111214.820000', '111214.823000', '111234.700000', '111234.702000', '111234.705000', '111234.708000', '111234.710000', '111234.713000', '111234.716000', '111234.718000', '111234.721000', '111234.723000', '111234.726000', '111234.728000', '111234.731000', '111234.734000', '111234.736000', '111234.739000', '111234.741000', '111234.744000', '111234.747000', '111234.749000', '111234.752000', '111234.755000', '111234.757000', '111234.760000', '111234.762000', '111234.765000', '111234.767000', '111234.770000', '111234.773000', '111234.775000', '111234.778000', '111234.780000', '111234.783000', '111234.786000', '111234.788000', '111234.791000', '111234.793000', '111234.796000', '111234.798000', '111234.801000', '111234.804000', '111234.806000', '111234.809000', '111254.700000', '111254.703000', '111254.705000', '111254.708000', '111254.710000', '111254.713000', '111254.716000', '111254.718000', '111254.721000', '111254.723000', '111254.726000', '111254.729000', '111254.732000', '111254.734000', '111254.737000', '111254.740000', '111254.742000', '111254.745000', '111254.748000', '111254.750000', '111254.753000', '111254.755000', '111254.758000', '111254.760000', '111254.763000', '111254.766000', '111254.768000', '111254.771000', '111254.773000', '111254.776000', '111254.779000', '111254.781000', '111254.784000', '111254.787000', '111254.789000', '111254.792000', '111254.794000', '111254.797000', '111254.800000', '111254.802000', '111254.805000', '111254.807000', '111254.810000', '111254.813000', '111314.699000', '111314.701000', '111314.704000', '111314.707000', '111314.709000', '111314.712000', '111314.714000', '111314.717000', '111314.719000', '111314.722000', '111314.725000', '111314.727000', '111314.730000', '111314.733000', '111314.735000', '111314.738000', '111314.740000', '111314.743000', '111314.745000', '111314.748000', '111314.751000', '111314.753000', '111314.756000', '111314.758000', '111314.761000', '111314.763000', '111314.766000', '111314.769000', '111314.771000', '111314.774000', '111314.777000', '111314.779000', '111314.782000', '111314.784000', '111314.787000', '111314.790000', '111314.792000', '111314.795000', '111314.797000', '111314.800000', '111314.803000', '111314.805000', '111314.808000', '111334.699000', '111334.701000', '111334.704000', '111334.707000', '111334.709000', '111334.712000', '111334.714000', '111334.717000', '111334.720000', '111334.722000', '111334.725000', '111334.727000', '111334.730000', '111334.733000', '111334.735000', '111334.738000', '111334.741000', '111334.743000', '111334.746000', '111334.748000', '111334.751000', '111334.754000', '111334.756000', '111334.759000', '111334.761000', '111334.764000', '111334.767000', '111334.769000', '111334.772000', '111334.774000', '111334.777000', '111334.780000', '111334.782000', '111334.785000', '111334.787000', '111334.790000', '111334.793000', '111334.795000', '111334.798000', '111334.800000', '111334.812000', '111334.815000', '111334.818000', '111334.820000', '111354.699000', '111354.702000', '111354.704000', '111354.707000', '111354.709000', '111354.712000', '111354.715000', '111354.717000', '111354.720000', '111354.722000', '111354.725000', '111354.728000', '111354.730000', '111354.733000', '111354.735000', '111354.738000', '111354.740000', '111354.743000', '111354.746000', '111354.748000', '111354.751000', '111354.753000', '111354.756000', '111354.759000', '111354.761000', '111354.764000', '111354.766000', '111354.769000', '111354.772000', '111354.774000', '111354.777000', '111354.779000', '111354.782000', '111354.785000', '111354.787000', '111354.790000', '111354.793000', '111354.795000', '111354.798000', '111354.801000', '111354.803000', '111354.806000', '111354.808000', '111414.699000', '111414.702000', '111414.705000', '111414.708000', '111414.710000', '111414.713000', '111414.715000', '111414.718000', '111414.721000', '111414.724000', '111414.726000', '111414.729000', '111414.731000', '111414.734000', '111414.737000', '111414.739000', '111414.742000', '111414.744000', '111414.747000', '111414.750000', '111414.752000', '111414.755000', '111414.757000', '111414.760000', '111414.763000', '111414.765000', '111414.768000', '111414.770000', '111414.773000', '111414.776000', '111414.778000', '111414.781000', '111414.783000', '111414.786000', '111414.789000', '111414.791000', '111414.794000', '111414.797000', '111414.799000', '111414.802000', '111414.805000', '111414.807000', '111414.810000', '111414.812000', '111434.699000', '111434.702000', '111434.705000', '111434.707000', '111434.710000', '111434.713000', '111434.715000', '111434.718000', '111434.720000', '111434.723000', '111434.726000', '111434.728000', '111434.731000', '111434.734000', '111434.736000', '111434.739000', '111434.741000', '111434.744000', '111434.747000', '111434.749000', '111434.752000', '111434.754000', '111434.757000', '111434.760000', '111434.762000', '111434.765000', '111434.767000', '111434.770000', '111434.772000', '111434.775000', '111434.778000', '111434.780000', '111434.783000', '111434.785000', '111434.788000', '111434.791000', '111434.793000', '111434.796000', '111434.798000', '111434.801000', '111434.804000', '111434.806000', '111434.809000', '111454.700000', '111454.702000', '111454.705000', '111454.708000', '111454.710000', '111454.713000', '111454.716000', '111454.718000', '111454.721000', '111454.724000', '111454.726000', '111454.729000', '111454.731000', '111454.734000', '111454.737000', '111454.739000', '111454.742000', '111454.745000', '111454.747000', '111454.750000', '111454.752000', '111454.755000', '111454.758000', '111454.760000', '111454.763000', '111454.766000', '111454.768000', '111454.771000', '111454.773000', '111454.776000', '111454.779000', '111454.781000', '111454.784000', '111454.786000', '111454.789000', '111454.792000', '111454.794000', '111454.820000', '111454.823000', '111454.825000', '111454.828000', '111454.831000', '111454.833000', '111514.699000', '111514.702000', '111514.705000', '111514.708000', '111514.710000', '111514.713000', '111514.715000', '111514.718000', '111514.721000', '111514.723000', '111514.726000', '111514.729000', '111514.731000', '111514.734000', '111514.736000', '111514.747000', '111514.750000', '111514.753000', '111514.755000', '111514.758000', '111514.760000', '111514.763000', '111514.766000', '111514.768000', '111514.771000', '111514.773000', '111514.776000', '111514.779000', '111514.781000', '111514.784000', '111514.786000', '111514.789000', '111514.791000', '111514.794000', '111514.797000', '111514.799000', '111514.802000', '111514.805000', '111514.807000', '111514.810000', '111514.813000', '111514.815000', '111514.818000', '111514.820000', '111534.699000', '111534.702000', '111534.704000', '111534.707000', '111534.710000', '111534.712000', '111534.715000', '111534.718000', '111534.720000', '111534.723000', '111534.725000', '111534.728000', '111534.731000', '111534.733000', '111534.736000', '111534.738000', '111534.741000', '111534.744000', '111534.746000', '111534.749000', '111534.751000', '111534.754000', '111534.758000', '111534.760000', '111534.763000', '111534.766000', '111534.768000', '111534.771000', '111534.774000', '111534.776000', '111534.779000', '111534.781000', '111534.784000', '111534.787000', '111534.789000', '111534.792000', '111534.794000', '111534.797000', '111534.800000', '111534.802000', '111534.805000', '111534.808000', '111534.810000', '111554.699000', '111554.702000', '111554.704000', '111554.707000', '111554.710000', '111554.712000', '111554.715000', '111554.717000', '111554.720000', '111554.723000', '111554.725000', '111554.728000', '111554.730000', '111554.733000', '111554.736000', '111554.739000', '111554.741000', '111554.744000', '111554.746000', '111554.749000', '111554.752000', '111554.754000', '111554.757000', '111554.760000', '111554.762000', '111554.765000', '111554.768000', '111554.770000', '111554.773000', '111554.775000', '111554.778000', '111554.781000', '111554.783000', '111554.786000', '111554.789000', '111554.791000', '111554.794000', '111554.796000', '111554.799000', '111554.802000', '111554.804000', '111554.807000', '111554.810000', '111554.812000', '111557.708000', '111557.710000', '111557.713000', '111557.716000', '111557.718000', '111557.721000', '111557.724000'], 'InstanceCreationTime': ['110614.726000', '110614.729000', '110614.732000', '110614.734000', '110614.737000', '110614.739000', '110614.742000', '110614.745000', '110614.747000', '110614.750000', '110614.753000', '110614.755000', '110614.758000', '110614.760000', '110614.763000', '110614.766000', '110614.768000', '110614.771000', '110614.773000', '110614.776000', '110614.779000', '110614.781000', '110614.784000', '110614.786000', '110614.789000', '110614.791000', '110614.794000', '110614.818000', '110614.821000', '110614.823000', '110614.826000', '110614.828000', '110614.837000', '110614.840000', '110614.842000', '110614.845000', '110614.847000', '110614.850000', '110614.852000', '110614.855000', '110614.857000', '110614.860000', '110614.863000', '110614.865000', '110614.868000', '110614.870000', '110614.873000', '110614.876000', '110614.878000', '110614.881000', '110614.884000', '110614.886000', '110614.889000', '110614.891000', '110634.698000', '110634.701000', '110634.704000', '110634.706000', '110634.709000', '110634.712000', '110634.714000', '110634.717000', '110634.720000', '110634.723000', '110634.726000', '110634.728000', '110634.731000', '110634.733000', '110634.736000', '110634.745000', '110634.748000', '110634.751000', '110634.753000', '110634.756000', '110634.758000', '110634.761000', '110634.764000', '110634.766000', '110634.769000', '110634.771000', '110634.774000', '110634.776000', '110634.779000', '110634.781000', '110634.784000', '110634.787000', '110634.789000', '110634.792000', '110634.794000', '110634.797000', '110634.800000', '110634.802000', '110634.805000', '110634.807000', '110634.810000', '110634.812000', '110634.815000', '110654.699000', '110654.702000', '110654.704000', '110654.707000', '110654.709000', '110654.712000', '110654.715000', '110654.717000', '110654.720000', '110654.730000', '110654.733000', '110654.735000', '110654.738000', '110654.740000', '110654.743000', '110654.746000', '110654.748000', '110654.751000', '110654.753000', '110654.756000', '110654.759000', '110654.761000', '110654.764000', '110654.767000', '110654.769000', '110654.772000', '110654.774000', '110654.777000', '110654.779000', '110654.782000', '110654.785000', '110654.787000', '110654.790000', '110654.792000', '110654.795000', '110654.798000', '110654.800000', '110654.803000', '110654.805000', '110654.808000', '110654.810000', '110654.813000', '110654.816000', '110654.818000', '110714.700000', '110714.702000', '110714.705000', '110714.708000', '110714.710000', '110714.713000', '110714.715000', '110714.718000', '110714.720000', '110714.723000', '110714.726000', '110714.728000', '110714.731000', '110714.733000', '110714.736000', '110714.739000', '110714.741000', '110714.744000', '110714.747000', '110714.749000', '110714.752000', '110714.761000', '110714.763000', '110714.766000', '110714.769000', '110714.771000', '110714.774000', '110714.776000', '110714.779000', '110714.782000', '110714.784000', '110714.787000', '110714.789000', '110714.792000', '110714.795000', '110714.797000', '110714.800000', '110714.802000', '110714.805000', '110714.808000', '110714.810000', '110714.813000', '110714.815000', '110714.818000', '110734.699000', '110734.702000', '110734.705000', '110734.708000', '110734.710000', '110734.713000', '110734.715000', '110734.718000', '110734.721000', '110734.723000', '110734.726000', '110734.728000', '110734.731000', '110734.734000', '110734.736000', '110734.739000', '110734.741000', '110734.744000', '110734.746000', '110734.749000', '110734.752000', '110734.754000', '110734.757000', '110734.759000', '110734.762000', '110734.765000', '110734.767000', '110734.770000', '110734.772000', '110734.775000', '110734.778000', '110734.780000', '110734.783000', '110734.785000', '110734.788000', '110734.790000', '110734.793000', '110734.796000', '110734.798000', '110734.801000', '110734.803000', '110734.806000', '110734.809000', '110754.700000', '110754.702000', '110754.705000', '110754.708000', '110754.711000', '110754.713000', '110754.716000', '110754.718000', '110754.721000', '110754.724000', '110754.726000', '110754.729000', '110754.741000', '110754.744000', '110754.747000', '110754.749000', '110754.752000', '110754.755000', '110754.759000', '110754.762000', '110754.765000', '110754.767000', '110754.770000', '110754.772000', '110754.775000', '110754.778000', '110754.780000', '110754.783000', '110754.785000', '110754.788000', '110754.791000', '110754.793000', '110754.796000', '110754.799000', '110754.801000', '110754.804000', '110754.807000', '110754.818000', '110754.821000', '110754.823000', '110754.826000', '110754.829000', '110754.831000', '110814.699000', '110814.702000', '110814.705000', '110814.707000', '110814.710000', '110814.713000', '110814.715000', '110814.718000', '110814.720000', '110814.723000', '110814.726000', '110814.728000', '110814.731000', '110814.734000', '110814.736000', '110814.739000', '110814.742000', '110814.744000', '110814.747000', '110814.750000', '110814.752000', '110814.755000', '110814.757000', '110814.760000', '110814.763000', '110814.765000', '110814.768000', '110814.771000', '110814.773000', '110814.776000', '110814.779000', '110814.781000', '110814.784000', '110814.786000', '110814.789000', '110814.792000', '110814.794000', '110814.797000', '110814.800000', '110814.802000', '110814.805000', '110814.807000', '110814.810000', '110814.812000', '110834.699000', '110834.701000', '110834.704000', '110834.707000', '110834.709000', '110834.712000', '110834.714000', '110834.718000', '110834.721000', '110834.723000', '110834.726000', '110834.729000', '110834.731000', '110834.734000', '110834.736000', '110834.739000', '110834.742000', '110834.744000', '110834.747000', '110834.749000', '110834.752000', '110834.755000', '110834.757000', '110834.760000', '110834.762000', '110834.765000', '110834.768000', '110834.770000', '110834.773000', '110834.775000', '110834.778000', '110834.781000', '110834.783000', '110834.786000', '110834.789000', '110834.791000', '110834.794000', '110834.796000', '110834.799000', '110834.802000', '110834.804000', '110834.807000', '110834.809000', '110854.699000', '110854.701000', '110854.704000', '110854.707000', '110854.709000', '110854.712000', '110854.714000', '110854.717000', '110854.720000', '110854.722000', '110854.725000', '110854.727000', '110854.730000', '110854.733000', '110854.735000', '110854.738000', '110854.741000', '110854.743000', '110854.746000', '110854.748000', '110854.751000', '110854.754000', '110854.756000', '110854.759000', '110854.762000', '110854.764000', '110854.767000', '110854.769000', '110854.772000', '110854.775000', '110854.777000', '110854.780000', '110854.782000', '110854.785000', '110854.788000', '110854.790000', '110854.793000', '110854.795000', '110854.798000', '110854.801000', '110854.803000', '110854.806000', '110854.808000', '110854.811000', '110914.698000', '110914.701000', '110914.704000', '110914.707000', '110914.709000', '110914.712000', '110914.714000', '110914.717000', '110914.720000', '110914.722000', '110914.725000', '110914.728000', '110914.730000', '110914.733000', '110914.735000', '110914.738000', '110914.741000', '110914.743000', '110914.746000', '110914.748000', '110914.751000', '110914.754000', '110914.756000', '110914.759000', '110914.761000', '110914.764000', '110914.767000', '110914.769000', '110914.772000', '110914.774000', '110914.777000', '110914.780000', '110914.782000', '110914.785000', '110914.788000', '110914.790000', '110914.793000', '110914.795000', '110914.799000', '110914.802000', '110914.804000', '110914.807000', '110914.810000', '110934.699000', '110934.702000', '110934.705000', '110934.708000', '110934.710000', '110934.713000', '110934.715000', '110934.718000', '110934.721000', '110934.723000', '110934.726000', '110934.728000', '110934.731000', '110934.733000', '110934.736000', '110934.739000', '110934.741000', '110934.744000', '110934.746000', '110934.749000', '110934.752000', '110934.754000', '110934.757000', '110934.759000', '110934.762000', '110934.765000', '110934.767000', '110934.770000', '110934.772000', '110934.775000', '110934.778000', '110934.780000', '110934.783000', '110934.785000', '110934.788000', '110934.791000', '110934.793000', '110934.796000', '110934.799000', '110934.801000', '110934.804000', '110934.806000', '110934.809000', '110934.812000', '110954.700000', '110954.702000', '110954.705000', '110954.708000', '110954.710000', '110954.713000', '110954.716000', '110954.719000', '110954.721000', '110954.724000', '110954.726000', '110954.729000', '110954.732000', '110954.734000', '110954.737000', '110954.739000', '110954.742000', '110954.745000', '110954.747000', '110954.750000', '110954.753000', '110954.756000', '110954.759000', '110954.762000', '110954.765000', '110954.767000', '110954.770000', '110954.773000', '110954.775000', '110954.778000', '110954.780000', '110954.783000', '110954.786000', '110954.788000', '110954.791000', '110954.793000', '110954.796000', '110954.799000', '110954.801000', '110954.804000', '110954.806000', '110954.809000', '110954.812000', '111014.699000', '111014.702000', '111014.705000', '111014.708000', '111014.710000', '111014.713000', '111014.715000', '111014.718000', '111014.721000', '111014.723000', '111014.726000', '111014.729000', '111014.731000', '111014.734000', '111014.736000', '111014.739000', '111014.741000', '111014.744000', '111014.747000', '111014.749000', '111014.752000', '111014.755000', '111014.757000', '111014.760000', '111014.762000', '111014.765000', '111014.767000', '111014.770000', '111014.773000', '111014.775000', '111014.778000', '111014.780000', '111014.783000', '111014.786000', '111014.788000', '111014.791000', '111014.793000', '111014.796000', '111014.799000', '111014.801000', '111014.804000', '111014.806000', '111014.809000', '111014.812000', '111034.699000', '111034.702000', '111034.705000', '111034.708000', '111034.711000', '111034.713000', '111034.716000', '111034.719000', '111034.721000', '111034.724000', '111034.727000', '111034.729000', '111034.732000', '111034.734000', '111034.737000', '111034.740000', '111034.743000', '111034.745000', '111034.748000', '111034.751000', '111034.753000', '111034.756000', '111034.759000', '111034.761000', '111034.764000', '111034.767000', '111034.769000', '111034.772000', '111034.774000', '111034.777000', '111034.780000', '111034.782000', '111034.785000', '111034.787000', '111034.790000', '111034.793000', '111034.795000', '111034.798000', '111034.800000', '111034.803000', '111034.806000', '111034.808000', '111034.811000', '111054.699000', '111054.702000', '111054.705000', '111054.708000', '111054.710000', '111054.713000', '111054.716000', '111054.718000', '111054.721000', '111054.723000', '111054.726000', '111054.729000', '111054.731000', '111054.734000', '111054.736000', '111054.739000', '111054.741000', '111054.744000', '111054.747000', '111054.772000', '111054.775000', '111054.777000', '111054.780000', '111054.783000', '111054.785000', '111054.788000', '111054.791000', '111054.793000', '111054.796000', '111054.798000', '111054.801000', '111054.804000', '111054.806000', '111054.809000', '111054.812000', '111054.814000', '111054.817000', '111054.819000', '111054.822000', '111054.825000', '111054.827000', '111054.830000', '111054.832000', '111114.699000', '111114.701000', '111114.704000', '111114.707000', '111114.709000', '111114.712000', '111114.715000', '111114.717000', '111114.720000', '111114.722000', '111114.725000', '111114.728000', '111114.730000', '111114.733000', '111114.735000', '111114.738000', '111114.741000', '111114.743000', '111114.746000', '111114.749000', '111114.751000', '111114.754000', '111114.757000', '111114.759000', '111114.762000', '111114.764000', '111114.767000', '111114.769000', '111114.772000', '111114.775000', '111114.777000', '111114.780000', '111114.782000', '111114.785000', '111114.788000', '111114.790000', '111114.793000', '111114.796000', '111114.799000', '111114.801000', '111114.804000', '111114.807000', '111114.809000', '111114.812000', '111134.699000', '111134.702000', '111134.704000', '111134.707000', '111134.710000', '111134.712000', '111134.715000', '111134.717000', '111134.720000', '111134.723000', '111134.725000', '111134.728000', '111134.730000', '111134.733000', '111134.735000', '111134.738000', '111134.741000', '111134.743000', '111134.746000', '111134.749000', '111134.751000', '111134.754000', '111134.756000', '111134.759000', '111134.761000', '111134.764000', '111134.767000', '111134.769000', '111134.772000', '111134.775000', '111134.777000', '111134.780000', '111134.783000', '111134.785000', '111134.788000', '111134.791000', '111134.793000', '111134.796000', '111134.798000', '111134.801000', '111134.804000', '111134.806000', '111134.809000', '111134.811000', '111154.700000', '111154.703000', '111154.705000', '111154.708000', '111154.711000', '111154.713000', '111154.716000', '111154.718000', '111154.721000', '111154.724000', '111154.726000', '111154.729000', '111154.732000', '111154.734000', '111154.737000', '111154.740000', '111154.743000', '111154.745000', '111154.748000', '111154.750000', '111154.753000', '111154.756000', '111154.758000', '111154.761000', '111154.764000', '111154.766000', '111154.769000', '111154.772000', '111154.774000', '111154.777000', '111154.780000', '111154.784000', '111154.786000', '111154.789000', '111154.791000', '111154.794000', '111154.797000', '111154.799000', '111154.802000', '111154.804000', '111154.807000', '111154.809000', '111154.812000', '111214.700000', '111214.702000', '111214.705000', '111214.708000', '111214.710000', '111214.713000', '111214.715000', '111214.718000', '111214.721000', '111214.723000', '111214.726000', '111214.728000', '111214.731000', '111214.733000', '111214.736000', '111214.739000', '111214.741000', '111214.744000', '111214.746000', '111214.749000', '111214.752000', '111214.754000', '111214.757000', '111214.759000', '111214.762000', '111214.765000', '111214.767000', '111214.770000', '111214.772000', '111214.786000', '111214.789000', '111214.791000', '111214.794000', '111214.797000', '111214.799000', '111214.802000', '111214.805000', '111214.807000', '111214.810000', '111214.812000', '111214.815000', '111214.818000', '111214.820000', '111214.823000', '111234.700000', '111234.702000', '111234.705000', '111234.708000', '111234.710000', '111234.713000', '111234.716000', '111234.718000', '111234.721000', '111234.723000', '111234.726000', '111234.728000', '111234.731000', '111234.734000', '111234.736000', '111234.739000', '111234.741000', '111234.744000', '111234.747000', '111234.749000', '111234.752000', '111234.755000', '111234.757000', '111234.760000', '111234.762000', '111234.765000', '111234.767000', '111234.770000', '111234.773000', '111234.775000', '111234.778000', '111234.780000', '111234.783000', '111234.786000', '111234.788000', '111234.791000', '111234.793000', '111234.796000', '111234.798000', '111234.801000', '111234.804000', '111234.806000', '111234.809000', '111254.700000', '111254.703000', '111254.705000', '111254.708000', '111254.710000', '111254.713000', '111254.716000', '111254.718000', '111254.721000', '111254.723000', '111254.726000', '111254.729000', '111254.732000', '111254.734000', '111254.737000', '111254.740000', '111254.742000', '111254.745000', '111254.748000', '111254.750000', '111254.753000', '111254.755000', '111254.758000', '111254.760000', '111254.763000', '111254.766000', '111254.768000', '111254.771000', '111254.773000', '111254.776000', '111254.779000', '111254.781000', '111254.784000', '111254.787000', '111254.789000', '111254.792000', '111254.794000', '111254.797000', '111254.800000', '111254.802000', '111254.805000', '111254.807000', '111254.810000', '111254.813000', '111314.699000', '111314.701000', '111314.704000', '111314.707000', '111314.709000', '111314.712000', '111314.714000', '111314.717000', '111314.719000', '111314.722000', '111314.725000', '111314.727000', '111314.730000', '111314.733000', '111314.735000', '111314.738000', '111314.740000', '111314.743000', '111314.745000', '111314.748000', '111314.751000', '111314.753000', '111314.756000', '111314.758000', '111314.761000', '111314.763000', '111314.766000', '111314.769000', '111314.771000', '111314.774000', '111314.777000', '111314.779000', '111314.782000', '111314.784000', '111314.787000', '111314.790000', '111314.792000', '111314.795000', '111314.797000', '111314.800000', '111314.803000', '111314.805000', '111314.808000', '111334.699000', '111334.701000', '111334.704000', '111334.707000', '111334.709000', '111334.712000', '111334.714000', '111334.717000', '111334.720000', '111334.722000', '111334.725000', '111334.727000', '111334.730000', '111334.733000', '111334.735000', '111334.738000', '111334.741000', '111334.743000', '111334.746000', '111334.748000', '111334.751000', '111334.754000', '111334.756000', '111334.759000', '111334.761000', '111334.764000', '111334.767000', '111334.769000', '111334.772000', '111334.774000', '111334.777000', '111334.780000', '111334.782000', '111334.785000', '111334.787000', '111334.790000', '111334.793000', '111334.795000', '111334.798000', '111334.800000', '111334.812000', '111334.815000', '111334.818000', '111334.820000', '111354.699000', '111354.702000', '111354.704000', '111354.707000', '111354.709000', '111354.712000', '111354.715000', '111354.717000', '111354.720000', '111354.722000', '111354.725000', '111354.728000', '111354.730000', '111354.733000', '111354.735000', '111354.738000', '111354.740000', '111354.743000', '111354.746000', '111354.748000', '111354.751000', '111354.753000', '111354.756000', '111354.759000', '111354.761000', '111354.764000', '111354.766000', '111354.769000', '111354.772000', '111354.774000', '111354.777000', '111354.779000', '111354.782000', '111354.785000', '111354.787000', '111354.790000', '111354.793000', '111354.795000', '111354.798000', '111354.801000', '111354.803000', '111354.806000', '111354.808000', '111414.699000', '111414.702000', '111414.705000', '111414.708000', '111414.710000', '111414.713000', '111414.715000', '111414.718000', '111414.721000', '111414.724000', '111414.726000', '111414.729000', '111414.731000', '111414.734000', '111414.737000', '111414.739000', '111414.742000', '111414.744000', '111414.747000', '111414.750000', '111414.752000', '111414.755000', '111414.757000', '111414.760000', '111414.763000', '111414.765000', '111414.768000', '111414.770000', '111414.773000', '111414.776000', '111414.778000', '111414.781000', '111414.783000', '111414.786000', '111414.789000', '111414.791000', '111414.794000', '111414.797000', '111414.799000', '111414.802000', '111414.805000', '111414.807000', '111414.810000', '111414.812000', '111434.699000', '111434.702000', '111434.705000', '111434.707000', '111434.710000', '111434.713000', '111434.715000', '111434.718000', '111434.720000', '111434.723000', '111434.726000', '111434.728000', '111434.731000', '111434.734000', '111434.736000', '111434.739000', '111434.741000', '111434.744000', '111434.747000', '111434.749000', '111434.752000', '111434.754000', '111434.757000', '111434.760000', '111434.762000', '111434.765000', '111434.767000', '111434.770000', '111434.772000', '111434.775000', '111434.778000', '111434.780000', '111434.783000', '111434.785000', '111434.788000', '111434.791000', '111434.793000', '111434.796000', '111434.798000', '111434.801000', '111434.804000', '111434.806000', '111434.809000', '111454.700000', '111454.702000', '111454.705000', '111454.708000', '111454.710000', '111454.713000', '111454.716000', '111454.718000', '111454.721000', '111454.724000', '111454.726000', '111454.729000', '111454.731000', '111454.734000', '111454.737000', '111454.739000', '111454.742000', '111454.745000', '111454.747000', '111454.750000', '111454.752000', '111454.755000', '111454.758000', '111454.760000', '111454.763000', '111454.766000', '111454.768000', '111454.771000', '111454.773000', '111454.776000', '111454.779000', '111454.781000', '111454.784000', '111454.786000', '111454.789000', '111454.792000', '111454.794000', '111454.820000', '111454.823000', '111454.825000', '111454.828000', '111454.831000', '111454.833000', '111514.699000', '111514.702000', '111514.705000', '111514.708000', '111514.710000', '111514.713000', '111514.715000', '111514.718000', '111514.721000', '111514.723000', '111514.726000', '111514.729000', '111514.731000', '111514.734000', '111514.736000', '111514.747000', '111514.750000', '111514.753000', '111514.755000', '111514.758000', '111514.760000', '111514.763000', '111514.766000', '111514.768000', '111514.771000', '111514.773000', '111514.776000', '111514.779000', '111514.781000', '111514.784000', '111514.786000', '111514.789000', '111514.791000', '111514.794000', '111514.797000', '111514.799000', '111514.802000', '111514.805000', '111514.807000', '111514.810000', '111514.813000', '111514.815000', '111514.818000', '111514.820000', '111534.699000', '111534.702000', '111534.704000', '111534.707000', '111534.710000', '111534.712000', '111534.715000', '111534.718000', '111534.720000', '111534.723000', '111534.725000', '111534.728000', '111534.731000', '111534.733000', '111534.736000', '111534.738000', '111534.741000', '111534.744000', '111534.746000', '111534.749000', '111534.751000', '111534.754000', '111534.758000', '111534.760000', '111534.763000', '111534.766000', '111534.768000', '111534.771000', '111534.774000', '111534.776000', '111534.779000', '111534.781000', '111534.784000', '111534.787000', '111534.789000', '111534.792000', '111534.794000', '111534.797000', '111534.800000', '111534.802000', '111534.805000', '111534.808000', '111534.810000', '111554.699000', '111554.702000', '111554.704000', '111554.707000', '111554.710000', '111554.712000', '111554.715000', '111554.717000', '111554.720000', '111554.723000', '111554.725000', '111554.728000', '111554.730000', '111554.733000', '111554.736000', '111554.739000', '111554.741000', '111554.744000', '111554.746000', '111554.749000', '111554.752000', '111554.754000', '111554.757000', '111554.760000', '111554.762000', '111554.765000', '111554.768000', '111554.770000', '111554.773000', '111554.775000', '111554.778000', '111554.781000', '111554.783000', '111554.786000', '111554.789000', '111554.791000', '111554.794000', '111554.796000', '111554.799000', '111554.802000', '111554.804000', '111554.807000', '111554.810000', '111554.812000', '111557.708000', '111557.710000', '111557.713000', '111557.716000', '111557.718000', '111557.721000', '111557.724000'], '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], 'LargestImagePixelValue': [10684, 13592, 12116, 13131, 9686, 12788, 9539, 12657, 9906, 12775, 10809, 12269, 11201, 12727, 11589, 13408, 11056, 12887, 11412, 14028, 11107, 11434, 10765, 8699, 11035, 9131, 12282, 10368, 12803, 10243, 13053, 10567, 11852, 10941, 9050, 12107, 9172, 12978, 10351, 13254, 10962, 13364, 10421, 13422, 10472, 13672, 10290, 11568, 10883, 10907, 10815, 8938, 11121, 8447, 12211, 9107, 12296, 9445, 12480, 8983, 12012, 9047, 12148, 10756, 14288, 10366, 10170, 11242, 8933, 13097, 10772, 9957, 11752, 10273, 12871, 11988, 12713, 9926, 12727, 10013, 12967, 10174, 12831, 9962, 13158, 9950, 8842, 14145, 11060, 8830, 12530, 10973, 11288, 11828, 10078, 13473, 10475, 14347, 9954, 13739, 11019, 13670, 11357, 12708, 10525, 11353, 10940, 10070, 11176, 8529, 12233, 10034, 12782, 10415, 14113, 10504, 11546, 11151, 10162, 11082, 9264, 12551, 10294, 12346, 9816, 12823, 10178, 12845, 11224, 13321, 10508, 12483, 10873, 9696, 11750, 10142, 13016, 9783, 13621, 10229, 14143, 10936, 14624, 11579, 13716, 11413, 15989, 10966, 10734, 11436, 10748, 11723, 10075, 12050, 9435, 13140, 10553, 13366, 11121, 13516, 10920, 15181, 11349, 15682, 10657, 10428, 11328, 9126, 12885, 9846, 13255, 11548, 15769, 11363, 11190, 11643, 9682, 12922, 10980, 14116, 11666, 14620, 11592, 16366, 11461, 15601, 11690, 16394, 11106, 11820, 11651, 10537, 11406, 9703, 9812, 11493, 10626, 11505, 12392, 9942, 12610, 10080, 13693, 11584, 15772, 11816, 15567, 11699, 12628, 11457, 10019, 12250, 8801, 13059, 10646, 13209, 10519, 10369, 11372, 9185, 11928, 9384, 12499, 9889, 13283, 10854, 14090, 11176, 14323, 11021, 13900, 11600, 14215, 11508, 15967, 10870, 16554, 11197, 14497, 10870, 14779, 10457, 15800, 11084, 14342, 11162, 12136, 11218, 9579, 11391, 8915, 12533, 9666, 12753, 10485, 13336, 11170, 13892, 11510, 14071, 11553, 15415, 11370, 15706, 10896, 15673, 11213, 14907, 11410, 14277, 11391, 15019, 11014, 12933, 10803, 12187, 10907, 10443, 11416, 12029, 11157, 17586, 11903, 16027, 10963, 12143, 10928, 10214, 11563, 10081, 11474, 9224, 12508, 10053, 12587, 9821, 12835, 10198, 13100, 10803, 13958, 11352, 13835, 11279, 13637, 11063, 13314, 10900, 14113, 11239, 14704, 10668, 11917, 10806, 8908, 12601, 10318, 13509, 11322, 12479, 11005, 9030, 13545, 11480, 10549, 13469, 10601, 14844, 11650, 14813, 11745, 15806, 12029, 13726, 11396, 11953, 11310, 10124, 12127, 9570, 13314, 10503, 13014, 10792, 13550, 11012, 14683, 10760, 13749, 10754, 14347, 11182, 14508, 10678, 12564, 11060, 9389, 11738, 9406, 12405, 10259, 12849, 9693, 12788, 10679, 13139, 11359, 14169, 11603, 15055, 11591, 15390, 12095, 16000, 12559, 14809, 11572, 15555, 11646, 14187, 11347, 10237, 12589, 10259, 13124, 10519, 13403, 11581, 14169, 11564, 14395, 12155, 16523, 11592, 17105, 11497, 16681, 11497, 15291, 11162, 14038, 11135, 13604, 11119, 14503, 10884, 10242, 11923, 8560, 12784, 10797, 7957, 11535, 11058, 12807, 9976, 12844, 10905, 12333, 12079, 11836, 17301, 11535, 15146, 11447, 14400, 11701, 10628, 13598, 11063, 14508, 11698, 11156, 14837, 11406, 16311, 12936, 18042, 15663, 16781, 12990, 13644, 12357, 10664, 13887, 11033, 13103, 11018, 12606, 10639, 13244, 11034, 11976, 10594, 9853, 10854, 9367, 12743, 10506, 11659, 10380, 9657, 10952, 10134, 11922, 10639, 9922, 10468, 9494, 11920, 9830, 12077, 9463, 12602, 9320, 12513, 10094, 12226, 10267, 13665, 9997, 8847, 10421, 8811, 10787, 8497, 10872, 8647, 11712, 9694, 11859, 10178, 11867, 9790, 12117, 10103, 12020, 10103, 13200, 9936, 10719, 10075, 10171, 12728, 9352, 10737, 9590, 12046, 10381, 12724, 10183, 9041, 12172, 9803, 12746, 10744, 14601, 10527, 9604, 11379, 9765, 13621, 10845, 8915, 12759, 10522, 12630, 10425, 9121, 12525, 9396, 12973, 9637, 12796, 9381, 13102, 9941, 12271, 9800, 12704, 9638, 11501, 10197, 10636, 10357, 10100, 11877, 9773, 11720, 9623, 12459, 10089, 12670, 10318, 12828, 10508, 12762, 10720, 9256, 11978, 9692, 12516, 9583, 13190, 10623, 13498, 11111, 13258, 10794, 14191, 10649, 14380, 10843, 13488, 10500, 10761, 11170, 8785, 12229, 9166, 12451, 10297, 12680, 10456, 11456, 10974, 8774, 11911, 9550, 12519, 9549, 12852, 10075, 12880, 10299, 11242, 10717, 8919, 11705, 9146, 12143, 10373, 12314, 10118, 12532, 9712, 12190, 9370, 12352, 10192, 12044, 10132, 11955, 9914, 8732, 11019, 9698, 11634, 10203, 12830, 10485, 14300, 10499, 13919, 11369, 15397, 11088, 14800, 11020, 8949, 12907, 9756, 13326, 10796, 13737, 11001, 15406, 10939, 14332, 10759, 14072, 10575, 13630, 10346, 13999, 10310, 9596, 11363, 10801, 12411, 9883, 13261, 10360, 13347, 10890, 13885, 10886, 12037, 11367, 9301, 12774, 10531, 13779, 10258, 13599, 10917, 13589, 11137, 11672, 11027, 9532, 11600, 10742, 11435, 9957, 12470, 10271, 12419, 10524, 12763, 10053, 12986, 9736, 12628, 10761, 12648, 10551, 12927, 10712, 13192, 10038, 12995, 10225, 13280, 10372, 13108, 10452, 10807, 10448, 9739, 11130, 10018, 11216, 9987, 12949, 10595, 12594, 9269, 12591, 9097, 12806, 9303, 11799, 9362, 11538, 11354, 8484, 12046, 10334, 13075, 10376, 12349, 9185, 12994, 10466, 12787, 9522, 12762, 9604, 12685, 10399, 13307, 10934, 13604, 11373, 13827, 11885, 13717, 12255, 14169, 12391, 12589, 12155, 10102, 10516, 10782, 10011, 12233, 10223, 9822, 12016, 10774, 12703, 9806, 9566, 11488, 11775, 11936, 14432, 11643, 17432, 12876, 11366, 15118, 12109, 12103, 11874, 10594, 14093, 11273, 9905, 11709, 11592, 12847, 11151, 8884, 12247, 9331, 11679, 10311, 11947, 10945, 8779, 11038, 9560, 12347, 10985, 10781, 12827, 10380, 12640, 11166, 9458, 12494, 10423, 12711, 11642, 9381, 12056, 9954, 11396, 10363, 10544, 10279, 10072, 13422, 10215, 8497, 11947, 9311, 12443, 9983, 13192, 10162, 9052, 10820, 9661, 12902, 9880, 13348, 10373, 8743, 11713, 9761, 12952, 10004, 13938, 10828, 13182, 10649, 9767, 12688, 9569, 13369, 10335, 13123, 10890, 10167, 11710, 9721, 11187, 11573, 10614, 13976, 11389, 9775, 12657, 10148, 13131, 10337, 13533, 10272, 13813, 10404, 10826, 10845, 10237, 12386, 9858, 12596, 10288, 12785, 10400, 12848, 11022, 10214, 10718, 9571, 12162, 10304, 12150, 10788, 11388, 11230, 9930, 11877, 9921, 12929, 10369, 13383, 10839, 16576, 11058, 9491, 12007, 10268, 10088, 12186, 9335, 13039, 10378, 13451, 10232, 14068, 10317, 15302, 11255, 12456, 11464, 10470, 13068, 10957, 13705, 11181, 10517, 11731, 10491, 13373, 10707, 14229, 10809, 14911, 10657, 14737, 10718, 9770, 11247, 10430, 13447, 10892, 13196, 10878, 9696, 11048, 9370, 12252, 11056, 12361, 10552, 12642, 10597, 12665, 10976, 13530, 10491, 10083, 11961, 9921, 12205, 10403, 12747, 10384, 13186, 10283, 13052, 12485, 12787, 10930, 11140, 12726, 8978, 13216, 11026, 10745, 13016, 11300, 14234, 10775, 14459, 10980, 13876, 10437, 13806, 10759, 14593, 10451, 11395, 10460, 10149, 12272, 9622, 12475, 10613, 11402, 10661, 10444, 11933, 10223, 11934, 10536, 12707, 10722, 13042, 10328, 13692, 10373, 14018, 11202, 11693, 11065, 10342, 13561, 10501, 14021, 10775, 14523, 10742, 14110, 10707, 14543, 11325, 12599, 10711, 10648, 12894, 10324, 13617, 10820, 14428, 11202, 12718, 10426, 9118, 11738, 10897, 12880, 10433, 13430, 10980, 14013, 11308, 11653, 10838, 10086, 12420, 10512, 13118, 10988, 13397, 11168, 13632, 11433, 12234, 11200, 9649, 12780, 10564, 13586, 10079, 13836, 11175, 14440, 11328, 11461, 11387, 10863, 13277, 10128, 13635, 11300, 14246, 14752, 11461, 12779, 11495, 13594, 11669, 11500, 14970, 12491, 16052, 12353, 13186, 12489, 11523, 13529, 11502, 14338, 10942, 14225, 11391, 14834, 11369, 13954, 11177, 12530, 11359, 9877, 11532, 9299, 11304, 10099, 12040, 11205, 12106, 9538, 11902, 10097, 13024, 11364, 12417, 11217, 12597, 11379, 12710, 11286, 13112, 11387, 13612, 11132, 13651, 11504, 14053, 11665, 12765, 11618, 11921, 12357, 11136, 11778, 8671, 12597, 8922, 12691, 9330, 12799, 11742, 13454, 11419, 13391, 11276, 13707, 12027, 14588, 11864, 14008, 12027, 9364, 11754, 10430, 11790, 15659, 11753, 13314, 11535, 9154, 13187, 11790, 13547, 12556, 14131, 13376, 10454, 13221, 10964, 12620, 9918, 9152, 12731, 10241, 13490, 11140, 9166, 14060, 10516, 14446, 10892, 14595, 11408, 10342, 13909, 10418, 12353, 12840, 9290, 9684, 12890, 9183, 13392, 8994, 13369, 9759, 14833, 9989, 13910, 9728, 15168, 11551, 10317, 12899, 9928, 14329, 11520, 16249, 12038, 17689, 12029, 13437, 12295, 10987, 13031, 9773, 13419, 9605, 13867, 10535, 12916, 9818, 9441, 13156, 10107, 10759, 13172, 10989, 13400, 10427, 13706, 10713, 13650, 10578, 14028, 10164, 13493, 10069, 12756, 10072, 8912, 11069, 9151, 11836, 9896, 12375, 10188, 12676, 11637, 13325, 12827, 11854, 10529, 9977, 13376, 10382, 8884, 11809, 10283, 13801, 10417, 14131, 10661, 14713, 10649, 14649, 10722, 13806, 10664, 14124, 10266, 11088, 10172, 8749, 11229, 10613, 12285, 10089, 12461, 10231, 12463, 10461, 13251, 10605, 13213, 10969, 13178, 11012, 12648, 10891, 13670, 13147, 10450, 13395, 9363, 12612, 12970, 13095, 9026, 12856, 10300, 13838, 9518, 13723, 8629, 13586, 9359, 14035, 10643, 9656, 12039, 9570, 10584, 11510, 8757, 13090, 10260, 13192, 11271, 10070, 12413, 12554, 12855, 15411, 12500, 14848, 12200, 12605, 12522, 8990, 12817, 10738, 13398, 9470, 13083, 10708, 13673, 11407, 13214, 11475, 12860, 11599, 10697, 11583, 11151, 11661], 'WindowCenter': [4568.0, 4596.0, 4570.0, 4555.0, 4512.0, 4544.0, 4527.0, 4554.0, 4509.0, 4528.0, 4521.0, 4529.0, 4531.0, 4541.0, 4532.0, 4550.0, 4532.0, 4552.0, 4533.0, 4550.0, 4532.0, 4530.0, 4522.0, 4491.0, 4521.0, 4511.0, 4543.0, 4524.0, 4541.0, 4510.0, 4540.0, 4524.0, 4531.0, 4534.0, 4501.0, 4530.0, 4500.0, 4541.0, 4520.0, 4539.0, 4535.0, 4539.0, 4520.0, 4539.0, 4521.0, 4538.0, 4521.0, 4531.0, 4521.0, 4520.0, 4521.0, 4500.0, 4532.0, 4493.0, 4541.0, 4503.0, 4542.0, 4525.0, 4542.0, 4501.0, 4532.0, 4502.0, 4541.0, 4533.0, 4551.0, 4523.0, 4521.0, 4533.0, 4515.0, 4554.0, 4545.0, 4524.0, 4545.0, 4523.0, 4554.0, 4532.0, 4541.0, 4499.0, 4530.0, 4499.0, 4541.0, 4510.0, 4528.0, 4510.0, 4539.0, 4511.0, 4502.0, 4563.0, 4545.0, 4529.0, 4555.0, 4546.0, 4534.0, 4544.0, 4524.0, 4555.0, 4522.0, 4552.0, 4511.0, 4540.0, 4522.0, 4539.0, 4520.0, 4528.0, 4507.0, 4520.0, 4519.0, 4510.0, 4519.0, 4489.0, 4530.0, 4511.0, 4542.0, 4535.0, 4551.0, 4534.0, 4531.0, 4534.0, 4523.0, 4533.0, 4515.0, 4545.0, 4510.0, 4531.0, 4510.0, 4541.0, 4511.0, 4541.0, 4533.0, 4552.0, 4523.0, 4541.0, 4522.0, 4512.0, 4545.0, 4524.0, 4554.0, 4512.0, 4552.0, 4511.0, 4552.0, 4524.0, 4550.0, 4520.0, 4539.0, 4531.0, 4559.0, 4520.0, 4518.0, 4531.0, 4508.0, 4520.0, 4499.0, 4528.0, 4499.0, 4539.0, 4511.0, 4541.0, 4520.0, 4539.0, 4522.0, 4550.0, 4520.0, 4549.0, 4522.0, 4509.0, 4520.0, 4500.0, 4540.0, 4511.0, 4554.0, 4533.0, 4550.0, 4531.0, 4531.0, 4531.0, 4501.0, 4540.0, 4521.0, 4550.0, 4532.0, 4549.0, 4519.0, 4549.0, 4520.0, 4548.0, 4532.0, 4547.0, 4508.0, 4515.0, 4518.0, 4521.0, 4530.0, 4500.0, 4511.0, 4544.0, 4524.0, 4534.0, 4557.0, 4514.0, 4543.0, 4523.0, 4554.0, 4537.0, 4562.0, 4533.0, 4551.0, 4521.0, 4531.0, 4521.0, 4498.0, 4518.0, 4488.0, 4539.0, 4523.0, 4540.0, 4524.0, 4511.0, 4531.0, 4513.0, 4544.0, 4513.0, 4543.0, 4513.0, 4553.0, 4535.0, 4553.0, 4522.0, 4550.0, 4520.0, 4540.0, 4522.0, 4539.0, 4532.0, 4549.0, 4522.0, 4561.0, 4521.0, 4538.0, 4520.0, 4538.0, 4511.0, 4548.0, 4520.0, 4538.0, 4520.0, 4531.0, 4521.0, 4499.0, 4533.0, 4492.0, 4542.0, 4514.0, 4542.0, 4522.0, 4541.0, 4534.0, 4541.0, 4534.0, 4540.0, 4532.0, 4551.0, 4531.0, 4562.0, 4524.0, 4549.0, 4522.0, 4549.0, 4519.0, 4538.0, 4519.0, 4536.0, 4519.0, 4527.0, 4509.0, 4526.0, 4510.0, 4508.0, 4520.0, 4517.0, 4508.0, 4557.0, 4518.0, 4536.0, 4507.0, 4517.0, 4508.0, 4509.0, 4529.0, 4509.0, 4520.0, 4500.0, 4530.0, 4511.0, 4531.0, 4512.0, 4541.0, 4511.0, 4540.0, 4524.0, 4550.0, 4521.0, 4539.0, 4520.0, 4539.0, 4521.0, 4537.0, 4520.0, 4541.0, 4537.0, 4550.0, 4522.0, 4531.0, 4532.0, 4504.0, 4553.0, 4536.0, 4565.0, 4545.0, 4543.0, 4522.0, 4504.0, 4554.0, 4547.0, 4534.0, 4567.0, 4535.0, 4553.0, 4533.0, 4551.0, 4532.0, 4550.0, 4531.0, 4539.0, 4534.0, 4517.0, 4520.0, 4509.0, 4518.0, 4499.0, 4539.0, 4511.0, 4541.0, 4522.0, 4539.0, 4522.0, 4549.0, 4522.0, 4541.0, 4523.0, 4550.0, 4521.0, 4538.0, 4521.0, 4531.0, 4521.0, 4500.0, 4532.0, 4502.0, 4543.0, 4522.0, 4541.0, 4501.0, 4541.0, 4522.0, 4542.0, 4534.0, 4551.0, 4534.0, 4551.0, 4533.0, 4550.0, 4544.0, 4551.0, 4530.0, 4538.0, 4521.0, 4549.0, 4521.0, 4538.0, 4519.0, 4508.0, 4530.0, 4511.0, 4540.0, 4510.0, 4552.0, 4531.0, 4551.0, 4532.0, 4539.0, 4531.0, 4547.0, 4520.0, 4559.0, 4521.0, 4547.0, 4519.0, 4534.0, 4506.0, 4525.0, 4506.0, 4526.0, 4506.0, 4524.0, 4508.0, 4509.0, 4532.0, 4492.0, 4541.0, 4522.0, 4484.0, 4544.0, 4547.0, 4556.0, 4513.0, 4532.0, 4509.0, 4531.0, 4518.0, 4520.0, 4547.0, 4522.0, 4537.0, 4507.0, 4526.0, 4486.0, 4502.0, 4530.0, 4498.0, 4521.0, 4496.0, 4499.0, 4527.0, 4498.0, 4539.0, 4521.0, 4539.0, 4529.0, 4501.0, 4505.0, 4489.0, 4479.0, 4470.0, 4487.0, 4479.0, 4513.0, 4493.0, 4490.0, 4483.0, 4501.0, 4482.0, 4492.0, 4484.0, 4483.0, 4483.0, 4462.0, 4503.0, 4484.0, 4506.0, 4510.0, 4512.0, 4519.0, 4512.0, 4521.0, 4512.0, 4512.0, 4524.0, 4501.0, 4522.0, 4504.0, 4521.0, 4501.0, 4532.0, 4490.0, 4520.0, 4499.0, 4519.0, 4513.0, 4540.0, 4500.0, 4490.0, 4512.0, 4492.0, 4524.0, 4494.0, 4524.0, 4494.0, 4533.0, 4517.0, 4546.0, 4527.0, 4534.0, 4515.0, 4533.0, 4513.0, 4533.0, 4514.0, 4532.0, 4504.0, 4511.0, 4515.0, 4522.0, 4555.0, 4516.0, 4536.0, 4517.0, 4545.0, 4527.0, 4558.0, 4528.0, 4505.0, 4545.0, 4517.0, 4556.0, 4538.0, 4555.0, 4525.0, 4504.0, 4523.0, 4514.0, 4568.0, 4539.0, 4506.0, 4546.0, 4527.0, 4560.0, 4527.0, 4505.0, 4547.0, 4506.0, 4545.0, 4506.0, 4533.0, 4491.0, 4531.0, 4503.0, 4534.0, 4513.0, 4529.0, 4517.0, 4521.0, 4515.0, 4524.0, 4514.0, 4515.0, 4536.0, 4514.0, 4536.0, 4516.0, 4534.0, 4516.0, 4543.0, 4515.0, 4544.0, 4526.0, 4533.0, 4524.0, 4503.0, 4537.0, 4517.0, 4546.0, 4517.0, 4544.0, 4527.0, 4557.0, 4539.0, 4543.0, 4525.0, 4542.0, 4515.0, 4540.0, 4513.0, 4530.0, 4512.0, 4511.0, 4521.0, 4480.0, 4520.0, 4491.0, 4529.0, 4512.0, 4533.0, 4513.0, 4521.0, 4512.0, 4495.0, 4533.0, 4503.0, 4532.0, 4490.0, 4531.0, 4501.0, 4543.0, 4514.0, 4511.0, 4513.0, 4481.0, 4531.0, 4504.0, 4531.0, 4501.0, 4531.0, 4501.0, 4531.0, 4501.0, 4520.0, 4491.0, 4530.0, 4500.0, 4532.0, 4513.0, 4533.0, 4502.0, 4481.0, 4523.0, 4516.0, 4524.0, 4525.0, 4543.0, 4525.0, 4565.0, 4526.0, 4545.0, 4535.0, 4553.0, 4524.0, 4554.0, 4513.0, 4490.0, 4533.0, 4502.0, 4543.0, 4513.0, 4541.0, 4524.0, 4552.0, 4525.0, 4551.0, 4526.0, 4541.0, 4512.0, 4530.0, 4513.0, 4540.0, 4501.0, 4490.0, 4519.0, 4512.0, 4532.0, 4502.0, 4531.0, 4510.0, 4556.0, 4522.0, 4539.0, 4513.0, 4521.0, 4520.0, 4488.0, 4530.0, 4512.0, 4530.0, 4499.0, 4529.0, 4511.0, 4530.0, 4511.0, 4510.0, 4510.0, 4502.0, 4522.0, 4512.0, 4510.0, 4489.0, 4520.0, 4498.0, 4529.0, 4501.0, 4519.0, 4490.0, 4529.0, 4502.0, 4529.0, 4510.0, 4529.0, 4510.0, 4531.0, 4513.0, 4529.0, 4504.0, 4530.0, 4501.0, 4531.0, 4513.0, 4529.0, 4512.0, 4509.0, 4512.0, 4500.0, 4523.0, 4501.0, 4512.0, 4502.0, 4531.0, 4509.0, 4533.0, 4492.0, 4521.0, 4492.0, 4533.0, 4489.0, 4520.0, 4491.0, 4522.0, 4521.0, 4492.0, 4533.0, 4525.0, 4555.0, 4526.0, 4533.0, 4502.0, 4542.0, 4512.0, 4543.0, 4490.0, 4531.0, 4488.0, 4529.0, 4495.0, 4526.0, 4509.0, 4528.0, 4520.0, 4527.0, 4517.0, 4539.0, 4518.0, 4516.0, 4519.0, 4478.0, 4535.0, 4513.0, 4501.0, 4479.0, 4433.0, 4463.0, 4445.0, 4436.0, 4482.0, 4487.0, 4537.0, 4494.0, 4493.0, 4511.0, 4521.0, 4512.0, 4531.0, 4499.0, 4527.0, 4495.0, 4485.0, 4515.0, 4507.0, 4485.0, 4483.0, 4472.0, 4498.0, 4470.0, 4460.0, 4480.0, 4494.0, 4503.0, 4494.0, 4452.0, 4503.0, 4463.0, 4496.0, 4484.0, 4506.0, 4500.0, 4468.0, 4511.0, 4489.0, 4531.0, 4522.0, 4511.0, 4534.0, 4499.0, 4521.0, 4511.0, 4493.0, 4522.0, 4498.0, 4521.0, 4525.0, 4492.0, 4534.0, 4515.0, 4534.0, 4513.0, 4523.0, 4511.0, 4515.0, 4541.0, 4503.0, 4481.0, 4521.0, 4504.0, 4545.0, 4516.0, 4544.0, 4512.0, 4490.0, 4513.0, 4503.0, 4532.0, 4502.0, 4540.0, 4513.0, 4480.0, 4534.0, 4500.0, 4530.0, 4501.0, 4537.0, 4522.0, 4529.0, 4510.0, 4499.0, 4530.0, 4499.0, 4542.0, 4512.0, 4529.0, 4510.0, 4508.0, 4518.0, 4500.0, 4519.0, 4532.0, 4513.0, 4541.0, 4523.0, 4501.0, 4543.0, 4502.0, 4529.0, 4499.0, 4527.0, 4498.0, 4527.0, 4496.0, 4496.0, 4506.0, 4496.0, 4529.0, 4499.0, 4517.0, 4498.0, 4528.0, 4510.0, 4529.0, 4509.0, 4497.0, 4509.0, 4500.0, 4530.0, 4513.0, 4530.0, 4522.0, 4521.0, 4534.0, 4510.0, 4532.0, 4512.0, 4531.0, 4524.0, 4542.0, 4523.0, 4562.0, 4534.0, 4500.0, 4519.0, 4525.0, 4508.0, 4530.0, 4488.0, 4528.0, 4499.0, 4526.0, 4497.0, 4527.0, 4497.0, 4548.0, 4508.0, 4515.0, 4505.0, 4484.0, 4514.0, 4496.0, 4525.0, 4495.0, 4494.0, 4506.0, 4494.0, 4515.0, 4495.0, 4513.0, 4495.0, 4523.0, 4483.0, 4511.0, 4483.0, 4470.0, 4491.0, 4497.0, 4512.0, 4507.0, 4526.0, 4495.0, 4473.0, 4507.0, 4473.0, 4515.0, 4507.0, 4515.0, 4495.0, 4514.0, 4497.0, 4516.0, 4509.0, 4526.0, 4497.0, 4498.0, 4518.0, 4499.0, 4531.0, 4509.0, 4528.0, 4510.0, 4528.0, 4498.0, 4539.0, 4554.0, 4541.0, 4523.0, 4520.0, 4529.0, 4490.0, 4542.0, 4534.0, 4523.0, 4542.0, 4525.0, 4552.0, 4512.0, 4541.0, 4510.0, 4516.0, 4496.0, 4515.0, 4495.0, 4524.0, 4497.0, 4504.0, 4496.0, 4508.0, 4519.0, 4500.0, 4529.0, 4510.0, 4519.0, 4512.0, 4511.0, 4534.0, 4523.0, 4532.0, 4512.0, 4531.0, 4524.0, 4543.0, 4511.0, 4538.0, 4501.0, 4539.0, 4522.0, 4518.0, 4520.0, 4510.0, 4541.0, 4511.0, 4552.0, 4511.0, 4539.0, 4510.0, 4540.0, 4498.0, 4538.0, 4507.0, 4516.0, 4496.0, 4496.0, 4529.0, 4499.0, 4528.0, 4508.0, 4526.0, 4508.0, 4527.0, 4499.0, 4475.0, 4520.0, 4497.0, 4528.0, 4498.0, 4526.0, 4509.0, 4526.0, 4508.0, 4507.0, 4507.0, 4497.0, 4518.0, 4508.0, 4530.0, 4510.0, 4528.0, 4521.0, 4539.0, 4522.0, 4531.0, 4520.0, 4500.0, 4530.0, 4509.0, 4540.0, 4499.0, 4539.0, 4520.0, 4538.0, 4520.0, 4520.0, 4520.0, 4520.0, 4542.0, 4521.0, 4563.0, 4534.0, 4550.0, 4552.0, 4519.0, 4528.0, 4520.0, 4540.0, 4537.0, 4533.0, 4564.0, 4531.0, 4552.0, 4531.0, 4530.0, 4530.0, 4506.0, 4527.0, 4505.0, 4526.0, 4508.0, 4524.0, 4504.0, 4524.0, 4506.0, 4524.0, 4495.0, 4503.0, 4497.0, 4485.0, 4509.0, 4474.0, 4506.0, 4498.0, 4516.0, 4507.0, 4517.0, 4487.0, 4506.0, 4499.0, 4527.0, 4531.0, 4530.0, 4520.0, 4529.0, 4520.0, 4530.0, 4522.0, 4528.0, 4523.0, 4539.0, 4519.0, 4539.0, 4521.0, 4538.0, 4521.0, 4529.0, 4520.0, 4520.0, 4531.0, 4508.0, 4519.0, 4479.0, 4529.0, 4477.0, 4530.0, 4477.0, 4528.0, 4518.0, 4542.0, 4519.0, 4530.0, 4508.0, 4528.0, 4532.0, 4538.0, 4521.0, 4539.0, 4519.0, 4477.0, 4507.0, 4496.0, 4518.0, 4535.0, 4508.0, 4528.0, 4519.0, 4477.0, 4527.0, 4518.0, 4541.0, 4543.0, 4551.0, 4540.0, 4497.0, 4541.0, 4522.0, 4517.0, 4490.0, 4490.0, 4544.0, 4515.0, 4543.0, 4512.0, 4492.0, 4554.0, 4512.0, 4540.0, 4499.0, 4527.0, 4508.0, 4499.0, 4541.0, 4499.0, 4504.0, 4478.0, 4492.0, 4504.0, 4533.0, 4490.0, 4530.0, 4480.0, 4531.0, 4492.0, 4541.0, 4489.0, 4528.0, 4476.0, 4539.0, 4509.0, 4487.0, 4504.0, 4473.0, 4513.0, 4494.0, 4524.0, 4496.0, 4545.0, 4493.0, 4490.0, 4480.0, 4458.0, 4489.0, 4446.0, 4486.0, 4445.0, 4500.0, 4482.0, 4501.0, 4471.0, 4474.0, 4515.0, 4498.0, 4508.0, 4529.0, 4511.0, 4529.0, 4513.0, 4530.0, 4500.0, 4540.0, 4500.0, 4526.0, 4486.0, 4515.0, 4487.0, 4517.0, 4486.0, 4466.0, 4497.0, 4476.0, 4507.0, 4488.0, 4519.0, 4488.0, 4517.0, 4508.0, 4528.0, 4529.0, 4518.0, 4512.0, 4501.0, 4543.0, 4528.0, 4507.0, 4534.0, 4514.0, 4542.0, 4511.0, 4543.0, 4513.0, 4552.0, 4513.0, 4540.0, 4510.0, 4529.0, 4499.0, 4527.0, 4498.0, 4505.0, 4498.0, 4481.0, 4518.0, 4512.0, 4533.0, 4511.0, 4542.0, 4524.0, 4531.0, 4508.0, 4528.0, 4510.0, 4529.0, 4510.0, 4532.0, 4509.0, 4546.0, 4552.0, 4621.0, 4570.0, 4550.0, 4541.0, 4500.0, 4528.0, 4497.0, 4459.0, 4472.0, 4539.0, 4521.0, 4537.0, 4499.0, 4528.0, 4451.0, 4514.0, 4477.0, 4537.0, 4510.0, 4501.0, 4545.0, 4528.0, 4525.0, 4533.0, 4493.0, 4543.0, 4539.0, 4545.0, 4537.0, 4514.0, 4546.0, 4544.0, 4557.0, 4552.0, 4531.0, 4527.0, 4508.0, 4517.0, 4519.0, 4477.0, 4528.0, 4507.0, 4529.0, 4502.0, 4530.0, 4524.0, 4551.0, 4533.0, 4542.0, 4535.0, 4542.0, 4535.0, 4510.0, 4534.0, 4522.0, 4535.0], 'WindowWidth': [10034.0, 10068.0, 10021.0, 9990.0, 9924.0, 9973.0, 9957.0, 9987.0, 9915.0, 9941.0, 9932.0, 9941.0, 9949.0, 9965.0, 9952.0, 9974.0, 9951.0, 9981.0, 9954.0, 9973.0, 9953.0, 9947.0, 9937.0, 9895.0, 9936.0, 9923.0, 9970.0, 9944.0, 9961.0, 9920.0, 9960.0, 9945.0, 9949.0, 9959.0, 9908.0, 9947.0, 9905.0, 9962.0, 9934.0, 9958.0, 9962.0, 9955.0, 9932.0, 9957.0, 9934.0, 9954.0, 9935.0, 9950.0, 9935.0, 9933.0, 9935.0, 9905.0, 9952.0, 9899.0, 9964.0, 9915.0, 9966.0, 9948.0, 9965.0, 9907.0, 9949.0, 9912.0, 9963.0, 9955.0, 9977.0, 9941.0, 9937.0, 9956.0, 9936.0, 9987.0, 9978.0, 9947.0, 9975.0, 9940.0, 9986.0, 9951.0, 9962.0, 9901.0, 9945.0, 9900.0, 9962.0, 9917.0, 9940.0, 9918.0, 9955.0, 9924.0, 9911.0, 10000.0, 9976.0, 9962.0, 9992.0, 9979.0, 9959.0, 9973.0, 9945.0, 9991.0, 9938.0, 9981.0, 9922.0, 9958.0, 9937.0, 9956.0, 9931.0, 9937.0, 9910.0, 9932.0, 9929.0, 9917.0, 9930.0, 9888.0, 9947.0, 9923.0, 9966.0, 9960.0, 9977.0, 9958.0, 9949.0, 9958.0, 9943.0, 9955.0, 9935.0, 9973.0, 9918.0, 9948.0, 9919.0, 9959.0, 9920.0, 9961.0, 9955.0, 9980.0, 9943.0, 9961.0, 9940.0, 9924.0, 9975.0, 9944.0, 9985.0, 9925.0, 9979.0, 9922.0, 9979.0, 9943.0, 9973.0, 9932.0, 9954.0, 9949.0, 9985.0, 9931.0, 9925.0, 9949.0, 9911.0, 9930.0, 9900.0, 9940.0, 9900.0, 9954.0, 9920.0, 9961.0, 9934.0, 9954.0, 9938.0, 9971.0, 9932.0, 9971.0, 9935.0, 9915.0, 9931.0, 9903.0, 9958.0, 9923.0, 9983.0, 9953.0, 9972.0, 9947.0, 9950.0, 9949.0, 9906.0, 9959.0, 9935.0, 9973.0, 9951.0, 9969.0, 9930.0, 9968.0, 9929.0, 9968.0, 9949.0, 9961.0, 9911.0, 9915.0, 9925.0, 9934.0, 9944.0, 9905.0, 9920.0, 9971.0, 9946.0, 9958.0, 9993.0, 9930.0, 9971.0, 9939.0, 9985.0, 9964.0, 9991.0, 9954.0, 9971.0, 9931.0, 9944.0, 9932.0, 9895.0, 9924.0, 9883.0, 9955.0, 9940.0, 9958.0, 9942.0, 9920.0, 9948.0, 9927.0, 9969.0, 9926.0, 9968.0, 9926.0, 9980.0, 9960.0, 9980.0, 9936.0, 9970.0, 9930.0, 9958.0, 9935.0, 9953.0, 9950.0, 9968.0, 9936.0, 9991.0, 9932.0, 9951.0, 9930.0, 9949.0, 9919.0, 9966.0, 9929.0, 9950.0, 9928.0, 9947.0, 9933.0, 9900.0, 9953.0, 9895.0, 9964.0, 9929.0, 9963.0, 9937.0, 9961.0, 9957.0, 9961.0, 9956.0, 9956.0, 9951.0, 9973.0, 9947.0, 9993.0, 9943.0, 9970.0, 9937.0, 9967.0, 9927.0, 9952.0, 9926.0, 9947.0, 9928.0, 9934.0, 9914.0, 9933.0, 9916.0, 9909.0, 9929.0, 9920.0, 9910.0, 9978.0, 9924.0, 9944.0, 9909.0, 9920.0, 9911.0, 9914.0, 9942.0, 9913.0, 9931.0, 9902.0, 9945.0, 9920.0, 9948.0, 9921.0, 9960.0, 9920.0, 9957.0, 9944.0, 9973.0, 9933.0, 9953.0, 9931.0, 9953.0, 9934.0, 9950.0, 9931.0, 9959.0, 9964.0, 9973.0, 9938.0, 9949.0, 9954.0, 9918.0, 9983.0, 9966.0, 10003.0, 9976.0, 9966.0, 9936.0, 9916.0, 9987.0, 9980.0, 9959.0, 10008.0, 9962.0, 9982.0, 9955.0, 9974.0, 9949.0, 9974.0, 9948.0, 9953.0, 9958.0, 9921.0, 9928.0, 9914.0, 9925.0, 9901.0, 9952.0, 9919.0, 9961.0, 9937.0, 9955.0, 9938.0, 9970.0, 9937.0, 9962.0, 9941.0, 9972.0, 9933.0, 9950.0, 9934.0, 9946.0, 9933.0, 9904.0, 9951.0, 9909.0, 9966.0, 9938.0, 9961.0, 9906.0, 9959.0, 9936.0, 9963.0, 9958.0, 9975.0, 9955.0, 9976.0, 9954.0, 9972.0, 9969.0, 9975.0, 9944.0, 9951.0, 9933.0, 9968.0, 9932.0, 9952.0, 9930.0, 9911.0, 9943.0, 9921.0, 9959.0, 9918.0, 9978.0, 9948.0, 9973.0, 9952.0, 9957.0, 9948.0, 9966.0, 9932.0, 9985.0, 9932.0, 9964.0, 9924.0, 9939.0, 9903.0, 9927.0, 9905.0, 9928.0, 9904.0, 9925.0, 9910.0, 9916.0, 9951.0, 9899.0, 9961.0, 9934.0, 9889.0, 9970.0, 9979.0, 9990.0, 9925.0, 9950.0, 9913.0, 9944.0, 9921.0, 9927.0, 9963.0, 9936.0, 9947.0, 9906.0, 9929.0, 9862.0, 9902.0, 9937.0, 9891.0, 9914.0, 9884.0, 9891.0, 9927.0, 9889.0, 9952.0, 9926.0, 9951.0, 9935.0, 9883.0, 9896.0, 9865.0, 9848.0, 9840.0, 9858.0, 9849.0, 9904.0, 9879.0, 9868.0, 9864.0, 9886.0, 9863.0, 9876.0, 9866.0, 9867.0, 9864.0, 9834.0, 9892.0, 9867.0, 9901.0, 9915.0, 9924.0, 9928.0, 9920.0, 9929.0, 9919.0, 9921.0, 9940.0, 9903.0, 9931.0, 9909.0, 9928.0, 9904.0, 9947.0, 9886.0, 9924.0, 9897.0, 9924.0, 9923.0, 9955.0, 9901.0, 9888.0, 9920.0, 9893.0, 9940.0, 9900.0, 9939.0, 9901.0, 9951.0, 9934.0, 9974.0, 9948.0, 9951.0, 9929.0, 9947.0, 9922.0, 9950.0, 9928.0, 9947.0, 9911.0, 9919.0, 9929.0, 9943.0, 9989.0, 9933.0, 9962.0, 9934.0, 9970.0, 9952.0, 9997.0, 9954.0, 9918.0, 9970.0, 9936.0, 9988.0, 9966.0, 9986.0, 9945.0, 9911.0, 9936.0, 9929.0, 10010.0, 9970.0, 9921.0, 9972.0, 9950.0, 10000.0, 9950.0, 9915.0, 9976.0, 9916.0, 9972.0, 9918.0, 9950.0, 9891.0, 9942.0, 9910.0, 9952.0, 9923.0, 9939.0, 9934.0, 9931.0, 9929.0, 9941.0, 9926.0, 9928.0, 9961.0, 9925.0, 9961.0, 9931.0, 9953.0, 9930.0, 9964.0, 9929.0, 9966.0, 9944.0, 9951.0, 9941.0, 9911.0, 9961.0, 9937.0, 9972.0, 9936.0, 9968.0, 9951.0, 9992.0, 9970.0, 9964.0, 9940.0, 9961.0, 9930.0, 9958.0, 9923.0, 9939.0, 9919.0, 9917.0, 9930.0, 9873.0, 9927.0, 9888.0, 9938.0, 9922.0, 9951.0, 9923.0, 9929.0, 9918.0, 9903.0, 9950.0, 9909.0, 9944.0, 9887.0, 9942.0, 9904.0, 9965.0, 9925.0, 9915.0, 9921.0, 9875.0, 9945.0, 9912.0, 9944.0, 9901.0, 9944.0, 9901.0, 9941.0, 9905.0, 9926.0, 9889.0, 9939.0, 9900.0, 9945.0, 9924.0, 9949.0, 9906.0, 9876.0, 9937.0, 9931.0, 9938.0, 9944.0, 9964.0, 9945.0, 10000.0, 9947.0, 9969.0, 9957.0, 9978.0, 9939.0, 9982.0, 9922.0, 9889.0, 9948.0, 9909.0, 9965.0, 9921.0, 9957.0, 9939.0, 9975.0, 9943.0, 9975.0, 9946.0, 9959.0, 9918.0, 9938.0, 9920.0, 9956.0, 9901.0, 9884.0, 9923.0, 9918.0, 9947.0, 9904.0, 9944.0, 9917.0, 9986.0, 9935.0, 9955.0, 9921.0, 9928.0, 9927.0, 9880.0, 9940.0, 9917.0, 9941.0, 9899.0, 9938.0, 9916.0, 9941.0, 9914.0, 9911.0, 9915.0, 9906.0, 9932.0, 9920.0, 9911.0, 9881.0, 9925.0, 9892.0, 9939.0, 9900.0, 9924.0, 9884.0, 9936.0, 9906.0, 9939.0, 9913.0, 9936.0, 9914.0, 9941.0, 9923.0, 9937.0, 9911.0, 9940.0, 9904.0, 9943.0, 9924.0, 9940.0, 9918.0, 9911.0, 9920.0, 9899.0, 9936.0, 9904.0, 9917.0, 9902.0, 9944.0, 9911.0, 9948.0, 9890.0, 9926.0, 9891.0, 9952.0, 9883.0, 9929.0, 9891.0, 9933.0, 9933.0, 9895.0, 9950.0, 9946.0, 9987.0, 9947.0, 9951.0, 9908.0, 9962.0, 9920.0, 9964.0, 9887.0, 9943.0, 9879.0, 9937.0, 9885.0, 9931.0, 9909.0, 9934.0, 9929.0, 9934.0, 9920.0, 9953.0, 9922.0, 9914.0, 9925.0, 9846.0, 9955.0, 9922.0, 9899.0, 9850.0, 9772.0, 9813.0, 9793.0, 9779.0, 9849.0, 9865.0, 9956.0, 9888.0, 9888.0, 9913.0, 9928.0, 9911.0, 9941.0, 9888.0, 9924.0, 9875.0, 9861.0, 9909.0, 9899.0, 9862.0, 9855.0, 9841.0, 9872.0, 9836.0, 9821.0, 9848.0, 9877.0, 9887.0, 9877.0, 9818.0, 9888.0, 9835.0, 9882.0, 9864.0, 9899.0, 9895.0, 9850.0, 9915.0, 9884.0, 9943.0, 9933.0, 9915.0, 9946.0, 9891.0, 9924.0, 9909.0, 9887.0, 9927.0, 9895.0, 9925.0, 9934.0, 9887.0, 9953.0, 9930.0, 9954.0, 9925.0, 9938.0, 9917.0, 9928.0, 9958.0, 9906.0, 9874.0, 9928.0, 9912.0, 9969.0, 9932.0, 9967.0, 9920.0, 9888.0, 9919.0, 9911.0, 9946.0, 9905.0, 9954.0, 9922.0, 9876.0, 9952.0, 9901.0, 9942.0, 9904.0, 9950.0, 9934.0, 9940.0, 9915.0, 9896.0, 9942.0, 9898.0, 9963.0, 9922.0, 9937.0, 9914.0, 9910.0, 9922.0, 9900.0, 9928.0, 9948.0, 9923.0, 9958.0, 9939.0, 9903.0, 9964.0, 9905.0, 9937.0, 9893.0, 9932.0, 9892.0, 9933.0, 9888.0, 9887.0, 9904.0, 9889.0, 9939.0, 9899.0, 9920.0, 9896.0, 9934.0, 9913.0, 9939.0, 9912.0, 9892.0, 9913.0, 9900.0, 9943.0, 9924.0, 9943.0, 9936.0, 9931.0, 9954.0, 9916.0, 9949.0, 9921.0, 9945.0, 9941.0, 9964.0, 9939.0, 9992.0, 9955.0, 9902.0, 9925.0, 9945.0, 9911.0, 9943.0, 9880.0, 9938.0, 9899.0, 9932.0, 9892.0, 9932.0, 9892.0, 9964.0, 9910.0, 9913.0, 9897.0, 9868.0, 9910.0, 9886.0, 9925.0, 9885.0, 9882.0, 9899.0, 9882.0, 9913.0, 9882.0, 9905.0, 9881.0, 9920.0, 9864.0, 9900.0, 9864.0, 9842.0, 9873.0, 9892.0, 9904.0, 9905.0, 9931.0, 9887.0, 9853.0, 9907.0, 9853.0, 9913.0, 9906.0, 9912.0, 9884.0, 9910.0, 9890.0, 9917.0, 9912.0, 9929.0, 9891.0, 9894.0, 9924.0, 9899.0, 9943.0, 9910.0, 9935.0, 9915.0, 9935.0, 9896.0, 9958.0, 9988.0, 9964.0, 9940.0, 9930.0, 9940.0, 9889.0, 9963.0, 9956.0, 9938.0, 9961.0, 9942.0, 9975.0, 9919.0, 9961.0, 9914.0, 9916.0, 9887.0, 9911.0, 9885.0, 9923.0, 9889.0, 9895.0, 9886.0, 9911.0, 9925.0, 9901.0, 9938.0, 9915.0, 9924.0, 9920.0, 9916.0, 9954.0, 9938.0, 9948.0, 9921.0, 9945.0, 9940.0, 9963.0, 9917.0, 9949.0, 9902.0, 9952.0, 9933.0, 9923.0, 9926.0, 9913.0, 9957.0, 9916.0, 9975.0, 9917.0, 9951.0, 9912.0, 9954.0, 9894.0, 9948.0, 9904.0, 9913.0, 9888.0, 9887.0, 9938.0, 9896.0, 9932.0, 9907.0, 9928.0, 9908.0, 9933.0, 9895.0, 9858.0, 9926.0, 9889.0, 9934.0, 9894.0, 9927.0, 9909.0, 9929.0, 9909.0, 9905.0, 9905.0, 9892.0, 9922.0, 9908.0, 9941.0, 9913.0, 9934.0, 9931.0, 9951.0, 9933.0, 9944.0, 9927.0, 9900.0, 9941.0, 9911.0, 9955.0, 9898.0, 9953.0, 9927.0, 9948.0, 9929.0, 9930.0, 9927.0, 9929.0, 9964.0, 9935.0, 9997.0, 9960.0, 9974.0, 9975.0, 9923.0, 9935.0, 9929.0, 9958.0, 9963.0, 9952.0, 9996.0, 9945.0, 9976.0, 9942.0, 9941.0, 9940.0, 9898.0, 9932.0, 9895.0, 9929.0, 9907.0, 9922.0, 9896.0, 9922.0, 9900.0, 9923.0, 9883.0, 9892.0, 9889.0, 9870.0, 9908.0, 9856.0, 9900.0, 9893.0, 9914.0, 9905.0, 9919.0, 9877.0, 9902.0, 9896.0, 9933.0, 9945.0, 9940.0, 9927.0, 9937.0, 9928.0, 9942.0, 9933.0, 9936.0, 9935.0, 9949.0, 9925.0, 9950.0, 9930.0, 9949.0, 9929.0, 9937.0, 9929.0, 9930.0, 9943.0, 9908.0, 9924.0, 9870.0, 9938.0, 9867.0, 9940.0, 9865.0, 9936.0, 9921.0, 9962.0, 9923.0, 9941.0, 9909.0, 9934.0, 9946.0, 9948.0, 9930.0, 9952.0, 9922.0, 9864.0, 9904.0, 9886.0, 9921.0, 9943.0, 9907.0, 9935.0, 9925.0, 9863.0, 9932.0, 9922.0, 9961.0, 9968.0, 9977.0, 9954.0, 9887.0, 9957.0, 9935.0, 9917.0, 9882.0, 9885.0, 9966.0, 9928.0, 9964.0, 9918.0, 9889.0, 9979.0, 9918.0, 9952.0, 9895.0, 9929.0, 9905.0, 9895.0, 9958.0, 9895.0, 9892.0, 9842.0, 9894.0, 9913.0, 9947.0, 9884.0, 9940.0, 9869.0, 9939.0, 9888.0, 9960.0, 9881.0, 9931.0, 9860.0, 9951.0, 9910.0, 9874.0, 9892.0, 9848.0, 9902.0, 9879.0, 9918.0, 9881.0, 9953.0, 9875.0, 9864.0, 9850.0, 9815.0, 9858.0, 9796.0, 9851.0, 9795.0, 9882.0, 9863.0, 9884.0, 9841.0, 9851.0, 9910.0, 9894.0, 9906.0, 9935.0, 9918.0, 9937.0, 9924.0, 9938.0, 9897.0, 9954.0, 9900.0, 9925.0, 9871.0, 9907.0, 9876.0, 9916.0, 9873.0, 9845.0, 9888.0, 9858.0, 9903.0, 9877.0, 9921.0, 9878.0, 9918.0, 9906.0, 9932.0, 9935.0, 9920.0, 9917.0, 9903.0, 9963.0, 9954.0, 9924.0, 9953.0, 9924.0, 9960.0, 9917.0, 9962.0, 9923.0, 9972.0, 9923.0, 9953.0, 9912.0, 9938.0, 9896.0, 9930.0, 9893.0, 9898.0, 9894.0, 9877.0, 9925.0, 9918.0, 9951.0, 9917.0, 9960.0, 9941.0, 9944.0, 9910.0, 9936.0, 9910.0, 9937.0, 9912.0, 9943.0, 9909.0, 9973.0, 9995.0, 10112.0, 10018.0, 9992.0, 9959.0, 9901.0, 9936.0, 9872.0, 9806.0, 9850.0, 9953.0, 9935.0, 9949.0, 9900.0, 9934.0, 9816.0, 9907.0, 9864.0, 9945.0, 9912.0, 9905.0, 9974.0, 9956.0, 9945.0, 9951.0, 9895.0, 9965.0, 9970.0, 9969.0, 9963.0, 9927.0, 9972.0, 9968.0, 9991.0, 9976.0, 9941.0, 9930.0, 9904.0, 9918.0, 9922.0, 9861.0, 9935.0, 9902.0, 9937.0, 9909.0, 9940.0, 9941.0, 9973.0, 9951.0, 9963.0, 9957.0, 9960.0, 9956.0, 9917.0, 9953.0, 9936.0, 9959.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.004813722517058378</td></tr>
<tr><td colspan=3>aqi</td><td>0.09940627210007581</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.98168193657061</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0561491247420336</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.8977532946813374</td></tr>
<tr><td colspan=3>efc</td><td>0.4836</td></tr>
<tr><td colspan=3>fber</td><td>4654.6768</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1594878461021865</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>207</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.693707354056103</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.957411033039929</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7909221152774135</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.214399923362734</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.86691106047964</td></tr>
<tr><td colspan=3>gcor</td><td>0.00905813</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.002873823046684265</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027218811213970184</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1319</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.9259298554260225</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>19.6201</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.4063</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.9376</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298128.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>812.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>330.3332</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0801</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>558.4037</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3668.5988</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3920.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78416.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1267.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4802.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>998.4832</td></tr>
<tr><td colspan=3>tsnr</td><td>22.46543045528233</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>