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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0002_ses-03_task-alignvideo_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0002_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-03_subject-0002_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0002_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0002_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0002_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-03_subject-0002_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-03_subject-0002_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0002_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0002/ses-03/func/sub-0002_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>712d83017354cdab53f171fe907b6120</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:05:56.637500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.984114, -0.154392, -0.0876472, 0.162037, 0.982847, 0.0880673]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0701482</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4118, -7783, -7261, 637, -99, -234, 35, 77]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.271</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c43c3937-72ef-49ea-817e-3b34d1c53559||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6403067111968994, 0.43473297357559204, -0.19587655365467072, 94.27367401123047], [0.4142230153083801, 2.636906623840332, 0.27234992384910583, -117.7434310913086], [-0.2351509928703308, -0.23627805709838867, 2.6790778636932373, -38.54157257080078], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1335]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['110556.637500', '110557.097500', '110557.557500', '110558.017500', '110558.477500', '110558.937500', '110559.397500', '110559.857500', '110600.317500', '110600.777500', '110601.237500', '110601.697500', '110602.157500', '110602.617500', '110603.077500', '110603.537500', '110603.997500', '110604.457500', '110604.917500', '110605.377500', '110605.837500', '110606.297500', '110606.757500', '110607.217500', '110607.677500', '110608.137500', '110608.597500', '110609.057500', '110609.517500', '110609.977500', '110610.437500', '110610.897500', '110611.357500', '110611.817500', '110612.277500', '110612.737500', '110613.197500', '110613.657500', '110614.117500', '110614.577500', '110615.037500', '110615.497500', '110615.957500', '110616.417500', '110616.877500', '110617.337500', '110617.797500', '110618.257500', '110618.717500', '110619.177500', '110619.637500', '110620.097500', '110620.557500', '110621.017500', '110621.477500', '110621.937500', '110622.397500', '110622.857500', '110623.317500', '110623.777500', '110624.237500', '110624.697500', '110625.157500', '110625.617500', '110626.077500', '110626.537500', '110626.997500', '110627.457500', '110627.917500', '110628.377500', '110628.837500', '110629.297500', '110629.757500', '110630.217500', '110630.677500', '110631.137500', '110631.597500', '110632.057500', '110632.517500', '110632.977500', '110633.437500', '110633.897500', '110634.357500', '110634.817500', '110635.277500', '110635.737500', '110636.197500', '110636.657500', '110637.117500', '110637.577500', '110638.037500', '110638.497500', '110638.957500', '110639.417500', '110639.877500', '110640.337500', '110640.797500', '110641.257500', '110641.717500', '110642.177500', '110642.637500', '110643.097500', '110643.557500', '110644.017500', '110644.477500', '110644.937500', '110645.397500', '110645.857500', '110646.317500', '110646.777500', '110647.237500', '110647.697500', '110648.157500', '110648.617500', '110649.077500', '110649.537500', '110649.997500', '110650.457500', '110650.917500', '110651.377500', '110651.837500', '110652.297500', '110652.757500', '110653.217500', '110653.677500', '110654.137500', '110654.597500', '110655.057500', '110655.517500', '110655.977500', '110656.437500', '110656.897500', '110657.357500', '110657.817500', '110658.277500', '110658.737500', '110659.197500', '110659.657500', '110700.117500', '110700.577500', '110701.037500', '110701.497500', '110701.957500', '110702.417500', '110702.877500', '110703.337500', '110703.797500', '110704.257500', '110704.717500', '110705.177500', '110705.637500', '110706.097500', '110706.557500', '110707.017500', '110707.477500', '110707.937500', '110708.397500', '110708.857500', '110709.317500', '110709.777500', '110710.237500', '110710.697500', '110711.157500', '110711.617500', '110712.077500', '110712.537500', '110712.997500', '110713.457500', '110713.917500', '110714.377500', '110714.837500', '110715.297500', '110715.757500', '110716.217500', '110716.677500', '110717.137500', '110717.597500', '110718.057500', '110718.517500', '110718.977500', '110719.437500', '110719.897500', '110720.357500', '110720.817500', '110721.277500', '110721.737500', '110722.197500', '110722.657500', '110723.117500', '110723.577500', '110724.037500', '110724.497500', '110724.957500', '110725.417500', '110725.877500', '110726.337500', '110726.797500', '110727.257500', '110727.717500', '110728.177500', '110728.637500', '110729.097500', '110729.557500', '110730.017500', '110730.477500', '110730.937500', '110731.397500', '110731.857500', '110732.317500', '110732.777500', '110733.237500', '110733.697500', '110734.157500', '110734.617500', '110735.077500', '110735.537500', '110735.997500', '110736.457500', '110736.917500', '110737.377500', '110737.837500', '110738.297500', '110738.757500', '110739.217500', '110739.677500', '110740.137500', '110740.597500', '110741.057500', '110741.517500', '110741.977500', '110742.437500', '110742.897500', '110743.357500', '110743.817500', '110744.277500', '110744.737500', '110745.197500', '110745.657500', '110746.117500', '110746.577500', '110747.037500', '110747.497500', '110747.957500', '110748.417500', '110748.877500', '110749.337500', '110749.797500', '110750.257500', '110750.717500', '110751.177500', '110751.637500', '110752.097500', '110752.557500', '110753.017500', '110753.477500', '110753.937500', '110754.397500', '110754.857500', '110755.317500', '110755.777500', '110756.237500', '110756.697500', '110757.157500', '110757.617500', '110758.077500', '110758.537500', '110758.997500', '110759.457500', '110759.917500', '110800.377500', '110800.837500', '110801.297500', '110801.757500', '110802.217500', '110802.677500', '110803.137500', '110803.597500', '110804.057500', '110804.517500', '110804.977500', '110805.437500', '110805.897500', '110806.357500', '110806.817500', '110807.277500', '110807.737500', '110808.197500', '110808.657500', '110809.117500', '110809.577500', '110810.037500', '110810.497500', '110810.957500', '110811.417500', '110811.877500', '110812.337500', '110812.797500', '110813.257500', '110813.717500', '110814.177500', '110814.637500', '110815.097500', '110815.557500', '110816.017500', '110816.477500', '110816.937500', '110817.397500', '110817.857500', '110818.317500', '110818.777500', '110819.237500', '110819.697500', '110820.157500', '110820.617500', '110821.077500', '110821.537500', '110821.997500', '110822.457500', '110822.917500', '110823.377500', '110823.837500', '110824.297500', '110824.757500', '110825.217500', '110825.677500', '110826.137500', '110826.597500', '110827.057500', '110827.517500', '110827.977500', '110828.437500', '110828.897500', '110829.357500', '110829.817500', '110830.277500', '110830.737500', '110831.197500', '110831.657500', '110832.117500', '110832.577500', '110833.037500', '110833.497500', '110833.957500', '110834.417500', '110834.877500', '110835.337500', '110835.797500', '110836.257500', '110836.717500', '110837.177500', '110837.637500', '110838.097500', '110838.557500', '110839.017500', '110839.477500', '110839.937500', '110840.397500', '110840.857500', '110841.317500', '110841.777500', '110842.237500', '110842.697500', '110843.157500', '110843.617500', '110844.077500', '110844.537500', '110844.997500', '110845.457500', '110845.917500', '110846.377500', '110846.837500', '110847.297500', '110847.757500', '110848.217500', '110848.677500', '110849.137500', '110849.597500', '110850.057500', '110850.517500', '110850.977500', '110851.437500', '110851.897500', '110852.357500', '110852.817500', '110853.277500', '110853.737500', '110854.197500', '110854.657500', '110855.117500', '110855.577500', '110856.037500', '110856.497500', '110856.957500', '110857.417500', '110857.877500', '110858.337500', '110858.797500', '110859.257500', '110859.717500', '110900.177500', '110900.637500', '110901.097500', '110901.557500', '110902.017500', '110902.477500', '110902.937500', '110903.397500', '110903.857500', '110904.317500', '110904.777500', '110905.237500', '110905.697500', '110906.157500', '110906.617500', '110907.077500', '110907.537500', '110907.997500', '110908.457500', '110908.917500', '110909.377500', '110909.837500', '110910.297500', '110910.757500', '110911.217500', '110911.677500', '110912.137500', '110912.597500', '110913.057500', '110913.517500', '110913.977500', '110914.437500', '110914.897500', '110915.357500', '110915.817500', '110916.277500', '110916.737500', '110917.197500', '110917.657500', '110918.117500', '110918.577500', '110919.037500', '110919.497500', '110919.957500', '110920.417500', '110920.877500', '110921.337500', '110921.797500', '110922.257500', '110922.717500', '110923.177500', '110923.637500', '110924.097500', '110924.557500', '110925.017500', '110925.477500', '110925.937500', '110926.397500', '110926.857500', '110927.317500', '110927.777500', '110928.237500', '110928.697500', '110929.157500', '110929.617500', '110930.077500', '110930.537500', '110930.997500', '110931.457500', '110931.917500', '110932.377500', '110932.837500', '110933.297500', '110933.757500', '110934.217500', '110934.677500', '110935.137500', '110935.597500', '110936.057500', '110936.517500', '110936.977500', '110937.437500', '110937.897500', '110938.357500', '110938.817500', '110939.277500', '110939.737500', '110940.197500', '110940.657500', '110941.117500', '110941.577500', '110942.037500', '110942.497500', '110942.957500', '110943.417500', '110943.877500', '110944.337500', '110944.797500', '110945.257500', '110945.717500', '110946.177500', '110946.637500', '110947.097500', '110947.557500', '110948.017500', '110948.477500', '110948.937500', '110949.397500', '110949.857500', '110950.317500', '110950.777500', '110951.237500', '110951.697500', '110952.157500', '110952.617500', '110953.077500', '110953.537500', '110953.997500', '110954.457500', '110954.917500', '110955.377500', '110955.837500', '110956.297500', '110956.757500', '110957.217500', '110957.677500', '110958.137500', '110958.597500', '110959.057500', '110959.517500', '110959.977500', '111000.437500', '111000.897500', '111001.357500', '111001.817500', '111002.277500', '111002.737500', '111003.197500', '111003.657500', '111004.117500', '111004.577500', '111005.037500', '111005.497500', '111005.957500', '111006.417500', '111006.877500', '111007.337500', '111007.797500', '111008.257500', '111008.717500', '111009.177500', '111009.637500', '111010.097500', '111010.557500', '111011.017500', '111011.477500', '111011.937500', '111012.397500', '111012.857500', '111013.317500', '111013.777500', '111014.237500', '111014.697500', '111015.157500', '111015.617500', '111016.077500', '111016.537500', '111016.997500', '111017.457500', '111017.917500', '111018.377500', '111018.837500', '111019.297500', '111019.757500', '111020.217500', '111020.677500', '111021.137500', '111021.597500', '111022.057500', '111022.517500', '111022.977500', '111023.437500', '111023.897500', '111024.357500', '111024.817500', '111025.277500', '111025.737500', '111026.197500', '111026.657500', '111027.117500', '111027.577500', '111028.037500', '111028.497500', '111028.957500', '111029.417500', '111029.877500', '111030.337500', '111030.797500', '111031.257500', '111031.717500', '111032.177500', '111032.637500', '111033.097500', '111033.557500', '111034.017500', '111034.477500', '111034.937500', '111035.397500', '111035.857500', '111036.317500', '111036.777500', '111037.237500', '111037.697500', '111038.157500', '111038.617500', '111039.077500', '111039.537500', '111039.997500', '111040.457500', '111040.917500', '111041.377500', '111041.837500', '111042.297500', '111042.757500', '111043.217500', '111043.677500', '111044.137500', '111044.597500', '111045.057500', '111045.517500', '111045.977500', '111046.437500', '111046.897500', '111047.357500', '111047.817500', '111048.277500', '111048.737500', '111049.197500', '111049.657500', '111050.117500', '111050.577500', '111051.037500', '111051.497500', '111051.957500', '111052.417500', '111052.877500', '111053.337500', '111053.797500', '111054.257500', '111054.717500', '111055.177500', '111055.637500', '111056.097500', '111056.557500', '111057.017500', '111057.477500', '111057.937500', '111058.397500', '111058.857500', '111059.317500', '111059.777500', '111100.237500', '111100.697500', '111101.157500', '111101.617500', '111102.077500', '111102.537500', '111102.997500', '111103.457500', '111103.917500', '111104.377500', '111104.837500', '111105.297500', '111105.757500', '111106.217500', '111106.677500', '111107.137500', '111107.597500', '111108.057500', '111108.517500', '111108.977500', '111109.437500', '111109.897500', '111110.357500', '111110.817500', '111111.277500', '111111.737500', '111112.197500', '111112.657500', '111113.117500', '111113.577500', '111114.037500', '111114.497500', '111114.957500', '111115.417500', '111115.877500', '111116.337500', '111116.797500', '111117.257500', '111117.717500', '111118.177500', '111118.637500', '111119.097500', '111119.557500', '111120.017500', '111120.477500', '111120.937500', '111121.397500', '111121.857500', '111122.317500', '111122.777500', '111123.237500', '111123.697500', '111124.157500', '111124.617500', '111125.077500', '111125.537500', '111125.997500', '111126.457500', '111126.917500', '111127.377500', '111127.837500', '111128.297500', '111128.757500', '111129.217500', '111129.677500', '111130.137500', '111130.597500', '111131.057500', '111131.517500', '111131.977500', '111132.437500', '111132.897500', '111133.357500', '111133.817500', '111134.277500', '111134.737500', '111135.197500', '111135.657500', '111136.117500', '111136.577500', '111137.037500', '111137.497500', '111137.957500', '111138.417500', '111138.877500', '111139.337500', '111139.797500', '111140.257500', '111140.717500', '111141.177500', '111141.637500', '111142.097500', '111142.557500', '111143.017500', '111143.477500', '111143.937500', '111144.397500', '111144.857500', '111145.317500', '111145.777500', '111146.237500', '111146.697500', '111147.157500', '111147.617500', '111148.077500', '111148.537500', '111148.997500', '111149.457500', '111149.917500', '111150.377500', '111150.837500', '111151.297500', '111151.757500', '111152.217500', '111152.677500', '111153.137500', '111153.597500', '111154.057500', '111154.517500', '111154.977500', '111155.437500', '111155.897500', '111156.357500', '111156.817500', '111157.277500', '111157.737500', '111158.197500', '111158.657500', '111159.117500', '111159.577500', '111200.037500', '111200.497500', '111200.957500', '111201.417500', '111201.877500', '111202.337500', '111202.797500', '111203.257500', '111203.717500', '111204.177500', '111204.637500', '111205.097500', '111205.557500', '111206.017500', '111206.477500', '111206.937500', '111207.397500', '111207.857500', '111208.317500', '111208.777500', '111209.237500', '111209.697500', '111210.157500', '111210.617500', '111211.077500', '111211.537500', '111211.997500', '111212.457500', '111212.917500', '111213.377500', '111213.837500', '111214.297500', '111214.757500', '111215.217500', '111215.677500', '111216.137500', '111216.597500', '111217.057500', '111217.517500', '111217.977500', '111218.437500', '111218.897500', '111219.357500', '111219.817500', '111220.277500', '111220.737500', '111221.197500', '111221.657500', '111222.117500', '111222.577500', '111223.037500', '111223.497500', '111223.957500', '111224.417500', '111224.877500', '111225.337500', '111225.797500', '111226.257500', '111226.717500', '111227.177500', '111227.637500', '111228.097500', '111228.557500', '111229.017500', '111229.477500', '111229.937500', '111230.397500', '111230.857500', '111231.317500', '111231.777500', '111232.237500', '111232.697500', '111233.157500', '111233.617500', '111234.077500', '111234.537500', '111234.997500', '111235.457500', '111235.917500', '111236.377500', '111236.837500', '111237.297500', '111237.757500', '111238.217500', '111238.677500', '111239.137500', '111239.597500', '111240.057500', '111240.517500', '111240.977500', '111241.437500', '111241.897500', '111242.357500', '111242.817500', '111243.277500', '111243.737500', '111244.197500', '111244.657500', '111245.117500', '111245.577500', '111246.037500', '111246.497500', '111246.957500', '111247.417500', '111247.877500', '111248.337500', '111248.797500', '111249.257500', '111249.717500', '111250.177500', '111250.637500', '111251.097500', '111251.557500', '111252.017500', '111252.477500', '111252.937500', '111253.397500', '111253.857500', '111254.317500', '111254.777500', '111255.237500', '111255.697500', '111256.157500', '111256.617500', '111257.077500', '111257.537500', '111257.997500', '111258.457500', '111258.917500', '111259.377500', '111259.837500', '111300.297500', '111300.757500', '111301.217500', '111301.677500', '111302.137500', '111302.597500', '111303.057500', '111303.517500', '111303.977500', '111304.437500', '111304.897500', '111305.357500', '111305.817500', '111306.277500', '111306.737500', '111307.197500', '111307.657500', '111308.117500', '111308.577500', '111309.037500', '111309.497500', '111309.957500', '111310.417500', '111310.877500', '111311.337500', '111311.797500', '111312.257500', '111312.717500', '111313.177500', '111313.637500', '111314.097500', '111314.557500', '111315.017500', '111315.477500', '111315.937500', '111316.397500', '111316.857500', '111317.317500', '111317.777500', '111318.237500', '111318.697500', '111319.157500', '111319.617500', '111320.077500', '111320.537500', '111320.997500', '111321.457500', '111321.917500', '111322.377500', '111322.837500', '111323.297500', '111323.757500', '111324.217500', '111324.677500', '111325.137500', '111325.597500', '111326.057500', '111326.517500', '111326.977500', '111327.437500', '111327.897500', '111328.357500', '111328.817500', '111329.277500', '111329.737500', '111330.197500', '111330.657500', '111331.117500', '111331.577500', '111332.037500', '111332.497500', '111332.957500', '111333.417500', '111333.877500', '111334.337500', '111334.797500', '111335.257500', '111335.717500', '111336.177500', '111336.637500', '111337.097500', '111337.557500', '111338.017500', '111338.477500', '111338.937500', '111339.397500', '111339.857500', '111340.317500', '111340.777500', '111341.237500', '111341.697500', '111342.157500', '111342.617500', '111343.077500', '111343.537500', '111343.997500', '111344.457500', '111344.917500', '111345.377500', '111345.837500', '111346.297500', '111346.757500', '111347.217500', '111347.677500', '111348.137500', '111348.597500', '111349.057500', '111349.517500', '111349.977500', '111350.437500', '111350.897500', '111351.357500', '111351.817500', '111352.277500', '111352.737500', '111353.197500', '111353.657500', '111354.117500', '111354.577500', '111355.037500', '111355.497500', '111355.957500', '111356.417500', '111356.877500', '111357.337500', '111357.797500', '111358.257500', '111358.717500', '111359.177500', '111359.637500', '111400.097500', '111400.557500', '111401.017500', '111401.477500', '111401.937500', '111402.397500', '111402.857500', '111403.317500', '111403.777500', '111404.237500', '111404.697500', '111405.157500', '111405.617500', '111406.077500', '111406.537500', '111406.997500', '111407.457500', '111407.917500', '111408.377500', '111408.837500', '111409.297500', '111409.757500', '111410.217500', '111410.677500', '111411.137500', '111411.597500', '111412.057500', '111412.517500', '111412.977500', '111413.437500', '111413.897500', '111414.357500', '111414.817500', '111415.277500', '111415.737500', '111416.197500', '111416.657500', '111417.117500', '111417.577500', '111418.037500', '111418.497500', '111418.957500', '111419.417500', '111419.877500', '111420.337500', '111420.797500', '111421.257500', '111421.717500', '111422.177500', '111422.637500', '111423.097500', '111423.557500', '111424.017500', '111424.477500', '111424.937500', '111425.397500', '111425.857500', '111426.317500', '111426.777500', '111427.237500', '111427.697500', '111428.157500', '111428.617500', '111429.077500', '111429.537500', '111429.997500', '111430.457500', '111430.917500', '111431.377500', '111431.837500', '111432.297500', '111432.757500', '111433.217500', '111433.677500', '111434.137500', '111434.597500', '111435.057500', '111435.517500', '111435.977500', '111436.437500', '111436.897500', '111437.357500', '111437.817500', '111438.277500', '111438.737500', '111439.197500', '111439.657500', '111440.117500', '111440.577500', '111441.037500', '111441.497500', '111441.957500', '111442.417500', '111442.877500', '111443.337500', '111443.797500', '111444.257500', '111444.717500', '111445.177500', '111445.637500', '111446.097500', '111446.557500', '111447.017500', '111447.477500', '111447.937500', '111448.397500', '111448.857500', '111449.317500', '111449.777500', '111450.237500', '111450.697500', '111451.157500', '111451.617500', '111452.077500', '111452.537500', '111452.997500', '111453.457500', '111453.917500', '111454.377500', '111454.837500', '111455.297500', '111455.757500', '111456.217500', '111456.677500', '111457.137500', '111457.597500', '111458.057500', '111458.517500', '111458.977500', '111459.437500', '111459.897500', '111500.357500', '111500.817500', '111501.277500', '111501.737500', '111502.197500', '111502.657500', '111503.117500', '111503.577500', '111504.037500', '111504.497500', '111504.957500', '111505.417500', '111505.877500', '111506.337500', '111506.797500', '111507.257500', '111507.717500', '111508.177500', '111508.637500', '111509.097500', '111509.557500', '111510.017500', '111510.477500', '111510.937500', '111511.397500', '111511.857500', '111512.317500', '111512.777500', '111513.237500', '111513.697500', '111514.157500', '111514.617500', '111515.077500', '111515.537500', '111515.997500', '111516.457500', '111516.917500', '111517.377500', '111517.837500', '111518.297500', '111518.757500', '111519.217500', '111519.677500', '111520.137500', '111520.597500', '111521.057500', '111521.517500', '111521.977500', '111522.437500', '111522.897500', '111523.357500', '111523.817500', '111524.277500', '111524.737500', '111525.197500', '111525.657500', '111526.117500', '111526.577500', '111527.037500', '111527.497500', '111527.957500', '111528.417500', '111528.877500', '111529.337500', '111529.797500', '111530.257500', '111530.717500', '111531.177500', '111531.637500', '111532.097500', '111532.557500', '111533.017500', '111533.477500', '111533.937500', '111534.397500', '111534.857500', '111535.317500', '111535.777500', '111536.237500', '111536.697500', '111537.157500', '111537.617500', '111538.077500', '111538.537500', '111538.997500', '111539.457500', '111539.917500', '111540.377500', '111540.837500', '111541.297500', '111541.757500', '111542.217500', '111542.677500', '111543.137500', '111543.597500', '111544.057500', '111544.517500', '111544.977500', '111545.437500', '111545.897500', '111546.357500', '111546.817500', '111547.277500', '111547.737500', '111548.197500', '111548.657500', '111549.117500', '111549.577500', '111550.037500', '111550.497500', '111550.957500', '111551.417500', '111551.877500', '111552.337500', '111552.797500', '111553.257500', '111553.717500', '111554.177500', '111554.637500', '111555.097500', '111555.557500', '111556.017500', '111556.477500', '111556.937500', '111557.397500', '111557.857500', '111558.317500', '111558.777500', '111559.237500', '111559.697500', '111600.157500', '111600.617500', '111601.077500', '111601.537500', '111601.997500', '111602.457500', '111602.917500', '111603.377500', '111603.837500', '111604.297500', '111604.757500', '111605.217500', '111605.677500', '111606.137500', '111606.597500', '111607.057500', '111607.517500', '111607.977500', '111608.437500', '111608.897500', '111609.357500', '111609.817500', '111610.277500'], 'ContentTime': ['110607.132000', '110607.136000', '110607.139000', '110607.142000', '110607.145000', '110607.148000', '110607.166000', '110607.183000', '110607.186000', '110607.189000', '110607.192000', '110607.195000', '110607.198000', '110607.201000', '110607.204000', '110607.211000', '110607.214000', '110607.217000', '110607.220000', '110607.223000', '110607.226000', '110607.229000', '110627.098000', '110627.101000', '110627.104000', '110627.107000', '110627.110000', '110627.112000', '110627.115000', '110627.118000', '110627.121000', '110627.124000', '110627.127000', '110627.130000', '110627.133000', '110627.141000', '110627.146000', '110627.150000', '110627.152000', '110627.155000', '110627.158000', '110627.161000', '110627.164000', '110627.167000', '110627.169000', '110627.172000', '110627.175000', '110627.178000', '110627.181000', '110627.184000', '110627.187000', '110627.189000', '110627.192000', '110627.195000', '110627.198000', '110627.201000', '110627.204000', '110627.206000', '110627.209000', '110627.212000', '110627.215000', '110627.218000', '110627.221000', '110627.224000', '110627.227000', '110647.099000', '110647.102000', '110647.105000', '110647.107000', '110647.110000', '110647.113000', '110647.116000', '110647.119000', '110647.122000', '110647.125000', '110647.127000', '110647.130000', '110647.133000', '110647.136000', '110647.139000', '110647.142000', '110647.145000', '110647.148000', '110647.151000', '110647.153000', '110647.156000', '110647.159000', '110647.162000', '110647.165000', '110647.168000', '110647.171000', '110647.173000', '110647.176000', '110647.179000', '110647.182000', '110647.185000', '110647.188000', '110647.190000', '110647.193000', '110647.196000', '110647.199000', '110647.202000', '110647.205000', '110647.208000', '110647.210000', '110647.213000', '110647.216000', '110647.219000', '110647.222000', '110707.099000', '110707.102000', '110707.105000', '110707.109000', '110707.112000', '110707.115000', '110707.117000', '110707.120000', '110707.123000', '110707.126000', '110707.129000', '110707.132000', '110707.135000', '110707.137000', '110707.140000', '110707.143000', '110707.146000', '110707.149000', '110707.152000', '110707.155000', '110707.158000', '110707.161000', '110707.164000', '110707.166000', '110707.169000', '110707.173000', '110707.177000', '110707.180000', '110707.183000', '110707.186000', '110707.189000', '110707.197000', '110707.200000', '110707.203000', '110707.206000', '110707.209000', '110707.211000', '110707.214000', '110707.217000', '110707.220000', '110707.223000', '110707.226000', '110707.228000', '110727.099000', '110727.102000', '110727.105000', '110727.108000', '110727.111000', '110727.114000', '110727.116000', '110727.119000', '110727.122000', '110727.125000', '110727.128000', '110727.131000', '110727.134000', '110727.136000', '110727.139000', '110727.142000', '110727.145000', '110727.148000', '110727.151000', '110727.154000', '110727.157000', '110727.159000', '110727.162000', '110727.165000', '110727.168000', '110727.171000', '110727.174000', '110727.177000', '110727.180000', '110727.182000', '110727.185000', '110727.188000', '110727.191000', '110727.194000', '110727.197000', '110727.200000', '110727.203000', '110727.206000', '110727.209000', '110727.211000', '110727.214000', '110727.217000', '110727.220000', '110727.223000', '110747.099000', '110747.102000', '110747.105000', '110747.108000', '110747.111000', '110747.114000', '110747.116000', '110747.119000', '110747.122000', '110747.125000', '110747.128000', '110747.131000', '110747.134000', '110747.136000', '110747.139000', '110747.142000', '110747.145000', '110747.148000', '110747.151000', '110747.154000', '110747.163000', '110747.166000', '110747.169000', '110747.172000', '110747.175000', '110747.177000', '110747.180000', '110747.183000', '110747.186000', '110747.190000', '110747.193000', '110747.196000', '110747.199000', '110747.202000', '110747.205000', '110747.208000', '110747.211000', '110747.214000', '110747.217000', '110747.219000', '110747.222000', '110747.225000', '110747.228000', '110807.099000', '110807.102000', '110807.105000', '110807.108000', '110807.111000', '110807.113000', '110807.116000', '110807.119000', '110807.122000', '110807.125000', '110807.128000', '110807.131000', '110807.133000', '110807.136000', '110807.139000', '110807.142000', '110807.145000', '110807.148000', '110807.151000', '110807.154000', '110807.157000', '110807.159000', '110807.162000', '110807.165000', '110807.168000', '110807.171000', '110807.174000', '110807.177000', '110807.180000', '110807.183000', '110807.185000', '110807.188000', '110807.191000', '110807.194000', '110807.197000', '110807.200000', '110807.203000', '110807.206000', '110807.209000', '110807.211000', '110807.214000', '110807.217000', '110807.220000', '110807.223000', '110827.099000', '110827.102000', '110827.105000', '110827.108000', '110827.111000', '110827.114000', '110827.117000', '110827.119000', '110827.122000', '110827.125000', '110827.128000', '110827.131000', '110827.134000', '110827.137000', '110827.140000', '110827.143000', '110827.146000', '110827.149000', '110827.152000', '110827.155000', '110827.158000', '110827.161000', '110827.163000', '110827.166000', '110827.169000', '110827.172000', '110827.175000', '110827.178000', '110827.181000', '110827.184000', '110827.187000', '110827.189000', '110827.192000', '110827.195000', '110827.198000', '110827.201000', '110827.204000', '110827.207000', '110827.210000', '110827.215000', '110827.219000', '110827.222000', '110827.225000', '110847.098000', '110847.101000', '110847.104000', '110847.107000', '110847.109000', '110847.112000', '110847.115000', '110847.118000', '110847.121000', '110847.124000', '110847.127000', '110847.130000', '110847.133000', '110847.136000', '110847.138000', '110847.141000', '110847.144000', '110847.147000', '110847.150000', '110847.153000', '110847.156000', '110847.159000', '110847.162000', '110847.165000', '110847.167000', '110847.170000', '110847.173000', '110847.187000', '110847.190000', '110847.193000', '110847.196000', '110847.198000', '110847.201000', '110847.204000', '110847.207000', '110847.210000', '110847.213000', '110847.216000', '110847.219000', '110847.221000', '110847.224000', '110847.227000', '110847.230000', '110847.233000', '110907.098000', '110907.101000', '110907.104000', '110907.107000', '110907.110000', '110907.112000', '110907.115000', '110907.118000', '110907.121000', '110907.124000', '110907.127000', '110907.130000', '110907.133000', '110907.136000', '110907.139000', '110907.142000', '110907.144000', '110907.147000', '110907.150000', '110907.153000', '110907.156000', '110907.159000', '110907.162000', '110907.165000', '110907.168000', '110907.170000', '110907.173000', '110907.176000', '110907.179000', '110907.182000', '110907.185000', '110907.188000', '110907.191000', '110907.194000', '110907.197000', '110907.199000', '110907.202000', '110907.205000', '110907.208000', '110907.211000', '110907.214000', '110907.217000', '110907.220000', '110927.099000', '110927.102000', '110927.105000', '110927.108000', '110927.111000', '110927.114000', '110927.117000', '110927.119000', '110927.122000', '110927.125000', '110927.128000', '110927.131000', '110927.134000', '110927.137000', '110927.140000', '110927.143000', '110927.145000', '110927.148000', '110927.151000', '110927.154000', '110927.157000', '110927.160000', '110927.163000', '110927.166000', '110927.169000', '110927.172000', '110927.174000', '110927.177000', '110927.180000', '110927.183000', '110927.186000', '110927.189000', '110927.192000', '110927.195000', '110927.197000', '110927.200000', '110927.203000', '110927.206000', '110927.209000', '110927.212000', '110927.215000', '110927.218000', '110927.221000', '110927.223000', '110947.099000', '110947.102000', '110947.105000', '110947.108000', '110947.111000', '110947.114000', '110947.117000', '110947.120000', '110947.122000', '110947.125000', '110947.128000', '110947.131000', '110947.134000', '110947.137000', '110947.140000', '110947.143000', '110947.146000', '110947.148000', '110947.151000', '110947.154000', '110947.157000', '110947.160000', '110947.163000', '110947.166000', '110947.169000', '110947.172000', '110947.175000', '110947.177000', '110947.180000', '110947.184000', '110947.187000', '110947.190000', '110947.193000', '110947.196000', '110947.199000', '110947.202000', '110947.205000', '110947.208000', '110947.210000', '110947.213000', '110947.216000', '110947.219000', '110947.222000', '111007.099000', '111007.102000', '111007.105000', '111007.108000', '111007.111000', '111007.113000', '111007.116000', '111007.119000', '111007.122000', '111007.125000', '111007.128000', '111007.131000', '111007.134000', '111007.137000', '111007.139000', '111007.142000', '111007.145000', '111007.149000', '111007.157000', '111007.160000', '111007.163000', '111007.166000', '111007.169000', '111007.172000', '111007.175000', '111007.178000', '111007.181000', '111007.184000', '111007.186000', '111007.189000', '111007.193000', '111007.195000', '111007.198000', '111007.201000', '111007.204000', '111007.207000', '111007.210000', '111007.213000', '111007.215000', '111007.218000', '111007.221000', '111007.224000', '111007.227000', '111007.230000', '111027.099000', '111027.102000', '111027.105000', '111027.108000', '111027.111000', '111027.114000', '111027.117000', '111027.120000', '111027.132000', '111027.135000', '111027.137000', '111027.140000', '111027.143000', '111027.146000', '111027.149000', '111027.152000', '111027.155000', '111027.158000', '111027.161000', '111027.164000', '111027.167000', '111027.170000', '111027.173000', '111027.176000', '111027.179000', '111027.182000', '111027.185000', '111027.188000', '111027.191000', '111027.194000', '111027.196000', '111027.199000', '111027.202000', '111027.205000', '111027.208000', '111027.211000', '111027.214000', '111027.217000', '111027.220000', '111027.223000', '111027.226000', '111027.229000', '111027.232000', '111047.099000', '111047.102000', '111047.105000', '111047.108000', '111047.111000', '111047.114000', '111047.117000', '111047.120000', '111047.123000', '111047.126000', '111047.128000', '111047.131000', '111047.134000', '111047.137000', '111047.140000', '111047.143000', '111047.146000', '111047.149000', '111047.152000', '111047.155000', '111047.158000', '111047.161000', '111047.164000', '111047.167000', '111047.170000', '111047.173000', '111047.176000', '111047.179000', '111047.181000', '111047.184000', '111047.187000', '111047.190000', '111047.193000', '111047.196000', '111047.199000', '111047.202000', '111047.205000', '111047.208000', '111047.211000', '111047.214000', '111047.216000', '111047.219000', '111047.222000', '111047.225000', '111107.098000', '111107.101000', '111107.104000', '111107.107000', '111107.110000', '111107.113000', '111107.116000', '111107.119000', '111107.122000', '111107.125000', '111107.127000', '111107.131000', '111107.133000', '111107.136000', '111107.139000', '111107.142000', '111107.145000', '111107.148000', '111107.151000', '111107.154000', '111107.157000', '111107.160000', '111107.163000', '111107.166000', '111107.169000', '111107.172000', '111107.175000', '111107.178000', '111107.181000', '111107.183000', '111107.186000', '111107.189000', '111107.192000', '111107.195000', '111107.198000', '111107.201000', '111107.204000', '111107.207000', '111107.210000', '111107.213000', '111107.216000', '111107.219000', '111107.222000', '111127.098000', '111127.101000', '111127.104000', '111127.107000', '111127.110000', '111127.113000', '111127.116000', '111127.118000', '111127.122000', '111127.124000', '111127.127000', '111127.130000', '111127.134000', '111127.136000', '111127.139000', '111127.142000', '111127.145000', '111127.148000', '111127.151000', '111127.154000', '111127.157000', '111127.160000', '111127.163000', '111127.166000', '111127.169000', '111127.172000', '111127.175000', '111127.178000', '111127.181000', '111127.186000', '111127.189000', '111127.192000', '111127.195000', '111127.198000', '111127.200000', '111127.203000', '111127.206000', '111127.209000', '111127.212000', '111127.216000', '111127.219000', '111127.222000', '111127.225000', '111127.228000', '111147.099000', '111147.102000', '111147.105000', '111147.108000', '111147.111000', '111147.114000', '111147.117000', '111147.120000', '111147.123000', '111147.125000', '111147.128000', '111147.131000', '111147.134000', '111147.137000', '111147.140000', '111147.143000', '111147.146000', '111147.149000', '111147.152000', '111147.169000', '111147.172000', '111147.175000', '111147.178000', '111147.181000', '111147.184000', '111147.186000', '111147.190000', '111147.192000', '111147.195000', '111147.198000', '111147.201000', '111147.204000', '111147.207000', '111147.210000', '111147.213000', '111147.216000', '111147.219000', '111147.222000', '111147.225000', '111147.228000', '111147.230000', '111147.233000', '111147.236000', '111207.099000', '111207.102000', '111207.105000', '111207.108000', '111207.111000', '111207.114000', '111207.117000', '111207.120000', '111207.123000', '111207.126000', '111207.129000', '111207.132000', '111207.135000', '111207.138000', '111207.141000', '111207.144000', '111207.147000', '111207.149000', '111207.152000', '111207.155000', '111207.158000', '111207.161000', '111207.164000', '111207.167000', '111207.170000', '111207.173000', '111207.176000', '111207.179000', '111207.182000', '111207.185000', '111207.187000', '111207.191000', '111207.193000', '111207.196000', '111207.199000', '111207.202000', '111207.205000', '111207.208000', '111207.211000', '111207.214000', '111207.217000', '111207.220000', '111207.223000', '111227.099000', '111227.102000', '111227.105000', '111227.108000', '111227.111000', '111227.114000', '111227.117000', '111227.120000', '111227.123000', '111227.126000', '111227.129000', '111227.131000', '111227.134000', '111227.137000', '111227.140000', '111227.143000', '111227.146000', '111227.149000', '111227.152000', '111227.155000', '111227.158000', '111227.161000', '111227.164000', '111227.167000', '111227.170000', '111227.173000', '111227.176000', '111227.179000', '111227.181000', '111227.184000', '111227.187000', '111227.190000', '111227.193000', '111227.196000', '111227.199000', '111227.202000', '111227.205000', '111227.208000', '111227.211000', '111227.214000', '111227.216000', '111227.219000', '111227.222000', '111227.225000', '111247.099000', '111247.102000', '111247.105000', '111247.108000', '111247.111000', '111247.115000', '111247.118000', '111247.121000', '111247.124000', '111247.127000', '111247.130000', '111247.133000', '111247.136000', '111247.139000', '111247.142000', '111247.145000', '111247.148000', '111247.151000', '111247.154000', '111247.156000', '111247.159000', '111247.162000', '111247.165000', '111247.168000', '111247.171000', '111247.174000', '111247.177000', '111247.187000', '111247.190000', '111247.193000', '111247.196000', '111247.199000', '111247.202000', '111247.205000', '111247.208000', '111247.211000', '111247.214000', '111247.217000', '111247.220000', '111247.223000', '111247.226000', '111247.229000', '111247.232000', '111307.099000', '111307.102000', '111307.105000', '111307.108000', '111307.111000', '111307.114000', '111307.117000', '111307.120000', '111307.123000', '111307.126000', '111307.129000', '111307.132000', '111307.134000', '111307.137000', '111307.140000', '111307.143000', '111307.146000', '111307.149000', '111307.152000', '111307.155000', '111307.158000', '111307.161000', '111307.164000', '111307.167000', '111307.169000', '111307.172000', '111307.175000', '111307.178000', '111307.181000', '111307.184000', '111307.187000', '111307.200000', '111307.202000', '111307.205000', '111307.208000', '111307.211000', '111307.214000', '111307.217000', '111307.220000', '111307.223000', '111307.226000', '111307.229000', '111307.232000', '111307.234000', '111327.098000', '111327.101000', '111327.104000', '111327.107000', '111327.110000', '111327.113000', '111327.116000', '111327.119000', '111327.122000', '111327.125000', '111327.128000', '111327.131000', '111327.134000', '111327.137000', '111327.140000', '111327.143000', '111327.146000', '111327.149000', '111327.152000', '111327.155000', '111327.158000', '111327.161000', '111327.164000', '111327.167000', '111327.170000', '111327.173000', '111327.176000', '111327.179000', '111327.181000', '111327.185000', '111327.187000', '111327.190000', '111327.193000', '111327.196000', '111327.199000', '111327.202000', '111327.205000', '111327.208000', '111327.211000', '111327.214000', '111327.217000', '111327.220000', '111327.222000', '111347.098000', '111347.101000', '111347.104000', '111347.107000', '111347.110000', '111347.113000', '111347.116000', '111347.119000', '111347.122000', '111347.124000', '111347.127000', '111347.130000', '111347.133000', '111347.136000', '111347.139000', '111347.142000', '111347.145000', '111347.149000', '111347.152000', '111347.155000', '111347.158000', '111347.161000', '111347.164000', '111347.167000', '111347.170000', '111347.172000', '111347.175000', '111347.178000', '111347.189000', '111347.192000', '111347.195000', '111347.198000', '111347.201000', '111347.204000', '111347.207000', '111347.210000', '111347.213000', '111347.216000', '111347.219000', '111347.222000', '111347.224000', '111347.227000', '111347.230000', '111347.234000', '111407.099000', '111407.102000', '111407.105000', '111407.108000', '111407.111000', '111407.114000', '111407.117000', '111407.120000', '111407.122000', '111407.125000', '111407.128000', '111407.131000', '111407.134000', '111407.137000', '111407.140000', '111407.144000', '111407.147000', '111407.149000', '111407.152000', '111407.155000', '111407.158000', '111407.161000', '111407.164000', '111407.167000', '111407.170000', '111407.172000', '111407.175000', '111407.178000', '111407.181000', '111407.184000', '111407.187000', '111407.190000', '111407.193000', '111407.196000', '111407.198000', '111407.201000', '111407.204000', '111407.207000', '111407.210000', '111407.213000', '111407.216000', '111407.219000', '111407.222000', '111427.099000', '111427.102000', '111427.105000', '111427.108000', '111427.111000', '111427.114000', '111427.117000', '111427.120000', '111427.123000', '111427.126000', '111427.128000', '111427.131000', '111427.134000', '111427.137000', '111427.140000', '111427.143000', '111427.146000', '111427.149000', '111427.152000', '111427.155000', '111427.158000', '111427.161000', '111427.164000', '111427.167000', '111427.170000', '111427.172000', '111427.175000', '111427.185000', '111427.188000', '111427.191000', '111427.194000', '111427.197000', '111427.200000', '111427.203000', '111427.206000', '111427.208000', '111427.211000', '111427.214000', '111427.217000', '111427.220000', '111427.223000', '111427.226000', '111427.229000', '111427.232000', '111447.099000', '111447.103000', '111447.106000', '111447.109000', '111447.112000', '111447.115000', '111447.118000', '111447.120000', '111447.123000', '111447.126000', '111447.129000', '111447.132000', '111447.135000', '111447.138000', '111447.141000', '111447.144000', '111447.147000', '111447.151000', '111447.154000', '111447.157000', '111447.160000', '111447.163000', '111447.166000', '111447.169000', '111447.172000', '111447.175000', '111447.178000', '111447.181000', '111447.184000', '111447.187000', '111447.190000', '111447.193000', '111447.196000', '111447.199000', '111447.202000', '111447.205000', '111447.208000', '111447.210000', '111447.213000', '111447.216000', '111447.219000', '111447.222000', '111447.225000', '111507.099000', '111507.102000', '111507.105000', '111507.108000', '111507.111000', '111507.114000', '111507.116000', '111507.119000', '111507.122000', '111507.125000', '111507.128000', '111507.131000', '111507.134000', '111507.137000', '111507.140000', '111507.142000', '111507.145000', '111507.148000', '111507.151000', '111507.154000', '111507.157000', '111507.160000', '111507.163000', '111507.166000', '111507.168000', '111507.171000', '111507.174000', '111507.177000', '111507.180000', '111507.183000', '111507.186000', '111507.189000', '111507.192000', '111507.195000', '111507.197000', '111507.200000', '111507.203000', '111507.206000', '111507.209000', '111507.212000', '111507.215000', '111507.218000', '111507.221000', '111507.223000', '111527.099000', '111527.102000', '111527.105000', '111527.108000', '111527.111000', '111527.114000', '111527.116000', '111527.119000', '111527.122000', '111527.125000', '111527.128000', '111527.131000', '111527.134000', '111527.137000', '111527.140000', '111527.143000', '111527.146000', '111527.148000', '111527.151000', '111527.154000', '111527.157000', '111527.160000', '111527.163000', '111527.166000', '111527.169000', '111527.172000', '111527.175000', '111527.178000', '111527.181000', '111527.183000', '111527.197000', '111527.200000', '111527.203000', '111527.206000', '111527.208000', '111527.211000', '111527.214000', '111527.217000', '111527.220000', '111527.223000', '111527.226000', '111527.229000', '111527.232000', '111547.098000', '111547.101000', '111547.104000', '111547.107000', '111547.110000', '111547.113000', '111547.115000', '111547.118000', '111547.121000', '111547.124000', '111547.127000', '111547.130000', '111547.133000', '111547.136000', '111547.139000', '111547.141000', '111547.144000', '111547.147000', '111547.150000', '111547.153000', '111547.156000', '111547.159000', '111547.162000', '111547.165000', '111547.182000', '111547.185000', '111547.187000', '111547.190000', '111547.193000', '111547.196000', '111547.199000', '111547.202000', '111547.205000', '111547.208000', '111547.211000', '111547.214000', '111547.217000', '111547.220000', '111547.223000', '111547.225000', '111547.228000', '111547.231000', '111547.234000', '111547.237000', '111607.099000', '111607.102000', '111607.105000', '111607.108000', '111607.111000', '111607.114000', '111607.117000', '111607.119000', '111607.122000', '111607.125000', '111607.128000', '111607.131000', '111607.135000', '111607.138000', '111607.141000', '111607.144000', '111607.147000', '111607.150000', '111607.153000', '111607.156000', '111607.159000', '111607.162000', '111607.165000', '111607.168000', '111607.170000', '111607.173000', '111607.176000', '111607.179000', '111607.182000', '111607.185000', '111607.188000', '111607.191000', '111607.194000', '111607.196000', '111607.199000', '111607.202000', '111607.206000', '111607.210000', '111607.213000', '111607.216000', '111607.219000', '111607.222000', '111607.225000', '111610.934000', '111610.938000', '111610.941000', '111610.945000', '111610.948000', '111610.952000', '111610.955000', '111610.958000', '111610.962000'], 'InstanceCreationTime': ['110607.132000', '110607.136000', '110607.139000', '110607.142000', '110607.145000', '110607.148000', '110607.166000', '110607.183000', '110607.186000', '110607.189000', '110607.192000', '110607.195000', '110607.198000', '110607.201000', '110607.204000', '110607.211000', '110607.214000', '110607.217000', '110607.220000', '110607.223000', '110607.226000', '110607.229000', '110627.098000', '110627.101000', '110627.104000', '110627.107000', '110627.110000', '110627.112000', '110627.115000', '110627.118000', '110627.121000', '110627.124000', '110627.127000', '110627.130000', '110627.133000', '110627.141000', '110627.146000', '110627.150000', '110627.152000', '110627.155000', '110627.158000', '110627.161000', '110627.164000', '110627.167000', '110627.169000', '110627.172000', '110627.175000', '110627.178000', '110627.181000', '110627.184000', '110627.187000', '110627.189000', '110627.192000', '110627.195000', '110627.198000', '110627.201000', '110627.204000', '110627.206000', '110627.209000', '110627.212000', '110627.215000', '110627.218000', '110627.221000', '110627.224000', '110627.227000', '110647.099000', '110647.102000', '110647.105000', '110647.107000', '110647.110000', '110647.113000', '110647.116000', '110647.119000', '110647.122000', '110647.125000', '110647.127000', '110647.130000', '110647.133000', '110647.136000', '110647.139000', '110647.142000', '110647.145000', '110647.148000', '110647.151000', '110647.153000', '110647.156000', '110647.159000', '110647.162000', '110647.165000', '110647.168000', '110647.171000', '110647.173000', '110647.176000', '110647.179000', '110647.182000', '110647.185000', '110647.188000', '110647.190000', '110647.193000', '110647.196000', '110647.199000', '110647.202000', '110647.205000', '110647.208000', '110647.210000', '110647.213000', '110647.216000', '110647.219000', '110647.222000', '110707.099000', '110707.102000', '110707.105000', '110707.109000', '110707.112000', '110707.115000', '110707.117000', '110707.120000', '110707.123000', '110707.126000', '110707.129000', '110707.132000', '110707.135000', '110707.137000', '110707.140000', '110707.143000', '110707.146000', '110707.149000', '110707.152000', '110707.155000', '110707.158000', '110707.161000', '110707.164000', '110707.166000', '110707.169000', '110707.173000', '110707.177000', '110707.180000', '110707.183000', '110707.186000', '110707.189000', '110707.197000', '110707.200000', '110707.203000', '110707.206000', '110707.209000', '110707.211000', '110707.214000', '110707.217000', '110707.220000', '110707.223000', '110707.226000', '110707.228000', '110727.099000', '110727.102000', '110727.105000', '110727.108000', '110727.111000', '110727.114000', '110727.116000', '110727.119000', '110727.122000', '110727.125000', '110727.128000', '110727.131000', '110727.134000', '110727.136000', '110727.139000', '110727.142000', '110727.145000', '110727.148000', '110727.151000', '110727.154000', '110727.157000', '110727.159000', '110727.162000', '110727.165000', '110727.168000', '110727.171000', '110727.174000', '110727.177000', '110727.180000', '110727.182000', '110727.185000', '110727.188000', '110727.191000', '110727.194000', '110727.197000', '110727.200000', '110727.203000', '110727.206000', '110727.209000', '110727.211000', '110727.214000', '110727.217000', '110727.220000', '110727.223000', '110747.099000', '110747.102000', '110747.105000', '110747.108000', '110747.111000', '110747.114000', '110747.116000', '110747.119000', '110747.122000', '110747.125000', '110747.128000', '110747.131000', '110747.134000', '110747.136000', '110747.139000', '110747.142000', '110747.145000', '110747.148000', '110747.151000', '110747.154000', '110747.163000', '110747.166000', '110747.169000', '110747.172000', '110747.175000', '110747.177000', '110747.180000', '110747.183000', '110747.186000', '110747.190000', '110747.193000', '110747.196000', '110747.199000', '110747.202000', '110747.205000', '110747.208000', '110747.211000', '110747.214000', '110747.217000', '110747.219000', '110747.222000', '110747.225000', '110747.228000', '110807.099000', '110807.102000', '110807.105000', '110807.108000', '110807.111000', '110807.113000', '110807.116000', '110807.119000', '110807.122000', '110807.125000', '110807.128000', '110807.131000', '110807.133000', '110807.136000', '110807.139000', '110807.142000', '110807.145000', '110807.148000', '110807.151000', '110807.154000', '110807.157000', '110807.159000', '110807.162000', '110807.165000', '110807.168000', '110807.171000', '110807.174000', '110807.177000', '110807.180000', '110807.183000', '110807.185000', '110807.188000', '110807.191000', '110807.194000', '110807.197000', '110807.200000', '110807.203000', '110807.206000', '110807.209000', '110807.211000', '110807.214000', '110807.217000', '110807.220000', '110807.223000', '110827.099000', '110827.102000', '110827.105000', '110827.108000', '110827.111000', '110827.114000', '110827.117000', '110827.119000', '110827.122000', '110827.125000', '110827.128000', '110827.131000', '110827.134000', '110827.137000', '110827.140000', '110827.143000', '110827.146000', '110827.149000', '110827.152000', '110827.155000', '110827.158000', '110827.161000', '110827.163000', '110827.166000', '110827.169000', '110827.172000', '110827.175000', '110827.178000', '110827.181000', '110827.184000', '110827.187000', '110827.189000', '110827.192000', '110827.195000', '110827.198000', '110827.201000', '110827.204000', '110827.207000', '110827.210000', '110827.215000', '110827.219000', '110827.222000', '110827.225000', '110847.098000', '110847.101000', '110847.104000', '110847.107000', '110847.109000', '110847.112000', '110847.115000', '110847.118000', '110847.121000', '110847.124000', '110847.127000', '110847.130000', '110847.133000', '110847.136000', '110847.138000', '110847.141000', '110847.144000', '110847.147000', '110847.150000', '110847.153000', '110847.156000', '110847.159000', '110847.162000', '110847.165000', '110847.167000', '110847.170000', '110847.173000', '110847.187000', '110847.190000', '110847.193000', '110847.196000', '110847.198000', '110847.201000', '110847.204000', '110847.207000', '110847.210000', '110847.213000', '110847.216000', '110847.219000', '110847.221000', '110847.224000', '110847.227000', '110847.230000', '110847.233000', '110907.098000', '110907.101000', '110907.104000', '110907.107000', '110907.110000', '110907.112000', '110907.115000', '110907.118000', '110907.121000', '110907.124000', '110907.127000', '110907.130000', '110907.133000', '110907.136000', '110907.139000', '110907.142000', '110907.144000', '110907.147000', '110907.150000', '110907.153000', '110907.156000', '110907.159000', '110907.162000', '110907.165000', '110907.168000', '110907.170000', '110907.173000', '110907.176000', '110907.179000', '110907.182000', '110907.185000', '110907.188000', '110907.191000', '110907.194000', '110907.197000', '110907.199000', '110907.202000', '110907.205000', '110907.208000', '110907.211000', '110907.214000', '110907.217000', '110907.220000', '110927.099000', '110927.102000', '110927.105000', '110927.108000', '110927.111000', '110927.114000', '110927.117000', '110927.119000', '110927.122000', '110927.125000', '110927.128000', '110927.131000', '110927.134000', '110927.137000', '110927.140000', '110927.143000', '110927.145000', '110927.148000', '110927.151000', '110927.154000', '110927.157000', '110927.160000', '110927.163000', '110927.166000', '110927.169000', '110927.172000', '110927.174000', '110927.177000', '110927.180000', '110927.183000', '110927.186000', '110927.189000', '110927.192000', '110927.195000', '110927.197000', '110927.200000', '110927.203000', '110927.206000', '110927.209000', '110927.212000', '110927.215000', '110927.218000', '110927.221000', '110927.223000', '110947.099000', '110947.102000', '110947.105000', '110947.108000', '110947.111000', '110947.114000', '110947.117000', '110947.120000', '110947.122000', '110947.125000', '110947.128000', '110947.131000', '110947.134000', '110947.137000', '110947.140000', '110947.143000', '110947.146000', '110947.148000', '110947.151000', '110947.154000', '110947.157000', '110947.160000', '110947.163000', '110947.166000', '110947.169000', '110947.172000', '110947.175000', '110947.177000', '110947.180000', '110947.184000', '110947.187000', '110947.190000', '110947.193000', '110947.196000', '110947.199000', '110947.202000', '110947.205000', '110947.208000', '110947.210000', '110947.213000', '110947.216000', '110947.219000', '110947.222000', '111007.099000', '111007.102000', '111007.105000', '111007.108000', '111007.111000', '111007.113000', '111007.116000', '111007.119000', '111007.122000', '111007.125000', '111007.128000', '111007.131000', '111007.134000', '111007.137000', '111007.139000', '111007.142000', '111007.145000', '111007.149000', '111007.157000', '111007.160000', '111007.163000', '111007.166000', '111007.169000', '111007.172000', '111007.175000', '111007.178000', '111007.181000', '111007.184000', '111007.186000', '111007.189000', '111007.193000', '111007.195000', '111007.198000', '111007.201000', '111007.204000', '111007.207000', '111007.210000', '111007.213000', '111007.215000', '111007.218000', '111007.221000', '111007.224000', '111007.227000', '111007.230000', '111027.099000', '111027.102000', '111027.105000', '111027.108000', '111027.111000', '111027.114000', '111027.117000', '111027.120000', '111027.132000', '111027.135000', '111027.137000', '111027.140000', '111027.143000', '111027.146000', '111027.149000', '111027.152000', '111027.155000', '111027.158000', '111027.161000', '111027.164000', '111027.167000', '111027.170000', '111027.173000', '111027.176000', '111027.179000', '111027.182000', '111027.185000', '111027.188000', '111027.191000', '111027.194000', '111027.196000', '111027.199000', '111027.202000', '111027.205000', '111027.208000', '111027.211000', '111027.214000', '111027.217000', '111027.220000', '111027.223000', '111027.226000', '111027.229000', '111027.232000', '111047.099000', '111047.102000', '111047.105000', '111047.108000', '111047.111000', '111047.114000', '111047.117000', '111047.120000', '111047.123000', '111047.126000', '111047.128000', '111047.131000', '111047.134000', '111047.137000', '111047.140000', '111047.143000', '111047.146000', '111047.149000', '111047.152000', '111047.155000', '111047.158000', '111047.161000', '111047.164000', '111047.167000', '111047.170000', '111047.173000', '111047.176000', '111047.179000', '111047.181000', '111047.184000', '111047.187000', '111047.190000', '111047.193000', '111047.196000', '111047.199000', '111047.202000', '111047.205000', '111047.208000', '111047.211000', '111047.214000', '111047.216000', '111047.219000', '111047.222000', '111047.225000', '111107.098000', '111107.101000', '111107.104000', '111107.107000', '111107.110000', '111107.113000', '111107.116000', '111107.119000', '111107.122000', '111107.125000', '111107.127000', '111107.131000', '111107.133000', '111107.136000', '111107.139000', '111107.142000', '111107.145000', '111107.148000', '111107.151000', '111107.154000', '111107.157000', '111107.160000', '111107.163000', '111107.166000', '111107.169000', '111107.172000', '111107.175000', '111107.178000', '111107.181000', '111107.183000', '111107.186000', '111107.189000', '111107.192000', '111107.195000', '111107.198000', '111107.201000', '111107.204000', '111107.207000', '111107.210000', '111107.213000', '111107.216000', '111107.219000', '111107.222000', '111127.098000', '111127.101000', '111127.104000', '111127.107000', '111127.110000', '111127.113000', '111127.116000', '111127.118000', '111127.122000', '111127.124000', '111127.127000', '111127.130000', '111127.134000', '111127.136000', '111127.139000', '111127.142000', '111127.145000', '111127.148000', '111127.151000', '111127.154000', '111127.157000', '111127.160000', '111127.163000', '111127.166000', '111127.169000', '111127.172000', '111127.175000', '111127.178000', '111127.181000', '111127.186000', '111127.189000', '111127.192000', '111127.195000', '111127.198000', '111127.200000', '111127.203000', '111127.206000', '111127.209000', '111127.212000', '111127.216000', '111127.219000', '111127.222000', '111127.225000', '111127.228000', '111147.099000', '111147.102000', '111147.105000', '111147.108000', '111147.111000', '111147.114000', '111147.117000', '111147.120000', '111147.123000', '111147.125000', '111147.128000', '111147.131000', '111147.134000', '111147.137000', '111147.140000', '111147.143000', '111147.146000', '111147.149000', '111147.152000', '111147.169000', '111147.172000', '111147.175000', '111147.178000', '111147.181000', '111147.184000', '111147.186000', '111147.190000', '111147.192000', '111147.195000', '111147.198000', '111147.201000', '111147.204000', '111147.207000', '111147.210000', '111147.213000', '111147.216000', '111147.219000', '111147.222000', '111147.225000', '111147.228000', '111147.230000', '111147.233000', '111147.236000', '111207.099000', '111207.102000', '111207.105000', '111207.108000', '111207.111000', '111207.114000', '111207.117000', '111207.120000', '111207.123000', '111207.126000', '111207.129000', '111207.132000', '111207.135000', '111207.138000', '111207.141000', '111207.144000', '111207.147000', '111207.149000', '111207.152000', '111207.155000', '111207.158000', '111207.161000', '111207.164000', '111207.167000', '111207.170000', '111207.173000', '111207.176000', '111207.179000', '111207.182000', '111207.185000', '111207.187000', '111207.191000', '111207.193000', '111207.196000', '111207.199000', '111207.202000', '111207.205000', '111207.208000', '111207.211000', '111207.214000', '111207.217000', '111207.220000', '111207.223000', '111227.099000', '111227.102000', '111227.105000', '111227.108000', '111227.111000', '111227.114000', '111227.117000', '111227.120000', '111227.123000', '111227.126000', '111227.129000', '111227.131000', '111227.134000', '111227.137000', '111227.140000', '111227.143000', '111227.146000', '111227.149000', '111227.152000', '111227.155000', '111227.158000', '111227.161000', '111227.164000', '111227.167000', '111227.170000', '111227.173000', '111227.176000', '111227.179000', '111227.181000', '111227.184000', '111227.187000', '111227.190000', '111227.193000', '111227.196000', '111227.199000', '111227.202000', '111227.205000', '111227.208000', '111227.211000', '111227.214000', '111227.216000', '111227.219000', '111227.222000', '111227.225000', '111247.099000', '111247.102000', '111247.105000', '111247.108000', '111247.111000', '111247.115000', '111247.118000', '111247.121000', '111247.124000', '111247.127000', '111247.130000', '111247.133000', '111247.136000', '111247.139000', '111247.142000', '111247.145000', '111247.148000', '111247.151000', '111247.154000', '111247.156000', '111247.159000', '111247.162000', '111247.165000', '111247.168000', '111247.171000', '111247.174000', '111247.177000', '111247.187000', '111247.190000', '111247.193000', '111247.196000', '111247.199000', '111247.202000', '111247.205000', '111247.208000', '111247.211000', '111247.214000', '111247.217000', '111247.220000', '111247.223000', '111247.226000', '111247.229000', '111247.232000', '111307.099000', '111307.102000', '111307.105000', '111307.108000', '111307.111000', '111307.114000', '111307.117000', '111307.120000', '111307.123000', '111307.126000', '111307.129000', '111307.132000', '111307.134000', '111307.137000', '111307.140000', '111307.143000', '111307.146000', '111307.149000', '111307.152000', '111307.155000', '111307.158000', '111307.161000', '111307.164000', '111307.167000', '111307.169000', '111307.172000', '111307.175000', '111307.178000', '111307.181000', '111307.184000', '111307.187000', '111307.200000', '111307.202000', '111307.205000', '111307.208000', '111307.211000', '111307.214000', '111307.217000', '111307.220000', '111307.223000', '111307.226000', '111307.229000', '111307.232000', '111307.234000', '111327.098000', '111327.101000', '111327.104000', '111327.107000', '111327.110000', '111327.113000', '111327.116000', '111327.119000', '111327.122000', '111327.125000', '111327.128000', '111327.131000', '111327.134000', '111327.137000', '111327.140000', '111327.143000', '111327.146000', '111327.149000', '111327.152000', '111327.155000', '111327.158000', '111327.161000', '111327.164000', '111327.167000', '111327.170000', '111327.173000', '111327.176000', '111327.179000', '111327.181000', '111327.185000', '111327.187000', '111327.190000', '111327.193000', '111327.196000', '111327.199000', '111327.202000', '111327.205000', '111327.208000', '111327.211000', '111327.214000', '111327.217000', '111327.220000', '111327.222000', '111347.098000', '111347.101000', '111347.104000', '111347.107000', '111347.110000', '111347.113000', '111347.116000', '111347.119000', '111347.122000', '111347.124000', '111347.127000', '111347.130000', '111347.133000', '111347.136000', '111347.139000', '111347.142000', '111347.145000', '111347.149000', '111347.152000', '111347.155000', '111347.158000', '111347.161000', '111347.164000', '111347.167000', '111347.170000', '111347.172000', '111347.175000', '111347.178000', '111347.189000', '111347.192000', '111347.195000', '111347.198000', '111347.201000', '111347.204000', '111347.207000', '111347.210000', '111347.213000', '111347.216000', '111347.219000', '111347.222000', '111347.224000', '111347.227000', '111347.230000', '111347.234000', '111407.099000', '111407.102000', '111407.105000', '111407.108000', '111407.111000', '111407.114000', '111407.117000', '111407.120000', '111407.122000', '111407.125000', '111407.128000', '111407.131000', '111407.134000', '111407.137000', '111407.140000', '111407.144000', '111407.147000', '111407.149000', '111407.152000', '111407.155000', '111407.158000', '111407.161000', '111407.164000', '111407.167000', '111407.170000', '111407.172000', '111407.175000', '111407.178000', '111407.181000', '111407.184000', '111407.187000', '111407.190000', '111407.193000', '111407.196000', '111407.198000', '111407.201000', '111407.204000', '111407.207000', '111407.210000', '111407.213000', '111407.216000', '111407.219000', '111407.222000', '111427.099000', '111427.102000', '111427.105000', '111427.108000', '111427.111000', '111427.114000', '111427.117000', '111427.120000', '111427.123000', '111427.126000', '111427.128000', '111427.131000', '111427.134000', '111427.137000', '111427.140000', '111427.143000', '111427.146000', '111427.149000', '111427.152000', '111427.155000', '111427.158000', '111427.161000', '111427.164000', '111427.167000', '111427.170000', '111427.172000', '111427.175000', '111427.185000', '111427.188000', '111427.191000', '111427.194000', '111427.197000', '111427.200000', '111427.203000', '111427.206000', '111427.208000', '111427.211000', '111427.214000', '111427.217000', '111427.220000', '111427.223000', '111427.226000', '111427.229000', '111427.232000', '111447.099000', '111447.103000', '111447.106000', '111447.109000', '111447.112000', '111447.115000', '111447.118000', '111447.120000', '111447.123000', '111447.126000', '111447.129000', '111447.132000', '111447.135000', '111447.138000', '111447.141000', '111447.144000', '111447.147000', '111447.151000', '111447.154000', '111447.157000', '111447.160000', '111447.163000', '111447.166000', '111447.169000', '111447.172000', '111447.175000', '111447.178000', '111447.181000', '111447.184000', '111447.187000', '111447.190000', '111447.193000', '111447.196000', '111447.199000', '111447.202000', '111447.205000', '111447.208000', '111447.210000', '111447.213000', '111447.216000', '111447.219000', '111447.222000', '111447.225000', '111507.099000', '111507.102000', '111507.105000', '111507.108000', '111507.111000', '111507.114000', '111507.116000', '111507.119000', '111507.122000', '111507.125000', '111507.128000', '111507.131000', '111507.134000', '111507.137000', '111507.140000', '111507.142000', '111507.145000', '111507.148000', '111507.151000', '111507.154000', '111507.157000', '111507.160000', '111507.163000', '111507.166000', '111507.168000', '111507.171000', '111507.174000', '111507.177000', '111507.180000', '111507.183000', '111507.186000', '111507.189000', '111507.192000', '111507.195000', '111507.197000', '111507.200000', '111507.203000', '111507.206000', '111507.209000', '111507.212000', '111507.215000', '111507.218000', '111507.221000', '111507.223000', '111527.099000', '111527.102000', '111527.105000', '111527.108000', '111527.111000', '111527.114000', '111527.116000', '111527.119000', '111527.122000', '111527.125000', '111527.128000', '111527.131000', '111527.134000', '111527.137000', '111527.140000', '111527.143000', '111527.146000', '111527.148000', '111527.151000', '111527.154000', '111527.157000', '111527.160000', '111527.163000', '111527.166000', '111527.169000', '111527.172000', '111527.175000', '111527.178000', '111527.181000', '111527.183000', '111527.197000', '111527.200000', '111527.203000', '111527.206000', '111527.208000', '111527.211000', '111527.214000', '111527.217000', '111527.220000', '111527.223000', '111527.226000', '111527.229000', '111527.232000', '111547.098000', '111547.101000', '111547.104000', '111547.107000', '111547.110000', '111547.113000', '111547.115000', '111547.118000', '111547.121000', '111547.124000', '111547.127000', '111547.130000', '111547.133000', '111547.136000', '111547.139000', '111547.141000', '111547.144000', '111547.147000', '111547.150000', '111547.153000', '111547.156000', '111547.159000', '111547.162000', '111547.165000', '111547.182000', '111547.185000', '111547.187000', '111547.190000', '111547.193000', '111547.196000', '111547.199000', '111547.202000', '111547.205000', '111547.208000', '111547.211000', '111547.214000', '111547.217000', '111547.220000', '111547.223000', '111547.225000', '111547.228000', '111547.231000', '111547.234000', '111547.237000', '111607.099000', '111607.102000', '111607.105000', '111607.108000', '111607.111000', '111607.114000', '111607.117000', '111607.119000', '111607.122000', '111607.125000', '111607.128000', '111607.131000', '111607.135000', '111607.138000', '111607.141000', '111607.144000', '111607.147000', '111607.150000', '111607.153000', '111607.156000', '111607.159000', '111607.162000', '111607.165000', '111607.168000', '111607.170000', '111607.173000', '111607.176000', '111607.179000', '111607.182000', '111607.185000', '111607.188000', '111607.191000', '111607.194000', '111607.196000', '111607.199000', '111607.202000', '111607.206000', '111607.210000', '111607.213000', '111607.216000', '111607.219000', '111607.222000', '111607.225000', '111610.934000', '111610.938000', '111610.941000', '111610.945000', '111610.948000', '111610.952000', '111610.955000', '111610.958000', '111610.962000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [11118, 8738, 12107, 9064, 9705, 7526, 8957, 12467, 8962, 9869, 7550, 8226, 10642, 8643, 8827, 6950, 8542, 11030, 8520, 9741, 7634, 8597, 10996, 8591, 9251, 7537, 8620, 7432, 8091, 12230, 7853, 9280, 13131, 9180, 10395, 10018, 8222, 11926, 8701, 9354, 8139, 8311, 12601, 8521, 9645, 9199, 8480, 12626, 8653, 11036, 7967, 9416, 14891, 9372, 10941, 11203, 8710, 12677, 8818, 10016, 8344, 8417, 13070, 8291, 9251, 13847, 8811, 10147, 7545, 8169, 11595, 8190, 9133, 8102, 8986, 9367, 8308, 10578, 7669, 8692, 12858, 9187, 10737, 8736, 10499, 7833, 9128, 14932, 10518, 10568, 14306, 10434, 11677, 9101, 9130, 15208, 8956, 9807, 13011, 8635, 10006, 8766, 7975, 10364, 8295, 8255, 7145, 7936, 10587, 7420, 8088, 11594, 8272, 8476, 7275, 7750, 10351, 8202, 9060, 12237, 8410, 9823, 8159, 8247, 8728, 8001, 9950, 7553, 8090, 12965, 8509, 9306, 12012, 7971, 9754, 8307, 8568, 7276, 7828, 11640, 8313, 8888, 11353, 8192, 10441, 8146, 8250, 7197, 7805, 12068, 10169, 8311, 12605, 8674, 8757, 12630, 8695, 9335, 7417, 8199, 12292, 8257, 8974, 12627, 8590, 9666, 9345, 8309, 9779, 7394, 8185, 7661, 7907, 9987, 8187, 8835, 8002, 8414, 11280, 8581, 10260, 8868, 10253, 14914, 9853, 10895, 13173, 9713, 11108, 8836, 8678, 12379, 8278, 8889, 13456, 8804, 9473, 10263, 8354, 9719, 7806, 8550, 7553, 8022, 9439, 7214, 8280, 10762, 7777, 8713, 11270, 8459, 9446, 8123, 8739, 11518, 8458, 9832, 8220, 8322, 10374, 8187, 8981, 7323, 7963, 8130, 8076, 10323, 7111, 8396, 11409, 8222, 9181, 7743, 8483, 7605, 8177, 11243, 7361, 8804, 14108, 8654, 9970, 12907, 8414, 10751, 8392, 8787, 7552, 8592, 13263, 8069, 9628, 9248, 8525, 10532, 8554, 8792, 8194, 9166, 7347, 8444, 11774, 7653, 8587, 14402, 9025, 10129, 7668, 8597, 14865, 8243, 9528, 10853, 8214, 10387, 8008, 8583, 14705, 8404, 8971, 7840, 8354, 10313, 7751, 8362, 11257, 8405, 8620, 7689, 8366, 10668, 8100, 8286, 12165, 8188, 8882, 7794, 8225, 9639, 8095, 8458, 7398, 8135, 9873, 7535, 8297, 11263, 7976, 9145, 9302, 8353, 9775, 8110, 8442, 7515, 8366, 11078, 7699, 8417, 12179, 8320, 8625, 8376, 8358, 9547, 8230, 8435, 8066, 8588, 7694, 8216, 10586, 8714, 8452, 15076, 12018, 9412, 7809, 8291, 14574, 9947, 8365, 14367, 9285, 8730, 11033, 8243, 9420, 8173, 8387, 7767, 8049, 10516, 7899, 8255, 7582, 8232, 9088, 8210, 8219, 7498, 8348, 10710, 7982, 8950, 7305, 8120, 9705, 8084, 8633, 7778, 8276, 8158, 7816, 9680, 7519, 8226, 10866, 8020, 8762, 7474, 8286, 11452, 7936, 8675, 13830, 8438, 9257, 9934, 8267, 9695, 7838, 8358, 7448, 8294, 11035, 7808, 8596, 8454, 8064, 10044, 7581, 8478, 7587, 8298, 6972, 7967, 10049, 7204, 8491, 11719, 8152, 9817, 8360, 9954, 9895, 8666, 13979, 8588, 11759, 14923, 9377, 10827, 10671, 8222, 12794, 9615, 9250, 7610, 8248, 10505, 8101, 8186, 12192, 8115, 8333, 10461, 8216, 8849, 7614, 8205, 7041, 7901, 9230, 7410, 8066, 8671, 7975, 9066, 7701, 8106, 7216, 7953, 12118, 7949, 8738, 13342, 8188, 9818, 8442, 8523, 13967, 7918, 8890, 7468, 8070, 10007, 7716, 8060, 11165, 8041, 8779, 7559, 8035, 7137, 7845, 10313, 7447, 8124, 11488, 7928, 10345, 8037, 8207, 9727, 7954, 9762, 9345, 8021, 12353, 7772, 8298, 7581, 7963, 10046, 7458, 8081, 10867, 7989, 8738, 7381, 8052, 9577, 7823, 8236, 7194, 8081, 7203, 7750, 10310, 7809, 8728, 9986, 8087, 9641, 7922, 9438, 7490, 8116, 13280, 7952, 9514, 9786, 9416, 9669, 8045, 10552, 8183, 9787, 7654, 8312, 13961, 8662, 12557, 8199, 7650, 8054, 8522, 8282, 11546, 9164, 13561, 11526, 13069, 9052, 9941, 8142, 9193, 14497, 9129, 9669, 10954, 8225, 10364, 8194, 9451, 7738, 11128, 7787, 8086, 8035, 8656, 8344, 9473, 7647, 9713, 11958, 8928, 9701, 7720, 9245, 11913, 8261, 9744, 7663, 8567, 10874, 7856, 8979, 11306, 8514, 8944, 7433, 8130, 10006, 8251, 8573, 7246, 8125, 9356, 7510, 8256, 10548, 8218, 8697, 7464, 8117, 10466, 8118, 8759, 8308, 8250, 9765, 7449, 8441, 8430, 8198, 9624, 8094, 9348, 6948, 8418, 7474, 8418, 8435, 9184, 7510, 9876, 9659, 9665, 14398, 10864, 11633, 12883, 11593, 11560, 8803, 11720, 8892, 9208, 14650, 9097, 9327, 14322, 10145, 9629, 8133, 8206, 10943, 8381, 8947, 7753, 8243, 10421, 7957, 8808, 7882, 7186, 7572, 7351, 7302, 7051, 6793, 8179, 10304, 12779, 9132, 13551, 12022, 14614, 18278, 16341, 13551, 13547, 11488, 12799, 13584, 11894, 9026, 7875, 11777, 9906, 8771, 8426, 7805, 11162, 8622, 8284, 8011, 8252, 8390, 8215, 7875, 9397, 7901, 11885, 8684, 10161, 8364, 8246, 9381, 8635, 10816, 8493, 12103, 8689, 11773, 8228, 10174, 8022, 9642, 8071, 8367, 8111, 8280, 8147, 8231, 10423, 8198, 8591, 8094, 8190, 8395, 8360, 8294, 7951, 8009, 8506, 13419, 9420, 10315, 7871, 8507, 10601, 8679, 10452, 7838, 9437, 7773, 8511, 14311, 8270, 9432, 7708, 8253, 7994, 7788, 7961, 7336, 10451, 7948, 8399, 7737, 7368, 11020, 8723, 11286, 7933, 8340, 9506, 7569, 12312, 10027, 8430, 13492, 10849, 11883, 8772, 7778, 8564, 7617, 7681, 9677, 7630, 7508, 10090, 7815, 8009, 7716, 8027, 8044, 7816, 8032, 8260, 7474, 7762, 8681, 7931, 8026, 7902, 7901, 7937, 8208, 7874, 9091, 8305, 7843, 8016, 7480, 9259, 8041, 7492, 10016, 7940, 7630, 12348, 8079, 9264, 8223, 7402, 7684, 7803, 8471, 9767, 7356, 8624, 11456, 7970, 10042, 8039, 7831, 9982, 7983, 7553, 11231, 7308, 7450, 12432, 8229, 8063, 8136, 7557, 8286, 7787, 7940, 7812, 7425, 9272, 8199, 7677, 8118, 7721, 10175, 7876, 7730, 8901, 7734, 8835, 7880, 7681, 8019, 7443, 9542, 7777, 7808, 10343, 7697, 7829, 8190, 7559, 9506, 7788, 7499, 9459, 7512, 8087, 7943, 7595, 9634, 7996, 7442, 8715, 7875, 7972, 7965, 7681, 8321, 8178, 8033, 8058, 7952, 8108, 8028, 8592, 7982, 7440, 10054, 7724, 7658, 12117, 8107, 10244, 8016, 7522, 9516, 8120, 8988, 11392, 7573, 10912, 8265, 7794, 12672, 7947, 7700, 12213, 7841, 8051, 8843, 7682, 8599, 8120, 7563, 9057, 8004, 7580, 8068, 7839, 8765, 8043, 7700, 9462, 8256, 7800, 8392, 7607, 9012, 8279, 7864, 7799, 7899, 8918, 8092, 7745, 9810, 8210, 7993, 8379, 7845, 8112, 7909, 10215, 7553, 8193, 11831, 7706, 8918, 8238, 7877, 7990, 7770, 10662, 7481, 8085, 11300, 7951, 10176, 8122, 7835, 7850, 7648, 10302, 7938, 8228, 7856, 7482, 9470, 8094, 7721, 7931, 7675, 8186, 7824, 8204, 8045, 7352, 10591, 7595, 8134, 7983, 7679, 7961, 7661, 7972, 7965, 8887, 7763, 8208, 7875, 7999, 11354, 8409, 11888, 8003, 8347, 12993, 7997, 11241, 9260, 8023, 12624, 7917, 8129, 7970, 7578, 10181, 7813, 7530, 9784, 8047, 8398, 8158, 7698, 8251, 8444, 7911, 8221, 7914, 8429, 8322, 9628, 8587, 9656, 8076, 8351, 7892, 11311, 8665, 12042, 14379, 11050, 13191, 8390, 11716, 9985, 8213, 10493, 8994, 8098, 12419, 7733, 8271, 13087, 8847, 9801, 8254, 7966, 8440, 7951, 7841, 8163, 8033, 9076, 8036, 7955, 8313, 8158, 8920, 8125, 8082, 8320, 8086, 8320, 8291, 8062, 10101, 8362, 8073, 8578, 8000, 10294, 8526, 8016, 8350, 8213, 9123, 8565, 8148, 8492, 8190, 8140, 8537, 8981, 8483, 8334, 8049, 8785, 10173, 8684, 8584, 8134, 8139, 11782, 8069, 9065, 11774, 8301, 10185, 8459, 8374, 8576, 8361, 11192, 8072, 7986, 12399, 8120, 9055, 8447, 8233, 9747, 8143, 7897, 7916, 8077, 10748, 8087, 9090, 9763, 7617, 9665, 8077, 8075, 8168, 8117, 8088, 8222, 10937, 7970, 7700, 12769, 8157, 9500, 9100, 8181, 10140, 8103, 9529, 8121, 7644, 11819, 7774, 7760, 11306, 8189, 9128, 8057, 7950, 8037, 8001, 9119, 7918, 11127, 8277, 10860, 8886, 11889, 8287, 10128, 8310, 11315, 11380, 10966, 13722, 11349, 13613, 9387, 10878, 8295, 9320, 10733, 9327, 12801, 8958, 12990, 9207, 8127, 10223, 7606, 7960, 8743, 7792, 8414, 7907, 7890, 9569, 8181, 7912, 8017, 7825, 8000, 7797, 8406, 8067, 9305, 8383, 8244, 8477, 8092, 8337, 8043, 10415, 8012, 8551, 9023, 8057, 9592, 8357, 8120, 9277, 8068, 9580, 8132, 8165, 11528, 8231, 8761, 8012, 8264, 9702, 8366, 7800, 8171, 8070, 9875, 8202, 8185, 8817, 8158, 8704, 8387, 7952, 7919, 8030, 9480, 7825, 8100, 8524, 7594, 8849, 7986, 7893, 7993, 8032, 8060, 8020, 8768, 8065, 7761, 10695, 7459, 7904, 11224, 7876, 9545, 7935, 8521, 9438, 7640, 9214, 7751, 7601, 9189, 7944, 8561, 7843, 8153, 7584, 7829, 7909, 8220, 8044, 8813, 7749, 10188, 11980, 9736, 12771, 10936, 12767, 10375, 12092, 12505, 10440, 11326, 11025, 9007, 12364, 8607, 11734, 11022, 8101, 8630, 7552, 8167, 10631, 7726, 8233, 8244, 7911, 9017, 7502, 8174, 8498, 7715, 7864, 7914, 8091, 8847, 7835, 7930, 7846, 7858, 8410, 8081, 7869, 7830, 8041, 8610, 8259, 8194, 9505, 8142, 8968, 8108, 8194, 8220, 8015, 8026, 7973, 9674, 8470, 8374, 8274, 8220, 9230, 8011, 11296, 10360, 11030, 11531, 9842, 8902, 10270], 'WindowCenter': [4274.0, 4228.0, 4244.0, 4213.0, 4209.0, 4178.0, 4199.0, 4239.0, 4211.0, 4219.0, 4188.0, 4201.0, 4230.0, 4201.0, 4198.0, 4167.0, 4200.0, 4228.0, 4200.0, 4221.0, 4191.0, 4213.0, 4233.0, 4225.0, 4236.0, 4205.0, 4214.0, 4193.0, 4205.0, 4256.0, 4216.0, 4238.0, 4266.0, 4226.0, 4249.0, 4249.0, 4217.0, 4243.0, 4214.0, 4224.0, 4202.0, 4227.0, 4255.0, 4226.0, 4237.0, 4235.0, 4226.0, 4254.0, 4215.0, 4246.0, 4203.0, 4225.0, 4266.0, 4224.0, 4246.0, 4247.0, 4216.0, 4253.0, 4212.0, 4222.0, 4201.0, 4202.0, 4253.0, 4200.0, 4213.0, 4253.0, 4213.0, 4234.0, 4203.0, 4213.0, 4241.0, 4216.0, 4222.0, 4203.0, 4226.0, 4225.0, 4215.0, 4247.0, 4218.0, 4239.0, 4269.0, 4237.0, 4245.0, 4227.0, 4260.0, 4204.0, 4224.0, 4265.0, 4247.0, 4247.0, 4266.0, 4234.0, 4231.0, 4202.0, 4209.0, 4249.0, 4199.0, 4209.0, 4239.0, 4199.0, 4208.0, 4200.0, 4190.0, 4219.0, 4187.0, 4186.0, 4154.0, 4188.0, 4219.0, 4178.0, 4189.0, 4240.0, 4200.0, 4200.0, 4178.0, 4191.0, 4220.0, 4212.0, 4224.0, 4242.0, 4214.0, 4236.0, 4205.0, 4202.0, 4201.0, 4202.0, 4222.0, 4190.0, 4203.0, 4254.0, 4212.0, 4223.0, 4255.0, 4203.0, 4223.0, 4201.0, 4211.0, 4179.0, 4193.0, 4242.0, 4202.0, 4212.0, 4243.0, 4213.0, 4233.0, 4203.0, 4201.0, 4168.0, 4192.0, 4241.0, 4220.0, 4201.0, 4241.0, 4199.0, 4201.0, 4240.0, 4200.0, 4197.0, 4165.0, 4188.0, 4227.0, 4187.0, 4197.0, 4227.0, 4187.0, 4208.0, 4210.0, 4199.0, 4209.0, 4177.0, 4186.0, 4177.0, 4187.0, 4207.0, 4199.0, 4211.0, 4201.0, 4214.0, 4232.0, 4212.0, 4232.0, 4213.0, 4234.0, 4263.0, 4223.0, 4232.0, 4242.0, 4210.0, 4220.0, 4198.0, 4187.0, 4215.0, 4174.0, 4186.0, 4226.0, 4185.0, 4196.0, 4205.0, 4189.0, 4207.0, 4177.0, 4186.0, 4164.0, 4176.0, 4197.0, 4166.0, 4189.0, 4218.0, 4189.0, 4211.0, 4230.0, 4201.0, 4210.0, 4190.0, 4210.0, 4240.0, 4202.0, 4233.0, 4213.0, 4215.0, 4246.0, 4227.0, 4227.0, 4205.0, 4205.0, 4215.0, 4228.0, 4247.0, 4209.0, 4239.0, 4269.0, 4229.0, 4250.0, 4231.0, 4242.0, 4218.0, 4229.0, 4260.0, 4208.0, 4240.0, 4279.0, 4227.0, 4248.0, 4268.0, 4229.0, 4261.0, 4231.0, 4227.0, 4205.0, 4226.0, 4266.0, 4204.0, 4237.0, 4235.0, 4228.0, 4259.0, 4238.0, 4226.0, 4228.0, 4237.0, 4206.0, 4228.0, 4270.0, 4206.0, 4227.0, 4265.0, 4226.0, 4236.0, 4204.0, 4215.0, 4263.0, 4202.0, 4223.0, 4232.0, 4202.0, 4223.0, 4203.0, 4214.0, 4263.0, 4201.0, 4200.0, 4189.0, 4202.0, 4219.0, 4177.0, 4200.0, 4230.0, 4200.0, 4199.0, 4178.0, 4190.0, 4219.0, 4187.0, 4189.0, 4229.0, 4188.0, 4199.0, 4189.0, 4200.0, 4209.0, 4191.0, 4200.0, 4178.0, 4190.0, 4220.0, 4190.0, 4202.0, 4232.0, 4203.0, 4223.0, 4224.0, 4215.0, 4223.0, 4203.0, 4202.0, 4179.0, 4200.0, 4232.0, 4191.0, 4202.0, 4242.0, 4201.0, 4214.0, 4212.0, 4212.0, 4234.0, 4215.0, 4202.0, 4204.0, 4226.0, 4205.0, 4227.0, 4246.0, 4226.0, 4216.0, 4265.0, 4255.0, 4211.0, 4190.0, 4202.0, 4252.0, 4209.0, 4188.0, 4240.0, 4200.0, 4200.0, 4220.0, 4188.0, 4195.0, 4186.0, 4186.0, 4175.0, 4188.0, 4217.0, 4176.0, 4198.0, 4178.0, 4199.0, 4197.0, 4187.0, 4187.0, 4166.0, 4189.0, 4218.0, 4201.0, 4211.0, 4189.0, 4202.0, 4222.0, 4200.0, 4200.0, 4189.0, 4201.0, 4189.0, 4191.0, 4222.0, 4181.0, 4212.0, 4232.0, 4202.0, 4213.0, 4181.0, 4201.0, 4229.0, 4188.0, 4200.0, 4239.0, 4189.0, 4209.0, 4220.0, 4201.0, 4209.0, 4190.0, 4188.0, 4177.0, 4198.0, 4232.0, 4201.0, 4210.0, 4200.0, 4201.0, 4233.0, 4215.0, 4214.0, 4202.0, 4213.0, 4180.0, 4203.0, 4231.0, 4192.0, 4214.0, 4255.0, 4204.0, 4234.0, 4216.0, 4235.0, 4223.0, 4214.0, 4251.0, 4199.0, 4230.0, 4251.0, 4200.0, 4219.0, 4209.0, 4199.0, 4228.0, 4198.0, 4196.0, 4163.0, 4174.0, 4203.0, 4173.0, 4175.0, 4215.0, 4175.0, 4186.0, 4217.0, 4189.0, 4196.0, 4176.0, 4185.0, 4153.0, 4186.0, 4208.0, 4179.0, 4190.0, 4211.0, 4203.0, 4211.0, 4191.0, 4191.0, 4178.0, 4200.0, 4241.0, 4189.0, 4199.0, 4240.0, 4201.0, 4222.0, 4199.0, 4201.0, 4237.0, 4177.0, 4198.0, 4166.0, 4177.0, 4206.0, 4176.0, 4187.0, 4227.0, 4189.0, 4198.0, 4179.0, 4189.0, 4168.0, 4201.0, 4232.0, 4191.0, 4214.0, 4242.0, 4203.0, 4222.0, 4201.0, 4202.0, 4209.0, 4188.0, 4221.0, 4210.0, 4190.0, 4239.0, 4179.0, 4189.0, 4177.0, 4188.0, 4208.0, 4166.0, 4189.0, 4216.0, 4188.0, 4200.0, 4180.0, 4203.0, 4221.0, 4192.0, 4200.0, 4180.0, 4203.0, 4193.0, 4193.0, 4233.0, 4205.0, 4214.0, 4234.0, 4204.0, 4222.0, 4203.0, 4221.0, 4180.0, 4202.0, 4253.0, 4203.0, 4237.0, 4234.0, 4212.0, 4209.0, 4190.0, 4217.0, 4197.0, 4220.0, 4178.0, 4199.0, 4251.0, 4211.0, 4240.0, 4199.0, 4190.0, 4189.0, 4198.0, 4202.0, 4229.0, 4223.0, 4254.0, 4232.0, 4240.0, 4200.0, 4208.0, 4174.0, 4195.0, 4236.0, 4186.0, 4194.0, 4204.0, 4175.0, 4207.0, 4188.0, 4207.0, 4177.0, 4216.0, 4163.0, 4162.0, 4163.0, 4182.0, 4185.0, 4209.0, 4178.0, 4210.0, 4228.0, 4198.0, 4221.0, 4178.0, 4197.0, 4215.0, 4172.0, 4184.0, 4153.0, 4173.0, 4203.0, 4162.0, 4184.0, 4204.0, 4172.0, 4185.0, 4164.0, 4177.0, 4195.0, 4175.0, 4183.0, 4154.0, 4175.0, 4196.0, 4165.0, 4186.0, 4217.0, 4199.0, 4199.0, 4167.0, 4189.0, 4216.0, 4187.0, 4200.0, 4189.0, 4202.0, 4221.0, 4193.0, 4214.0, 4214.0, 4213.0, 4222.0, 4204.0, 4234.0, 4197.0, 4228.0, 4207.0, 4229.0, 4231.0, 4251.0, 4209.0, 4250.0, 4250.0, 4252.0, 4279.0, 4262.0, 4260.0, 4258.0, 4245.0, 4234.0, 4203.0, 4232.0, 4200.0, 4199.0, 4241.0, 4198.0, 4200.0, 4241.0, 4210.0, 4197.0, 4176.0, 4187.0, 4205.0, 4176.0, 4196.0, 4164.0, 4189.0, 4231.0, 4201.0, 4211.0, 4204.0, 4184.0, 4217.0, 4219.0, 4194.0, 4169.0, 4184.0, 4214.0, 4209.0, 4259.0, 4214.0, 4241.0, 4232.0, 4181.0, 4206.0, 4265.0, 4216.0, 4217.0, 4206.0, 4204.0, 4204.0, 4191.0, 4162.0, 4153.0, 4206.0, 4185.0, 4176.0, 4164.0, 4155.0, 4206.0, 4175.0, 4165.0, 4155.0, 4165.0, 4177.0, 4192.0, 4181.0, 4201.0, 4181.0, 4232.0, 4203.0, 4211.0, 4180.0, 4180.0, 4202.0, 4202.0, 4224.0, 4205.0, 4244.0, 4206.0, 4235.0, 4208.0, 4226.0, 4195.0, 4212.0, 4182.0, 4181.0, 4181.0, 4194.0, 4206.0, 4219.0, 4236.0, 4205.0, 4205.0, 4209.0, 4219.0, 4219.0, 4219.0, 4218.0, 4208.0, 4209.0, 4232.0, 4283.0, 4244.0, 4240.0, 4222.0, 4234.0, 4262.0, 4220.0, 4236.0, 4197.0, 4228.0, 4209.0, 4219.0, 4270.0, 4207.0, 4230.0, 4210.0, 4218.0, 4206.0, 4196.0, 4207.0, 4210.0, 4248.0, 4207.0, 4218.0, 4196.0, 4211.0, 4261.0, 4229.0, 4249.0, 4208.0, 4206.0, 4227.0, 4196.0, 4246.0, 4213.0, 4207.0, 4258.0, 4236.0, 4233.0, 4188.0, 4169.0, 4189.0, 4166.0, 4169.0, 4199.0, 4168.0, 4170.0, 4210.0, 4181.0, 4180.0, 4167.0, 4178.0, 4178.0, 4167.0, 4179.0, 4190.0, 4170.0, 4182.0, 4191.0, 4191.0, 4193.0, 4192.0, 4206.0, 4205.0, 4215.0, 4208.0, 4215.0, 4204.0, 4194.0, 4206.0, 4185.0, 4215.0, 4183.0, 4197.0, 4225.0, 4194.0, 4209.0, 4255.0, 4205.0, 4213.0, 4191.0, 4182.0, 4182.0, 4196.0, 4218.0, 4226.0, 4197.0, 4230.0, 4248.0, 4207.0, 4224.0, 4181.0, 4182.0, 4212.0, 4181.0, 4182.0, 4233.0, 4172.0, 4184.0, 4244.0, 4204.0, 4191.0, 4181.0, 4182.0, 4192.0, 4196.0, 4195.0, 4182.0, 4197.0, 4227.0, 4217.0, 4195.0, 4193.0, 4194.0, 4222.0, 4194.0, 4183.0, 4203.0, 4195.0, 4215.0, 4195.0, 4184.0, 4193.0, 4185.0, 4227.0, 4197.0, 4195.0, 4224.0, 4209.0, 4207.0, 4205.0, 4195.0, 4214.0, 4184.0, 4184.0, 4213.0, 4183.0, 4195.0, 4205.0, 4197.0, 4213.0, 4193.0, 4182.0, 4192.0, 4193.0, 4192.0, 4191.0, 4194.0, 4205.0, 4215.0, 4207.0, 4206.0, 4207.0, 4204.0, 4207.0, 4217.0, 4207.0, 4199.0, 4239.0, 4197.0, 4210.0, 4259.0, 4206.0, 4223.0, 4193.0, 4183.0, 4212.0, 4192.0, 4215.0, 4235.0, 4183.0, 4234.0, 4194.0, 4193.0, 4242.0, 4180.0, 4180.0, 4230.0, 4180.0, 4181.0, 4201.0, 4181.0, 4201.0, 4192.0, 4183.0, 4200.0, 4181.0, 4179.0, 4179.0, 4181.0, 4201.0, 4191.0, 4182.0, 4213.0, 4204.0, 4194.0, 4203.0, 4183.0, 4202.0, 4203.0, 4194.0, 4182.0, 4194.0, 4214.0, 4194.0, 4197.0, 4225.0, 4206.0, 4195.0, 4204.0, 4193.0, 4192.0, 4206.0, 4238.0, 4208.0, 4218.0, 4259.0, 4210.0, 4228.0, 4207.0, 4195.0, 4193.0, 4193.0, 4224.0, 4182.0, 4193.0, 4234.0, 4194.0, 4224.0, 4195.0, 4193.0, 4192.0, 4194.0, 4223.0, 4205.0, 4218.0, 4206.0, 4199.0, 4238.0, 4207.0, 4195.0, 4195.0, 4195.0, 4193.0, 4194.0, 4205.0, 4194.0, 4197.0, 4248.0, 4197.0, 4207.0, 4218.0, 4208.0, 4206.0, 4195.0, 4194.0, 4207.0, 4228.0, 4197.0, 4219.0, 4221.0, 4219.0, 4260.0, 4219.0, 4246.0, 4193.0, 4205.0, 4244.0, 4182.0, 4223.0, 4202.0, 4192.0, 4232.0, 4181.0, 4181.0, 4179.0, 4179.0, 4209.0, 4180.0, 4181.0, 4212.0, 4193.0, 4193.0, 4193.0, 4182.0, 4215.0, 4216.0, 4192.0, 4191.0, 4193.0, 4191.0, 4204.0, 4225.0, 4217.0, 4225.0, 4207.0, 4205.0, 4195.0, 4247.0, 4217.0, 4246.0, 4258.0, 4234.0, 4233.0, 4180.0, 4219.0, 4185.0, 4165.0, 4195.0, 4174.0, 4154.0, 4204.0, 4153.0, 4166.0, 4215.0, 4175.0, 4183.0, 4162.0, 4152.0, 4150.0, 4153.0, 4164.0, 4162.0, 4165.0, 4186.0, 4167.0, 4166.0, 4175.0, 4166.0, 4174.0, 4164.0, 4166.0, 4176.0, 4178.0, 4177.0, 4177.0, 4180.0, 4209.0, 4190.0, 4178.0, 4188.0, 4178.0, 4197.0, 4190.0, 4180.0, 4190.0, 4193.0, 4212.0, 4204.0, 4193.0, 4203.0, 4204.0, 4191.0, 4205.0, 4227.0, 4218.0, 4219.0, 4208.0, 4219.0, 4238.0, 4218.0, 4218.0, 4195.0, 4207.0, 4248.0, 4206.0, 4228.0, 4247.0, 4219.0, 4239.0, 4217.0, 4207.0, 4206.0, 4206.0, 4235.0, 4195.0, 4207.0, 4258.0, 4209.0, 4228.0, 4218.0, 4220.0, 4227.0, 4207.0, 4206.0, 4195.0, 4207.0, 4236.0, 4220.0, 4243.0, 4240.0, 4212.0, 4242.0, 4220.0, 4220.0, 4217.0, 4208.0, 4206.0, 4218.0, 4248.0, 4209.0, 4222.0, 4270.0, 4222.0, 4242.0, 4231.0, 4220.0, 4238.0, 4207.0, 4226.0, 4208.0, 4210.0, 4248.0, 4197.0, 4211.0, 4250.0, 4220.0, 4228.0, 4208.0, 4207.0, 4194.0, 4206.0, 4217.0, 4207.0, 4249.0, 4221.0, 4250.0, 4230.0, 4247.0, 4206.0, 4224.0, 4192.0, 4225.0, 4223.0, 4224.0, 4244.0, 4223.0, 4231.0, 4190.0, 4198.0, 4178.0, 4190.0, 4208.0, 4188.0, 4220.0, 4188.0, 4217.0, 4174.0, 4153.0, 4172.0, 4141.0, 4152.0, 4161.0, 4153.0, 4162.0, 4153.0, 4164.0, 4185.0, 4177.0, 4165.0, 4165.0, 4153.0, 4165.0, 4166.0, 4177.0, 4192.0, 4200.0, 4192.0, 4204.0, 4193.0, 4192.0, 4190.0, 4181.0, 4210.0, 4180.0, 4190.0, 4190.0, 4181.0, 4201.0, 4192.0, 4193.0, 4201.0, 4181.0, 4200.0, 4168.0, 4181.0, 4220.0, 4181.0, 4191.0, 4180.0, 4193.0, 4212.0, 4192.0, 4181.0, 4180.0, 4182.0, 4211.0, 4193.0, 4194.0, 4203.0, 4195.0, 4206.0, 4206.0, 4195.0, 4192.0, 4195.0, 4215.0, 4196.0, 4210.0, 4219.0, 4208.0, 4230.0, 4221.0, 4222.0, 4220.0, 4220.0, 4208.0, 4210.0, 4220.0, 4210.0, 4213.0, 4264.0, 4212.0, 4224.0, 4263.0, 4223.0, 4241.0, 4210.0, 4221.0, 4229.0, 4211.0, 4229.0, 4210.0, 4213.0, 4230.0, 4220.0, 4218.0, 4209.0, 4221.0, 4210.0, 4222.0, 4233.0, 4234.0, 4223.0, 4244.0, 4223.0, 4254.0, 4265.0, 4244.0, 4274.0, 4254.0, 4263.0, 4228.0, 4237.0, 4234.0, 4213.0, 4213.0, 4211.0, 4190.0, 4221.0, 4191.0, 4221.0, 4199.0, 4167.0, 4176.0, 4156.0, 4176.0, 4197.0, 4157.0, 4178.0, 4178.0, 4168.0, 4177.0, 4156.0, 4166.0, 4164.0, 4156.0, 4167.0, 4166.0, 4168.0, 4188.0, 4170.0, 4179.0, 4179.0, 4179.0, 4178.0, 4178.0, 4181.0, 4170.0, 4182.0, 4191.0, 4192.0, 4194.0, 4214.0, 4195.0, 4204.0, 4193.0, 4193.0, 4192.0, 4195.0, 4194.0, 4207.0, 4227.0, 4209.0, 4208.0, 4219.0, 4207.0, 4218.0, 4207.0, 4238.0, 4228.0, 4264.0, 4263.0, 4252.0, 4227.0, 4249.0], 'WindowWidth': [9446.0, 9369.0, 9380.0, 9333.0, 9320.0, 9277.0, 9307.0, 9363.0, 9326.0, 9332.0, 9293.0, 9316.0, 9351.0, 9312.0, 9303.0, 9262.0, 9310.0, 9345.0, 9312.0, 9339.0, 9300.0, 9334.0, 9359.0, 9356.0, 9372.0, 9329.0, 9337.0, 9308.0, 9328.0, 9399.0, 9344.0, 9375.0, 9409.0, 9356.0, 9392.0, 9393.0, 9348.0, 9374.0, 9336.0, 9348.0, 9316.0, 9360.0, 9394.0, 9358.0, 9372.0, 9370.0, 9356.0, 9392.0, 9340.0, 9382.0, 9321.0, 9352.0, 9410.0, 9350.0, 9383.0, 9386.0, 9341.0, 9388.0, 9332.0, 9342.0, 9311.0, 9316.0, 9386.0, 9310.0, 9331.0, 9388.0, 9334.0, 9363.0, 9321.0, 9334.0, 9369.0, 9342.0, 9343.0, 9323.0, 9356.0, 9354.0, 9341.0, 9388.0, 9353.0, 9382.0, 9420.0, 9374.0, 9381.0, 9360.0, 9410.0, 9326.0, 9349.0, 9409.0, 9386.0, 9388.0, 9411.0, 9363.0, 9355.0, 9313.0, 9319.0, 9376.0, 9304.0, 9319.0, 9362.0, 9306.0, 9317.0, 9312.0, 9297.0, 9333.0, 9289.0, 9285.0, 9240.0, 9291.0, 9334.0, 9279.0, 9296.0, 9365.0, 9314.0, 9313.0, 9279.0, 9302.0, 9337.0, 9333.0, 9353.0, 9372.0, 9338.0, 9370.0, 9326.0, 9320.0, 9315.0, 9317.0, 9342.0, 9297.0, 9321.0, 9392.0, 9331.0, 9349.0, 9396.0, 9324.0, 9347.0, 9316.0, 9327.0, 9283.0, 9308.0, 9369.0, 9319.0, 9332.0, 9376.0, 9336.0, 9362.0, 9319.0, 9314.0, 9267.0, 9301.0, 9367.0, 9338.0, 9313.0, 9367.0, 9309.0, 9313.0, 9364.0, 9310.0, 9302.0, 9256.0, 9288.0, 9341.0, 9287.0, 9301.0, 9341.0, 9288.0, 9316.0, 9324.0, 9307.0, 9320.0, 9275.0, 9286.0, 9274.0, 9290.0, 9315.0, 9308.0, 9327.0, 9315.0, 9337.0, 9357.0, 9333.0, 9357.0, 9334.0, 9362.0, 9403.0, 9347.0, 9357.0, 9373.0, 9326.0, 9337.0, 9304.0, 9288.0, 9322.0, 9265.0, 9281.0, 9339.0, 9281.0, 9297.0, 9308.0, 9292.0, 9315.0, 9274.0, 9284.0, 9251.0, 9271.0, 9298.0, 9257.0, 9293.0, 9330.0, 9295.0, 9327.0, 9351.0, 9313.0, 9324.0, 9297.0, 9325.0, 9365.0, 9318.0, 9362.0, 9337.0, 9342.0, 9385.0, 9362.0, 9360.0, 9327.0, 9327.0, 9342.0, 9365.0, 9389.0, 9340.0, 9385.0, 9420.0, 9369.0, 9398.0, 9375.0, 9390.0, 9353.0, 9368.0, 9409.0, 9338.0, 9386.0, 9437.0, 9363.0, 9391.0, 9418.0, 9368.0, 9412.0, 9374.0, 9362.0, 9329.0, 9359.0, 9411.0, 9324.0, 9370.0, 9370.0, 9363.0, 9410.0, 9381.0, 9358.0, 9363.0, 9372.0, 9332.0, 9365.0, 9425.0, 9331.0, 9359.0, 9410.0, 9357.0, 9371.0, 9325.0, 9340.0, 9402.0, 9317.0, 9348.0, 9358.0, 9318.0, 9347.0, 9322.0, 9337.0, 9402.0, 9314.0, 9311.0, 9293.0, 9316.0, 9336.0, 9276.0, 9312.0, 9352.0, 9312.0, 9308.0, 9278.0, 9295.0, 9331.0, 9287.0, 9293.0, 9346.0, 9290.0, 9307.0, 9295.0, 9313.0, 9323.0, 9301.0, 9311.0, 9278.0, 9297.0, 9337.0, 9298.0, 9319.0, 9358.0, 9320.0, 9348.0, 9352.0, 9340.0, 9348.0, 9320.0, 9316.0, 9282.0, 9313.0, 9359.0, 9300.0, 9317.0, 9369.0, 9315.0, 9338.0, 9334.0, 9333.0, 9364.0, 9340.0, 9318.0, 9325.0, 9358.0, 9328.0, 9362.0, 9387.0, 9360.0, 9345.0, 9411.0, 9393.0, 9330.0, 9298.0, 9314.0, 9384.0, 9321.0, 9291.0, 9365.0, 9309.0, 9310.0, 9336.0, 9291.0, 9296.0, 9282.0, 9282.0, 9267.0, 9289.0, 9327.0, 9273.0, 9305.0, 9279.0, 9307.0, 9303.0, 9290.0, 9288.0, 9258.0, 9293.0, 9330.0, 9315.0, 9328.0, 9298.0, 9318.0, 9343.0, 9314.0, 9310.0, 9296.0, 9312.0, 9294.0, 9301.0, 9343.0, 9288.0, 9332.0, 9360.0, 9320.0, 9334.0, 9288.0, 9314.0, 9348.0, 9292.0, 9310.0, 9363.0, 9295.0, 9321.0, 9338.0, 9315.0, 9323.0, 9299.0, 9292.0, 9277.0, 9306.0, 9356.0, 9318.0, 9326.0, 9310.0, 9314.0, 9362.0, 9344.0, 9338.0, 9319.0, 9335.0, 9287.0, 9320.0, 9357.0, 9305.0, 9339.0, 9394.0, 9325.0, 9367.0, 9344.0, 9368.0, 9349.0, 9336.0, 9381.0, 9307.0, 9353.0, 9381.0, 9307.0, 9332.0, 9320.0, 9308.0, 9345.0, 9302.0, 9296.0, 9247.0, 9262.0, 9302.0, 9261.0, 9267.0, 9321.0, 9266.0, 9283.0, 9327.0, 9293.0, 9298.0, 9270.0, 9282.0, 9237.0, 9286.0, 9318.0, 9283.0, 9298.0, 9329.0, 9323.0, 9330.0, 9304.0, 9301.0, 9281.0, 9311.0, 9367.0, 9296.0, 9309.0, 9364.0, 9314.0, 9342.0, 9308.0, 9312.0, 9357.0, 9274.0, 9301.0, 9255.0, 9272.0, 9311.0, 9270.0, 9288.0, 9343.0, 9294.0, 9304.0, 9281.0, 9295.0, 9267.0, 9315.0, 9356.0, 9302.0, 9338.0, 9373.0, 9320.0, 9344.0, 9316.0, 9314.0, 9320.0, 9293.0, 9339.0, 9323.0, 9296.0, 9363.0, 9282.0, 9294.0, 9275.0, 9290.0, 9315.0, 9259.0, 9291.0, 9326.0, 9292.0, 9311.0, 9284.0, 9322.0, 9340.0, 9306.0, 9312.0, 9287.0, 9320.0, 9307.0, 9309.0, 9361.0, 9328.0, 9338.0, 9363.0, 9324.0, 9344.0, 9318.0, 9343.0, 9285.0, 9319.0, 9387.0, 9322.0, 9373.0, 9365.0, 9331.0, 9322.0, 9297.0, 9328.0, 9303.0, 9338.0, 9279.0, 9309.0, 9382.0, 9329.0, 9367.0, 9310.0, 9299.0, 9296.0, 9307.0, 9316.0, 9350.0, 9347.0, 9390.0, 9358.0, 9365.0, 9309.0, 9317.0, 9267.0, 9293.0, 9353.0, 9281.0, 9292.0, 9304.0, 9267.0, 9314.0, 9290.0, 9315.0, 9275.0, 9324.0, 9247.0, 9244.0, 9247.0, 9271.0, 9282.0, 9321.0, 9278.0, 9324.0, 9343.0, 9305.0, 9342.0, 9279.0, 9300.0, 9319.0, 9259.0, 9276.0, 9231.0, 9259.0, 9300.0, 9244.0, 9274.0, 9302.0, 9259.0, 9277.0, 9251.0, 9272.0, 9292.0, 9265.0, 9274.0, 9235.0, 9266.0, 9296.0, 9253.0, 9285.0, 9327.0, 9307.0, 9305.0, 9259.0, 9291.0, 9322.0, 9287.0, 9309.0, 9294.0, 9314.0, 9339.0, 9308.0, 9337.0, 9336.0, 9334.0, 9343.0, 9325.0, 9365.0, 9320.0, 9364.0, 9336.0, 9368.0, 9373.0, 9399.0, 9342.0, 9395.0, 9398.0, 9403.0, 9438.0, 9414.0, 9410.0, 9403.0, 9381.0, 9361.0, 9317.0, 9356.0, 9307.0, 9305.0, 9367.0, 9303.0, 9307.0, 9365.0, 9321.0, 9301.0, 9268.0, 9284.0, 9307.0, 9268.0, 9296.0, 9253.0, 9292.0, 9354.0, 9316.0, 9326.0, 9324.0, 9298.0, 9349.0, 9360.0, 9311.0, 9268.0, 9299.0, 9338.0, 9313.0, 9400.0, 9333.0, 9361.0, 9356.0, 9253.0, 9298.0, 9415.0, 9327.0, 9325.0, 9307.0, 9301.0, 9298.0, 9274.0, 9239.0, 9228.0, 9306.0, 9275.0, 9264.0, 9246.0, 9236.0, 9304.0, 9258.0, 9245.0, 9233.0, 9248.0, 9268.0, 9296.0, 9282.0, 9307.0, 9281.0, 9353.0, 9314.0, 9321.0, 9276.0, 9275.0, 9311.0, 9311.0, 9343.0, 9320.0, 9370.0, 9323.0, 9357.0, 9331.0, 9350.0, 9307.0, 9323.0, 9283.0, 9278.0, 9281.0, 9303.0, 9324.0, 9345.0, 9364.0, 9322.0, 9322.0, 9334.0, 9348.0, 9347.0, 9347.0, 9344.0, 9330.0, 9335.0, 9369.0, 9443.0, 9389.0, 9377.0, 9360.0, 9378.0, 9413.0, 9352.0, 9365.0, 9312.0, 9355.0, 9335.0, 9347.0, 9417.0, 9326.0, 9366.0, 9340.0, 9345.0, 9327.0, 9312.0, 9327.0, 9340.0, 9385.0, 9328.0, 9346.0, 9313.0, 9343.0, 9412.0, 9365.0, 9388.0, 9330.0, 9325.0, 9357.0, 9313.0, 9377.0, 9328.0, 9327.0, 9401.0, 9364.0, 9352.0, 9285.0, 9259.0, 9284.0, 9252.0, 9260.0, 9299.0, 9256.0, 9266.0, 9319.0, 9283.0, 9277.0, 9255.0, 9272.0, 9269.0, 9256.0, 9276.0, 9289.0, 9267.0, 9285.0, 9294.0, 9297.0, 9302.0, 9300.0, 9326.0, 9322.0, 9341.0, 9331.0, 9337.0, 9318.0, 9307.0, 9327.0, 9295.0, 9333.0, 9286.0, 9314.0, 9348.0, 9307.0, 9335.0, 9392.0, 9323.0, 9328.0, 9295.0, 9286.0, 9284.0, 9314.0, 9347.0, 9353.0, 9316.0, 9366.0, 9386.0, 9328.0, 9346.0, 9283.0, 9283.0, 9323.0, 9280.0, 9285.0, 9357.0, 9272.0, 9293.0, 9374.0, 9319.0, 9296.0, 9282.0, 9284.0, 9301.0, 9315.0, 9308.0, 9287.0, 9318.0, 9356.0, 9343.0, 9308.0, 9303.0, 9305.0, 9339.0, 9305.0, 9290.0, 9316.0, 9309.0, 9335.0, 9309.0, 9292.0, 9302.0, 9295.0, 9355.0, 9315.0, 9311.0, 9347.0, 9335.0, 9331.0, 9322.0, 9308.0, 9329.0, 9290.0, 9292.0, 9331.0, 9290.0, 9307.0, 9325.0, 9314.0, 9330.0, 9302.0, 9287.0, 9297.0, 9300.0, 9299.0, 9296.0, 9305.0, 9323.0, 9339.0, 9330.0, 9327.0, 9330.0, 9322.0, 9329.0, 9343.0, 9331.0, 9324.0, 9376.0, 9316.0, 9340.0, 9401.0, 9326.0, 9343.0, 9300.0, 9287.0, 9324.0, 9301.0, 9334.0, 9361.0, 9289.0, 9359.0, 9305.0, 9303.0, 9366.0, 9280.0, 9279.0, 9347.0, 9279.0, 9281.0, 9308.0, 9283.0, 9312.0, 9300.0, 9289.0, 9306.0, 9283.0, 9277.0, 9276.0, 9284.0, 9309.0, 9296.0, 9287.0, 9330.0, 9320.0, 9307.0, 9316.0, 9289.0, 9312.0, 9315.0, 9304.0, 9287.0, 9307.0, 9334.0, 9306.0, 9314.0, 9350.0, 9325.0, 9309.0, 9319.0, 9302.0, 9301.0, 9326.0, 9372.0, 9334.0, 9347.0, 9403.0, 9339.0, 9361.0, 9329.0, 9309.0, 9302.0, 9302.0, 9345.0, 9287.0, 9301.0, 9359.0, 9305.0, 9345.0, 9308.0, 9302.0, 9301.0, 9306.0, 9342.0, 9322.0, 9345.0, 9326.0, 9322.0, 9373.0, 9331.0, 9309.0, 9308.0, 9309.0, 9303.0, 9306.0, 9320.0, 9306.0, 9316.0, 9387.0, 9316.0, 9332.0, 9348.0, 9332.0, 9325.0, 9310.0, 9306.0, 9330.0, 9360.0, 9317.0, 9347.0, 9359.0, 9352.0, 9408.0, 9350.0, 9378.0, 9302.0, 9323.0, 9373.0, 9285.0, 9342.0, 9312.0, 9299.0, 9352.0, 9283.0, 9280.0, 9274.0, 9277.0, 9316.0, 9280.0, 9283.0, 9326.0, 9304.0, 9302.0, 9302.0, 9287.0, 9339.0, 9341.0, 9302.0, 9297.0, 9305.0, 9297.0, 9320.0, 9351.0, 9344.0, 9351.0, 9330.0, 9321.0, 9310.0, 9383.0, 9342.0, 9380.0, 9401.0, 9361.0, 9355.0, 9277.0, 9327.0, 9273.0, 9247.0, 9288.0, 9256.0, 9229.0, 9299.0, 9229.0, 9250.0, 9318.0, 9261.0, 9268.0, 9238.0, 9226.0, 9219.0, 9228.0, 9244.0, 9240.0, 9249.0, 9279.0, 9255.0, 9253.0, 9263.0, 9252.0, 9258.0, 9246.0, 9253.0, 9264.0, 9270.0, 9269.0, 9269.0, 9278.0, 9317.0, 9293.0, 9272.0, 9286.0, 9274.0, 9295.0, 9291.0, 9279.0, 9290.0, 9300.0, 9326.0, 9318.0, 9302.0, 9314.0, 9316.0, 9296.0, 9323.0, 9356.0, 9344.0, 9349.0, 9333.0, 9347.0, 9370.0, 9345.0, 9342.0, 9309.0, 9329.0, 9383.0, 9325.0, 9359.0, 9383.0, 9348.0, 9375.0, 9343.0, 9327.0, 9323.0, 9325.0, 9361.0, 9306.0, 9327.0, 9398.0, 9336.0, 9359.0, 9348.0, 9350.0, 9355.0, 9327.0, 9324.0, 9308.0, 9328.0, 9365.0, 9352.0, 9386.0, 9377.0, 9345.0, 9386.0, 9355.0, 9353.0, 9344.0, 9330.0, 9325.0, 9343.0, 9386.0, 9334.0, 9359.0, 9421.0, 9360.0, 9385.0, 9368.0, 9350.0, 9372.0, 9329.0, 9353.0, 9333.0, 9337.0, 9386.0, 9316.0, 9342.0, 9392.0, 9351.0, 9360.0, 9331.0, 9327.0, 9307.0, 9329.0, 9342.0, 9331.0, 9388.0, 9356.0, 9394.0, 9365.0, 9384.0, 9326.0, 9344.0, 9298.0, 9348.0, 9342.0, 9344.0, 9373.0, 9341.0, 9348.0, 9290.0, 9295.0, 9270.0, 9290.0, 9312.0, 9283.0, 9331.0, 9285.0, 9322.0, 9257.0, 9228.0, 9250.0, 9208.0, 9224.0, 9234.0, 9227.0, 9240.0, 9227.0, 9244.0, 9276.0, 9267.0, 9249.0, 9250.0, 9228.0, 9247.0, 9250.0, 9270.0, 9297.0, 9306.0, 9298.0, 9318.0, 9302.0, 9297.0, 9291.0, 9279.0, 9316.0, 9277.0, 9291.0, 9291.0, 9280.0, 9307.0, 9298.0, 9301.0, 9308.0, 9280.0, 9303.0, 9259.0, 9278.0, 9329.0, 9278.0, 9294.0, 9279.0, 9301.0, 9325.0, 9297.0, 9281.0, 9277.0, 9283.0, 9320.0, 9298.0, 9303.0, 9315.0, 9306.0, 9323.0, 9326.0, 9308.0, 9300.0, 9306.0, 9333.0, 9309.0, 9337.0, 9347.0, 9332.0, 9364.0, 9357.0, 9358.0, 9353.0, 9351.0, 9332.0, 9335.0, 9351.0, 9337.0, 9347.0, 9418.0, 9344.0, 9363.0, 9416.0, 9360.0, 9381.0, 9337.0, 9352.0, 9361.0, 9339.0, 9362.0, 9337.0, 9346.0, 9367.0, 9352.0, 9346.0, 9336.0, 9355.0, 9340.0, 9360.0, 9377.0, 9379.0, 9363.0, 9392.0, 9362.0, 9404.0, 9420.0, 9387.0, 9433.0, 9403.0, 9413.0, 9357.0, 9366.0, 9358.0, 9326.0, 9325.0, 9317.0, 9288.0, 9333.0, 9293.0, 9334.0, 9298.0, 9253.0, 9264.0, 9236.0, 9265.0, 9292.0, 9239.0, 9270.0, 9269.0, 9257.0, 9267.0, 9238.0, 9251.0, 9243.0, 9238.0, 9252.0, 9251.0, 9256.0, 9284.0, 9264.0, 9275.0, 9273.0, 9274.0, 9270.0, 9272.0, 9278.0, 9263.0, 9283.0, 9294.0, 9297.0, 9305.0, 9330.0, 9307.0, 9315.0, 9301.0, 9300.0, 9298.0, 9309.0, 9305.0, 9328.0, 9356.0, 9333.0, 9329.0, 9348.0, 9329.0, 9341.0, 9327.0, 9369.0, 9355.0, 9416.0, 9417.0, 9400.0, 9363.0, 9399.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.004513640449438202</td></tr>
<tr><td colspan=3>aqi</td><td>0.10000581198501875</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.94370143953523</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.006030752083959</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9241719314018003</td></tr>
<tr><td colspan=3>efc</td><td>0.4476</td></tr>
<tr><td colspan=3>fber</td><td>6712.7559</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15181900507946833</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>175</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.108614232209737</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7190115040515894</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.550993848270476</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.953177747772574</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.652862916111718</td></tr>
<tr><td colspan=3>gcor</td><td>0.0112298</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013528797775506973</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03237776830792427</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1335</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.8254029028102865</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>27.2292</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.6569</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.2405</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308942.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>674.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>314.7186</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.885</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>531.268</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3444.2118</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3685.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67602.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1096.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4508.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>963.2901</td></tr>
<tr><td colspan=3>tsnr</td><td>22.70909080049023</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>