ds005256-mriqc/sub-0057_ses-04_task-fractional_acq-mb8_run-02_bold.html
Felix Hoffstaedter 114ba0e3f0 [DATALAD RUNCMD] Compute MRIQC for sub-0057
=== 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-0057 --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-0057",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 00:44:14 +02:00

616 lines
No EOL
142 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-0057_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-0057_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-0057_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-0057/figures/sub-0057_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0057/figures/sub-0057_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-0057/figures/sub-0057_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057/ses-04/func/sub-0057_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>c3c08daf1c40c322c0f9275024cfcdb9</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>12:59:31.477500</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.999627, 0.0227948, -0.0150156, -0.0214628, 0.99627, 0.0835769]</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.10969</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>[4138, -7776, -7233, 630, -4, -113, -19, 78]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.651</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c55cf8f4-eadd-4ce9-9eb3-2163397f5a7e||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.68192720413208, -0.05758320540189743, -0.04553481563925743, 114.26242065429688], [-0.06115682050585747, 2.672919988632202, 0.2247033417224884, -82.66568756103516], [-0.04028584435582161, -0.22423066198825836, 2.6902480125427246, -61.64329147338867], [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': ['125931.477500', '125931.937500', '125932.397500', '125932.857500', '125933.317500', '125933.777500', '125934.237500', '125934.697500', '125935.157500', '125935.617500', '125936.077500', '125936.537500', '125936.997500', '125937.457500', '125937.917500', '125938.377500', '125938.837500', '125939.297500', '125939.757500', '125940.217500', '125940.677500', '125941.137500', '125941.597500', '125942.057500', '125942.517500', '125942.977500', '125943.437500', '125943.897500', '125944.357500', '125944.817500', '125945.277500', '125945.737500', '125946.197500', '125946.657500', '125947.117500', '125947.577500', '125948.037500', '125948.497500', '125948.957500', '125949.417500', '125949.877500', '125950.337500', '125950.797500', '125951.257500', '125951.717500', '125952.177500', '125952.637500', '125953.097500', '125953.557500', '125954.017500', '125954.477500', '125954.937500', '125955.397500', '125955.857500', '125956.317500', '125956.777500', '125957.237500', '125957.697500', '125958.157500', '125958.617500', '125959.077500', '125959.537500', '125959.997500', '130000.457500', '130000.917500', '130001.377500', '130001.837500', '130002.297500', '130002.757500', '130003.217500', '130003.677500', '130004.137500', '130004.597500', '130005.057500', '130005.517500', '130005.977500', '130006.437500', '130006.897500', '130007.357500', '130007.817500', '130008.277500', '130008.737500', '130009.197500', '130009.657500', '130010.117500', '130010.577500', '130011.037500', '130011.497500', '130011.957500', '130012.417500', '130012.877500', '130013.337500', '130013.797500', '130014.257500', '130014.717500', '130015.177500', '130015.637500', '130016.097500', '130016.557500', '130017.017500', '130017.477500', '130017.937500', '130018.397500', '130018.857500', '130019.317500', '130019.777500', '130020.237500', '130020.697500', '130021.157500', '130021.617500', '130022.077500', '130022.537500', '130022.997500', '130023.457500', '130023.917500', '130024.377500', '130024.837500', '130025.297500', '130025.757500', '130026.217500', '130026.677500', '130027.137500', '130027.597500', '130028.057500', '130028.517500', '130028.977500', '130029.437500', '130029.897500', '130030.357500', '130030.817500', '130031.277500', '130031.737500', '130032.197500', '130032.657500', '130033.117500', '130033.577500', '130034.037500', '130034.497500', '130034.957500', '130035.417500', '130035.877500', '130036.337500', '130036.797500', '130037.257500', '130037.717500', '130038.177500', '130038.637500', '130039.097500', '130039.557500', '130040.017500', '130040.477500', '130040.937500', '130041.397500', '130041.857500', '130042.317500', '130042.777500', '130043.237500', '130043.697500', '130044.157500', '130044.617500', '130045.077500', '130045.537500', '130045.997500', '130046.457500', '130046.917500', '130047.377500', '130047.837500', '130048.297500', '130048.757500', '130049.217500', '130049.677500', '130050.137500', '130050.597500', '130051.057500', '130051.517500', '130051.977500', '130052.437500', '130052.897500', '130053.357500', '130053.817500', '130054.277500', '130054.737500', '130055.197500', '130055.657500', '130056.117500', '130056.577500', '130057.037500', '130057.497500', '130057.957500', '130058.417500', '130058.877500', '130059.337500', '130059.797500', '130100.257500', '130100.717500', '130101.177500', '130101.637500', '130102.097500', '130102.557500', '130103.017500', '130103.477500', '130103.937500', '130104.397500', '130104.857500', '130105.317500', '130105.777500', '130106.237500', '130106.697500', '130107.157500', '130107.617500', '130108.077500', '130108.537500', '130108.997500', '130109.457500', '130109.917500', '130110.377500', '130110.837500', '130111.297500', '130111.757500', '130112.217500', '130112.677500', '130113.137500', '130113.597500', '130114.057500', '130114.517500', '130114.977500', '130115.437500', '130115.897500', '130116.357500', '130116.817500', '130117.277500', '130117.737500', '130118.197500', '130118.657500', '130119.117500', '130119.577500', '130120.037500', '130120.497500', '130120.957500', '130121.417500', '130121.877500', '130122.337500', '130122.797500', '130123.257500', '130123.717500', '130124.177500', '130124.637500', '130125.097500', '130125.557500', '130126.017500', '130126.477500', '130126.937500', '130127.397500', '130127.857500', '130128.317500', '130128.777500', '130129.237500', '130129.697500', '130130.157500', '130130.617500', '130131.077500', '130131.537500', '130131.997500', '130132.457500', '130132.917500', '130133.377500', '130133.837500', '130134.297500', '130134.757500', '130135.217500', '130135.677500', '130136.137500', '130136.597500', '130137.057500', '130137.517500', '130137.977500', '130138.437500', '130138.897500', '130139.357500', '130139.817500', '130140.277500', '130140.737500', '130141.197500', '130141.657500', '130142.117500', '130142.577500', '130143.037500', '130143.497500', '130143.957500', '130144.417500', '130144.877500', '130145.337500', '130145.797500', '130146.257500', '130146.717500', '130147.177500', '130147.637500', '130148.097500', '130148.557500', '130149.017500', '130149.477500', '130149.937500', '130150.397500', '130150.857500', '130151.317500', '130151.777500', '130152.237500', '130152.697500', '130153.157500', '130153.617500', '130154.077500', '130154.537500', '130154.997500', '130155.457500', '130155.917500', '130156.377500', '130156.837500', '130157.297500', '130157.757500', '130158.217500', '130158.677500', '130159.137500', '130159.597500', '130200.057500', '130200.517500', '130200.977500', '130201.437500', '130201.897500', '130202.357500', '130202.817500', '130203.277500', '130203.737500', '130204.197500', '130204.657500', '130205.117500', '130205.577500', '130206.037500', '130206.497500', '130206.957500', '130207.417500', '130207.877500', '130208.337500', '130208.797500', '130209.257500', '130209.717500', '130210.177500', '130210.637500', '130211.097500', '130211.557500', '130212.017500', '130212.477500', '130212.937500', '130213.397500', '130213.857500', '130214.317500', '130214.777500', '130215.237500', '130215.697500', '130216.157500', '130216.617500', '130217.077500', '130217.537500', '130217.997500', '130218.457500', '130218.917500', '130219.377500', '130219.837500', '130220.297500', '130220.757500', '130221.217500', '130221.677500', '130222.137500', '130222.597500', '130223.057500', '130223.517500', '130223.977500', '130224.437500', '130224.897500', '130225.357500', '130225.817500', '130226.277500', '130226.737500', '130227.197500', '130227.657500', '130228.117500', '130228.577500', '130229.037500', '130229.497500', '130229.957500', '130230.417500', '130230.877500', '130231.337500', '130231.797500', '130232.257500', '130232.717500', '130233.177500', '130233.637500', '130234.097500', '130234.557500', '130235.017500', '130235.477500', '130235.937500', '130236.397500', '130236.857500', '130237.317500', '130237.777500', '130238.237500', '130238.697500', '130239.157500', '130239.617500', '130240.077500', '130240.537500', '130240.997500', '130241.457500', '130241.917500', '130242.377500', '130242.837500', '130243.297500', '130243.757500', '130244.217500', '130244.677500', '130245.137500', '130245.597500', '130246.057500', '130246.517500', '130246.977500', '130247.437500', '130247.897500', '130248.357500', '130248.817500', '130249.277500', '130249.737500', '130250.197500', '130250.657500', '130251.117500', '130251.577500', '130252.037500', '130252.497500', '130252.957500', '130253.417500', '130253.877500', '130254.337500', '130254.797500', '130255.257500', '130255.717500', '130256.177500', '130256.637500', '130257.097500', '130257.557500', '130258.017500', '130258.477500', '130258.937500', '130259.397500', '130259.857500', '130300.317500', '130300.777500', '130301.237500', '130301.697500', '130302.157500', '130302.617500', '130303.077500', '130303.537500', '130303.997500', '130304.457500', '130304.917500', '130305.377500', '130305.837500', '130306.297500', '130306.757500', '130307.217500', '130307.677500', '130308.137500', '130308.597500', '130309.057500', '130309.517500', '130309.977500', '130310.437500', '130310.897500', '130311.357500', '130311.817500', '130312.277500', '130312.737500', '130313.197500', '130313.657500', '130314.117500', '130314.577500', '130315.037500', '130315.497500', '130315.957500', '130316.417500', '130316.877500', '130317.337500', '130317.797500', '130318.257500', '130318.717500', '130319.177500', '130319.637500', '130320.097500', '130320.557500', '130321.017500', '130321.477500', '130321.937500', '130322.397500', '130322.857500', '130323.317500', '130323.777500', '130324.237500', '130324.697500', '130325.157500', '130325.617500', '130326.077500', '130326.537500', '130326.997500', '130327.457500', '130327.917500', '130328.377500', '130328.837500', '130329.297500', '130329.757500', '130330.217500', '130330.677500', '130331.137500', '130331.597500', '130332.057500', '130332.517500', '130332.977500', '130333.437500', '130333.897500', '130334.357500', '130334.817500', '130335.277500', '130335.737500', '130336.197500', '130336.657500', '130337.117500', '130337.577500', '130338.037500', '130338.497500', '130338.957500', '130339.417500', '130339.877500', '130340.337500', '130340.797500', '130341.257500', '130341.717500', '130342.177500', '130342.637500', '130343.097500', '130343.557500', '130344.017500', '130344.477500', '130344.937500', '130345.397500', '130345.857500', '130346.317500', '130346.777500', '130347.237500', '130347.697500', '130348.157500', '130348.617500', '130349.077500', '130349.537500', '130349.997500', '130350.457500', '130350.917500', '130351.377500', '130351.837500', '130352.297500', '130352.757500', '130353.217500', '130353.677500', '130354.137500', '130354.597500', '130355.057500', '130355.517500', '130355.977500', '130356.437500', '130356.897500', '130357.357500', '130357.817500', '130358.277500', '130358.737500', '130359.197500', '130359.657500', '130400.117500', '130400.577500', '130401.037500', '130401.497500', '130401.957500', '130402.417500', '130402.877500', '130403.337500', '130403.797500', '130404.257500', '130404.717500', '130405.177500', '130405.637500', '130406.097500', '130406.557500', '130407.017500', '130407.477500', '130407.937500', '130408.397500', '130408.857500', '130409.317500', '130409.777500', '130410.237500', '130410.697500', '130411.157500', '130411.617500', '130412.077500', '130412.537500', '130412.997500', '130413.457500', '130413.917500', '130414.377500', '130414.837500', '130415.297500', '130415.757500', '130416.217500', '130416.677500', '130417.137500', '130417.597500', '130418.057500', '130418.517500', '130418.977500', '130419.437500', '130419.897500', '130420.357500', '130420.817500', '130421.277500', '130421.737500', '130422.197500', '130422.657500', '130423.117500', '130423.577500', '130424.037500', '130424.497500', '130424.957500', '130425.417500', '130425.877500', '130426.337500', '130426.797500', '130427.257500', '130427.717500', '130428.177500', '130428.637500', '130429.097500', '130429.557500', '130430.017500', '130430.477500', '130430.937500', '130431.397500', '130431.857500', '130432.317500', '130432.777500', '130433.237500', '130433.697500', '130434.157500', '130434.617500', '130435.077500', '130435.537500', '130435.997500', '130436.457500', '130436.917500', '130437.377500', '130437.837500', '130438.297500', '130438.757500', '130439.217500', '130439.677500', '130440.137500', '130440.597500', '130441.057500', '130441.517500', '130441.977500', '130442.437500', '130442.897500', '130443.357500', '130443.817500', '130444.277500', '130444.737500', '130445.197500', '130445.657500', '130446.117500', '130446.577500', '130447.037500', '130447.497500', '130447.957500', '130448.417500', '130448.877500', '130449.337500', '130449.797500', '130450.257500', '130450.717500', '130451.177500', '130451.637500', '130452.097500', '130452.557500', '130453.017500', '130453.477500', '130453.937500', '130454.397500', '130454.857500', '130455.317500', '130455.777500', '130456.237500', '130456.697500', '130457.157500', '130457.617500', '130458.077500', '130458.537500', '130458.997500', '130459.457500', '130459.917500', '130500.377500', '130500.837500', '130501.297500', '130501.757500', '130502.217500', '130502.677500', '130503.137500', '130503.597500', '130504.057500', '130504.517500', '130504.977500', '130505.437500', '130505.897500', '130506.357500', '130506.817500', '130507.277500', '130507.737500', '130508.197500', '130508.657500', '130509.117500', '130509.577500', '130510.037500', '130510.497500', '130510.957500', '130511.417500', '130511.877500', '130512.337500', '130512.797500', '130513.257500', '130513.717500', '130514.177500', '130514.637500', '130515.097500', '130515.557500', '130516.017500', '130516.477500', '130516.937500', '130517.397500', '130517.857500', '130518.317500', '130518.777500', '130519.237500', '130519.697500', '130520.157500', '130520.617500', '130521.077500', '130521.537500', '130521.997500', '130522.457500', '130522.917500', '130523.377500', '130523.837500', '130524.297500', '130524.757500', '130525.217500', '130525.677500', '130526.137500', '130526.597500', '130527.057500', '130527.517500', '130527.977500', '130528.437500', '130528.897500', '130529.357500', '130529.817500', '130530.277500', '130530.737500', '130531.197500', '130531.657500', '130532.117500', '130532.577500', '130533.037500', '130533.497500', '130533.957500', '130534.417500', '130534.877500', '130535.337500', '130535.797500', '130536.257500', '130536.717500', '130537.177500', '130537.637500', '130538.097500', '130538.557500', '130539.017500', '130539.477500', '130539.937500', '130540.397500', '130540.857500', '130541.317500', '130541.777500', '130542.237500', '130542.697500', '130543.157500', '130543.617500', '130544.077500', '130544.537500', '130544.997500', '130545.457500', '130545.917500', '130546.377500', '130546.837500', '130547.297500', '130547.757500', '130548.217500', '130548.677500', '130549.137500', '130549.597500', '130550.057500', '130550.517500', '130550.977500', '130551.437500', '130551.897500', '130552.357500', '130552.817500', '130553.277500', '130553.737500', '130554.197500', '130554.657500', '130555.117500', '130555.577500', '130556.037500', '130556.497500', '130556.957500', '130557.417500', '130557.877500', '130558.337500', '130558.797500', '130559.257500', '130559.717500', '130600.177500', '130600.637500', '130601.097500', '130601.557500', '130602.017500', '130602.477500', '130602.937500', '130603.397500', '130603.857500', '130604.317500', '130604.777500', '130605.237500', '130605.697500', '130606.157500', '130606.617500', '130607.077500', '130607.537500', '130607.997500', '130608.457500', '130608.917500', '130609.377500', '130609.837500', '130610.297500', '130610.757500', '130611.217500', '130611.677500', '130612.137500', '130612.597500', '130613.057500', '130613.517500', '130613.977500', '130614.437500', '130614.897500', '130615.357500', '130615.817500', '130616.277500', '130616.737500', '130617.197500', '130617.657500', '130618.117500', '130618.577500', '130619.037500', '130619.497500', '130619.957500', '130620.417500', '130620.877500', '130621.337500', '130621.797500', '130622.257500', '130622.717500', '130623.177500', '130623.637500', '130624.097500', '130624.557500', '130625.017500', '130625.477500', '130625.937500', '130626.397500', '130626.857500', '130627.317500', '130627.777500', '130628.237500', '130628.697500', '130629.157500', '130629.617500', '130630.077500', '130630.537500', '130630.997500', '130631.457500', '130631.917500', '130632.377500', '130632.837500', '130633.297500', '130633.757500', '130634.217500', '130634.677500', '130635.137500', '130635.597500', '130636.057500', '130636.517500', '130636.977500', '130637.437500', '130637.897500', '130638.357500', '130638.817500', '130639.277500', '130639.737500', '130640.197500', '130640.657500', '130641.117500', '130641.577500', '130642.037500', '130642.497500', '130642.957500', '130643.417500', '130643.877500', '130644.337500', '130644.797500', '130645.257500', '130645.717500', '130646.177500', '130646.637500', '130647.097500', '130647.557500', '130648.017500', '130648.477500', '130648.937500', '130649.397500', '130649.857500', '130650.317500', '130650.777500', '130651.237500', '130651.697500', '130652.157500', '130652.617500', '130653.077500', '130653.537500', '130653.997500', '130654.457500', '130654.917500', '130655.377500', '130655.837500', '130656.297500', '130656.757500', '130657.217500', '130657.677500', '130658.137500', '130658.597500', '130659.057500', '130659.517500', '130659.977500', '130700.437500', '130700.897500', '130701.357500', '130701.817500', '130702.277500', '130702.737500', '130703.197500', '130703.657500', '130704.117500', '130704.577500', '130705.037500', '130705.497500', '130705.957500', '130706.417500', '130706.877500', '130707.337500', '130707.797500', '130708.257500', '130708.717500', '130709.177500', '130709.637500', '130710.097500', '130710.557500', '130711.017500', '130711.477500', '130711.937500', '130712.397500', '130712.857500', '130713.317500', '130713.777500', '130714.237500', '130714.697500', '130715.157500', '130715.617500', '130716.077500', '130716.537500', '130716.997500', '130717.457500', '130717.917500', '130718.377500', '130718.837500', '130719.297500', '130719.757500', '130720.217500', '130720.677500', '130721.137500', '130721.597500', '130722.057500', '130722.517500', '130722.977500', '130723.437500', '130723.897500', '130724.357500', '130724.817500', '130725.277500', '130725.737500', '130726.197500', '130726.657500', '130727.117500', '130727.577500', '130728.037500', '130728.497500', '130728.957500', '130729.417500', '130729.877500', '130730.337500', '130730.797500', '130731.257500', '130731.717500', '130732.177500', '130732.637500', '130733.097500', '130733.557500', '130734.017500', '130734.477500', '130734.937500', '130735.397500', '130735.857500', '130736.317500', '130736.777500', '130737.237500', '130737.697500', '130738.157500', '130738.617500', '130739.077500', '130739.537500', '130739.997500', '130740.457500', '130740.917500', '130741.377500', '130741.837500', '130742.297500', '130742.757500', '130743.217500', '130743.677500', '130744.137500', '130744.597500', '130745.057500', '130745.517500', '130745.977500', '130746.437500', '130746.897500', '130747.357500', '130747.817500', '130748.277500', '130748.737500', '130749.197500', '130749.657500', '130750.117500', '130750.577500', '130751.037500', '130751.497500', '130751.957500', '130752.417500', '130752.877500', '130753.337500', '130753.797500', '130754.257500', '130754.717500', '130755.177500', '130755.637500', '130756.097500', '130756.557500', '130757.017500', '130757.477500', '130757.937500', '130758.397500', '130758.857500', '130759.317500', '130759.777500', '130800.237500', '130800.697500', '130801.157500', '130801.617500', '130802.077500', '130802.537500', '130802.997500', '130803.457500', '130803.917500', '130804.377500', '130804.837500', '130805.297500', '130805.757500', '130806.217500', '130806.677500', '130807.137500', '130807.597500', '130808.057500', '130808.517500', '130808.977500', '130809.437500', '130809.897500', '130810.357500', '130810.817500', '130811.277500', '130811.737500', '130812.197500', '130812.657500', '130813.117500', '130813.577500', '130814.037500', '130814.497500', '130814.957500', '130815.417500', '130815.877500', '130816.337500', '130816.797500', '130817.257500', '130817.717500', '130818.177500', '130818.637500', '130819.097500', '130819.557500', '130820.017500', '130820.477500', '130820.937500', '130821.397500', '130821.857500', '130822.317500', '130822.777500', '130823.237500', '130823.697500', '130824.157500', '130824.617500', '130825.077500', '130825.537500', '130825.997500', '130826.457500', '130826.917500', '130827.377500', '130827.837500', '130828.297500', '130828.757500', '130829.217500', '130829.677500', '130830.137500', '130830.597500', '130831.057500', '130831.517500', '130831.977500', '130832.437500', '130832.897500', '130833.357500', '130833.817500', '130834.277500', '130834.737500', '130835.197500', '130835.657500', '130836.117500', '130836.577500', '130837.037500', '130837.497500', '130837.957500', '130838.417500', '130838.877500', '130839.337500', '130839.797500', '130840.257500', '130840.717500', '130841.177500', '130841.637500', '130842.097500', '130842.557500', '130843.017500', '130843.477500', '130843.937500', '130844.397500', '130844.857500', '130845.317500', '130845.777500', '130846.237500', '130846.697500', '130847.157500', '130847.617500', '130848.077500', '130848.537500', '130848.997500', '130849.457500', '130849.917500', '130850.377500', '130850.837500', '130851.297500', '130851.757500', '130852.217500', '130852.677500', '130853.137500', '130853.597500', '130854.057500', '130854.517500', '130854.977500', '130855.437500', '130855.897500', '130856.357500', '130856.817500', '130857.277500', '130857.737500', '130858.197500', '130858.657500', '130859.117500', '130859.577500', '130900.037500', '130900.497500', '130900.957500', '130901.417500', '130901.877500', '130902.337500', '130902.797500', '130903.257500', '130903.717500', '130904.177500', '130904.637500', '130905.097500', '130905.557500', '130906.017500', '130906.477500', '130906.937500', '130907.397500', '130907.857500', '130908.317500', '130908.777500', '130909.237500', '130909.697500', '130910.157500', '130910.617500', '130911.077500', '130911.537500', '130911.997500', '130912.457500', '130912.917500', '130913.377500', '130913.837500', '130914.297500', '130914.757500', '130915.217500', '130915.677500', '130916.137500', '130916.597500', '130917.057500', '130917.517500', '130917.977500', '130918.437500', '130918.897500', '130919.357500', '130919.817500', '130920.277500', '130920.737500', '130921.197500', '130921.657500', '130922.117500', '130922.577500', '130923.037500', '130923.497500', '130923.957500', '130924.417500', '130924.877500', '130925.337500', '130925.797500', '130926.257500', '130926.717500', '130927.177500', '130927.637500', '130928.097500', '130928.557500', '130929.017500', '130929.477500', '130929.937500', '130930.397500', '130930.857500', '130931.317500', '130931.777500', '130932.237500', '130932.697500', '130933.157500', '130933.617500', '130934.077500', '130934.537500', '130934.997500', '130935.457500', '130935.917500', '130936.377500', '130936.837500', '130937.297500', '130937.757500', '130938.217500', '130938.677500', '130939.137500'], 'ContentTime': ['125949.553000', '125949.556000', '125949.559000', '125949.562000', '125949.565000', '125949.567000', '125949.570000', '125949.576000', '125949.579000', '125949.581000', '125949.584000', '125949.586000', '125949.589000', '125949.592000', '125949.594000', '125949.597000', '125949.599000', '125949.602000', '125949.604000', '125949.607000', '125949.610000', '125949.612000', '125949.615000', '125949.617000', '125949.620000', '125949.622000', '125949.625000', '125949.627000', '125949.630000', '125949.633000', '125949.635000', '125949.638000', '125949.640000', '125949.647000', '125949.649000', '125949.652000', '125949.654000', '130009.526000', '130009.528000', '130009.531000', '130009.533000', '130009.536000', '130009.539000', '130009.541000', '130009.544000', '130009.546000', '130009.549000', '130009.552000', '130009.554000', '130009.557000', '130009.559000', '130009.562000', '130009.564000', '130009.567000', '130009.569000', '130009.572000', '130009.574000', '130009.577000', '130009.580000', '130009.582000', '130009.585000', '130009.587000', '130009.590000', '130009.593000', '130009.595000', '130009.598000', '130009.600000', '130009.603000', '130009.605000', '130009.608000', '130009.611000', '130009.613000', '130009.616000', '130009.619000', '130009.622000', '130009.625000', '130009.628000', '130009.630000', '130009.633000', '130009.635000', '130029.525000', '130029.528000', '130029.531000', '130029.552000', '130029.554000', '130029.557000', '130029.559000', '130029.562000', '130029.564000', '130029.567000', '130029.569000', '130029.572000', '130029.575000', '130029.577000', '130029.580000', '130029.582000', '130029.585000', '130029.587000', '130029.590000', '130029.593000', '130029.595000', '130029.598000', '130029.600000', '130029.603000', '130029.605000', '130029.608000', '130029.611000', '130029.613000', '130029.616000', '130029.618000', '130029.621000', '130029.623000', '130029.626000', '130029.628000', '130029.631000', '130029.640000', '130029.643000', '130029.645000', '130029.648000', '130029.651000', '130029.653000', '130029.656000', '130029.658000', '130029.661000', '130049.526000', '130049.528000', '130049.531000', '130049.534000', '130049.536000', '130049.539000', '130049.541000', '130049.544000', '130049.547000', '130049.549000', '130049.552000', '130049.554000', '130049.557000', '130049.560000', '130049.562000', '130049.565000', '130049.567000', '130049.570000', '130049.572000', '130049.575000', '130049.578000', '130049.580000', '130049.583000', '130049.585000', '130049.588000', '130049.591000', '130049.593000', '130049.596000', '130049.598000', '130049.601000', '130049.603000', '130049.606000', '130049.609000', '130049.611000', '130049.614000', '130049.616000', '130049.619000', '130049.622000', '130049.624000', '130049.627000', '130049.629000', '130049.632000', '130049.634000', '130109.525000', '130109.528000', '130109.531000', '130109.533000', '130109.536000', '130109.538000', '130109.541000', '130109.544000', '130109.546000', '130109.549000', '130109.551000', '130109.554000', '130109.556000', '130109.559000', '130109.561000', '130109.564000', '130109.567000', '130109.569000', '130109.572000', '130109.574000', '130109.577000', '130109.580000', '130109.582000', '130109.585000', '130109.587000', '130109.590000', '130109.593000', '130109.595000', '130109.598000', '130109.600000', '130109.603000', '130109.606000', '130109.608000', '130109.611000', '130109.613000', '130109.616000', '130109.619000', '130109.621000', '130109.624000', '130109.626000', '130109.629000', '130109.632000', '130109.634000', '130109.637000', '130129.525000', '130129.527000', '130129.530000', '130129.533000', '130129.535000', '130129.538000', '130129.540000', '130129.543000', '130129.545000', '130129.548000', '130129.551000', '130129.553000', '130129.556000', '130129.558000', '130129.561000', '130129.564000', '130129.566000', '130129.569000', '130129.572000', '130129.574000', '130129.577000', '130129.579000', '130129.582000', '130129.585000', '130129.587000', '130129.590000', '130129.592000', '130129.595000', '130129.598000', '130129.600000', '130129.603000', '130129.605000', '130129.608000', '130129.610000', '130129.613000', '130129.616000', '130129.618000', '130129.621000', '130129.623000', '130129.626000', '130129.629000', '130129.643000', '130129.645000', '130149.525000', '130149.528000', '130149.531000', '130149.534000', '130149.536000', '130149.539000', '130149.541000', '130149.544000', '130149.547000', '130149.549000', '130149.552000', '130149.554000', '130149.557000', '130149.559000', '130149.562000', '130149.565000', '130149.567000', '130149.570000', '130149.572000', '130149.575000', '130149.577000', '130149.580000', '130149.583000', '130149.585000', '130149.588000', '130149.591000', '130149.593000', '130149.596000', '130149.598000', '130149.601000', '130149.604000', '130149.606000', '130149.609000', '130149.611000', '130149.614000', '130149.616000', '130149.619000', '130149.621000', '130149.624000', '130149.627000', '130149.629000', '130149.632000', '130149.634000', '130149.637000', '130209.526000', '130209.528000', '130209.531000', '130209.534000', '130209.536000', '130209.539000', '130209.541000', '130209.544000', '130209.546000', '130209.549000', '130209.552000', '130209.554000', '130209.557000', '130209.568000', '130209.571000', '130209.573000', '130209.576000', '130209.578000', '130209.581000', '130209.584000', '130209.586000', '130209.589000', '130209.591000', '130209.594000', '130209.597000', '130209.599000', '130209.602000', '130209.604000', '130209.607000', '130209.610000', '130209.612000', '130209.615000', '130209.617000', '130209.620000', '130209.622000', '130209.625000', '130209.627000', '130209.630000', '130209.633000', '130209.635000', '130209.638000', '130209.640000', '130209.643000', '130229.526000', '130229.528000', '130229.531000', '130229.534000', '130229.536000', '130229.539000', '130229.541000', '130229.544000', '130229.547000', '130229.549000', '130229.552000', '130229.554000', '130229.557000', '130229.559000', '130229.562000', '130229.565000', '130229.567000', '130229.570000', '130229.572000', '130229.575000', '130229.578000', '130229.580000', '130229.583000', '130229.585000', '130229.588000', '130229.590000', '130229.593000', '130229.596000', '130229.598000', '130229.601000', '130229.603000', '130229.606000', '130229.609000', '130229.611000', '130229.614000', '130229.616000', '130229.619000', '130229.621000', '130229.624000', '130229.627000', '130229.629000', '130229.632000', '130229.634000', '130229.637000', '130249.525000', '130249.528000', '130249.531000', '130249.533000', '130249.536000', '130249.539000', '130249.541000', '130249.544000', '130249.546000', '130249.549000', '130249.551000', '130249.554000', '130249.557000', '130249.559000', '130249.562000', '130249.564000', '130249.567000', '130249.570000', '130249.572000', '130249.575000', '130249.577000', '130249.580000', '130249.582000', '130249.585000', '130249.588000', '130249.590000', '130249.593000', '130249.596000', '130249.598000', '130249.601000', '130249.603000', '130249.606000', '130249.609000', '130249.612000', '130249.615000', '130249.618000', '130249.620000', '130249.623000', '130249.625000', '130249.628000', '130249.631000', '130249.633000', '130249.636000', '130309.525000', '130309.528000', '130309.531000', '130309.533000', '130309.536000', '130309.538000', '130309.541000', '130309.544000', '130309.546000', '130309.549000', '130309.552000', '130309.554000', '130309.557000', '130309.559000', '130309.562000', '130309.565000', '130309.567000', '130309.570000', '130309.572000', '130309.575000', '130309.577000', '130309.580000', '130309.583000', '130309.585000', '130309.588000', '130309.590000', '130309.593000', '130309.596000', '130309.598000', '130309.601000', '130309.603000', '130309.606000', '130309.608000', '130309.611000', '130309.614000', '130309.616000', '130309.619000', '130309.621000', '130309.624000', '130309.627000', '130309.629000', '130309.632000', '130309.634000', '130309.637000', '130329.525000', '130329.528000', '130329.531000', '130329.533000', '130329.536000', '130329.539000', '130329.541000', '130329.544000', '130329.546000', '130329.549000', '130329.552000', '130329.554000', '130329.557000', '130329.559000', '130329.562000', '130329.565000', '130329.567000', '130329.570000', '130329.573000', '130329.575000', '130329.578000', '130329.580000', '130329.583000', '130329.585000', '130329.588000', '130329.591000', '130329.593000', '130329.596000', '130329.599000', '130329.601000', '130329.604000', '130329.606000', '130329.609000', '130329.612000', '130329.614000', '130329.617000', '130329.619000', '130329.622000', '130329.639000', '130329.641000', '130329.644000', '130329.647000', '130329.649000', '130349.524000', '130349.527000', '130349.530000', '130349.532000', '130349.535000', '130349.538000', '130349.540000', '130349.543000', '130349.545000', '130349.548000', '130349.551000', '130349.553000', '130349.556000', '130349.558000', '130349.561000', '130349.564000', '130349.566000', '130349.569000', '130349.571000', '130349.574000', '130349.577000', '130349.579000', '130349.582000', '130349.584000', '130349.587000', '130349.590000', '130349.592000', '130349.595000', '130349.598000', '130349.600000', '130349.603000', '130349.605000', '130349.608000', '130349.610000', '130349.613000', '130349.616000', '130349.618000', '130349.621000', '130349.623000', '130349.626000', '130349.628000', '130349.631000', '130349.634000', '130349.636000', '130409.526000', '130409.528000', '130409.531000', '130409.534000', '130409.536000', '130409.539000', '130409.542000', '130409.544000', '130409.547000', '130409.549000', '130409.552000', '130409.555000', '130409.557000', '130409.560000', '130409.562000', '130409.565000', '130409.568000', '130409.570000', '130409.573000', '130409.576000', '130409.578000', '130409.581000', '130409.583000', '130409.586000', '130409.589000', '130409.591000', '130409.594000', '130409.597000', '130409.599000', '130409.602000', '130409.604000', '130409.607000', '130409.609000', '130409.612000', '130409.615000', '130409.617000', '130409.620000', '130409.622000', '130409.625000', '130409.628000', '130409.630000', '130409.633000', '130409.635000', '130429.525000', '130429.529000', '130429.532000', '130429.534000', '130429.537000', '130429.540000', '130429.542000', '130429.545000', '130429.548000', '130429.550000', '130429.553000', '130429.555000', '130429.558000', '130429.560000', '130429.563000', '130429.566000', '130429.568000', '130429.571000', '130429.573000', '130429.576000', '130429.579000', '130429.581000', '130429.584000', '130429.587000', '130429.590000', '130429.592000', '130429.595000', '130429.598000', '130429.600000', '130429.603000', '130429.605000', '130429.608000', '130429.610000', '130429.613000', '130429.616000', '130429.618000', '130429.621000', '130429.623000', '130429.626000', '130429.628000', '130429.631000', '130429.634000', '130429.636000', '130449.526000', '130449.528000', '130449.531000', '130449.534000', '130449.536000', '130449.539000', '130449.541000', '130449.544000', '130449.547000', '130449.549000', '130449.552000', '130449.554000', '130449.557000', '130449.560000', '130449.562000', '130449.565000', '130449.568000', '130449.570000', '130449.573000', '130449.575000', '130449.578000', '130449.580000', '130449.583000', '130449.586000', '130449.588000', '130449.591000', '130449.594000', '130449.596000', '130449.599000', '130449.601000', '130449.604000', '130449.606000', '130449.609000', '130449.612000', '130449.614000', '130449.617000', '130449.620000', '130449.622000', '130449.625000', '130449.627000', '130449.630000', '130449.633000', '130449.635000', '130449.638000', '130509.525000', '130509.528000', '130509.531000', '130509.533000', '130509.536000', '130509.578000', '130509.580000', '130509.583000', '130509.586000', '130509.588000', '130509.591000', '130509.594000', '130509.596000', '130509.599000', '130509.601000', '130509.604000', '130509.607000', '130509.609000', '130509.612000', '130509.614000', '130509.617000', '130509.620000', '130509.622000', '130509.625000', '130509.627000', '130509.630000', '130509.632000', '130509.635000', '130509.638000', '130509.640000', '130509.643000', '130509.645000', '130509.648000', '130509.651000', '130509.653000', '130509.656000', '130509.658000', '130509.661000', '130509.664000', '130509.666000', '130509.669000', '130509.671000', '130509.674000', '130509.677000', '130529.526000', '130529.528000', '130529.531000', '130529.534000', '130529.536000', '130529.539000', '130529.541000', '130529.544000', '130529.547000', '130529.549000', '130529.552000', '130529.554000', '130529.557000', '130529.559000', '130529.562000', '130529.565000', '130529.567000', '130529.570000', '130529.572000', '130529.575000', '130529.578000', '130529.580000', '130529.583000', '130529.586000', '130529.588000', '130529.591000', '130529.593000', '130529.596000', '130529.599000', '130529.601000', '130529.604000', '130529.606000', '130529.609000', '130529.612000', '130529.614000', '130529.617000', '130529.619000', '130529.622000', '130529.625000', '130529.627000', '130529.630000', '130529.632000', '130529.635000', '130549.525000', '130549.528000', '130549.531000', '130549.533000', '130549.536000', '130549.539000', '130549.541000', '130549.544000', '130549.546000', '130549.549000', '130549.552000', '130549.554000', '130549.557000', '130549.559000', '130549.562000', '130549.565000', '130549.567000', '130549.570000', '130549.573000', '130549.576000', '130549.579000', '130549.582000', '130549.585000', '130549.588000', '130549.591000', '130549.593000', '130549.596000', '130549.599000', '130549.601000', '130549.604000', '130549.606000', '130549.609000', '130549.612000', '130549.614000', '130549.617000', '130549.619000', '130549.622000', '130549.625000', '130549.627000', '130549.630000', '130549.632000', '130549.635000', '130549.638000', '130609.525000', '130609.528000', '130609.530000', '130609.533000', '130609.535000', '130609.538000', '130609.541000', '130609.543000', '130609.546000', '130609.548000', '130609.551000', '130609.553000', '130609.556000', '130609.559000', '130609.561000', '130609.564000', '130609.567000', '130609.569000', '130609.572000', '130609.574000', '130609.577000', '130609.580000', '130609.582000', '130609.585000', '130609.587000', '130609.590000', '130609.593000', '130609.595000', '130609.598000', '130609.601000', '130609.603000', '130609.606000', '130609.608000', '130609.611000', '130609.613000', '130609.616000', '130609.619000', '130609.621000', '130609.624000', '130609.626000', '130609.629000', '130609.632000', '130609.634000', '130609.637000', '130629.526000', '130629.528000', '130629.531000', '130629.534000', '130629.536000', '130629.539000', '130629.541000', '130629.544000', '130629.547000', '130629.549000', '130629.552000', '130629.554000', '130629.557000', '130629.559000', '130629.562000', '130629.565000', '130629.583000', '130629.586000', '130629.589000', '130629.591000', '130629.594000', '130629.597000', '130629.599000', '130629.602000', '130629.604000', '130629.607000', '130629.610000', '130629.612000', '130629.615000', '130629.617000', '130629.620000', '130629.623000', '130629.625000', '130629.628000', '130629.630000', '130629.633000', '130629.636000', '130629.638000', '130629.641000', '130629.643000', '130629.646000', '130629.648000', '130629.651000', '130649.525000', '130649.528000', '130649.531000', '130649.534000', '130649.536000', '130649.539000', '130649.541000', '130649.544000', '130649.546000', '130649.549000', '130649.552000', '130649.554000', '130649.557000', '130649.560000', '130649.562000', '130649.565000', '130649.567000', '130649.570000', '130649.573000', '130649.575000', '130649.578000', '130649.580000', '130649.583000', '130649.586000', '130649.588000', '130649.591000', '130649.593000', '130649.596000', '130649.599000', '130649.601000', '130649.604000', '130649.606000', '130649.609000', '130649.612000', '130649.614000', '130649.617000', '130649.619000', '130649.622000', '130649.624000', '130649.627000', '130649.630000', '130649.632000', '130649.635000', '130649.637000', '130709.526000', '130709.529000', '130709.531000', '130709.534000', '130709.536000', '130709.539000', '130709.541000', '130709.544000', '130709.547000', '130709.549000', '130709.552000', '130709.555000', '130709.557000', '130709.560000', '130709.562000', '130709.565000', '130709.568000', '130709.571000', '130709.574000', '130709.577000', '130709.579000', '130709.582000', '130709.585000', '130709.587000', '130709.590000', '130709.593000', '130709.595000', '130709.598000', '130709.601000', '130709.603000', '130709.606000', '130709.609000', '130709.612000', '130709.614000', '130709.617000', '130709.620000', '130709.622000', '130709.625000', '130709.627000', '130709.630000', '130709.633000', '130709.635000', '130709.638000', '130729.526000', '130729.529000', '130729.531000', '130729.534000', '130729.536000', '130729.539000', '130729.542000', '130729.544000', '130729.547000', '130729.550000', '130729.552000', '130729.555000', '130729.557000', '130729.560000', '130729.563000', '130729.565000', '130729.568000', '130729.571000', '130729.573000', '130729.576000', '130729.579000', '130729.582000', '130729.584000', '130729.587000', '130729.590000', '130729.592000', '130729.595000', '130729.598000', '130729.600000', '130729.603000', '130729.606000', '130729.608000', '130729.611000', '130729.613000', '130729.616000', '130729.618000', '130729.621000', '130729.624000', '130729.626000', '130729.629000', '130729.632000', '130729.634000', '130729.637000', '130729.640000', '130749.526000', '130749.529000', '130749.531000', '130749.534000', '130749.536000', '130749.539000', '130749.542000', '130749.544000', '130749.547000', '130749.549000', '130749.552000', '130749.555000', '130749.557000', '130749.570000', '130749.573000', '130749.575000', '130749.578000', '130749.580000', '130749.583000', '130749.586000', '130749.588000', '130749.591000', '130749.594000', '130749.596000', '130749.599000', '130749.602000', '130749.604000', '130749.607000', '130749.609000', '130749.612000', '130749.615000', '130749.618000', '130749.620000', '130749.623000', '130749.626000', '130749.629000', '130749.632000', '130749.634000', '130749.637000', '130749.639000', '130749.642000', '130749.645000', '130749.647000', '130809.526000', '130809.529000', '130809.531000', '130809.534000', '130809.536000', '130809.539000', '130809.541000', '130809.544000', '130809.547000', '130809.549000', '130809.552000', '130809.554000', '130809.557000', '130809.559000', '130809.562000', '130809.565000', '130809.567000', '130809.570000', '130809.573000', '130809.575000', '130809.578000', '130809.580000', '130809.583000', '130809.585000', '130809.588000', '130809.591000', '130809.593000', '130809.596000', '130809.599000', '130809.601000', '130809.604000', '130809.606000', '130809.609000', '130809.612000', '130809.614000', '130809.617000', '130809.619000', '130809.622000', '130809.625000', '130809.627000', '130809.630000', '130809.632000', '130809.635000', '130809.638000', '130829.525000', '130829.527000', '130829.530000', '130829.533000', '130829.535000', '130829.538000', '130829.540000', '130829.543000', '130829.545000', '130829.548000', '130829.551000', '130829.553000', '130829.556000', '130829.558000', '130829.561000', '130829.564000', '130829.566000', '130829.569000', '130829.571000', '130829.574000', '130829.576000', '130829.579000', '130829.582000', '130829.584000', '130829.587000', '130829.590000', '130829.592000', '130829.595000', '130829.598000', '130829.600000', '130829.603000', '130829.605000', '130829.608000', '130829.610000', '130829.613000', '130829.616000', '130829.618000', '130829.621000', '130829.623000', '130829.626000', '130829.629000', '130829.631000', '130829.634000', '130849.526000', '130849.528000', '130849.531000', '130849.534000', '130849.536000', '130849.539000', '130849.541000', '130849.544000', '130849.546000', '130849.549000', '130849.551000', '130849.554000', '130849.557000', '130849.559000', '130849.562000', '130849.564000', '130849.567000', '130849.570000', '130849.572000', '130849.575000', '130849.577000', '130849.580000', '130849.583000', '130849.585000', '130849.588000', '130849.591000', '130849.593000', '130849.596000', '130849.598000', '130849.601000', '130849.604000', '130849.606000', '130849.609000', '130849.611000', '130849.614000', '130849.617000', '130849.619000', '130849.622000', '130849.624000', '130849.627000', '130849.630000', '130849.632000', '130849.635000', '130849.638000', '130909.525000', '130909.528000', '130909.531000', '130909.533000', '130909.536000', '130909.539000', '130909.541000', '130909.544000', '130909.546000', '130909.549000', '130909.552000', '130909.554000', '130909.557000', '130909.559000', '130909.562000', '130909.565000', '130909.567000', '130909.570000', '130909.572000', '130909.575000', '130909.578000', '130909.580000', '130909.583000', '130909.585000', '130909.588000', '130909.591000', '130909.593000', '130909.596000', '130909.598000', '130909.601000', '130909.604000', '130909.606000', '130909.609000', '130909.611000', '130909.614000', '130909.617000', '130909.619000', '130909.622000', '130909.624000', '130909.627000', '130909.630000', '130909.632000', '130909.635000', '130929.526000', '130929.528000', '130929.531000', '130929.534000', '130929.536000', '130929.539000', '130929.541000', '130929.544000', '130929.546000', '130929.549000', '130929.552000', '130929.554000', '130929.557000', '130929.559000', '130929.562000', '130929.565000', '130929.567000', '130929.570000', '130929.572000', '130929.575000', '130929.577000', '130929.580000', '130929.583000', '130929.585000', '130929.588000', '130929.591000', '130929.593000', '130929.596000', '130929.598000', '130929.601000', '130929.604000', '130929.606000', '130929.609000', '130929.611000', '130929.614000', '130929.617000', '130929.619000', '130929.622000', '130929.624000', '130929.627000', '130929.630000', '130929.632000', '130929.635000', '130929.637000', '130940.421000', '130940.424000', '130940.427000', '130940.429000', '130940.432000', '130940.435000', '130940.437000', '130940.440000', '130940.442000', '130940.445000', '130940.447000', '130940.450000', '130940.453000', '130940.455000', '130940.458000', '130940.461000', '130940.463000', '130940.466000', '130940.468000', '130940.471000', '130940.474000', '130940.476000', '130940.479000', '130940.482000'], 'InstanceCreationTime': ['125949.553000', '125949.556000', '125949.559000', '125949.562000', '125949.565000', '125949.567000', '125949.570000', '125949.576000', '125949.579000', '125949.581000', '125949.584000', '125949.586000', '125949.589000', '125949.592000', '125949.594000', '125949.597000', '125949.599000', '125949.602000', '125949.604000', '125949.607000', '125949.610000', '125949.612000', '125949.615000', '125949.617000', '125949.620000', '125949.622000', '125949.625000', '125949.627000', '125949.630000', '125949.633000', '125949.635000', '125949.638000', '125949.640000', '125949.647000', '125949.649000', '125949.652000', '125949.654000', '130009.526000', '130009.528000', '130009.531000', '130009.533000', '130009.536000', '130009.539000', '130009.541000', '130009.544000', '130009.546000', '130009.549000', '130009.552000', '130009.554000', '130009.557000', '130009.559000', '130009.562000', '130009.564000', '130009.567000', '130009.569000', '130009.572000', '130009.574000', '130009.577000', '130009.580000', '130009.582000', '130009.585000', '130009.587000', '130009.590000', '130009.593000', '130009.595000', '130009.598000', '130009.600000', '130009.603000', '130009.605000', '130009.608000', '130009.611000', '130009.613000', '130009.616000', '130009.619000', '130009.622000', '130009.625000', '130009.628000', '130009.630000', '130009.633000', '130009.635000', '130029.525000', '130029.528000', '130029.531000', '130029.552000', '130029.554000', '130029.557000', '130029.559000', '130029.562000', '130029.564000', '130029.567000', '130029.569000', '130029.572000', '130029.575000', '130029.577000', '130029.580000', '130029.582000', '130029.585000', '130029.587000', '130029.590000', '130029.593000', '130029.595000', '130029.598000', '130029.600000', '130029.603000', '130029.605000', '130029.608000', '130029.611000', '130029.613000', '130029.616000', '130029.618000', '130029.621000', '130029.623000', '130029.626000', '130029.628000', '130029.631000', '130029.640000', '130029.643000', '130029.645000', '130029.648000', '130029.651000', '130029.653000', '130029.656000', '130029.658000', '130029.661000', '130049.526000', '130049.528000', '130049.531000', '130049.534000', '130049.536000', '130049.539000', '130049.541000', '130049.544000', '130049.547000', '130049.549000', '130049.552000', '130049.554000', '130049.557000', '130049.560000', '130049.562000', '130049.565000', '130049.567000', '130049.570000', '130049.572000', '130049.575000', '130049.578000', '130049.580000', '130049.583000', '130049.585000', '130049.588000', '130049.591000', '130049.593000', '130049.596000', '130049.598000', '130049.601000', '130049.603000', '130049.606000', '130049.609000', '130049.611000', '130049.614000', '130049.616000', '130049.619000', '130049.622000', '130049.624000', '130049.627000', '130049.629000', '130049.632000', '130049.634000', '130109.525000', '130109.528000', '130109.531000', '130109.533000', '130109.536000', '130109.538000', '130109.541000', '130109.544000', '130109.546000', '130109.549000', '130109.551000', '130109.554000', '130109.556000', '130109.559000', '130109.561000', '130109.564000', '130109.567000', '130109.569000', '130109.572000', '130109.574000', '130109.577000', '130109.580000', '130109.582000', '130109.585000', '130109.587000', '130109.590000', '130109.593000', '130109.595000', '130109.598000', '130109.600000', '130109.603000', '130109.606000', '130109.608000', '130109.611000', '130109.613000', '130109.616000', '130109.619000', '130109.621000', '130109.624000', '130109.626000', '130109.629000', '130109.632000', '130109.634000', '130109.637000', '130129.525000', '130129.527000', '130129.530000', '130129.533000', '130129.535000', '130129.538000', '130129.540000', '130129.543000', '130129.545000', '130129.548000', '130129.551000', '130129.553000', '130129.556000', '130129.558000', '130129.561000', '130129.564000', '130129.566000', '130129.569000', '130129.572000', '130129.574000', '130129.577000', '130129.579000', '130129.582000', '130129.585000', '130129.587000', '130129.590000', '130129.592000', '130129.595000', '130129.598000', '130129.600000', '130129.603000', '130129.605000', '130129.608000', '130129.610000', '130129.613000', '130129.616000', '130129.618000', '130129.621000', '130129.623000', '130129.626000', '130129.629000', '130129.643000', '130129.645000', '130149.525000', '130149.528000', '130149.531000', '130149.534000', '130149.536000', '130149.539000', '130149.541000', '130149.544000', '130149.547000', '130149.549000', '130149.552000', '130149.554000', '130149.557000', '130149.559000', '130149.562000', '130149.565000', '130149.567000', '130149.570000', '130149.572000', '130149.575000', '130149.577000', '130149.580000', '130149.583000', '130149.585000', '130149.588000', '130149.591000', '130149.593000', '130149.596000', '130149.598000', '130149.601000', '130149.604000', '130149.606000', '130149.609000', '130149.611000', '130149.614000', '130149.616000', '130149.619000', '130149.621000', '130149.624000', '130149.627000', '130149.629000', '130149.632000', '130149.634000', '130149.637000', '130209.526000', '130209.528000', '130209.531000', '130209.534000', '130209.536000', '130209.539000', '130209.541000', '130209.544000', '130209.546000', '130209.549000', '130209.552000', '130209.554000', '130209.557000', '130209.568000', '130209.571000', '130209.573000', '130209.576000', '130209.578000', '130209.581000', '130209.584000', '130209.586000', '130209.589000', '130209.591000', '130209.594000', '130209.597000', '130209.599000', '130209.602000', '130209.604000', '130209.607000', '130209.610000', '130209.612000', '130209.615000', '130209.617000', '130209.620000', '130209.622000', '130209.625000', '130209.627000', '130209.630000', '130209.633000', '130209.635000', '130209.638000', '130209.640000', '130209.643000', '130229.526000', '130229.528000', '130229.531000', '130229.534000', '130229.536000', '130229.539000', '130229.541000', '130229.544000', '130229.547000', '130229.549000', '130229.552000', '130229.554000', '130229.557000', '130229.559000', '130229.562000', '130229.565000', '130229.567000', '130229.570000', '130229.572000', '130229.575000', '130229.578000', '130229.580000', '130229.583000', '130229.585000', '130229.588000', '130229.590000', '130229.593000', '130229.596000', '130229.598000', '130229.601000', '130229.603000', '130229.606000', '130229.609000', '130229.611000', '130229.614000', '130229.616000', '130229.619000', '130229.621000', '130229.624000', '130229.627000', '130229.629000', '130229.632000', '130229.634000', '130229.637000', '130249.525000', '130249.528000', '130249.531000', '130249.533000', '130249.536000', '130249.539000', '130249.541000', '130249.544000', '130249.546000', '130249.549000', '130249.551000', '130249.554000', '130249.557000', '130249.559000', '130249.562000', '130249.564000', '130249.567000', '130249.570000', '130249.572000', '130249.575000', '130249.577000', '130249.580000', '130249.582000', '130249.585000', '130249.588000', '130249.590000', '130249.593000', '130249.596000', '130249.598000', '130249.601000', '130249.603000', '130249.606000', '130249.609000', '130249.612000', '130249.615000', '130249.618000', '130249.620000', '130249.623000', '130249.625000', '130249.628000', '130249.631000', '130249.633000', '130249.636000', '130309.525000', '130309.528000', '130309.531000', '130309.533000', '130309.536000', '130309.538000', '130309.541000', '130309.544000', '130309.546000', '130309.549000', '130309.552000', '130309.554000', '130309.557000', '130309.559000', '130309.562000', '130309.565000', '130309.567000', '130309.570000', '130309.572000', '130309.575000', '130309.577000', '130309.580000', '130309.583000', '130309.585000', '130309.588000', '130309.590000', '130309.593000', '130309.596000', '130309.598000', '130309.601000', '130309.603000', '130309.606000', '130309.608000', '130309.611000', '130309.614000', '130309.616000', '130309.619000', '130309.621000', '130309.624000', '130309.627000', '130309.629000', '130309.632000', '130309.634000', '130309.637000', '130329.525000', '130329.528000', '130329.531000', '130329.533000', '130329.536000', '130329.539000', '130329.541000', '130329.544000', '130329.546000', '130329.549000', '130329.552000', '130329.554000', '130329.557000', '130329.559000', '130329.562000', '130329.565000', '130329.567000', '130329.570000', '130329.573000', '130329.575000', '130329.578000', '130329.580000', '130329.583000', '130329.585000', '130329.588000', '130329.591000', '130329.593000', '130329.596000', '130329.599000', '130329.601000', '130329.604000', '130329.606000', '130329.609000', '130329.612000', '130329.614000', '130329.617000', '130329.619000', '130329.622000', '130329.639000', '130329.641000', '130329.644000', '130329.647000', '130329.649000', '130349.524000', '130349.527000', '130349.530000', '130349.532000', '130349.535000', '130349.538000', '130349.540000', '130349.543000', '130349.545000', '130349.548000', '130349.551000', '130349.553000', '130349.556000', '130349.558000', '130349.561000', '130349.564000', '130349.566000', '130349.569000', '130349.571000', '130349.574000', '130349.577000', '130349.579000', '130349.582000', '130349.584000', '130349.587000', '130349.590000', '130349.592000', '130349.595000', '130349.598000', '130349.600000', '130349.603000', '130349.605000', '130349.608000', '130349.610000', '130349.613000', '130349.616000', '130349.618000', '130349.621000', '130349.623000', '130349.626000', '130349.628000', '130349.631000', '130349.634000', '130349.636000', '130409.526000', '130409.528000', '130409.531000', '130409.534000', '130409.536000', '130409.539000', '130409.542000', '130409.544000', '130409.547000', '130409.549000', '130409.552000', '130409.555000', '130409.557000', '130409.560000', '130409.562000', '130409.565000', '130409.568000', '130409.570000', '130409.573000', '130409.576000', '130409.578000', '130409.581000', '130409.583000', '130409.586000', '130409.589000', '130409.591000', '130409.594000', '130409.597000', '130409.599000', '130409.602000', '130409.604000', '130409.607000', '130409.609000', '130409.612000', '130409.615000', '130409.617000', '130409.620000', '130409.622000', '130409.625000', '130409.628000', '130409.630000', '130409.633000', '130409.635000', '130429.525000', '130429.529000', '130429.532000', '130429.534000', '130429.537000', '130429.540000', '130429.542000', '130429.545000', '130429.548000', '130429.550000', '130429.553000', '130429.555000', '130429.558000', '130429.560000', '130429.563000', '130429.566000', '130429.568000', '130429.571000', '130429.573000', '130429.576000', '130429.579000', '130429.581000', '130429.584000', '130429.587000', '130429.590000', '130429.592000', '130429.595000', '130429.598000', '130429.600000', '130429.603000', '130429.605000', '130429.608000', '130429.610000', '130429.613000', '130429.616000', '130429.618000', '130429.621000', '130429.623000', '130429.626000', '130429.628000', '130429.631000', '130429.634000', '130429.636000', '130449.526000', '130449.528000', '130449.531000', '130449.534000', '130449.536000', '130449.539000', '130449.541000', '130449.544000', '130449.547000', '130449.549000', '130449.552000', '130449.554000', '130449.557000', '130449.560000', '130449.562000', '130449.565000', '130449.568000', '130449.570000', '130449.573000', '130449.575000', '130449.578000', '130449.580000', '130449.583000', '130449.586000', '130449.588000', '130449.591000', '130449.594000', '130449.596000', '130449.599000', '130449.601000', '130449.604000', '130449.606000', '130449.609000', '130449.612000', '130449.614000', '130449.617000', '130449.620000', '130449.622000', '130449.625000', '130449.627000', '130449.630000', '130449.633000', '130449.635000', '130449.638000', '130509.525000', '130509.528000', '130509.531000', '130509.533000', '130509.536000', '130509.578000', '130509.580000', '130509.583000', '130509.586000', '130509.588000', '130509.591000', '130509.594000', '130509.596000', '130509.599000', '130509.601000', '130509.604000', '130509.607000', '130509.609000', '130509.612000', '130509.614000', '130509.617000', '130509.620000', '130509.622000', '130509.625000', '130509.627000', '130509.630000', '130509.632000', '130509.635000', '130509.638000', '130509.640000', '130509.643000', '130509.645000', '130509.648000', '130509.651000', '130509.653000', '130509.656000', '130509.658000', '130509.661000', '130509.664000', '130509.666000', '130509.669000', '130509.671000', '130509.674000', '130509.677000', '130529.526000', '130529.528000', '130529.531000', '130529.534000', '130529.536000', '130529.539000', '130529.541000', '130529.544000', '130529.547000', '130529.549000', '130529.552000', '130529.554000', '130529.557000', '130529.559000', '130529.562000', '130529.565000', '130529.567000', '130529.570000', '130529.572000', '130529.575000', '130529.578000', '130529.580000', '130529.583000', '130529.586000', '130529.588000', '130529.591000', '130529.593000', '130529.596000', '130529.599000', '130529.601000', '130529.604000', '130529.606000', '130529.609000', '130529.612000', '130529.614000', '130529.617000', '130529.619000', '130529.622000', '130529.625000', '130529.627000', '130529.630000', '130529.632000', '130529.635000', '130549.525000', '130549.528000', '130549.531000', '130549.533000', '130549.536000', '130549.539000', '130549.541000', '130549.544000', '130549.546000', '130549.549000', '130549.552000', '130549.554000', '130549.557000', '130549.559000', '130549.562000', '130549.565000', '130549.567000', '130549.570000', '130549.573000', '130549.576000', '130549.579000', '130549.582000', '130549.585000', '130549.588000', '130549.591000', '130549.593000', '130549.596000', '130549.599000', '130549.601000', '130549.604000', '130549.606000', '130549.609000', '130549.612000', '130549.614000', '130549.617000', '130549.619000', '130549.622000', '130549.625000', '130549.627000', '130549.630000', '130549.632000', '130549.635000', '130549.638000', '130609.525000', '130609.528000', '130609.530000', '130609.533000', '130609.535000', '130609.538000', '130609.541000', '130609.543000', '130609.546000', '130609.548000', '130609.551000', '130609.553000', '130609.556000', '130609.559000', '130609.561000', '130609.564000', '130609.567000', '130609.569000', '130609.572000', '130609.574000', '130609.577000', '130609.580000', '130609.582000', '130609.585000', '130609.587000', '130609.590000', '130609.593000', '130609.595000', '130609.598000', '130609.601000', '130609.603000', '130609.606000', '130609.608000', '130609.611000', '130609.613000', '130609.616000', '130609.619000', '130609.621000', '130609.624000', '130609.626000', '130609.629000', '130609.632000', '130609.634000', '130609.637000', '130629.526000', '130629.528000', '130629.531000', '130629.534000', '130629.536000', '130629.539000', '130629.541000', '130629.544000', '130629.547000', '130629.549000', '130629.552000', '130629.554000', '130629.557000', '130629.559000', '130629.562000', '130629.565000', '130629.583000', '130629.586000', '130629.589000', '130629.591000', '130629.594000', '130629.597000', '130629.599000', '130629.602000', '130629.604000', '130629.607000', '130629.610000', '130629.612000', '130629.615000', '130629.617000', '130629.620000', '130629.623000', '130629.625000', '130629.628000', '130629.630000', '130629.633000', '130629.636000', '130629.638000', '130629.641000', '130629.643000', '130629.646000', '130629.648000', '130629.651000', '130649.525000', '130649.528000', '130649.531000', '130649.534000', '130649.536000', '130649.539000', '130649.541000', '130649.544000', '130649.546000', '130649.549000', '130649.552000', '130649.554000', '130649.557000', '130649.560000', '130649.562000', '130649.565000', '130649.567000', '130649.570000', '130649.573000', '130649.575000', '130649.578000', '130649.580000', '130649.583000', '130649.586000', '130649.588000', '130649.591000', '130649.593000', '130649.596000', '130649.599000', '130649.601000', '130649.604000', '130649.606000', '130649.609000', '130649.612000', '130649.614000', '130649.617000', '130649.619000', '130649.622000', '130649.624000', '130649.627000', '130649.630000', '130649.632000', '130649.635000', '130649.637000', '130709.526000', '130709.529000', '130709.531000', '130709.534000', '130709.536000', '130709.539000', '130709.541000', '130709.544000', '130709.547000', '130709.549000', '130709.552000', '130709.555000', '130709.557000', '130709.560000', '130709.562000', '130709.565000', '130709.568000', '130709.571000', '130709.574000', '130709.577000', '130709.579000', '130709.582000', '130709.585000', '130709.587000', '130709.590000', '130709.593000', '130709.595000', '130709.598000', '130709.601000', '130709.603000', '130709.606000', '130709.609000', '130709.612000', '130709.614000', '130709.617000', '130709.620000', '130709.622000', '130709.625000', '130709.627000', '130709.630000', '130709.633000', '130709.635000', '130709.638000', '130729.526000', '130729.529000', '130729.531000', '130729.534000', '130729.536000', '130729.539000', '130729.542000', '130729.544000', '130729.547000', '130729.550000', '130729.552000', '130729.555000', '130729.557000', '130729.560000', '130729.563000', '130729.565000', '130729.568000', '130729.571000', '130729.573000', '130729.576000', '130729.579000', '130729.582000', '130729.584000', '130729.587000', '130729.590000', '130729.592000', '130729.595000', '130729.598000', '130729.600000', '130729.603000', '130729.606000', '130729.608000', '130729.611000', '130729.613000', '130729.616000', '130729.618000', '130729.621000', '130729.624000', '130729.626000', '130729.629000', '130729.632000', '130729.634000', '130729.637000', '130729.640000', '130749.526000', '130749.529000', '130749.531000', '130749.534000', '130749.536000', '130749.539000', '130749.542000', '130749.544000', '130749.547000', '130749.549000', '130749.552000', '130749.555000', '130749.557000', '130749.570000', '130749.573000', '130749.575000', '130749.578000', '130749.580000', '130749.583000', '130749.586000', '130749.588000', '130749.591000', '130749.594000', '130749.596000', '130749.599000', '130749.602000', '130749.604000', '130749.607000', '130749.609000', '130749.612000', '130749.615000', '130749.618000', '130749.620000', '130749.623000', '130749.626000', '130749.629000', '130749.632000', '130749.634000', '130749.637000', '130749.639000', '130749.642000', '130749.645000', '130749.647000', '130809.526000', '130809.529000', '130809.531000', '130809.534000', '130809.536000', '130809.539000', '130809.541000', '130809.544000', '130809.547000', '130809.549000', '130809.552000', '130809.554000', '130809.557000', '130809.559000', '130809.562000', '130809.565000', '130809.567000', '130809.570000', '130809.573000', '130809.575000', '130809.578000', '130809.580000', '130809.583000', '130809.585000', '130809.588000', '130809.591000', '130809.593000', '130809.596000', '130809.599000', '130809.601000', '130809.604000', '130809.606000', '130809.609000', '130809.612000', '130809.614000', '130809.617000', '130809.619000', '130809.622000', '130809.625000', '130809.627000', '130809.630000', '130809.632000', '130809.635000', '130809.638000', '130829.525000', '130829.527000', '130829.530000', '130829.533000', '130829.535000', '130829.538000', '130829.540000', '130829.543000', '130829.545000', '130829.548000', '130829.551000', '130829.553000', '130829.556000', '130829.558000', '130829.561000', '130829.564000', '130829.566000', '130829.569000', '130829.571000', '130829.574000', '130829.576000', '130829.579000', '130829.582000', '130829.584000', '130829.587000', '130829.590000', '130829.592000', '130829.595000', '130829.598000', '130829.600000', '130829.603000', '130829.605000', '130829.608000', '130829.610000', '130829.613000', '130829.616000', '130829.618000', '130829.621000', '130829.623000', '130829.626000', '130829.629000', '130829.631000', '130829.634000', '130849.526000', '130849.528000', '130849.531000', '130849.534000', '130849.536000', '130849.539000', '130849.541000', '130849.544000', '130849.546000', '130849.549000', '130849.551000', '130849.554000', '130849.557000', '130849.559000', '130849.562000', '130849.564000', '130849.567000', '130849.570000', '130849.572000', '130849.575000', '130849.577000', '130849.580000', '130849.583000', '130849.585000', '130849.588000', '130849.591000', '130849.593000', '130849.596000', '130849.598000', '130849.601000', '130849.604000', '130849.606000', '130849.609000', '130849.611000', '130849.614000', '130849.617000', '130849.619000', '130849.622000', '130849.624000', '130849.627000', '130849.630000', '130849.632000', '130849.635000', '130849.638000', '130909.525000', '130909.528000', '130909.531000', '130909.533000', '130909.536000', '130909.539000', '130909.541000', '130909.544000', '130909.546000', '130909.549000', '130909.552000', '130909.554000', '130909.557000', '130909.559000', '130909.562000', '130909.565000', '130909.567000', '130909.570000', '130909.572000', '130909.575000', '130909.578000', '130909.580000', '130909.583000', '130909.585000', '130909.588000', '130909.591000', '130909.593000', '130909.596000', '130909.598000', '130909.601000', '130909.604000', '130909.606000', '130909.609000', '130909.611000', '130909.614000', '130909.617000', '130909.619000', '130909.622000', '130909.624000', '130909.627000', '130909.630000', '130909.632000', '130909.635000', '130929.526000', '130929.528000', '130929.531000', '130929.534000', '130929.536000', '130929.539000', '130929.541000', '130929.544000', '130929.546000', '130929.549000', '130929.552000', '130929.554000', '130929.557000', '130929.559000', '130929.562000', '130929.565000', '130929.567000', '130929.570000', '130929.572000', '130929.575000', '130929.577000', '130929.580000', '130929.583000', '130929.585000', '130929.588000', '130929.591000', '130929.593000', '130929.596000', '130929.598000', '130929.601000', '130929.604000', '130929.606000', '130929.609000', '130929.611000', '130929.614000', '130929.617000', '130929.619000', '130929.622000', '130929.624000', '130929.627000', '130929.630000', '130929.632000', '130929.635000', '130929.637000', '130940.421000', '130940.424000', '130940.427000', '130940.429000', '130940.432000', '130940.435000', '130940.437000', '130940.440000', '130940.442000', '130940.445000', '130940.447000', '130940.450000', '130940.453000', '130940.455000', '130940.458000', '130940.461000', '130940.463000', '130940.466000', '130940.468000', '130940.471000', '130940.474000', '130940.476000', '130940.479000', '130940.482000'], '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': [7646, 12282, 8617, 10797, 9183, 9254, 7379, 7540, 12242, 8379, 10008, 7624, 7624, 6350, 7183, 11410, 6785, 9289, 6452, 8478, 6323, 8740, 6263, 7856, 9632, 6605, 9323, 6714, 9731, 6690, 9146, 6578, 8010, 6065, 7969, 11227, 8182, 8504, 6245, 7773, 6320, 7168, 10395, 6556, 8219, 6112, 8664, 6014, 8218, 6177, 6983, 9054, 6491, 9306, 6388, 8600, 5945, 8509, 6062, 8123, 6311, 7837, 7730, 6901, 10197, 7337, 8442, 5898, 8246, 7143, 6636, 9212, 6174, 8858, 6396, 9602, 6414, 9470, 6432, 8416, 6155, 8020, 10827, 7646, 9680, 7305, 8843, 6742, 9362, 5912, 8895, 9132, 7292, 9973, 6811, 8812, 6582, 9123, 6452, 9258, 7485, 7168, 9672, 6629, 8842, 6526, 9227, 6626, 9429, 6495, 8519, 6594, 9048, 5954, 8383, 7482, 7068, 9795, 6469, 8464, 6556, 9344, 6811, 9138, 6361, 8338, 6270, 8483, 7210, 6897, 10251, 6289, 8164, 8377, 6512, 8299, 6574, 9427, 6356, 9587, 6414, 8109, 6544, 9437, 6240, 9308, 8902, 7485, 9491, 6919, 8938, 6398, 9416, 7988, 7471, 11835, 7321, 8212, 6101, 8212, 6184, 7869, 7879, 7157, 7296, 7297, 10928, 6982, 9891, 6901, 7962, 6503, 8580, 6174, 7604, 10797, 7017, 8360, 6802, 9226, 6101, 8648, 8280, 7080, 8379, 6642, 9561, 6444, 8586, 7762, 6820, 8575, 6659, 9401, 6572, 8720, 8041, 6825, 8252, 6535, 9235, 6529, 9150, 5930, 8238, 6192, 8482, 6858, 7762, 10823, 7122, 9594, 6471, 8092, 6104, 8712, 6681, 7705, 11061, 6976, 9364, 7121, 8702, 6044, 7840, 10428, 6901, 9305, 6095, 7891, 6122, 7978, 6080, 7481, 7383, 6981, 6037, 7434, 7610, 7288, 11068, 6957, 8930, 6451, 8828, 6997, 7412, 11356, 7546, 7928, 6636, 7851, 10428, 6895, 9857, 6630, 8866, 8183, 7376, 10019, 6591, 9089, 6186, 7834, 6399, 7529, 6727, 7325, 10852, 6699, 9526, 6858, 8532, 7270, 9526, 6454, 9274, 6780, 8094, 8232, 7651, 8907, 7457, 11058, 7220, 10405, 6515, 8557, 6443, 8306, 7706, 7734, 11300, 7050, 8365, 7173, 9195, 7132, 8893, 6172, 8175, 6244, 8836, 5971, 8440, 8705, 7402, 7134, 7424, 10344, 6847, 9091, 6830, 8146, 6176, 8245, 6051, 7899, 9662, 7149, 9466, 6734, 8031, 6091, 7879, 7393, 7172, 10062, 6480, 8161, 6791, 9234, 7283, 8784, 6319, 8806, 6072, 8158, 6097, 8995, 6981, 8364, 10504, 7486, 9022, 7303, 9264, 7201, 9141, 7097, 9309, 6455, 8361, 6217, 8388, 9952, 7441, 10805, 7003, 8353, 7079, 8819, 6319, 7973, 10730, 7230, 8302, 7035, 8680, 6157, 8139, 9107, 7221, 8803, 7139, 8932, 6910, 8408, 5938, 7699, 6771, 7449, 9945, 6929, 8843, 6339, 7941, 6292, 8265, 6120, 8335, 6227, 8312, 6146, 9122, 6038, 9127, 6506, 8381, 9286, 7748, 9761, 7508, 9131, 7359, 9434, 6403, 8766, 11111, 7405, 9465, 7273, 8981, 7296, 9184, 6704, 9228, 7038, 8012, 6297, 7986, 9892, 7571, 9273, 7353, 8679, 6193, 8141, 7566, 7621, 10188, 7006, 9445, 6983, 8150, 6681, 8856, 6122, 7899, 9099, 7362, 9577, 6782, 7994, 6534, 8221, 6130, 7847, 7434, 7192, 6505, 7220, 7242, 6993, 10571, 6591, 9350, 6527, 8375, 6306, 8586, 6879, 7525, 10332, 7121, 8521, 6602, 9256, 6578, 9822, 6419, 8699, 6670, 9597, 6034, 8840, 9199, 7335, 10010, 6869, 9929, 6878, 9760, 7006, 9057, 8920, 7424, 9171, 7185, 10084, 6909, 8893, 7974, 7443, 9923, 6902, 8169, 6895, 8521, 6131, 7723, 10218, 6726, 8686, 6928, 8366, 6900, 9073, 6383, 8944, 6647, 7658, 10120, 6727, 8160, 6670, 8723, 6837, 8402, 5959, 7714, 6316, 7948, 8449, 7320, 10289, 6779, 8048, 6926, 9023, 6205, 8500, 7571, 7361, 8815, 7507, 8953, 7583, 10379, 7500, 9737, 6651, 8573, 10774, 7887, 8837, 7302, 9349, 7147, 8760, 6386, 7985, 8371, 7541, 8291, 7368, 9737, 7194, 8882, 6230, 8070, 6251, 8096, 6495, 7727, 10486, 6846, 8408, 6642, 7902, 6113, 7757, 8119, 7200, 10036, 6639, 8025, 6768, 8626, 6497, 7878, 9350, 6585, 8320, 6703, 8140, 6806, 8768, 6783, 9396, 6271, 8884, 6935, 7718, 5888, 7781, 8842, 7367, 10534, 7115, 8645, 6504, 8674, 6365, 9384, 7070, 7753, 11151, 7686, 8393, 6977, 9538, 7067, 8345, 6271, 8562, 6494, 8784, 6477, 9434, 6125, 9397, 6786, 8966, 7442, 8408, 6872, 8052, 11210, 7695, 9795, 6638, 8496, 6617, 8055, 11667, 7489, 9636, 6566, 8126, 6869, 7677, 10742, 7265, 8990, 6550, 8336, 6292, 8624, 7641, 7787, 10577, 7614, 8716, 7102, 8508, 6350, 8192, 9998, 7296, 8950, 7133, 8587, 6216, 7917, 6238, 9015, 6074, 9098, 5979, 9233, 6614, 8682, 6394, 9235, 6415, 8985, 8176, 7835, 6344, 8050, 9746, 7645, 11158, 7480, 10032, 9476, 8198, 9866, 7674, 9962, 6928, 8335, 9538, 7465, 9214, 7385, 8912, 7291, 8415, 6394, 8242, 9087, 7399, 9045, 7130, 7999, 7060, 8538, 6954, 8864, 6866, 8489, 7187, 7539, 7569, 9767, 7305, 9104, 7165, 8659, 6463, 8233, 9866, 7570, 9651, 6487, 8260, 11289, 6862, 8675, 6905, 8437, 6324, 7919, 6144, 7797, 5618, 8232, 5906, 8456, 10685, 7271, 9009, 7440, 9097, 7277, 8799, 11640, 8380, 8822, 7580, 8115, 10720, 7061, 9516, 7003, 8875, 6655, 7714, 5987, 7662, 8552, 7309, 10303, 6812, 8899, 7317, 9303, 7164, 9308, 6240, 8174, 6725, 7800, 7776, 7636, 10631, 7010, 9170, 6858, 8805, 6546, 8902, 7124, 8049, 11031, 7345, 8773, 7344, 9805, 7383, 8578, 7248, 8183, 10863, 7668, 8521, 6861, 8282, 6277, 7953, 6268, 7864, 7329, 7595, 8026, 7587, 9561, 7098, 9699, 6562, 8152, 6218, 8106, 11118, 7391, 8777, 8831, 8202, 8142, 7488, 10919, 7450, 9477, 6499, 7939, 6167, 7915, 11252, 7700, 9040, 6544, 8277, 10483, 7353, 8779, 7421, 8204, 6085, 7963, 9871, 7290, 8362, 6076, 7798, 5870, 7755, 6085, 7527, 6939, 7636, 7308, 7949, 6255, 9355, 6386, 9490, 6823, 10179, 6879, 8185, 7569, 7118, 7863, 7868, 7958, 9519, 8126, 6943, 7997, 9415, 7573, 11173, 7533, 8666, 6570, 8636, 6095, 8097, 11288, 7295, 9659, 6945, 8133, 6402, 8228, 6399, 7736, 10199, 6943, 8493, 6816, 8193, 6869, 8638, 6476, 8274, 10301, 6949, 8007, 6784, 8168, 6087, 8153, 7758, 7111, 8529, 7108, 9354, 6862, 8780, 7047, 9198, 6991, 8427, 7184, 9470, 6709, 9074, 6084, 8259, 7496, 7624, 7446, 7722, 9463, 7344, 9792, 6670, 8443, 7320, 9680, 7175, 9408, 7025, 8338, 7395, 9738, 6693, 8654, 10511, 8227, 8697, 7040, 8805, 6187, 8044, 11040, 7035, 9083, 6133, 7858, 6365, 7586, 6884, 7355, 10093, 6388, 8656, 6625, 8985, 6813, 8589, 6212, 8278, 6950, 7668, 5893, 7908, 7633, 7832, 10915, 7503, 9264, 7221, 8147, 6310, 7713, 10963, 7178, 9384, 6592, 8011, 6311, 7870, 8903, 7202, 9423, 6864, 8066, 6073, 7339, 6051, 7246, 6092, 6926, 8205, 6213, 8030, 6171, 6820, 6942, 10138, 6704, 9861, 7168, 7927, 6434, 7961, 11548, 7868, 8923, 9543, 7632, 9655, 7317, 8061, 6986, 8793, 6407, 8146, 9567, 7184, 8744, 7143, 9440, 6973, 8774, 6775, 8022, 10167, 6758, 7972, 6772, 8998, 7026, 8881, 6991, 9199, 6650, 8378, 6318, 8053, 10455, 7592, 8552, 6415, 7835, 5955, 7872, 6121, 7963, 6492, 7714, 10169, 6961, 8956, 5952, 7698, 6229, 7800, 7131, 7511, 10064, 6265, 8103, 6702, 8515, 6406, 8626, 7155, 7203, 9166, 6759, 8326, 6920, 9194, 7070, 8675, 10462, 8577, 8439, 6968, 8601, 6666, 8175, 11478, 7263, 8657, 6828, 7993, 6055, 8336, 6259, 7910, 10772, 7101, 9142, 6842, 8251, 6210, 8076, 9768, 7451, 9004, 6527, 7999, 6154, 7718, 6086, 7809, 5965, 7597, 8358, 7065, 8185, 7520, 7706, 7852, 10681, 7513, 8501, 8903, 7663, 8965, 7227, 9217, 6497, 8195, 10964, 7043, 8961, 6112, 8057, 6081, 7443, 8018, 6594, 6128, 6974, 6046, 7023, 10193, 6725, 9228, 7659, 7545, 9303, 6768, 8470, 6513, 8003, 10472, 6947, 8158, 6511, 7624, 6016, 7446, 7123, 6675, 9032, 6043, 7195, 6839, 8628, 7182, 10197, 7120, 9197, 7327, 8955, 7303, 9400, 7178, 8792, 9610, 8759, 9666, 7462, 8318, 7481, 8299, 6344, 8104, 11213, 8043, 8538, 6274, 7894, 6931, 7437, 9750, 6986, 7874, 6268, 7084, 9537, 6809, 8120, 6656, 7858, 6420, 7531, 6103, 7607, 6566, 7743, 7434, 6923, 8056, 6992, 9617, 6645, 9203, 6548, 8243, 8225, 7712, 8113, 7215, 9954, 7107, 8797, 7344, 8226, 6134, 8115, 10974, 7586, 9323, 6967, 8328, 10446, 7051, 8655, 7230, 8151, 6624, 7930, 6231, 7818, 6622, 8720, 6296, 9339, 7267, 7782, 10183, 7933, 8256, 7261, 8184, 6156, 7989, 10222, 6952, 8812, 6358, 7648, 6295, 7484, 7216, 6591, 8894, 6095, 7818, 6439, 8164, 6284, 8602, 6527, 7541, 6045, 7825, 6612, 7644, 9790, 8148, 8724, 7487, 8001, 6547, 8734, 6623, 9191, 8529, 7548, 8894, 7389, 9880, 7321, 8418, 8349, 7762, 9983, 6919, 8555, 7061, 8214, 6302, 7854, 7718, 6976, 6200, 7111, 6153, 7226, 7465, 7113, 9365, 6377, 7293, 6998, 8704, 6789, 8635, 6670, 8562, 6667, 7819], 'WindowCenter': [3698.0, 3725.0, 3680.0, 3700.0, 3674.0, 3661.0, 3639.0, 3639.0, 3679.0, 3648.0, 3657.0, 3635.0, 3624.0, 3601.0, 3624.0, 3667.0, 3625.0, 3656.0, 3614.0, 3635.0, 3603.0, 3646.0, 3601.0, 3636.0, 3655.0, 3614.0, 3644.0, 3613.0, 3645.0, 3613.0, 3647.0, 3614.0, 3635.0, 3602.0, 3633.0, 3653.0, 3633.0, 3633.0, 3601.0, 3622.0, 3599.0, 3612.0, 3652.0, 3601.0, 3632.0, 3602.0, 3633.0, 3601.0, 3633.0, 3601.0, 3625.0, 3643.0, 3614.0, 3645.0, 3615.0, 3644.0, 3603.0, 3646.0, 3603.0, 3636.0, 3615.0, 3634.0, 3634.0, 3626.0, 3657.0, 3626.0, 3648.0, 3605.0, 3645.0, 3623.0, 3615.0, 3645.0, 3603.0, 3646.0, 3615.0, 3656.0, 3614.0, 3657.0, 3615.0, 3646.0, 3603.0, 3635.0, 3655.0, 3624.0, 3644.0, 3623.0, 3644.0, 3612.0, 3643.0, 3590.0, 3646.0, 3644.0, 3625.0, 3655.0, 3613.0, 3642.0, 3611.0, 3642.0, 3600.0, 3644.0, 3622.0, 3624.0, 3643.0, 3612.0, 3644.0, 3613.0, 3644.0, 3612.0, 3643.0, 3613.0, 3645.0, 3614.0, 3644.0, 3602.0, 3635.0, 3622.0, 3624.0, 3655.0, 3614.0, 3634.0, 3614.0, 3658.0, 3629.0, 3658.0, 3615.0, 3647.0, 3614.0, 3646.0, 3625.0, 3625.0, 3667.0, 3614.0, 3646.0, 3635.0, 3615.0, 3635.0, 3627.0, 3655.0, 3615.0, 3658.0, 3617.0, 3636.0, 3616.0, 3658.0, 3616.0, 3659.0, 3646.0, 3637.0, 3656.0, 3624.0, 3645.0, 3613.0, 3656.0, 3634.0, 3623.0, 3665.0, 3625.0, 3634.0, 3602.0, 3633.0, 3601.0, 3635.0, 3633.0, 3624.0, 3623.0, 3624.0, 3665.0, 3624.0, 3655.0, 3623.0, 3634.0, 3602.0, 3644.0, 3601.0, 3634.0, 3666.0, 3624.0, 3635.0, 3613.0, 3645.0, 3601.0, 3645.0, 3634.0, 3612.0, 3633.0, 3613.0, 3644.0, 3601.0, 3646.0, 3622.0, 3612.0, 3632.0, 3615.0, 3644.0, 3614.0, 3646.0, 3634.0, 3613.0, 3634.0, 3614.0, 3656.0, 3616.0, 3657.0, 3604.0, 3647.0, 3604.0, 3646.0, 3614.0, 3636.0, 3666.0, 3624.0, 3657.0, 3613.0, 3634.0, 3602.0, 3645.0, 3612.0, 3634.0, 3665.0, 3625.0, 3657.0, 3623.0, 3645.0, 3602.0, 3634.0, 3654.0, 3623.0, 3655.0, 3603.0, 3636.0, 3603.0, 3647.0, 3603.0, 3635.0, 3626.0, 3627.0, 3617.0, 3639.0, 3648.0, 3639.0, 3680.0, 3627.0, 3659.0, 3617.0, 3658.0, 3626.0, 3637.0, 3668.0, 3636.0, 3636.0, 3614.0, 3635.0, 3665.0, 3625.0, 3655.0, 3613.0, 3646.0, 3634.0, 3624.0, 3655.0, 3614.0, 3645.0, 3603.0, 3637.0, 3613.0, 3637.0, 3614.0, 3636.0, 3666.0, 3625.0, 3658.0, 3615.0, 3646.0, 3635.0, 3658.0, 3613.0, 3657.0, 3613.0, 3647.0, 3635.0, 3637.0, 3645.0, 3624.0, 3666.0, 3625.0, 3668.0, 3614.0, 3647.0, 3602.0, 3634.0, 3621.0, 3624.0, 3666.0, 3623.0, 3634.0, 3624.0, 3644.0, 3623.0, 3645.0, 3604.0, 3646.0, 3614.0, 3646.0, 3602.0, 3636.0, 3645.0, 3625.0, 3623.0, 3624.0, 3656.0, 3613.0, 3644.0, 3614.0, 3634.0, 3603.0, 3634.0, 3602.0, 3635.0, 3655.0, 3625.0, 3657.0, 3613.0, 3635.0, 3604.0, 3635.0, 3623.0, 3625.0, 3658.0, 3616.0, 3646.0, 3614.0, 3657.0, 3636.0, 3647.0, 3615.0, 3660.0, 3618.0, 3648.0, 3616.0, 3658.0, 3626.0, 3647.0, 3669.0, 3638.0, 3658.0, 3637.0, 3646.0, 3626.0, 3646.0, 3625.0, 3661.0, 3616.0, 3647.0, 3604.0, 3646.0, 3654.0, 3624.0, 3667.0, 3613.0, 3635.0, 3612.0, 3644.0, 3602.0, 3634.0, 3655.0, 3624.0, 3633.0, 3612.0, 3634.0, 3601.0, 3635.0, 3645.0, 3625.0, 3644.0, 3624.0, 3645.0, 3613.0, 3634.0, 3602.0, 3634.0, 3613.0, 3625.0, 3655.0, 3626.0, 3647.0, 3614.0, 3636.0, 3614.0, 3646.0, 3604.0, 3648.0, 3604.0, 3649.0, 3617.0, 3660.0, 3617.0, 3659.0, 3616.0, 3648.0, 3657.0, 3637.0, 3658.0, 3627.0, 3646.0, 3625.0, 3657.0, 3602.0, 3646.0, 3666.0, 3626.0, 3655.0, 3624.0, 3645.0, 3625.0, 3655.0, 3613.0, 3656.0, 3625.0, 3635.0, 3603.0, 3635.0, 3655.0, 3634.0, 3644.0, 3624.0, 3646.0, 3603.0, 3635.0, 3634.0, 3634.0, 3655.0, 3625.0, 3658.0, 3626.0, 3635.0, 3615.0, 3646.0, 3603.0, 3636.0, 3646.0, 3637.0, 3657.0, 3626.0, 3637.0, 3616.0, 3647.0, 3605.0, 3649.0, 3637.0, 3639.0, 3616.0, 3640.0, 3639.0, 3640.0, 3671.0, 3629.0, 3672.0, 3629.0, 3662.0, 3618.0, 3661.0, 3627.0, 3650.0, 3669.0, 3628.0, 3648.0, 3627.0, 3658.0, 3627.0, 3671.0, 3617.0, 3649.0, 3627.0, 3658.0, 3604.0, 3659.0, 3660.0, 3638.0, 3657.0, 3626.0, 3656.0, 3615.0, 3656.0, 3625.0, 3659.0, 3646.0, 3624.0, 3644.0, 3624.0, 3656.0, 3623.0, 3645.0, 3633.0, 3624.0, 3655.0, 3624.0, 3633.0, 3623.0, 3645.0, 3602.0, 3634.0, 3655.0, 3626.0, 3646.0, 3625.0, 3634.0, 3625.0, 3645.0, 3613.0, 3645.0, 3615.0, 3637.0, 3657.0, 3614.0, 3646.0, 3626.0, 3645.0, 3614.0, 3646.0, 3604.0, 3636.0, 3616.0, 3647.0, 3647.0, 3638.0, 3668.0, 3627.0, 3636.0, 3626.0, 3646.0, 3603.0, 3646.0, 3637.0, 3639.0, 3647.0, 3636.0, 3646.0, 3637.0, 3656.0, 3624.0, 3657.0, 3613.0, 3646.0, 3667.0, 3634.0, 3644.0, 3623.0, 3644.0, 3623.0, 3644.0, 3602.0, 3636.0, 3636.0, 3635.0, 3633.0, 3624.0, 3656.0, 3624.0, 3644.0, 3603.0, 3635.0, 3614.0, 3635.0, 3614.0, 3635.0, 3656.0, 3614.0, 3646.0, 3614.0, 3634.0, 3603.0, 3635.0, 3634.0, 3626.0, 3657.0, 3625.0, 3636.0, 3626.0, 3648.0, 3616.0, 3648.0, 3657.0, 3629.0, 3648.0, 3627.0, 3636.0, 3627.0, 3646.0, 3626.0, 3658.0, 3615.0, 3659.0, 3626.0, 3638.0, 3604.0, 3637.0, 3657.0, 3637.0, 3668.0, 3626.0, 3648.0, 3615.0, 3647.0, 3628.0, 3658.0, 3625.0, 3637.0, 3679.0, 3637.0, 3647.0, 3626.0, 3683.0, 3642.0, 3650.0, 3615.0, 3647.0, 3615.0, 3647.0, 3616.0, 3659.0, 3617.0, 3659.0, 3627.0, 3659.0, 3637.0, 3649.0, 3627.0, 3648.0, 3668.0, 3637.0, 3658.0, 3615.0, 3645.0, 3613.0, 3636.0, 3666.0, 3625.0, 3657.0, 3613.0, 3634.0, 3612.0, 3634.0, 3654.0, 3624.0, 3646.0, 3614.0, 3646.0, 3614.0, 3647.0, 3635.0, 3635.0, 3667.0, 3639.0, 3648.0, 3625.0, 3646.0, 3614.0, 3647.0, 3657.0, 3635.0, 3656.0, 3625.0, 3649.0, 3615.0, 3648.0, 3617.0, 3661.0, 3617.0, 3659.0, 3617.0, 3672.0, 3628.0, 3660.0, 3617.0, 3660.0, 3616.0, 3659.0, 3648.0, 3637.0, 3615.0, 3648.0, 3657.0, 3636.0, 3668.0, 3637.0, 3670.0, 3657.0, 3635.0, 3655.0, 3623.0, 3654.0, 3611.0, 3645.0, 3655.0, 3623.0, 3643.0, 3624.0, 3644.0, 3624.0, 3646.0, 3613.0, 3646.0, 3645.0, 3636.0, 3658.0, 3628.0, 3647.0, 3638.0, 3657.0, 3637.0, 3659.0, 3628.0, 3659.0, 3639.0, 3638.0, 3649.0, 3669.0, 3638.0, 3658.0, 3627.0, 3649.0, 3615.0, 3648.0, 3656.0, 3637.0, 3657.0, 3614.0, 3648.0, 3680.0, 3627.0, 3647.0, 3628.0, 3647.0, 3615.0, 3649.0, 3616.0, 3650.0, 3607.0, 3660.0, 3608.0, 3662.0, 3681.0, 3639.0, 3660.0, 3639.0, 3659.0, 3637.0, 3648.0, 3668.0, 3646.0, 3658.0, 3636.0, 3637.0, 3666.0, 3625.0, 3655.0, 3624.0, 3658.0, 3615.0, 3636.0, 3604.0, 3637.0, 3647.0, 3636.0, 3669.0, 3626.0, 3648.0, 3637.0, 3658.0, 3626.0, 3656.0, 3616.0, 3648.0, 3614.0, 3636.0, 3636.0, 3636.0, 3666.0, 3626.0, 3657.0, 3616.0, 3647.0, 3614.0, 3658.0, 3624.0, 3647.0, 3668.0, 3626.0, 3645.0, 3625.0, 3656.0, 3624.0, 3645.0, 3623.0, 3634.0, 3665.0, 3635.0, 3644.0, 3613.0, 3645.0, 3613.0, 3636.0, 3614.0, 3649.0, 3638.0, 3650.0, 3649.0, 3651.0, 3670.0, 3639.0, 3671.0, 3629.0, 3649.0, 3617.0, 3648.0, 3670.0, 3626.0, 3648.0, 3646.0, 3635.0, 3634.0, 3625.0, 3667.0, 3624.0, 3658.0, 3615.0, 3635.0, 3603.0, 3635.0, 3666.0, 3635.0, 3646.0, 3613.0, 3648.0, 3667.0, 3626.0, 3645.0, 3625.0, 3646.0, 3603.0, 3647.0, 3657.0, 3638.0, 3649.0, 3617.0, 3650.0, 3606.0, 3648.0, 3617.0, 3650.0, 3640.0, 3664.0, 3652.0, 3664.0, 3632.0, 3672.0, 3631.0, 3673.0, 3643.0, 3684.0, 3630.0, 3661.0, 3651.0, 3640.0, 3651.0, 3649.0, 3652.0, 3660.0, 3650.0, 3628.0, 3637.0, 3646.0, 3637.0, 3669.0, 3637.0, 3647.0, 3614.0, 3647.0, 3602.0, 3635.0, 3666.0, 3624.0, 3655.0, 3613.0, 3633.0, 3602.0, 3635.0, 3602.0, 3634.0, 3654.0, 3626.0, 3646.0, 3616.0, 3635.0, 3616.0, 3646.0, 3614.0, 3648.0, 3669.0, 3626.0, 3636.0, 3615.0, 3646.0, 3604.0, 3636.0, 3636.0, 3626.0, 3646.0, 3626.0, 3657.0, 3627.0, 3646.0, 3628.0, 3659.0, 3627.0, 3648.0, 3627.0, 3658.0, 3616.0, 3647.0, 3604.0, 3650.0, 3637.0, 3637.0, 3636.0, 3638.0, 3658.0, 3639.0, 3670.0, 3629.0, 3648.0, 3639.0, 3660.0, 3628.0, 3660.0, 3640.0, 3650.0, 3639.0, 3659.0, 3616.0, 3649.0, 3668.0, 3649.0, 3647.0, 3625.0, 3647.0, 3603.0, 3636.0, 3666.0, 3625.0, 3646.0, 3603.0, 3636.0, 3614.0, 3636.0, 3623.0, 3637.0, 3668.0, 3628.0, 3648.0, 3629.0, 3658.0, 3628.0, 3649.0, 3616.0, 3650.0, 3626.0, 3638.0, 3605.0, 3647.0, 3636.0, 3638.0, 3669.0, 3637.0, 3660.0, 3626.0, 3636.0, 3614.0, 3635.0, 3666.0, 3626.0, 3657.0, 3627.0, 3637.0, 3615.0, 3636.0, 3646.0, 3639.0, 3658.0, 3627.0, 3649.0, 3616.0, 3638.0, 3605.0, 3637.0, 3616.0, 3638.0, 3649.0, 3618.0, 3651.0, 3621.0, 3641.0, 3642.0, 3682.0, 3630.0, 3673.0, 3641.0, 3651.0, 3617.0, 3649.0, 3680.0, 3638.0, 3648.0, 3656.0, 3637.0, 3656.0, 3624.0, 3634.0, 3624.0, 3646.0, 3615.0, 3648.0, 3657.0, 3625.0, 3646.0, 3625.0, 3656.0, 3625.0, 3646.0, 3612.0, 3635.0, 3656.0, 3613.0, 3633.0, 3614.0, 3645.0, 3625.0, 3646.0, 3627.0, 3658.0, 3615.0, 3647.0, 3613.0, 3636.0, 3656.0, 3623.0, 3634.0, 3603.0, 3634.0, 3603.0, 3635.0, 3603.0, 3646.0, 3615.0, 3637.0, 3668.0, 3639.0, 3660.0, 3617.0, 3637.0, 3616.0, 3639.0, 3627.0, 3638.0, 3669.0, 3628.0, 3650.0, 3629.0, 3661.0, 3629.0, 3662.0, 3627.0, 3639.0, 3659.0, 3628.0, 3648.0, 3627.0, 3658.0, 3626.0, 3648.0, 3670.0, 3649.0, 3636.0, 3626.0, 3646.0, 3613.0, 3647.0, 3666.0, 3625.0, 3647.0, 3614.0, 3634.0, 3603.0, 3645.0, 3613.0, 3636.0, 3666.0, 3628.0, 3659.0, 3616.0, 3636.0, 3604.0, 3636.0, 3655.0, 3625.0, 3645.0, 3614.0, 3637.0, 3602.0, 3635.0, 3604.0, 3637.0, 3615.0, 3637.0, 3647.0, 3628.0, 3647.0, 3638.0, 3638.0, 3648.0, 3669.0, 3627.0, 3647.0, 3646.0, 3636.0, 3645.0, 3626.0, 3645.0, 3602.0, 3650.0, 3667.0, 3624.0, 3647.0, 3603.0, 3636.0, 3603.0, 3636.0, 3636.0, 3626.0, 3615.0, 3639.0, 3616.0, 3639.0, 3670.0, 3630.0, 3673.0, 3652.0, 3650.0, 3658.0, 3627.0, 3648.0, 3615.0, 3648.0, 3667.0, 3626.0, 3648.0, 3617.0, 3639.0, 3617.0, 3639.0, 3638.0, 3629.0, 3660.0, 3619.0, 3640.0, 3642.0, 3661.0, 3640.0, 3671.0, 3641.0, 3661.0, 3639.0, 3658.0, 3639.0, 3658.0, 3625.0, 3648.0, 3646.0, 3647.0, 3645.0, 3623.0, 3633.0, 3623.0, 3634.0, 3601.0, 3634.0, 3655.0, 3634.0, 3647.0, 3603.0, 3633.0, 3611.0, 3624.0, 3643.0, 3612.0, 3634.0, 3614.0, 3627.0, 3656.0, 3625.0, 3635.0, 3614.0, 3637.0, 3615.0, 3638.0, 3617.0, 3650.0, 3628.0, 3650.0, 3640.0, 3641.0, 3652.0, 3641.0, 3671.0, 3629.0, 3661.0, 3618.0, 3649.0, 3649.0, 3638.0, 3636.0, 3638.0, 3658.0, 3628.0, 3649.0, 3636.0, 3647.0, 3604.0, 3637.0, 3667.0, 3636.0, 3658.0, 3625.0, 3649.0, 3657.0, 3614.0, 3634.0, 3623.0, 3634.0, 3614.0, 3636.0, 3605.0, 3636.0, 3626.0, 3659.0, 3617.0, 3659.0, 3638.0, 3639.0, 3671.0, 3638.0, 3647.0, 3640.0, 3648.0, 3604.0, 3637.0, 3657.0, 3627.0, 3659.0, 3617.0, 3637.0, 3616.0, 3638.0, 3637.0, 3628.0, 3658.0, 3618.0, 3650.0, 3630.0, 3661.0, 3630.0, 3662.0, 3619.0, 3651.0, 3619.0, 3651.0, 3628.0, 3639.0, 3670.0, 3649.0, 3649.0, 3638.0, 3638.0, 3616.0, 3649.0, 3626.0, 3671.0, 3648.0, 3637.0, 3647.0, 3625.0, 3657.0, 3625.0, 3636.0, 3635.0, 3637.0, 3657.0, 3624.0, 3634.0, 3613.0, 3634.0, 3602.0, 3635.0, 3624.0, 3624.0, 3604.0, 3626.0, 3603.0, 3637.0, 3636.0, 3638.0, 3659.0, 3617.0, 3638.0, 3627.0, 3647.0, 3628.0, 3648.0, 3629.0, 3648.0, 3629.0, 3637.0], 'WindowWidth': [8366.0, 8391.0, 8321.0, 8349.0, 8301.0, 8279.0, 8244.0, 8244.0, 8301.0, 8254.0, 8266.0, 8232.0, 8215.0, 8183.0, 8216.0, 8274.0, 8221.0, 8263.0, 8203.0, 8230.0, 8187.0, 8246.0, 8184.0, 8234.0, 8260.0, 8204.0, 8241.0, 8201.0, 8244.0, 8201.0, 8251.0, 8203.0, 8230.0, 8183.0, 8225.0, 8253.0, 8224.0, 8225.0, 8180.0, 8210.0, 8176.0, 8195.0, 8249.0, 8182.0, 8225.0, 8185.0, 8225.0, 8183.0, 8227.0, 8182.0, 8218.0, 8241.0, 8202.0, 8245.0, 8205.0, 8241.0, 8187.0, 8246.0, 8188.0, 8234.0, 8205.0, 8231.0, 8229.0, 8221.0, 8262.0, 8220.0, 8253.0, 8193.0, 8245.0, 8212.0, 8205.0, 8245.0, 8190.0, 8248.0, 8207.0, 8261.0, 8205.0, 8264.0, 8205.0, 8247.0, 8188.0, 8231.0, 8257.0, 8215.0, 8241.0, 8213.0, 8241.0, 8197.0, 8240.0, 8165.0, 8246.0, 8241.0, 8219.0, 8258.0, 8199.0, 8237.0, 8196.0, 8236.0, 8180.0, 8241.0, 8210.0, 8214.0, 8238.0, 8197.0, 8240.0, 8201.0, 8240.0, 8198.0, 8240.0, 8201.0, 8244.0, 8202.0, 8244.0, 8185.0, 8232.0, 8211.0, 8217.0, 8257.0, 8203.0, 8230.0, 8205.0, 8268.0, 8234.0, 8268.0, 8206.0, 8249.0, 8205.0, 8250.0, 8219.0, 8220.0, 8277.0, 8203.0, 8248.0, 8230.0, 8206.0, 8232.0, 8223.0, 8259.0, 8208.0, 8267.0, 8213.0, 8235.0, 8211.0, 8267.0, 8209.0, 8268.0, 8249.0, 8238.0, 8262.0, 8216.0, 8246.0, 8201.0, 8261.0, 8228.0, 8214.0, 8271.0, 8218.0, 8229.0, 8184.0, 8227.0, 8182.0, 8231.0, 8228.0, 8216.0, 8214.0, 8216.0, 8271.0, 8216.0, 8258.0, 8214.0, 8228.0, 8184.0, 8243.0, 8182.0, 8228.0, 8273.0, 8216.0, 8230.0, 8200.0, 8243.0, 8182.0, 8244.0, 8228.0, 8198.0, 8224.0, 8199.0, 8241.0, 8181.0, 8244.0, 8209.0, 8197.0, 8223.0, 8205.0, 8242.0, 8203.0, 8248.0, 8228.0, 8201.0, 8228.0, 8204.0, 8261.0, 8208.0, 8262.0, 8192.0, 8249.0, 8191.0, 8249.0, 8203.0, 8234.0, 8273.0, 8216.0, 8265.0, 8202.0, 8228.0, 8184.0, 8244.0, 8197.0, 8229.0, 8271.0, 8219.0, 8263.0, 8215.0, 8243.0, 8185.0, 8229.0, 8255.0, 8214.0, 8259.0, 8187.0, 8234.0, 8190.0, 8250.0, 8189.0, 8233.0, 8222.0, 8225.0, 8212.0, 8244.0, 8255.0, 8244.0, 8298.0, 8227.0, 8269.0, 8212.0, 8268.0, 8223.0, 8239.0, 8280.0, 8234.0, 8233.0, 8202.0, 8231.0, 8272.0, 8217.0, 8257.0, 8201.0, 8248.0, 8230.0, 8216.0, 8257.0, 8203.0, 8244.0, 8189.0, 8236.0, 8201.0, 8237.0, 8204.0, 8235.0, 8275.0, 8220.0, 8265.0, 8207.0, 8247.0, 8233.0, 8265.0, 8202.0, 8262.0, 8201.0, 8251.0, 8233.0, 8235.0, 8245.0, 8216.0, 8273.0, 8218.0, 8282.0, 8204.0, 8249.0, 8184.0, 8229.0, 8208.0, 8214.0, 8274.0, 8213.0, 8229.0, 8216.0, 8241.0, 8214.0, 8245.0, 8191.0, 8247.0, 8203.0, 8247.0, 8185.0, 8233.0, 8245.0, 8218.0, 8213.0, 8216.0, 8259.0, 8199.0, 8242.0, 8203.0, 8230.0, 8187.0, 8229.0, 8185.0, 8232.0, 8256.0, 8219.0, 8264.0, 8201.0, 8230.0, 8189.0, 8231.0, 8213.0, 8218.0, 8266.0, 8209.0, 8248.0, 8205.0, 8265.0, 8236.0, 8251.0, 8207.0, 8271.0, 8216.0, 8255.0, 8210.0, 8268.0, 8222.0, 8250.0, 8283.0, 8244.0, 8266.0, 8238.0, 8247.0, 8221.0, 8247.0, 8218.0, 8275.0, 8210.0, 8251.0, 8188.0, 8246.0, 8255.0, 8214.0, 8275.0, 8201.0, 8231.0, 8198.0, 8242.0, 8182.0, 8229.0, 8257.0, 8214.0, 8224.0, 8198.0, 8227.0, 8182.0, 8231.0, 8245.0, 8216.0, 8240.0, 8214.0, 8243.0, 8199.0, 8229.0, 8184.0, 8229.0, 8201.0, 8217.0, 8257.0, 8219.0, 8249.0, 8204.0, 8233.0, 8203.0, 8249.0, 8192.0, 8251.0, 8192.0, 8255.0, 8212.0, 8271.0, 8212.0, 8270.0, 8209.0, 8254.0, 8263.0, 8238.0, 8267.0, 8223.0, 8247.0, 8219.0, 8262.0, 8185.0, 8246.0, 8274.0, 8219.0, 8257.0, 8216.0, 8243.0, 8219.0, 8259.0, 8200.0, 8260.0, 8217.0, 8230.0, 8186.0, 8230.0, 8257.0, 8230.0, 8242.0, 8218.0, 8248.0, 8187.0, 8231.0, 8228.0, 8230.0, 8257.0, 8220.0, 8266.0, 8223.0, 8232.0, 8206.0, 8247.0, 8187.0, 8235.0, 8247.0, 8237.0, 8266.0, 8223.0, 8236.0, 8208.0, 8250.0, 8193.0, 8256.0, 8240.0, 8244.0, 8210.0, 8246.0, 8244.0, 8247.0, 8287.0, 8231.0, 8290.0, 8232.0, 8279.0, 8215.0, 8275.0, 8225.0, 8261.0, 8284.0, 8228.0, 8254.0, 8227.0, 8267.0, 8226.0, 8287.0, 8213.0, 8255.0, 8226.0, 8267.0, 8193.0, 8268.0, 8275.0, 8242.0, 8263.0, 8222.0, 8261.0, 8208.0, 8261.0, 8219.0, 8268.0, 8248.0, 8217.0, 8243.0, 8216.0, 8260.0, 8212.0, 8244.0, 8224.0, 8217.0, 8257.0, 8215.0, 8226.0, 8213.0, 8244.0, 8184.0, 8229.0, 8260.0, 8223.0, 8247.0, 8218.0, 8230.0, 8219.0, 8246.0, 8202.0, 8246.0, 8204.0, 8236.0, 8264.0, 8204.0, 8246.0, 8221.0, 8246.0, 8203.0, 8249.0, 8191.0, 8235.0, 8209.0, 8252.0, 8251.0, 8240.0, 8281.0, 8227.0, 8235.0, 8222.0, 8250.0, 8190.0, 8249.0, 8238.0, 8243.0, 8251.0, 8236.0, 8247.0, 8236.0, 8260.0, 8218.0, 8262.0, 8201.0, 8247.0, 8276.0, 8228.0, 8242.0, 8214.0, 8242.0, 8212.0, 8242.0, 8186.0, 8234.0, 8232.0, 8232.0, 8227.0, 8216.0, 8259.0, 8216.0, 8243.0, 8188.0, 8231.0, 8203.0, 8234.0, 8203.0, 8232.0, 8260.0, 8204.0, 8249.0, 8203.0, 8230.0, 8188.0, 8233.0, 8229.0, 8221.0, 8264.0, 8221.0, 8235.0, 8223.0, 8253.0, 8208.0, 8253.0, 8263.0, 8230.0, 8252.0, 8225.0, 8234.0, 8225.0, 8250.0, 8224.0, 8267.0, 8208.0, 8272.0, 8225.0, 8239.0, 8193.0, 8239.0, 8265.0, 8238.0, 8280.0, 8224.0, 8253.0, 8208.0, 8252.0, 8229.0, 8269.0, 8222.0, 8239.0, 8298.0, 8240.0, 8251.0, 8225.0, 8312.0, 8253.0, 8261.0, 8208.0, 8250.0, 8206.0, 8251.0, 8209.0, 8268.0, 8212.0, 8270.0, 8225.0, 8270.0, 8239.0, 8257.0, 8225.0, 8253.0, 8281.0, 8237.0, 8266.0, 8203.0, 8245.0, 8200.0, 8232.0, 8273.0, 8217.0, 8263.0, 8200.0, 8228.0, 8198.0, 8228.0, 8255.0, 8218.0, 8248.0, 8204.0, 8246.0, 8203.0, 8250.0, 8232.0, 8233.0, 8276.0, 8244.0, 8254.0, 8219.0, 8247.0, 8203.0, 8251.0, 8262.0, 8232.0, 8261.0, 8220.0, 8255.0, 8207.0, 8254.0, 8214.0, 8274.0, 8214.0, 8270.0, 8213.0, 8289.0, 8230.0, 8274.0, 8214.0, 8273.0, 8211.0, 8270.0, 8253.0, 8238.0, 8206.0, 8252.0, 8265.0, 8236.0, 8280.0, 8240.0, 8287.0, 8263.0, 8231.0, 8257.0, 8213.0, 8256.0, 8194.0, 8243.0, 8257.0, 8214.0, 8240.0, 8216.0, 8242.0, 8217.0, 8246.0, 8199.0, 8248.0, 8245.0, 8235.0, 8266.0, 8226.0, 8250.0, 8242.0, 8266.0, 8241.0, 8271.0, 8230.0, 8271.0, 8246.0, 8243.0, 8258.0, 8284.0, 8242.0, 8268.0, 8227.0, 8257.0, 8207.0, 8253.0, 8263.0, 8237.0, 8263.0, 8204.0, 8253.0, 8300.0, 8226.0, 8250.0, 8226.0, 8250.0, 8208.0, 8257.0, 8211.0, 8259.0, 8201.0, 8275.0, 8204.0, 8278.0, 8303.0, 8246.0, 8273.0, 8245.0, 8269.0, 8240.0, 8255.0, 8282.0, 8248.0, 8269.0, 8234.0, 8236.0, 8275.0, 8220.0, 8259.0, 8218.0, 8266.0, 8205.0, 8236.0, 8191.0, 8239.0, 8250.0, 8237.0, 8281.0, 8223.0, 8252.0, 8238.0, 8265.0, 8221.0, 8262.0, 8208.0, 8253.0, 8203.0, 8235.0, 8234.0, 8235.0, 8275.0, 8223.0, 8264.0, 8209.0, 8250.0, 8204.0, 8266.0, 8217.0, 8251.0, 8279.0, 8221.0, 8245.0, 8218.0, 8260.0, 8216.0, 8245.0, 8212.0, 8229.0, 8271.0, 8230.0, 8242.0, 8200.0, 8244.0, 8201.0, 8235.0, 8205.0, 8258.0, 8242.0, 8260.0, 8259.0, 8263.0, 8286.0, 8245.0, 8289.0, 8230.0, 8256.0, 8211.0, 8255.0, 8285.0, 8222.0, 8253.0, 8246.0, 8232.0, 8229.0, 8218.0, 8276.0, 8218.0, 8267.0, 8207.0, 8232.0, 8187.0, 8234.0, 8274.0, 8232.0, 8248.0, 8202.0, 8254.0, 8277.0, 8220.0, 8245.0, 8218.0, 8247.0, 8189.0, 8251.0, 8265.0, 8243.0, 8256.0, 8212.0, 8259.0, 8197.0, 8256.0, 8215.0, 8260.0, 8247.0, 8290.0, 8270.0, 8287.0, 8241.0, 8292.0, 8237.0, 8294.0, 8258.0, 8312.0, 8235.0, 8276.0, 8261.0, 8247.0, 8261.0, 8256.0, 8266.0, 8274.0, 8258.0, 8226.0, 8237.0, 8248.0, 8234.0, 8281.0, 8236.0, 8250.0, 8202.0, 8247.0, 8184.0, 8229.0, 8272.0, 8216.0, 8258.0, 8198.0, 8226.0, 8183.0, 8230.0, 8184.0, 8228.0, 8255.0, 8220.0, 8247.0, 8207.0, 8230.0, 8207.0, 8248.0, 8203.0, 8252.0, 8280.0, 8221.0, 8233.0, 8205.0, 8248.0, 8190.0, 8235.0, 8235.0, 8223.0, 8247.0, 8222.0, 8262.0, 8223.0, 8247.0, 8227.0, 8269.0, 8223.0, 8252.0, 8224.0, 8267.0, 8209.0, 8250.0, 8192.0, 8258.0, 8238.0, 8238.0, 8235.0, 8241.0, 8267.0, 8244.0, 8286.0, 8229.0, 8255.0, 8244.0, 8271.0, 8227.0, 8273.0, 8247.0, 8257.0, 8243.0, 8268.0, 8209.0, 8253.0, 8281.0, 8255.0, 8249.0, 8218.0, 8248.0, 8186.0, 8232.0, 8273.0, 8217.0, 8246.0, 8187.0, 8232.0, 8203.0, 8233.0, 8215.0, 8236.0, 8280.0, 8230.0, 8254.0, 8231.0, 8268.0, 8229.0, 8256.0, 8210.0, 8259.0, 8222.0, 8239.0, 8193.0, 8251.0, 8235.0, 8239.0, 8282.0, 8238.0, 8274.0, 8221.0, 8234.0, 8202.0, 8232.0, 8273.0, 8220.0, 8264.0, 8224.0, 8235.0, 8205.0, 8236.0, 8247.0, 8242.0, 8265.0, 8226.0, 8256.0, 8210.0, 8239.0, 8194.0, 8239.0, 8209.0, 8242.0, 8257.0, 8218.0, 8262.0, 8225.0, 8252.0, 8254.0, 8307.0, 8236.0, 8295.0, 8248.0, 8261.0, 8213.0, 8258.0, 8301.0, 8240.0, 8253.0, 8261.0, 8236.0, 8260.0, 8216.0, 8229.0, 8218.0, 8248.0, 8205.0, 8252.0, 8263.0, 8220.0, 8247.0, 8219.0, 8260.0, 8219.0, 8247.0, 8199.0, 8231.0, 8258.0, 8200.0, 8226.0, 8203.0, 8244.0, 8218.0, 8248.0, 8225.0, 8268.0, 8206.0, 8250.0, 8202.0, 8234.0, 8259.0, 8214.0, 8227.0, 8186.0, 8229.0, 8187.0, 8232.0, 8189.0, 8248.0, 8206.0, 8238.0, 8280.0, 8244.0, 8275.0, 8215.0, 8239.0, 8209.0, 8243.0, 8225.0, 8242.0, 8283.0, 8229.0, 8258.0, 8232.0, 8275.0, 8232.0, 8278.0, 8227.0, 8243.0, 8270.0, 8227.0, 8254.0, 8226.0, 8267.0, 8221.0, 8255.0, 8286.0, 8254.0, 8233.0, 8221.0, 8247.0, 8200.0, 8248.0, 8273.0, 8219.0, 8251.0, 8202.0, 8230.0, 8188.0, 8245.0, 8200.0, 8235.0, 8274.0, 8227.0, 8270.0, 8208.0, 8234.0, 8189.0, 8234.0, 8258.0, 8218.0, 8244.0, 8203.0, 8235.0, 8186.0, 8232.0, 8192.0, 8238.0, 8207.0, 8238.0, 8252.0, 8229.0, 8252.0, 8241.0, 8240.0, 8254.0, 8282.0, 8223.0, 8252.0, 8249.0, 8235.0, 8244.0, 8219.0, 8246.0, 8185.0, 8259.0, 8278.0, 8217.0, 8249.0, 8187.0, 8234.0, 8187.0, 8235.0, 8234.0, 8222.0, 8208.0, 8244.0, 8213.0, 8245.0, 8287.0, 8235.0, 8295.0, 8265.0, 8260.0, 8268.0, 8227.0, 8255.0, 8207.0, 8252.0, 8278.0, 8221.0, 8252.0, 8211.0, 8242.0, 8211.0, 8244.0, 8241.0, 8232.0, 8273.0, 8220.0, 8247.0, 8252.0, 8277.0, 8248.0, 8290.0, 8250.0, 8274.0, 8243.0, 8267.0, 8241.0, 8267.0, 8219.0, 8253.0, 8248.0, 8250.0, 8245.0, 8213.0, 8225.0, 8213.0, 8229.0, 8182.0, 8228.0, 8256.0, 8228.0, 8249.0, 8187.0, 8226.0, 8193.0, 8214.0, 8238.0, 8196.0, 8228.0, 8205.0, 8224.0, 8260.0, 8220.0, 8232.0, 8205.0, 8236.0, 8207.0, 8239.0, 8212.0, 8259.0, 8231.0, 8262.0, 8248.0, 8251.0, 8264.0, 8250.0, 8288.0, 8231.0, 8274.0, 8215.0, 8258.0, 8255.0, 8240.0, 8235.0, 8239.0, 8266.0, 8227.0, 8257.0, 8236.0, 8250.0, 8190.0, 8236.0, 8278.0, 8233.0, 8267.0, 8217.0, 8256.0, 8263.0, 8201.0, 8229.0, 8213.0, 8228.0, 8204.0, 8233.0, 8192.0, 8237.0, 8224.0, 8269.0, 8214.0, 8271.0, 8240.0, 8245.0, 8289.0, 8240.0, 8249.0, 8246.0, 8254.0, 8189.0, 8237.0, 8264.0, 8225.0, 8269.0, 8211.0, 8237.0, 8208.0, 8240.0, 8237.0, 8227.0, 8266.0, 8216.0, 8259.0, 8236.0, 8277.0, 8235.0, 8280.0, 8219.0, 8263.0, 8218.0, 8262.0, 8227.0, 8244.0, 8285.0, 8255.0, 8256.0, 8241.0, 8239.0, 8211.0, 8255.0, 8223.0, 8290.0, 8256.0, 8238.0, 8251.0, 8219.0, 8263.0, 8216.0, 8232.0, 8231.0, 8238.0, 8263.0, 8216.0, 8228.0, 8201.0, 8228.0, 8183.0, 8230.0, 8215.0, 8216.0, 8189.0, 8222.0, 8189.0, 8238.0, 8236.0, 8243.0, 8271.0, 8212.0, 8240.0, 8227.0, 8252.0, 8227.0, 8253.0, 8231.0, 8256.0, 8231.0, 8237.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.0005780699088145896</td></tr>
<tr><td colspan=3>aqi</td><td>0.023079995592705165</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.02320046370348</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.157122257269962</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0075348665475286</td></tr>
<tr><td colspan=3>efc</td><td>0.4856</td></tr>
<tr><td colspan=3>fber</td><td>3764.9705</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07580128185720372</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.9878419452887538</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.500965139441906</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5118351219313655</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.610123301406175</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.380936994988177</td></tr>
<tr><td colspan=3>gcor</td><td>0.00636149</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008211745880544186</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027051426470279694</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1316</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>4.056318319229188</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>27.3801</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.8987</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.0339</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298199.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>649.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>281.4639</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8239</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>430.705</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2872.9028</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3018.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78345.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1088.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3768.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>744.0197</td></tr>
<tr><td colspan=3>tsnr</td><td>38.44986254454125</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>