ds005256-mriqc/sub-0078_ses-04_task-fractional_acq-mb8_run-01_bold.html
Felix Hoffstaedter 0c23e25301 [DATALAD RUNCMD] Compute MRIQC for sub-0078
=== 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-0078 --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-0078",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:56:00 +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-0078_ses-04_task-fractional_acq-mb8_run-01_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-0078_ses-04_task-fractional_acq-mb8_run-01_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-01_session-04_subject-0078_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-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0078_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-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0078_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-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0078_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-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-01_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-01_session-04_subject-0078_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-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-01_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-01_session-04_subject-0078_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-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0078_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-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-01_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-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-fractional_acq-mb8_run-01_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-0078/ses-04/func/sub-0078_ses-04_task-fractional_acq-mb8_run-01_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>f79640e6ae9627482b19fa392d9b4725</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>20:50:35.015000</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.999982, 0.00556838, 0.00239751, -0.00558508, 0.99996, 0.00701654]</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-01_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.0749442</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-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7743, -7263, 740, -52, -134, -123, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>229.603</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>795df20c-1c3b-41d3-a071-ce9aa6f4ac66||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.682877540588379, -0.014984353445470333, 0.006367535330355167, 113.98953247070312], [-0.014939546585083008, 2.68281888961792, 0.018980471417307854, -93.3877182006836], [0.006432353984564543, -0.018824871629476547, 2.6999258995056152, -75.3232421875], [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': ['205035.015000', '205035.475000', '205035.935000', '205036.395000', '205036.855000', '205037.315000', '205037.775000', '205038.235000', '205038.695000', '205039.155000', '205039.615000', '205040.075000', '205040.535000', '205040.995000', '205041.455000', '205041.915000', '205042.375000', '205042.835000', '205043.295000', '205043.755000', '205044.215000', '205044.675000', '205045.135000', '205045.595000', '205046.055000', '205046.515000', '205046.975000', '205047.435000', '205047.895000', '205048.355000', '205048.815000', '205049.275000', '205049.735000', '205050.195000', '205050.655000', '205051.115000', '205051.575000', '205052.035000', '205052.495000', '205052.955000', '205053.415000', '205053.875000', '205054.335000', '205054.795000', '205055.255000', '205055.715000', '205056.175000', '205056.635000', '205057.095000', '205057.555000', '205058.015000', '205058.475000', '205058.935000', '205059.395000', '205059.855000', '205100.315000', '205100.775000', '205101.235000', '205101.695000', '205102.155000', '205102.615000', '205103.075000', '205103.535000', '205103.995000', '205104.455000', '205104.915000', '205105.375000', '205105.835000', '205106.295000', '205106.755000', '205107.215000', '205107.675000', '205108.135000', '205108.595000', '205109.055000', '205109.515000', '205109.975000', '205110.435000', '205110.895000', '205111.355000', '205111.815000', '205112.275000', '205112.735000', '205113.195000', '205113.655000', '205114.115000', '205114.575000', '205115.035000', '205115.495000', '205115.955000', '205116.415000', '205116.875000', '205117.335000', '205117.795000', '205118.255000', '205118.715000', '205119.175000', '205119.635000', '205120.095000', '205120.555000', '205121.015000', '205121.475000', '205121.935000', '205122.395000', '205122.855000', '205123.315000', '205123.775000', '205124.235000', '205124.695000', '205125.155000', '205125.615000', '205126.075000', '205126.535000', '205126.995000', '205127.455000', '205127.915000', '205128.375000', '205128.835000', '205129.295000', '205129.755000', '205130.215000', '205130.675000', '205131.135000', '205131.595000', '205132.055000', '205132.515000', '205132.975000', '205133.435000', '205133.895000', '205134.355000', '205134.815000', '205135.275000', '205135.735000', '205136.195000', '205136.655000', '205137.115000', '205137.575000', '205138.035000', '205138.495000', '205138.955000', '205139.415000', '205139.875000', '205140.335000', '205140.795000', '205141.255000', '205141.715000', '205142.175000', '205142.635000', '205143.095000', '205143.555000', '205144.015000', '205144.475000', '205144.935000', '205145.395000', '205145.855000', '205146.315000', '205146.775000', '205147.235000', '205147.695000', '205148.155000', '205148.615000', '205149.075000', '205149.535000', '205149.995000', '205150.455000', '205150.915000', '205151.375000', '205151.835000', '205152.295000', '205152.755000', '205153.215000', '205153.675000', '205154.135000', '205154.595000', '205155.055000', '205155.515000', '205155.975000', '205156.435000', '205156.895000', '205157.355000', '205157.815000', '205158.275000', '205158.735000', '205159.195000', '205159.655000', '205200.115000', '205200.575000', '205201.035000', '205201.495000', '205201.955000', '205202.415000', '205202.875000', '205203.335000', '205203.795000', '205204.255000', '205204.715000', '205205.175000', '205205.635000', '205206.095000', '205206.555000', '205207.015000', '205207.475000', '205207.935000', '205208.395000', '205208.855000', '205209.315000', '205209.775000', '205210.235000', '205210.695000', '205211.155000', '205211.615000', '205212.075000', '205212.535000', '205212.995000', '205213.455000', '205213.915000', '205214.375000', '205214.835000', '205215.295000', '205215.755000', '205216.215000', '205216.675000', '205217.135000', '205217.595000', '205218.055000', '205218.515000', '205218.975000', '205219.435000', '205219.895000', '205220.355000', '205220.815000', '205221.275000', '205221.735000', '205222.195000', '205222.655000', '205223.115000', '205223.575000', '205224.035000', '205224.495000', '205224.955000', '205225.415000', '205225.875000', '205226.335000', '205226.795000', '205227.255000', '205227.715000', '205228.175000', '205228.635000', '205229.095000', '205229.555000', '205230.015000', '205230.475000', '205230.935000', '205231.395000', '205231.855000', '205232.315000', '205232.775000', '205233.235000', '205233.695000', '205234.155000', '205234.615000', '205235.075000', '205235.535000', '205235.995000', '205236.455000', '205236.915000', '205237.375000', '205237.835000', '205238.295000', '205238.755000', '205239.215000', '205239.675000', '205240.135000', '205240.595000', '205241.055000', '205241.515000', '205241.975000', '205242.435000', '205242.895000', '205243.355000', '205243.815000', '205244.275000', '205244.735000', '205245.195000', '205245.655000', '205246.115000', '205246.575000', '205247.035000', '205247.495000', '205247.955000', '205248.415000', '205248.875000', '205249.335000', '205249.795000', '205250.255000', '205250.715000', '205251.175000', '205251.635000', '205252.095000', '205252.555000', '205253.015000', '205253.475000', '205253.935000', '205254.395000', '205254.855000', '205255.315000', '205255.775000', '205256.235000', '205256.695000', '205257.155000', '205257.615000', '205258.075000', '205258.535000', '205258.995000', '205259.455000', '205259.915000', '205300.375000', '205300.835000', '205301.295000', '205301.755000', '205302.215000', '205302.675000', '205303.135000', '205303.595000', '205304.055000', '205304.515000', '205304.975000', '205305.435000', '205305.895000', '205306.355000', '205306.815000', '205307.275000', '205307.735000', '205308.195000', '205308.655000', '205309.115000', '205309.575000', '205310.035000', '205310.495000', '205310.955000', '205311.415000', '205311.875000', '205312.335000', '205312.795000', '205313.255000', '205313.715000', '205314.175000', '205314.635000', '205315.095000', '205315.555000', '205316.015000', '205316.475000', '205316.935000', '205317.395000', '205317.855000', '205318.315000', '205318.775000', '205319.235000', '205319.695000', '205320.155000', '205320.615000', '205321.075000', '205321.535000', '205321.995000', '205322.455000', '205322.915000', '205323.375000', '205323.835000', '205324.295000', '205324.755000', '205325.215000', '205325.675000', '205326.135000', '205326.595000', '205327.055000', '205327.515000', '205327.975000', '205328.435000', '205328.895000', '205329.355000', '205329.815000', '205330.275000', '205330.735000', '205331.195000', '205331.655000', '205332.115000', '205332.575000', '205333.035000', '205333.495000', '205333.955000', '205334.415000', '205334.875000', '205335.335000', '205335.795000', '205336.255000', '205336.715000', '205337.175000', '205337.635000', '205338.095000', '205338.555000', '205339.015000', '205339.475000', '205339.935000', '205340.395000', '205340.855000', '205341.315000', '205341.775000', '205342.235000', '205342.695000', '205343.155000', '205343.615000', '205344.075000', '205344.535000', '205344.995000', '205345.455000', '205345.915000', '205346.375000', '205346.835000', '205347.295000', '205347.755000', '205348.215000', '205348.675000', '205349.135000', '205349.595000', '205350.055000', '205350.515000', '205350.975000', '205351.435000', '205351.895000', '205352.355000', '205352.815000', '205353.275000', '205353.735000', '205354.195000', '205354.655000', '205355.115000', '205355.575000', '205356.035000', '205356.495000', '205356.955000', '205357.415000', '205357.875000', '205358.335000', '205358.795000', '205359.255000', '205359.715000', '205400.175000', '205400.635000', '205401.095000', '205401.555000', '205402.015000', '205402.475000', '205402.935000', '205403.395000', '205403.855000', '205404.315000', '205404.775000', '205405.235000', '205405.695000', '205406.155000', '205406.615000', '205407.075000', '205407.535000', '205407.995000', '205408.455000', '205408.915000', '205409.375000', '205409.835000', '205410.295000', '205410.755000', '205411.215000', '205411.675000', '205412.135000', '205412.595000', '205413.055000', '205413.515000', '205413.975000', '205414.435000', '205414.895000', '205415.355000', '205415.815000', '205416.275000', '205416.735000', '205417.195000', '205417.655000', '205418.115000', '205418.575000', '205419.035000', '205419.495000', '205419.955000', '205420.415000', '205420.875000', '205421.335000', '205421.795000', '205422.255000', '205422.715000', '205423.175000', '205423.635000', '205424.095000', '205424.555000', '205425.015000', '205425.475000', '205425.935000', '205426.395000', '205426.855000', '205427.315000', '205427.775000', '205428.235000', '205428.695000', '205429.155000', '205429.615000', '205430.075000', '205430.535000', '205430.995000', '205431.455000', '205431.915000', '205432.375000', '205432.835000', '205433.295000', '205433.755000', '205434.215000', '205434.675000', '205435.135000', '205435.595000', '205436.055000', '205436.515000', '205436.975000', '205437.435000', '205437.895000', '205438.355000', '205438.815000', '205439.275000', '205439.735000', '205440.195000', '205440.655000', '205441.115000', '205441.575000', '205442.035000', '205442.495000', '205442.955000', '205443.415000', '205443.875000', '205444.335000', '205444.795000', '205445.255000', '205445.715000', '205446.175000', '205446.635000', '205447.095000', '205447.555000', '205448.015000', '205448.475000', '205448.935000', '205449.395000', '205449.855000', '205450.315000', '205450.775000', '205451.235000', '205451.695000', '205452.155000', '205452.615000', '205453.075000', '205453.535000', '205453.995000', '205454.455000', '205454.915000', '205455.375000', '205455.835000', '205456.295000', '205456.755000', '205457.215000', '205457.675000', '205458.135000', '205458.595000', '205459.055000', '205459.515000', '205459.975000', '205500.435000', '205500.895000', '205501.355000', '205501.815000', '205502.275000', '205502.735000', '205503.195000', '205503.655000', '205504.115000', '205504.575000', '205505.035000', '205505.495000', '205505.955000', '205506.415000', '205506.875000', '205507.335000', '205507.795000', '205508.255000', '205508.715000', '205509.175000', '205509.635000', '205510.095000', '205510.555000', '205511.015000', '205511.475000', '205511.935000', '205512.395000', '205512.855000', '205513.315000', '205513.775000', '205514.235000', '205514.695000', '205515.155000', '205515.615000', '205516.075000', '205516.535000', '205516.995000', '205517.455000', '205517.915000', '205518.375000', '205518.835000', '205519.295000', '205519.755000', '205520.215000', '205520.675000', '205521.135000', '205521.595000', '205522.055000', '205522.515000', '205522.975000', '205523.435000', '205523.895000', '205524.355000', '205524.815000', '205525.275000', '205525.735000', '205526.195000', '205526.655000', '205527.115000', '205527.575000', '205528.035000', '205528.495000', '205528.955000', '205529.415000', '205529.875000', '205530.335000', '205530.795000', '205531.255000', '205531.715000', '205532.175000', '205532.635000', '205533.095000', '205533.555000', '205534.015000', '205534.475000', '205534.935000', '205535.395000', '205535.855000', '205536.315000', '205536.775000', '205537.235000', '205537.695000', '205538.155000', '205538.615000', '205539.075000', '205539.535000', '205539.995000', '205540.455000', '205540.915000', '205541.375000', '205541.835000', '205542.295000', '205542.755000', '205543.215000', '205543.675000', '205544.135000', '205544.595000', '205545.055000', '205545.515000', '205545.975000', '205546.435000', '205546.895000', '205547.355000', '205547.815000', '205548.275000', '205548.735000', '205549.195000', '205549.655000', '205550.115000', '205550.575000', '205551.035000', '205551.495000', '205551.955000', '205552.415000', '205552.875000', '205553.335000', '205553.795000', '205554.255000', '205554.715000', '205555.175000', '205555.635000', '205556.095000', '205556.555000', '205557.015000', '205557.475000', '205557.935000', '205558.395000', '205558.855000', '205559.315000', '205559.775000', '205600.235000', '205600.695000', '205601.155000', '205601.615000', '205602.075000', '205602.535000', '205602.995000', '205603.455000', '205603.915000', '205604.375000', '205604.835000', '205605.295000', '205605.755000', '205606.215000', '205606.675000', '205607.135000', '205607.595000', '205608.055000', '205608.515000', '205608.975000', '205609.435000', '205609.895000', '205610.355000', '205610.815000', '205611.275000', '205611.735000', '205612.195000', '205612.655000', '205613.115000', '205613.575000', '205614.035000', '205614.495000', '205614.955000', '205615.415000', '205615.875000', '205616.335000', '205616.795000', '205617.255000', '205617.715000', '205618.175000', '205618.635000', '205619.095000', '205619.555000', '205620.015000', '205620.475000', '205620.935000', '205621.395000', '205621.855000', '205622.315000', '205622.775000', '205623.235000', '205623.695000', '205624.155000', '205624.615000', '205625.075000', '205625.535000', '205625.995000', '205626.455000', '205626.915000', '205627.375000', '205627.835000', '205628.295000', '205628.755000', '205629.215000', '205629.675000', '205630.135000', '205630.595000', '205631.055000', '205631.515000', '205631.975000', '205632.435000', '205632.895000', '205633.355000', '205633.815000', '205634.275000', '205634.735000', '205635.195000', '205635.655000', '205636.115000', '205636.575000', '205637.035000', '205637.495000', '205637.955000', '205638.415000', '205638.875000', '205639.335000', '205639.795000', '205640.255000', '205640.715000', '205641.175000', '205641.635000', '205642.095000', '205642.555000', '205643.015000', '205643.475000', '205643.935000', '205644.395000', '205644.855000', '205645.315000', '205645.775000', '205646.235000', '205646.695000', '205647.155000', '205647.615000', '205648.075000', '205648.535000', '205648.995000', '205649.455000', '205649.915000', '205650.375000', '205650.835000', '205651.295000', '205651.755000', '205652.215000', '205652.675000', '205653.135000', '205653.595000', '205654.055000', '205654.515000', '205654.975000', '205655.435000', '205655.895000', '205656.355000', '205656.815000', '205657.275000', '205657.735000', '205658.195000', '205658.655000', '205659.115000', '205659.575000', '205700.035000', '205700.495000', '205700.955000', '205701.415000', '205701.875000', '205702.335000', '205702.795000', '205703.255000', '205703.715000', '205704.175000', '205704.635000', '205705.095000', '205705.555000', '205706.015000', '205706.475000', '205706.935000', '205707.395000', '205707.855000', '205708.315000', '205708.775000', '205709.235000', '205709.695000', '205710.155000', '205710.615000', '205711.075000', '205711.535000', '205711.995000', '205712.455000', '205712.915000', '205713.375000', '205713.835000', '205714.295000', '205714.755000', '205715.215000', '205715.675000', '205716.135000', '205716.595000', '205717.055000', '205717.515000', '205717.975000', '205718.435000', '205718.895000', '205719.355000', '205719.815000', '205720.275000', '205720.735000', '205721.195000', '205721.655000', '205722.115000', '205722.575000', '205723.035000', '205723.495000', '205723.955000', '205724.415000', '205724.875000', '205725.335000', '205725.795000', '205726.255000', '205726.715000', '205727.175000', '205727.635000', '205728.095000', '205728.555000', '205729.015000', '205729.475000', '205729.935000', '205730.395000', '205730.855000', '205731.315000', '205731.775000', '205732.235000', '205732.695000', '205733.155000', '205733.615000', '205734.075000', '205734.535000', '205734.995000', '205735.455000', '205735.915000', '205736.375000', '205736.835000', '205737.295000', '205737.755000', '205738.215000', '205738.675000', '205739.135000', '205739.595000', '205740.055000', '205740.515000', '205740.975000', '205741.435000', '205741.895000', '205742.355000', '205742.815000', '205743.275000', '205743.735000', '205744.195000', '205744.655000', '205745.115000', '205745.575000', '205746.035000', '205746.495000', '205746.955000', '205747.415000', '205747.875000', '205748.335000', '205748.795000', '205749.255000', '205749.715000', '205750.175000', '205750.635000', '205751.095000', '205751.555000', '205752.015000', '205752.475000', '205752.935000', '205753.395000', '205753.855000', '205754.315000', '205754.775000', '205755.235000', '205755.695000', '205756.155000', '205756.615000', '205757.075000', '205757.535000', '205757.995000', '205758.455000', '205758.915000', '205759.375000', '205759.835000', '205800.295000', '205800.755000', '205801.215000', '205801.675000', '205802.135000', '205802.595000', '205803.055000', '205803.515000', '205803.975000', '205804.435000', '205804.895000', '205805.355000', '205805.815000', '205806.275000', '205806.735000', '205807.195000', '205807.655000', '205808.115000', '205808.575000', '205809.035000', '205809.495000', '205809.955000', '205810.415000', '205810.875000', '205811.335000', '205811.795000', '205812.255000', '205812.715000', '205813.175000', '205813.635000', '205814.095000', '205814.555000', '205815.015000', '205815.475000', '205815.935000', '205816.395000', '205816.855000', '205817.315000', '205817.775000', '205818.235000', '205818.695000', '205819.155000', '205819.615000', '205820.075000', '205820.535000', '205820.995000', '205821.455000', '205821.915000', '205822.375000', '205822.835000', '205823.295000', '205823.755000', '205824.215000', '205824.675000', '205825.135000', '205825.595000', '205826.055000', '205826.515000', '205826.975000', '205827.435000', '205827.895000', '205828.355000', '205828.815000', '205829.275000', '205829.735000', '205830.195000', '205830.655000', '205831.115000', '205831.575000', '205832.035000', '205832.495000', '205832.955000', '205833.415000', '205833.875000', '205834.335000', '205834.795000', '205835.255000', '205835.715000', '205836.175000', '205836.635000', '205837.095000', '205837.555000', '205838.015000', '205838.475000', '205838.935000', '205839.395000', '205839.855000', '205840.315000', '205840.775000', '205841.235000', '205841.695000', '205842.155000', '205842.615000', '205843.075000', '205843.535000', '205843.995000', '205844.455000', '205844.915000', '205845.375000', '205845.835000', '205846.295000', '205846.755000', '205847.215000', '205847.675000', '205848.135000', '205848.595000', '205849.055000', '205849.515000', '205849.975000', '205850.435000', '205850.895000', '205851.355000', '205851.815000', '205852.275000', '205852.735000', '205853.195000', '205853.655000', '205854.115000', '205854.575000', '205855.035000', '205855.495000', '205855.955000', '205856.415000', '205856.875000', '205857.335000', '205857.795000', '205858.255000', '205858.715000', '205859.175000', '205859.635000', '205900.095000', '205900.555000', '205901.015000', '205901.475000', '205901.935000', '205902.395000', '205902.855000', '205903.315000', '205903.775000', '205904.235000', '205904.695000', '205905.155000', '205905.615000', '205906.075000', '205906.535000', '205906.995000', '205907.455000', '205907.915000', '205908.375000', '205908.835000', '205909.295000', '205909.755000', '205910.215000', '205910.675000', '205911.135000', '205911.595000', '205912.055000', '205912.515000', '205912.975000', '205913.435000', '205913.895000', '205914.355000', '205914.815000', '205915.275000', '205915.735000', '205916.195000', '205916.655000', '205917.115000', '205917.575000', '205918.035000', '205918.495000', '205918.955000', '205919.415000', '205919.875000', '205920.335000', '205920.795000', '205921.255000', '205921.715000', '205922.175000', '205922.635000', '205923.095000', '205923.555000', '205924.015000', '205924.475000', '205924.935000', '205925.395000', '205925.855000', '205926.315000', '205926.775000', '205927.235000', '205927.695000', '205928.155000', '205928.615000', '205929.075000', '205929.535000', '205929.995000', '205930.455000', '205930.915000', '205931.375000', '205931.835000', '205932.295000', '205932.755000', '205933.215000', '205933.675000', '205934.135000', '205934.595000', '205935.055000', '205935.515000', '205935.975000', '205936.435000', '205936.895000', '205937.355000', '205937.815000', '205938.275000', '205938.735000', '205939.195000', '205939.655000', '205940.115000', '205940.575000', '205941.035000', '205941.495000', '205941.955000', '205942.415000', '205942.875000', '205943.335000', '205943.795000', '205944.255000', '205944.715000', '205945.175000', '205945.635000', '205946.095000', '205946.555000', '205947.015000', '205947.475000', '205947.935000', '205948.395000', '205948.855000', '205949.315000', '205949.775000', '205950.235000', '205950.695000', '205951.155000', '205951.615000', '205952.075000', '205952.535000', '205952.995000', '205953.455000', '205953.915000', '205954.375000', '205954.835000', '205955.295000', '205955.755000', '205956.215000', '205956.675000', '205957.135000', '205957.595000', '205958.055000', '205958.515000', '205958.975000', '205959.435000', '205959.895000', '210000.355000', '210000.815000', '210001.275000', '210001.735000', '210002.195000', '210002.655000', '210003.115000', '210003.575000', '210004.035000', '210004.495000', '210004.955000', '210005.415000', '210005.875000', '210006.335000', '210006.795000', '210007.255000', '210007.715000', '210008.175000', '210008.635000', '210009.095000', '210009.555000', '210010.015000', '210010.475000', '210010.935000', '210011.395000', '210011.855000', '210012.315000', '210012.775000', '210013.235000', '210013.695000', '210014.155000', '210014.615000', '210015.075000', '210015.535000', '210015.995000', '210016.455000', '210016.915000', '210017.375000', '210017.835000', '210018.295000', '210018.755000', '210019.215000', '210019.675000', '210020.135000', '210020.595000', '210021.055000', '210021.515000', '210021.975000', '210022.435000', '210022.895000', '210023.355000', '210023.815000', '210024.275000', '210024.735000', '210025.195000', '210025.655000', '210026.115000', '210026.575000', '210027.035000', '210027.495000', '210027.955000', '210028.415000', '210028.875000', '210029.335000', '210029.795000', '210030.255000', '210030.715000', '210031.175000', '210031.635000', '210032.095000', '210032.555000', '210033.015000', '210033.475000', '210033.935000', '210034.395000', '210034.855000', '210035.315000', '210035.775000', '210036.235000', '210036.695000', '210037.155000', '210037.615000', '210038.075000', '210038.535000', '210038.995000', '210039.455000', '210039.915000', '210040.375000', '210040.835000', '210041.295000', '210041.755000', '210042.215000', '210042.675000'], 'ContentTime': ['205046.573000', '205046.576000', '205046.578000', '205046.581000', '205046.584000', '205046.587000', '205046.589000', '205046.592000', '205046.600000', '205046.603000', '205046.606000', '205046.609000', '205046.612000', '205046.615000', '205046.625000', '205046.628000', '205046.631000', '205046.633000', '205046.636000', '205046.638000', '205046.641000', '205046.644000', '205046.646000', '205106.548000', '205106.551000', '205106.554000', '205106.556000', '205106.559000', '205106.561000', '205106.564000', '205106.589000', '205106.592000', '205106.595000', '205106.597000', '205106.600000', '205106.602000', '205106.605000', '205106.607000', '205106.610000', '205106.613000', '205106.615000', '205106.618000', '205106.621000', '205106.623000', '205106.626000', '205106.628000', '205106.631000', '205106.634000', '205106.640000', '205106.643000', '205106.646000', '205106.648000', '205106.651000', '205106.654000', '205106.656000', '205106.659000', '205106.661000', '205106.664000', '205106.667000', '205106.669000', '205106.672000', '205106.675000', '205106.677000', '205106.680000', '205106.682000', '205106.685000', '205106.688000', '205126.549000', '205126.551000', '205126.554000', '205126.557000', '205126.559000', '205126.562000', '205126.564000', '205126.567000', '205126.569000', '205126.572000', '205126.575000', '205126.577000', '205126.580000', '205126.583000', '205126.586000', '205126.589000', '205126.592000', '205126.594000', '205126.597000', '205126.599000', '205126.602000', '205126.605000', '205126.607000', '205126.610000', '205126.612000', '205126.615000', '205126.618000', '205126.620000', '205126.623000', '205126.625000', '205126.628000', '205126.656000', '205126.659000', '205126.661000', '205126.664000', '205126.671000', '205126.674000', '205126.676000', '205126.679000', '205126.681000', '205126.684000', '205126.687000', '205126.689000', '205146.548000', '205146.551000', '205146.554000', '205146.557000', '205146.559000', '205146.562000', '205146.564000', '205146.567000', '205146.569000', '205146.572000', '205146.575000', '205146.577000', '205146.580000', '205146.582000', '205146.585000', '205146.587000', '205146.590000', '205146.593000', '205146.595000', '205146.598000', '205146.601000', '205146.603000', '205146.606000', '205146.608000', '205146.611000', '205146.613000', '205146.616000', '205146.619000', '205146.621000', '205146.624000', '205146.626000', '205146.629000', '205146.632000', '205146.634000', '205146.637000', '205146.639000', '205146.642000', '205146.644000', '205146.647000', '205146.650000', '205146.652000', '205146.655000', '205146.657000', '205146.660000', '205206.549000', '205206.551000', '205206.554000', '205206.557000', '205206.559000', '205206.562000', '205206.564000', '205206.567000', '205206.569000', '205206.572000', '205206.575000', '205206.577000', '205206.580000', '205206.582000', '205206.585000', '205206.588000', '205206.590000', '205206.593000', '205206.595000', '205206.598000', '205206.601000', '205206.603000', '205206.606000', '205206.608000', '205206.611000', '205206.614000', '205206.616000', '205206.619000', '205206.621000', '205206.624000', '205206.627000', '205206.629000', '205206.632000', '205206.634000', '205206.637000', '205206.640000', '205206.643000', '205206.646000', '205206.650000', '205206.653000', '205206.656000', '205206.658000', '205206.661000', '205226.549000', '205226.551000', '205226.554000', '205226.557000', '205226.559000', '205226.562000', '205226.564000', '205226.567000', '205226.569000', '205226.572000', '205226.575000', '205226.577000', '205226.580000', '205226.582000', '205226.585000', '205226.588000', '205226.590000', '205226.593000', '205226.595000', '205226.598000', '205226.601000', '205226.603000', '205226.606000', '205226.608000', '205226.611000', '205226.614000', '205226.616000', '205226.619000', '205226.622000', '205226.625000', '205226.627000', '205226.630000', '205226.632000', '205226.635000', '205226.637000', '205226.640000', '205226.642000', '205226.645000', '205226.648000', '205226.650000', '205226.653000', '205226.656000', '205226.658000', '205226.661000', '205246.548000', '205246.551000', '205246.554000', '205246.556000', '205246.559000', '205246.562000', '205246.564000', '205246.567000', '205246.570000', '205246.572000', '205246.575000', '205246.577000', '205246.580000', '205246.582000', '205246.585000', '205246.588000', '205246.590000', '205246.593000', '205246.595000', '205246.598000', '205246.601000', '205246.603000', '205246.606000', '205246.608000', '205246.611000', '205246.614000', '205246.617000', '205246.619000', '205246.622000', '205246.625000', '205246.627000', '205246.630000', '205246.632000', '205246.635000', '205246.638000', '205246.640000', '205246.643000', '205246.645000', '205246.648000', '205246.651000', '205246.653000', '205246.656000', '205246.658000', '205306.547000', '205306.550000', '205306.553000', '205306.555000', '205306.558000', '205306.561000', '205306.563000', '205306.566000', '205306.568000', '205306.571000', '205306.574000', '205306.576000', '205306.579000', '205306.581000', '205306.584000', '205306.586000', '205306.589000', '205306.592000', '205306.594000', '205306.597000', '205306.599000', '205306.602000', '205306.605000', '205306.607000', '205306.610000', '205306.612000', '205306.615000', '205306.627000', '205306.629000', '205306.632000', '205306.635000', '205306.637000', '205306.640000', '205306.642000', '205306.645000', '205306.648000', '205306.650000', '205306.653000', '205306.655000', '205306.658000', '205306.661000', '205306.663000', '205306.666000', '205306.668000', '205326.548000', '205326.551000', '205326.554000', '205326.556000', '205326.559000', '205326.562000', '205326.564000', '205326.567000', '205326.570000', '205326.572000', '205326.575000', '205326.577000', '205326.580000', '205326.583000', '205326.585000', '205326.588000', '205326.591000', '205326.593000', '205326.596000', '205326.598000', '205326.601000', '205326.604000', '205326.606000', '205326.609000', '205326.611000', '205326.614000', '205326.617000', '205326.619000', '205326.622000', '205326.625000', '205326.627000', '205326.630000', '205326.632000', '205326.635000', '205326.637000', '205326.640000', '205326.643000', '205326.646000', '205326.649000', '205326.652000', '205326.655000', '205326.657000', '205326.660000', '205346.548000', '205346.551000', '205346.554000', '205346.556000', '205346.559000', '205346.562000', '205346.564000', '205346.567000', '205346.569000', '205346.572000', '205346.574000', '205346.577000', '205346.580000', '205346.582000', '205346.585000', '205346.587000', '205346.590000', '205346.593000', '205346.595000', '205346.598000', '205346.600000', '205346.603000', '205346.605000', '205346.608000', '205346.611000', '205346.613000', '205346.616000', '205346.619000', '205346.621000', '205346.624000', '205346.626000', '205346.629000', '205346.632000', '205346.635000', '205346.637000', '205346.640000', '205346.642000', '205346.645000', '205346.647000', '205346.650000', '205346.653000', '205346.655000', '205346.658000', '205346.661000', '205406.549000', '205406.552000', '205406.554000', '205406.557000', '205406.559000', '205406.562000', '205406.565000', '205406.567000', '205406.570000', '205406.572000', '205406.575000', '205406.578000', '205406.580000', '205406.583000', '205406.586000', '205406.588000', '205406.591000', '205406.593000', '205406.596000', '205406.598000', '205406.601000', '205406.604000', '205406.606000', '205406.609000', '205406.612000', '205406.614000', '205406.617000', '205406.620000', '205406.622000', '205406.625000', '205406.627000', '205406.630000', '205406.654000', '205406.656000', '205406.659000', '205406.662000', '205406.664000', '205406.667000', '205406.669000', '205406.672000', '205406.675000', '205406.677000', '205406.680000', '205426.549000', '205426.552000', '205426.554000', '205426.557000', '205426.559000', '205426.562000', '205426.565000', '205426.567000', '205426.570000', '205426.572000', '205426.575000', '205426.578000', '205426.580000', '205426.583000', '205426.585000', '205426.588000', '205426.591000', '205426.593000', '205426.596000', '205426.598000', '205426.601000', '205426.603000', '205426.606000', '205426.609000', '205426.611000', '205426.614000', '205426.617000', '205426.619000', '205426.622000', '205426.624000', '205426.627000', '205426.629000', '205426.632000', '205426.635000', '205426.637000', '205426.640000', '205426.642000', '205426.645000', '205426.648000', '205426.650000', '205426.653000', '205426.655000', '205426.658000', '205426.661000', '205446.548000', '205446.551000', '205446.554000', '205446.556000', '205446.559000', '205446.562000', '205446.564000', '205446.567000', '205446.579000', '205446.582000', '205446.584000', '205446.587000', '205446.589000', '205446.592000', '205446.594000', '205446.597000', '205446.600000', '205446.602000', '205446.605000', '205446.608000', '205446.610000', '205446.613000', '205446.616000', '205446.618000', '205446.621000', '205446.623000', '205446.626000', '205446.629000', '205446.631000', '205446.634000', '205446.636000', '205446.639000', '205446.642000', '205446.644000', '205446.647000', '205446.649000', '205446.652000', '205446.655000', '205446.657000', '205446.660000', '205446.662000', '205446.665000', '205446.667000', '205506.549000', '205506.552000', '205506.554000', '205506.557000', '205506.559000', '205506.562000', '205506.564000', '205506.567000', '205506.570000', '205506.572000', '205506.575000', '205506.578000', '205506.580000', '205506.583000', '205506.585000', '205506.588000', '205506.591000', '205506.593000', '205506.596000', '205506.598000', '205506.601000', '205506.603000', '205506.606000', '205506.609000', '205506.611000', '205506.614000', '205506.617000', '205506.619000', '205506.622000', '205506.625000', '205506.627000', '205506.630000', '205506.632000', '205506.635000', '205506.638000', '205506.640000', '205506.643000', '205506.645000', '205506.648000', '205506.651000', '205506.653000', '205506.656000', '205506.658000', '205506.661000', '205526.548000', '205526.551000', '205526.553000', '205526.556000', '205526.558000', '205526.561000', '205526.564000', '205526.566000', '205526.569000', '205526.572000', '205526.574000', '205526.577000', '205526.580000', '205526.582000', '205526.585000', '205526.587000', '205526.590000', '205526.593000', '205526.595000', '205526.598000', '205526.601000', '205526.603000', '205526.606000', '205526.609000', '205526.611000', '205526.614000', '205526.616000', '205526.619000', '205526.622000', '205526.624000', '205526.627000', '205526.630000', '205526.632000', '205526.635000', '205526.637000', '205526.640000', '205526.643000', '205526.645000', '205526.648000', '205526.650000', '205526.653000', '205526.656000', '205526.658000', '205546.548000', '205546.551000', '205546.554000', '205546.557000', '205546.559000', '205546.562000', '205546.565000', '205546.567000', '205546.570000', '205546.572000', '205546.575000', '205546.578000', '205546.580000', '205546.583000', '205546.586000', '205546.588000', '205546.591000', '205546.593000', '205546.596000', '205546.599000', '205546.601000', '205546.604000', '205546.607000', '205546.609000', '205546.612000', '205546.615000', '205546.617000', '205546.620000', '205546.622000', '205546.625000', '205546.627000', '205546.630000', '205546.633000', '205546.635000', '205546.638000', '205546.641000', '205546.643000', '205546.646000', '205546.648000', '205546.651000', '205546.653000', '205546.656000', '205546.659000', '205546.661000', '205606.549000', '205606.552000', '205606.554000', '205606.557000', '205606.560000', '205606.562000', '205606.565000', '205606.567000', '205606.570000', '205606.573000', '205606.575000', '205606.578000', '205606.580000', '205606.583000', '205606.586000', '205606.588000', '205606.591000', '205606.593000', '205606.596000', '205606.599000', '205606.601000', '205606.604000', '205606.607000', '205606.610000', '205606.612000', '205606.615000', '205606.617000', '205606.620000', '205606.623000', '205606.625000', '205606.628000', '205606.631000', '205606.633000', '205606.641000', '205606.643000', '205606.646000', '205606.649000', '205606.651000', '205606.654000', '205606.656000', '205606.659000', '205606.662000', '205606.664000', '205626.548000', '205626.551000', '205626.554000', '205626.556000', '205626.559000', '205626.562000', '205626.564000', '205626.567000', '205626.570000', '205626.572000', '205626.575000', '205626.577000', '205626.580000', '205626.583000', '205626.585000', '205626.588000', '205626.590000', '205626.593000', '205626.596000', '205626.598000', '205626.601000', '205626.604000', '205626.606000', '205626.609000', '205626.611000', '205626.614000', '205626.617000', '205626.619000', '205626.622000', '205626.625000', '205626.627000', '205626.630000', '205626.633000', '205626.635000', '205626.638000', '205626.641000', '205626.643000', '205626.646000', '205626.648000', '205626.651000', '205626.654000', '205626.656000', '205626.659000', '205626.661000', '205646.548000', '205646.551000', '205646.554000', '205646.557000', '205646.559000', '205646.562000', '205646.565000', '205646.567000', '205646.570000', '205646.572000', '205646.575000', '205646.578000', '205646.580000', '205646.583000', '205646.586000', '205646.588000', '205646.591000', '205646.593000', '205646.596000', '205646.599000', '205646.601000', '205646.604000', '205646.606000', '205646.609000', '205646.612000', '205646.614000', '205646.617000', '205646.619000', '205646.622000', '205646.625000', '205646.627000', '205646.630000', '205646.633000', '205646.636000', '205646.639000', '205646.642000', '205646.644000', '205646.647000', '205646.650000', '205646.652000', '205646.655000', '205646.658000', '205646.660000', '205706.548000', '205706.551000', '205706.554000', '205706.557000', '205706.559000', '205706.562000', '205706.564000', '205706.568000', '205706.571000', '205706.573000', '205706.576000', '205706.578000', '205706.581000', '205706.584000', '205706.586000', '205706.589000', '205706.592000', '205706.594000', '205706.597000', '205706.599000', '205706.602000', '205706.605000', '205706.607000', '205706.610000', '205706.612000', '205706.615000', '205706.618000', '205706.621000', '205706.623000', '205706.626000', '205706.629000', '205706.631000', '205706.634000', '205706.636000', '205706.639000', '205706.641000', '205706.644000', '205706.647000', '205706.649000', '205706.652000', '205706.654000', '205706.657000', '205706.660000', '205706.662000', '205726.549000', '205726.552000', '205726.554000', '205726.557000', '205726.559000', '205726.562000', '205726.565000', '205726.567000', '205726.570000', '205726.572000', '205726.575000', '205726.578000', '205726.580000', '205726.583000', '205726.585000', '205726.588000', '205726.591000', '205726.593000', '205726.596000', '205726.598000', '205726.601000', '205726.603000', '205726.606000', '205726.609000', '205726.611000', '205726.614000', '205726.616000', '205726.619000', '205726.622000', '205726.624000', '205726.627000', '205726.629000', '205726.632000', '205726.635000', '205726.637000', '205726.640000', '205726.642000', '205726.645000', '205726.647000', '205726.650000', '205726.662000', '205726.665000', '205726.667000', '205746.548000', '205746.550000', '205746.553000', '205746.556000', '205746.558000', '205746.561000', '205746.563000', '205746.566000', '205746.569000', '205746.571000', '205746.574000', '205746.576000', '205746.579000', '205746.581000', '205746.584000', '205746.587000', '205746.589000', '205746.592000', '205746.594000', '205746.597000', '205746.599000', '205746.602000', '205746.605000', '205746.607000', '205746.610000', '205746.613000', '205746.615000', '205746.618000', '205746.620000', '205746.623000', '205746.626000', '205746.628000', '205746.631000', '205746.634000', '205746.636000', '205746.639000', '205746.642000', '205746.645000', '205746.647000', '205746.650000', '205746.652000', '205746.655000', '205746.658000', '205806.549000', '205806.551000', '205806.554000', '205806.557000', '205806.559000', '205806.562000', '205806.564000', '205806.567000', '205806.570000', '205806.572000', '205806.575000', '205806.577000', '205806.580000', '205806.583000', '205806.585000', '205806.588000', '205806.590000', '205806.593000', '205806.596000', '205806.598000', '205806.601000', '205806.603000', '205806.606000', '205806.609000', '205806.611000', '205806.614000', '205806.616000', '205806.619000', '205806.622000', '205806.624000', '205806.627000', '205806.629000', '205806.632000', '205806.635000', '205806.637000', '205806.640000', '205806.642000', '205806.645000', '205806.648000', '205806.650000', '205806.653000', '205806.655000', '205806.658000', '205806.661000', '205826.549000', '205826.551000', '205826.554000', '205826.557000', '205826.559000', '205826.562000', '205826.565000', '205826.567000', '205826.570000', '205826.573000', '205826.575000', '205826.578000', '205826.581000', '205826.583000', '205826.586000', '205826.588000', '205826.591000', '205826.594000', '205826.596000', '205826.599000', '205826.601000', '205826.604000', '205826.607000', '205826.611000', '205826.613000', '205826.616000', '205826.619000', '205826.621000', '205826.624000', '205826.627000', '205826.629000', '205826.632000', '205826.635000', '205826.637000', '205826.640000', '205826.642000', '205826.645000', '205826.648000', '205826.650000', '205826.653000', '205826.656000', '205826.658000', '205826.661000', '205846.548000', '205846.551000', '205846.554000', '205846.556000', '205846.559000', '205846.562000', '205846.564000', '205846.567000', '205846.569000', '205846.572000', '205846.575000', '205846.577000', '205846.580000', '205846.583000', '205846.585000', '205846.588000', '205846.590000', '205846.593000', '205846.596000', '205846.598000', '205846.601000', '205846.603000', '205846.606000', '205846.608000', '205846.611000', '205846.614000', '205846.616000', '205846.619000', '205846.622000', '205846.624000', '205846.627000', '205846.629000', '205846.632000', '205846.634000', '205846.637000', '205846.640000', '205846.642000', '205846.645000', '205846.648000', '205846.650000', '205846.653000', '205846.692000', '205846.695000', '205846.698000', '205906.549000', '205906.551000', '205906.554000', '205906.557000', '205906.559000', '205906.562000', '205906.564000', '205906.567000', '205906.570000', '205906.572000', '205906.575000', '205906.578000', '205906.580000', '205906.583000', '205906.586000', '205906.588000', '205906.591000', '205906.594000', '205906.596000', '205906.599000', '205906.601000', '205906.604000', '205906.607000', '205906.609000', '205906.612000', '205906.615000', '205906.617000', '205906.620000', '205906.622000', '205906.625000', '205906.628000', '205906.630000', '205906.633000', '205906.635000', '205906.638000', '205906.641000', '205906.643000', '205906.646000', '205906.648000', '205906.651000', '205906.654000', '205906.656000', '205906.659000', '205926.548000', '205926.551000', '205926.554000', '205926.557000', '205926.559000', '205926.562000', '205926.564000', '205926.567000', '205926.570000', '205926.572000', '205926.575000', '205926.577000', '205926.580000', '205926.582000', '205926.585000', '205926.588000', '205926.590000', '205926.593000', '205926.595000', '205926.598000', '205926.601000', '205926.603000', '205926.606000', '205926.608000', '205926.611000', '205926.614000', '205926.616000', '205926.619000', '205926.622000', '205926.624000', '205926.627000', '205926.629000', '205926.632000', '205926.634000', '205926.637000', '205926.640000', '205926.642000', '205926.645000', '205926.647000', '205926.650000', '205926.653000', '205926.655000', '205926.658000', '205926.660000', '205946.549000', '205946.551000', '205946.554000', '205946.557000', '205946.559000', '205946.562000', '205946.564000', '205946.567000', '205946.569000', '205946.572000', '205946.575000', '205946.577000', '205946.580000', '205946.583000', '205946.585000', '205946.588000', '205946.590000', '205946.593000', '205946.596000', '205946.598000', '205946.601000', '205946.604000', '205946.606000', '205946.609000', '205946.611000', '205946.614000', '205946.617000', '205946.619000', '205946.622000', '205946.625000', '205946.627000', '205946.630000', '205946.632000', '205946.635000', '205946.638000', '205946.640000', '205946.643000', '205946.647000', '205946.650000', '205946.653000', '205946.656000', '205946.658000', '205946.661000', '210006.548000', '210006.550000', '210006.553000', '210006.556000', '210006.558000', '210006.561000', '210006.563000', '210006.566000', '210006.568000', '210006.571000', '210006.574000', '210006.576000', '210006.579000', '210006.582000', '210006.584000', '210006.587000', '210006.589000', '210006.592000', '210006.594000', '210006.597000', '210006.600000', '210006.602000', '210006.605000', '210006.608000', '210006.610000', '210006.613000', '210006.616000', '210006.626000', '210006.629000', '210006.632000', '210006.634000', '210006.637000', '210006.639000', '210006.642000', '210006.645000', '210006.647000', '210006.650000', '210006.668000', '210006.670000', '210006.673000', '210006.675000', '210006.678000', '210006.681000', '210006.683000', '210026.549000', '210026.552000', '210026.555000', '210026.557000', '210026.560000', '210026.563000', '210026.565000', '210026.568000', '210026.570000', '210026.573000', '210026.576000', '210026.578000', '210026.581000', '210026.583000', '210026.586000', '210026.589000', '210026.591000', '210026.594000', '210026.596000', '210026.599000', '210026.601000', '210026.604000', '210026.607000', '210026.609000', '210026.612000', '210026.615000', '210026.617000', '210026.620000', '210026.622000', '210026.625000', '210026.627000', '210026.630000', '210026.633000', '210026.635000', '210026.638000', '210026.641000', '210026.643000', '210026.646000', '210026.648000', '210026.651000', '210026.654000', '210026.656000', '210026.659000', '210043.654000', '210043.657000', '210043.660000', '210043.663000', '210043.665000', '210043.668000', '210043.671000', '210043.674000', '210043.676000', '210043.679000', '210043.683000', '210043.686000', '210043.689000', '210043.691000', '210043.694000', '210043.697000', '210043.700000', '210043.703000', '210043.705000', '210043.708000', '210043.711000', '210043.714000', '210043.717000', '210043.722000', '210043.728000', '210043.735000', '210043.738000', '210043.741000', '210043.744000', '210043.747000', '210043.749000', '210043.752000', '210043.755000', '210043.758000', '210043.764000', '210043.768000', '210043.771000', '210043.774000'], 'InstanceCreationTime': ['205046.573000', '205046.576000', '205046.578000', '205046.581000', '205046.584000', '205046.587000', '205046.589000', '205046.592000', '205046.600000', '205046.603000', '205046.606000', '205046.609000', '205046.612000', '205046.615000', '205046.625000', '205046.628000', '205046.631000', '205046.633000', '205046.636000', '205046.638000', '205046.641000', '205046.644000', '205046.646000', '205106.548000', '205106.551000', '205106.554000', '205106.556000', '205106.559000', '205106.561000', '205106.564000', '205106.589000', '205106.592000', '205106.595000', '205106.597000', '205106.600000', '205106.602000', '205106.605000', '205106.607000', '205106.610000', '205106.613000', '205106.615000', '205106.618000', '205106.621000', '205106.623000', '205106.626000', '205106.628000', '205106.631000', '205106.634000', '205106.640000', '205106.643000', '205106.646000', '205106.648000', '205106.651000', '205106.654000', '205106.656000', '205106.659000', '205106.661000', '205106.664000', '205106.667000', '205106.669000', '205106.672000', '205106.675000', '205106.677000', '205106.680000', '205106.682000', '205106.685000', '205106.688000', '205126.549000', '205126.551000', '205126.554000', '205126.557000', '205126.559000', '205126.562000', '205126.564000', '205126.567000', '205126.569000', '205126.572000', '205126.575000', '205126.577000', '205126.580000', '205126.583000', '205126.586000', '205126.589000', '205126.592000', '205126.594000', '205126.597000', '205126.599000', '205126.602000', '205126.605000', '205126.607000', '205126.610000', '205126.612000', '205126.615000', '205126.618000', '205126.620000', '205126.623000', '205126.625000', '205126.628000', '205126.656000', '205126.659000', '205126.661000', '205126.664000', '205126.671000', '205126.674000', '205126.676000', '205126.679000', '205126.681000', '205126.684000', '205126.687000', '205126.689000', '205146.548000', '205146.551000', '205146.554000', '205146.557000', '205146.559000', '205146.562000', '205146.564000', '205146.567000', '205146.569000', '205146.572000', '205146.575000', '205146.577000', '205146.580000', '205146.582000', '205146.585000', '205146.587000', '205146.590000', '205146.593000', '205146.595000', '205146.598000', '205146.601000', '205146.603000', '205146.606000', '205146.608000', '205146.611000', '205146.613000', '205146.616000', '205146.619000', '205146.621000', '205146.624000', '205146.626000', '205146.629000', '205146.632000', '205146.634000', '205146.637000', '205146.639000', '205146.642000', '205146.644000', '205146.647000', '205146.650000', '205146.652000', '205146.655000', '205146.657000', '205146.660000', '205206.549000', '205206.551000', '205206.554000', '205206.557000', '205206.559000', '205206.562000', '205206.564000', '205206.567000', '205206.569000', '205206.572000', '205206.575000', '205206.577000', '205206.580000', '205206.582000', '205206.585000', '205206.588000', '205206.590000', '205206.593000', '205206.595000', '205206.598000', '205206.601000', '205206.603000', '205206.606000', '205206.608000', '205206.611000', '205206.614000', '205206.616000', '205206.619000', '205206.621000', '205206.624000', '205206.627000', '205206.629000', '205206.632000', '205206.634000', '205206.637000', '205206.640000', '205206.643000', '205206.646000', '205206.650000', '205206.653000', '205206.656000', '205206.658000', '205206.661000', '205226.549000', '205226.551000', '205226.554000', '205226.557000', '205226.559000', '205226.562000', '205226.564000', '205226.567000', '205226.569000', '205226.572000', '205226.575000', '205226.577000', '205226.580000', '205226.582000', '205226.585000', '205226.588000', '205226.590000', '205226.593000', '205226.595000', '205226.598000', '205226.601000', '205226.603000', '205226.606000', '205226.608000', '205226.611000', '205226.614000', '205226.616000', '205226.619000', '205226.622000', '205226.625000', '205226.627000', '205226.630000', '205226.632000', '205226.635000', '205226.637000', '205226.640000', '205226.642000', '205226.645000', '205226.648000', '205226.650000', '205226.653000', '205226.656000', '205226.658000', '205226.661000', '205246.548000', '205246.551000', '205246.554000', '205246.556000', '205246.559000', '205246.562000', '205246.564000', '205246.567000', '205246.570000', '205246.572000', '205246.575000', '205246.577000', '205246.580000', '205246.582000', '205246.585000', '205246.588000', '205246.590000', '205246.593000', '205246.595000', '205246.598000', '205246.601000', '205246.603000', '205246.606000', '205246.608000', '205246.611000', '205246.614000', '205246.617000', '205246.619000', '205246.622000', '205246.625000', '205246.627000', '205246.630000', '205246.632000', '205246.635000', '205246.638000', '205246.640000', '205246.643000', '205246.645000', '205246.648000', '205246.651000', '205246.653000', '205246.656000', '205246.658000', '205306.547000', '205306.550000', '205306.553000', '205306.555000', '205306.558000', '205306.561000', '205306.563000', '205306.566000', '205306.568000', '205306.571000', '205306.574000', '205306.576000', '205306.579000', '205306.581000', '205306.584000', '205306.586000', '205306.589000', '205306.592000', '205306.594000', '205306.597000', '205306.599000', '205306.602000', '205306.605000', '205306.607000', '205306.610000', '205306.612000', '205306.615000', '205306.627000', '205306.629000', '205306.632000', '205306.635000', '205306.637000', '205306.640000', '205306.642000', '205306.645000', '205306.648000', '205306.650000', '205306.653000', '205306.655000', '205306.658000', '205306.661000', '205306.663000', '205306.666000', '205306.668000', '205326.548000', '205326.551000', '205326.554000', '205326.556000', '205326.559000', '205326.562000', '205326.564000', '205326.567000', '205326.570000', '205326.572000', '205326.575000', '205326.577000', '205326.580000', '205326.583000', '205326.585000', '205326.588000', '205326.591000', '205326.593000', '205326.596000', '205326.598000', '205326.601000', '205326.604000', '205326.606000', '205326.609000', '205326.611000', '205326.614000', '205326.617000', '205326.619000', '205326.622000', '205326.625000', '205326.627000', '205326.630000', '205326.632000', '205326.635000', '205326.637000', '205326.640000', '205326.643000', '205326.646000', '205326.649000', '205326.652000', '205326.655000', '205326.657000', '205326.660000', '205346.548000', '205346.551000', '205346.554000', '205346.556000', '205346.559000', '205346.562000', '205346.564000', '205346.567000', '205346.569000', '205346.572000', '205346.574000', '205346.577000', '205346.580000', '205346.582000', '205346.585000', '205346.587000', '205346.590000', '205346.593000', '205346.595000', '205346.598000', '205346.600000', '205346.603000', '205346.605000', '205346.608000', '205346.611000', '205346.613000', '205346.616000', '205346.619000', '205346.621000', '205346.624000', '205346.626000', '205346.629000', '205346.632000', '205346.635000', '205346.637000', '205346.640000', '205346.642000', '205346.645000', '205346.647000', '205346.650000', '205346.653000', '205346.655000', '205346.658000', '205346.661000', '205406.549000', '205406.552000', '205406.554000', '205406.557000', '205406.559000', '205406.562000', '205406.565000', '205406.567000', '205406.570000', '205406.572000', '205406.575000', '205406.578000', '205406.580000', '205406.583000', '205406.586000', '205406.588000', '205406.591000', '205406.593000', '205406.596000', '205406.598000', '205406.601000', '205406.604000', '205406.606000', '205406.609000', '205406.612000', '205406.614000', '205406.617000', '205406.620000', '205406.622000', '205406.625000', '205406.627000', '205406.630000', '205406.654000', '205406.656000', '205406.659000', '205406.662000', '205406.664000', '205406.667000', '205406.669000', '205406.672000', '205406.675000', '205406.677000', '205406.680000', '205426.549000', '205426.552000', '205426.554000', '205426.557000', '205426.559000', '205426.562000', '205426.565000', '205426.567000', '205426.570000', '205426.572000', '205426.575000', '205426.578000', '205426.580000', '205426.583000', '205426.585000', '205426.588000', '205426.591000', '205426.593000', '205426.596000', '205426.598000', '205426.601000', '205426.603000', '205426.606000', '205426.609000', '205426.611000', '205426.614000', '205426.617000', '205426.619000', '205426.622000', '205426.624000', '205426.627000', '205426.629000', '205426.632000', '205426.635000', '205426.637000', '205426.640000', '205426.642000', '205426.645000', '205426.648000', '205426.650000', '205426.653000', '205426.655000', '205426.658000', '205426.661000', '205446.548000', '205446.551000', '205446.554000', '205446.556000', '205446.559000', '205446.562000', '205446.564000', '205446.567000', '205446.579000', '205446.582000', '205446.584000', '205446.587000', '205446.589000', '205446.592000', '205446.594000', '205446.597000', '205446.600000', '205446.602000', '205446.605000', '205446.608000', '205446.610000', '205446.613000', '205446.616000', '205446.618000', '205446.621000', '205446.623000', '205446.626000', '205446.629000', '205446.631000', '205446.634000', '205446.636000', '205446.639000', '205446.642000', '205446.644000', '205446.647000', '205446.649000', '205446.652000', '205446.655000', '205446.657000', '205446.660000', '205446.662000', '205446.665000', '205446.667000', '205506.549000', '205506.552000', '205506.554000', '205506.557000', '205506.559000', '205506.562000', '205506.564000', '205506.567000', '205506.570000', '205506.572000', '205506.575000', '205506.578000', '205506.580000', '205506.583000', '205506.585000', '205506.588000', '205506.591000', '205506.593000', '205506.596000', '205506.598000', '205506.601000', '205506.603000', '205506.606000', '205506.609000', '205506.611000', '205506.614000', '205506.617000', '205506.619000', '205506.622000', '205506.625000', '205506.627000', '205506.630000', '205506.632000', '205506.635000', '205506.638000', '205506.640000', '205506.643000', '205506.645000', '205506.648000', '205506.651000', '205506.653000', '205506.656000', '205506.658000', '205506.661000', '205526.548000', '205526.551000', '205526.553000', '205526.556000', '205526.558000', '205526.561000', '205526.564000', '205526.566000', '205526.569000', '205526.572000', '205526.574000', '205526.577000', '205526.580000', '205526.582000', '205526.585000', '205526.587000', '205526.590000', '205526.593000', '205526.595000', '205526.598000', '205526.601000', '205526.603000', '205526.606000', '205526.609000', '205526.611000', '205526.614000', '205526.616000', '205526.619000', '205526.622000', '205526.624000', '205526.627000', '205526.630000', '205526.632000', '205526.635000', '205526.637000', '205526.640000', '205526.643000', '205526.645000', '205526.648000', '205526.650000', '205526.653000', '205526.656000', '205526.658000', '205546.548000', '205546.551000', '205546.554000', '205546.557000', '205546.559000', '205546.562000', '205546.565000', '205546.567000', '205546.570000', '205546.572000', '205546.575000', '205546.578000', '205546.580000', '205546.583000', '205546.586000', '205546.588000', '205546.591000', '205546.593000', '205546.596000', '205546.599000', '205546.601000', '205546.604000', '205546.607000', '205546.609000', '205546.612000', '205546.615000', '205546.617000', '205546.620000', '205546.622000', '205546.625000', '205546.627000', '205546.630000', '205546.633000', '205546.635000', '205546.638000', '205546.641000', '205546.643000', '205546.646000', '205546.648000', '205546.651000', '205546.653000', '205546.656000', '205546.659000', '205546.661000', '205606.549000', '205606.552000', '205606.554000', '205606.557000', '205606.560000', '205606.562000', '205606.565000', '205606.567000', '205606.570000', '205606.573000', '205606.575000', '205606.578000', '205606.580000', '205606.583000', '205606.586000', '205606.588000', '205606.591000', '205606.593000', '205606.596000', '205606.599000', '205606.601000', '205606.604000', '205606.607000', '205606.610000', '205606.612000', '205606.615000', '205606.617000', '205606.620000', '205606.623000', '205606.625000', '205606.628000', '205606.631000', '205606.633000', '205606.641000', '205606.643000', '205606.646000', '205606.649000', '205606.651000', '205606.654000', '205606.656000', '205606.659000', '205606.662000', '205606.664000', '205626.548000', '205626.551000', '205626.554000', '205626.556000', '205626.559000', '205626.562000', '205626.564000', '205626.567000', '205626.570000', '205626.572000', '205626.575000', '205626.577000', '205626.580000', '205626.583000', '205626.585000', '205626.588000', '205626.590000', '205626.593000', '205626.596000', '205626.598000', '205626.601000', '205626.604000', '205626.606000', '205626.609000', '205626.611000', '205626.614000', '205626.617000', '205626.619000', '205626.622000', '205626.625000', '205626.627000', '205626.630000', '205626.633000', '205626.635000', '205626.638000', '205626.641000', '205626.643000', '205626.646000', '205626.648000', '205626.651000', '205626.654000', '205626.656000', '205626.659000', '205626.661000', '205646.548000', '205646.551000', '205646.554000', '205646.557000', '205646.559000', '205646.562000', '205646.565000', '205646.567000', '205646.570000', '205646.572000', '205646.575000', '205646.578000', '205646.580000', '205646.583000', '205646.586000', '205646.588000', '205646.591000', '205646.593000', '205646.596000', '205646.599000', '205646.601000', '205646.604000', '205646.606000', '205646.609000', '205646.612000', '205646.614000', '205646.617000', '205646.619000', '205646.622000', '205646.625000', '205646.627000', '205646.630000', '205646.633000', '205646.636000', '205646.639000', '205646.642000', '205646.644000', '205646.647000', '205646.650000', '205646.652000', '205646.655000', '205646.658000', '205646.660000', '205706.548000', '205706.551000', '205706.554000', '205706.557000', '205706.559000', '205706.562000', '205706.564000', '205706.568000', '205706.571000', '205706.573000', '205706.576000', '205706.578000', '205706.581000', '205706.584000', '205706.586000', '205706.589000', '205706.592000', '205706.594000', '205706.597000', '205706.599000', '205706.602000', '205706.605000', '205706.607000', '205706.610000', '205706.612000', '205706.615000', '205706.618000', '205706.621000', '205706.623000', '205706.626000', '205706.629000', '205706.631000', '205706.634000', '205706.636000', '205706.639000', '205706.641000', '205706.644000', '205706.647000', '205706.649000', '205706.652000', '205706.654000', '205706.657000', '205706.660000', '205706.662000', '205726.549000', '205726.552000', '205726.554000', '205726.557000', '205726.559000', '205726.562000', '205726.565000', '205726.567000', '205726.570000', '205726.572000', '205726.575000', '205726.578000', '205726.580000', '205726.583000', '205726.585000', '205726.588000', '205726.591000', '205726.593000', '205726.596000', '205726.598000', '205726.601000', '205726.603000', '205726.606000', '205726.609000', '205726.611000', '205726.614000', '205726.616000', '205726.619000', '205726.622000', '205726.624000', '205726.627000', '205726.629000', '205726.632000', '205726.635000', '205726.637000', '205726.640000', '205726.642000', '205726.645000', '205726.647000', '205726.650000', '205726.662000', '205726.665000', '205726.667000', '205746.548000', '205746.550000', '205746.553000', '205746.556000', '205746.558000', '205746.561000', '205746.563000', '205746.566000', '205746.569000', '205746.571000', '205746.574000', '205746.576000', '205746.579000', '205746.581000', '205746.584000', '205746.587000', '205746.589000', '205746.592000', '205746.594000', '205746.597000', '205746.599000', '205746.602000', '205746.605000', '205746.607000', '205746.610000', '205746.613000', '205746.615000', '205746.618000', '205746.620000', '205746.623000', '205746.626000', '205746.628000', '205746.631000', '205746.634000', '205746.636000', '205746.639000', '205746.642000', '205746.645000', '205746.647000', '205746.650000', '205746.652000', '205746.655000', '205746.658000', '205806.549000', '205806.551000', '205806.554000', '205806.557000', '205806.559000', '205806.562000', '205806.564000', '205806.567000', '205806.570000', '205806.572000', '205806.575000', '205806.577000', '205806.580000', '205806.583000', '205806.585000', '205806.588000', '205806.590000', '205806.593000', '205806.596000', '205806.598000', '205806.601000', '205806.603000', '205806.606000', '205806.609000', '205806.611000', '205806.614000', '205806.616000', '205806.619000', '205806.622000', '205806.624000', '205806.627000', '205806.629000', '205806.632000', '205806.635000', '205806.637000', '205806.640000', '205806.642000', '205806.645000', '205806.648000', '205806.650000', '205806.653000', '205806.655000', '205806.658000', '205806.661000', '205826.549000', '205826.551000', '205826.554000', '205826.557000', '205826.559000', '205826.562000', '205826.565000', '205826.567000', '205826.570000', '205826.573000', '205826.575000', '205826.578000', '205826.581000', '205826.583000', '205826.586000', '205826.588000', '205826.591000', '205826.594000', '205826.596000', '205826.599000', '205826.601000', '205826.604000', '205826.607000', '205826.611000', '205826.613000', '205826.616000', '205826.619000', '205826.621000', '205826.624000', '205826.627000', '205826.629000', '205826.632000', '205826.635000', '205826.637000', '205826.640000', '205826.642000', '205826.645000', '205826.648000', '205826.650000', '205826.653000', '205826.656000', '205826.658000', '205826.661000', '205846.548000', '205846.551000', '205846.554000', '205846.556000', '205846.559000', '205846.562000', '205846.564000', '205846.567000', '205846.569000', '205846.572000', '205846.575000', '205846.577000', '205846.580000', '205846.583000', '205846.585000', '205846.588000', '205846.590000', '205846.593000', '205846.596000', '205846.598000', '205846.601000', '205846.603000', '205846.606000', '205846.608000', '205846.611000', '205846.614000', '205846.616000', '205846.619000', '205846.622000', '205846.624000', '205846.627000', '205846.629000', '205846.632000', '205846.634000', '205846.637000', '205846.640000', '205846.642000', '205846.645000', '205846.648000', '205846.650000', '205846.653000', '205846.692000', '205846.695000', '205846.698000', '205906.549000', '205906.551000', '205906.554000', '205906.557000', '205906.559000', '205906.562000', '205906.564000', '205906.567000', '205906.570000', '205906.572000', '205906.575000', '205906.578000', '205906.580000', '205906.583000', '205906.586000', '205906.588000', '205906.591000', '205906.594000', '205906.596000', '205906.599000', '205906.601000', '205906.604000', '205906.607000', '205906.609000', '205906.612000', '205906.615000', '205906.617000', '205906.620000', '205906.622000', '205906.625000', '205906.628000', '205906.630000', '205906.633000', '205906.635000', '205906.638000', '205906.641000', '205906.643000', '205906.646000', '205906.648000', '205906.651000', '205906.654000', '205906.656000', '205906.659000', '205926.548000', '205926.551000', '205926.554000', '205926.557000', '205926.559000', '205926.562000', '205926.564000', '205926.567000', '205926.570000', '205926.572000', '205926.575000', '205926.577000', '205926.580000', '205926.582000', '205926.585000', '205926.588000', '205926.590000', '205926.593000', '205926.595000', '205926.598000', '205926.601000', '205926.603000', '205926.606000', '205926.608000', '205926.611000', '205926.614000', '205926.616000', '205926.619000', '205926.622000', '205926.624000', '205926.627000', '205926.629000', '205926.632000', '205926.634000', '205926.637000', '205926.640000', '205926.642000', '205926.645000', '205926.647000', '205926.650000', '205926.653000', '205926.655000', '205926.658000', '205926.660000', '205946.549000', '205946.551000', '205946.554000', '205946.557000', '205946.559000', '205946.562000', '205946.564000', '205946.567000', '205946.569000', '205946.572000', '205946.575000', '205946.577000', '205946.580000', '205946.583000', '205946.585000', '205946.588000', '205946.590000', '205946.593000', '205946.596000', '205946.598000', '205946.601000', '205946.604000', '205946.606000', '205946.609000', '205946.611000', '205946.614000', '205946.617000', '205946.619000', '205946.622000', '205946.625000', '205946.627000', '205946.630000', '205946.632000', '205946.635000', '205946.638000', '205946.640000', '205946.643000', '205946.647000', '205946.650000', '205946.653000', '205946.656000', '205946.658000', '205946.661000', '210006.548000', '210006.550000', '210006.553000', '210006.556000', '210006.558000', '210006.561000', '210006.563000', '210006.566000', '210006.568000', '210006.571000', '210006.574000', '210006.576000', '210006.579000', '210006.582000', '210006.584000', '210006.587000', '210006.589000', '210006.592000', '210006.594000', '210006.597000', '210006.600000', '210006.602000', '210006.605000', '210006.608000', '210006.610000', '210006.613000', '210006.616000', '210006.626000', '210006.629000', '210006.632000', '210006.634000', '210006.637000', '210006.639000', '210006.642000', '210006.645000', '210006.647000', '210006.650000', '210006.668000', '210006.670000', '210006.673000', '210006.675000', '210006.678000', '210006.681000', '210006.683000', '210026.549000', '210026.552000', '210026.555000', '210026.557000', '210026.560000', '210026.563000', '210026.565000', '210026.568000', '210026.570000', '210026.573000', '210026.576000', '210026.578000', '210026.581000', '210026.583000', '210026.586000', '210026.589000', '210026.591000', '210026.594000', '210026.596000', '210026.599000', '210026.601000', '210026.604000', '210026.607000', '210026.609000', '210026.612000', '210026.615000', '210026.617000', '210026.620000', '210026.622000', '210026.625000', '210026.627000', '210026.630000', '210026.633000', '210026.635000', '210026.638000', '210026.641000', '210026.643000', '210026.646000', '210026.648000', '210026.651000', '210026.654000', '210026.656000', '210026.659000', '210043.654000', '210043.657000', '210043.660000', '210043.663000', '210043.665000', '210043.668000', '210043.671000', '210043.674000', '210043.676000', '210043.679000', '210043.683000', '210043.686000', '210043.689000', '210043.691000', '210043.694000', '210043.697000', '210043.700000', '210043.703000', '210043.705000', '210043.708000', '210043.711000', '210043.714000', '210043.717000', '210043.722000', '210043.728000', '210043.735000', '210043.738000', '210043.741000', '210043.744000', '210043.747000', '210043.749000', '210043.752000', '210043.755000', '210043.758000', '210043.764000', '210043.768000', '210043.771000', '210043.774000'], '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': [8072, 6954, 7242, 6692, 7577, 6257, 7476, 7341, 7511, 8600, 7375, 7650, 6906, 6622, 6896, 7040, 6823, 7368, 6589, 7039, 6404, 6408, 5828, 7288, 7544, 7332, 7784, 7051, 7349, 6790, 7358, 6872, 7574, 6794, 7957, 6394, 6955, 6287, 6808, 6066, 6712, 10041, 7165, 8995, 6784, 8288, 6991, 8091, 7114, 7655, 7021, 7518, 7137, 7228, 6785, 7442, 6522, 6710, 5696, 6936, 8900, 7185, 7882, 7123, 7107, 6837, 7156, 6755, 7436, 6684, 7188, 6512, 7488, 6439, 6813, 6576, 7228, 6040, 7231, 6222, 8753, 6561, 7912, 6899, 8709, 7707, 9732, 7641, 8016, 6935, 8321, 7045, 7551, 6758, 7776, 6755, 6866, 6167, 6818, 7485, 7048, 8132, 7023, 7193, 6791, 6599, 6370, 7393, 6296, 7274, 6067, 6395, 5870, 6989, 6408, 7037, 8165, 6977, 7943, 6898, 7420, 7151, 7899, 6993, 8705, 7126, 8636, 6809, 7390, 6752, 7362, 6811, 7669, 6699, 7295, 6648, 7152, 5964, 7275, 9798, 7353, 8784, 6947, 8085, 6839, 7606, 6963, 7690, 7063, 7448, 7030, 7289, 6803, 7541, 7172, 8360, 6907, 6999, 6900, 7194, 6940, 7338, 7140, 8173, 7096, 7321, 6890, 6809, 7290, 7807, 7342, 8179, 7014, 7813, 6963, 7836, 6873, 7267, 6875, 7211, 6755, 6560, 6841, 7343, 6360, 7038, 6839, 6990, 7525, 7072, 7348, 6780, 7282, 7022, 7539, 6929, 6578, 6874, 7141, 6990, 7529, 6973, 7612, 6791, 7874, 6778, 8003, 6931, 8254, 6991, 8939, 6647, 7660, 6915, 7388, 6792, 7731, 8223, 7532, 7162, 7543, 6717, 6621, 7617, 7173, 7864, 6615, 7664, 6661, 7804, 6746, 6851, 8887, 7137, 8861, 7144, 7214, 6833, 7136, 6398, 7639, 6289, 6997, 6190, 5893, 5967, 7123, 5755, 7241, 8073, 7445, 7674, 7216, 7753, 6934, 7686, 6858, 8370, 6730, 7519, 6728, 7587, 6620, 7247, 9061, 6987, 9084, 7055, 8208, 6723, 7811, 6717, 7542, 6760, 7005, 6526, 6972, 6198, 7330, 9708, 7185, 7799, 6978, 7344, 7100, 7683, 7282, 7801, 7054, 7491, 7114, 7703, 7072, 7927, 7232, 8084, 6880, 8123, 6929, 7870, 6825, 7295, 6539, 7003, 5879, 7057, 7352, 6984, 7888, 7075, 7628, 6800, 7321, 6843, 6909, 6312, 6924, 6867, 7157, 6723, 7754, 7016, 7766, 7055, 7528, 6932, 8773, 6909, 8551, 6610, 8047, 7034, 7836, 6675, 8269, 6641, 6838, 8099, 6861, 8074, 7023, 8374, 7029, 8533, 6760, 8438, 6639, 8181, 6455, 7063, 6133, 7163, 7508, 6935, 7588, 6777, 7488, 6949, 7437, 7262, 7425, 6097, 6058, 7125, 6651, 7461, 6970, 7845, 6531, 8049, 6539, 8052, 6597, 8349, 6580, 9081, 6914, 8463, 6901, 8269, 6911, 8073, 6870, 7963, 6853, 7756, 6952, 7339, 6992, 7787, 6854, 7012, 6711, 7499, 7073, 7703, 7107, 8124, 6785, 6435, 7174, 6177, 7192, 7311, 6887, 6511, 7612, 6523, 7241, 6969, 7188, 6728, 7942, 7348, 8588, 6734, 8019, 6848, 7736, 6956, 7717, 6970, 7628, 6792, 7331, 6888, 7518, 6967, 7549, 6973, 7400, 6646, 7193, 7176, 7425, 7463, 8919, 6822, 6877, 6396, 6940, 6790, 6833, 5859, 7370, 7084, 8178, 7219, 7150, 9165, 7446, 8769, 7356, 8677, 7270, 8110, 8890, 7172, 8488, 7240, 7719, 7071, 7720, 7113, 7097, 7189, 7031, 6720, 6801, 6233, 7132, 6140, 7171, 7354, 7078, 6024, 6945, 6347, 6788, 6949, 7103, 7001, 6948, 7078, 7377, 7347, 7971, 7171, 8142, 7260, 7819, 7137, 7568, 6916, 7916, 7061, 7674, 6408, 7461, 6927, 7256, 7164, 7117, 8434, 7462, 8232, 7320, 7980, 7113, 7879, 7212, 7415, 6847, 7354, 6943, 7115, 6545, 7055, 6707, 6677, 6962, 6996, 6289, 7116, 6262, 7050, 6338, 8052, 6441, 7211, 6735, 6961, 6505, 6693, 5947, 6684, 6538, 6869, 6055, 7098, 5663, 7141, 8510, 7011, 7073, 7021, 7238, 7048, 7362, 7107, 7403, 7090, 7354, 7160, 7495, 6989, 7423, 6949, 6908, 7334, 7104, 7234, 7602, 6909, 7406, 6736, 7962, 6684, 8339, 6728, 7959, 6728, 7146, 5993, 7220, 7217, 6969, 5708, 7407, 8799, 7324, 8154, 7193, 7774, 6944, 7163, 6579, 7555, 6811, 6956, 6219, 6708, 5829, 7278, 7348, 7225, 7999, 7234, 7598, 7288, 7040, 7208, 7252, 7337, 7642, 7417, 7780, 7259, 7617, 7192, 7923, 7441, 8619, 7183, 8732, 7330, 7952, 7212, 7762, 7254, 7861, 6735, 7572, 6840, 7193, 6605, 7283, 6744, 7033, 6214, 6780, 6132, 7220, 7715, 7289, 7807, 6987, 7602, 7402, 7448, 6893, 7573, 7270, 7558, 7065, 8285, 7019, 8449, 7115, 7769, 6694, 7930, 6475, 8595, 6473, 7493, 5944, 7404, 9812, 7291, 9043, 7639, 8209, 6803, 5781, 7499, 5748, 7469, 7852, 7335, 7322, 7335, 7882, 7122, 7559, 7389, 7335, 7285, 7269, 7101, 7407, 6899, 7487, 6521, 7204, 6706, 7339, 6242, 7053, 5792, 7145, 9742, 7142, 8200, 7052, 8027, 7268, 7694, 6869, 7558, 6773, 6999, 6848, 7066, 6225, 7017, 5874, 7191, 8570, 7210, 7753, 7155, 7622, 7084, 7226, 6680, 7142, 6832, 7219, 6286, 7495, 9312, 7057, 8109, 7189, 7741, 7326, 7542, 7394, 7596, 7128, 7723, 7362, 7840, 7226, 8044, 7180, 8110, 7251, 8379, 7075, 7828, 6897, 7814, 6481, 6926, 6956, 7020, 5950, 7365, 9016, 7074, 7820, 7309, 7789, 7026, 7368, 6247, 6826, 5771, 7225, 8477, 7158, 7888, 7017, 7335, 7061, 6871, 6593, 5694, 7339, 6379, 7479, 8675, 7531, 8689, 7301, 8378, 7436, 8341, 7062, 8319, 7012, 8570, 7052, 7781, 6697, 7029, 6471, 7333, 9411, 7604, 8585, 7473, 7627, 7463, 7415, 6877, 7317, 6682, 6813, 6528, 6593, 5738, 7322, 8192, 7285, 7550, 7463, 7255, 7118, 7335, 7512, 7544, 7131, 7498, 6841, 7587, 6931, 8042, 7298, 7547, 7160, 8051, 6739, 8751, 7003, 8249, 7015, 7253, 6513, 7270, 5981, 7335, 5994, 7320, 9564, 7339, 8532, 7187, 7905, 7245, 7657, 7126, 7544, 7252, 7460, 7098, 7282, 7144, 7749, 8503, 8290, 7787, 6290, 7382, 6364, 5703, 7215, 5839, 7519, 9274, 7600, 8288, 7204, 7811, 7186, 7962, 7123, 7585, 6655, 6849, 6685, 7413, 6288, 7264, 6105, 6640, 5756, 7187, 6895, 7148, 7506, 7148, 7587, 6639, 6751, 6866, 7034, 6790, 7455, 6636, 7254, 7073, 7412, 6700, 7509, 6578, 7408, 6653, 8175, 6070, 7285, 6053, 7559, 8326, 7038, 6723, 7228, 9308, 6910, 8200, 6721, 7982, 6289, 7148, 6300, 7229, 5947, 6944, 8917, 7069, 8137, 7031, 7565, 6923, 7452, 6812, 7577, 5946, 7448, 6285, 6838, 6501, 7087, 6194, 7766, 6382, 7971, 6719, 7783, 6735, 7872, 6714, 8896, 7301, 7931, 7332, 8040, 7511, 7868, 7278, 8037, 6834, 8741, 6661, 7719, 6899, 7310, 6436, 7565, 7225, 7512, 9761, 7374, 8318, 7202, 7844, 6988, 7643, 7167, 7721, 7125, 7797, 6713, 8557, 7028, 7243, 7885, 7449, 6723, 7408, 7191, 5946, 6992, 6879, 7683, 6876, 7648, 6214, 7630, 8665, 7276, 7967, 6973, 7531, 7193, 7294, 6928, 7313, 6677, 7273, 5998, 6423, 6020, 6366, 5603, 7349, 5665, 7021, 6005, 6989, 6118, 6994, 6344, 7509, 6592, 7604, 6132, 8770, 6751, 9034, 6764, 7991, 6727, 8046, 6494, 8033, 6386, 7515, 6474, 7207, 9358, 7256, 8472, 7346, 8108, 6849, 7894, 6512, 7492, 6034, 7294, 5780, 7314, 8251, 7190, 7688, 7305, 7547, 6971, 6709, 6568, 7289, 6540, 7050, 5673, 7101, 6123, 6009, 5470, 7108, 5935, 7353, 5727, 7462, 6040, 7397, 5901, 7029, 5878, 7435, 8986, 7510, 8651, 7251, 8185, 7297, 7617, 7279, 7744, 7024, 8011, 7384, 7928, 7364, 7934, 7230, 8003, 6824, 8411, 6960, 7779, 6762, 7530, 6894, 7416, 6060, 7260, 6358, 6367, 6599, 6892, 6389, 7338, 6479, 7339, 6423, 7244, 6592, 7523, 6783, 7454, 5745, 7447, 8560, 7364, 7933, 7301, 7600, 6915, 7277, 6373, 7488, 6231, 6579, 6109, 6821, 5728, 7415, 6948, 7250, 7261, 7529, 6060, 7356, 6935, 7406, 7673, 7510, 6819, 7556, 7400, 7511, 7266, 7312, 7465, 7376, 7669, 7222, 7770, 6977, 7727, 6165, 7175, 6253, 7321, 6161, 7006, 6338, 7114, 6081, 7209, 6387, 7186, 6439, 7178, 6006, 7628, 6670, 7524, 7215, 8146, 7330, 8372, 7285, 8677, 7171, 7506, 7500, 7951, 7400, 8011, 7098, 8034, 7565, 8133, 7398, 7553, 6992, 7557, 6706, 7367, 7200, 7361, 7219, 7291, 6904, 7220, 7443, 7084, 7298, 7455, 7190, 7537, 7374, 5776, 6208, 6246, 6508, 6344, 7675, 6298, 8409, 7248, 8263, 7332, 7823, 7419, 8410, 7051, 8437, 7015, 7859, 7122, 7684, 6796, 7545, 6425, 6841, 6890, 6820, 6831, 6812, 6822, 6868, 6312, 7177, 6719, 7440, 6369, 7026, 6724, 7076, 6640, 7783, 7112, 7783, 7328, 7656, 7104, 7673, 6800, 8406, 6854, 7311, 7177, 5726, 7829, 7235, 7585, 7461, 7590, 7449, 7585, 7817, 7541, 7599, 7773, 7754, 7351, 7400, 7399, 7493, 7091, 7180, 7183, 6974, 7060, 7009, 7142, 7168, 6539, 6765, 6768, 7323, 6925, 7197, 6709, 7578, 6572, 7554, 8278, 7604, 7356, 6120, 5734, 6572, 7639, 7107, 8252, 7672, 6542, 7970, 8060, 7470, 7886, 7244, 7846, 6538, 7818, 7280, 7458, 7041, 7144, 6536, 6823, 5909, 7090, 6204, 6576, 5905], 'WindowCenter': [3652.0, 3630.0, 3626.0, 3611.0, 3621.0, 3599.0, 3608.0, 3607.0, 3608.0, 3618.0, 3607.0, 3606.0, 3597.0, 3597.0, 3610.0, 3597.0, 3600.0, 3608.0, 3599.0, 3609.0, 3598.0, 3613.0, 3587.0, 3621.0, 3622.0, 3623.0, 3633.0, 3622.0, 3623.0, 3614.0, 3610.0, 3599.0, 3609.0, 3610.0, 3635.0, 3601.0, 3609.0, 3597.0, 3598.0, 3586.0, 3597.0, 3628.0, 3597.0, 3620.0, 3598.0, 3617.0, 3598.0, 3606.0, 3597.0, 3607.0, 3608.0, 3609.0, 3597.0, 3608.0, 3596.0, 3610.0, 3586.0, 3599.0, 3563.0, 3596.0, 3617.0, 3598.0, 3609.0, 3596.0, 3597.0, 3596.0, 3594.0, 3596.0, 3597.0, 3597.0, 3599.0, 3589.0, 3608.0, 3586.0, 3597.0, 3598.0, 3609.0, 3587.0, 3610.0, 3576.0, 3619.0, 3598.0, 3618.0, 3611.0, 3621.0, 3621.0, 3632.0, 3608.0, 3605.0, 3595.0, 3604.0, 3583.0, 3596.0, 3584.0, 3607.0, 3584.0, 3586.0, 3574.0, 3595.0, 3595.0, 3595.0, 3607.0, 3596.0, 3597.0, 3597.0, 3598.0, 3586.0, 3607.0, 3588.0, 3609.0, 3588.0, 3588.0, 3576.0, 3608.0, 3586.0, 3608.0, 3619.0, 3612.0, 3622.0, 3610.0, 3610.0, 3609.0, 3609.0, 3598.0, 3618.0, 3598.0, 3618.0, 3597.0, 3597.0, 3586.0, 3596.0, 3585.0, 3619.0, 3596.0, 3608.0, 3597.0, 3598.0, 3576.0, 3607.0, 3629.0, 3608.0, 3618.0, 3598.0, 3607.0, 3597.0, 3606.0, 3597.0, 3608.0, 3597.0, 3595.0, 3597.0, 3597.0, 3596.0, 3606.0, 3598.0, 3620.0, 3596.0, 3595.0, 3596.0, 3594.0, 3596.0, 3597.0, 3599.0, 3619.0, 3599.0, 3596.0, 3597.0, 3584.0, 3596.0, 3607.0, 3609.0, 3618.0, 3609.0, 3606.0, 3595.0, 3607.0, 3584.0, 3595.0, 3596.0, 3595.0, 3584.0, 3586.0, 3585.0, 3595.0, 3584.0, 3598.0, 3598.0, 3597.0, 3606.0, 3597.0, 3596.0, 3595.0, 3597.0, 3608.0, 3610.0, 3598.0, 3597.0, 3597.0, 3597.0, 3599.0, 3610.0, 3610.0, 3610.0, 3598.0, 3607.0, 3586.0, 3607.0, 3597.0, 3619.0, 3597.0, 3618.0, 3587.0, 3607.0, 3597.0, 3607.0, 3597.0, 3609.0, 3619.0, 3608.0, 3597.0, 3610.0, 3598.0, 3611.0, 3620.0, 3612.0, 3622.0, 3600.0, 3610.0, 3597.0, 3609.0, 3586.0, 3597.0, 3618.0, 3598.0, 3618.0, 3596.0, 3596.0, 3586.0, 3594.0, 3585.0, 3608.0, 3587.0, 3598.0, 3577.0, 3577.0, 3587.0, 3608.0, 3576.0, 3610.0, 3623.0, 3611.0, 3610.0, 3610.0, 3608.0, 3599.0, 3608.0, 3599.0, 3620.0, 3586.0, 3609.0, 3595.0, 3608.0, 3585.0, 3607.0, 3631.0, 3599.0, 3617.0, 3598.0, 3609.0, 3596.0, 3609.0, 3599.0, 3609.0, 3585.0, 3598.0, 3585.0, 3596.0, 3576.0, 3607.0, 3628.0, 3598.0, 3607.0, 3597.0, 3597.0, 3598.0, 3606.0, 3610.0, 3609.0, 3598.0, 3596.0, 3597.0, 3606.0, 3596.0, 3605.0, 3597.0, 3606.0, 3596.0, 3607.0, 3597.0, 3606.0, 3586.0, 3596.0, 3584.0, 3597.0, 3578.0, 3596.0, 3596.0, 3596.0, 3607.0, 3597.0, 3608.0, 3597.0, 3597.0, 3598.0, 3596.0, 3585.0, 3598.0, 3586.0, 3598.0, 3599.0, 3607.0, 3597.0, 3608.0, 3598.0, 3609.0, 3598.0, 3620.0, 3597.0, 3620.0, 3585.0, 3607.0, 3597.0, 3607.0, 3596.0, 3617.0, 3601.0, 3599.0, 3619.0, 3611.0, 3621.0, 3612.0, 3619.0, 3598.0, 3618.0, 3597.0, 3619.0, 3586.0, 3608.0, 3573.0, 3595.0, 3575.0, 3598.0, 3595.0, 3595.0, 3593.0, 3585.0, 3594.0, 3595.0, 3597.0, 3607.0, 3596.0, 3587.0, 3574.0, 3598.0, 3597.0, 3610.0, 3609.0, 3620.0, 3588.0, 3619.0, 3587.0, 3608.0, 3587.0, 3619.0, 3598.0, 3617.0, 3597.0, 3617.0, 3596.0, 3618.0, 3598.0, 3619.0, 3599.0, 3608.0, 3598.0, 3607.0, 3598.0, 3607.0, 3597.0, 3609.0, 3598.0, 3597.0, 3599.0, 3597.0, 3598.0, 3608.0, 3597.0, 3607.0, 3598.0, 3585.0, 3597.0, 3575.0, 3597.0, 3609.0, 3597.0, 3586.0, 3607.0, 3586.0, 3598.0, 3596.0, 3596.0, 3597.0, 3609.0, 3595.0, 3617.0, 3586.0, 3606.0, 3596.0, 3607.0, 3596.0, 3607.0, 3598.0, 3608.0, 3598.0, 3596.0, 3597.0, 3607.0, 3597.0, 3607.0, 3598.0, 3596.0, 3587.0, 3596.0, 3598.0, 3610.0, 3610.0, 3630.0, 3597.0, 3598.0, 3587.0, 3596.0, 3596.0, 3598.0, 3576.0, 3609.0, 3611.0, 3633.0, 3623.0, 3612.0, 3632.0, 3609.0, 3618.0, 3594.0, 3605.0, 3581.0, 3595.0, 3603.0, 3583.0, 3604.0, 3582.0, 3591.0, 3582.0, 3593.0, 3581.0, 3570.0, 3570.0, 3581.0, 3570.0, 3582.0, 3559.0, 3581.0, 3560.0, 3584.0, 3595.0, 3583.0, 3573.0, 3583.0, 3583.0, 3610.0, 3610.0, 3610.0, 3609.0, 3598.0, 3598.0, 3596.0, 3625.0, 3622.0, 3599.0, 3607.0, 3607.0, 3607.0, 3596.0, 3606.0, 3597.0, 3608.0, 3598.0, 3607.0, 3585.0, 3609.0, 3596.0, 3596.0, 3584.0, 3596.0, 3604.0, 3596.0, 3605.0, 3596.0, 3605.0, 3596.0, 3605.0, 3596.0, 3593.0, 3584.0, 3594.0, 3584.0, 3594.0, 3585.0, 3595.0, 3585.0, 3586.0, 3595.0, 3595.0, 3574.0, 3596.0, 3586.0, 3597.0, 3585.0, 3607.0, 3584.0, 3597.0, 3585.0, 3596.0, 3585.0, 3595.0, 3576.0, 3597.0, 3587.0, 3598.0, 3576.0, 3597.0, 3576.0, 3599.0, 3618.0, 3609.0, 3598.0, 3610.0, 3610.0, 3610.0, 3609.0, 3612.0, 3610.0, 3609.0, 3609.0, 3610.0, 3609.0, 3611.0, 3611.0, 3610.0, 3611.0, 3611.0, 3609.0, 3609.0, 3610.0, 3598.0, 3609.0, 3599.0, 3621.0, 3599.0, 3620.0, 3596.0, 3608.0, 3586.0, 3597.0, 3576.0, 3609.0, 3607.0, 3598.0, 3576.0, 3608.0, 3617.0, 3607.0, 3619.0, 3609.0, 3607.0, 3599.0, 3597.0, 3586.0, 3608.0, 3597.0, 3610.0, 3588.0, 3600.0, 3577.0, 3610.0, 3607.0, 3609.0, 3608.0, 3609.0, 3622.0, 3610.0, 3598.0, 3611.0, 3608.0, 3611.0, 3621.0, 3610.0, 3610.0, 3611.0, 3608.0, 3599.0, 3609.0, 3609.0, 3619.0, 3599.0, 3619.0, 3609.0, 3607.0, 3608.0, 3608.0, 3608.0, 3608.0, 3599.0, 3608.0, 3597.0, 3596.0, 3598.0, 3608.0, 3599.0, 3608.0, 3587.0, 3600.0, 3577.0, 3609.0, 3609.0, 3610.0, 3609.0, 3609.0, 3608.0, 3611.0, 3609.0, 3598.0, 3610.0, 3610.0, 3611.0, 3599.0, 3619.0, 3598.0, 3618.0, 3596.0, 3607.0, 3585.0, 3609.0, 3585.0, 3619.0, 3586.0, 3597.0, 3575.0, 3597.0, 3627.0, 3609.0, 3619.0, 3608.0, 3619.0, 3597.0, 3576.0, 3596.0, 3575.0, 3609.0, 3619.0, 3611.0, 3609.0, 3610.0, 3620.0, 3610.0, 3620.0, 3621.0, 3610.0, 3610.0, 3610.0, 3598.0, 3610.0, 3610.0, 3610.0, 3590.0, 3609.0, 3598.0, 3609.0, 3586.0, 3598.0, 3575.0, 3598.0, 3628.0, 3598.0, 3618.0, 3598.0, 3607.0, 3597.0, 3607.0, 3598.0, 3609.0, 3586.0, 3597.0, 3586.0, 3598.0, 3574.0, 3598.0, 3577.0, 3599.0, 3617.0, 3609.0, 3609.0, 3598.0, 3607.0, 3598.0, 3608.0, 3597.0, 3598.0, 3586.0, 3608.0, 3586.0, 3610.0, 3631.0, 3597.0, 3608.0, 3598.0, 3607.0, 3609.0, 3609.0, 3610.0, 3610.0, 3611.0, 3609.0, 3610.0, 3608.0, 3609.0, 3620.0, 3599.0, 3608.0, 3609.0, 3618.0, 3599.0, 3608.0, 3610.0, 3608.0, 3588.0, 3598.0, 3597.0, 3597.0, 3588.0, 3610.0, 3630.0, 3598.0, 3609.0, 3609.0, 3608.0, 3598.0, 3610.0, 3599.0, 3599.0, 3577.0, 3610.0, 3620.0, 3609.0, 3620.0, 3613.0, 3611.0, 3611.0, 3601.0, 3611.0, 3577.0, 3611.0, 3599.0, 3612.0, 3631.0, 3623.0, 3631.0, 3611.0, 3620.0, 3609.0, 3620.0, 3597.0, 3618.0, 3599.0, 3620.0, 3597.0, 3608.0, 3585.0, 3596.0, 3585.0, 3596.0, 3630.0, 3607.0, 3616.0, 3596.0, 3594.0, 3596.0, 3596.0, 3585.0, 3608.0, 3598.0, 3598.0, 3587.0, 3598.0, 3574.0, 3608.0, 3618.0, 3609.0, 3610.0, 3610.0, 3607.0, 3609.0, 3609.0, 3609.0, 3608.0, 3600.0, 3609.0, 3599.0, 3609.0, 3600.0, 3610.0, 3610.0, 3609.0, 3599.0, 3621.0, 3598.0, 3619.0, 3597.0, 3621.0, 3598.0, 3609.0, 3587.0, 3610.0, 3589.0, 3610.0, 3587.0, 3610.0, 3629.0, 3609.0, 3620.0, 3599.0, 3618.0, 3609.0, 3609.0, 3610.0, 3608.0, 3612.0, 3612.0, 3611.0, 3611.0, 3611.0, 3621.0, 3633.0, 3620.0, 3623.0, 3616.0, 3623.0, 3603.0, 3591.0, 3613.0, 3579.0, 3614.0, 3633.0, 3612.0, 3620.0, 3610.0, 3606.0, 3596.0, 3607.0, 3598.0, 3608.0, 3597.0, 3586.0, 3586.0, 3597.0, 3587.0, 3609.0, 3588.0, 3599.0, 3576.0, 3599.0, 3598.0, 3598.0, 3608.0, 3610.0, 3609.0, 3613.0, 3613.0, 3601.0, 3599.0, 3599.0, 3611.0, 3610.0, 3610.0, 3611.0, 3610.0, 3600.0, 3610.0, 3602.0, 3612.0, 3602.0, 3621.0, 3588.0, 3608.0, 3575.0, 3611.0, 3621.0, 3600.0, 3596.0, 3609.0, 3630.0, 3597.0, 3620.0, 3599.0, 3619.0, 3588.0, 3611.0, 3588.0, 3610.0, 3588.0, 3598.0, 3631.0, 3609.0, 3610.0, 3611.0, 3608.0, 3598.0, 3608.0, 3599.0, 3621.0, 3590.0, 3612.0, 3600.0, 3600.0, 3588.0, 3611.0, 3591.0, 3623.0, 3614.0, 3621.0, 3601.0, 3610.0, 3600.0, 3623.0, 3612.0, 3632.0, 3611.0, 3621.0, 3611.0, 3620.0, 3609.0, 3621.0, 3611.0, 3620.0, 3599.0, 3618.0, 3599.0, 3609.0, 3596.0, 3597.0, 3585.0, 3607.0, 3597.0, 3595.0, 3629.0, 3598.0, 3606.0, 3595.0, 3603.0, 3584.0, 3595.0, 3595.0, 3595.0, 3585.0, 3606.0, 3586.0, 3607.0, 3583.0, 3595.0, 3605.0, 3595.0, 3583.0, 3596.0, 3597.0, 3587.0, 3610.0, 3600.0, 3610.0, 3598.0, 3611.0, 3575.0, 3608.0, 3616.0, 3596.0, 3609.0, 3598.0, 3607.0, 3597.0, 3596.0, 3596.0, 3597.0, 3586.0, 3608.0, 3587.0, 3600.0, 3590.0, 3604.0, 3591.0, 3611.0, 3578.0, 3610.0, 3590.0, 3612.0, 3602.0, 3613.0, 3603.0, 3611.0, 3602.0, 3622.0, 3604.0, 3635.0, 3601.0, 3632.0, 3600.0, 3608.0, 3598.0, 3608.0, 3600.0, 3620.0, 3589.0, 3610.0, 3586.0, 3610.0, 3617.0, 3597.0, 3607.0, 3597.0, 3606.0, 3584.0, 3608.0, 3586.0, 3608.0, 3575.0, 3597.0, 3562.0, 3596.0, 3606.0, 3595.0, 3596.0, 3607.0, 3608.0, 3597.0, 3586.0, 3585.0, 3596.0, 3585.0, 3597.0, 3575.0, 3600.0, 3588.0, 3578.0, 3565.0, 3597.0, 3576.0, 3609.0, 3592.0, 3622.0, 3603.0, 3624.0, 3578.0, 3612.0, 3579.0, 3611.0, 3632.0, 3622.0, 3630.0, 3612.0, 3620.0, 3610.0, 3609.0, 3611.0, 3620.0, 3610.0, 3619.0, 3609.0, 3609.0, 3610.0, 3608.0, 3608.0, 3620.0, 3598.0, 3618.0, 3596.0, 3608.0, 3587.0, 3609.0, 3600.0, 3611.0, 3591.0, 3611.0, 3586.0, 3587.0, 3598.0, 3596.0, 3587.0, 3608.0, 3600.0, 3611.0, 3600.0, 3612.0, 3599.0, 3620.0, 3599.0, 3612.0, 3578.0, 3610.0, 3620.0, 3610.0, 3608.0, 3609.0, 3607.0, 3600.0, 3608.0, 3587.0, 3608.0, 3578.0, 3598.0, 3587.0, 3599.0, 3576.0, 3610.0, 3611.0, 3611.0, 3607.0, 3610.0, 3577.0, 3609.0, 3597.0, 3611.0, 3622.0, 3612.0, 3599.0, 3611.0, 3609.0, 3611.0, 3610.0, 3612.0, 3609.0, 3623.0, 3610.0, 3610.0, 3608.0, 3610.0, 3621.0, 3590.0, 3610.0, 3588.0, 3611.0, 3590.0, 3610.0, 3602.0, 3612.0, 3591.0, 3610.0, 3600.0, 3611.0, 3601.0, 3613.0, 3602.0, 3623.0, 3611.0, 3621.0, 3611.0, 3621.0, 3611.0, 3632.0, 3622.0, 3632.0, 3610.0, 3608.0, 3609.0, 3608.0, 3608.0, 3620.0, 3611.0, 3619.0, 3620.0, 3619.0, 3609.0, 3608.0, 3609.0, 3609.0, 3600.0, 3608.0, 3610.0, 3610.0, 3609.0, 3609.0, 3611.0, 3610.0, 3611.0, 3597.0, 3609.0, 3608.0, 3611.0, 3621.0, 3610.0, 3577.0, 3588.0, 3587.0, 3588.0, 3587.0, 3622.0, 3589.0, 3619.0, 3608.0, 3619.0, 3609.0, 3608.0, 3607.0, 3620.0, 3597.0, 3619.0, 3598.0, 3607.0, 3597.0, 3608.0, 3585.0, 3609.0, 3588.0, 3599.0, 3599.0, 3599.0, 3596.0, 3598.0, 3596.0, 3598.0, 3587.0, 3598.0, 3598.0, 3598.0, 3585.0, 3598.0, 3598.0, 3609.0, 3600.0, 3609.0, 3599.0, 3608.0, 3609.0, 3608.0, 3599.0, 3622.0, 3600.0, 3621.0, 3599.0, 3608.0, 3597.0, 3577.0, 3609.0, 3608.0, 3610.0, 3608.0, 3611.0, 3598.0, 3609.0, 3608.0, 3609.0, 3596.0, 3596.0, 3594.0, 3596.0, 3594.0, 3596.0, 3607.0, 3596.0, 3597.0, 3598.0, 3597.0, 3596.0, 3597.0, 3599.0, 3597.0, 3588.0, 3600.0, 3599.0, 3609.0, 3599.0, 3598.0, 3613.0, 3635.0, 3611.0, 3621.0, 3619.0, 3609.0, 3611.0, 3588.0, 3591.0, 3613.0, 3636.0, 3625.0, 3633.0, 3624.0, 3589.0, 3621.0, 3608.0, 3610.0, 3608.0, 3599.0, 3608.0, 3589.0, 3608.0, 3597.0, 3597.0, 3596.0, 3597.0, 3585.0, 3599.0, 3577.0, 3597.0, 3577.0, 3587.0, 3576.0], 'WindowWidth': [8256.0, 8218.0, 8206.0, 8178.0, 8189.0, 8153.0, 8166.0, 8160.0, 8162.0, 8176.0, 8160.0, 8158.0, 8148.0, 8147.0, 8168.0, 8148.0, 8157.0, 8165.0, 8155.0, 8168.0, 8153.0, 8179.0, 8136.0, 8187.0, 8189.0, 8192.0, 8212.0, 8193.0, 8192.0, 8181.0, 8171.0, 8154.0, 8166.0, 8171.0, 8210.0, 8157.0, 8166.0, 8149.0, 8151.0, 8131.0, 8147.0, 8190.0, 8149.0, 8179.0, 8150.0, 8175.0, 8150.0, 8157.0, 8147.0, 8159.0, 8164.0, 8165.0, 8148.0, 8160.0, 8144.0, 8167.0, 8131.0, 8153.0, 8096.0, 8144.0, 8170.0, 8148.0, 8163.0, 8146.0, 8145.0, 8144.0, 8139.0, 8145.0, 8147.0, 8146.0, 8152.0, 8139.0, 8164.0, 8130.0, 8146.0, 8148.0, 8167.0, 8136.0, 8168.0, 8116.0, 8178.0, 8149.0, 8177.0, 8171.0, 8185.0, 8185.0, 8198.0, 8162.0, 8153.0, 8139.0, 8148.0, 8121.0, 8140.0, 8123.0, 8159.0, 8125.0, 8129.0, 8110.0, 8142.0, 8138.0, 8139.0, 8160.0, 8144.0, 8146.0, 8146.0, 8147.0, 8130.0, 8160.0, 8138.0, 8167.0, 8136.0, 8138.0, 8119.0, 8163.0, 8131.0, 8163.0, 8181.0, 8177.0, 8187.0, 8170.0, 8168.0, 8165.0, 8163.0, 8150.0, 8177.0, 8151.0, 8175.0, 8147.0, 8145.0, 8130.0, 8143.0, 8127.0, 8181.0, 8146.0, 8163.0, 8147.0, 8150.0, 8117.0, 8160.0, 8192.0, 8164.0, 8176.0, 8151.0, 8158.0, 8146.0, 8156.0, 8147.0, 8163.0, 8147.0, 8142.0, 8145.0, 8144.0, 8143.0, 8157.0, 8151.0, 8179.0, 8145.0, 8139.0, 8142.0, 8137.0, 8142.0, 8144.0, 8151.0, 8177.0, 8150.0, 8144.0, 8146.0, 8126.0, 8143.0, 8157.0, 8163.0, 8174.0, 8166.0, 8154.0, 8141.0, 8157.0, 8125.0, 8139.0, 8144.0, 8141.0, 8126.0, 8129.0, 8127.0, 8142.0, 8125.0, 8147.0, 8149.0, 8147.0, 8156.0, 8147.0, 8143.0, 8142.0, 8146.0, 8163.0, 8166.0, 8149.0, 8147.0, 8148.0, 8146.0, 8151.0, 8168.0, 8169.0, 8166.0, 8150.0, 8157.0, 8130.0, 8158.0, 8144.0, 8178.0, 8146.0, 8174.0, 8132.0, 8158.0, 8144.0, 8160.0, 8147.0, 8165.0, 8177.0, 8160.0, 8147.0, 8168.0, 8153.0, 8171.0, 8182.0, 8176.0, 8188.0, 8157.0, 8167.0, 8147.0, 8165.0, 8129.0, 8146.0, 8175.0, 8148.0, 8174.0, 8144.0, 8143.0, 8129.0, 8138.0, 8126.0, 8160.0, 8133.0, 8148.0, 8120.0, 8122.0, 8134.0, 8165.0, 8117.0, 8169.0, 8189.0, 8172.0, 8170.0, 8170.0, 8163.0, 8150.0, 8162.0, 8151.0, 8180.0, 8132.0, 8164.0, 8141.0, 8162.0, 8129.0, 8161.0, 8194.0, 8151.0, 8173.0, 8149.0, 8162.0, 8144.0, 8163.0, 8152.0, 8163.0, 8128.0, 8146.0, 8126.0, 8143.0, 8113.0, 8160.0, 8187.0, 8148.0, 8159.0, 8147.0, 8144.0, 8148.0, 8158.0, 8167.0, 8164.0, 8149.0, 8143.0, 8144.0, 8155.0, 8142.0, 8154.0, 8145.0, 8156.0, 8143.0, 8156.0, 8142.0, 8156.0, 8127.0, 8143.0, 8126.0, 8147.0, 8121.0, 8144.0, 8141.0, 8143.0, 8158.0, 8145.0, 8161.0, 8147.0, 8144.0, 8149.0, 8144.0, 8128.0, 8148.0, 8130.0, 8152.0, 8152.0, 8161.0, 8145.0, 8161.0, 8146.0, 8165.0, 8150.0, 8181.0, 8146.0, 8178.0, 8128.0, 8158.0, 8145.0, 8159.0, 8144.0, 8174.0, 8159.0, 8155.0, 8181.0, 8173.0, 8186.0, 8173.0, 8179.0, 8148.0, 8175.0, 8147.0, 8175.0, 8128.0, 8160.0, 8108.0, 8141.0, 8113.0, 8148.0, 8140.0, 8140.0, 8134.0, 8125.0, 8136.0, 8141.0, 8145.0, 8160.0, 8144.0, 8134.0, 8112.0, 8148.0, 8145.0, 8169.0, 8166.0, 8181.0, 8137.0, 8178.0, 8134.0, 8162.0, 8131.0, 8177.0, 8149.0, 8171.0, 8145.0, 8171.0, 8144.0, 8174.0, 8149.0, 8178.0, 8152.0, 8162.0, 8150.0, 8159.0, 8149.0, 8161.0, 8149.0, 8165.0, 8150.0, 8146.0, 8150.0, 8145.0, 8149.0, 8164.0, 8148.0, 8160.0, 8150.0, 8128.0, 8147.0, 8115.0, 8148.0, 8165.0, 8146.0, 8128.0, 8158.0, 8129.0, 8147.0, 8141.0, 8144.0, 8146.0, 8163.0, 8141.0, 8172.0, 8130.0, 8157.0, 8144.0, 8157.0, 8143.0, 8159.0, 8148.0, 8161.0, 8148.0, 8142.0, 8146.0, 8158.0, 8148.0, 8158.0, 8149.0, 8142.0, 8131.0, 8142.0, 8150.0, 8172.0, 8169.0, 8194.0, 8147.0, 8148.0, 8133.0, 8146.0, 8143.0, 8152.0, 8119.0, 8167.0, 8170.0, 8204.0, 8190.0, 8175.0, 8200.0, 8163.0, 8173.0, 8134.0, 8150.0, 8112.0, 8136.0, 8143.0, 8118.0, 8147.0, 8115.0, 8126.0, 8114.0, 8131.0, 8112.0, 8097.0, 8095.0, 8112.0, 8097.0, 8117.0, 8082.0, 8115.0, 8086.0, 8121.0, 8138.0, 8121.0, 8107.0, 8122.0, 8121.0, 8171.0, 8170.0, 8167.0, 8166.0, 8149.0, 8149.0, 8143.0, 8197.0, 8188.0, 8152.0, 8159.0, 8160.0, 8158.0, 8142.0, 8155.0, 8144.0, 8162.0, 8147.0, 8161.0, 8128.0, 8162.0, 8143.0, 8142.0, 8123.0, 8142.0, 8149.0, 8141.0, 8151.0, 8142.0, 8154.0, 8142.0, 8152.0, 8140.0, 8134.0, 8122.0, 8136.0, 8123.0, 8138.0, 8127.0, 8141.0, 8127.0, 8130.0, 8139.0, 8141.0, 8110.0, 8143.0, 8129.0, 8146.0, 8126.0, 8157.0, 8123.0, 8145.0, 8127.0, 8144.0, 8126.0, 8142.0, 8117.0, 8147.0, 8131.0, 8149.0, 8116.0, 8148.0, 8116.0, 8151.0, 8177.0, 8166.0, 8149.0, 8169.0, 8167.0, 8169.0, 8166.0, 8174.0, 8169.0, 8167.0, 8164.0, 8168.0, 8165.0, 8172.0, 8171.0, 8170.0, 8170.0, 8170.0, 8166.0, 8166.0, 8167.0, 8149.0, 8165.0, 8153.0, 8183.0, 8151.0, 8180.0, 8144.0, 8163.0, 8130.0, 8146.0, 8117.0, 8164.0, 8158.0, 8150.0, 8117.0, 8161.0, 8172.0, 8160.0, 8177.0, 8166.0, 8158.0, 8152.0, 8145.0, 8130.0, 8162.0, 8145.0, 8169.0, 8136.0, 8154.0, 8119.0, 8168.0, 8158.0, 8165.0, 8162.0, 8166.0, 8188.0, 8170.0, 8149.0, 8169.0, 8163.0, 8170.0, 8185.0, 8171.0, 8168.0, 8170.0, 8162.0, 8153.0, 8165.0, 8166.0, 8179.0, 8153.0, 8177.0, 8164.0, 8159.0, 8162.0, 8161.0, 8161.0, 8162.0, 8154.0, 8163.0, 8147.0, 8145.0, 8148.0, 8163.0, 8153.0, 8164.0, 8135.0, 8156.0, 8120.0, 8165.0, 8163.0, 8170.0, 8167.0, 8166.0, 8163.0, 8170.0, 8165.0, 8150.0, 8166.0, 8168.0, 8169.0, 8154.0, 8179.0, 8148.0, 8175.0, 8142.0, 8158.0, 8126.0, 8163.0, 8128.0, 8175.0, 8129.0, 8144.0, 8113.0, 8145.0, 8184.0, 8163.0, 8177.0, 8161.0, 8175.0, 8146.0, 8117.0, 8143.0, 8114.0, 8164.0, 8179.0, 8171.0, 8166.0, 8170.0, 8181.0, 8168.0, 8183.0, 8185.0, 8171.0, 8169.0, 8168.0, 8150.0, 8169.0, 8169.0, 8169.0, 8141.0, 8165.0, 8149.0, 8164.0, 8130.0, 8149.0, 8116.0, 8151.0, 8189.0, 8150.0, 8173.0, 8147.0, 8157.0, 8144.0, 8157.0, 8148.0, 8163.0, 8130.0, 8145.0, 8130.0, 8148.0, 8112.0, 8151.0, 8120.0, 8151.0, 8173.0, 8164.0, 8163.0, 8149.0, 8160.0, 8150.0, 8162.0, 8146.0, 8149.0, 8129.0, 8163.0, 8131.0, 8167.0, 8195.0, 8147.0, 8160.0, 8149.0, 8160.0, 8165.0, 8166.0, 8169.0, 8167.0, 8170.0, 8165.0, 8168.0, 8160.0, 8166.0, 8180.0, 8152.0, 8161.0, 8164.0, 8175.0, 8150.0, 8161.0, 8167.0, 8163.0, 8135.0, 8149.0, 8146.0, 8147.0, 8136.0, 8167.0, 8192.0, 8150.0, 8165.0, 8165.0, 8161.0, 8149.0, 8170.0, 8153.0, 8153.0, 8120.0, 8168.0, 8181.0, 8167.0, 8183.0, 8178.0, 8172.0, 8172.0, 8158.0, 8173.0, 8122.0, 8172.0, 8153.0, 8173.0, 8198.0, 8189.0, 8198.0, 8173.0, 8181.0, 8165.0, 8178.0, 8146.0, 8173.0, 8151.0, 8180.0, 8144.0, 8160.0, 8125.0, 8143.0, 8126.0, 8144.0, 8192.0, 8159.0, 8170.0, 8144.0, 8138.0, 8142.0, 8140.0, 8128.0, 8163.0, 8148.0, 8150.0, 8132.0, 8149.0, 8112.0, 8162.0, 8173.0, 8166.0, 8168.0, 8170.0, 8160.0, 8167.0, 8163.0, 8165.0, 8161.0, 8153.0, 8167.0, 8152.0, 8165.0, 8153.0, 8167.0, 8165.0, 8164.0, 8151.0, 8183.0, 8149.0, 8178.0, 8147.0, 8183.0, 8149.0, 8165.0, 8135.0, 8169.0, 8139.0, 8168.0, 8133.0, 8169.0, 8191.0, 8165.0, 8181.0, 8153.0, 8176.0, 8165.0, 8165.0, 8167.0, 8164.0, 8175.0, 8175.0, 8172.0, 8173.0, 8175.0, 8184.0, 8202.0, 8181.0, 8193.0, 8191.0, 8193.0, 8166.0, 8145.0, 8176.0, 8128.0, 8179.0, 8201.0, 8173.0, 8179.0, 8167.0, 8154.0, 8141.0, 8158.0, 8147.0, 8160.0, 8145.0, 8128.0, 8129.0, 8145.0, 8132.0, 8164.0, 8137.0, 8152.0, 8117.0, 8151.0, 8149.0, 8148.0, 8161.0, 8169.0, 8166.0, 8181.0, 8177.0, 8158.0, 8151.0, 8154.0, 8173.0, 8172.0, 8168.0, 8170.0, 8168.0, 8154.0, 8169.0, 8161.0, 8175.0, 8162.0, 8184.0, 8134.0, 8162.0, 8114.0, 8169.0, 8185.0, 8154.0, 8145.0, 8166.0, 8193.0, 8146.0, 8180.0, 8152.0, 8177.0, 8137.0, 8170.0, 8135.0, 8167.0, 8137.0, 8151.0, 8195.0, 8167.0, 8167.0, 8171.0, 8161.0, 8148.0, 8162.0, 8151.0, 8185.0, 8145.0, 8175.0, 8156.0, 8155.0, 8137.0, 8172.0, 8146.0, 8193.0, 8183.0, 8184.0, 8158.0, 8168.0, 8155.0, 8189.0, 8177.0, 8199.0, 8171.0, 8185.0, 8171.0, 8181.0, 8167.0, 8183.0, 8169.0, 8179.0, 8152.0, 8175.0, 8150.0, 8164.0, 8142.0, 8146.0, 8127.0, 8157.0, 8143.0, 8141.0, 8190.0, 8145.0, 8154.0, 8138.0, 8146.0, 8121.0, 8137.0, 8138.0, 8138.0, 8124.0, 8156.0, 8127.0, 8156.0, 8120.0, 8138.0, 8149.0, 8137.0, 8121.0, 8142.0, 8146.0, 8133.0, 8169.0, 8156.0, 8168.0, 8149.0, 8168.0, 8114.0, 8160.0, 8168.0, 8143.0, 8163.0, 8148.0, 8157.0, 8147.0, 8141.0, 8142.0, 8144.0, 8128.0, 8163.0, 8134.0, 8155.0, 8143.0, 8169.0, 8146.0, 8171.0, 8124.0, 8169.0, 8143.0, 8177.0, 8163.0, 8177.0, 8163.0, 8172.0, 8161.0, 8189.0, 8171.0, 8210.0, 8160.0, 8199.0, 8154.0, 8161.0, 8148.0, 8161.0, 8156.0, 8180.0, 8140.0, 8166.0, 8131.0, 8165.0, 8172.0, 8144.0, 8157.0, 8143.0, 8155.0, 8124.0, 8162.0, 8128.0, 8163.0, 8114.0, 8145.0, 8093.0, 8141.0, 8154.0, 8139.0, 8142.0, 8159.0, 8160.0, 8146.0, 8128.0, 8128.0, 8141.0, 8127.0, 8146.0, 8115.0, 8154.0, 8136.0, 8122.0, 8102.0, 8146.0, 8118.0, 8167.0, 8149.0, 8189.0, 8166.0, 8193.0, 8126.0, 8175.0, 8126.0, 8172.0, 8200.0, 8189.0, 8195.0, 8174.0, 8181.0, 8170.0, 8166.0, 8169.0, 8182.0, 8170.0, 8179.0, 8166.0, 8164.0, 8166.0, 8160.0, 8161.0, 8181.0, 8151.0, 8175.0, 8142.0, 8160.0, 8130.0, 8163.0, 8155.0, 8172.0, 8147.0, 8171.0, 8132.0, 8133.0, 8148.0, 8145.0, 8134.0, 8162.0, 8155.0, 8174.0, 8157.0, 8175.0, 8153.0, 8184.0, 8152.0, 8174.0, 8123.0, 8168.0, 8180.0, 8166.0, 8161.0, 8165.0, 8159.0, 8154.0, 8162.0, 8133.0, 8165.0, 8122.0, 8150.0, 8134.0, 8151.0, 8117.0, 8168.0, 8171.0, 8171.0, 8161.0, 8168.0, 8118.0, 8165.0, 8148.0, 8171.0, 8187.0, 8173.0, 8152.0, 8170.0, 8164.0, 8172.0, 8169.0, 8174.0, 8167.0, 8189.0, 8168.0, 8168.0, 8162.0, 8169.0, 8185.0, 8145.0, 8169.0, 8138.0, 8172.0, 8141.0, 8170.0, 8161.0, 8175.0, 8146.0, 8170.0, 8155.0, 8172.0, 8158.0, 8177.0, 8165.0, 8191.0, 8173.0, 8185.0, 8172.0, 8183.0, 8172.0, 8202.0, 8190.0, 8199.0, 8169.0, 8163.0, 8166.0, 8162.0, 8162.0, 8181.0, 8172.0, 8179.0, 8182.0, 8177.0, 8164.0, 8163.0, 8165.0, 8164.0, 8155.0, 8164.0, 8168.0, 8167.0, 8164.0, 8164.0, 8172.0, 8169.0, 8169.0, 8146.0, 8166.0, 8163.0, 8172.0, 8185.0, 8170.0, 8122.0, 8137.0, 8134.0, 8137.0, 8134.0, 8186.0, 8140.0, 8179.0, 8162.0, 8176.0, 8164.0, 8162.0, 8158.0, 8179.0, 8148.0, 8177.0, 8150.0, 8158.0, 8144.0, 8161.0, 8128.0, 8163.0, 8137.0, 8152.0, 8151.0, 8151.0, 8143.0, 8149.0, 8144.0, 8149.0, 8134.0, 8150.0, 8149.0, 8147.0, 8128.0, 8148.0, 8149.0, 8167.0, 8155.0, 8165.0, 8150.0, 8162.0, 8164.0, 8161.0, 8150.0, 8189.0, 8157.0, 8182.0, 8152.0, 8162.0, 8148.0, 8119.0, 8164.0, 8160.0, 8167.0, 8162.0, 8169.0, 8149.0, 8164.0, 8163.0, 8162.0, 8141.0, 8140.0, 8135.0, 8141.0, 8136.0, 8141.0, 8158.0, 8143.0, 8144.0, 8147.0, 8145.0, 8144.0, 8145.0, 8151.0, 8148.0, 8136.0, 8155.0, 8151.0, 8166.0, 8152.0, 8150.0, 8177.0, 8213.0, 8173.0, 8185.0, 8178.0, 8164.0, 8170.0, 8140.0, 8148.0, 8179.0, 8213.0, 8198.0, 8205.0, 8194.0, 8140.0, 8184.0, 8163.0, 8165.0, 8159.0, 8150.0, 8161.0, 8136.0, 8159.0, 8145.0, 8144.0, 8142.0, 8144.0, 8128.0, 8151.0, 8119.0, 8146.0, 8118.0, 8132.0, 8117.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.00043039393939393937</td></tr>
<tr><td colspan=3>aqi</td><td>0.023652599545454546</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.030013049075095</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1570568846777853</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9923634687869591</td></tr>
<tr><td colspan=3>efc</td><td>0.4533</td></tr>
<tr><td colspan=3>fber</td><td>5102.8398</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09543185291751241</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>60</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.545454545454546</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6371190298463723</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5556603936137625</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.842552295864636</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5131444000607175</td></tr>
<tr><td colspan=3>gcor</td><td>0.00753219</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011723716743290424</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02446095459163189</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1320</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.606581503828543</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>30.0907</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.657</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>137.6237</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307360.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>600.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>269.0108</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7065</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>464.731</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2829.9505</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3058.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69184.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>746.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3753.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>847.8882</td></tr>
<tr><td colspan=3>tsnr</td><td>37.650986623368226</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>